rroonga 4.0.5-x86-mingw32 → 4.0.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -13
 - data/.yardopts +1 -1
 - data/benchmark/common.rb +4 -4
 - data/benchmark/create-wikipedia-database.rb +5 -5
 - data/benchmark/read-write-many-small-items.rb +8 -8
 - data/benchmark/repeat-load.rb +4 -4
 - data/benchmark/select.rb +9 -9
 - data/benchmark/write-many-small-items.rb +8 -8
 - data/doc/images/sample-schema.png +0 -0
 - data/doc/text/install.textile +2 -2
 - data/doc/text/news.textile +41 -0
 - data/doc/text/tutorial.textile +4 -4
 - data/example/bookmark.rb +6 -7
 - data/example/index-html.rb +6 -6
 - data/ext/groonga/extconf.rb +23 -1
 - data/ext/groonga/rb-grn-column.c +3 -2
 - data/ext/groonga/rb-grn-context.c +20 -3
 - data/ext/groonga/rb-grn-double-array-trie.c +11 -2
 - data/ext/groonga/rb-grn-exception.c +28 -10
 - data/ext/groonga/rb-grn-expression.c +78 -0
 - data/ext/groonga/rb-grn-hash.c +10 -0
 - data/ext/groonga/rb-grn-logger.c +7 -3
 - data/ext/groonga/rb-grn-object.c +3 -2
 - data/ext/groonga/rb-grn-patricia-trie.c +23 -20
 - data/ext/groonga/rb-grn-table-key-support.c +92 -1
 - data/ext/groonga/rb-grn-table.c +60 -17
 - data/ext/groonga/rb-grn-utils.c +51 -2
 - data/ext/groonga/rb-grn-variable-size-column.c +11 -7
 - data/ext/groonga/rb-grn.h +11 -1
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +23 -1
 - data/lib/groonga/patricia-trie.rb +1 -1
 - data/lib/groonga/schema.rb +190 -205
 - data/misc/grnop2ruby.rb +1 -1
 - data/rroonga-build.rb +3 -3
 - data/rroonga.gemspec +1 -0
 - data/test/groonga-test-utils.rb +2 -2
 - data/test/test-column.rb +19 -0
 - data/test/test-context.rb +5 -1
 - data/test/test-double-array-trie.rb +19 -0
 - data/test/test-exception.rb +7 -2
 - data/test/test-expression.rb +19 -0
 - data/test/test-fix-size-column.rb +49 -36
 - data/test/test-hash.rb +22 -0
 - data/test/test-patricia-trie.rb +26 -7
 - data/test/test-schema-dumper.rb +65 -1
 - data/test/test-schema.rb +13 -2
 - data/test/test-variable-size-column.rb +6 -5
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/bin/mecab-config +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/onig-config +0 -0
 - data/vendor/local/include/groonga/groonga.h +21 -6
 - data/vendor/local/include/groonga/groonga/token_filter.h +71 -0
 - data/vendor/local/include/groonga/groonga/tokenizer.h +33 -1
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
 - data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.la +1 -1
 - data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.la +1 -1
 - 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 +2 -2
 - 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 +2 -2
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +41 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +1 -1
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +7 -2
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +2 -1
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +2 -2
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +1 -1
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +1 -1
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +1 -1
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +19 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +68 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +23 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +46 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +15 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +23 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +14 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/{geolocation_search.txt → reference/operations/geolocation_search.txt} +0 -0
 - data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest.txt +0 -1
 - data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/completion.txt +6 -6
 - data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/correction.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/{suggest → reference/suggest}/introduction.txt +0 -0
 - data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/suggestion.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +9404 -2
 - data/vendor/local/share/doc/groonga/en/html/_static/pygments.css +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +1415 -31
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/client.html +134 -0
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +86 -86
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +40 -40
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +66 -66
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +105 -105
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +42 -42
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -19
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +42 -42
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/development.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +23 -23
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +23 -7
 - data/vendor/local/share/doc/groonga/en/html/index.html +215 -230
 - data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +21 -21
 - data/vendor/local/share/doc/groonga/en/html/news.html +129 -59
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
 - 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 +154 -135
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +40 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +74 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +79 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -51
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +36 -36
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +42 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +98 -98
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +62 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +31 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +55 -47
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +48 -48
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +68 -68
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +39 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +50 -50
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +36 -36
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +32 -32
 - 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 +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +44 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +37 -37
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +23 -23
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +62 -62
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +140 -140
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/{suggest/tutorial.html → reference/operations.html} +31 -23
 - data/vendor/local/share/doc/groonga/en/html/{geolocation_search.html → reference/operations/geolocation_search.html} +39 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +36 -36
 - data/vendor/local/share/doc/groonga/en/html/{suggest.html → reference/suggest.html} +50 -48
 - data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/completion.html +51 -49
 - data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/correction.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/introduction.html +43 -41
 - data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/suggestion.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +42 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +18 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +44 -44
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -19
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +42 -42
 - data/vendor/local/share/doc/groonga/en/html/spec.html +16 -16
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +36 -36
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +10 -10
 - 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/client.txt +19 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +68 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +23 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +46 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +15 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +23 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +14 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/{geolocation_search.txt → reference/operations/geolocation_search.txt} +0 -0
 - data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest.txt +0 -1
 - data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/completion.txt +6 -6
 - data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/correction.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/{suggest → reference/suggest}/introduction.txt +0 -0
 - data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/suggestion.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +9404 -2
 - data/vendor/local/share/doc/groonga/ja/html/_static/pygments.css +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +1415 -31
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/client.html +132 -0
 - data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +86 -86
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +40 -40
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +66 -66
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +109 -109
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +42 -42
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +43 -43
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/development.html +17 -17
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +23 -23
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +27 -11
 - data/vendor/local/share/doc/groonga/ja/html/index.html +215 -230
 - data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +13 -13
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/news.html +131 -63
 - 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 +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
 - 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 +154 -135
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +40 -39
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +79 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +17 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -51
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +42 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +98 -98
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +35 -35
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +62 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +31 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +54 -47
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +48 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +68 -68
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +39 -39
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +50 -50
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +40 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +54 -54
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +44 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +46 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +37 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +64 -64
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +143 -143
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -31
 - data/vendor/local/share/doc/groonga/ja/html/{suggest/tutorial.html → reference/operations.html} +31 -23
 - data/vendor/local/share/doc/groonga/ja/html/{geolocation_search.html → reference/operations/geolocation_search.html} +40 -35
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/{suggest.html → reference/suggest.html} +51 -49
 - data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/completion.html +52 -50
 - data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/correction.html +48 -47
 - data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/introduction.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/suggestion.html +48 -47
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +42 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +18 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +17 -17
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +33 -33
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +44 -44
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +43 -43
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +16 -16
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - 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 +6 -6
 - 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 +6 -6
 - 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 +6 -6
 - 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 +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +4911 -4427
 - data/vendor/local/share/man/man1/groonga.1 +9023 -8517
 - metadata +117 -109
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +0 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +0 -8
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title> 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.15. インデックス構築 — Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.6-211-g8c0bb0b',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,10 +26,10 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="up" title=" 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title=" 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.16. Log" href="log.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.14.4. 提案" href="suggest/suggestion.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,13 +56,13 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="log.html" title=" 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="log.html" title="7.16. Log"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="suggest/suggestion.html" title="7.14.4. 提案"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../reference.html" accesskey="U"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,20 +72,20 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="indexing">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1> 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>7.15. インデックス構築<a class="headerlink" href="#indexing" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <p>Groongaは2.0.0から動的なインデックス構築方法と静的なインデックス構築方法を両方サポートしています。</p>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="section" id="online-index-construction">
         
     | 
