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>2.6. Fedora — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.6. Fedora — 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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.7. Oracle Solaris" href="solaris.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.5. CentOS" href="centos.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -136,9 +136,9 @@ 
     | 
|
| 
       136 
136 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
138 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       139 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
       140 
     | 
    
         
            -
            % tar xvzf groonga-4.0. 
     | 
| 
       141 
     | 
    
         
            -
            % cd groonga-4.0. 
     | 
| 
      
 139 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
         
     | 
| 
      
 140 
     | 
    
         
            +
            % tar xvzf groonga-4.0.6.tar.gz
         
     | 
| 
      
 141 
     | 
    
         
            +
            % cd groonga-4.0.6
         
     | 
| 
       142 
142 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       143 
143 
     | 
    
         
             
            </div>
         
     | 
| 
       144 
144 
     | 
    
         
             
            <p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -211,7 +211,7 @@ 
     | 
|
| 
       211 
211 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       212 
212 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       213 
213 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       214 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 214 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       215 
215 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       216 
216 
     | 
    
         
             
                  </ul>
         
     | 
| 
       217 
217 
     | 
    
         
             
                </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>2.2. Mac OS X — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.2. Mac OS X — 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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.1. Windows" href="windows.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -96,9 +96,9 @@ 
     | 
|
| 
       96 
96 
     | 
    
         
             
            <h2>2.2.3. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <p><a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a> をインストールしてください。</p>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
       100 
     | 
    
         
            -
            % tar xvzf groonga-4.0. 
     | 
| 
       101 
     | 
    
         
            -
            % cd groonga-4.0. 
     | 
| 
      
 99 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
         
     | 
| 
      
 100 
     | 
    
         
            +
            % tar xvzf groonga-4.0.6.tar.gz
         
     | 
| 
      
 101 
     | 
    
         
            +
            % cd groonga-4.0.6
         
     | 
| 
       102 
102 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -172,7 +172,7 @@ 
     | 
|
| 
       172 
172 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       173 
173 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       174 
174 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       175 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 175 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       176 
176 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       177 
177 
     | 
    
         
             
                  </ul>
         
     | 
| 
       178 
178 
     | 
    
         
             
                </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>2.8. その他 — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.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,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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="3. コミュニティ" href="../community.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -137,9 +137,9 @@ 
     | 
|
| 
       137 
137 
     | 
    
         
             
            <div class="section" id="build-from-source">
         
     | 
| 
       138 
138 
     | 
    
         
             
            <h2>2.8.2. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       139 
139 
     | 
    
         
             
            <p>GroongaはGNUビルドシステムを使っています。以下は一番簡単なビルド手順です:</p>
         
     | 
| 
       140 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
       141 
     | 
    
         
            -
            % tar xvzf groonga-4.0. 
     | 
| 
       142 
     | 
    
         
            -
            % cd groonga-4.0. 
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
         
     | 
| 
      
 141 
     | 
    
         
            +
            % tar xvzf groonga-4.0.6.tar.gz
         
     | 
| 
      
 142 
     | 
    
         
            +
            % cd groonga-4.0.6
         
     | 
| 
       143 
143 
     | 
    
         
             
            % ./configure
         
     | 
| 
       144 
144 
     | 
    
         
             
            % make
         
     | 
| 
       145 
145 
     | 
    
         
             
            % sudo make install
         
     | 
| 
         @@ -358,7 +358,7 @@ 
     | 
|
| 
       358 
358 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       359 
359 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       360 
360 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       361 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 361 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       362 
362 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       363 
363 
     | 
    
         
             
                  </ul>
         
     | 
| 
       364 
364 
     | 
    
         
             
                </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>2.7. Oracle Solaris — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.7. Oracle Solaris — 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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.8. その他" href="others.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.6. Fedora" href="fedora.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="fedora.html" title="2.6. Fedora"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -81,9 +81,9 @@ 
     | 
|
| 
       81 
81 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       82 
82 
     | 
    
         
             
            </div>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       84 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
       85 
     | 
    
         
            -
            % gtar xvzf groonga-4.0. 
     | 
| 
       86 
     | 
    
         
            -
            % cd groonga-4.0. 
     | 
| 
      
 84 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
         
     | 
