rroonga 4.0.4-x64-mingw32 → 4.0.5-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
 - data/README.md +73 -0
 - data/Rakefile +13 -0
 - data/doc/text/news.textile +26 -2
 - data/ext/groonga/extconf.rb +3 -1
 - data/ext/groonga/rb-grn-context.c +1 -1
 - data/ext/groonga/rb-grn-double-array-trie.c +160 -4
 - data/ext/groonga/rb-grn-object.c +10 -1
 - data/ext/groonga/rb-grn-posting.c +4 -4
 - data/ext/groonga/rb-grn-table-key-support.c +9 -4
 - data/ext/groonga/rb-grn-table.c +1 -1
 - data/ext/groonga/rb-grn-utils.c +2 -6
 - data/ext/groonga/rb-grn-variable-size-column.c +2 -2
 - data/ext/groonga/rb-grn.h +27 -2
 - 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/record.rb +19 -2
 - data/lib/groonga/schema.rb +2 -2
 - data/rroonga-build.rb +1 -1
 - data/rroonga.gemspec +5 -5
 - data/test/test-column.rb +6 -6
 - data/test/test-database.rb +6 -2
 - data/test/test-double-array-trie.rb +18 -0
 - data/test/test-expression-builder.rb +3 -2
 - data/test/test-hash.rb +13 -1
 - data/test/test-plugin.rb +3 -1
 - data/test/test-record.rb +10 -0
 - data/test/test-variable-size-column.rb +4 -4
 - 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/libwinpthread-1.dll +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/onig-config +78 -0
 - data/vendor/local/include/oniggnu.h +85 -0
 - data/vendor/local/include/onigposix.h +169 -0
 - data/vendor/local/include/oniguruma.h +870 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/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 +41 -0
 - 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 +41 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb +20 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context.rb +31 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context/error_level.rb +30 -0
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +99 -0
 - data/vendor/local/lib/groonga/scripts/ruby/eval_context.rb +13 -0
 - data/vendor/local/lib/groonga/scripts/ruby/expression.rb +13 -0
 - data/vendor/local/lib/groonga/scripts/ruby/index_info.rb +10 -0
 - data/vendor/local/lib/groonga/scripts/ruby/logger.rb +27 -0
 - data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +32 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +30 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +342 -0
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +198 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +41 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/oniguruma.pc +14 -0
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +4 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +46 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -87
 - 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 +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +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 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +5 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +265 -232
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +30 -23
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +8 -9
 - data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +17 -18
 - data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +63 -10
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -108
 - 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 +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +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 +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +123 -48
 - 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 +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
 - 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 +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +13 -13
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - 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 +14 -13
 - 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 +264 -250
 - 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 +9 -9
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +46 -41
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +4 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +46 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -87
 - 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 +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +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 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +5 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +265 -232
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +30 -23
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/index.html +14 -15
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +57 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -102
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
 - 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 +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +130 -48
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/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 +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +17 -33
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +23 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
 - 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 +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
 - 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 +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +249 -237
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
 - data/vendor/local/share/license/mruby/AUTHORS +22 -0
 - data/vendor/local/share/license/mruby/LEGAL +6 -0
 - data/vendor/local/share/license/mruby/MITL +20 -0
 - data/vendor/local/share/license/mruby/README.md +111 -0
 - data/vendor/local/share/license/onigmo/AUTHORS +2 -0
 - data/vendor/local/share/license/onigmo/COPYING +87 -0
 - data/vendor/local/share/license/onigmo/README +249 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +471 -485
 - data/vendor/local/share/man/man1/groonga.1 +389 -454
 - metadata +82 -46
 - data/README.textile +0 -73
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.2. リモートアクセス — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.2. リモートアクセス — Groonga v4.0.5-143-g3391c1dドキュメント</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.5-143-g3391c1d',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="4.3. いろいろなデータの保存" href="data.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="4.1. 基本的な操作" href="introduction.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="introduction.html" title="4.1. 基本的な操作"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -356,7 +356,7 @@ select --table Site --query title:@this 
     | 