| 
       78 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 78 
     | 
    
         
            +
            <h2>7.15.1. 動的なインデックス構築方法<a class="headerlink" href="#online-index-construction" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p>動的なインデックス構築方法では、登録された文書はインデックス構築中にすぐに検索できるようになります。しかし、静的なインデックス構築方法に比べてコストがかかります。</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p>動的なインデックス構築方法は鮮度が重要な検索システムに適しています。例えば、つぶやきやニュースやブログ記事などを検索するシステムは鮮度が重要になるでしょう。動的なインデックス構築方法はできたばかりの文書を検索できるようにし、インデックス構築中も検索できます。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            </div>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div class="section" id="offline-index-construction">
         
     | 
| 
       83 
     | 
    
         
            -
            <span id="id1"></span><h2> 
     | 
| 
      
 83 
     | 
    
         
            +
            <span id="id1"></span><h2>7.15.2. 静的なインデックス構築方法<a class="headerlink" href="#offline-index-construction" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <p>静的なインデックス構築方法では、動的なインデックス構築方法よりもインデックス構築にかかるコストが小さくなります。インデックス構築時間は短くなるでしょう。インデックスは小さくなるでしょう。インデックス構築に必要なリソースは少なくなるでしょう。しかし、登録中の文書は登録しようとしている全ての文書のインデックス構築が終わるまで検索できません。</p>
         
     | 
| 
       85 
85 
     | 
    
         
             
            <p>静的なインデックス構築方法は消費リソースが少ないことが重要な検索システムに適しています。鮮度が重要でないシステムであれば静的なインデックス構築方法が適しているでしょう。例えば、リファレンスマニュアルを検索するシステムは鮮度を重視しません。これは、リファレンスマニュアルはリリース時にだけ更新されるだけだからです。</p>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <div class="section" id="how-to-use">
         
     | 