| 
      
 85 
     | 
    
         
            +
            % gtar xvzf groonga-4.0.6.tar.gz
         
     | 
| 
      
 86 
     | 
    
         
            +
            % cd groonga-4.0.6
         
     | 
| 
       87 
87 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </div>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -155,7 +155,7 @@ 
     | 
|
| 
       155 
155 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       156 
156 
     | 
    
         
             
                      <a href="fedora.html" title="2.6. Fedora"
         
     | 
| 
       157 
157 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       158 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 158 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       159 
159 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       160 
160 
     | 
    
         
             
                  </ul>
         
     | 
| 
       161 
161 
     | 
    
         
             
                </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>2.4. Ubuntu — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.4. Ubuntu — 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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.5. CentOS" href="centos.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="debian.html" title="2.3. Debian GNU/Linux"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -137,9 +137,9 @@ 
     | 
|
| 
       137 
137 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       138 
138 
     | 
    
         
             
            </div>
         
     | 
| 
       139 
139 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       140 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
       141 
     | 
    
         
            -
            % tar xvzf groonga-4.0. 
     | 
| 
       142 
     | 
    
         
            -
            % cd groonga-4.0. 
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
         
     | 
| 
      
 141 
     | 
    
         
            +
            % tar xvzf groonga-4.0.6.tar.gz
         
     | 
| 
      
 142 
     | 
    
         
            +
            % cd groonga-4.0.6
         
     | 
| 
       143 
143 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       144 
144 
     | 
    
         
             
            </div>
         
     | 
| 
       145 
145 
     | 
    
         
             
            <p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -212,7 +212,7 @@ 
     | 
|
| 
       212 
212 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       213 
213 
     | 
    
         
             
                      <a href="debian.html" title="2.3. Debian GNU/Linux"
         
     | 
| 
       214 
214 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       215 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 215 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       216 
216 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       217 
217 
     | 
    
         
             
                  </ul>
         
     | 
| 
       218 
218 
     | 
    
         
             
                </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>2.1. Windows — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.1. Windows — 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="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2. インストール" href="../install.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       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="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -80,14 +80,14 @@ 
     | 
|
| 
       80 
80 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       83 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 83 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.exe">http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.exe</a></li>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </ul>
         
     | 
| 
       85 
85 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       90 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 90 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.exe">http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.exe</a></li>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </ul>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
         @@ -98,14 +98,14 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       101 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 101 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.zip">http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.zip</a></li>
         
     | 
| 
       102 
102 
     | 
    
         
             
            </ul>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       108 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 108 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.zip">http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.zip</a></li>
         
     | 
| 
       109 
109 
     | 
    
         
             
            </ul>
         
     | 
| 
       110 
110 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       111 
111 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
         @@ -123,24 +123,24 @@ 
     | 
|
| 
       123 
123 
     | 
    
         
             
            <p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       124 
124 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       125 
125 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       126 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
      
 126 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.0.6.zip">http://packages.groonga.org/source/groonga/groonga-4.0.6.zip</a></li>
         
     | 
| 
       127 
127 
     | 
    
         
             
            </ul>
         
     | 
| 
       128 
128 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       129 
129 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       130 
130 
     | 
    
         
             
            <p>Groongaのソースフォルダへと移動します:</p>
         
     | 
| 
       131 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0. 
     | 
| 
      
 131 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.6
         
     | 
| 
       132 
132 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       133 
133 
     | 
    
         
             
            </div>
         
     | 
| 
       134 
134 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt> パラメーターを指定してください:</p>
         
     | 
| 
       135 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 135 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
         
     | 
| 
       136 
136 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
138 
     | 
    
         
             
            <p>ビルド:</p>
         
     | 
| 
       139 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 139 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake --build . --config Release
         
     | 
| 
       140 
140 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            <p>インストール:</p>
         
     | 
| 
       143 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 143 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake --build . --config Release --target Install
         
     | 
| 
       144 
144 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       145 
145 
     | 
    
         
             
            </div>
         
     | 
| 
       146 
146 
     | 
    
         
             
            <p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> が <tt class="docutils literal"><span class="pre">c:\groonga\bin\groonga.exe</span></tt> にインストールされます。</p>
         
     | 