|
| 
       356 
356 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       357 
357 
     | 
    
         
             
                      <a href="introduction.html" title="4.1. 基本的な操作"
         
     | 
| 
       358 
358 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       359 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 359 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       360 
360 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       361 
361 
     | 
    
         
             
                  </ul>
         
     | 
| 
       362 
362 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.8. パトリシア木による前方一致検索 — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.8. パトリシア木による前方一致検索 — Groonga v4.0.5-143-g3391c1dドキュメント</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.5-143-g3391c1d',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,9 +26,9 @@ 
     | 
|
| 
       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. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="4.9.  
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="4.7. match_columnsパラメータ" href="match_columns.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="lexicon.html" title="4.9.  
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columnsパラメータ"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -258,7 +258,7 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori 
     | 
|
| 
       258 
258 
     | 
    
         
             
                                    title="前の章へ">4.7. match_columnsパラメータ</a></p>
         
     | 
| 
       259 
259 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       260 
260 
     | 
    
         
             
              <p class="topless"><a href="lexicon.html"
         
     | 
| 
       261 
     | 
    
         
            -
                                    title="次の章へ">4.9.  
     | 
| 
      
 261 
     | 
    
         
            +
                                    title="次の章へ">4.9. 全文検索用の語彙表の作成</a></p>
         
     | 
| 
       262 
262 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       263 
263 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       264 
264 
     | 
    
         
             
                <li><a href="../_sources/tutorial/patricia_trie.txt"
         
     | 
| 
         @@ -288,12 +288,12 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori 
     | 
|
| 
       288 
288 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       289 
289 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       290 
290 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       291 
     | 
    
         
            -
                      <a href="lexicon.html" title="4.9.  
     | 
| 
      
 291 
     | 
    
         
            +
                      <a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
         
     | 
| 
       292 
292 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       293 
293 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       294 
294 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columnsパラメータ"
         
     | 
| 
       295 
295 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       296 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 296 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       297 
297 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       298 
298 
     | 
    
         
             
                  </ul>
         
     | 
| 
       299 
299 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.11. クエリ拡張 — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.11. クエリ拡張 — Groonga v4.0.5-143-g3391c1dドキュメント</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.5-143-g3391c1d',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="5. サジェスト" href="../suggest.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -71,15 +71,14 @@ 
     | 
|
| 
       71 
71 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
     | 
    
         
            -
              <div class="section" id=" 
     | 
| 
       75 
     | 
    
         
            -
            <h1>4.11. クエリ拡張<a class="headerlink" href="# 
     | 
| 
       76 
     | 
    
         
            -
            <p>Groonga 
     | 
| 
       77 
     | 
    
         
            -
            <p 
     | 
| 
       78 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       79 
     | 
    
         
            -
            <h2>4.11.1. 準備<a class="headerlink" href="# 
     | 
| 
       80 
     | 
    
         
            -
            <p 
     | 
| 
       81 
     | 
    
         
            -
            <p 
     | 
| 
       82 
     | 
    
         
            -
            <p>実際に文書テーブルと置換テーブルを作成してみましょう。</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
              <div class="section" id="query-expansion">
         
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>4.11. クエリ拡張<a class="headerlink" href="#query-expansion" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <p>Groongaの <a class="reference internal" href="../reference/commands/select.html"><em>select</em></a> コマンドは <tt class="docutils literal"><span class="pre">query_expander</span></tt> 引数を受付ます。これを使うとクエリ文字列を拡張することができます。</p>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <p>例えば、"theater"ではなく"theatre"で検索したとしましょう。クエリ拡張では"theater OR theatre"の結果を返します。このようなやりかたで検索漏れを減らせます。これはユーザーが本当にやりたかったことです。</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            <div class="section" id="preparation">
         
     | 