| 
       88 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 88 
     | 
    
         
            +
            <h2>7.15.3. 使い方<a class="headerlink" href="#how-to-use" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <p>Groongaはデフォルトで動的なインデックス構築方法を使います。文書を登録するとすぐに検索できるようになります。</p>
         
     | 
| 
       90 
90 
     | 
    
         
             
            <p>すでにデータが格納されているカラムにインデックスを追加した場合は静的なインデックス構築方法を使います。</p>
         
     | 
| 
       91 
91 
     | 
    
         
             
            <p>スキーマを定義します。</p>
         
     | 
| 
         @@ -235,20 +235,20 @@ table_create Lexicon TABLE_HASH_KEY|KEY_NORMALIZE ShortText --default_tokenizer 
     | 
|
| 
       235 
235 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       236 
236 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       237 
237 
     | 
    
         
             
              <ul>
         
     | 
| 
       238 
     | 
    
         
            -
            <li><a class="reference internal" href="#"> 
     | 
| 
       239 
     | 
    
         
            -
            <li><a class="reference internal" href="#online-index-construction"> 
     | 
| 
       240 
     | 
    
         
            -
            <li><a class="reference internal" href="#offline-index-construction"> 
     | 
| 
       241 
     | 
    
         
            -
            <li><a class="reference internal" href="#how-to-use"> 
     | 
| 
      
 238 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.15. インデックス構築</a><ul>
         
     | 
| 
      
 239 
     | 
    
         
            +
            <li><a class="reference internal" href="#online-index-construction">7.15.1. 動的なインデックス構築方法</a></li>
         
     | 
| 
      
 240 
     | 
    
         
            +
            <li><a class="reference internal" href="#offline-index-construction">7.15.2. 静的なインデックス構築方法</a></li>
         
     | 
| 
      
 241 
     | 
    
         
            +
            <li><a class="reference internal" href="#how-to-use">7.15.3. 使い方</a></li>
         
     | 
| 
       242 
242 
     | 
    
         
             
            </ul>
         
     | 
| 
       243 
243 
     | 
    
         
             
            </li>
         
     | 
| 
       244 
244 
     | 
    
         
             
            </ul>
         
     | 
| 
       245 
245 
     | 
    
         | 
| 
       246 
246 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       247 
     | 
    
         
            -
              <p class="topless"><a href=" 
     | 
| 
       248 
     | 
    
         
            -
                                    title="前の章へ"> 
     | 
| 
      
 247 
     | 
    
         
            +
              <p class="topless"><a href="suggest/suggestion.html"
         
     | 
| 
      
 248 
     | 
    
         
            +
                                    title="前の章へ">7.14.4. 提案</a></p>
         
     | 
| 
       249 
249 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       250 
250 
     | 
    
         
             
              <p class="topless"><a href="log.html"
         
     | 
| 
       251 
     | 
    
         
            -
                                    title="次の章へ"> 
     | 
| 
      
 251 
     | 
    
         
            +
                                    title="次の章へ">7.16. Log</a></p>
         
     | 
| 
       252 
252 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       253 
253 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       254 
254 
     | 
    
         
             
                <li><a href="../_sources/reference/indexing.txt"
         
     | 
| 
         @@ -278,13 +278,13 @@ table_create Lexicon TABLE_HASH_KEY|KEY_NORMALIZE ShortText --default_tokenizer 
     | 
|
| 
       278 
278 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       279 
279 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       280 
280 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       281 
     | 
    
         
            -
                      <a href="log.html" title=" 
     | 
| 
      
 281 
     | 
    
         
            +
                      <a href="log.html" title="7.16. Log"
         
     | 
| 
       282 
282 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       283 
283 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       284 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 284 
     | 
    
         
            +
                      <a href="suggest/suggestion.html" title="7.14.4. 提案"
         
     | 
| 
       285 
285 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       286 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       287 
     | 
    
         
            -
                      <li><a href="../reference.html" > 
     | 
| 
      
 286 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 287 
     | 
    
         
            +
                      <li><a href="../reference.html" >7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       288 
288 
     | 
    
         
             
                  </ul>
         
     | 
| 
       289 
289 
     | 
    
         
             
                </div>
         
     | 
| 
       290 
290 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title> 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.16. Log — Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.6-211-g8c0bb0b',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,10 +26,10 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="up" title=" 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title=" 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.17. Tuning" href="tuning.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.15. インデックス構築" href="indexing.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,13 +56,13 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="tuning.html" title=" 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="tuning.html" title="7.17. Tuning"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="indexing.html" title=" 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="indexing.html" title="7.15. インデックス構築"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../reference.html" accesskey="U"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,19 +72,19 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="log">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1> 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>7.16. Log<a class="headerlink" href="#log" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <p>Groonga has two log files. They are process log and query
         
     | 
