rroonga 3.1.1-x86-mingw32 → 3.1.2-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 +4 -4
 - data/Rakefile +1 -39
 - data/bin/grndump +8 -1
 - data/doc/text/news.textile +21 -1
 - data/ext/groonga/extconf.rb +1 -6
 - data/ext/groonga/rb-grn-table.c +20 -0
 - data/ext/groonga/rb-grn.h +1 -1
 - data/ext/groonga/rb-groonga.c +42 -0
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +7 -3
 - data/lib/groonga/record.rb +19 -1
 - data/rroonga-build.rb +5 -5
 - data/test/test-array.rb +14 -1
 - data/test/test-database-dumper.rb +68 -83
 - data/test/test-database.rb +1 -1
 - data/test/test-double-array-trie.rb +16 -1
 - data/test/test-hash.rb +16 -1
 - data/test/test-lock-timeout.rb +29 -0
 - data/test/test-patricia-trie.rb +16 -1
 - data/test/test-record.rb +194 -160
 - data/test/test-variable-size-column.rb +1 -1
 - 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/mecab-config +2 -2
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
 - data/vendor/local/include/groonga/groonga.h +15 -1
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +1 -1
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +1 -1
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +1 -1
 - data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +1 -1
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -6
 - 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 +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/development.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +269 -183
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -28
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news.html +239 -201
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +205 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +75 -73
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -6
 - 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 +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +274 -183
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news.html +264 -224
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +206 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -72
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +20 -18
 - data/vendor/local/share/man/ja/man1/groonga.1 +198 -132
 - data/vendor/local/share/man/man1/groonga.1 +619 -554
 - metadata +8 -14
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +0 -199
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +0 -180
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +0 -201
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +0 -200
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +0 -181
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +0 -202
 
| 
         @@ -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 v3.1.1 documentation</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>10. Limitations — Groonga v3.1.1-89-g7f6fcae 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:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,11 +25,11 @@ 
     | 
|
| 
       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 v3.1.1 documentation" href="index.html" />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcae 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>
         
     | 
| 
       32 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 32 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       33 
33 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       34 
34 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       35 
35 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -47,7 +47,7 @@ 
     | 
|
| 
       47 
47 
     | 
    
         
             
            </div>
         
     | 
| 
       48 
48 
     | 
    
         | 
| 
       49 
49 
     | 
    
         | 
| 
       50 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       51 
51 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       52 
52 
     | 
    
         
             
                  <ul>
         
     | 
| 
       53 
53 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -59,14 +59,14 @@ 
     | 
|
| 
       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 v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 62 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       63 
63 
     | 
    
         
             
                  </ul>
         
     | 
| 
       64 
64 
     | 
    
         
             
                </div>  
         
     | 
| 
       65 
65 
     | 
    
         | 
| 
       66 
66 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       67 
67 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       68 
68 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       69 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 69 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
71 
     | 
    
         
             
              <div class="section" id="limitations">
         
     | 
| 
       72 
72 
     | 
    
         
             
            <h1>10. Limitations<a class="headerlink" href="#limitations" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
         @@ -103,7 +103,7 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
                      </div>
         
     | 
| 
       104 
104 
     | 
    
         
             
                    </div>
         
     | 
| 
       105 
105 
     | 
    
         
             
                  </div>
         
     | 
| 
       106 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 106 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       107 
107 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       108 
108 
     | 
    
         
             
              <h3><a href="index.html">Table Of Contents</a></h3>
         
     | 
| 
       109 
109 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -121,12 +121,14 @@ 
     | 
|
| 
       121 
121 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       122 
122 
     | 
    
         
             
              <p class="topless"><a href="troubleshooting.html"
         
     | 
| 
       123 
123 
     | 
    
         
             
                                    title="next chapter">11. トラブルシューティング</a></p>
         
     | 
| 
       124 
     | 
    
         
            -
              < 
     | 
| 
       125 
     | 
    
         
            -
             
     | 
| 
       126 
     | 
    
         
            -
                < 
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
      
 124 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 125 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 126 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 127 
     | 
    
         
            +
                  <li><a href="_sources/limitations.txt"
         
     | 
| 
      
 128 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 129 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 130 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       130 
132 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       131 
133 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       132 
134 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -143,7 +145,7 @@ 
     | 
|
| 
       143 
145 
     | 
    
         
             
                  </div>
         
     | 
| 
       144 
146 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       145 
147 
     | 
    
         
             
                </div>
         
     | 
| 
       146 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 148 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       147 
149 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       148 
150 
     | 
    
         
             
                  <ul>
         
     | 
| 
       149 
151 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -155,11 +157,11 @@ 
     | 
|
| 
       155 
157 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       156 
158 
     | 
    
         
             
                      <a href="spec/search.html" title="9.2. 検索"
         
     | 
| 
       157 
159 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       158 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 160 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       159 
161 
     | 
    
         
             
                  </ul>
         
     | 
| 
       160 
162 
     | 
    
         
             
                </div>
         
     | 
| 
       161 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       162 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 163 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 164 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       163 
165 
     | 
    
         
             
                </div>
         
     | 
| 
       164 
166 
     | 
    
         
             
              </body>
         
     | 
| 
       165 
167 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -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 v3.1.1 documentation</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>News — Groonga v3.1.1-89-g7f6fcae 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:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,9 +25,9 @@ 
     | 
|
| 
       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 v3.1.1 documentation" href="index.html" /> 
         
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcae documentation" href="index.html" /> 
         
     | 
| 
       29 
29 
     | 
    
         
             
              </head>
         
     | 
| 
       30 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 30 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       31 
31 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       32 
32 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       33 
33 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -45,28 +45,60 @@ 
     | 
|
| 
       45 
45 
     | 
    
         
             
            </div>
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 48 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       49 
49 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       50 
50 
     | 
    
         
             
                  <ul>
         
     | 
| 
       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 v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 54 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       55 
55 
     | 
    
         
             
                  </ul>
         
     | 
| 
       56 
56 
     | 
    
         
             
                </div>  
         
     | 
| 
       57 
57 
     | 
    
         | 
| 
       58 
58 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       59 
59 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       61 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 61 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       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-3-1- 
     | 
| 
       66 
     | 
    
         
            -
            <span id="release-3-1- 
     | 
| 
      
 65 
     | 
    
         
            +
            <div class="section" id="release-3-1-2-2014-01-29">
         
     | 
| 
      
 66 
     | 
    
         
            +
            <span id="release-3-1-2"></span><h2>Release 3.1.2 - 2014/01/29<a class="headerlink" href="#release-3-1-2-2014-01-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>[doc] Updated to caplitalized "Groonga" terms in documentation. [Patch by cosmo0920] [GitHub#136, #137, #138, #139, #140, #141, #142, #143, #144, #145, #146, #147, #148, #149, #150]</li>
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li>Supported to customize the value of lock timeout. See <a class="reference internal" href="reference/api/global_configurations.html"><em>Global configurations</em></a> about details.
         
     | 
| 
      
 72 
     | 
    
         
            +
            [groonga-dev,02017] [Suggested by yoku]</li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li>[doc] Added description about the value of lock timeout.</li>
         
     | 
| 
      
 74 
     | 
    
         
            +
            <li>Enabled <tt class="docutils literal"><span class="pre">GRN_JA_SKIP_SAME_VALUE_PUT</span></tt> by default. In the previous releases, the value of
         
     | 
| 
      
 75 
     | 
    
         
            +
            this configuration is 'no'. This change affects reducing the size of Groonga database.</li>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <li>Supported multiple indexes including a nested index and multiple keywords query.
         
     | 
| 
      
 77 
     | 
    
         
            +
            This change TODO.</li>
         
     | 
| 
      
 78 
     | 
    
         
            +
            <li>Added API to customize normalizer for snippet.</li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 82 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 84 
     | 
    
         
            +
            <li>Fixed not to use index for empty query. This change enables you to search even though empty query.
         
     | 
| 
      
 85 
     | 
    
         
            +
            Note that this means that there is performance penalty if many empty records exist.
         
     | 
| 
      
 86 
     | 
    
         
            +
            [groonga-dev,02052] [Reported by Naoya Murakami]</li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 90 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 92 
     | 
    
         
            +
            <li>yoku</li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li>Naoya Murakami</li>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 95 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <div class="section" id="release-3-1-1-2013-12-29">
         
     | 
| 
      
 98 
     | 
    
         
            +
            <span id="release-3-1-1"></span><h2>Release 3.1.1 - 2013/12/29<a class="headerlink" href="#release-3-1-1-2013-12-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 100 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
       70 
102 
     | 
    
         
             
            <li>[deb] Refined Groonga packages for Debian policy. [groonga-dev,01930]
         
     | 
| 
       71 
103 
     | 
    
         
             
            [Suggested by Hideki Yamane]</li>
         
     | 
| 
       72 
104 
     | 
    
         
             
            <li>[deb] Dropped Debian 6.0 (squeeze) support.</li>
         
     | 
| 
         @@ -78,22 +110,22 @@ 
     | 
|
| 
       78 
110 
     | 
    
         
             
            <li>[doc] Refined drilldown documentation. [Reported by @Yahppo]</li>
         
     | 
| 
       79 
111 
     | 
    
         
             
            <li>Supported <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> function which is used for
         
     | 
| 
       80 
112 
     | 
    
         
             
            filtering the column value in specific range.</li>
         
     | 
| 
       81 
     | 
    
         
            -
            <li>[doc] Updated Travis CI  
     | 
| 
      
 113 
     | 
    
         
            +
            <li>[doc] Updated Travis CI environment information. [Patch by cosmo0920]</li>
         
     | 
| 
       82 
114 
     | 
    
         
             
            <li>[rpm][fedora] Dropped Fedora 19.</li>
         
     | 
| 
       83 
115 
     | 
    
         
             
            <li>[rpm][fedora] Supported Fedora 20.</li>
         
     | 
| 
       84 