| 
      
 79 
     | 
    
         
            +
            <h2>4.11.1. 準備<a class="headerlink" href="#preparation" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <p>クエリ拡張を使うには、文書を格納するテーブルと検索文字列と置換文字列のペアを格納する置換テーブルを作る必要があります。置換テーブルでは主キーが元の文字列、ShortText型のカラムが置換後の文字列をあらわします。</p>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <p>それでは文書テーブルと置換テーブルを作成しましょう。</p>
         
     | 
| 
       83 
82 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       84 
83 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create Doc TABLE_PAT_KEY ShortText
         
     | 
| 
       85 
84 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
         @@ -95,25 +94,25 @@ column_create Synonym body COLUMN_SCALAR ShortText 
     | 
|
| 
       95 
94 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       96 
95 
     | 
    
         
             
            load --table Doc
         
     | 
| 
       97 
96 
     | 
    
         
             
            [
         
     | 
| 
       98 
     | 
    
         
            -
            {"_key": "001", "body": " 
     | 
| 
       99 
     | 
    
         
            -
            {"_key": "002", "body": " 
     | 
| 
      
 97 
     | 
    
         
            +
            {"_key": "001", "body": "Play all night in this theater."},
         
     | 
| 
      
 98 
     | 
    
         
            +
            {"_key": "002", "body": "theatre is British spelling."},
         
     | 
| 
       100 
99 
     | 
    
         
             
            ]
         
     | 
| 
       101 
100 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
       102 
101 
     | 
    
         
             
            load --table Synonym
         
     | 
| 
       103 
102 
     | 
    
         
             
            [
         
     | 
| 
       104 
     | 
    
         
            -
            {"_key": " 
     | 
| 
       105 
     | 
    
         
            -
            {"_key": " 
     | 
| 
      
 103 
     | 
    
         
            +
            {"_key": "theater", "body": "(theater OR theatre)"},
         
     | 
| 
      
 104 
     | 
    
         
            +
            {"_key": "theatre", "body": "(theater OR theatre)"},
         
     | 
| 
       106 
105 
     | 
    
         
             
            ]
         
     | 
| 
       107 
106 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
       108 
107 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       109 
108 
     | 
    
         
             
            </div>
         
     | 
| 
       110 
     | 
    
         
            -
            <p 
     | 
| 
      
 109 
     | 
    
         
            +
            <p>このようにすると、検索漏れは起こりません。これは置換テーブルがクエリ文字列として"theater"も"theatre"のいずれも受け付けるからです。</p>
         
     | 
| 
       111 
110 
     | 
    
         
             
            </div>
         
     | 
| 
       112 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       113 
     | 
    
         
            -
            <h2>4.11.2. 検索<a class="headerlink" href="# 
     | 
| 
       114 
     | 
    
         
            -
            <p 
     | 
| 
      
 111 
     | 
    
         
            +
            <div class="section" id="search">
         
     | 
| 
      
 112 
     | 
    
         
            +
            <h2>4.11.2. 検索<a class="headerlink" href="#search" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <p>では、準備した置換テーブルを使ってみます。まずは <tt class="docutils literal"><span class="pre">query_expander</span></tt> を使わずに <tt class="docutils literal"><span class="pre">select</span></tt> コマンドを実行してみましょう。</p>
         
     | 
| 
       115 
114 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       116 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>select Doc --match_columns body --query " 
     | 
| 
      
 115 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>select Doc --match_columns body --query "theater"
         
     | 
| 
       117 
116 
     | 
    
         
             
            # [
         
     | 
| 
       118 
117 
     | 
    
         
             
            #   [
         
     | 
| 
       119 
118 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -142,12 +141,12 @@ load --table Synonym 
     | 
|
| 
       142 
141 
     | 
    
         
             
            #       [
         
     | 
| 
       143 
142 
     | 
    
         
             
            #         1,
         
     | 
| 
       144 
143 
     | 
    
         
             
            #         "001",
         
     | 
| 
       145 
     | 
    
         
            -
            #         " 
     | 
| 
      
 144 
     | 
    
         
            +
            #         "Play all night in this theater."
         
     | 
| 
       146 
145 
     | 
    
         
             
            #       ]
         
     | 
| 
       147 
146 
     | 
    
         
             
            #     ]
         
     | 
| 
       148 
147 
     | 
    
         
             
            #   ]
         
     | 
| 
       149 
148 
     | 
    
         
             
            # ]
         
     | 
| 
       150 
     | 
    
         
            -
            select Doc --match_columns body --query " 
     | 
| 
      
 149 
     | 
    
         
            +
            select Doc --match_columns body --query "theatre"
         
     | 
| 
       151 
150 
     | 
    
         
             
            # [
         
     | 
| 
       152 
151 
     | 
    
         
             
            #   [
         
     | 
| 
       153 
152 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -176,16 +175,17 @@ select Doc --match_columns body --query "シークヮーサー" 
     | 
|
| 
       176 
175 
     | 
    
         
             
            #       [
         
     | 
| 
       177 
176 
     | 
    
         
             
            #         2,
         
     | 
| 
       178 
177 
     | 
    
         
             
            #         "002",
         
     | 
| 
       179 
     | 
    
         
            -
            #         " 
     | 
| 
      
 178 
     | 
    
         
            +
            #         "theatre is British spelling."
         
     | 
| 
       180 
179 
     | 
    
         
             
            #       ]
         
     | 
| 
       181 
180 
     | 
    
         
             
            #     ]
         
     | 
| 
       182 
181 
     | 
    
         
             
            #   ]
         
     | 
| 
       183 
182 
     | 
    
         
             
            # ]
         
     | 
| 
       184 
183 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       185 
184 
     | 
    
         
             
            </div>
         
     | 
| 
       186 
     | 
    
         
            -
            <p 
     | 
| 
      
 185 
     | 
    
         
            +
            <p>このクエリではクエリ文字列に完全に一致するレコードを返します。</p>
         
     | 
| 
      
 186 
     | 
    
         
            +
            <p>では、 <tt class="docutils literal"><span class="pre">query_expander</span></tt> を <tt class="docutils literal"><span class="pre">Synonym</span></tt> テーブルの <tt class="docutils literal"><span class="pre">body</span></tt> カラムに対して使ってみましょう。</p>
         
     | 
| 
       187 
187 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       188 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>select Doc --match_columns body --query " 
     | 
| 
      
 188 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>select Doc --match_columns body --query "theater" --query_expander Synonym.body
         
     | 
| 
       189 
189 
     | 
    
         
             
            # [
         
     | 
| 
       190 
190 
     | 
    
         
             
            #   [
         
     | 
| 
       191 
191 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -214,17 +214,17 @@ select Doc --match_columns body --query "シークヮーサー" 
     | 
|
| 
       214 
214 
     | 
    
         
             
            #       [
         
     | 
| 
       215 
215 
     | 
    
         
             
            #         1,
         
     | 
| 
       216 
216 
     | 
    
         
             
            #         "001",
         
     | 
| 
       217 
     | 
    
         
            -
            #         " 
     | 
| 
      
 217 
     | 
    
         
            +
            #         "Play all night in this theater."
         
     | 
| 
       218 
218 
     | 
    
         
             
            #       ],
         
     | 
| 
       219 
219 
     | 
    
         
             
            #       [
         
     | 
| 
       220 
220 
     | 
    
         
             
            #         2,
         
     | 
| 
       221 
221 
     | 
    
         
             
            #         "002",
         
     | 
| 
       222 
     | 
    
         
            -
            #         " 
     | 
| 
      
 222 
     | 
    
         
            +
            #         "theatre is British spelling."
         
     | 
| 
       223 
223 
     | 
    
         
             
            #       ]
         
     | 
| 
       224 
224 
     | 
    
         
             
            #     ]
         
     | 
| 
       225 
225 
     | 
    
         
             
            #   ]
         
     | 
| 
       226 
226 
     | 
    
         
             
            # ]
         
     | 
| 
       227 
     | 
    
         
            -
            select Doc --match_columns body --query " 
     | 
| 
      
 227 
     | 
    
         
            +
            select Doc --match_columns body --query "theatre" --query_expander Synonym.body
         
     | 
| 
       228 
228 
     | 
    
         
             
            # [
         
     | 
| 
       229 
229 
     | 
    
         
             
            #   [
         
     | 
| 
       230 
230 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -253,19 +253,19 @@ select Doc --match_columns body --query "シークヮーサー" --quer 
     | 
|
| 
       253 
253 
     | 
    
         
             
            #       [
         
     | 
| 
       254 
254 
     | 
    
         
             
            #         1,
         
     | 
| 
       255 
255 
     | 
    
         
             
            #         "001",
         
     | 
| 
       256 
     | 
    
         
            -
            #         " 
     | 
| 
      
 256 
     | 
    
         
            +
            #         "Play all night in this theater."
         
     | 
| 
       257 
257 
     | 
    
         
             
            #       ],
         
     | 
| 
       258 
258 
     | 
    
         
             
            #       [
         
     | 
| 
       259 
259 
     | 
    
         
             
            #         2,
         
     | 
| 
       260 
260 
     | 
    
         
             
            #         "002",
         
     | 
| 
       261 
     | 
    
         
            -
            #         " 
     | 
| 
      
 261 
     | 
    
         
            +
            #         "theatre is British spelling."
         
     | 
| 
       262 
262 
     | 
    
         
             
            #       ]
         
     | 
| 
       263 
263 
     | 
    
         
             
            #     ]
         
     | 
| 
       264 
264 
     | 
    
         
             
            #   ]
         
     | 
| 
       265 
265 
     | 
    
         
             
            # ]
         
     | 
| 
       266 
266 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       267 
267 
     | 
    
         
             
            </div>
         
     | 
| 
       268 
     | 
    
         
            -
            <p 
     | 
| 
      
 268 
     | 
    
         
            +
            <p>この場合、クエリ文字列は "theater OR theatre" へと置き換えられます。つまり、検索時に表記揺れを考慮して検索できます。</p>
         
     | 
| 
       269 
269 
     | 
    
         
             
            </div>
         
     | 
| 
       270 
270 
     | 
    
         
             
            </div>
         
     | 
| 
       271 
271 
     | 
    
         | 
| 
         @@ -278,8 +278,8 @@ select Doc --match_columns body --query "シークヮーサー" --quer 
     | 
|
| 
       278 
278 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       279 
279 
     | 
    
         
             
              <ul>
         
     | 
| 
       280 
280 
     | 
    
         
             
            <li><a class="reference internal" href="#">4.11. クエリ拡張</a><ul>
         
     | 
| 
       281 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       282 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
      
 281 
     | 
    
         
            +
            <li><a class="reference internal" href="#preparation">4.11.1. 準備</a></li>
         
     | 
| 
      
 282 
     | 
    
         
            +
            <li><a class="reference internal" href="#search">4.11.2. 検索</a></li>
         
     | 
| 
       283 
283 
     | 
    
         
             
            </ul>
         
     | 
| 
       284 
284 
     | 
    
         
             
            </li>
         
     | 
| 
       285 
285 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -324,7 +324,7 @@ select Doc --match_columns body --query "シークヮーサー" --quer 
     | 
|
| 
       324 
324 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       325 
325 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
         
     | 
| 
       326 
326 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       327 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 327 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       328 
328 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       329 
329 
     | 
    
         
             
                  </ul>
         
     | 
| 
       330 
330 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.4. さまざまな検索条件 — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.4. さまざまな検索条件 — Groonga v4.0.5-143-g3391c1dドキュメント</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.5-143-g3391c1d',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="4.3. いろいろなデータの保存" href="data.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="data.html" title="4.3. いろいろなデータの保存"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -207,7 +207,7 @@ select --table Site --filter "_id <= 2 || _id >= 7" --output_col 
     | 
|
| 
       207 
207 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">select</span></tt> コマンドの <tt class="docutils literal"><span class="pre">scorer</span></tt> パラメータは、 全文検索を行った結果の各レコードに対して処理を行うためのパラメータです。</p>
         
     | 
| 
       208 
208 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">filter</span></tt> パラメータと同様に、 JavaScriptの式に似た文法で様々な条件を指定することができます。</p>
         
     | 
| 
       209 
209 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       210 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --filter " 
     | 
| 
      
 210 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --filter "true" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
         
     | 
| 
       211 
211 
     | 
    
         
             
            # [
         
     | 
| 
       212 
212 
     | 
    
         
             
            #   [
         
     | 
| 
       213 
213 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -281,7 +281,7 @@ select --table Site --filter "_id <= 2 || _id >= 7" --output_col 
     | 
|
| 
       281 
281 
     | 
    
         
             
            #     ]
         
     | 
| 
       282 
282 
     | 
    
         
             
            #   ]
         
     | 
| 
       283 
283 
     | 
    
         
             
            # ]
         
     | 
| 
       284 
     | 
    
         
            -
            select --table Site --filter " 
     | 
| 
      
 284 
     | 
    
         
            +
            select --table Site --filter "true" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
         
     | 
| 
       285 
285 
     | 
    
         
             
            # [
         
     | 
| 
       286 
286 
     | 
    
         
             
            #   [
         
     | 
| 
       287 
287 
     | 
    
         
             
            #     0,
         
     | 
| 
         @@ -614,7 +614,7 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc 
     | 
|
| 
       614 
614 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       615 
615 
     | 
    
         
             
                      <a href="data.html" title="4.3. いろいろなデータの保存"
         
     | 
| 
       616 
616 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       617 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 617 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       618 
618 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       619 
619 
     | 
    
         
             
                  </ul>
         
     | 
| 
       620 
620 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -0,0 +1,22 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Original Authors "mruby developers" are:
         
     | 
| 
      
 2 
     | 
    
         
            +
               Yukihiro Matsumoto
         
     | 
| 
      
 3 
     | 
    
         
            +
               FUKUOKA CSK CORPORATION
         
     | 
| 
      
 4 
     | 
    
         
            +
               Kyushu Institute of Technology
         
     | 
| 
      
 5 
     | 
    
         
            +
               Network Applied Communication Laboratory, Inc.
         
     | 
| 
      
 6 
     | 
    
         
            +
               Daniel Bovensiepen
         
     | 
| 
      
 7 
     | 
    
         
            +
               Jon Maken
         
     | 
| 
      
 8 
     | 
    
         
            +
               Bjorn De Meyer
         
     | 
| 
      
 9 
     | 
    
         
            +
               Yuichiro MASUI
         
     | 
| 
      
 10 
     | 
    
         
            +
               Masamitsu MURASE
         
     | 
| 
      
 11 
     | 
    
         
            +
               Masaki Muranaka
         
     | 
| 
      
 12 
     | 
    
         
            +
               Internet Initiative Japan Inc.
         
     | 
| 
      
 13 
     | 
    
         
            +
               Tadashi FUKUZAWA
         
     | 
| 
      
 14 
     | 
    
         
            +
               MATSUMOTO Ryosuke
         
     | 
| 
      
 15 
     | 
    
         
            +
               Yasuhiro Matsumoto
         
     | 
| 
      
 16 
     | 
    
         
            +
               Koji Yoshioka
         
     | 
| 
      
 17 
     | 
    
         
            +
               Jun Hiroe
         
     | 
| 
      
 18 
     | 
    
         
            +
               Narihiro Nakamura
         
     | 
| 
      
 19 
     | 
    
         
            +
               Yuichi Nishiwaki
         
     | 
| 
      
 20 
     | 
    
         
            +
               Tatsuhiko Kubo
         
     | 
| 
      
 21 
     | 
    
         
            +
               Takeshi Watanabe
         
     | 
| 
      
 22 
     | 
    
         
            +
               Yuki Kurihara
         
     | 
| 
         @@ -0,0 +1,20 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            Copyright (c) 2014 mruby developers
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            Permission is hereby granted, free of charge, to any person obtaining a
         
     | 
| 
      
 4 
     | 
    
         
            +
            copy of this software and associated documentation files (the "Software"),
         
     | 
| 
      
 5 
     | 
    
         
            +
            to deal in the Software without restriction, including without limitation
         
     | 
| 
      
 6 
     | 
    
         
            +
            the rights to use, copy, modify, merge, publish, distribute, sublicense,
         
     | 
| 
      
 7 
     | 
    
         
            +
            and/or sell copies of the Software, and to permit persons to whom the
         
     | 
| 
      
 8 
     | 
    
         
            +
            Software is furnished to do so, subject to the following conditions:
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            The above copyright notice and this permission notice shall be included in
         
     | 
| 
      
 11 
     | 
    
         
            +
            all copies or substantial portions of the Software.
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         
     | 
| 
      
 14 
     | 
    
         
            +
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         
     | 
| 
      
 15 
     | 
    
         
            +
            FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         
     | 
| 
      
 16 
     | 
    
         
            +
            AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         
     | 
| 
      
 17 
     | 
    
         
            +
            LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
         
     | 
| 
      
 18 
     | 
    
         
            +
            FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
         
     | 
| 
      
 19 
     | 
    
         
            +
            DEALINGS IN THE SOFTWARE.
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
         @@ -0,0 +1,111 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [](https://travis-ci.org/mruby/mruby)
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            ## What's mruby
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            mruby is the lightweight implementation of the Ruby language complying to (part of)
         
     | 
| 
      
 6 
     | 
    
         
            +
            the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579).
         
     | 
| 
      
 7 
     | 
    
         
            +
            Its syntax is Ruby 1.9 compatible.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            mruby can be linked and embedded within your application.  We provide the interpreter program "mruby" and
         
     | 
| 
      
 10 
     | 
    
         
            +
            the interactive mruby shell "mirb" as examples.  You can also compile Ruby programs into compiled byte code
         
     | 
| 
      
 11 
     | 
    
         
            +
            using the mruby compiler "mrbc".  All those tools reside in the "bin" directory.  "mrbc" is also able to
         
     | 
| 
      
 12 
     | 
    
         
            +
            generate compiled byte code in a C source file, see the "mrbtest" program under the "test" directory
         
     | 
| 
      
 13 
     | 
    
         
            +
            for an example.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            This achievement was sponsored by the Regional Innovation Creation R&D Programs of
         
     | 
| 
      
 16 
     | 
    
         
            +
            the Ministry of Economy, Trade and Industry of Japan.
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            ## How to get mruby
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            The stable version 1.0.0 of mruby can be downloaded via the following URL:
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
              https://github.com/mruby/mruby/archive/1.0.0.zip
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            The latest development version of mruby can be downloaded via the following URL:
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
              https://github.com/mruby/mruby/zipball/master
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            The trunk of the mruby source tree can be checked out with the
         
     | 
| 
      
 30 
     | 
    
         
            +
            following command:
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
                $ git clone https://github.com/mruby/mruby.git
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
            ## mruby home-page
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
            The URL of the mruby home-page is:
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
              http://www.mruby.org/
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
            ## Mailing list
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            To subscribe to the mruby mailing list....[T.B.D.]
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            ## How to compile and install (mruby and gems)
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
            See the INSTALL file.
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            ## Running Tests
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            To run the tests, execute the following from the project's root directory.
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                $ make test
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
            Or
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
                $ ruby ./minirake test
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
            ## Customization
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
            mruby contains a package manager called *mrbgems*. To create extensions
         
     | 
| 
      
 64 
     | 
    
         
            +
            in C and/or Ruby you should create a *GEM*. You will find a complete
         
     | 
| 
      
 65 
     | 
    
         
            +
            documentation with examples under *examples/mrbgems*.
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
            ## License
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
            Copyright (c) 2014 mruby developers
         
     | 
| 
      
 70 
     | 
    
         
            +
             
     | 
| 
      
 71 
     | 
    
         
            +
            Permission is hereby granted, free of charge, to any person obtaining a
         
     | 
| 
      
 72 
     | 
    
         
            +
            copy of this software and associated documentation files (the "Software"),
         
     | 
| 
      
 73 
     | 
    
         
            +
            to deal in the Software without restriction, including without limitation
         
     | 
| 
      
 74 
     | 
    
         
            +
            the rights to use, copy, modify, merge, publish, distribute, sublicense,
         
     | 
| 
      
 75 
     | 
    
         
            +
            and/or sell copies of the Software, and to permit persons to whom the
         
     | 
| 
      
 76 
     | 
    
         
            +
            Software is furnished to do so, subject to the following conditions:
         
     | 
| 
      
 77 
     | 
    
         
            +
             
     | 
| 
      
 78 
     | 
    
         
            +
            The above copyright notice and this permission notice shall be included in
         
     | 
| 
      
 79 
     | 
    
         
            +
            all copies or substantial portions of the Software.
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
      
 81 
     | 
    
         
            +
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         
     | 
| 
      
 82 
     | 
    
         
            +
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         
     | 
| 
      
 83 
     | 
    
         
            +
            FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         
     | 
| 
      
 84 
     | 
    
         
            +
            AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         
     | 
| 
      
 85 
     | 
    
         
            +
            LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
         
     | 
| 
      
 86 
     | 
    
         
            +
            FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
         
     | 
| 
      
 87 
     | 
    
         
            +
            DEALINGS IN THE SOFTWARE.
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
            ## Note for License
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
            mruby has chosen a MIT License due to its permissive license allowing
         
     | 
| 
      
 92 
     | 
    
         
            +
            developers to target various environments such as embedded systems.
         
     | 
| 
      
 93 
     | 
    
         
            +
            However, the license requires the display of the copyright notice and license
         
     | 
| 
      
 94 
     | 
    
         
            +
            information in manuals for instance. Doing so for big projects can be
         
     | 
| 
      
 95 
     | 
    
         
            +
            complicated or troublesome.
         
     | 
| 
      
 96 
     | 
    
         
            +
            This is why mruby has decided to display "mruby developers" as the copyright name
         
     | 
| 
      
 97 
     | 
    
         
            +
            to make it simple conventionally.
         
     | 
| 
      
 98 
     | 
    
         
            +
            In the future, mruby might ask you to distribute your new code
         
     | 
| 
      
 99 
     | 
    
         
            +
            (that you will commit,) under the MIT License as a member of
         
     | 
| 
      
 100 
     | 
    
         
            +
            "mruby developers" but contributors will keep their copyright.
         
     | 
| 
      
 101 
     | 
    
         
            +
            (We did not intend for contributors to transfer or waive their copyrights,
         
     | 
| 
      
 102 
     | 
    
         
            +
             Actual copyright holder name (contributors) will be listed in the AUTHORS file.)
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
            Please ask us if you want to distribute your code under another license.
         
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
            ## How to Contribute
         
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
      
 108 
     | 
    
         
            +
            See the [contribution guidelines](https://github.com/mruby/mruby/blob/master/CONTRIBUTING.md)
         
     | 
| 
      
 109 
     | 
    
         
            +
            then send a pull request to <http://github.com/mruby/mruby>.  We consider you have granted
         
     | 
| 
      
 110 
     | 
    
         
            +
            non-exclusive right to your contributed code under MIT license.  If you want to be named
         
     | 
| 
      
 111 
     | 
    
         
            +
            as one of mruby developers, please include an update to the AUTHORS file in your pull request.
         
     |