| 
       77 
77 
     | 
    
         
             
            log. Process log is for all of <a class="reference internal" href="executables/groonga.html"><em>groongaコマンド</em></a>
         
     | 
| 
       78 
78 
     | 
    
         
             
            works. Query log is just for query processing.</p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <div class="section" id="process-log">
         
     | 
| 
       80 
     | 
    
         
            -
            <span id="id1"></span><h2> 
     | 
| 
      
 80 
     | 
    
         
            +
            <span id="id1"></span><h2>7.16.1. Process log<a class="headerlink" href="#process-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <p>Process log is enabled by default. Log path can be
         
     | 
| 
       82 
82 
     | 
    
         
             
            customized by <a class="reference internal" href="executables/groonga-suggest-learner.html#cmdoption--log-path"><em class="xref std std-option">--log-path</em></a> option.  Each log has its
         
     | 
| 
       83 
83 
     | 
    
         
             
            log level. If a log is smaller than groonga process' log
         
     | 
| 
       84 
84 
     | 
    
         
             
            level, it's not logged. Log level can be customized by
         
     | 
| 
       85 
85 
     | 
    
         
             
            <a class="reference internal" href="executables/groonga-suggest-learner.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>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <div class="section" id="format">
         
     | 
| 
       87 
     | 
    
         
            -
            <h3> 
     | 
| 
      
 87 
     | 
    
         
            +
            <h3>7.16.1.1. フォーマット<a class="headerlink" href="#format" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <p>Process log uses the following format:</p>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{L}| #{MESSAGE}
         
     | 
| 
       90 
90 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -160,11 +160,11 @@ level map.</p> 
     | 
|
| 
       160 
160 
     | 
    
         
             
            </div>
         
     | 
| 
       161 
161 
     | 
    
         
             
            </div>
         
     | 
| 
       162 
162 
     | 
    
         
             
            <div class="section" id="query-log">
         
     | 
| 
       163 
     | 
    
         
            -
            <span id="id2"></span><h2> 
     | 
| 
      
 163 
     | 
    
         
            +
            <span id="id2"></span><h2>7.16.2. Query log<a class="headerlink" href="#query-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       164 
164 
     | 
    
         
             
            <p>Query log is disabled by default. It can be enabled by
         
     | 
| 
       165 
165 
     | 
    
         
             
            <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>
         
     | 
| 
       166 
166 
     | 
    
         
             
            <div class="section" id="id3">
         
     | 
| 
       167 
     | 
    
         
            -
            <h3> 
     | 
| 
      
 167 
     | 
    
         
            +
            <h3>7.16.2.1. フォーマット<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       168 
168 
     | 
    
         
             
            <p>Query log uses the following formats:</p>
         
     | 
| 
       169 
169 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{MESSAGE}
         
     | 
| 
       170 
170 
     | 
    
         
             
            #{TIME_STAMP}|#{ID}|>#{QUERY}
         
     | 
| 
         @@ -280,13 +280,13 @@ a thread.</p> 
     | 
|
| 
       280 
280 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       281 
281 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       282 
282 
     | 
    
         
             
              <ul>
         
     | 
| 
       283 
     | 
    
         
            -
            <li><a class="reference internal" href="#"> 
     | 
| 
       284 
     | 
    
         
            -
            <li><a class="reference internal" href="#process-log"> 
     | 
| 
       285 
     | 
    
         
            -
            <li><a class="reference internal" href="#format"> 
     | 
| 
      
 283 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.16. Log</a><ul>
         
     | 
| 
      
 284 
     | 
    
         
            +
            <li><a class="reference internal" href="#process-log">7.16.1. Process log</a><ul>
         
     | 
| 
      
 285 
     | 
    
         
            +
            <li><a class="reference internal" href="#format">7.16.1.1. フォーマット</a></li>
         
     | 
| 
       286 
286 
     | 
    
         
             
            </ul>
         
     | 
| 
       287 
287 
     | 
    
         
             
            </li>
         
     | 
| 
       288 
     | 
    
         
            -
            <li><a class="reference internal" href="#query-log"> 
     | 
| 
       289 
     | 
    
         
            -
            <li><a class="reference internal" href="#id3"> 
     | 
| 
      
 288 
     | 
    
         
            +
            <li><a class="reference internal" href="#query-log">7.16.2. Query log</a><ul>
         
     | 
| 
      
 289 
     | 
    
         
            +
            <li><a class="reference internal" href="#id3">7.16.2.1. フォーマット</a></li>
         
     | 
| 
       290 
290 
     | 
    
         
             
            </ul>
         
     | 
| 
       291 
291 
     | 
    
         
             
            </li>
         
     | 
| 
       292 
292 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -295,10 +295,10 @@ a thread.</p> 
     | 
|
| 
       295 
295 
     | 
    
         | 