| 
         @@ -203,7 +203,7 @@ 
     | 
|
| 
       203 
203 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       204 
204 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       205 
205 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       206 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 206 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li>
         
     | 
| 
       207 
207 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       208 
208 
     | 
    
         
             
                  </ul>
         
     | 
| 
       209 
209 
     | 
    
         
             
                </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>10. 制限事項 — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>10. 制限事項 — 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="next" title="11. トラブルシューティング" href="troubleshooting.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="9.2. 検索" href="spec/search.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="spec/search.html" title="9.2. 検索"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -162,7 +162,7 @@ 
     | 
|
| 
       162 
162 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       163 
163 
     | 
    
         
             
                      <a href="spec/search.html" title="9.2. 検索"
         
     | 
| 
       164 
164 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       165 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0. 
     | 
| 
      
 165 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li> 
         
     | 
| 
       166 
166 
     | 
    
         
             
                  </ul>
         
     | 
| 
       167 
167 
     | 
    
         
             
                </div>
         
     | 
| 
       168 
168 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>お知らせ — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>お知らせ — 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 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body>
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -52,7 +52,7 @@ 
     | 
|
| 
       52 
52 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       53 
53 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       54 
54 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       55 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0. 
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
         @@ -63,16 +63,92 @@ 
     | 
|
| 
       63 
63 
     | 
    
         | 
| 
       64 
64 
     | 
    
         
             
              <div class="section" id="news">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       66 
     | 
    
         
            -
            <div class="section" id="release-4-0- 
     | 
| 
       67 
     | 
    
         
            -
            <span id="release-4-0- 
     | 
| 
      
 66 
     | 
    
         
            +
            <div class="section" id="release-4-0-6-2014-09-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <span id="release-4-0-6"></span><h2>4.0.6リリース - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <div class="section" id="improvements">
         
     | 
| 
       69 
