rroonga 3.1.0-x86-mingw32 → 3.1.1-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/README.textile +1 -1
- data/bin/grndump +5 -4
- data/bin/grntest-log-analyze +5 -4
- data/bin/groonga-database-inspect +11 -2
- data/bin/groonga-index-dump +1 -0
- data/doc/text/news.textile +21 -0
- data/ext/groonga/rb-grn-expression.c +3 -3
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/groonga/database-inspector.rb +34 -8
- data/rroonga-build.rb +1 -1
- data/test/test-database-inspector.rb +55 -5
- data/test/test-expression.rb +65 -0
- 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 +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +15 -4
- 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 +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +39 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +91 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +2 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +3 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +118 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +76 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +18 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/community.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +69 -69
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +132 -132
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +43 -53
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +46 -36
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/contribution.html +73 -73
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/genindex.html +47 -7
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +50 -46
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +16 -52
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +18 -62
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +105 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +331 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +45 -45
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +168 -14
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +39 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +91 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +2 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +3 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +118 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +76 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +18 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +71 -71
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +134 -134
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +45 -55
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +54 -44
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +76 -76
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +47 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/index.html +55 -51
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +28 -60
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +18 -18
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +33 -73
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/install.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +105 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +329 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +169 -14
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +33 -34
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1156 -808
- data/vendor/local/share/man/man1/groonga.1 +1682 -1337
- metadata +142 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +0 -410
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +0 -411
@@ -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.
|
10
|
+
<title>News — Groonga v3.1.1 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.
|
18
|
+
VERSION: '3.1.1',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v3.1.
|
28
|
+
<link rel="top" title="Groonga v3.1.1 documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">Groonga v3.1.
|
54
|
+
<li><a href="index.html">Groonga v3.1.1 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,51 @@
|
|
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-1-2013-12-29">
|
66
|
+
<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>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
+
<li>[deb] Refined Groonga packages for Debian policy. [groonga-dev,01930]
|
71
|
+
[Suggested by Hideki Yamane]</li>
|
72
|
+
<li>[deb] Dropped Debian 6.0 (squeeze) support.</li>
|
73
|
+
<li>[deb] Dropped Ubuntu 10.04 (lucid) support.</li>
|
74
|
+
<li>Supported <a class="reference internal" href="reference/functions/geo_in_rectangle.html"><em>geo_in_rectangle</em></a> in the whole world.</li>
|
75
|
+
<li>Supported error report when failed to casting invalid value of geo point type.</li>
|
76
|
+
<li>Exported some macros which is used for accessing pseudo column names.
|
77
|
+
[groonga-dev,1999] [Suggested by whombx]</li>
|
78
|
+
<li>[doc] Refined drilldown documentation. [Reported by @Yahppo]</li>
|
79
|
+
<li>Supported <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> function which is used for
|
80
|
+
filtering the column value in specific range.</li>
|
81
|
+
<li>[doc] Updated Travis CI envrinment information. [Patch by cosmo0920]</li>
|
82
|
+
<li>[rpm][fedora] Dropped Fedora 19.</li>
|
83
|
+
<li>[rpm][fedora] Supported Fedora 20.</li>
|
84
|
+
<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
|
+
</ul>
|
86
|
+
</div>
|
87
|
+
<div class="section" id="fixes">
|
88
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
89
|
+
<ul class="simple">
|
90
|
+
<li>[munin] Fixed the wrong port number which is specified for GQTP.</li>
|
91
|
+
<li>[geo_in_circle] Fixed a bug that if you specify "LONGITUDExLATITUDE" as
|
92
|
+
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
|
+
</ul>
|
94
|
+
</div>
|
95
|
+
<div class="section" id="thanks">
|
96
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
97
|
+
<ul class="simple">
|
98
|
+
<li>Hideki Yamane</li>
|
99
|
+
<li>whombx</li>
|
100
|
+
<li>@Yappo</li>
|
101
|
+
<li>cosmo0920</li>
|
102
|
+
</ul>
|
103
|
+
</div>
|
104
|
+
</div>
|
105
|
+
<div class="section" id="release-3-1-0-2013-11-29">
|
106
|
+
<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="id1">
|
108
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
109
|
+
<ul class="simple">
|
70
110
|
<li>[experimental] Supported an option to skip updating for the same value.
|
71
111
|
It is enabled by setting GRN_JA_SKIP_SAME_VALUE_PUT=yes as environment variable.</li>
|
72
112
|
<li>Improved to show tokenizer and original text in empty token warning message.
|
@@ -76,8 +116,8 @@ It shows actual token, so it helps you to investigate token related issue.</li>
|
|
76
116
|
It is aimed to promote bundling Mroonga with MariaDB in the future.</li>
|
77
117
|
</ul>
|
78
118
|
</div>
|
79
|
-
<div class="section" id="
|
80
|
-
<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>
|
81
121
|
<ul class="simple">
|
82
122
|
<li>Fixed a bug that type of "_value" column is treated as Int32.
|
83
123
|
It causes the case that the value of "_value" column is casted unexpectedly.
|
@@ -94,8 +134,8 @@ sequence.</li>
|
|
94
134
|
'lib/groonga/plugins'. [Reported by @yito]</li>
|
95
135
|
</ul>
|
96
136
|
</div>
|
97
|
-
<div class="section" id="
|
98
|
-
<h3>Thanks<a class="headerlink" href="#
|
137
|
+
<div class="section" id="id3">
|
138
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
99
139
|
<ul class="simple">
|
100
140
|
<li>sho MINAGAWA</li>
|
101
141
|
<li>Genki Takiuchi</li>
|
@@ -106,8 +146,8 @@ sequence.</li>
|
|
106
146
|
</div>
|
107
147
|
<div class="section" id="release-3-0-9-2013-10-29">
|
108
148
|
<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>
|
109
|
-
<div class="section" id="
|
110
|
-
<h3>Improvements<a class="headerlink" href="#
|
149
|
+
<div class="section" id="id4">
|
150
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
111
151
|
<ul class="simple">
|
112
152
|
<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>
|
113
153
|
<li>[httpd] Added <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-cache-limit"><em>groonga_cache_limit</em></a> directive.</li>
|
@@ -127,8 +167,8 @@ raw text insted of double quoted text. This is incompatible changes.</li>
|
|
127
167
|
<li>Supported Ubuntu 13.10 (Saucy Salamander).</li>
|
128
168
|
</ul>
|
129
169
|
</div>
|
130
|
-
<div class="section" id="
|
131
|
-
<h3>Fixes<a class="headerlink" href="#
|
170
|
+
<div class="section" id="id5">
|
171
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
132
172
|
<ul class="simple">
|
133
173
|
<li>Fixed a bug that it cause SEGV by arithmetic overflow.
|
134
174
|
This problem occurs when the size of indexes exceeds
|
@@ -149,8 +189,8 @@ isn't inherited. It means that these parameters are just ignored in non location
|
|
149
189
|
It affects the case that assignment of the Time value which indicate over 32bit value.</li>
|
150
190
|
</ul>
|
151
191
|
</div>
|
152
|
-
<div class="section" id="
|
153
|
-
<h3>Thanks<a class="headerlink" href="#
|
192
|
+
<div class="section" id="id6">
|
193
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
154
194
|
<ul class="simple">
|
155
195
|
<li>Naoya Murakami</li>
|
156
196
|
<li>wanabe</li>
|
@@ -161,8 +201,8 @@ It affects the case that assignment of the Time value which indicate over 32bit
|
|
161
201
|
</div>
|
162
202
|
<div class="section" id="release-3-0-8-2013-09-29">
|
163
203
|
<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>
|
164
|
-
<div class="section" id="
|
165
|
-
<h3>Improvements<a class="headerlink" href="#
|
204
|
+
<div class="section" id="id7">
|
205
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
166
206
|
<ul class="simple">
|
167
207
|
<li>[admin] Improved error handling of select functionality. This change shows error message
|
168
208
|
and hides loading dialog. [Patch by orangain]</li>
|
@@ -185,14 +225,14 @@ You got an error for the operation.</li>
|
|
185
225
|
<li>[doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]</li>
|
186
226
|
</ul>
|
187
227
|
</div>
|
188
|
-
<div class="section" id="
|
189
|
-
<h3>Fixes<a class="headerlink" href="#
|
228
|
+
<div class="section" id="id8">
|
229
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
190
230
|
<ul class="simple">
|
191
231
|
<li>[admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.</li>
|
192
232
|
</ul>
|
193
233
|
</div>
|
194
|
-
<div class="section" id="
|
195
|
-
<h3>Thanks<a class="headerlink" href="#
|
234
|
+
<div class="section" id="id9">
|
235
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
196
236
|
<ul class="simple">
|
197
237
|
<li>orangain</li>
|
198
238
|
<li>Naoya Murakami</li>
|
@@ -202,8 +242,8 @@ You got an error for the operation.</li>
|
|
202
242
|
</div>
|
203
243
|
<div class="section" id="release-3-0-7-2013-08-29">
|
204
244
|
<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>
|
205
|
-
<div class="section" id="
|
206
|
-
<h3>Improvements<a class="headerlink" href="#
|
245
|
+
<div class="section" id="id10">
|
246
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
207
247
|
<ul class="simple">
|
208
248
|
<li>[doc] Added API documentation. [groonga-dev,01593]
|
209
249
|
[GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
|
@@ -222,8 +262,8 @@ error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]</l
|
|
222
262
|
<li>[httpd] Supported customizing cache limit as <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> directive.</li>
|
223
263
|
</ul>
|
224
264
|
</div>
|
225
|
-
<div class="section" id="
|
226
|
-
<h3>Fixes<a class="headerlink" href="#
|
265
|
+
<div class="section" id="id11">
|
266
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
227
267
|
<ul class="simple">
|
228
268
|
<li>Fixed a bug that error in expression may cause stack overflow.
|
229
269
|
This change avoids that groonga crashes suddenly as a result of error accumlation.</li>
|
@@ -251,8 +291,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
251
291
|
[Reported by YOSHIDA Mitsuo]</li>
|
252
292
|
</ul>
|
253
293
|
</div>
|
254
|
-
<div class="section" id="
|
255
|
-
<h3>Thanks<a class="headerlink" href="#
|
294
|
+
<div class="section" id="id12">
|
295
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
256
296
|
<ul class="simple">
|
257
297
|
<li>whombx</li>
|
258
298
|
<li>@naoina</li>
|
@@ -265,8 +305,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
265
305
|
</div>
|
266
306
|
<div class="section" id="release-3-0-6-2013-07-29">
|
267
307
|
<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>
|
268
|
-
<div class="section" id="
|
269
|
-
<h3>Improvements<a class="headerlink" href="#
|
308
|
+
<div class="section" id="id13">
|
309
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
270
310
|
<ul class="simple">
|
271
311
|
<li>[doc] Added documentation about parameter of <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a>
|
272
312
|
function.</li>
|
@@ -280,15 +320,15 @@ function.</li>
|
|
280
320
|
<li>[httpd] Updated bundled nginx version to 1.4.2.</li>
|
281
321
|
</ul>
|
282
322
|
</div>
|
283
|
-
<div class="section" id="
|
284
|
-
<h3>Fixes<a class="headerlink" href="#
|
323
|
+
<div class="section" id="id14">
|
324
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
285
325
|
<ul class="simple">
|
286
326
|
<li>Fixed a crash bug when specific internal function (<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) is called
|
287
327
|
for built-in proc function such as <tt class="docutils literal"><span class="pre">select</span></tt>. [Reported by Genki Takiuchi]</li>
|
288
328
|
</ul>
|
289
329
|
</div>
|
290
|
-
<div class="section" id="
|
291
|
-
<h3>Thanks<a class="headerlink" href="#
|
330
|
+
<div class="section" id="id15">
|
331
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
292
332
|
<ul class="simple">
|
293
333
|
<li>Naoya Inada</li>
|
294
334
|
<li>OBATA Akio</li>
|
@@ -299,8 +339,8 @@ for built-in proc function such as <tt class="docutils literal"><span class="pre
|
|
299
339
|
</div>
|
300
340
|
<div class="section" id="release-3-0-5-2013-06-29">
|
301
341
|
<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>
|
302
|
-
<div class="section" id="
|
303
|
-
<h3>Improvements<a class="headerlink" href="#
|
342
|
+
<div class="section" id="id16">
|
343
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
304
344
|
<ul class="simple">
|
305
345
|
<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>
|
306
346
|
<li>Added subrecord information to table inspection.</li>
|
@@ -311,8 +351,8 @@ when starting groonga server. [Reported by Kosuke Asami]</li>
|
|
311
351
|
<li>[experimental] Added <a class="reference internal" href="reference/functions/html_untag.html"><em>html_untag</em></a> function.</li>
|
312
352
|
</ul>
|
313
353
|
</div>
|
314
|
-
<div class="section" id="
|
315
|
-
<h3>Fixes<a class="headerlink" href="#
|
354
|
+
<div class="section" id="id17">
|
355
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
316
356
|
<ul class="simple">
|
317
357
|
<li>Fixed a crash bug of mroonga which is caused by missing lock for table creation.
|
318
358
|
[Reported by Y.Kentaro]</li>
|
@@ -330,8 +370,8 @@ This bug affects the case if you assign calculated value to
|
|
330
370
|
<tt class="docutils literal"><span class="pre">_score</span></tt> pseudo column for example.</li>
|
331
371
|
</ul>
|
332
372
|
</div>
|
333
|
-
<div class="section" id="
|
334
|
-
<h3>Thanks<a class="headerlink" href="#
|
373
|
+
<div class="section" id="id18">
|
374
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
335
375
|
<ul class="simple">
|
336
376
|
<li>Y.Kentaro</li>
|
337
377
|
<li>Kosuke Asami</li>
|
@@ -341,8 +381,8 @@ This bug affects the case if you assign calculated value to
|
|
341
381
|
</div>
|
342
382
|
<div class="section" id="release-3-0-4-2013-05-29">
|
343
383
|
<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>
|
344
|
-
<div class="section" id="
|
345
|
-
<h3>Improvements<a class="headerlink" href="#
|
384
|
+
<div class="section" id="id19">
|
385
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
346
386
|
<ul class="simple">
|
347
387
|
<li>[tokenizer] Improved to show log message when normalized string is not given.</li>
|
348
388
|
<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>
|
@@ -365,8 +405,8 @@ It supports to exclude specific tables from monitoring results.</li>
|
|
365
405
|
system plugins.</li>
|
366
406
|
</ul>
|
367
407
|
</div>
|
368
|
-
<div class="section" id="
|
369
|
-
<h3>Fixes<a class="headerlink" href="#
|
408
|
+
<div class="section" id="id20">
|
409
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
370
410
|
<ul class="simple">
|
371
411
|
<li>[tokenizer] Fixed a memory leak on error.</li>
|
372
412
|
<li>Fixed a bug that empty string for similar search causes SEGV.
|
@@ -381,8 +421,8 @@ expressions are used.</li>
|
|
381
421
|
<li>[deb] Fixed a bug that HTTP/GQTP process is excuted as root user.</li>
|
382
422
|
</ul>
|
383
423
|
</div>
|
384
|
-
<div class="section" id="
|
385
|
-
<h3>Thanks<a class="headerlink" href="#
|
424
|
+
<div class="section" id="id21">
|
425
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
386
426
|
<ul class="simple">
|
387
427
|
<li>@ceekz</li>
|
388
428
|
<li>Nakai Kanako</li>
|
@@ -395,8 +435,8 @@ expressions are used.</li>
|
|
395
435
|
</div>
|
396
436
|
<div class="section" id="release-3-0-3-2013-04-29">
|
397
437
|
<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>
|
398
|
-
<div class="section" id="
|
399
|
-
<h3>Improvements<a class="headerlink" href="#
|
438
|
+
<div class="section" id="id22">
|
439
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
400
440
|
<ul class="simple">
|
401
441
|
<li>[suggest] Supported to learn with the value of customized weight
|
402
442
|
by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
|
@@ -414,8 +454,8 @@ for building customized groonga without changing spec file.</li>
|
|
414
454
|
</div>
|
415
455
|
<div class="section" id="release-3-0-2-2013-03-29">
|
416
456
|
<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>
|
417
|
-
<div class="section" id="
|
418
|
-
<h3>Improvements<a class="headerlink" href="#
|
457
|
+
<div class="section" id="id23">
|
458
|
+
<h3>Improvements<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
419
459
|
<ul class="simple">
|
420
460
|
<li>Supported two or more indexes for a table key.
|
421
461
|
This change affects to eliminate potential crash case when loading a new key
|
@@ -439,8 +479,8 @@ This change supports the query such as
|
|
439
479
|
<tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
|
440
480
|
</ul>
|
441
481
|
</div>
|
442
|
-
<div class="section" id="
|
443
|
-
<h3>Fixes<a class="headerlink" href="#
|
482
|
+
<div class="section" id="id24">
|
483
|
+
<h3>Fixes<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
444
484
|
<ul class="simple">
|
445
485
|
<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".
|
446
486
|
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>.
|
@@ -456,8 +496,8 @@ Reference key size is 25 byte or lager.</li>
|
|
456
496
|
This affects the case if GARBAGE does not exist.</li>
|
457
497
|
</ul>
|
458
498
|
</div>
|
459
|
-
<div class="section" id="
|
460
|
-
<h3>Thanks<a class="headerlink" href="#
|
499
|
+
<div class="section" id="id25">
|
500
|
+
<h3>Thanks<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
461
501
|
<ul class="simple">
|
462
502
|
<li>Hendro Wibowo</li>
|
463
503
|
<li>hino</li>
|
@@ -467,8 +507,8 @@ This affects the case if GARBAGE does not exist.</li>
|
|
467
507
|
</div>
|
468
508
|
<div class="section" id="release-3-0-1-2013-02-28">
|
469
509
|
<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>
|
470
|
-
<div class="section" id="
|
471
|
-
<h3>Improvements<a class="headerlink" href="#
|
510
|
+
<div class="section" id="id26">
|
511
|
+
<h3>Improvements<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
472
512
|
<ul class="simple">
|
473
513
|
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
474
514
|
<li>Supported AND operation for nested index.
|
@@ -485,8 +525,8 @@ based nested index of _key.</li>
|
|
485
525
|
<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>
|
486
526
|
</ul>
|
487
527
|
</div>
|
488
|
-
<div class="section" id="
|
489
|
-
<h3>Fixes<a class="headerlink" href="#
|
528
|
+
<div class="section" id="id27">
|
529
|
+
<h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
490
530
|
<ul class="simple">
|
491
531
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
492
532
|
It causes that invalid index entry is returned after deleting entries.
|
@@ -496,8 +536,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
496
536
|
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
497
537
|
</ul>
|
498
538
|
</div>
|
499
|
-
<div class="section" id="
|
500
|
-
<h3>Thanks<a class="headerlink" href="#
|
539
|
+
<div class="section" id="id28">
|
540
|
+
<h3>Thanks<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
501
541
|
<ul class="simple">
|
502
542
|
<li>b senboku</li>
|
503
543
|
</ul>
|
@@ -508,8 +548,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
508
548
|
<ul class="simple">
|
509
549
|
<li>Bump version to 3.0.0!</li>
|
510
550
|
</ul>
|
511
|
-
<div class="section" id="
|
512
|
-
<h3>Fixes<a class="headerlink" href="#
|
551
|
+
<div class="section" id="id29">
|
552
|
+
<h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
513
553
|
<ul class="simple">
|
514
554
|
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
515
555
|
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
@@ -519,8 +559,8 @@ If you use string literal for int64, this bug does not affects.</li>
|
|
519
559
|
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
520
560
|
</ul>
|
521
561
|
</div>
|
522
|
-
<div class="section" id="
|
523
|
-
<h3>Thanks<a class="headerlink" href="#
|
562
|
+
<div class="section" id="id30">
|
563
|
+
<h3>Thanks<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
524
564
|
<ul class="simple">
|
525
565
|
<li>IWAI, Masaharu</li>
|
526
566
|
</ul>
|
@@ -528,8 +568,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
|
528
568
|
</div>
|
529
569
|
<div class="section" id="release-2-1-2-2013-01-29">
|
530
570
|
<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>
|
531
|
-
<div class="section" id="
|
532
|
-
<h3>Improvements<a class="headerlink" href="#
|
571
|
+
<div class="section" id="id31">
|
572
|
+
<h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
533
573
|
<ul class="simple">
|
534
574
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
535
575
|
For example, you can specify the keyword which has different weight such as
|
@@ -555,8 +595,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
555
595
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
556
596
|
</ul>
|
557
597
|
</div>
|
558
|
-
<div class="section" id="
|
559
|
-
<h3>Fixes<a class="headerlink" href="#
|
598
|
+
<div class="section" id="id32">
|
599
|
+
<h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
560
600
|
<ul class="simple">
|
561
601
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
562
602
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -566,8 +606,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
566
606
|
by select command.</li>
|
567
607
|
</ul>
|
568
608
|
</div>
|
569
|
-
<div class="section" id="
|
570
|
-
<h3>Thanks<a class="headerlink" href="#
|
609
|
+
<div class="section" id="id33">
|
610
|
+
<h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
571
611
|
<ul class="simple">
|
572
612
|
<li>wing</li>
|
573
613
|
</ul>
|
@@ -577,8 +617,8 @@ by select command.</li>
|
|
577
617
|
<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>
|
578
618
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
579
619
|
instead.</p>
|
580
|
-
<div class="section" id="
|
581
|
-
<h3>Fixes<a class="headerlink" href="#
|
620
|
+
<div class="section" id="id34">
|
621
|
+
<h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
582
622
|
<ul class="simple">
|
583
623
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
584
624
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -605,8 +645,8 @@ version of groonga.</p>
|
|
605
645
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
606
646
|
This API change affects developer of tokenizer plugin.</p>
|
607
647
|
</div>
|
608
|
-
<div class="section" id="
|
609
|
-
<h3>Improvements<a class="headerlink" href="#
|
648
|
+
<div class="section" id="id35">
|
649
|
+
<h3>Improvements<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
610
650
|
<ul class="simple">
|
611
651
|
<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>
|
612
652
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -628,8 +668,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
628
668
|
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>
|
629
669
|
</ul>
|
630
670
|
</div>
|
631
|
-
<div class="section" id="
|
632
|
-
<h3>Fixes<a class="headerlink" href="#
|
671
|
+
<div class="section" id="id36">
|
672
|
+
<h3>Fixes<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
633
673
|
<ul class="simple">
|
634
674
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
635
675
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -641,8 +681,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
641
681
|
<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>
|
642
682
|
</ul>
|
643
683
|
</div>
|
644
|
-
<div class="section" id="
|
645
|
-
<h3>Thanks<a class="headerlink" href="#
|
684
|
+
<div class="section" id="id37">
|
685
|
+
<h3>Thanks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
646
686
|
<ul class="simple">
|
647
687
|
<li>Tomoatsu Shimada</li>
|
648
688
|
<li>Shimomura Tatsuya</li>
|
@@ -651,8 +691,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
651
691
|
</div>
|
652
692
|
<div class="section" id="release-2-0-9-2012-11-29">
|
653
693
|
<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>
|
654
|
-
<div class="section" id="
|
655
|
-
<h3>Improvements<a class="headerlink" href="#
|
694
|
+
<div class="section" id="id38">
|
695
|
+
<h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
656
696
|
<ul class="simple">
|
657
697
|
<li>Supported to calculate the value of distance accross border
|
658
698
|
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>
|
@@ -675,8 +715,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
675
715
|
<li>Supported range search by using index.</li>
|
676
716
|
</ul>
|
677
717
|
</div>
|
678
|
-
<div class="section" id="
|
679
|
-
<h3>Fixes<a class="headerlink" href="#
|
718
|
+
<div class="section" id="id39">
|
719
|
+
<h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
680
720
|
<ul class="simple">
|
681
721
|
<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
|
682
722
|
the normal network protocol convention.
|
@@ -700,8 +740,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
700
740
|
This change not to contain such a metadata as search results.</li>
|
701
741
|
</ul>
|
702
742
|
</div>
|
703
|
-
<div class="section" id="
|
704
|
-
<h3>Thanks<a class="headerlink" href="#
|
743
|
+
<div class="section" id="id40">
|
744
|
+
<h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
705
745
|
<ul class="simple">
|
706
746
|
<li>Tomoatsu Shimada</li>
|
707
747
|
<li>Akio Tajima</li>
|
@@ -711,8 +751,8 @@ This change not to contain such a metadata as search results.</li>
|
|
711
751
|
</div>
|
712
752
|
<div class="section" id="release-2-0-8-2012-10-29">
|
713
753
|
<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>
|
714
|
-
<div class="section" id="
|
715
|
-
<h3>Improvements<a class="headerlink" href="#
|
754
|
+
<div class="section" id="id41">
|
755
|
+
<h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
716
756
|
<ul class="simple">
|
717
757
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
718
758
|
[Suggested by Daiki Ueno]</li>
|
@@ -724,8 +764,8 @@ This change not to contain such a metadata as search results.</li>
|
|
724
764
|
[Reported by serihiro]</li>
|
725
765
|
</ul>
|
726
766
|
</div>
|
727
|
-
<div class="section" id="
|
728
|
-
<h3>Fixes<a class="headerlink" href="#
|
767
|
+
<div class="section" id="id42">
|
768
|
+
<h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
729
769
|
<ul class="simple">
|
730
770
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
731
771
|
[Reported by Daiki Ueno]</li>
|
@@ -736,8 +776,8 @@ This change not to contain such a metadata as search results.</li>
|
|
736
776
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
737
777
|
</ul>
|
738
778
|
</div>
|
739
|
-
<div class="section" id="
|
740
|
-
<h3>Thanks<a class="headerlink" href="#
|
779
|
+
<div class="section" id="id43">
|
780
|
+
<h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
741
781
|
<ul class="simple">
|
742
782
|
<li>Daiki Ueno</li>
|
743
783
|
<li>firewood</li>
|
@@ -747,8 +787,8 @@ This change not to contain such a metadata as search results.</li>
|
|
747
787
|
</div>
|
748
788
|
<div class="section" id="release-2-0-7-2012-09-29">
|
749
789
|
<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>
|
750
|
-
<div class="section" id="
|
751
|
-
<h3>Improvements<a class="headerlink" href="#
|
790
|
+
<div class="section" id="id44">
|
791
|
+
<h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
752
792
|
<ul class="simple">
|
753
793
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
754
794
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -764,8 +804,8 @@ This change not to contain such a metadata as search results.</li>
|
|
764
804
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
765
805
|
</ul>
|
766
806
|
</div>
|
767
|
-
<div class="section" id="
|
768
|
-
<h3>Fixes<a class="headerlink" href="#
|
807
|
+
<div class="section" id="id45">
|
808
|
+
<h3>Fixes<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
769
809
|
<ul class="simple">
|
770
810
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
771
811
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -776,8 +816,8 @@ This change not to contain such a metadata as search results.</li>
|
|
776
816
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
777
817
|
</ul>
|
778
818
|
</div>
|
779
|
-
<div class="section" id="
|
780
|
-
<h3>Thanks<a class="headerlink" href="#
|
819
|
+
<div class="section" id="id46">
|
820
|
+
<h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
781
821
|
<ul class="simple">
|
782
822
|
<li>@Kiske</li>
|
783
823
|
</ul>
|
@@ -785,8 +825,8 @@ This change not to contain such a metadata as search results.</li>
|
|
785
825
|
</div>
|
786
826
|
<div class="section" id="release-2-0-6-2012-08-29">
|
787
827
|
<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>
|
788
|
-
<div class="section" id="
|
789
|
-
<h3>Improvements<a class="headerlink" href="#
|
828
|
+
<div class="section" id="id47">
|
829
|
+
<h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
790
830
|
<ul class="simple">
|
791
831
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
792
832
|
<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>
|
@@ -807,8 +847,8 @@ This change not to contain such a metadata as search results.</li>
|
|
807
847
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
808
848
|
</ul>
|
809
849
|
</div>
|
810
|
-
<div class="section" id="
|
811
|
-
<h3>Fixes<a class="headerlink" href="#
|
850
|
+
<div class="section" id="id48">
|
851
|
+
<h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
812
852
|
<ul class="simple">
|
813
853
|
<li>[doc] Fixed the execution examples. [#1428]
|
814
854
|
[Reported by IWAI, Masaharu]</li>
|
@@ -823,8 +863,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
823
863
|
[Reported by @yito]</li>
|
824
864
|
</ul>
|
825
865
|
</div>
|
826
|
-
<div class="section" id="
|
827
|
-
<h3>Thanks<a class="headerlink" href="#
|
866
|
+
<div class="section" id="id49">
|
867
|
+
<h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
828
868
|
<ul class="simple">
|
829
869
|
<li>IWAI, Masaharu</li>
|
830
870
|
<li>@yito</li>
|
@@ -833,8 +873,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
833
873
|
</div>
|
834
874
|
<div class="section" id="release-2-0-5-2012-07-29">
|
835
875
|
<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>
|
836
|
-
<div class="section" id="
|
837
|
-
<h3>Improvements<a class="headerlink" href="#
|
876
|
+
<div class="section" id="id50">
|
877
|
+
<h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
838
878
|
<ul class="simple">
|
839
879
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
840
880
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -859,8 +899,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
859
899
|
<li>Supported to open locked database. [GitHub#21]</li>
|
860
900
|
</ul>
|
861
901
|
</div>
|
862
|
-
<div class="section" id="
|
863
|
-
<h3>Fixes<a class="headerlink" href="#
|
902
|
+
<div class="section" id="id51">
|
903
|
+
<h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
864
904
|
<ul class="simple">
|
865
905
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
866
906
|
[Reported by SHIMADA Koji]</li>
|
@@ -876,8 +916,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
876
916
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
877
917
|
</ul>
|
878
918
|
</div>
|
879
|
-
<div class="section" id="
|
880
|
-
<h3>Thanks<a class="headerlink" href="#
|
919
|
+
<div class="section" id="id52">
|
920
|
+
<h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
881
921
|
<ul class="simple">
|
882
922
|
<li>SHIMADA Koji</li>
|
883
923
|
<li>IWAI, Masaharu</li>
|
@@ -886,8 +926,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
886
926
|
</div>
|
887
927
|
<div class="section" id="release-2-0-4-2012-06-29">
|
888
928
|
<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>
|
889
|
-
<div class="section" id="
|
890
|
-
<h3>Improvements<a class="headerlink" href="#
|
929
|
+
<div class="section" id="id53">
|
930
|
+
<h3>Improvements<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
|
891
931
|
<ul class="simple">
|
892
932
|
<li>Supported only KyTea 0.4.2.</li>
|
893
933
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -914,8 +954,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
914
954
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
915
955
|
</ul>
|
916
956
|
</div>
|
917
|
-
<div class="section" id="
|
918
|
-
<h3>Fixes<a class="headerlink" href="#
|
957
|
+
<div class="section" id="id54">
|
958
|
+
<h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
|
919
959
|
<ul class="simple">
|
920
960
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
921
961
|
by using batch mode on Mac OS X.
|
@@ -924,8 +964,8 @@ by using batch mode on Mac OS X.
|
|
924
964
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
925
965
|
</ul>
|
926
966
|
</div>
|
927
|
-
<div class="section" id="
|
928
|
-
<h3>Thanks<a class="headerlink" href="#
|
967
|
+
<div class="section" id="id55">
|
968
|
+
<h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
|
929
969
|
<ul class="simple">
|
930
970
|
<li>@soundkitchen</li>
|
931
971
|
<li>IWAI, Masaharu</li>
|
@@ -934,8 +974,8 @@ by using batch mode on Mac OS X.
|
|
934
974
|
</div>
|
935
975
|
<div class="section" id="release-2-0-3-2012-05-29">
|
936
976
|
<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>
|
937
|
-
<div class="section" id="
|
938
|
-
<h3>Improvements<a class="headerlink" href="#
|
977
|
+
<div class="section" id="id56">
|
978
|
+
<h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
|
939
979
|
<ul class="simple">
|
940
980
|
<li>[doc] Added about release procedure.</li>
|
941
981
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -959,8 +999,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
959
999
|
convension such as centos-release and fedora-release.</li>
|
960
1000
|
</ul>
|
961
1001
|
</div>
|
962
|
-
<div class="section" id="
|
963
|
-
<h3>Fixes<a class="headerlink" href="#
|
1002
|
+
<div class="section" id="id57">
|
1003
|
+
<h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
|
964
1004
|
<ul class="simple">
|
965
1005
|
<li>[doc] Fixed a command to update yum repository.
|
966
1006
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -973,8 +1013,8 @@ expression. [#1372]</li>
|
|
973
1013
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
974
1014
|
</ul>
|
975
1015
|
</div>
|
976
|
-
<div class="section" id="
|
977
|
-
<h3>Thanks<a class="headerlink" href="#
|
1016
|
+
<div class="section" id="id58">
|
1017
|
+
<h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
|
978
1018
|
<ul class="simple">
|
979
1019
|
<li>IWAI, Masaharu</li>
|
980
1020
|
</ul>
|
@@ -997,8 +1037,8 @@ package sign key before updating groogna packages.</p>
|
|
997
1037
|
</pre></div>
|
998
1038
|
</div>
|
999
1039
|
</div>
|
1000
|
-
<div class="section" id="
|
1001
|
-
<h3>Improvements<a class="headerlink" href="#
|
1040
|
+
<div class="section" id="id59">
|
1041
|
+
<h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
|
1002
1042
|
<ul class="simple">
|
1003
1043
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
1004
1044
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -1018,8 +1058,8 @@ is the similar search syntax. [#1342]</li>
|
|
1018
1058
|
package sign key.</li>
|
1019
1059
|
</ul>
|
1020
1060
|
</div>
|
1021
|
-
<div class="section" id="
|
1022
|
-
<h3>Fixes<a class="headerlink" href="#
|
1061
|
+
<div class="section" id="id60">
|
1062
|
+
<h3>Fixes<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
|
1023
1063
|
<ul class="simple">
|
1024
1064
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
1025
1065
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -1041,8 +1081,8 @@ inverted index. [#1329]</li>
|
|
1041
1081
|
[#1340] [Reported by Shinya Kawaji]</li>
|
1042
1082
|
</ul>
|
1043
1083
|
</div>
|
1044
|
-
<div class="section" id="
|
1045
|
-
<h3>Thanks<a class="headerlink" href="#
|
1084
|
+
<div class="section" id="id61">
|
1085
|
+
<h3>Thanks<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
|
1046
1086
|
<ul class="simple">
|
1047
1087
|
<li>IWAI, Masaharu</li>
|
1048
1088
|
<li>Daiki Ueno</li>
|
@@ -1052,8 +1092,8 @@ inverted index. [#1329]</li>
|
|
1052
1092
|
</div>
|
1053
1093
|
<div class="section" id="release-2-0-1-2012-03-29">
|
1054
1094
|
<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>
|
1055
|
-
<div class="section" id="
|
1056
|
-
<h3>Improvements<a class="headerlink" href="#
|
1095
|
+
<div class="section" id="id62">
|
1096
|
+
<h3>Improvements<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
|
1057
1097
|
<ul class="simple">
|
1058
1098
|
<li>Supported build in other directory.
|
1059
1099
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -1075,8 +1115,8 @@ check. [#1289]</li>
|
|
1075
1115
|
<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>
|
1076
1116
|
</ul>
|
1077
1117
|
</div>
|
1078
|
-
<div class="section" id="
|
1079
|
-
<h3>Fixes<a class="headerlink" href="#
|
1118
|
+
<div class="section" id="id63">
|
1119
|
+
<h3>Fixes<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
|
1080
1120
|
<ul class="simple">
|
1081
1121
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
1082
1122
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -1087,8 +1127,8 @@ only used by mroonga. [#1303]</li>
|
|
1087
1127
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
1088
1128
|
</ul>
|
1089
1129
|
</div>
|
1090
|
-
<div class="section" id="
|
1091
|
-
<h3>Thanks<a class="headerlink" href="#
|
1130
|
+
<div class="section" id="id64">
|
1131
|
+
<h3>Thanks<a class="headerlink" href="#id64" title="Permalink to this headline">¶</a></h3>
|
1092
1132
|
<ul class="simple">
|
1093
1133
|
<li>Kazuhiko</li>
|
1094
1134
|
<li>Markus Elfring</li>
|
@@ -1097,8 +1137,8 @@ only used by mroonga. [#1303]</li>
|
|
1097
1137
|
</div>
|
1098
1138
|
<div class="section" id="release-2-0-0-2012-02-29">
|
1099
1139
|
<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>
|
1100
|
-
<div class="section" id="
|
1101
|
-
<h3>Improvements<a class="headerlink" href="#
|
1140
|
+
<div class="section" id="id65">
|
1141
|
+
<h3>Improvements<a class="headerlink" href="#id65" title="Permalink to this headline">¶</a></h3>
|
1102
1142
|
<ul class="simple">
|
1103
1143
|
<li>[dat] Added 0 length key check.</li>
|
1104
1144
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -1122,8 +1162,8 @@ only used by mroonga. [#1303]</li>
|
|
1122
1162
|
<li>[windows] Supported MessagePack.</li>
|
1123
1163
|
</ul>
|
1124
1164
|
</div>
|
1125
|
-
<div class="section" id="
|
1126
|
-
<h3>Fixes<a class="headerlink" href="#
|
1165
|
+
<div class="section" id="id66">
|
1166
|
+
<h3>Fixes<a class="headerlink" href="#id66" title="Permalink to this headline">¶</a></h3>
|
1127
1167
|
<ul class="simple">
|
1128
1168
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
1129
1169
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -1133,8 +1173,8 @@ only used by mroonga. [#1303]</li>
|
|
1133
1173
|
[Reported by @wareohji]</li>
|
1134
1174
|
</ul>
|
1135
1175
|
</div>
|
1136
|
-
<div class="section" id="
|
1137
|
-
<h3>Thanks<a class="headerlink" href="#
|
1176
|
+
<div class="section" id="id67">
|
1177
|
+
<h3>Thanks<a class="headerlink" href="#id67" title="Permalink to this headline">¶</a></h3>
|
1138
1178
|
<ul class="simple">
|
1139
1179
|
<li>Suzuki</li>
|
1140
1180
|
<li>Daiki Ueno</li>
|
@@ -1147,8 +1187,8 @@ only used by mroonga. [#1303]</li>
|
|
1147
1187
|
</div>
|
1148
1188
|
<div class="section" id="release-1-3-0-2012-01-29">
|
1149
1189
|
<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>
|
1150
|
-
<div class="section" id="
|
1151
|
-
<h3>Improvements<a class="headerlink" href="#
|
1190
|
+
<div class="section" id="id68">
|
1191
|
+
<h3>Improvements<a class="headerlink" href="#id68" title="Permalink to this headline">¶</a></h3>
|
1152
1192
|
<ul class="simple">
|
1153
1193
|
<li>Supported dynamic DB key table change by
|
1154
1194
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -1183,8 +1223,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1183
1223
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
1184
1224
|
</ul>
|
1185
1225
|
</div>
|
1186
|
-
<div class="section" id="
|
1187
|
-
<h3>Thanks<a class="headerlink" href="#
|
1226
|
+
<div class="section" id="id69">
|
1227
|
+
<h3>Thanks<a class="headerlink" href="#id69" title="Permalink to this headline">¶</a></h3>
|
1188
1228
|
<ul class="simple">
|
1189
1229
|
<li>montywi</li>
|
1190
1230
|
<li>Masaharu IWAI</li>
|
@@ -1305,148 +1345,154 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1305
1345
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1306
1346
|
<ul>
|
1307
1347
|
<li><a class="reference internal" href="#">News</a><ul>
|
1308
|
-
<li><a class="reference internal" href="#release-3-1-
|
1348
|
+
<li><a class="reference internal" href="#release-3-1-1-2013-12-29">Release 3.1.1 - 2013/12/29</a><ul>
|
1309
1349
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1310
1350
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1311
1351
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1312
1352
|
</ul>
|
1313
1353
|
</li>
|
1314
|
-
<li><a class="reference internal" href="#release-3-0-
|
1354
|
+
<li><a class="reference internal" href="#release-3-1-0-2013-11-29">Release 3.1.0 - 2013/11/29</a><ul>
|
1315
1355
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1316
1356
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1317
1357
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
1318
1358
|
</ul>
|
1319
1359
|
</li>
|
1320
|
-
<li><a class="reference internal" href="#release-3-0-
|
1360
|
+
<li><a class="reference internal" href="#release-3-0-9-2013-10-29">Release 3.0.9 - 2013/10/29</a><ul>
|
1321
1361
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
1322
1362
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
1323
1363
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
1324
1364
|
</ul>
|
1325
1365
|
</li>
|
1326
|
-
<li><a class="reference internal" href="#release-3-0-
|
1366
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">Release 3.0.8 - 2013/09/29</a><ul>
|
1327
1367
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
1328
1368
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
1329
1369
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
1330
1370
|
</ul>
|
1331
1371
|
</li>
|
1332
|
-
<li><a class="reference internal" href="#release-3-0-
|
1372
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">Release 3.0.7 - 2013/08/29</a><ul>
|
1333
1373
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
1334
1374
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
1335
1375
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
1336
1376
|
</ul>
|
1337
1377
|
</li>
|
1338
|
-
<li><a class="reference internal" href="#release-3-0-
|
1378
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">Release 3.0.6 - 2013/07/29</a><ul>
|
1339
1379
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
1340
1380
|
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
1341
1381
|
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
1342
1382
|
</ul>
|
1343
1383
|
</li>
|
1344
|
-
<li><a class="reference internal" href="#release-3-0-
|
1384
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">Release 3.0.5 - 2013/06/29</a><ul>
|
1345
1385
|
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
1346
1386
|
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
1347
1387
|
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
1348
1388
|
</ul>
|
1349
1389
|
</li>
|
1350
|
-
<li><a class="reference internal" href="#release-3-0-
|
1390
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">Release 3.0.4 - 2013/05/29</a><ul>
|
1351
1391
|
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
1392
|
+
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
1393
|
+
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
1352
1394
|
</ul>
|
1353
1395
|
</li>
|
1354
|
-
<li><a class="reference internal" href="#release-3-0-
|
1355
|
-
<li><a class="reference internal" href="#
|
1356
|
-
<li><a class="reference internal" href="#id21">Fixes</a></li>
|
1357
|
-
<li><a class="reference internal" href="#id22">Thanks</a></li>
|
1396
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
|
1397
|
+
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1358
1398
|
</ul>
|
1359
1399
|
</li>
|
1360
|
-
<li><a class="reference internal" href="#release-3-0-
|
1400
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
1361
1401
|
<li><a class="reference internal" href="#id23">Improvements</a></li>
|
1362
1402
|
<li><a class="reference internal" href="#id24">Fixes</a></li>
|
1363
1403
|
<li><a class="reference internal" href="#id25">Thanks</a></li>
|
1364
1404
|
</ul>
|
1365
1405
|
</li>
|
1366
|
-
<li><a class="reference internal" href="#release-3-0-
|
1367
|
-
<li><a class="reference internal" href="#id26">
|
1368
|
-
<li><a class="reference internal" href="#id27">
|
1406
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
1407
|
+
<li><a class="reference internal" href="#id26">Improvements</a></li>
|
1408
|
+
<li><a class="reference internal" href="#id27">Fixes</a></li>
|
1409
|
+
<li><a class="reference internal" href="#id28">Thanks</a></li>
|
1369
1410
|
</ul>
|
1370
1411
|
</li>
|
1371
|
-
<li><a class="reference internal" href="#release-
|
1372
|
-
<li><a class="reference internal" href="#id28">Improvements</a></li>
|
1412
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
1373
1413
|
<li><a class="reference internal" href="#id29">Fixes</a></li>
|
1374
1414
|
<li><a class="reference internal" href="#id30">Thanks</a></li>
|
1375
1415
|
</ul>
|
1376
1416
|
</li>
|
1377
|
-
<li><a class="reference internal" href="#release-2-1-
|
1378
|
-
<li><a class="reference internal" href="#id31">
|
1417
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
1418
|
+
<li><a class="reference internal" href="#id31">Improvements</a></li>
|
1419
|
+
<li><a class="reference internal" href="#id32">Fixes</a></li>
|
1420
|
+
<li><a class="reference internal" href="#id33">Thanks</a></li>
|
1379
1421
|
</ul>
|
1380
1422
|
</li>
|
1381
|
-
<li><a class="reference internal" href="#release-2-1-
|
1382
|
-
<li><a class="reference internal" href="#
|
1383
|
-
<li><a class="reference internal" href="#id33">Fixes</a></li>
|
1384
|
-
<li><a class="reference internal" href="#id34">Thanks</a></li>
|
1423
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
1424
|
+
<li><a class="reference internal" href="#id34">Fixes</a></li>
|
1385
1425
|
</ul>
|
1386
1426
|
</li>
|
1387
|
-
<li><a class="reference internal" href="#release-2-0-
|
1427
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
1388
1428
|
<li><a class="reference internal" href="#id35">Improvements</a></li>
|
1389
1429
|
<li><a class="reference internal" href="#id36">Fixes</a></li>
|
1390
1430
|
<li><a class="reference internal" href="#id37">Thanks</a></li>
|
1391
1431
|
</ul>
|
1392
1432
|
</li>
|
1393
|
-
<li><a class="reference internal" href="#release-2-0-
|
1433
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
1394
1434
|
<li><a class="reference internal" href="#id38">Improvements</a></li>
|
1395
1435
|
<li><a class="reference internal" href="#id39">Fixes</a></li>
|
1396
1436
|
<li><a class="reference internal" href="#id40">Thanks</a></li>
|
1397
1437
|
</ul>
|
1398
1438
|
</li>
|
1399
|
-
<li><a class="reference internal" href="#release-2-0-
|
1439
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
1400
1440
|
<li><a class="reference internal" href="#id41">Improvements</a></li>
|
1401
1441
|
<li><a class="reference internal" href="#id42">Fixes</a></li>
|
1402
1442
|
<li><a class="reference internal" href="#id43">Thanks</a></li>
|
1403
1443
|
</ul>
|
1404
1444
|
</li>
|
1405
|
-
<li><a class="reference internal" href="#release-2-0-
|
1445
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
1406
1446
|
<li><a class="reference internal" href="#id44">Improvements</a></li>
|
1407
1447
|
<li><a class="reference internal" href="#id45">Fixes</a></li>
|
1408
1448
|
<li><a class="reference internal" href="#id46">Thanks</a></li>
|
1409
1449
|
</ul>
|
1410
1450
|
</li>
|
1411
|
-
<li><a class="reference internal" href="#release-2-0-
|
1451
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
1412
1452
|
<li><a class="reference internal" href="#id47">Improvements</a></li>
|
1413
1453
|
<li><a class="reference internal" href="#id48">Fixes</a></li>
|
1414
1454
|
<li><a class="reference internal" href="#id49">Thanks</a></li>
|
1415
1455
|
</ul>
|
1416
1456
|
</li>
|
1417
|
-
<li><a class="reference internal" href="#release-2-0-
|
1457
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
1418
1458
|
<li><a class="reference internal" href="#id50">Improvements</a></li>
|
1419
1459
|
<li><a class="reference internal" href="#id51">Fixes</a></li>
|
1420
1460
|
<li><a class="reference internal" href="#id52">Thanks</a></li>
|
1421
1461
|
</ul>
|
1422
1462
|
</li>
|
1423
|
-
<li><a class="reference internal" href="#release-2-0-
|
1463
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
1424
1464
|
<li><a class="reference internal" href="#id53">Improvements</a></li>
|
1425
1465
|
<li><a class="reference internal" href="#id54">Fixes</a></li>
|
1426
1466
|
<li><a class="reference internal" href="#id55">Thanks</a></li>
|
1427
1467
|
</ul>
|
1428
1468
|
</li>
|
1429
|
-
<li><a class="reference internal" href="#release-2-0-
|
1469
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
1430
1470
|
<li><a class="reference internal" href="#id56">Improvements</a></li>
|
1431
1471
|
<li><a class="reference internal" href="#id57">Fixes</a></li>
|
1432
1472
|
<li><a class="reference internal" href="#id58">Thanks</a></li>
|
1433
1473
|
</ul>
|
1434
1474
|
</li>
|
1435
|
-
<li><a class="reference internal" href="#release-2-0-
|
1475
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
1436
1476
|
<li><a class="reference internal" href="#id59">Improvements</a></li>
|
1437
1477
|
<li><a class="reference internal" href="#id60">Fixes</a></li>
|
1438
1478
|
<li><a class="reference internal" href="#id61">Thanks</a></li>
|
1439
1479
|
</ul>
|
1440
1480
|
</li>
|
1441
|
-
<li><a class="reference internal" href="#release-2-0-
|
1481
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
1442
1482
|
<li><a class="reference internal" href="#id62">Improvements</a></li>
|
1443
1483
|
<li><a class="reference internal" href="#id63">Fixes</a></li>
|
1444
1484
|
<li><a class="reference internal" href="#id64">Thanks</a></li>
|
1445
1485
|
</ul>
|
1446
1486
|
</li>
|
1447
|
-
<li><a class="reference internal" href="#release-
|
1487
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
1448
1488
|
<li><a class="reference internal" href="#id65">Improvements</a></li>
|
1449
|
-
<li><a class="reference internal" href="#id66">
|
1489
|
+
<li><a class="reference internal" href="#id66">Fixes</a></li>
|
1490
|
+
<li><a class="reference internal" href="#id67">Thanks</a></li>
|
1491
|
+
</ul>
|
1492
|
+
</li>
|
1493
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
1494
|
+
<li><a class="reference internal" href="#id68">Improvements</a></li>
|
1495
|
+
<li><a class="reference internal" href="#id69">Thanks</a></li>
|
1450
1496
|
</ul>
|
1451
1497
|
</li>
|
1452
1498
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1484,7 +1530,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1484
1530
|
<li class="right" style="margin-right: 10px">
|
1485
1531
|
<a href="genindex.html" title="General Index"
|
1486
1532
|
>index</a></li>
|
1487
|
-
<li><a href="index.html">Groonga v3.1.
|
1533
|
+
<li><a href="index.html">Groonga v3.1.1 documentation</a> »</li>
|
1488
1534
|
</ul>
|
1489
1535
|
</div>
|
1490
1536
|
<div class="footer">
|