| 
       296 
296 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       297 
297 
     | 
    
         
             
              <p class="topless"><a href="indexing.html"
         
     | 
| 
       298 
     | 
    
         
            -
                                    title="前の章へ"> 
     | 
| 
      
 298 
     | 
    
         
            +
                                    title="前の章へ">7.15. インデックス構築</a></p>
         
     | 
| 
       299 
299 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       300 
300 
     | 
    
         
             
              <p class="topless"><a href="tuning.html"
         
     | 
| 
       301 
     | 
    
         
            -
                                    title="次の章へ"> 
     | 
| 
      
 301 
     | 
    
         
            +
                                    title="次の章へ">7.17. Tuning</a></p>
         
     | 
| 
       302 
302 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       303 
303 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       304 
304 
     | 
    
         
             
                <li><a href="../_sources/reference/log.txt"
         
     | 
| 
         @@ -328,13 +328,13 @@ a thread.</p> 
     | 
|
| 
       328 
328 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       329 
329 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       330 
330 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       331 
     | 
    
         
            -
                      <a href="tuning.html" title=" 
     | 
| 
      
 331 
     | 
    
         
            +
                      <a href="tuning.html" title="7.17. Tuning"
         
     | 
| 
       332 
332 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       333 
333 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       334 
     | 
    
         
            -
                      <a href="indexing.html" title=" 
     | 
| 
      
 334 
     | 
    
         
            +
                      <a href="indexing.html" title="7.15. インデックス構築"
         
     | 
| 
       335 
335 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       336 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       337 
     | 
    
         
            -
                      <li><a href="../reference.html" > 
     | 
| 
      
 336 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 337 
     | 
    
         
            +
                      <li><a href="../reference.html" >7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       338 
338 
     | 
    
         
             
                  </ul>
         
     | 
| 
       339 
339 
     | 
    
         
             
                </div>
         
     | 
| 
       340 
340 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title> 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.7. ノーマライザー — Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.6-211-g8c0bb0b',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,10 +26,10 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="up" title=" 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title=" 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.8. Tokenizers" href="tokenizers.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.6. カラム" href="column.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,13 +56,13 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="tokenizers.html" title=" 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="tokenizers.html" title="7.8. Tokenizers"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="column.html" title=" 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="column.html" title="7.6. カラム"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../reference.html" accesskey="U"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,9 +72,9 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="normalizers">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1> 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>7.7. ノーマライザー<a class="headerlink" href="#normalizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       77 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 77 
     | 
    
         
            +
            <h2>7.7.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p>Groongaには正規化をするノーマライザーモジュールがあります。これはテキストをトークナイズするときとテーブルのキーを保存するときに使われます。例えば、正規化をした後は <tt class="docutils literal"><span class="pre">A</span></tt> と <tt class="docutils literal"><span class="pre">a</span></tt> は同じ文字として扱われます。</p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p>ノーマライザーモジュールはプラグインとして追加できます。ノーマライザープラグインをGroongaに追加することでテキストの正規化方法をカスタマイズできます。</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p>ノーマライザーモジュールはテーブルに関連付いています。テーブルは0個か1個のノーマライザーモジュールを持つことができます。 <a class="reference internal" href="commands/table_create.html"><em>table_create</em></a> の <a class="reference internal" href="commands/table_create.html#table-create-normalizer"><em>normalizer</em></a> オプションでテーブルにノーマライザーオプションを関連付けることができます。</p>
         
     | 
| 
         @@ -85,7 +85,7 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <div class="admonition note">
         
     | 
| 
       88 
     | 
    
         
            -
            <p class="first admonition-title" 
     | 
| 
      
 88 
     | 
    
         
            +
            <p class="first admonition-title">注釈</p>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <p>Groonga 2.0.9以前には <tt class="docutils literal"><span class="pre">table_create</span></tt> に <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションはありません。代わりに <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> フラグを使っていました。</p>
         
     | 
| 
       90 
90 
     | 
    
         
             
            <p class="last">Groonga 2.1.0以降で古いデータベースを開くことができます。ここでいう古いデータベースとはGroonga 2.0.9以前で作ったデータベースということです。しかし、一度新しいGroongaで開いたデータベースを2.0.9以前のGroongaで開くことはできません。一度 Groonga 2.1.0以降のGroongaでデータベースを開くと、 <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> フラグ情報がノーマライザー情報に変換されます。そのため、2.0.9以前のGroongaは、一度Groonga 2.1.0以降で開いたデータベース内から <tt class="docutils literal"><span class="pre">KEY_NROMALIZE</span></tt> フラグの情報を見つけることができません。</p>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -141,7 +141,7 @@ select Dictionary 
     | 
|
| 
       141 