116 
     | 
    
         
             
            <li>[doc] Updated "Groonga" notation. [Patch by cosmo0920] [GitHub#122, #123, #124, #125, #125, #126, #127, #128, #129, #130, #131, #131, #132, #133, #134]</li>
         
     | 
| 
       85 
117 
     | 
    
         
             
            </ul>
         
     | 
| 
       86 
118 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       88 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 119 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 120 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       89 
121 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       90 
122 
     | 
    
         
             
            <li>[munin] Fixed the wrong port number which is specified for GQTP.</li>
         
     | 
| 
       91 
123 
     | 
    
         
             
            <li>[geo_in_circle] Fixed a bug that if you specify "LONGITUDExLATITUDE" as
         
     | 
| 
       92 
124 
     | 
    
         
             
            the 3rd argument of <a class="reference internal" href="reference/functions/geo_in_circle.html"><em>geo_in_circle</em></a>, Groonga crashes.</li>
         
     | 
| 
       93 
125 
     | 
    
         
             
            </ul>
         
     | 
| 
       94 
126 
     | 
    
         
             
            </div>
         
     | 
| 
       95 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       96 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 127 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 128 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       97 
129 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       98 
130 
     | 
    
         
             
            <li>Hideki Yamane</li>
         
     | 
| 
       99 
131 
     | 
    
         
             
            <li>whombx</li>
         
     | 
| 
         @@ -104,8 +136,8 @@ the 3rd argument of <a class="reference internal" href="reference/functions/geo_ 
     | 
|
| 
       104 
136 
     | 
    
         
             
            </div>
         
     | 
| 
       105 
137 
     | 
    
         
             
            <div class="section" id="release-3-1-0-2013-11-29">
         
     | 
| 
       106 
138 
     | 
    
         
             
            <span id="release-3-1-0"></span><h2>Release 3.1.0 - 2013/11/29<a class="headerlink" href="#release-3-1-0-2013-11-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       107 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       108 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 139 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 140 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       109 
141 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       110 
142 
     | 
    
         
             
            <li>[experimental] Supported an option to skip updating for the same value.
         
     | 
| 
       111 
143 
     | 
    
         
             
            It is enabled by setting GRN_JA_SKIP_SAME_VALUE_PUT=yes as environment variable.</li>
         
     | 
| 
         @@ -116,8 +148,8 @@ It shows actual token, so it helps you to investigate token related issue.</li> 
     | 
|
| 
       116 
148 
     | 
    
         
             
            It is aimed to promote bundling Mroonga with MariaDB in the future.</li>
         
     | 
| 
       117 
149 
     | 
    
         
             
            </ul>
         
     | 
| 
       118 
150 
     | 
    
         
             
            </div>
         
     | 
| 
       119 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       120 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 151 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 152 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       121 
153 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       122 
154 
     | 
    
         
             
            <li>Fixed a bug that type of "_value" column is treated as Int32.
         
     | 
| 
       123 
155 
     | 
    
         
             
            It causes the case that the value of "_value" column is casted unexpectedly.
         
     | 
| 
         @@ -134,8 +166,8 @@ sequence.</li> 
     | 
|
| 
       134 
166 
     | 
    
         
             
            'lib/groonga/plugins'. [Reported by @yito]</li>
         
     | 
| 
       135 
167 
     | 
    
         
             
            </ul>
         
     | 
| 
       136 
168 
     | 
    
         
             
            </div>
         
     | 
| 
       137 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       138 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 169 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 170 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       139 
171 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       140 
172 
     | 
    
         
             
            <li>sho MINAGAWA</li>
         
     | 
| 
       141 
173 
     | 
    
         
             
            <li>Genki Takiuchi</li>
         
     | 
| 
         @@ -146,8 +178,8 @@ sequence.</li> 
     | 
|
| 
       146 
178 
     | 
    
         
             
            </div>
         
     | 
| 
       147 
179 
     | 
    
         
             
            <div class="section" id="release-3-0-9-2013-10-29">
         
     | 
| 
       148 
180 
     | 
    
         
             
            <span id="release-3-0-9"></span><h2>Release 3.0.9 - 2013/10/29<a class="headerlink" href="#release-3-0-9-2013-10-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       149 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       150 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 181 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 182 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       151 
183 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       152 
184 
     | 
    
         
             
            <li>[doc][httpd] Added documentation about <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> directive.</li>
         
     | 
| 
       153 
185 
     | 
    
         
             
            <li>[httpd] Added <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-cache-limit"><em>groonga_cache_limit</em></a> directive.</li>
         
     | 
| 
         @@ -167,8 +199,8 @@ raw text insted of double quoted text. This is incompatible changes.</li> 
     | 
|
| 
       167 
199 
     | 
    
         
             
            <li>Supported Ubuntu 13.10 (Saucy Salamander).</li>
         
     | 
| 
       168 
200 
     | 
    
         
             
            </ul>
         
     | 
| 
       169 
201 
     | 
    
         
             
            </div>
         
     | 
| 
       170 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       171 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 202 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 203 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       172 
204 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       173 
205 
     | 
    
         
             
            <li>Fixed a bug that it cause SEGV by arithmetic overflow.
         
     | 
| 
       174 
206 
     | 
    
         
             
            This problem occurs when the size of indexes exceeds
         
     | 
| 
         @@ -189,8 +221,8 @@ isn't inherited. It means that these parameters are just ignored in non location 
     | 
|
| 
       189 
221 
     | 
    
         
             
            It affects the case that assignment of the Time value which indicate over 32bit value.</li>
         
     | 
| 
       190 
222 
     | 
    
         
             
            </ul>
         
     | 
| 
       191 
223 
     | 
    
         
             
            </div>
         
     | 
| 
       192 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       193 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 224 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 225 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       194 
226 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       195 
227 
     | 
    
         
             
            <li>Naoya Murakami</li>
         
     | 
| 
       196 
228 
     | 
    
         
             
            <li>wanabe</li>
         
     | 
| 
         @@ -201,8 +233,8 @@ It affects the case that assignment of the Time value which indicate over 32bit 
     | 
|
| 
       201 
233 
     | 
    
         
             
            </div>
         
     | 
| 
       202 
234 
     | 
    
         
             
            <div class="section" id="release-3-0-8-2013-09-29">
         
     | 
| 
       203 
235 
     | 
    
         
             
            <span id="release-3-0-8"></span><h2>Release 3.0.8 - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       204 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       205 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 236 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 237 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       206 
238 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       207 
239 
     | 
    
         
             
            <li>[admin] Improved error handling of select functionality. This change shows error message
         
     | 
| 
       208 
240 
     | 
    
         
             
            and hides loading dialog. [Patch by orangain]</li>
         
     | 
| 
         @@ -225,14 +257,14 @@ You got an error for the operation.</li> 
     | 
|
| 
       225 
257 
     | 
    
         
             
            <li>[doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]</li>
         
     | 
| 
       226 
258 
     | 
    
         
             
            </ul>
         
     | 
| 
       227 
259 
     | 
    
         
             
            </div>
         
     | 
| 
       228 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       229 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 260 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 261 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       230 
262 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       231 
263 
     | 
    
         
             
            <li>[admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.</li>
         
     | 
| 
       232 
264 
     | 
    
         
             
            </ul>
         
     | 
| 
       233 
265 
     | 
    
         
             
            </div>
         
     | 
| 
       234 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       235 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 266 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 267 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       236 
268 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       237 
269 
     | 
    
         
             
            <li>orangain</li>
         
     | 
| 
       238 
270 
     | 
    
         
             
            <li>Naoya Murakami</li>
         
     | 
| 
         @@ -242,8 +274,8 @@ You got an error for the operation.</li> 
     | 
|
| 
       242 
274 
     | 
    
         
             
            </div>
         
     | 
| 
       243 
275 
     | 
    
         
             
            <div class="section" id="release-3-0-7-2013-08-29">
         
     | 
| 
       244 
276 
     | 
    
         
             
            <span id="release-3-0-7"></span><h2>Release 3.0.7 - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       245 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       246 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 277 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 278 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       247 
279 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       248 
280 
     | 
    
         
             
            <li>[doc] Added API documentation. [groonga-dev,01593]
         
     | 
| 
       249 
281 
     | 
    
         
             
            [GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
         
     | 
| 
         @@ -262,8 +294,8 @@ error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]</l 
     | 
|
| 
       262 
294 
     | 
    
         
             
            <li>[httpd] Supported customizing cache limit as <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> directive.</li>
         
     | 
| 
       263 
295 
     | 
    
         
             
            </ul>
         
     | 
| 
       264 
296 
     | 
    
         
             
            </div>
         
     | 
| 
       265 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       266 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 297 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 298 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       267 
299 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       268 
300 
     | 
    
         
             
            <li>Fixed a bug that error in expression may cause stack overflow.
         
     | 
| 
       269 
301 
     | 
    
         
             
            This change avoids that groonga crashes suddenly as a result of error accumlation.</li>
         
     | 
| 
         @@ -291,8 +323,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr 
     | 
|
| 
       291 
323 
     | 
    
         
             
            [Reported by YOSHIDA Mitsuo]</li>
         
     | 
| 
       292 
324 
     | 
    
         
             
            </ul>
         
     | 
| 
       293 
325 
     | 
    
         
             
            </div>
         
     | 
| 
       294 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       295 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 326 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 327 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       296 
328 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       297 
329 
     | 
    
         
             
            <li>whombx</li>
         
     | 
| 
       298 
330 
     | 
    
         
             
            <li>@naoina</li>
         
     | 
| 
         @@ -305,8 +337,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr 
     | 
|
| 
       305 
337 
     | 
    
         
             
            </div>
         
     | 
| 
       306 
338 
     | 
    
         
             
            <div class="section" id="release-3-0-6-2013-07-29">
         
     | 
| 
       307 
339 
     | 
    
         
             
            <span id="release-3-0-6"></span><h2>Release 3.0.6 - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       308 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       309 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 340 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 341 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       310 
342 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       311 
343 
     | 
    
         
             
            <li>[doc] Added documentation about parameter of <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a>
         
     | 
| 
       312 
344 
     | 
    
         
             
            function.</li>
         
     | 
| 
         @@ -320,15 +352,15 @@ function.</li> 
     | 
|
| 
       320 
352 
     | 
    
         
             
            <li>[httpd] Updated bundled nginx version to 1.4.2.</li>
         
     | 
| 
       321 
353 
     | 
    
         
             
            </ul>
         
     | 
| 
       322 
354 
     | 
    
         
             
            </div>
         
     | 
| 
       323 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       324 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 355 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 356 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       325 
357 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       326 
358 
     | 
    
         
             
            <li>Fixed a crash bug when specific internal function (<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) is called
         
     | 
| 
       327 
359 
     | 
    
         
             
            for built-in proc function such as <tt class="docutils literal"><span class="pre">select</span></tt>. [Reported by Genki Takiuchi]</li>
         
     | 
| 
       328 
360 
     | 
    
         
             
            </ul>
         
     | 
| 
       329 
361 
     | 
    
         
             
            </div>
         
     | 
| 
       330 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       331 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 362 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 363 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       332 
364 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       333 
365 
     | 
    
         
             
            <li>Naoya Inada</li>
         
     | 
| 
       334 
366 
     | 
    
         
             
            <li>OBATA Akio</li>
         
     | 
| 
         @@ -339,8 +371,8 @@ for built-in proc function such as <tt class="docutils literal"><span class="pre 
     | 
|
| 
       339 
371 
     | 
    
         
             
            </div>
         
     | 
| 
       340 
372 
     | 
    
         
             
            <div class="section" id="release-3-0-5-2013-06-29">
         
     | 
| 
       341 
373 
     | 
    
         
             
            <span id="release-3-0-5"></span><h2>Release 3.0.5 - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       342 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       343 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 374 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 375 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       344 
376 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       345 
377 
     | 
    
         
             
            <li>[doc] Added summary about <tt class="docutils literal"><span class="pre">match_columns</span></tt> and <tt class="docutils literal"><span class="pre">query_string</span></tt> parameters in <tt class="docutils literal"><span class="pre">query()</span></tt>.</li>
         
     | 
| 
       346 
378 
     | 
    
         
             
            <li>Added subrecord information to table inspection.</li>
         
     | 
| 
         @@ -351,8 +383,8 @@ when starting groonga server. [Reported by Kosuke Asami]</li> 
     | 
|
| 
       351 
383 
     | 
    
         
             
            <li>[experimental] Added <a class="reference internal" href="reference/functions/html_untag.html"><em>html_untag</em></a> function.</li>
         
     | 
| 
       352 
384 
     | 
    
         
             
            </ul>
         
     | 
| 
       353 
385 
     | 
    
         
             
            </div>
         
     | 
| 
       354 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       355 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 386 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 387 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       356 
388 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       357 
389 
     | 
    
         
             
            <li>Fixed a crash bug of mroonga which is caused by missing lock for table creation.
         
     | 
| 
       358 
390 
     | 
    
         
             
            [Reported by Y.Kentaro]</li>
         
     | 
| 
         @@ -370,8 +402,8 @@ This bug affects the case if you assign calculated value to 
     | 
|
| 
       370 
402 
     | 
    
         
             
            <tt class="docutils literal"><span class="pre">_score</span></tt> pseudo column for example.</li>
         
     | 
| 
       371 
403 
     | 
    
         
             
            </ul>
         
     | 
| 
       372 
404 
     | 
    
         
             
            </div>
         
     | 
| 
       373 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       374 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 405 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 406 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       375 
407 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       376 
408 
     | 
    
         
             
            <li>Y.Kentaro</li>
         
     | 
| 
       377 
409 
     | 
    
         
             
            <li>Kosuke Asami</li>
         
     | 
| 
         @@ -381,8 +413,8 @@ This bug affects the case if you assign calculated value to 
     | 
|
| 
       381 
413 
     | 
    
         
             
            </div>
         
     | 
| 
       382 
414 
     | 
    
         
             
            <div class="section" id="release-3-0-4-2013-05-29">
         
     | 
| 
       383 
415 
     | 
    
         
             
            <span id="release-3-0-4"></span><h2>Release 3.0.4 - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       384 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       385 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 416 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 417 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       386 
418 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       387 
419 
     | 
    
         
             
            <li>[tokenizer] Improved to show log message when normalized string is not given.</li>
         
     | 
| 
       388 
420 
     | 
    
         
             
            <li>Supported <tt class="docutils literal"><span class="pre">_key</span></tt> as an argument of <tt class="docutils literal"><span class="pre">geo_in_circle</span></tt>. [Reported by @ceekz]</li>
         
     | 
| 
         @@ -405,8 +437,8 @@ It supports to exclude specific tables from monitoring results.</li> 
     | 
|
| 
       405 
437 
     | 
    
         
             
            system plugins.</li>
         
     | 
| 
       406 
438 
     | 
    
         
             
            </ul>
         
     | 
| 
       407 
439 
     | 
    
         
             
            </div>
         
     | 
| 
       408 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       409 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 440 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 441 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       410 
442 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       411 
443 
     | 
    
         
             
            <li>[tokenizer] Fixed a memory leak on error.</li>
         
     | 
| 
       412 
444 
     | 
    
         
             
            <li>Fixed a bug that empty string for similar search causes SEGV.
         
     | 
| 
         @@ -421,8 +453,8 @@ expressions are used.</li> 
     | 
|
| 
       421 
453 
     | 
    
         
             
            <li>[deb] Fixed a bug that HTTP/GQTP process is excuted as root user.</li>
         
     | 
| 
       422 
454 
     | 
    
         
             
            </ul>
         
     | 
| 
       423 
455 
     | 
    
         
             
            </div>
         
     | 
| 
       424 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       425 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 456 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 457 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       426 
458 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       427 
459 
     | 
    
         
             
            <li>@ceekz</li>
         
     | 
| 
       428 
460 
     | 
    
         
             
            <li>Nakai Kanako</li>
         
     | 
| 
         @@ -435,8 +467,8 @@ expressions are used.</li> 
     | 
|
| 
       435 
467 
     | 
    
         
             
            </div>
         
     | 
| 
       436 
468 
     | 
    
         
             
            <div class="section" id="release-3-0-3-2013-04-29">
         
     | 
| 
       437 
469 
     | 
    
         
             
            <span id="release-3-0-3"></span><h2>Release 3.0.3 - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       438 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       439 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 470 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 471 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       440 
472 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       441 
473 
     | 
    
         
             
            <li>[suggest] Supported to learn with the value of customized weight
         
     | 
| 
       442 
474 
     | 
    
         
             
            by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
         
     | 
| 
         @@ -454,8 +486,8 @@ for building customized groonga without changing spec file.</li> 
     | 
|
| 
       454 
486 
     | 
    
         
             
            </div>
         
     | 
| 
       455 
487 
     | 
    
         
             
            <div class="section" id="release-3-0-2-2013-03-29">
         
     | 
| 
       456 
488 
     | 
    
         
             
            <span id="release-3-0-2"></span><h2>Release 3.0.2 - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       457 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       458 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 489 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 490 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       459 
491 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       460 
492 
     | 
    
         
             
            <li>Supported two or more indexes for a table key.
         
     | 
| 
       461 
493 
     | 
    
         
             
            This change affects to eliminate potential crash case when loading a new key
         
     | 
| 
         @@ -479,8 +511,8 @@ This change supports the query such as 
     | 
|
| 
       479 
511 
     | 
    
         
             
            <tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
         
     | 
| 
       480 
512 
     | 
    
         
             
            </ul>
         
     | 
| 
       481 
513 
     | 
    
         
             
            </div>
         
     | 
| 
       482 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       483 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 514 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 515 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       484 
516 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       485 
517 
     | 
    
         
             
            <li>Fixed a bug that <tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> fails with "stack error".
         
     | 
| 
       486 
518 
     | 
    
         
             
            This bug affects a query such as <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt>.
         
     | 
| 
         @@ -496,8 +528,8 @@ Reference key size is 25 byte or lager.</li> 
     | 
|
| 
       496 
528 
     | 
    
         
             
            This affects the case if GARBAGE does not exist.</li>
         
     | 
| 
       497 
529 
     | 
    
         
             
            </ul>
         
     | 
| 
       498 
530 
     | 
    
         
             
            </div>
         
     | 
| 
       499 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       500 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 531 
     | 
    
         
            +
            <div class="section" id="id28">
         
     | 
| 
      
 532 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       501 
533 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       502 
534 
     | 
    
         
             
            <li>Hendro Wibowo</li>
         
     | 
| 
       503 
535 
     | 
    
         
             
            <li>hino</li>
         
     | 
| 
         @@ -507,8 +539,8 @@ This affects the case if GARBAGE does not exist.</li> 
     | 
|
| 
       507 
539 
     | 
    
         
             
            </div>
         
     | 
| 
       508 
540 
     | 
    
         
             
            <div class="section" id="release-3-0-1-2013-02-28">
         
     | 
| 
       509 
541 
     | 
    
         
             
            <span id="release-3-0-1"></span><h2>Release 3.0.1 - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       510 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       511 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 542 
     | 
    
         
            +
            <div class="section" id="id29">
         
     | 
| 
      
 543 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       512 
544 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       513 
545 
     | 
    
         
             
            <li>Supported to set Bool to reference column when loading dataset by load command.</li>
         
     | 
| 
       514 
546 
     | 
    
         
             
            <li>Supported AND operation for nested index.
         
     | 
| 
         @@ -525,8 +557,8 @@ based nested index of _key.</li> 
     | 
|
| 
       525 
557 
     | 
    
         
             
            <li>[doc] Added missing documentation of commands such as <tt class="docutils literal"><span class="pre">column_rename</span></tt> or <tt class="docutils literal"><span class="pre">truncate</span></tt>.</li>
         
     | 
| 
       526 
558 
     | 
    
         
             
            </ul>
         
     | 
| 
       527 
559 
     | 
    
         
             
            </div>
         
     | 
| 
       528 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       529 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 560 
     | 
    
         
            +
            <div class="section" id="id30">
         
     | 
| 
      
 561 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       530 
562 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       531 
563 
     | 
    
         
             
            <li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
         
     | 
| 
       532 
564 
     | 
    
         
             
            It causes that invalid index entry is returned after deleting entries.
         
     | 
| 
         @@ -536,8 +568,8 @@ This bug occurs by wrong the number of found records.</li> 
     | 
|
| 
       536 
568 
     | 
    
         
             
            <li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
         
     | 
| 
       537 
569 
     | 
    
         
             
            </ul>
         
     | 
| 
       538 
570 
     | 
    
         
             
            </div>
         
     | 
| 
       539 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       540 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 571 
     | 
    
         
            +
            <div class="section" id="id31">
         
     | 
| 
      
 572 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       541 
573 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       542 
574 
     | 
    
         
             
            <li>b senboku</li>
         
     | 
| 
       543 
575 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -548,8 +580,8 @@ This bug occurs by wrong the number of found records.</li> 
     | 
|
| 
       548 
580 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       549 
581 
     | 
    
         
             
            <li>Bump version to 3.0.0!</li>
         
     | 
| 
       550 
582 
     | 
    
         
             
            </ul>
         
     | 
| 
       551 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       552 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 583 
     | 
    
         
            +
            <div class="section" id="id32">
         
     | 
| 
      
 584 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       553 
585 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       554 
586 
     | 
    
         
             
            <li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
         
     | 
| 
       555 
587 
     | 
    
         
             
            when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
         
     | 
| 
         @@ -559,8 +591,8 @@ If you use string literal for int64, this bug does not affects.</li> 
     | 
|
| 
       559 
591 
     | 
    
         
             
            by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
         
     | 
| 
       560 
592 
     | 
    
         
             
            </ul>
         
     | 
| 
       561 
593 
     | 
    
         
             
            </div>
         
     | 
| 
       562 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       563 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 594 
     | 
    
         
            +
            <div class="section" id="id33">
         
     | 
| 
      
 595 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       564 
596 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       565 
597 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
       566 
598 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -568,8 +600,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li> 
     | 
|
| 
       568 
600 
     | 
    
         
             
            </div>
         
     | 
| 
       569 
601 
     | 
    
         
             
            <div class="section" id="release-2-1-2-2013-01-29">
         
     | 
| 
       570 
602 
     | 
    
         
             
            <span id="release-2-1-2"></span><h2>Release 2.1.2 - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       571 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       572 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 603 
     | 
    
         
            +
            <div class="section" id="id34">
         
     | 
| 
      
 604 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       573 
605 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       574 
606 
     | 
    
         
             
            <li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
         
     | 
| 
       575 
607 
     | 
    
         
             
            For example, you can specify the keyword which has different weight such as
         
     | 
| 
         @@ -595,8 +627,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li> 
     | 
|
| 
       595 
627 
     | 
    
         
             
            <li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
         
     | 
| 
       596 
628 
     | 
    
         
             
            </ul>
         
     | 
| 
       597 
629 
     | 
    
         
             
            </div>
         
     | 
| 
       598 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       599 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 630 
     | 
    
         
            +
            <div class="section" id="id35">
         
     | 
| 
      
 631 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       600 
632 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       601 
633 
     | 
    
         
             
            <li>Fixed not to report an error even though MeCab tokenizer shared object
         
     | 
| 
       602 
634 
     | 
    
         
             
            isn't found. [groonga-dev,01174] [Reported by wing]</li>
         
     | 
| 
         @@ -606,8 +638,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li> 
     | 
|
| 
       606 
638 
     | 
    
         
             
            by select command.</li>
         
     | 
| 
       607 
639 
     | 
    
         
             
            </ul>
         
     | 
| 
       608 
640 
     | 
    
         
             
            </div>
         
     | 
| 
       609 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       610 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 641 
     | 
    
         
            +
            <div class="section" id="id36">
         
     | 
| 
      
 642 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       611 
643 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       612 
644 
     | 
    
         
             
            <li>wing</li>
         
     | 
| 
       613 
645 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -617,8 +649,8 @@ by select command.</li> 
     | 
|
| 
       617 
649 
     | 
    
         
             
            <span id="release-2-1-1"></span><h2>Release 2.1.1 - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       618 
650 
     | 
    
         
             
            <p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
         
     | 
| 
       619 
651 
     | 
    
         
             
            instead.</p>
         
     | 
| 
       620 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       621 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 652 
     | 
    
         
            +
            <div class="section" id="id37">
         
     | 
| 
      
 653 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       622 
654 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       623 
655 
     | 
    
         
             
            <li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
         
     | 
| 
       624 
656 
     | 
    
         
             
            created by groonga 2.0.8 or ealier is dropped.</li>
         
     | 
| 
         @@ -645,8 +677,8 @@ version of groonga.</p> 
     | 
|
| 
       645 
677 
     | 
    
         
             
            tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
         
     | 
| 
       646 
678 
     | 
    
         
             
            This API change affects developer of tokenizer plugin.</p>
         
     | 
| 
       647 
679 
     | 
    
         
             
            </div>
         
     | 
| 
       648 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       649 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 680 
     | 
    
         
            +
            <div class="section" id="id38">
         
     | 
| 
      
 681 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       650 
682 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       651 
683 
     | 
    
         
             
            <li>[doc] Added documentation about <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
         
     | 
| 
       652 
684 
     | 
    
         
             
            <li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
         
     | 
| 
         @@ -668,8 +700,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span 
     | 
|
| 
       668 
700 
     | 
    
         
             
            and double array trie for <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
         
     | 
| 
       669 
701 
     | 
    
         
             
            </ul>
         
     | 
| 
       670 
702 
     | 
    
         
             
            </div>
         
     | 
| 
       671 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       672 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 703 
     | 
    
         
            +
            <div class="section" id="id39">
         
     | 
| 
      
 704 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       673 
705 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       674 
706 
     | 
    
         
             
            <li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
         
     | 
| 
       675 
707 
     | 
    
         
             
            This change fixes the infinite loop problem about groonga HTTP server.
         
     | 
| 
         @@ -681,8 +713,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop 
     | 
|
| 
       681 
713 
     | 
    
         
             
            <li>Fixed a bug that <tt class="docutils literal"><span class="pre">_score</span></tt> after "*" is ignored in <tt class="docutils literal"><span class="pre">--output_columns</span></tt>.</li>
         
     | 
| 
       682 
714 
     | 
    
         
             
            </ul>
         
     | 
| 
       683 
715 
     | 
    
         
             
            </div>
         
     | 
| 
       684 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       685 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 716 
     | 
    
         
            +
            <div class="section" id="id40">
         
     | 
| 
      
 717 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       686 
718 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       687 
719 
     | 
    
         
             
            <li>Tomoatsu Shimada</li>
         
     | 
| 
       688 
720 
     | 
    
         
             
            <li>Shimomura Tatsuya</li>
         
     | 
| 
         @@ -691,8 +723,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop 
     | 
|
| 
       691 
723 
     | 
    
         
             
            </div>
         
     | 
| 
       692 
724 
     | 
    
         
             
            <div class="section" id="release-2-0-9-2012-11-29">
         
     | 
| 
       693 
725 
     | 
    
         
             
            <span id="release-2-0-9"></span><h2>Release 2.0.9 - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       694 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       695 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 726 
     | 
    
         
            +
            <div class="section" id="id41">
         
     | 
| 
      
 727 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       696 
728 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       697 
729 
     | 
    
         
             
            <li>Supported to calculate the value of distance accross border
         
     | 
| 
       698 
730 
     | 
    
         
             
            in <tt class="docutils literal"><span class="pre">geo_distance</span></tt> with <tt class="docutils literal"><span class="pre">rectangle</span></tt> as approximate type. [#1534]</li>
         
     | 
| 
         @@ -715,8 +747,8 @@ This change is incompatibility change, but does not affects existing program.</l 
     | 
|
| 
       715 
747 
     | 
    
         
             
            <li>Supported range search by using index.</li>
         
     | 
| 
       716 
748 
     | 
    
         
             
            </ul>
         
     | 
| 
       717 
749 
     | 
    
         
             
            </div>
         
     | 
| 
       718 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       719 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 750 
     | 
    
         
            +
            <div class="section" id="id42">
         
     | 
| 
      
 751 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       720 
752 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       721 
753 
     | 
    
         
             
            <li>Fixed to use network byte order for status code of <a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTP header</em></a> to follow
         
     | 
| 
       722 
754 
     | 
    
         
             
            the normal network protocol convention.
         
     | 
| 
         @@ -740,8 +772,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt> 
     | 
|
| 
       740 
772 
     | 
    
         
             
            This change not to contain such a metadata as search results.</li>
         
     | 
| 
       741 
773 
     | 
    
         
             
            </ul>
         
     | 
| 
       742 
774 
     | 
    
         
             
            </div>
         
     | 
| 
       743 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       744 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 775 
     | 
    
         
            +
            <div class="section" id="id43">
         
     | 
| 
      
 776 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       745 
777 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       746 
778 
     | 
    
         
             
            <li>Tomoatsu Shimada</li>
         
     | 
| 
       747 
779 
     | 
    
         
             
            <li>Akio Tajima</li>
         
     | 
| 
         @@ -751,8 +783,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       751 
783 
     | 
    
         
             
            </div>
         
     | 
| 
       752 
784 
     | 
    
         
             
            <div class="section" id="release-2-0-8-2012-10-29">
         
     | 
| 
       753 
785 
     | 
    
         
             
            <span id="release-2-0-8"></span><h2>Release 2.0.8 - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       754 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       755 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 786 
     | 
    
         
            +
            <div class="section" id="id44">
         
     | 
| 
      
 787 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       756 
788 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       757 
789 
     | 
    
         
             
            <li>[rpm] Improved the description of server-http and httpd packages.
         
     | 
| 
       758 
790 
     | 
    
         
             
            [Suggested by Daiki Ueno]</li>
         
     | 
| 
         @@ -764,8 +796,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       764 
796 
     | 
    
         
             
            [Reported by serihiro]</li>
         
     | 
| 
       765 
797 
     | 
    
         
             
            </ul>
         
     | 
| 
       766 
798 
     | 
    
         
             
            </div>
         
     | 
| 
       767 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       768 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 799 
     | 
    
         
            +
            <div class="section" id="id45">
         
     | 
| 
      
 800 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       769 
801 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       770 
802 
     | 
    
         
             
            <li>[rpm] Fixed to remove needless "Requires" from spec file.
         
     | 
| 
       771 
803 
     | 
    
         
             
            [Reported by Daiki Ueno]</li>
         
     | 
| 
         @@ -776,8 +808,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       776 
808 
     | 
    
         
             
            <li>[deb] Fixed to bundle missing table plugin.</li>
         
     | 
| 
       777 
809 
     | 
    
         
             
            </ul>
         
     | 
| 
       778 
810 
     | 
    
         
             
            </div>
         
     | 
| 
       779 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       780 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 811 
     | 
    
         
            +
            <div class="section" id="id46">
         
     | 
| 
      
 812 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       781 
813 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       782 
814 
     | 
    
         
             
            <li>Daiki Ueno</li>
         
     | 
| 
       783 
815 
     | 
    
         
             
            <li>firewood</li>
         
     | 
| 
         @@ -787,8 +819,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       787 
819 
     | 
    
         
             
            </div>
         
     | 
| 
       788 
820 
     | 
    
         
             
            <div class="section" id="release-2-0-7-2012-09-29">
         
     | 
| 
       789 
821 
     | 
    
         
             
            <span id="release-2-0-7"></span><h2>Release 2.0.7 - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       790 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       791 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 822 
     | 
    
         
            +
            <div class="section" id="id47">
         
     | 
| 
      
 823 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       792 
824 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       793 
825 
     | 
    
         
             
            <li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
         
     | 
| 
       794 
826 
     | 
    
         
             
            <li>[doc][httpd] Added sample configuration for gzip compression.</li>
         
     | 
| 
         @@ -804,8 +836,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       804 
836 
     | 
    
         
             
            <li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
         
     | 
| 
       805 
837 
     | 
    
         
             
            </ul>
         
     | 
| 
       806 
838 
     | 
    
         
             
            </div>
         
     | 
| 
       807 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       808 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 839 
     | 
    
         
            +
            <div class="section" id="id48">
         
     | 
| 
      
 840 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       809 
841 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       810 
842 
     | 
    
         
             
            <li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
         
     | 
| 
       811 
843 
     | 
    
         
             
            <li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
         
     | 
| 
         @@ -816,8 +848,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       816 
848 
     | 
    
         
             
            <li>Fixed a bug that Time -> Float cast breaks value.</li>
         
     | 
| 
       817 
849 
     | 
    
         
             
            </ul>
         
     | 
| 
       818 
850 
     | 
    
         
             
            </div>
         
     | 
| 
       819 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       820 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 851 
     | 
    
         
            +
            <div class="section" id="id49">
         
     | 
| 
      
 852 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       821 
853 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       822 
854 
     | 
    
         
             
            <li>@Kiske</li>
         
     | 
| 
       823 
855 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -825,8 +857,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       825 
857 
     | 
    
         
             
            </div>
         
     | 
| 
       826 
858 
     | 
    
         
             
            <div class="section" id="release-2-0-6-2012-08-29">
         
     | 
| 
       827 
859 
     | 
    
         
             
            <span id="release-2-0-6"></span><h2>Release 2.0.6 - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       828 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       829 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 860 
     | 
    
         
            +
            <div class="section" id="id50">
         
     | 
| 
      
 861 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       830 
862 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       831 
863 
     | 
    
         
             
            <li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
         
     | 
| 
       832 
864 
     | 
    
         
             
            <li>Supported <tt class="docutils literal"><span class="pre">--query_flags</span></tt> option to <tt class="docutils literal"><span class="pre">select</span></tt> command.</li>
         
     | 
| 
         @@ -847,8 +879,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       847 
879 
     | 
    
         
             
            <li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
         
     | 
| 
       848 
880 
     | 
    
         
             
            </ul>
         
     | 
| 
       849 
881 
     | 
    
         
             
            </div>
         
     | 
| 
       850 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       851 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 882 
     | 
    
         
            +
            <div class="section" id="id51">
         
     | 
| 
      
 883 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       852 
884 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       853 
885 
     | 
    
         
             
            <li>[doc] Fixed the execution examples. [#1428]
         
     | 
| 
       854 
886 
     | 
    
         
             
            [Reported by IWAI, Masaharu]</li>
         
     | 
| 
         @@ -863,8 +895,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt 
     | 
|
| 
       863 
895 
     | 
    
         
             
            [Reported by @yito]</li>
         
     | 
| 
       864 
896 
     | 
    
         
             
            </ul>
         
     | 
| 
       865 
897 
     | 
    
         
             
            </div>
         
     | 
| 
       866 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       867 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 898 
     | 
    
         
            +
            <div class="section" id="id52">
         
     | 
| 
      
 899 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       868 
900 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       869 
901 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
       870 
902 
     | 
    
         
             
            <li>@yito</li>
         
     | 
| 
         @@ -873,8 +905,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt 
     | 
|
| 
       873 
905 
     | 
    
         
             
            </div>
         
     | 
| 
       874 
906 
     | 
    
         
             
            <div class="section" id="release-2-0-5-2012-07-29">
         
     | 
| 
       875 
907 
     | 
    
         
             
            <span id="release-2-0-5"></span><h2>Release 2.0.5 - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       876 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       877 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 908 
     | 
    
         
            +
            <div class="section" id="id53">
         
     | 
| 
      
 909 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       878 
910 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       879 
911 
     | 
    
         
             
            <li>Supported calculating the value of distance with "rect" or "rectangle"
         
     | 
| 
       880 
912 
     | 
    
         
             
            argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
         
     | 
| 
         @@ -899,8 +931,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li> 
     | 
|
| 
       899 
931 
     | 
    
         
             
            <li>Supported to open locked database. [GitHub#21]</li>
         
     | 
| 
       900 
932 
     | 
    
         
             
            </ul>
         
     | 
| 
       901 
933 
     | 
    
         
             
            </div>
         
     | 
| 
       902 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       903 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 934 
     | 
    
         
            +
            <div class="section" id="id54">
         
     | 
| 
      
 935 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       904 
936 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       905 
937 
     | 
    
         
             
            <li>Fixed a build problem about groonga-httpd on Mac OS X.
         
     | 
| 
       906 
938 
     | 
    
         
             
            [Reported by SHIMADA Koji]</li>
         
     | 
| 
         @@ -916,8 +948,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li> 
     | 
|
| 
       916 
948 
     | 
    
         
             
            [#1429] [Reported by IWAI, Masaharu]</li>
         
     | 
| 
       917 
949 
     | 
    
         
             
            </ul>
         
     | 
| 
       918 
950 
     | 
    
         
             
            </div>
         
     | 
| 
       919 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       920 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 951 
     | 
    
         
            +
            <div class="section" id="id55">
         
     | 
| 
      
 952 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       921 
953 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       922 
954 
     | 
    
         
             
            <li>SHIMADA Koji</li>
         
     | 
| 
       923 
955 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
         @@ -926,8 +958,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li> 
     | 
|
| 
       926 
958 
     | 
    
         
             
            </div>
         
     | 
| 
       927 
959 
     | 
    
         
             
            <div class="section" id="release-2-0-4-2012-06-29">
         
     | 
| 
       928 
960 
     | 
    
         
             
            <span id="release-2-0-4"></span><h2>Release 2.0.4 - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       929 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       930 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 961 
     | 
    
         
            +
            <div class="section" id="id56">
         
     | 
| 
      
 962 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       931 
963 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       932 
964 
     | 
    
         
             
            <li>Supported only KyTea 0.4.2.</li>
         
     | 
| 
       933 
965 
     | 
    
         
             
            <li>Dropped KyTea 0.4.1 or ealier support.</li>
         
     | 
| 
         @@ -954,8 +986,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con 
     | 
|
| 
       954 
986 
     | 
    
         
             
            [GitHub#18] [Patch by IWAI, Masaharu]</li>
         
     | 
| 
       955 
987 
     | 
    
         
             
            </ul>
         
     | 
| 
       956 
988 
     | 
    
         
             
            </div>
         
     | 
| 
       957 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       958 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 989 
     | 
    
         
            +
            <div class="section" id="id57">
         
     | 
| 
      
 990 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       959 
991 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       960 
992 
     | 
    
         
             
            <li>Fixed a problem that display of command prompt changes to not intended state
         
     | 
| 
       961 
993 
     | 
    
         
             
            by using batch mode on Mac OS X.
         
     | 
| 
         @@ -964,8 +996,8 @@ by using batch mode on Mac OS X. 
     | 
|
| 
       964 
996 
     | 
    
         
             
            <li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
         
     | 
| 
       965 
997 
     | 
    
         
             
            </ul>
         
     | 
| 
       966 
998 
     | 
    
         
             
            </div>
         
     | 
| 
       967 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       968 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 999 
     | 
    
         
            +
            <div class="section" id="id58">
         
     | 
| 
      
 1000 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       969 
1001 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       970 
1002 
     | 
    
         
             
            <li>@soundkitchen</li>
         
     | 
| 
       971 
1003 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
         @@ -974,8 +1006,8 @@ by using batch mode on Mac OS X. 
     | 
|
| 
       974 
1006 
     | 
    
         
             
            </div>
         
     | 
| 
       975 
1007 
     | 
    
         
             
            <div class="section" id="release-2-0-3-2012-05-29">
         
     | 
| 
       976 
1008 
     | 
    
         
             
            <span id="release-2-0-3"></span><h2>Release 2.0.3 - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       977 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       978 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 1009 
     | 
    
         
            +
            <div class="section" id="id59">
         
     | 
| 
      
 1010 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       979 
1011 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       980 
1012 
     | 
    
         
             
            <li>[doc] Added about release procedure.</li>
         
     | 
| 
       981 
1013 
     | 
    
         
             
            <li>Removed restriction that the max number of opened files is 4096.</li>
         
     | 
| 
         @@ -999,8 +1031,8 @@ groonga-repository to groonga-release to follow RPM package name 
     | 
|
| 
       999 
1031 
     | 
    
         
             
            convension such as centos-release and fedora-release.</li>
         
     | 
| 
       1000 
1032 
     | 
    
         
             
            </ul>
         
     | 
| 
       1001 
1033 
     | 
    
         
             
            </div>
         
     | 
| 
       1002 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1003 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 1034 
     | 
    
         
            +
            <div class="section" id="id60">
         
     | 
| 
      
 1035 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1004 
1036 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1005 
1037 
     | 
    
         
             
            <li>[doc] Fixed a command to update yum repository.
         
     | 
| 
       1006 
1038 
     | 
    
         
             
            [Suggested by IWAI, Masaharu]</li>
         
     | 
| 
         @@ -1013,8 +1045,8 @@ expression. [#1372]</li> 
     | 
|
| 
       1013 
1045 
     | 
    
         
             
            <li>Fixed a bug that a record key registered via index source isn't normalized.</li>
         
     | 
| 
       1014 
1046 
     | 
    
         
             
            </ul>
         
     | 
| 
       1015 
1047 
     | 
    
         
             
            </div>
         
     | 
| 
       1016 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1017 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 1048 
     | 
    
         
            +
            <div class="section" id="id61">
         
     | 
| 
      
 1049 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1018 
1050 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1019 
1051 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
       1020 
1052 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -1037,8 +1069,8 @@ package sign key before updating groogna packages.</p> 
     | 
|
| 
       1037 
1069 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       1038 
1070 
     | 
    
         
             
            </div>
         
     | 
| 
       1039 
1071 
     | 
    
         
             
            </div>
         
     | 
| 
       1040 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1041 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 1072 
     | 
    
         
            +
            <div class="section" id="id62">
         
     | 
| 
      
 1073 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1042 
1074 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1043 
1075 
     | 
    
         
             
            <li>[pkg-config] Removed needless MessagePack dependency.</li>
         
     | 
| 
       1044 
1076 
     | 
    
         
             
            <li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
         
     | 
| 
         @@ -1058,8 +1090,8 @@ is the similar search syntax. [#1342]</li> 
     | 
|
| 
       1058 
1090 
     | 
    
         
             
            package sign key.</li>
         
     | 
| 
       1059 
1091 
     | 
    
         
             
            </ul>
         
     | 
| 
       1060 
1092 
     | 
    
         
             
            </div>
         
     | 
| 
       1061 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1062 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 1093 
     | 
    
         
            +
            <div class="section" id="id63">
         
     | 
| 
      
 1094 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1063 
1095 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1064 
1096 
     | 
    
         
             
            <li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
         
     | 
| 
       1065 
1097 
     | 
    
         
             
            <tt class="docutils literal"><span class="pre">--address</span></tt> option.
         
     | 
| 
         @@ -1081,8 +1113,8 @@ inverted index. [#1329]</li> 
     | 
|
| 
       1081 
1113 
     | 
    
         
             
            [#1340] [Reported by Shinya Kawaji]</li>
         
     | 
| 
       1082 
1114 
     | 
    
         
             
            </ul>
         
     | 
| 
       1083 
1115 
     | 
    
         
             
            </div>
         
     | 
| 
       1084 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1085 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 1116 
     | 
    
         
            +
            <div class="section" id="id64">
         
     | 
| 
      
 1117 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id64" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1086 
1118 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1087 
1119 
     | 
    
         
             
            <li>IWAI, Masaharu</li>
         
     | 
| 
       1088 
1120 
     | 
    
         
             
            <li>Daiki Ueno</li>
         
     | 
| 
         @@ -1092,8 +1124,8 @@ inverted index. [#1329]</li> 
     | 
|
| 
       1092 
1124 
     | 
    
         
             
            </div>
         
     | 
| 
       1093 
1125 
     | 
    
         
             
            <div class="section" id="release-2-0-1-2012-03-29">
         
     | 
| 
       1094 
1126 
     | 
    
         
             
            <span id="release-2-0-1"></span><h2>Release 2.0.1 - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       1095 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1096 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 1127 
     | 
    
         
            +
            <div class="section" id="id65">
         
     | 
| 
      
 1128 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id65" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1097 
1129 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1098 
1130 
     | 
    
         
             
            <li>Supported build in other directory.
         
     | 
| 
       1099 
1131 
     | 
    
         
             
            [#1298] [Reported by Kazuhiko]</li>
         
     | 
| 
         @@ -1115,8 +1147,8 @@ check. [#1289]</li> 
     | 
|
| 
       1115 
1147 
     | 
    
         
             
            <li><tt class="docutils literal"><span class="pre">grn_snip</span></tt> uses <tt class="docutils literal"><span class="pre">grn_obj</span></tt> mechanism. [#1054]</li>
         
     | 
| 
       1116 
1148 
     | 
    
         
             
            </ul>
         
     | 
| 
       1117 
1149 
     | 
    
         
             
            </div>
         
     | 
| 
       1118 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1119 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 1150 
     | 
    
         
            +
            <div class="section" id="id66">
         
     | 
| 
      
 1151 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id66" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1120 
1152 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1121 
1153 
     | 
    
         
             
            <li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
         
     | 
| 
       1122 
1154 
     | 
    
         
             
            scripts. [#1299] [Reported by Kazuhiko]</li>
         
     | 
| 
         @@ -1127,8 +1159,8 @@ only used by mroonga. [#1303]</li> 
     | 
|
| 
       1127 
1159 
     | 
    
         
             
            <li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
         
     | 
| 
       1128 
1160 
     | 
    
         
             
            </ul>
         
     | 
| 
       1129 
1161 
     | 
    
         
             
            </div>
         
     | 
| 
       1130 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1131 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 1162 
     | 
    
         
            +
            <div class="section" id="id67">
         
     | 
| 
      
 1163 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id67" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1132 
1164 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1133 
1165 
     | 
    
         
             
            <li>Kazuhiko</li>
         
     | 
| 
       1134 
1166 
     | 
    
         
             
            <li>Markus Elfring</li>
         
     | 
| 
         @@ -1137,8 +1169,8 @@ only used by mroonga. [#1303]</li> 
     | 
|
| 
       1137 
1169 
     | 
    
         
             
            </div>
         
     | 
| 
       1138 
1170 
     | 
    
         
             
            <div class="section" id="release-2-0-0-2012-02-29">
         
     | 
| 
       1139 
1171 
     | 
    
         
             
            <span id="release-2-0-0"></span><h2>Release 2.0.0 - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       1140 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1141 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 1172 
     | 
    
         
            +
            <div class="section" id="id68">
         
     | 
| 
      
 1173 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id68" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1142 
1174 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1143 
1175 
     | 
    
         
             
            <li>[dat] Added 0 length key check.</li>
         
     | 
| 
       1144 
1176 
     | 
    
         
             
            <li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
         
     | 
| 
         @@ -1162,8 +1194,8 @@ only used by mroonga. [#1303]</li> 
     | 
|
| 
       1162 
1194 
     | 
    
         
             
            <li>[windows] Supported MessagePack.</li>
         
     | 
| 
       1163 
1195 
     | 
    
         
             
            </ul>
         
     | 
| 
       1164 
1196 
     | 
    
         
             
            </div>
         
     | 
| 
       1165 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1166 
     | 
    
         
            -
            <h3>Fixes<a class="headerlink" href="# 
     | 
| 
      
 1197 
     | 
    
         
            +
            <div class="section" id="id69">
         
     | 
| 
      
 1198 
     | 
    
         
            +
            <h3>Fixes<a class="headerlink" href="#id69" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1167 
1199 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1168 
1200 
     | 
    
         
             
            <li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
         
     | 
| 
       1169 
1201 
     | 
    
         
             
            <li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
         
     | 
| 
         @@ -1173,8 +1205,8 @@ only used by mroonga. [#1303]</li> 
     | 
|
| 
       1173 
1205 
     | 
    
         
             
            [Reported by @wareohji]</li>
         
     | 
| 
       1174 
1206 
     | 
    
         
             
            </ul>
         
     | 
| 
       1175 
1207 
     | 
    
         
             
            </div>
         
     | 
| 
       1176 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1177 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 1208 
     | 
    
         
            +
            <div class="section" id="id70">
         
     | 
| 
      
 1209 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id70" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1178 
1210 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1179 
1211 
     | 
    
         
             
            <li>Suzuki</li>
         
     | 
| 
       1180 
1212 
     | 
    
         
             
            <li>Daiki Ueno</li>
         
     | 
| 
         @@ -1187,8 +1219,8 @@ only used by mroonga. [#1303]</li> 
     | 
|
| 
       1187 
1219 
     | 
    
         
             
            </div>
         
     | 
| 
       1188 
1220 
     | 
    
         
             
            <div class="section" id="release-1-3-0-2012-01-29">
         
     | 
| 
       1189 
1221 
     | 
    
         
             
            <span id="release-1-3-0"></span><h2>Release 1.3.0 - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       1190 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1191 
     | 
    
         
            -
            <h3>Improvements<a class="headerlink" href="# 
     | 
| 
      
 1222 
     | 
    
         
            +
            <div class="section" id="id71">
         
     | 
| 
      
 1223 
     | 
    
         
            +
            <h3>Improvements<a class="headerlink" href="#id71" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1192 
1224 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1193 
1225 
     | 
    
         
             
            <li>Supported dynamic DB key table change by
         
     | 
| 
       1194 
1226 
     | 
    
         
             
            GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
         
     | 
| 
         @@ -1223,8 +1255,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li> 
     | 
|
| 
       1223 
1255 
     | 
    
         
             
            <li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
         
     | 
| 
       1224 
1256 
     | 
    
         
             
            </ul>
         
     | 
| 
       1225 
1257 
     | 
    
         
             
            </div>
         
     | 
| 
       1226 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1227 
     | 
    
         
            -
            <h3>Thanks<a class="headerlink" href="# 
     | 
| 
      
 1258 
     | 
    
         
            +
            <div class="section" id="id72">
         
     | 
| 
      
 1259 
     | 
    
         
            +
            <h3>Thanks<a class="headerlink" href="#id72" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       1228 
1260 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1229 
1261 
     | 
    
         
             
            <li>montywi</li>
         
     | 
| 
       1230 
1262 
     | 
    
         
             
            <li>Masaharu IWAI</li>
         
     | 
| 
         @@ -1340,174 +1372,180 @@ USE_OFFLINE_INDEXER=yes environment variable.</li> 
     | 
|
| 
       1340 
1372 
     | 
    
         
             
                      </div>
         
     | 
| 
       1341 
1373 
     | 
    
         
             
                    </div>
         
     | 
| 
       1342 
1374 
     | 
    
         
             
                  </div>
         
     | 
| 
       1343 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 1375 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       1344 
1376 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       1345 
1377 
     | 
    
         
             
              <h3><a href="index.html">Table Of Contents</a></h3>
         
     | 
| 
       1346 
1378 
     | 
    
         
             
              <ul>
         
     | 
| 
       1347 
1379 
     | 
    
         
             
            <li><a class="reference internal" href="#">News</a><ul>
         
     | 
| 
       1348 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1380 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-2-2014-01-29">Release 3.1.2 - 2014/01/29</a><ul>
         
     | 
| 
       1349 
1381 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">Improvements</a></li>
         
     | 
| 
       1350 
1382 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">Fixes</a></li>
         
     | 
| 
       1351 
1383 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">Thanks</a></li>
         
     | 
| 
       1352 
1384 
     | 
    
         
             
            </ul>
         
     | 
| 
       1353 
1385 
     | 
    
         
             
            </li>
         
     | 
| 
       1354 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1386 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-1-2013-12-29">Release 3.1.1 - 2013/12/29</a><ul>
         
     | 
| 
       1355 
1387 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">Improvements</a></li>
         
     | 
| 
       1356 
1388 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">Fixes</a></li>
         
     | 
| 
       1357 
1389 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">Thanks</a></li>
         
     | 
| 
       1358 
1390 
     | 
    
         
             
            </ul>
         
     | 
| 
       1359 
1391 
     | 
    
         
             
            </li>
         
     | 
| 
       1360 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1392 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-0-2013-11-29">Release 3.1.0 - 2013/11/29</a><ul>
         
     | 
| 
       1361 
1393 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">Improvements</a></li>
         
     | 
| 
       1362 
1394 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">Fixes</a></li>
         
     | 
| 
       1363 
1395 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">Thanks</a></li>
         
     | 
| 
       1364 
1396 
     | 
    
         
             
            </ul>
         
     | 
| 
       1365 
1397 
     | 
    
         
             
            </li>
         
     | 
| 
       1366 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1398 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-9-2013-10-29">Release 3.0.9 - 2013/10/29</a><ul>
         
     | 
| 
       1367 
1399 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">Improvements</a></li>
         
     | 
| 
       1368 
1400 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">Fixes</a></li>
         
     | 
| 
       1369 
1401 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">Thanks</a></li>
         
     | 
| 
       1370 
1402 
     | 
    
         
             
            </ul>
         
     | 
| 
       1371 
1403 
     | 
    
         
             
            </li>
         
     | 
| 
       1372 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1404 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-8-2013-09-29">Release 3.0.8 - 2013/09/29</a><ul>
         
     | 
| 
       1373 
1405 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">Improvements</a></li>
         
     | 
| 
       1374 
1406 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">Fixes</a></li>
         
     | 
| 
       1375 
1407 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">Thanks</a></li>
         
     | 
| 
       1376 
1408 
     | 
    
         
             
            </ul>
         
     | 
| 
       1377 
1409 
     | 
    
         
             
            </li>
         
     | 
| 
       1378 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1410 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-7-2013-08-29">Release 3.0.7 - 2013/08/29</a><ul>
         
     | 
| 
       1379 
1411 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">Improvements</a></li>
         
     | 
| 
       1380 
1412 
     | 
    
         
             
            <li><a class="reference internal" href="#id14">Fixes</a></li>
         
     | 
| 
       1381 
1413 
     | 
    
         
             
            <li><a class="reference internal" href="#id15">Thanks</a></li>
         
     | 
| 
       1382 
1414 
     | 
    
         
             
            </ul>
         
     | 
| 
       1383 
1415 
     | 
    
         
             
            </li>
         
     | 
| 
       1384 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1416 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-6-2013-07-29">Release 3.0.6 - 2013/07/29</a><ul>
         
     | 
| 
       1385 
1417 
     | 
    
         
             
            <li><a class="reference internal" href="#id16">Improvements</a></li>
         
     | 
| 
       1386 
1418 
     | 
    
         
             
            <li><a class="reference internal" href="#id17">Fixes</a></li>
         
     | 
| 
       1387 
1419 
     | 
    
         
             
            <li><a class="reference internal" href="#id18">Thanks</a></li>
         
     | 
| 
       1388 
1420 
     | 
    
         
             
            </ul>
         
     | 
| 
       1389 
1421 
     | 
    
         
             
            </li>
         
     | 
| 
       1390 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1422 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-5-2013-06-29">Release 3.0.5 - 2013/06/29</a><ul>
         
     | 
| 
       1391 
1423 
     | 
    
         
             
            <li><a class="reference internal" href="#id19">Improvements</a></li>
         
     | 
| 
       1392 
1424 
     | 
    
         
             
            <li><a class="reference internal" href="#id20">Fixes</a></li>
         
     | 
| 
       1393 
1425 
     | 
    
         
             
            <li><a class="reference internal" href="#id21">Thanks</a></li>
         
     | 
| 
       1394 
1426 
     | 
    
         
             
            </ul>
         
     | 
| 
       1395 
1427 
     | 
    
         
             
            </li>
         
     | 
| 
       1396 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1428 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-4-2013-05-29">Release 3.0.4 - 2013/05/29</a><ul>
         
     | 
| 
       1397 
1429 
     | 
    
         
             
            <li><a class="reference internal" href="#id22">Improvements</a></li>
         
     | 
| 
      
 1430 
     | 
    
         
            +
            <li><a class="reference internal" href="#id23">Fixes</a></li>
         
     | 
| 
      
 1431 
     | 
    
         
            +
            <li><a class="reference internal" href="#id24">Thanks</a></li>
         
     | 
| 
       1398 
1432 
     | 
    
         
             
            </ul>
         
     | 
| 
       1399 
1433 
     | 
    
         
             
            </li>
         
     | 
| 
       1400 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1401 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1402 
     | 
    
         
            -
            <li><a class="reference internal" href="#id24">Fixes</a></li>
         
     | 
| 
       1403 
     | 
    
         
            -
            <li><a class="reference internal" href="#id25">Thanks</a></li>
         
     | 
| 
      
 1434 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
         
     | 
| 
      
 1435 
     | 
    
         
            +
            <li><a class="reference internal" href="#id25">Improvements</a></li>
         
     | 
| 
       1404 
1436 
     | 
    
         
             
            </ul>
         
     | 
| 
       1405 
1437 
     | 
    
         
             
            </li>
         
     | 
| 
       1406 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1438 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
         
     | 
| 
       1407 
1439 
     | 
    
         
             
            <li><a class="reference internal" href="#id26">Improvements</a></li>
         
     | 
| 
       1408 
1440 
     | 
    
         
             
            <li><a class="reference internal" href="#id27">Fixes</a></li>
         
     | 
| 
       1409 
1441 
     | 
    
         
             
            <li><a class="reference internal" href="#id28">Thanks</a></li>
         
     | 
| 
       1410 
1442 
     | 
    
         
             
            </ul>
         
     | 
| 
       1411 
1443 
     | 
    
         
             
            </li>
         
     | 
| 
       1412 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1413 
     | 
    
         
            -
            <li><a class="reference internal" href="#id29"> 
     | 
| 
       1414 
     | 
    
         
            -
            <li><a class="reference internal" href="#id30"> 
     | 
| 
      
 1444 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
         
     | 
| 
      
 1445 
     | 
    
         
            +
            <li><a class="reference internal" href="#id29">Improvements</a></li>
         
     | 
| 
      
 1446 
     | 
    
         
            +
            <li><a class="reference internal" href="#id30">Fixes</a></li>
         
     | 
| 
      
 1447 
     | 
    
         
            +
            <li><a class="reference internal" href="#id31">Thanks</a></li>
         
     | 
| 
       1415 
1448 
     | 
    
         
             
            </ul>
         
     | 
| 
       1416 
1449 
     | 
    
         
             
            </li>
         
     | 
| 
       1417 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
       1418 
     | 
    
         
            -
            <li><a class="reference internal" href="#id31">Improvements</a></li>
         
     | 
| 
      
 1450 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
         
     | 
| 
       1419 
1451 
     | 
    
         
             
            <li><a class="reference internal" href="#id32">Fixes</a></li>
         
     | 
| 
       1420 
1452 
     | 
    
         
             
            <li><a class="reference internal" href="#id33">Thanks</a></li>
         
     | 
| 
       1421 
1453 
     | 
    
         
             
            </ul>
         
     | 
| 
       1422 
1454 
     | 
    
         
             
            </li>
         
     | 
| 
       1423 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1424 
     | 
    
         
            -
            <li><a class="reference internal" href="#id34"> 
     | 
| 
      
 1455 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
         
     | 
| 
      
 1456 
     | 
    
         
            +
            <li><a class="reference internal" href="#id34">Improvements</a></li>
         
     | 
| 
      
 1457 
     | 
    
         
            +
            <li><a class="reference internal" href="#id35">Fixes</a></li>
         
     | 
| 
      
 1458 
     | 
    
         
            +
            <li><a class="reference internal" href="#id36">Thanks</a></li>
         
     | 
| 
       1425 
1459 
     | 
    
         
             
            </ul>
         
     | 
| 
       1426 
1460 
     | 
    
         
             
            </li>
         
     | 
| 
       1427 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1428 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1429 
     | 
    
         
            -
            <li><a class="reference internal" href="#id36">Fixes</a></li>
         
     | 
| 
       1430 
     | 
    
         
            -
            <li><a class="reference internal" href="#id37">Thanks</a></li>
         
     | 
| 
      
 1461 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
         
     | 
| 
      
 1462 
     | 
    
         
            +
            <li><a class="reference internal" href="#id37">Fixes</a></li>
         
     | 
| 
       1431 
1463 
     | 
    
         
             
            </ul>
         
     | 
| 
       1432 
1464 
     | 
    
         
             
            </li>
         
     | 
| 
       1433 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1465 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
         
     | 
| 
       1434 
1466 
     | 
    
         
             
            <li><a class="reference internal" href="#id38">Improvements</a></li>
         
     | 
| 
       1435 
1467 
     | 
    
         
             
            <li><a class="reference internal" href="#id39">Fixes</a></li>
         
     | 
| 
       1436 
1468 
     | 
    
         
             
            <li><a class="reference internal" href="#id40">Thanks</a></li>
         
     | 
| 
       1437 
1469 
     | 
    
         
             
            </ul>
         
     | 
| 
       1438 
1470 
     | 
    
         
             
            </li>
         
     | 
| 
       1439 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1471 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
         
     | 
| 
       1440 
1472 
     | 
    
         
             
            <li><a class="reference internal" href="#id41">Improvements</a></li>
         
     | 
| 
       1441 
1473 
     | 
    
         
             
            <li><a class="reference internal" href="#id42">Fixes</a></li>
         
     | 
| 
       1442 
1474 
     | 
    
         
             
            <li><a class="reference internal" href="#id43">Thanks</a></li>
         
     | 
| 
       1443 
1475 
     | 
    
         
             
            </ul>
         
     | 
| 
       1444 
1476 
     | 
    
         
             
            </li>
         
     | 
| 
       1445 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1477 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
         
     | 
| 
       1446 
1478 
     | 
    
         
             
            <li><a class="reference internal" href="#id44">Improvements</a></li>
         
     | 
| 
       1447 
1479 
     | 
    
         
             
            <li><a class="reference internal" href="#id45">Fixes</a></li>
         
     | 
| 
       1448 
1480 
     | 
    
         
             
            <li><a class="reference internal" href="#id46">Thanks</a></li>
         
     | 
| 
       1449 
1481 
     | 
    
         
             
            </ul>
         
     | 
| 
       1450 
1482 
     | 
    
         
             
            </li>
         
     | 
| 
       1451 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1483 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
         
     | 
| 
       1452 
1484 
     | 
    
         
             
            <li><a class="reference internal" href="#id47">Improvements</a></li>
         
     | 
| 
       1453 
1485 
     | 
    
         
             
            <li><a class="reference internal" href="#id48">Fixes</a></li>
         
     | 
| 
       1454 
1486 
     | 
    
         
             
            <li><a class="reference internal" href="#id49">Thanks</a></li>
         
     | 
| 
       1455 
1487 
     | 
    
         
             
            </ul>
         
     | 
| 
       1456 
1488 
     | 
    
         
             
            </li>
         
     | 
| 
       1457 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1489 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
         
     | 
| 
       1458 
1490 
     | 
    
         
             
            <li><a class="reference internal" href="#id50">Improvements</a></li>
         
     | 
| 
       1459 
1491 
     | 
    
         
             
            <li><a class="reference internal" href="#id51">Fixes</a></li>
         
     | 
| 
       1460 
1492 
     | 
    
         
             
            <li><a class="reference internal" href="#id52">Thanks</a></li>
         
     | 
| 
       1461 
1493 
     | 
    
         
             
            </ul>
         
     | 
| 
       1462 
1494 
     | 
    
         
             
            </li>
         
     | 
| 
       1463 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1495 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
         
     | 
| 
       1464 
1496 
     | 
    
         
             
            <li><a class="reference internal" href="#id53">Improvements</a></li>
         
     | 
| 
       1465 
1497 
     | 
    
         
             
            <li><a class="reference internal" href="#id54">Fixes</a></li>
         
     | 
| 
       1466 
1498 
     | 
    
         
             
            <li><a class="reference internal" href="#id55">Thanks</a></li>
         
     | 
| 
       1467 
1499 
     | 
    
         
             
            </ul>
         
     | 
| 
       1468 
1500 
     | 
    
         
             
            </li>
         
     | 
| 
       1469 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1501 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
         
     | 
| 
       1470 
1502 
     | 
    
         
             
            <li><a class="reference internal" href="#id56">Improvements</a></li>
         
     | 
| 
       1471 
1503 
     | 
    
         
             
            <li><a class="reference internal" href="#id57">Fixes</a></li>
         
     | 
| 
       1472 
1504 
     | 
    
         
             
            <li><a class="reference internal" href="#id58">Thanks</a></li>
         
     | 
| 
       1473 
1505 
     | 
    
         
             
            </ul>
         
     | 
| 
       1474 
1506 
     | 
    
         
             
            </li>
         
     | 
| 
       1475 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1507 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
         
     | 
| 
       1476 
1508 
     | 
    
         
             
            <li><a class="reference internal" href="#id59">Improvements</a></li>
         
     | 
| 
       1477 
1509 
     | 
    
         
             
            <li><a class="reference internal" href="#id60">Fixes</a></li>
         
     | 
| 
       1478 
1510 
     | 
    
         
             
            <li><a class="reference internal" href="#id61">Thanks</a></li>
         
     | 
| 
       1479 
1511 
     | 
    
         
             
            </ul>
         
     | 
| 
       1480 
1512 
     | 
    
         
             
            </li>
         
     | 
| 
       1481 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1513 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
         
     | 
| 
       1482 
1514 
     | 
    
         
             
            <li><a class="reference internal" href="#id62">Improvements</a></li>
         
     | 
| 
       1483 
1515 
     | 
    
         
             
            <li><a class="reference internal" href="#id63">Fixes</a></li>
         
     | 
| 
       1484 
1516 
     | 
    
         
             
            <li><a class="reference internal" href="#id64">Thanks</a></li>
         
     | 
| 
       1485 
1517 
     | 
    
         
             
            </ul>
         
     | 
| 
       1486 
1518 
     | 
    
         
             
            </li>
         
     | 
| 
       1487 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1519 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
         
     | 
| 
       1488 
1520 
     | 
    
         
             
            <li><a class="reference internal" href="#id65">Improvements</a></li>
         
     | 
| 
       1489 
1521 
     | 
    
         
             
            <li><a class="reference internal" href="#id66">Fixes</a></li>
         
     | 
| 
       1490 
1522 
     | 
    
         
             
            <li><a class="reference internal" href="#id67">Thanks</a></li>
         
     | 
| 
       1491 
1523 
     | 
    
         
             
            </ul>
         
     | 
| 
       1492 
1524 
     | 
    
         
             
            </li>
         
     | 
| 
       1493 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
      
 1525 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
         
     | 
| 
       1494 
1526 
     | 
    
         
             
            <li><a class="reference internal" href="#id68">Improvements</a></li>
         
     | 
| 
       1495 
     | 
    
         
            -
            <li><a class="reference internal" href="#id69"> 
     | 
| 
      
 1527 
     | 
    
         
            +
            <li><a class="reference internal" href="#id69">Fixes</a></li>
         
     | 
| 
      
 1528 
     | 
    
         
            +
            <li><a class="reference internal" href="#id70">Thanks</a></li>
         
     | 
| 
       1496 
1529 
     | 
    
         
             
            </ul>
         
     | 
| 
       1497 
1530 
     | 
    
         
             
            </li>
         
     | 
| 
       1498 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
      
 1531 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
         
     | 
| 
      
 1532 
     | 
    
         
            +
            <li><a class="reference internal" href="#id71">Improvements</a></li>
         
     | 
| 
      
 1533 
     | 
    
         
            +
            <li><a class="reference internal" href="#id72">Thanks</a></li>
         
     | 
| 
       1499 
1534 
     | 
    
         
             
            </ul>
         
     | 
| 
       1500 
1535 
     | 
    
         
             
            </li>
         
     | 
| 
      
 1536 
     | 
    
         
            +
            <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
         
     | 
| 
       1501 
1537 
     | 
    
         
             
            </ul>
         
     | 
| 
       1502 
1538 
     | 
    
         
             
            </li>
         
     | 
| 
       1503 
1539 
     | 
    
         
             
            </ul>
         
     | 
| 
       1504 
1540 
     | 
    
         | 
| 
       1505 
     | 
    
         
            -
              < 
     | 
| 
       1506 
     | 
    
         
            -
             
     | 
| 
       1507 
     | 
    
         
            -
                < 
     | 
| 
       1508 
     | 
    
         
            -
             
     | 
| 
       1509 
     | 
    
         
            -
             
     | 
| 
       1510 
     | 
    
         
            -
             
     | 
| 
      
 1541 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 1542 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 1543 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 1544 
     | 
    
         
            +
                  <li><a href="_sources/news.txt"
         
     | 
| 
      
 1545 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 1546 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 1547 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 1548 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       1511 
1549 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       1512 
1550 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       1513 
1551 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -1524,17 +1562,17 @@ USE_OFFLINE_INDEXER=yes environment variable.</li> 
     | 
|
| 
       1524 
1562 
     | 
    
         
             
                  </div>
         
     | 
| 
       1525 
1563 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       1526 
1564 
     | 
    
         
             
                </div>
         
     | 
| 
       1527 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 1565 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       1528 
1566 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       1529 
1567 
     | 
    
         
             
                  <ul>
         
     | 
| 
       1530 
1568 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1531 
1569 
     | 
    
         
             
                      <a href="genindex.html" title="General Index"
         
     | 
| 
       1532 
1570 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       1533 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 1571 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       1534 
1572 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1535 
1573 
     | 
    
         
             
                </div>
         
     | 
| 
       1536 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       1537 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1574 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 1575 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       1538 
1576 
     | 
    
         
             
                </div>
         
     | 
| 
       1539 
1577 
     | 
    
         
             
              </body>
         
     | 
| 
       1540 
1578 
     | 
    
         
             
            </html>
         
     |