69 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       70 
70 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li><p class="first">debian/copyrightを機械可読な形式でルールに沿うように更新しました。[やまねさんが報告]</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li><p class="first">[deb][rpm] HTTP経由でnginxをコントロールするのではなくシグナルを使うようにしました。このほうがnginxらしいinit scriptです。</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li><p class="first">[doc] [ <a class="reference internal" href="reference/executables.html"><em>実行ファイル</em></a> ] の英語ドキュメントを更新しました。 [GitHub#196] [横山さんがパッチ提供]</p>
         
     | 
| 
      
 76 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li><p class="first">[OS X] HomebrewでSphinxに関するエラーメッセージへの対処方法を追加しました。 [GitHub#198] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li><p class="first">定数のオプジェクトをアロケートする <tt class="xref c c-func docutils literal"><span class="pre">grn_expr_alloc_const()</span></tt> をエクスポートしました。mrubyで使うために公開しました。</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <li><p class="first">[mruby] mrubyによるクエリオプティマイザが範囲検索で実用的になりました。例えば、mrubyを使うことによるオーバーヘッドは、次のようなクエリで無視できます。"between(X, 0, 'exclude', 100, 'include')" - "X > 0 && X <= 100"。</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li><p class="first">[doc] バグレポートの報告先として GitHub を推奨することにしました。これまではRedmineで、アカウントは管理者による承認が必要でした。これからは、GitHubで気軽に問題を報告してください。 [GitHub#202] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li><p class="first">[doc] C APIのドキュメントを翻訳しました。 [GitHub#203] [野首さんがパッチ提供]</p>
         
     | 
| 
      
 86 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li><p class="first"><tt class="docutils literal"><span class="pre">'*S10"..."'</span></tt> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li><p class="first"><a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> は <tt class="docutils literal"><span class="pre">false</span></tt> を返し、カラムは作られません。</p>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li><p class="first">[windows] mrubyを有効にしました。</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li><p class="first">[deb] Debian jessieとsidのサポートをやめました。</p>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 98 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 100 
     | 
    
         
            +
            <li><p class="first">[windows] デフォルトでKyTeaのサポートを無効にしました。これは再配布に関するライセンスの問題によります。</p>
         
     | 
| 
      
 101 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li><p class="first">[windows] デフォルトでlibeditを無効にしました。</p>
         
     | 
| 
      
 103 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 104 
     | 
    
         
            +
            <li><p class="first">類似文書検索で、IDF (逆文書出現頻度) がトークンを選択するさいに使われない不具合を修正しました。以前のバージョンでは、IDFではなく、トークンのIDが使われてしまっていました。[groonga-dev,02731] [groonga-dev,02754] [三谷さん、warp kawadaさんが報告]</p>
         
     | 
| 
      
 105 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 106 
     | 
    
         
            +
            <li><p class="first">レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <tt class="docutils literal"><span class="pre">_key</span></tt> が含まれており、その <tt class="docutils literal"><span class="pre">_key</span></tt> を参照するインデックスカラムが2つ以上ある場合に発生します。</p>
         
     | 
| 
      
 107 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li><p class="first">未使用変数 'e' に対するコンパイラの警告を修正しました。 [GitHub#197] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 109 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li><p class="first">[fedora][httpd] ログディレクトリがないとサービス開始時に失敗するのを修正しました。</p>
         
     | 
| 
      
 111 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <li><p class="first">[mruby] <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 113 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li><p class="first">MariaDBにMroongaをバンドルしたパッケージをビルドする際の警告(CMP0014)を修正しました。 [GitHub#201] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 115 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 116 
     | 
    
         
            +
            <li><p class="first">"*" が空文字列に対する前方一致検索として扱われてしまう不具合を修正しました。 [groonga-dev,02796] [かずひこさんが報告]</p>
         
     | 
| 
      
 117 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.5に更新しました。セキュリティーに関する修正(CVE-2014-3616)を含んでいます。</p>
         
     | 
| 
      
 119 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 121 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 122 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 123 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 125 
     | 
    
         
            +
            <li><p class="first">やまねひできさん</p>
         
     | 
| 
      
 126 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 127 
     | 
    
         
            +
            <li><p class="first">横山さん</p>
         
     | 
| 
      
 128 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <li><p class="first">cosmo0920さん</p>
         
     | 
| 
      
 130 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li><p class="first">野首さん</p>
         
     | 
| 
      
 132 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><p class="first">三谷さん</p>
         
     | 
| 
      
 134 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <li><p class="first">warp kawadaさん</p>
         
     | 
| 
      
 136 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 137 
     | 
    
         
            +
            <li><p class="first">かずひこさん</p>
         
     | 
| 
      
 138 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 139 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 140 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 141 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <div class="section" id="release-4-0-5-2014-08-29">
         
     | 
| 
      
 143 
     | 
    
         
            +
            <span id="release-4-0-5"></span><h2>4.0.5リリース - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 144 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 145 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 146 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
       71 
147 
     | 
    
         
             
            <li><p class="first">Ubuntu 13.10 (Saucy Salamander)のサポートをやめました。</p>
         
     | 
| 
       72 
148 
     | 
    
         
             
            </li>
         
     | 
| 
       73 
149 
     | 
    
         
             
            <li><p class="first">重みつきベクターカラムの表示をXML出力のときにもサポートしました。</p>
         
     | 
| 
       74 
150 
     | 
    
         
             
            </li>
         
     | 
| 
       75 
     | 
    
         
            -
            <li><p class="first">[ <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> ]  
     | 
| 
      
 151 
     | 
    
         
            +
            <li><p class="first">[ <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> ] 範囲外のキーも指定できるようにしました。 [GitHub#183] [村上さんがパッチ提供]</p>
         
     | 
| 
       76 
152 
     | 
    
         
             
            </li>
         
     | 
| 
       77 
153 
     | 
    
         
             
            <li><p class="first">[mruby] バンドルしている正規表現の実装をOnigmoに変更しました。</p>
         
     | 
| 
       78 
154 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -96,8 +172,8 @@ 
     | 
|
| 
       96 
172 
     | 
    
         
             
            </li>
         
     | 
| 
       97 
173 
     | 
    
         
             
            </ul>
         
     | 
| 
       98 
174 
     | 
    
         
             
            </div>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       100 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 175 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 176 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       101 
177 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       102 
178 
     | 
    
         
             
            <li><p class="first">[php] <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> を呼び出したときのメモリリークを修正しました。[GitHub#184] [@do-akiさんがパッチ提供]</p>
         
     | 
| 
       103 
179 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -113,8 +189,8 @@ 
     | 
|
| 
       113 
189 
     | 
    
         
             
            </li>
         
     | 
| 
       114 
190 
     | 
    
         
             
            </ul>
         
     | 
| 
       115 
191 
     | 
    
         
             
            </div>
         
     | 
| 
       116 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       117 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 192 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 193 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       118 
194 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       119 
195 
     | 
    
         
             
            <li><p class="first">@do-akiさん</p>
         
     | 
| 
       120 
196 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -131,8 +207,8 @@ 
     | 
|
| 
       131 
207 
     | 
    
         
             
            </div>
         
     | 
| 
       132 
208 
     | 
    
         
             
            <div class="section" id="release-4-0-4-2014-07-29">
         
     | 
| 
       133 
209 
     | 
    
         
             
            <span id="release-4-0-4"></span><h2>4.0.4リリース - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       134 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       135 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 210 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 211 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       136 
212 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       137 
213 
     | 
    
         
             
            <li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.3に更新しました。</p>
         
     | 
| 
       138 
214 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -148,8 +224,8 @@ 
     | 
|
| 
       148 
224 
     | 
    
         
             
            </li>
         
     | 
| 
       149 
225 
     | 
    
         
             
            </ul>
         
     | 
| 
       150 
226 
     | 
    
         
             
            </div>
         
     | 
| 
       151 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       152 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 227 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 228 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       153 
229 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       154 
230 
     | 
    
         
             
            <li><p class="first">レスポンスでシンタックスエラーの発生個所を正しく表示できるようにしました。</p>
         
     | 
| 
       155 
231 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -157,8 +233,8 @@ 
     | 
|
| 
       157 
233 
     | 
    
         
             
            </li>
         
     | 
| 
       158 
234 
     | 
    
         
             
            </ul>
         
     | 
| 
       159 
235 
     | 
    
         
             
            </div>
         
     | 
| 
       160 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       161 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 236 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 237 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       162 
238 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       163 
239 
     | 
    
         
             
            <li><p class="first">nikuさん</p>
         
     | 
| 
       164 
240 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -167,8 +243,8 @@ 
     | 
|
| 
       167 
243 
     | 
    
         
             
            </div>
         
     | 
| 
       168 
244 
     | 
    
         
             
            <div class="section" id="release-4-0-3-2014-06-29">
         
     | 
| 
       169 
245 
     | 
    
         
             
            <span id="release-4-0-3"></span><h2>4.0.3リリース - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       170 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       171 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 246 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 247 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       172 
248 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       173 
249 
     | 
    
         
             
            <li><p class="first">[実験的][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] POSTをサポート。</p>
         
     | 
| 
       174 
250 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -210,8 +286,8 @@ 
     | 
|
| 
       210 
286 
     | 
    
         
             
            </li>
         
     | 
| 
       211 
287 
     | 
    
         
             
            </ul>
         
     | 
| 
       212 
288 
     | 
    
         
             
            </div>
         
     | 
| 
       213 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       214 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 289 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 290 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       215 
291 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       216 
292 
     | 
    
         
             
            <li><p class="first">[rpm][groonga-server-gqtp] GQTPではなくHTTPが使われる問題を修正。 [GitHub#173] [村上さんがパッチ提供]</p>
         
     | 
| 
       217 
293 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -219,8 +295,8 @@ 
     | 
|
| 
       219 
295 
     | 
    
         
             
            </li>
         
     | 
| 
       220 
296 
     | 
    
         
             
            </ul>
         
     | 
| 
       221 
297 
     | 
    
         
             
            </div>
         
     | 
| 
       222 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       223 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 298 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 299 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       224 
300 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       225 
301 
     | 
    
         
             
            <li><p class="first">横山さん</p>
         
     | 
| 
       226 
302 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -235,8 +311,8 @@ 
     | 
|
| 
       235 
311 
     | 
    
         
             
            </div>
         
     | 
| 
       236 
312 
     | 
    
         
             
            <div class="section" id="release-4-0-2-2014-05-29">
         
     | 
| 
       237 
313 
     | 
    
         
             
            <span id="release-4-0-2"></span><h2>4.0.2リリース - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       238 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       239 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 314 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 315 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       240 
316 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       241 
317 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> のドキュメントを更新しました。</p>
         
     | 
| 
       242 
318 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -278,8 +354,8 @@ 
     | 
|
| 
       278 
354 
     | 
    
         
             
            </li>
         
     | 
| 
       279 
355 
     | 
    
         
             
            </ul>
         
     | 
| 
       280 
356 
     | 
    
         
             
            </div>
         
     | 
| 
       281 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       282 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 357 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 358 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       283 
359 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       284 
360 
     | 
    
         
             
            <li><p class="first">[index] 最大セグメント数が間違っていた問題を修正しました。この問題によりインデックスカラム用のすべてのリソースを使い切るとクラッシュしていました。 [#2438] [GMOメディア株式会社さんが報告]</p>
         
     | 
| 
       285 
361 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -291,8 +367,8 @@ 
     | 
|
| 
       291 
367 
     | 
    
         
             
            </li>
         
     | 
| 
       292 
368 
     | 
    
         
             
            </ul>
         
     | 
| 
       293 
369 
     | 
    
         
             
            </div>
         
     | 
| 
       294 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       295 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 370 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 371 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       296 
372 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       297 
373 
     | 
    
         
             
            <li><p class="first">cosmo0920さん</p>
         
     | 
| 
       298 
374 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -309,8 +385,8 @@ 
     | 
|
| 
       309 
385 
     | 
    
         
             
            </div>
         
     | 
| 
       310 
386 
     | 
    
         
             
            <div class="section" id="release-4-0-1-2014-03-29">
         
     | 
| 
       311 
387 
     | 
    
         
             
            <span id="release-4-0-1"></span><h2>4.0.1リリース - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       312 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       313 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 388 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 389 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       314 
390 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       315 
391 
     | 
    
         
             
            <li><p class="first">[doc] 返り値のヘッダ詳細 (<a class="reference internal" href="reference/command/output_format.html"><em>出力形式</em></a>) についてのリンクを追加しました。</p>
         
     | 
| 
       316 
392 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -338,8 +414,8 @@ 
     | 
|
| 
       338 
414 
     | 
    
         
             
            </li>
         
     | 
| 
       339 
415 
     | 
    
         
             
            </ul>
         
     | 
| 
       340 
416 
     | 
    
         
             
            </div>
         
     | 
| 
       341 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       342 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 417 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 418 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       343 
419 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       344 
420 
     | 
    
         
             
            <li><p class="first">除算によるオーバーフローが発生する不具合を修正しました。例えば、'COLUMN(最小値) / -1' をInt32やInt64で定義したカラムに適用すると発生します。[#2307]</p>
         
     | 
| 
       345 
421 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -351,8 +427,8 @@ 
     | 
|
| 
       351 
427 
     | 
    
         
             
            </li>
         
     | 
| 
       352 
428 
     | 
    
         
             
            </ul>
         
     | 
| 
       353 
429 
     | 
    
         
             
            </div>
         
     | 
| 
       354 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       355 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 430 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 431 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       356 
432 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       357 
433 
     | 
    
         
             
            <li><p class="first">Sebastian Wiedenrothさん</p>
         
     | 
| 
       358 
434 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -371,8 +447,8 @@ 
     | 
|
| 
       371 
447 
     | 
    
         
             
            <li><p class="first">バージョン4.0.0になりました!</p>
         
     | 
| 
       372 
448 
     | 
    
         
             
            </li>
         
     | 
| 
       373 
449 
     | 
    
         
             
            </ul>
         
     | 
| 
       374 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       375 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 450 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 451 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       376 
452 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       377 
453 
     | 
    
         
             
            <li><p class="first">[normalizer] "checks" というノーマライズ前の文字列だと次の文字の位置がどこか計算するのに使う値を表示できるようにしました。この機能を有効にするには <cite>WITH_CHECK</cite> フラグを使用します。</p>
         
     | 
| 
       378 
454 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -380,8 +456,8 @@ 
     | 
|
| 
       380 
456 
     | 
    
         
             
            </li>
         
     | 
| 
       381 
457 
     | 
    
         
             
            </ul>
         
     | 
| 
       382 
458 
     | 
    
         
             
            </div>
         
     | 
| 
       383 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       384 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 459 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 460 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       385 
461 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       386 
462 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_expr</span></tt> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <tt class="docutils literal"><span class="pre">_key</span></tt> のような疑似カラム名を含んだ指定をすることで発生します。</p>
         
     | 
| 
       387 
463 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -397,8 +473,8 @@ 
     | 
|
| 
       397 
473 
     | 
    
         
             
            </li>
         
     | 
| 
       398 
474 
     | 
    
         
             
            </ul>
         
     | 
| 
       399 
475 
     | 
    
         
             
            </div>
         
     | 
| 
       400 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       401 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 476 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 477 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       402 
478 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       403 
479 
     | 
    
         
             
            <li><p class="first">yokuさん</p>
         
     | 
| 
       404 
480 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -679,42 +755,48 @@ 
     | 
|
| 
       679 
755 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       680 
756 
     | 
    
         
             
              <ul>
         
     | 
| 
       681 
757 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       682 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 758 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-6-2014-09-29">4.0.6リリース - 2014/09/29</a><ul>
         
     | 
| 
       683 
759 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       684 
760 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       685 
761 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       686 
762 
     | 
    
         
             
            </ul>
         
     | 
| 
       687 
763 
     | 
    
         
             
            </li>
         
     | 
| 
       688 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 764 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-5-2014-08-29">4.0.5リリース - 2014/08/29</a><ul>
         
     | 
| 
       689 
765 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       690 
766 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       691 
767 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       692 
768 
     | 
    
         
             
            </ul>
         
     | 
| 
       693 
769 
     | 
    
         
             
            </li>
         
     | 
| 
       694 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 770 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-4-2014-07-29">4.0.4リリース - 2014/07/29</a><ul>
         
     | 
| 
       695 
771 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       696 
772 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       697 
773 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       698 
774 
     | 
    
         
             
            </ul>
         
     | 
| 
       699 
775 
     | 
    
         
             
            </li>
         
     | 
| 
       700 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 776 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-3-2014-06-29">4.0.3リリース - 2014/06/29</a><ul>
         
     | 
| 
       701 
777 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       702 
778 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       703 
779 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       704 
780 
     | 
    
         
             
            </ul>
         
     | 
| 
       705 
781 
     | 
    
         
             
            </li>
         
     | 
| 
       706 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 782 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-2-2014-05-29">4.0.2リリース - 2014/05/29</a><ul>
         
     | 
| 
       707 
783 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       708 
784 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       709 
785 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       710 
786 
     | 
    
         
             
            </ul>
         
     | 
| 
       711 
787 
     | 
    
         
             
            </li>
         
     | 
| 
       712 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 788 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-1-2014-03-29">4.0.1リリース - 2014/03/29</a><ul>
         
     | 
| 
       713 
789 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
       714 
790 
     | 
    
         
             
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
       715 
791 
     | 
    
         
             
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
       716 
792 
     | 
    
         
             
            </ul>
         
     | 
| 
       717 
793 
     | 
    
         
             
            </li>
         
     | 
| 
      
 794 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-0-2014-02-09">4.0.0リリース - 2014/02/09</a><ul>
         
     | 
| 
      
 795 
     | 
    
         
            +
            <li><a class="reference internal" href="#id16">改良</a></li>
         
     | 
| 
      
 796 
     | 
    
         
            +
            <li><a class="reference internal" href="#id17">修正</a></li>
         
     | 
| 
      
 797 
     | 
    
         
            +
            <li><a class="reference internal" href="#id18">感謝</a></li>
         
     | 
| 
      
 798 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 799 
     | 
    
         
            +
            </li>
         
     | 
| 
       718 
800 
     | 
    
         
             
            <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
         
     | 
| 
       719 
801 
     | 
    
         
             
            </ul>
         
     | 
| 
       720 
802 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -748,7 +830,7 @@ 
     | 
|
| 
       748 
830 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       749 
831 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       750 
832 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       751 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0. 
     | 
| 
      
 833 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> »</li> 
         
     | 
| 
       752 
834 
     | 
    
         
             
                  </ul>
         
     | 
| 
       753 
835 
     | 
    
         
             
                </div>
         
     | 
| 
       754 
836 
     | 
    
         
             
                <div class="footer">
         
     |