141 
     | 
    
         
             
            <p>テーブルが全文検索用の語彙表の場合、トークナイズされたトークンは正規化されます。なぜなら、トークンはテーブルのキーとして保存されるからです。テーブルのキーは前述のように正規化されます。</p>
         
     | 
| 
       142 
142 
     | 
    
         
             
            </div>
         
     | 
| 
       143 
143 
     | 
    
         
             
            <div class="section" id="built-in-normalizers">
         
     | 
| 
       144 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 144 
     | 
    
         
            +
            <h2>7.7.2. 組み込みノーマライザー<a class="headerlink" href="#built-in-normalizers" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       145 
145 
     | 
    
         
             
            <p>以下は組み込みのノーマライザーのリストです。</p>
         
     | 
| 
       146 
146 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       147 
147 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
         @@ -150,7 +150,7 @@ select Dictionary 
     | 
|
| 
       150 
150 
     | 
    
         
             
            </ul>
         
     | 
| 
       151 
151 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       152 
152 
     | 
    
         
             
            <div class="section" id="normalizerauto">
         
     | 
| 
       153 
     | 
    
         
            -
            <h3> 
     | 
| 
      
 153 
     | 
    
         
            +
            <h3>7.7.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt><a class="headerlink" href="#normalizerauto" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       154 
154 
     | 
    
         
             
            <p>通常は <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> ノーマライザーを使うべきです。 <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> はGroonga 2.0.9以前で使っていたノーマライザーと同じものです。2.0.9以前のGroongaの <tt class="docutils literal"><span class="pre">table_create</span></tt> の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> フラグは、2.1.0以降のGroongaの <tt class="docutils literal"><span class="pre">table_create</span></tt> の <tt class="docutils literal"><span class="pre">--normalizer</span> <span class="pre">NormalizerAuto</span></tt> と同じです。</p>
         
     | 
| 
       155 
155 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> はすべてのエンコーディングに対応しています。UTF-8でエンコードされたテキストにはUnicodeのNFKC(Normalization Form Compatibility Composition)を使います。他のエンコーディング用にはエンコーディング毎に独自の正規化をします。これらの独自の正規化の結果はNFKCでの結果と似たものになります。</p>
         
     | 
| 
       156 
156 
     | 
    
         
             
            <p>例えば、半角カタカナ(例えば「カ」: U+FF76 HALFWIDTH KATAKANA LETTER KA) + 半角カタカナの濁点(「゙」: U+FF9E HALFWIDTH KATAKANA VOICED SOUND MARK)は濁点付きの全角カタカナ(「ガ」: U+30AC KATAKANA LETTER GA)に正規化されます。前者は2文字ですが、後者は1文字です。</p>
         
     | 
| 
         @@ -162,7 +162,7 @@ select Dictionary 
     | 
|
| 
       162 
162 
     | 
    
         
             
            </div>
         
     | 
| 
       163 
163 
     | 
    
         
             
            </div>
         
     | 
| 
       164 
164 
     | 
    
         
             
            <div class="section" id="normalizernfkc51">
         
     | 
| 
       165 
     | 
    
         
            -
            <h3> 
     | 
| 
      
 165 
     | 
    
         
            +
            <h3>7.7.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt><a class="headerlink" href="#normalizernfkc51" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       166 
166 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> はUnicode 5.1用のUnicode NFKC(Normalization Form Compatibility Composition)を使ってテキストを正規化します。UTF-8エンコーディングのみをサポートしています。</p>
         
     | 
| 
       167 
167 
     | 
    
         
             
            <p>通常、 <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> を明示的に使う必要はありません。代わりに <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> を使ってください。</p>
         
     | 
| 
       168 
168 
     | 
    
         
             
            <p>以下は <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> ノーマライザーを使う例です。</p>
         
     | 
| 
         @@ -174,7 +174,7 @@ select Dictionary 
     | 
|
| 
       174 
174 
     | 
    
         
             
            </div>
         
     | 
| 
       175 
175 
     | 
    
         
             
            </div>
         
     | 
| 
       176 
176 
     | 
    
         
             
            <div class="section" id="additional-normalizers">
         
     | 
| 
       177 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 177 
     | 
    
         
            +
            <h2>7.7.3. 追加のノーマライザー<a class="headerlink" href="#additional-normalizers" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       178 
178 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">groonga-normalizer-mysql</span></tt> パッケージで提供される追加のノーマライザーのリストです。</p>
         
     | 
| 
       179 
179 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       180 
180 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
         @@ -198,7 +198,7 @@ select Dictionary 
     | 
|
| 
       198 
198 
     | 
    
         
             
            </div>
         
     | 
| 
       199 
199 
     | 
    
         
             
            </div>
         
     | 
| 
       200 
200 
     | 
    
         
             
            <div class="section" id="see-also">
         
     | 
| 
       201 
     | 
    
         
            -
            <h2> 
     | 
