rroonga 4.0.4-x86-mingw32 → 4.0.5-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.7. Oracle Solaris" href="solaris.html" />
|
31
31
|
<link rel="prev" title="2.5. CentOS" href="centos.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="centos.html" title="2.5. CentOS"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -149,9 +149,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
149
149
|
</pre></div>
|
150
150
|
</div>
|
151
151
|
<p>Download source:</p>
|
152
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
153
|
-
% tar xvzf groonga-4.0.
|
154
|
-
% cd groonga-4.0.
|
152
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
|
153
|
+
% tar xvzf groonga-4.0.6.tar.gz
|
154
|
+
% cd groonga-4.0.6
|
155
155
|
</pre></div>
|
156
156
|
</div>
|
157
157
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
|
@@ -224,7 +224,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
224
224
|
<li class="right" >
|
225
225
|
<a href="centos.html" title="2.5. CentOS"
|
226
226
|
>previous</a> |</li>
|
227
|
-
<li><a href="../index.html">Groonga v4.0.
|
227
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
228
228
|
<li><a href="../install.html" >2. Install</a> »</li>
|
229
229
|
</ul>
|
230
230
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
|
31
31
|
<link rel="prev" title="2.1. Windows" href="windows.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="windows.html" title="2.1. Windows"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -97,9 +97,9 @@ tokenizer, specify <tt class="docutils literal"><span class="pre">--with-mecab</
|
|
97
97
|
<h2>2.2.3. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
98
98
|
<p>Install <a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a>.</p>
|
99
99
|
<p>Download source:</p>
|
100
|
-
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.0.
|
101
|
-
% tar xvzf groonga-4.0.
|
102
|
-
% cd groonga-4.0.
|
100
|
+
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
|
101
|
+
% tar xvzf groonga-4.0.6.tar.gz
|
102
|
+
% cd groonga-4.0.6
|
103
103
|
</pre></div>
|
104
104
|
</div>
|
105
105
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
|
@@ -173,7 +173,7 @@ tokenizer, specify <tt class="docutils literal"><span class="pre">--with-mecab</
|
|
173
173
|
<li class="right" >
|
174
174
|
<a href="windows.html" title="2.1. Windows"
|
175
175
|
>previous</a> |</li>
|
176
|
-
<li><a href="../index.html">Groonga v4.0.
|
176
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
177
177
|
<li><a href="../install.html" >2. Install</a> »</li>
|
178
178
|
</ul>
|
179
179
|
</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. Others — Groonga v4.0.
|
10
|
+
<title>2.8. Others — Groonga v4.0.5-143-g3391c1d documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="3. Community" href="../community.html" />
|
31
31
|
<link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -137,9 +137,9 @@ them before installing Groonga.</p>
|
|
137
137
|
<h2>2.8.2. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
138
138
|
<p>Groonga uses GNU build system. So the following is the simplest build
|
139
139
|
steps:</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
|
@@ -393,7 +393,7 @@ option. If you have 4 cores CPU, it's good for using <tt class="docutils literal
|
|
393
393
|
<li class="right" >
|
394
394
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
395
395
|
>previous</a> |</li>
|
396
|
-
<li><a href="../index.html">Groonga v4.0.
|
396
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
397
397
|
<li><a href="../install.html" >2. Install</a> »</li>
|
398
398
|
</ul>
|
399
399
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.8. Others" href="others.html" />
|
31
31
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="fedora.html" title="2.6. Fedora"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -81,9 +81,9 @@ Solaris.</p>
|
|
81
81
|
</pre></div>
|
82
82
|
</div>
|
83
83
|
<p>Download source:</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>Configure with <tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> variables. They are
|
@@ -158,7 +158,7 @@ options):</p>
|
|
158
158
|
<li class="right" >
|
159
159
|
<a href="fedora.html" title="2.6. Fedora"
|
160
160
|
>previous</a> |</li>
|
161
|
-
<li><a href="../index.html">Groonga v4.0.
|
161
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
162
162
|
<li><a href="../install.html" >2. Install</a> »</li>
|
163
163
|
</ul>
|
164
164
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
31
31
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -145,9 +145,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
145
145
|
</pre></div>
|
146
146
|
</div>
|
147
147
|
<p>Download source:</p>
|
148
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
149
|
-
% tar xvzf groonga-4.0.
|
150
|
-
% cd groonga-4.0.
|
148
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.0.6.tar.gz
|
149
|
+
% tar xvzf groonga-4.0.6.tar.gz
|
150
|
+
% cd groonga-4.0.6
|
151
151
|
</pre></div>
|
152
152
|
</div>
|
153
153
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
|
@@ -220,7 +220,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
220
220
|
<li class="right" >
|
221
221
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
222
222
|
>previous</a> |</li>
|
223
|
-
<li><a href="../index.html">Groonga v4.0.
|
223
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
224
224
|
<li><a href="../install.html" >2. Install</a> »</li>
|
225
225
|
</ul>
|
226
226
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v4.0.
|
63
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -85,7 +85,7 @@ size data.</p>
|
|
85
85
|
packages.groonga.org:</p>
|
86
86
|
<blockquote>
|
87
87
|
<div><ul class="simple">
|
88
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.
|
88
|
+
<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>
|
89
89
|
</ul>
|
90
90
|
</div></blockquote>
|
91
91
|
<p>Then run it.</p>
|
@@ -93,7 +93,7 @@ packages.groonga.org:</p>
|
|
93
93
|
packages.goronga.org:</p>
|
94
94
|
<blockquote>
|
95
95
|
<div><ul class="simple">
|
96
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.
|
96
|
+
<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>
|
97
97
|
</ul>
|
98
98
|
</div></blockquote>
|
99
99
|
<p>Then run it.</p>
|
@@ -106,7 +106,7 @@ packages.goronga.org:</p>
|
|
106
106
|
packages.groonga.org:</p>
|
107
107
|
<blockquote>
|
108
108
|
<div><ul class="simple">
|
109
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.
|
109
|
+
<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>
|
110
110
|
</ul>
|
111
111
|
</div></blockquote>
|
112
112
|
<p>Then extract it.</p>
|
@@ -114,7 +114,7 @@ packages.groonga.org:</p>
|
|
114
114
|
packages.groonga.org:</p>
|
115
115
|
<blockquote>
|
116
116
|
<div><ul class="simple">
|
117
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.
|
117
|
+
<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>
|
118
118
|
</ul>
|
119
119
|
</div></blockquote>
|
120
120
|
<p>Then extract it.</p>
|
@@ -133,26 +133,26 @@ Windows. Here are required tools:</p>
|
|
133
133
|
<p>Download zipped source from packages.groonga.org:</p>
|
134
134
|
<blockquote>
|
135
135
|
<div><ul class="simple">
|
136
|
-
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.0.
|
136
|
+
<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>
|
137
137
|
</ul>
|
138
138
|
</div></blockquote>
|
139
139
|
<p>Then extract it.</p>
|
140
140
|
<p>Move to the Groonga's source folder:</p>
|
141
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.
|
141
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.6
|
142
142
|
</pre></div>
|
143
143
|
</div>
|
144
144
|
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
|
145
145
|
version. To build 32-bit version, use <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>
|
146
146
|
parameter instead:</p>
|
147
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.
|
147
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
148
148
|
</pre></div>
|
149
149
|
</div>
|
150
150
|
<p>Build:</p>
|
151
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.
|
151
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake --build . --config Release
|
152
152
|
</pre></div>
|
153
153
|
</div>
|
154
154
|
<p>Install:</p>
|
155
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-4.0.6> cmake --build . --config Release --target Install
|
156
156
|
</pre></div>
|
157
157
|
</div>
|
158
158
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
|
@@ -216,7 +216,7 @@ parameter instead:</p>
|
|
216
216
|
<li class="right" >
|
217
217
|
<a href="../install.html" title="2. Install"
|
218
218
|
>previous</a> |</li>
|
219
|
-
<li><a href="../index.html">Groonga v4.0.
|
219
|
+
<li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
220
220
|
<li><a href="../install.html" >2. Install</a> »</li>
|
221
221
|
</ul>
|
222
222
|
</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. Limitations — Groonga v4.0.
|
10
|
+
<title>10. Limitations — Groonga v4.0.5-143-g3391c1d documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="index.html" />
|
29
29
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="9.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">Groonga v4.0.
|
62
|
+
<li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -155,7 +155,7 @@
|
|
155
155
|
<li class="right" >
|
156
156
|
<a href="spec/search.html" title="9.2. 検索"
|
157
157
|
>previous</a> |</li>
|
158
|
-
<li><a href="index.html">Groonga v4.0.
|
158
|
+
<li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
159
159
|
</ul>
|
160
160
|
</div>
|
161
161
|
<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>News — Groonga v4.0.
|
10
|
+
<title>News — Groonga v4.0.5-143-g3391c1d documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">Groonga v4.0.
|
54
|
+
<li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,14 +62,83 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-4-0-
|
66
|
-
<span id="release-4-0-
|
65
|
+
<div class="section" id="release-4-0-6-2014-09-29">
|
66
|
+
<span id="release-4-0-6"></span><h2>Release 4.0.6 - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="Permalink to this headline">¶</a></h2>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
+
<li>[deb] Updated to follow the rule about machine-readable
|
71
|
+
debian/copyright file. [Reported by Hideki Yamane]</li>
|
72
|
+
<li>[deb][rpm] Changed to use signal instead of HTTP to control nginx.
|
73
|
+
This way meets nginx style init script.</li>
|
74
|
+
<li>[doc] Updated English documentation about [ <a class="reference internal" href="reference/executables.html"><em>Executables</em></a> ].
|
75
|
+
[GitHub#196] [Patch by Masafumi Yokoyama]</li>
|
76
|
+
<li>[OS X] Added missing sphinx error message for Homebrew users.
|
77
|
+
[GitHub#198] [Patch by cosmo0920]</li>
|
78
|
+
<li>Exported <tt class="xref c c-func docutils literal"><span class="pre">grn_expr_alloc_const()</span></tt> which allocates constant object.
|
79
|
+
It is exported for mruby.</li>
|
80
|
+
<li>[mruby] Query optimizer by mruby became a practical for some range select query.
|
81
|
+
For example, mruby optimizer overhead is negligible enough for query such as
|
82
|
+
"between(X, 0, 'exclude', 100, 'include')" - "X > 0 && X <= 100".</li>
|
83
|
+
<li>[doc] Changed to recommend GitHub for reporting issues.
|
84
|
+
Until now, Redmine account must be approved by administrator, so you can not
|
85
|
+
report at feel free. [GitHub#202] [Patch by cosmo0920]</li>
|
86
|
+
<li>[doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]</li>
|
87
|
+
<li>Supported to customize similarity threshold by <tt class="docutils literal"><span class="pre">'*S10"..."'</span></tt> syntax.</li>
|
88
|
+
<li>Added source column validation to
|
89
|
+
<a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a>. If source column doesn't
|
90
|
+
exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <tt class="docutils literal"><span class="pre">false</span></tt> and
|
91
|
+
column isn't created.</li>
|
92
|
+
<li>[windows] Enabled mruby.</li>
|
93
|
+
<li>[debian] Dropped Debian jessie and sid support.</li>
|
94
|
+
</ul>
|
95
|
+
</div>
|
96
|
+
<div class="section" id="fixes">
|
97
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
98
|
+
<ul class="simple">
|
99
|
+
<li>[windows] Disabled KyTea by default because of redistribution license issue.</li>
|
100
|
+
<li>[windows] Disabled libedit support by default.</li>
|
101
|
+
<li>Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
|
102
|
+
for choosing target tokens.
|
103
|
+
In the previous versions, it used token ID instead of IDF.
|
104
|
+
[groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]</li>
|
105
|
+
<li>Fixed a crash bug when deleting a record.
|
106
|
+
If the table of the record has <tt class="docutils literal"><span class="pre">_key</span></tt> and <tt class="docutils literal"><span class="pre">_key</span></tt> is
|
107
|
+
indexed from two or more index columns, deleting causes a crash.</li>
|
108
|
+
<li>Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]</li>
|
109
|
+
<li>[fedora][httpd] Fixed service start failure without log directory.</li>
|
110
|
+
<li>[mruby] Fixed build error with <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt>.
|
111
|
+
[GitHub#200] [Patch by cosmo0920]</li>
|
112
|
+
<li>Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
|
113
|
+
[GitHub#201] [Patch by cosmo0920]</li>
|
114
|
+
<li>Fixed a bug that "*" is parsed as prefix search with empty string.
|
115
|
+
[groonga-dev,02796] [Reported by Kazuhiko]</li>
|
116
|
+
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.5).
|
117
|
+
This update contains vulnerability fix (CVE-2014-3616).</li>
|
118
|
+
</ul>
|
119
|
+
</div>
|
120
|
+
<div class="section" id="thanks">
|
121
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
122
|
+
<ul class="simple">
|
123
|
+
<li>Hideki Yamane</li>
|
124
|
+
<li>Masafumi Yokoyama</li>
|
125
|
+
<li>cosmo0920</li>
|
126
|
+
<li>NOKUBI Takatsugu</li>
|
127
|
+
<li>Satoshi Mitani</li>
|
128
|
+
<li>warp kawada</li>
|
129
|
+
<li>Kazuhiko</li>
|
130
|
+
</ul>
|
131
|
+
</div>
|
132
|
+
</div>
|
133
|
+
<div class="section" id="release-4-0-5-2014-08-29">
|
134
|
+
<span id="release-4-0-5"></span><h2>Release 4.0.5 - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="Permalink to this headline">¶</a></h2>
|
135
|
+
<div class="section" id="id1">
|
136
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
137
|
+
<ul class="simple">
|
70
138
|
<li>Dropped Ubuntu 13.10 (Saucy Salamander).</li>
|
71
139
|
<li>Supported to show weight vector element as XML.</li>
|
72
|
-
<li>[ <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> ] Supported outside of key range
|
140
|
+
<li>[ <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> ] Supported outside of key range.
|
141
|
+
[GitHub#183] [Patch by Naoya Murakami]</li>
|
73
142
|
<li>[mruby] Changed to use Onigmo as regexp implementation.</li>
|
74
143
|
<li>Added <a class="reference internal" href="reference/functions/highlight_full.html"><em>highlight_full</em></a> and
|
75
144
|
<a class="reference internal" href="reference/functions/highlight_html.html"><em>highlight_html</em></a> which tags
|
@@ -91,8 +160,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
91
160
|
<li>[doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]</li>
|
92
161
|
</ul>
|
93
162
|
</div>
|
94
|
-
<div class="section" id="
|
95
|
-
<h3>Fixes<a class="headerlink" href="#
|
163
|
+
<div class="section" id="id2">
|
164
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
96
165
|
<ul class="simple">
|
97
166
|
<li>[php] Fixed memory leak when <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> is used.
|
98
167
|
[GitHub#184] [Patch by @do-aki]</li>
|
@@ -107,8 +176,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
107
176
|
[groonga-dev,02691] [Reported by Naoya Murakami]</li>
|
108
177
|
</ul>
|
109
178
|
</div>
|
110
|
-
<div class="section" id="
|
111
|
-
<h3>Thanks<a class="headerlink" href="#
|
179
|
+
<div class="section" id="id3">
|
180
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
112
181
|
<ul class="simple">
|
113
182
|
<li>@do-aki</li>
|
114
183
|
<li>Naoya Murakami</li>
|
@@ -120,8 +189,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
120
189
|
</div>
|
121
190
|
<div class="section" id="release-4-0-4-2014-07-29">
|
122
191
|
<span id="release-4-0-4"></span><h2>Release 4.0.4 - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="Permalink to this headline">¶</a></h2>
|
123
|
-
<div class="section" id="
|
124
|
-
<h3>Improvements<a class="headerlink" href="#
|
192
|
+
<div class="section" id="id4">
|
193
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
125
194
|
<ul class="simple">
|
126
195
|
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.3).</li>
|
127
196
|
<li>Supported weight in vector column.</li>
|
@@ -131,15 +200,15 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
131
200
|
<li>[http][admin] Updated to use English as default language. [GitHub#182]</li>
|
132
201
|
</ul>
|
133
202
|
</div>
|
134
|
-
<div class="section" id="
|
135
|
-
<h3>Fixes<a class="headerlink" href="#
|
203
|
+
<div class="section" id="id5">
|
204
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
136
205
|
<ul class="simple">
|
137
206
|
<li>Fixed to show right syntax error location in response.</li>
|
138
207
|
<li>[httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku]</li>
|
139
208
|
</ul>
|
140
209
|
</div>
|
141
|
-
<div class="section" id="
|
142
|
-
<h3>Thanks<a class="headerlink" href="#
|
210
|
+
<div class="section" id="id6">
|
211
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
143
212
|
<ul class="simple">
|
144
213
|
<li>niku</li>
|
145
214
|
</ul>
|
@@ -147,8 +216,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
147
216
|
</div>
|
148
217
|
<div class="section" id="release-4-0-3-2014-06-29">
|
149
218
|
<span id="release-4-0-3"></span><h2>Release 4.0.3 - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="Permalink to this headline">¶</a></h2>
|
150
|
-
<div class="section" id="
|
151
|
-
<h3>Improvements<a class="headerlink" href="#
|
219
|
+
<div class="section" id="id7">
|
220
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
152
221
|
<ul class="simple">
|
153
222
|
<li>[experimental][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ]
|
154
223
|
Supported POST.</li>
|
@@ -187,8 +256,8 @@ Added <tt class="docutils literal"><span class="pre">--log-path</span></tt> and
|
|
187
256
|
[groonga-dev,02454] [Reported by cosmo0920].</li>
|
188
257
|
</ul>
|
189
258
|
</div>
|
190
|
-
<div class="section" id="
|
191
|
-
<h3>Fixes<a class="headerlink" href="#
|
259
|
+
<div class="section" id="id8">
|
260
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
192
261
|
<ul class="simple">
|
193
262
|
<li>[rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
|
194
263
|
not GQTP.
|
@@ -197,8 +266,8 @@ not GQTP.
|
|
197
266
|
<a class="reference internal" href="reference/commands/select.html#select-adjuster"><em>adjuster</em></a> has a syntax error.</li>
|
198
267
|
</ul>
|
199
268
|
</div>
|
200
|
-
<div class="section" id="
|
201
|
-
<h3>Thanks<a class="headerlink" href="#
|
269
|
+
<div class="section" id="id9">
|
270
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
202
271
|
<ul class="simple">
|
203
272
|
<li>Masafumi Yokoyama</li>
|
204
273
|
<li>Naoya Murakami</li>
|
@@ -209,8 +278,8 @@ not GQTP.
|
|
209
278
|
</div>
|
210
279
|
<div class="section" id="release-4-0-2-2014-05-29">
|
211
280
|
<span id="release-4-0-2"></span><h2>Release 4.0.2 - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="Permalink to this headline">¶</a></h2>
|
212
|
-
<div class="section" id="
|
213
|
-
<h3>Improvements<a class="headerlink" href="#
|
281
|
+
<div class="section" id="id10">
|
282
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
214
283
|
<ul class="simple">
|
215
284
|
<li>[doc] Updated documentation about
|
216
285
|
<tt class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></tt>.</li>
|
@@ -250,8 +319,8 @@ serve by Groonga HTTP service.</li>
|
|
250
319
|
[GitHub#171] [Patch by Naoya Murakami]</li>
|
251
320
|
</ul>
|
252
321
|
</div>
|
253
|
-
<div class="section" id="
|
254
|
-
<h3>Fixes<a class="headerlink" href="#
|
322
|
+
<div class="section" id="id11">
|
323
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
255
324
|
<ul class="simple">
|
256
325
|
<li>[index] Fixed a bug that wrong max segment. It causes a crash when
|
257
326
|
you use all allocated resource for an index column.
|
@@ -266,8 +335,8 @@ you use all allocated resource for an index column.
|
|
266
335
|
[Reported by @Yappo]</li>
|
267
336
|
</ul>
|
268
337
|
</div>
|
269
|
-
<div class="section" id="
|
270
|
-
<h3>Thanks<a class="headerlink" href="#
|
338
|
+
<div class="section" id="id12">
|
339
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
271
340
|
<ul class="simple">
|
272
341
|
<li>cosmo0920</li>
|
273
342
|
<li>Naoya Murakami</li>
|
@@ -279,8 +348,8 @@ you use all allocated resource for an index column.
|
|
279
348
|
</div>
|
280
349
|
<div class="section" id="release-4-0-1-2014-03-29">
|
281
350
|
<span id="release-4-0-1"></span><h2>Release 4.0.1 - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="Permalink to this headline">¶</a></h2>
|
282
|
-
<div class="section" id="
|
283
|
-
<h3>Improvements<a class="headerlink" href="#
|
351
|
+
<div class="section" id="id13">
|
352
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
284
353
|
<ul class="simple">
|
285
354
|
<li>[doc] Added a link in return value to detailed header description (<a class="reference internal" href="reference/command/output_format.html"><em>Output format</em></a>).</li>
|
286
355
|
<li>Supported to inspect vector and object value in JSON load.
|
@@ -299,8 +368,8 @@ to create weight vector column.</li>
|
|
299
368
|
<li>[httpd] Enabled stub status module (NginxHttpStubStatusModule) for groonga-httpd. [Suggested by Masahiro Nagano]</li>
|
300
369
|
</ul>
|
301
370
|
</div>
|
302
|
-
<div class="section" id="
|
303
|
-
<h3>Fixes<a class="headerlink" href="#
|
371
|
+
<div class="section" id="id14">
|
372
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
304
373
|
<ul class="simple">
|
305
374
|
<li>Fixed a bug that a division overflow caused a fatal error.
|
306
375
|
For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int64 column. [#2307]</li>
|
@@ -309,8 +378,8 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
309
378
|
<li>Fixed the issue that out of bound array element access may occurs. [GitHub#158] [Reported by dcb314]</li>
|
310
379
|
</ul>
|
311
380
|
</div>
|
312
|
-
<div class="section" id="
|
313
|
-
<h3>Thanks<a class="headerlink" href="#
|
381
|
+
<div class="section" id="id15">
|
382
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
314
383
|
<ul class="simple">
|
315
384
|
<li>Sebastian Wiedenroth</li>
|
316
385
|
<li>Masahiro Nagano</li>
|
@@ -324,16 +393,16 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
324
393
|
<ul class="simple">
|
325
394
|
<li>Bump version to 4.0.0!</li>
|
326
395
|
</ul>
|
327
|
-
<div class="section" id="
|
328
|
-
<h3>Improvements<a class="headerlink" href="#
|
396
|
+
<div class="section" id="id16">
|
397
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
329
398
|
<ul class="simple">
|
330
399
|
<li>[normalizer] Supported to show "checks" which is used for calculating next character position.
|
331
400
|
Use WITH_CHECKS flag to enable this feature.</li>
|
332
401
|
<li>[deb] Dropped Ubuntu 13.04 support.</li>
|
333
402
|
</ul>
|
334
403
|
</div>
|
335
|
-
<div class="section" id="
|
336
|
-
<h3>Fixes<a class="headerlink" href="#
|
404
|
+
<div class="section" id="id17">
|
405
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
337
406
|
<ul class="simple">
|
338
407
|
<li>Fixed a crash bug that an object in grn_expr is used after it is freed.
|
339
408
|
Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
|
@@ -352,8 +421,8 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
352
421
|
[groonga-dev,02113] [Reported by Ryoji Yamamoto]</li>
|
353
422
|
</ul>
|
354
423
|
</div>
|
355
|
-
<div class="section" id="
|
356
|
-
<h3>Thanks<a class="headerlink" href="#
|
424
|
+
<div class="section" id="id18">
|
425
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
357
426
|
<ul class="simple">
|
358
427
|
<li>yoku</li>
|
359
428
|
<li>Naoya Murakami</li>
|
@@ -631,42 +700,48 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
631
700
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
632
701
|
<ul>
|
633
702
|
<li><a class="reference internal" href="#">News</a><ul>
|
634
|
-
<li><a class="reference internal" href="#release-4-0-
|
703
|
+
<li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
|
635
704
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
636
705
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
637
706
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
638
707
|
</ul>
|
639
708
|
</li>
|
640
|
-
<li><a class="reference internal" href="#release-4-0-
|
709
|
+
<li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
|
641
710
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
642
711
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
643
712
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
644
713
|
</ul>
|
645
714
|
</li>
|
646
|
-
<li><a class="reference internal" href="#release-4-0-
|
715
|
+
<li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
|
647
716
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
648
717
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
649
718
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
650
719
|
</ul>
|
651
720
|
</li>
|
652
|
-
<li><a class="reference internal" href="#release-4-0-
|
721
|
+
<li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
|
653
722
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
654
723
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
655
724
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
656
725
|
</ul>
|
657
726
|
</li>
|
658
|
-
<li><a class="reference internal" href="#release-4-0-
|
727
|
+
<li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
|
659
728
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
660
729
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
661
730
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
662
731
|
</ul>
|
663
732
|
</li>
|
664
|
-
<li><a class="reference internal" href="#release-4-0-
|
733
|
+
<li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
|
665
734
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
666
735
|
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
667
736
|
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
668
737
|
</ul>
|
669
738
|
</li>
|
739
|
+
<li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
|
740
|
+
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
741
|
+
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
742
|
+
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
743
|
+
</ul>
|
744
|
+
</li>
|
670
745
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
671
746
|
</ul>
|
672
747
|
</li>
|
@@ -700,7 +775,7 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
700
775
|
<li class="right" style="margin-right: 10px">
|
701
776
|
<a href="genindex.html" title="General Index"
|
702
777
|
>index</a></li>
|
703
|
-
<li><a href="index.html">Groonga v4.0.
|
778
|
+
<li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> »</li>
|
704
779
|
</ul>
|
705
780
|
</div>
|
706
781
|
<div class="footer">
|