| 
      
 201 
     | 
    
         
            +
            <h2>7.7.4. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       202 
202 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       203 
203 
     | 
    
         
             
            <li><a class="reference internal" href="commands/table_create.html"><em>table_create</em></a></li>
         
     | 
| 
       204 
204 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -213,25 +213,25 @@ select Dictionary 
     | 
|
| 
       213 
213 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       214 
214 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       215 
215 
     | 
    
         
             
              <ul>
         
     | 
| 
       216 
     | 
    
         
            -
            <li><a class="reference internal" href="#"> 
     | 
| 
       217 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary"> 
     | 
| 
       218 
     | 
    
         
            -
            <li><a class="reference internal" href="#built-in-normalizers"> 
     | 
| 
       219 
     | 
    
         
            -
            <li><a class="reference internal" href="#normalizerauto"> 
     | 
| 
       220 
     | 
    
         
            -
            <li><a class="reference internal" href="#normalizernfkc51"> 
     | 
| 
      
 216 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.7. ノーマライザー</a><ul>
         
     | 
| 
      
 217 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">7.7.1. 概要</a></li>
         
     | 
| 
      
 218 
     | 
    
         
            +
            <li><a class="reference internal" href="#built-in-normalizers">7.7.2. 組み込みノーマライザー</a><ul>
         
     | 
| 
      
 219 
     | 
    
         
            +
            <li><a class="reference internal" href="#normalizerauto">7.7.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt></a></li>
         
     | 
| 
      
 220 
     | 
    
         
            +
            <li><a class="reference internal" href="#normalizernfkc51">7.7.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt></a></li>
         
     | 
| 
       221 
221 
     | 
    
         
             
            </ul>
         
     | 
| 
       222 
222 
     | 
    
         
             
            </li>
         
     | 
| 
       223 
     | 
    
         
            -
            <li><a class="reference internal" href="#additional-normalizers"> 
     | 
| 
       224 
     | 
    
         
            -
            <li><a class="reference internal" href="#see-also"> 
     | 
| 
      
 223 
     | 
    
         
            +
            <li><a class="reference internal" href="#additional-normalizers">7.7.3. 追加のノーマライザー</a></li>
         
     | 
| 
      
 224 
     | 
    
         
            +
            <li><a class="reference internal" href="#see-also">7.7.4. 参考</a></li>
         
     | 
| 
       225 
225 
     | 
    
         
             
            </ul>
         
     | 
| 
       226 
226 
     | 
    
         
             
            </li>
         
     | 
| 
       227 
227 
     | 
    
         
             
            </ul>
         
     | 
| 
       228 
228 
     | 
    
         | 
| 
       229 
229 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       230 
230 
     | 
    
         
             
              <p class="topless"><a href="column.html"
         
     | 
| 
       231 
     | 
    
         
            -
                                    title="前の章へ"> 
     | 
| 
      
 231 
     | 
    
         
            +
                                    title="前の章へ">7.6. カラム</a></p>
         
     | 
| 
       232 
232 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       233 
233 
     | 
    
         
             
              <p class="topless"><a href="tokenizers.html"
         
     | 
| 
       234 
     | 
    
         
            -
                                    title="次の章へ"> 
     | 
| 
      
 234 
     | 
    
         
            +
                                    title="次の章へ">7.8. Tokenizers</a></p>
         
     | 
| 
       235 
235 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       236 
236 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       237 
237 
     | 
    
         
             
                <li><a href="../_sources/reference/normalizers.txt"
         
     | 
| 
         @@ -261,13 +261,13 @@ select Dictionary 
     | 
|
| 
       261 
261 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       262 
262 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       263 
263 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       264 
     | 
    
         
            -
                      <a href="tokenizers.html" title=" 
     | 
| 
      
 264 
     | 
    
         
            +
                      <a href="tokenizers.html" title="7.8. Tokenizers"
         
     | 
| 
       265 
265 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       266 
266 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       267 
     | 
    
         
            -
                      <a href="column.html" title=" 
     | 
| 
      
 267 
     | 
    
         
            +
                      <a href="column.html" title="7.6. カラム"
         
     | 
| 
       268 
268 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       269 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       270 
     | 
    
         
            -
                      <li><a href="../reference.html" > 
     | 
| 
      
 269 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 270 
     | 
    
         
            +
                      <li><a href="../reference.html" >7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       271 
271 
     | 
    
         
             
                  </ul>
         
     | 
| 
       272 
272 
     | 
    
         
             
                </div>
         
     | 
| 
       273 
273 
     | 
    
         
             
                <div class="footer">
         
     | 
    
        data/vendor/local/share/doc/groonga/ja/html/{suggest/tutorial.html → reference/operations.html}
    RENAMED
    
    | 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title> 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.13. 操作方法 — Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.6-211-g8c0bb0b',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,10 +26,10 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="up" title=" 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title=" 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.13.1. 位置情報検索" href="operations/geolocation_search.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.12.13. sub_filter" href="functions/sub_filter.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -43,7 +43,7 @@ 
     | 
|
| 
       43 
43 
     | 
    
         | 
| 
       44 
44 
     | 
    
         
             
              <div class="other-language-links">
         
     | 
| 
       45 
45 
     | 
    
         
             
                <ul>
         
     | 
| 
       46 
     | 
    
         
            -
                  <li><a href="../../../en/html/ 
     | 
| 
      
 46 
     | 
    
         
            +
                  <li><a href="../../../en/html/reference/operations.html"><img src="../_static/us.png" alt="English">English page</a></li>
         
     | 
| 
       47 
47 
     | 
    
         
             
                </ul>
         
     | 
| 
       48 
48 
     | 
    
         
             
              </div>
         
     | 
| 
       49 
49 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -56,13 +56,13 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="operations/geolocation_search.html" title="7.13.1. 位置情報検索"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="functions/sub_filter.html" title="7.12.13. sub_filter"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../ 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -71,9 +71,17 @@ 
     | 
|
| 
       71 
71 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
     | 
    
         
            -
              <div class="section" id=" 
     | 
| 
       75 
     | 
    
         
            -
            <h1> 
     | 
| 
       76 
     | 
    
         
            -
            <p> 
     | 
| 
      
 74 
     | 
    
         
            +
              <div class="section" id="operations">
         
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>7.13. 操作方法<a class="headerlink" href="#operations" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <p>Groongaには複数の検索機能があります。このセクションではこの検索の操作方法を説明します。</p>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <div class="toctree-wrapper compound">
         
     | 
| 
      
 78 
     | 
    
         
            +
            <ul>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="operations/geolocation_search.html">7.13.1. 位置情報検索</a><ul>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="operations/geolocation_search.html#supported-features">7.13.1.1. 対応している機能</a></li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </div>
         
     | 
| 
       77 
85 
     | 
    
         
             
            </div>
         
     | 
| 
       78 
86 
     | 
    
         | 
| 
       79 
87 
     | 
    
         | 
| 
         @@ -83,14 +91,14 @@ 
     | 
|
| 
       83 
91 
     | 
    
         
             
                  <div class="sphinxsidebar">
         
     | 
| 
       84 
92 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       85 
93 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       86 
     | 
    
         
            -
              <p class="topless"><a href=" 
     | 
| 
       87 
     | 
    
         
            -
                                    title="前の章へ"> 
     | 
| 
      
 94 
     | 
    
         
            +
              <p class="topless"><a href="functions/sub_filter.html"
         
     | 
| 
      
 95 
     | 
    
         
            +
                                    title="前の章へ">7.12.13. sub_filter</a></p>
         
     | 
| 
       88 
96 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       89 
     | 
    
         
            -
              <p class="topless"><a href=" 
     | 
| 
       90 
     | 
    
         
            -
                                    title="次の章へ"> 
     | 
| 
      
 97 
     | 
    
         
            +
              <p class="topless"><a href="operations/geolocation_search.html"
         
     | 
| 
      
 98 
     | 
    
         
            +
                                    title="次の章へ">7.13.1. 位置情報検索</a></p>
         
     | 
| 
       91 
99 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       92 
100 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       93 
     | 
    
         
            -
                <li><a href="../_sources/ 
     | 
| 
      
 101 
     | 
    
         
            +
                <li><a href="../_sources/reference/operations.txt"
         
     | 
| 
       94 
102 
     | 
    
         
             
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       95 
103 
     | 
    
         
             
              </ul>
         
     | 
| 
       96 
104 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
         @@ -117,13 +125,13 @@ 
     | 
|
| 
       117 
125 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       118 
126 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       119 
127 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       120 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 128 
     | 
    
         
            +
                      <a href="operations/geolocation_search.html" title="7.13.1. 位置情報検索"
         
     | 
| 
       121 
129 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       122 
130 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       123 
     | 
    
         
            -
                      <a href=" 
     | 
| 
      
 131 
     | 
    
         
            +
                      <a href="functions/sub_filter.html" title="7.12.13. sub_filter"
         
     | 
| 
       124 
132 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       125 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
       126 
     | 
    
         
            -
                      <li><a href="../ 
     | 
| 
      
 133 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> »</li>
         
     | 
| 
      
 134 
     | 
    
         
            +
                      <li><a href="../reference.html" >7. リファレンスマニュアル</a> »</li> 
         
     | 
| 
       127 
135 
     | 
    
         
             
                  </ul>
         
     | 
| 
       128 
136 
     | 
    
         
             
                </div>
         
     | 
| 
       129 
137 
     | 
    
         
             
                <div class="footer">
         
     |