rroonga 3.1.0-x64-mingw32 → 3.1.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.textile +1 -1
- data/Rakefile +1 -8
- 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/extconf.rb +1 -6
- 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.txt +1 -1
- 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/development.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/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.txt +39 -0
- 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/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.html +73 -73
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
- 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/documentation.html +17 -17
- 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/report.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
- 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.html +19 -21
- 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/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +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/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.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/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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +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/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
- 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/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.txt +1 -1
- 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/development.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/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.txt +39 -0
- 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/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.html +76 -76
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
- 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/documentation.html +20 -20
- 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/report.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
- 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.html +20 -22
- 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/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
- 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/cast.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/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/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.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/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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
- 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/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>2.1. Windows — Groonga v3.1.
|
10
|
+
<title>2.1. Windows — Groonga v3.1.1ドキュメント</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
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
32
32
|
<link rel="prev" title="2. インストール" href="../install.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../install.html" title="2. インストール"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -80,14 +80,14 @@
|
|
80
80
|
<p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
81
81
|
<blockquote>
|
82
82
|
<div><ul class="simple">
|
83
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.
|
83
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.1-x86.exe">http://packages.groonga.org/windows/groonga/groonga-3.1.1-x86.exe</a></li>
|
84
84
|
</ul>
|
85
85
|
</div></blockquote>
|
86
86
|
<p>その後、バイナリを実行します。</p>
|
87
87
|
<p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
88
88
|
<blockquote>
|
89
89
|
<div><ul class="simple">
|
90
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.
|
90
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.1-x64.exe">http://packages.groonga.org/windows/groonga/groonga-3.1.1-x64.exe</a></li>
|
91
91
|
</ul>
|
92
92
|
</div></blockquote>
|
93
93
|
<p>その後、バイナリを実行します。</p>
|
@@ -98,14 +98,14 @@
|
|
98
98
|
<p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
99
99
|
<blockquote>
|
100
100
|
<div><ul class="simple">
|
101
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.
|
101
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.1-x86.zip">http://packages.groonga.org/windows/groonga/groonga-3.1.1-x86.zip</a></li>
|
102
102
|
</ul>
|
103
103
|
</div></blockquote>
|
104
104
|
<p>その後、アーカイブを展開します。</p>
|
105
105
|
<p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
106
106
|
<blockquote>
|
107
107
|
<div><ul class="simple">
|
108
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.
|
108
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.1-x64.zip">http://packages.groonga.org/windows/groonga/groonga-3.1.1-x64.zip</a></li>
|
109
109
|
</ul>
|
110
110
|
</div></blockquote>
|
111
111
|
<p>その後、アーカイブを展開します。</p>
|
@@ -123,24 +123,24 @@
|
|
123
123
|
<p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
124
124
|
<blockquote>
|
125
125
|
<div><ul class="simple">
|
126
|
-
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-3.1.
|
126
|
+
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-3.1.1.zip">http://packages.groonga.org/source/groonga/groonga-3.1.1.zip</a></li>
|
127
127
|
</ul>
|
128
128
|
</div></blockquote>
|
129
129
|
<p>その後、アーカイブを展開します。</p>
|
130
130
|
<p>Groongaのソースフォルダへと移動します:</p>
|
131
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.1.
|
131
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.1.1
|
132
132
|
</pre></div>
|
133
133
|
</div>
|
134
|
-
<p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用の
|
135
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.
|
134
|
+
<p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt> パラメーターを指定してください:</p>
|
135
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.1> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
136
136
|
</pre></div>
|
137
137
|
</div>
|
138
138
|
<p>ビルド:</p>
|
139
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.
|
139
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.1> cmake --build . --config Release
|
140
140
|
</pre></div>
|
141
141
|
</div>
|
142
142
|
<p>インストール:</p>
|
143
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.
|
143
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.1> cmake --build . --config Release --target Install
|
144
144
|
</pre></div>
|
145
145
|
</div>
|
146
146
|
<p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> が <tt class="docutils literal"><span class="pre">c:\groonga\bin\groonga.exe</span></tt> にインストールされます。</p>
|
@@ -203,7 +203,7 @@
|
|
203
203
|
<li class="right" >
|
204
204
|
<a href="../install.html" title="2. インストール"
|
205
205
|
>前へ</a> |</li>
|
206
|
-
<li><a href="../index.html">Groonga v3.1.
|
206
|
+
<li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
207
207
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
208
208
|
</ul>
|
209
209
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>10. 制限事項 — Groonga v3.1.
|
10
|
+
<title>10. 制限事項 — Groonga v3.1.1ドキュメント</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
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
31
31
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="spec/search.html" title="9.2. 検索"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga v3.1.
|
63
|
+
<li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -71,7 +71,7 @@
|
|
71
71
|
|
72
72
|
<div class="section" id="limitations">
|
73
73
|
<h1>10. 制限事項<a class="headerlink" href="#limitations" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
74
|
-
<p>
|
74
|
+
<p>Groongaにはいくつか制限事項があります。</p>
|
75
75
|
<div class="section" id="limitations-of-table">
|
76
76
|
<h2>10.1. テーブルの制限<a class="headerlink" href="#limitations-of-table" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
77
77
|
<p>テーブルには以下の制限があります。</p>
|
@@ -162,7 +162,7 @@
|
|
162
162
|
<li class="right" >
|
163
163
|
<a href="spec/search.html" title="9.2. 検索"
|
164
164
|
>前へ</a> |</li>
|
165
|
-
<li><a href="index.html">Groonga v3.1.
|
165
|
+
<li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
166
166
|
</ul>
|
167
167
|
</div>
|
168
168
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>お知らせ — Groonga v3.1.
|
10
|
+
<title>お知らせ — Groonga v3.1.1ドキュメント</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
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
|
30
30
|
</head>
|
31
31
|
<body>
|
32
32
|
<div class="header">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<li class="right" style="margin-right: 10px">
|
53
53
|
<a href="genindex.html" title="総合索引"
|
54
54
|
accesskey="I">索引</a></li>
|
55
|
-
<li><a href="index.html">Groonga v3.1.
|
55
|
+
<li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
56
56
|
</ul>
|
57
57
|
</div>
|
58
58
|
|
@@ -63,11 +63,65 @@
|
|
63
63
|
|
64
64
|
<div class="section" id="news">
|
65
65
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
66
|
-
<div class="section" id="release-3-1-
|
67
|
-
<span id="release-3-1-
|
66
|
+
<div class="section" id="release-3-1-1-2013-12-29">
|
67
|
+
<span id="release-3-1-1"></span><h2>3.1.1リリース - 2013/12/29<a class="headerlink" href="#release-3-1-1-2013-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
68
68
|
<div class="section" id="improvements">
|
69
69
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
70
70
|
<ul class="simple">
|
71
|
+
<li><p class="first">[deb] Debianのパッケージングポリシーに準拠するようにしました。[groonga-dev,01930] [やまねさんが提案]</p>
|
72
|
+
</li>
|
73
|
+
<li><p class="first">[deb] Debian 6.0 (squeeze)のサポートをやめました。</p>
|
74
|
+
</li>
|
75
|
+
<li><p class="first">[deb] Ubuntu 10.04 (Lucid)のサポートをやめました。</p>
|
76
|
+
</li>
|
77
|
+
<li><p class="first"><a class="reference internal" href="reference/functions/geo_in_rectangle.html"><em>geo_in_rectangle</em></a> が全世界をサポートしました。</p>
|
78
|
+
</li>
|
79
|
+
<li><p class="first">GeoPoint型の値のキャストに失敗したときにエラーを報告するようになりました。</p>
|
80
|
+
</li>
|
81
|
+
<li><p class="first">疑似カラム名でアクセスするためにいくつかのマクロを公開するようにしました。[groonga-dev,01999] [whombxさんが提案]</p>
|
82
|
+
</li>
|
83
|
+
<li><p class="first">[doc] ドリルダウンのドキュメントを整理しました。[@Yappoさんが報告]</p>
|
84
|
+
</li>
|
85
|
+
<li><p class="first">特定の範囲にあるカラムの値をフィルタリングするのに使う <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> 関数をサポートしました。</p>
|
86
|
+
</li>
|
87
|
+
<li><p class="first">[doc] Travis CIの環境情報を更新しました。[cosmo0920さんがパッチ提供]</p>
|
88
|
+
</li>
|
89
|
+
<li><p class="first">[rpm][fedora] Fedora 19のサポートをやめました。</p>
|
90
|
+
</li>
|
91
|
+
<li><p class="first">[rpm][fedora] Fedora 20をサポートしました。</p>
|
92
|
+
</li>
|
93
|
+
<li><p class="first">[doc] "Groonga" 表記に更新しました。[cosmo0920さんがパッチ提供] [GitHub#122, #123, #124, #125, #125, #126, #127, #128, #129, #130, #131, #131, #132, #133, #134]</p>
|
94
|
+
</li>
|
95
|
+
</ul>
|
96
|
+
</div>
|
97
|
+
<div class="section" id="fixes">
|
98
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
99
|
+
<ul class="simple">
|
100
|
+
<li><p class="first">[munin] GQTPのポート番号の誤りを修正しました。</p>
|
101
|
+
</li>
|
102
|
+
<li><p class="first">[geo_in_circle] "LONGITUDExLATITUDE" を <a class="reference internal" href="reference/functions/geo_in_circle.html"><em>geo_in_circle</em></a> の3番目の引数に与えたときにGroongaがクラッシュする問題を修正しました。</p>
|
103
|
+
</li>
|
104
|
+
</ul>
|
105
|
+
</div>
|
106
|
+
<div class="section" id="thanks">
|
107
|
+
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
108
|
+
<ul class="simple">
|
109
|
+
<li><p class="first">やまねひできさん</p>
|
110
|
+
</li>
|
111
|
+
<li><p class="first">whombxさん</p>
|
112
|
+
</li>
|
113
|
+
<li><p class="first">@Yappoさん</p>
|
114
|
+
</li>
|
115
|
+
<li><p class="first">cosmo0920さん</p>
|
116
|
+
</li>
|
117
|
+
</ul>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class="section" id="release-3-1-0-2013-11-29">
|
121
|
+
<span id="release-3-1-0"></span><h2>3.1.0リリース - 2013/11/29<a class="headerlink" href="#release-3-1-0-2013-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
122
|
+
<div class="section" id="id1">
|
123
|
+
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
124
|
+
<ul class="simple">
|
71
125
|
<li><p class="first">[実験的] 同じ値なら更新をスキップするオプションをサポートしました。
|
72
126
|
GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になります。</p>
|
73
127
|
</li>
|
@@ -77,12 +131,12 @@ GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になり
|
|
77
131
|
</li>
|
78
132
|
<li><p class="first">AIOサポートを打ち切りました。[#2054] [sho MINAGAWAさんが報告]</p>
|
79
133
|
</li>
|
80
|
-
<li>[windows]
|
81
|
-
|
134
|
+
<li><p class="first">[windows] Visual Studio Express 2008でのビルドをサポートしました。[#1964 21番目のコメント参照] 将来的にMariaDBへのバンドルを推進することを目的としています。</p>
|
135
|
+
</li>
|
82
136
|
</ul>
|
83
137
|
</div>
|
84
|
-
<div class="section" id="
|
85
|
-
<h3>修正<a class="headerlink" href="#
|
138
|
+
<div class="section" id="id2">
|
139
|
+
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
86
140
|
<ul class="simple">
|
87
141
|
<li><p class="first">"_value"カラムの型がInt32として扱われる問題を修正しました。このバグ
|
88
142
|
で"_value"カラムの値が意図せずキャストされてしまうことがありました。[瀧内さんが報告]</p>
|
@@ -104,8 +158,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
104
158
|
</li>
|
105
159
|
</ul>
|
106
160
|
</div>
|
107
|
-
<div class="section" id="
|
108
|
-
<h3>感謝<a class="headerlink" href="#
|
161
|
+
<div class="section" id="id3">
|
162
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
109
163
|
<ul class="simple">
|
110
164
|
<li><p class="first">sho MINAGAWAさん</p>
|
111
165
|
</li>
|
@@ -119,9 +173,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
119
173
|
</div>
|
120
174
|
</div>
|
121
175
|
<div class="section" id="release-3-0-9-2013-10-29">
|
122
|
-
<
|
123
|
-
<div class="section" id="
|
124
|
-
<h3>改良<a class="headerlink" href="#
|
176
|
+
<h2>3.0.9リリース - 2013/10/29<a class="headerlink" href="#release-3-0-9-2013-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
177
|
+
<div class="section" id="id4">
|
178
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
125
179
|
<ul class="simple">
|
126
180
|
<li><p class="first">[doc][httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> ディレクティブのドキュメントを追加しました。</p>
|
127
181
|
</li>
|
@@ -151,8 +205,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
151
205
|
</li>
|
152
206
|
</ul>
|
153
207
|
</div>
|
154
|
-
<div class="section" id="
|
155
|
-
<h3>修正<a class="headerlink" href="#
|
208
|
+
<div class="section" id="id5">
|
209
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
156
210
|
<ul class="simple">
|
157
211
|
<li><p class="first">オーバーフローによってSEGVを引き起こす不具合を修正しました。この問題はインデックスのサイズが仮想メモリのサイズを超過したような場合に発生します。 [groonga-dev,01661] [村上さんが報告]</p>
|
158
212
|
</li>
|
@@ -172,8 +226,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
172
226
|
</li>
|
173
227
|
</ul>
|
174
228
|
</div>
|
175
|
-
<div class="section" id="
|
176
|
-
<h3>感謝<a class="headerlink" href="#
|
229
|
+
<div class="section" id="id6">
|
230
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
177
231
|
<ul class="simple">
|
178
232
|
<li><p class="first">村上さん</p>
|
179
233
|
</li>
|
@@ -188,8 +242,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
188
242
|
</div>
|
189
243
|
<div class="section" id="release-3-0-8-2013-09-29">
|
190
244
|
<h2>3.0.8リリース - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
191
|
-
<div class="section" id="
|
192
|
-
<h3>改良<a class="headerlink" href="#
|
245
|
+
<div class="section" id="id7">
|
246
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
193
247
|
<ul class="simple">
|
194
248
|
<li><p class="first">[admin] 検索機能のエラー処理を改善しました。エラーメッセージを表示した後に、読み込み中のダイアログを消去します。 [orangainさんがパッチ提供]</p>
|
195
249
|
</li>
|
@@ -219,15 +273,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
219
273
|
</li>
|
220
274
|
</ul>
|
221
275
|
</div>
|
222
|
-
<div class="section" id="
|
223
|
-
<h3>修正<a class="headerlink" href="#
|
276
|
+
<div class="section" id="id8">
|
277
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
224
278
|
<ul class="simple">
|
225
279
|
<li><p class="first">[admin] COLUMN_VECTOR の値を追加するボタンが機能しない不具合を修正しました。</p>
|
226
280
|
</li>
|
227
281
|
</ul>
|
228
282
|
</div>
|
229
|
-
<div class="section" id="
|
230
|
-
<h3>感謝<a class="headerlink" href="#
|
283
|
+
<div class="section" id="id9">
|
284
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
231
285
|
<ul class="simple">
|
232
286
|
<li><p class="first">@orangainさん</p>
|
233
287
|
</li>
|
@@ -240,8 +294,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
240
294
|
</div>
|
241
295
|
<div class="section" id="release-3-0-7-2013-08-29">
|
242
296
|
<h2>3.0.7リリース - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
243
|
-
<div class="section" id="
|
244
|
-
<h3>改良<a class="headerlink" href="#
|
297
|
+
<div class="section" id="id10">
|
298
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
245
299
|
<ul class="simple">
|
246
300
|
<li><p class="first">APIドキュメントを追加しました。[groonga-dev,01593] [GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100] [whombxさんがパッチを提供]</p>
|
247
301
|
</li>
|
@@ -261,8 +315,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
261
315
|
</li>
|
262
316
|
</ul>
|
263
317
|
</div>
|
264
|
-
<div class="section" id="
|
265
|
-
<h3>修正<a class="headerlink" href="#
|
318
|
+
<div class="section" id="id11">
|
319
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
266
320
|
<ul class="simple">
|
267
321
|
<li><p class="first">式のエラーによってスタックオーバーフローを引き起す可能性のある不具合を修正しました。この変更はエラーが積み重なって突然groongaがクラッシュするのを防ぎます。</p>
|
268
322
|
</li>
|
@@ -290,8 +344,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
290
344
|
</li>
|
291
345
|
</ul>
|
292
346
|
</div>
|
293
|
-
<div class="section" id="
|
294
|
-
<h3>感謝<a class="headerlink" href="#
|
347
|
+
<div class="section" id="id12">
|
348
|
+
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
295
349
|
<ul class="simple">
|
296
350
|
<li><p class="first">whombxさん</p>
|
297
351
|
</li>
|
@@ -310,8 +364,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
310
364
|
</div>
|
311
365
|
<div class="section" id="release-3-0-6-2013-07-29">
|
312
366
|
<h2>3.0.6リリース - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
313
|
-
<div class="section" id="
|
314
|
-
<h3>改良<a class="headerlink" href="#
|
367
|
+
<div class="section" id="id13">
|
368
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
315
369
|
<ul class="simple">
|
316
370
|
<li><p class="first">[doc] <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> の引数に関するドキュメントを追加しました。</p>
|
317
371
|
</li>
|
@@ -329,15 +383,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
329
383
|
</li>
|
330
384
|
</ul>
|
331
385
|
</div>
|
332
|
-
<div class="section" id="
|
333
|
-
<h3>修正<a class="headerlink" href="#
|
386
|
+
<div class="section" id="id14">
|
387
|
+
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
334
388
|
<ul class="simple">
|
335
389
|
<li><p class="first">特定の関数(<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) が <tt class="docutils literal"><span class="pre">select</span></tt> のようなビルトイン関数で呼ばれたときにクラッシュする不具合を修正しました。[瀧内さんが報告]</p>
|
336
390
|
</li>
|
337
391
|
</ul>
|
338
392
|
</div>
|
339
|
-
<div class="section" id="
|
340
|
-
<h3>感謝<a class="headerlink" href="#
|
393
|
+
<div class="section" id="id15">
|
394
|
+
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
341
395
|
<ul class="simple">
|
342
396
|
<li><p class="first">稲田尚也さん</p>
|
343
397
|
</li>
|
@@ -352,8 +406,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
352
406
|
</div>
|
353
407
|
<div class="section" id="release-3-0-5-2013-06-29">
|
354
408
|
<h2>3.0.5リリース - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
355
|
-
<div class="section" id="
|
356
|
-
<h3>改良<a class="headerlink" href="#
|
409
|
+
<div class="section" id="id16">
|
410
|
+
<h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
357
411
|
<ul class="simple">
|
358
412
|
<li><p class="first">[doc] <tt class="docutils literal"><span class="pre">query()</span></tt> の <tt class="docutils literal"><span class="pre">match_columns</span></tt> と <tt class="docutils literal"><span class="pre">query_string</span></tt> 引数のサマリを追加しました。</p>
|
359
413
|
</li>
|
@@ -367,8 +421,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
367
421
|
</li>
|
368
422
|
</ul>
|
369
423
|
</div>
|
370
|
-
<div class="section" id="
|
371
|
-
<h3>修正<a class="headerlink" href="#
|
424
|
+
<div class="section" id="id17">
|
425
|
+
<h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
372
426
|
<ul class="simple">
|
373
427
|
<li><p class="first">テーブル作成時に必要なロックをかけていないことでmroongaがクラッシュする不具合を修正しました。 [Y.Kentaroさんが報告]</p>
|
374
428
|
</li>
|
@@ -386,8 +440,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
386
440
|
</li>
|
387
441
|
</ul>
|
388
442
|
</div>
|
389
|
-
<div class="section" id="
|
390
|
-
<h3>感謝<a class="headerlink" href="#
|
443
|
+
<div class="section" id="id18">
|
444
|
+
<h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
391
445
|
<ul class="simple">
|
392
446
|
<li><p class="first">Y.Kentaroさん</p>
|
393
447
|
</li>
|
@@ -400,8 +454,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
400
454
|
</div>
|
401
455
|
<div class="section" id="release-3-0-4-2013-05-29">
|
402
456
|
<h2>3.0.4リリース - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
403
|
-
<div class="section" id="
|
404
|
-
<h3>改良<a class="headerlink" href="#
|
457
|
+
<div class="section" id="id19">
|
458
|
+
<h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
405
459
|
<ul class="simple">
|
406
460
|
<li><p class="first">[tokenizer] ノーマライズした文字列が与えられないときにログメッセージを表示するようにしました。</p>
|
407
461
|
</li>
|
@@ -433,8 +487,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
433
487
|
</li>
|
434
488
|
</ul>
|
435
489
|
</div>
|
436
|
-
<div class="section" id="
|
437
|
-
<h3>修正<a class="headerlink" href="#
|
490
|
+
<div class="section" id="id20">
|
491
|
+
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
438
492
|
<ul class="simple">
|
439
493
|
<li><p class="first">[tokenizer] エラー時のメモリリークを修正しました。</p>
|
440
494
|
</li>
|
@@ -452,8 +506,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
452
506
|
</li>
|
453
507
|
</ul>
|
454
508
|
</div>
|
455
|
-
<div class="section" id="
|
456
|
-
<h3>感謝<a class="headerlink" href="#
|
509
|
+
<div class="section" id="id21">
|
510
|
+
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
457
511
|
<ul class="simple">
|
458
512
|
<li><p class="first">@ceekzさん</p>
|
459
513
|
</li>
|
@@ -472,8 +526,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
472
526
|
</div>
|
473
527
|
<div class="section" id="release-3-0-3-2013-04-29">
|
474
528
|
<h2>3.0.3リリース - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
475
|
-
<div class="section" id="
|
476
|
-
<h3>改良<a class="headerlink" href="#
|
529
|
+
<div class="section" id="id22">
|
530
|
+
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
477
531
|
<ul class="simple">
|
478
532
|
<li><p class="first">[suggest] <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> を使って学習時の重みづけをカスタマイズできるようになりました。</p>
|
479
533
|
</li>
|
@@ -496,8 +550,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
496
550
|
</div>
|
497
551
|
<div class="section" id="release-3-0-2-2013-03-29">
|
498
552
|
<h2>3.0.2リリース - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
499
|
-
<div class="section" id="
|
500
|
-
<h3>改良<a class="headerlink" href="#
|
553
|
+
<div class="section" id="id23">
|
554
|
+
<h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
501
555
|
<ul class="simple">
|
502
556
|
<li><p class="first">2つ以上のインデックスをテーブルのキーに対して張れるようにしました。この変更はインデックスを張ったキーへ新たなキーをロードしたときにクラッシュしないようにします。</p>
|
503
557
|
</li>
|
@@ -521,8 +575,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
521
575
|
</li>
|
522
576
|
</ul>
|
523
577
|
</div>
|
524
|
-
<div class="section" id="
|
525
|
-
<h3>修正<a class="headerlink" href="#
|
578
|
+
<div class="section" id="id24">
|
579
|
+
<h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
526
580
|
<ul class="simple">
|
527
581
|
<li><p class="first"><tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> を実行すると "stack error"になる不具合を修正しました。この不具合は <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt> といったクエリに影響します。[Groonga-talk (no subject)] [Hendro Wibowoさんが報告]</p>
|
528
582
|
</li>
|
@@ -536,8 +590,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
536
590
|
</li>
|
537
591
|
</ul>
|
538
592
|
</div>
|
539
|
-
<div class="section" id="
|
540
|
-
<h3>感謝<a class="headerlink" href="#
|
593
|
+
<div class="section" id="id25">
|
594
|
+
<h3>感謝<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
541
595
|
<ul class="simple">
|
542
596
|
<li><p class="first">Hendro Wibowoさん</p>
|
543
597
|
</li>
|
@@ -550,8 +604,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
550
604
|
</div>
|
551
605
|
<div class="section" id="release-3-0-1-2013-02-28">
|
552
606
|
<h2>3.0.1リリース - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
553
|
-
<div class="section" id="
|
554
|
-
<h3>改良<a class="headerlink" href="#
|
607
|
+
<div class="section" id="id26">
|
608
|
+
<h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
555
609
|
<ul class="simple">
|
556
610
|
<li><p class="first">loadコマンドでデータをロードするときに参照カラムに対するBoolの設定をサポートしました。</p>
|
557
611
|
</li>
|
@@ -567,8 +621,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
567
621
|
</li>
|
568
622
|
</ul>
|
569
623
|
</div>
|
570
|
-
<div class="section" id="
|
571
|
-
<h3>修正<a class="headerlink" href="#
|
624
|
+
<div class="section" id="id27">
|
625
|
+
<h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
572
626
|
<ul class="simple">
|
573
627
|
<li><p class="first"><tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> が意図せずNULLを返す不具合を修正しました。このせいで要素を削除した後に不正なインデックスを返していました。この不具合はmroongaをストレージモードで動かしたときに発生します。 [groonga-dev,01192] [b senbokuさんが報告]</p>
|
574
628
|
</li>
|
@@ -578,8 +632,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
578
632
|
</li>
|
579
633
|
</ul>
|
580
634
|
</div>
|
581
|
-
<div class="section" id="
|
582
|
-
<h3>感謝<a class="headerlink" href="#
|
635
|
+
<div class="section" id="id28">
|
636
|
+
<h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
583
637
|
<ul class="simple">
|
584
638
|
<li><p class="first">b senbokuさん</p>
|
585
639
|
</li>
|
@@ -592,8 +646,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
592
646
|
<li><p class="first">バージョン3.0.0になりました!</p>
|
593
647
|
</li>
|
594
648
|
</ul>
|
595
|
-
<div class="section" id="
|
596
|
-
<h3>修正<a class="headerlink" href="#
|
649
|
+
<div class="section" id="id29">
|
650
|
+
<h3>修正<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
597
651
|
<ul class="simple">
|
598
652
|
<li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> パッケージのインストール時に必要な辞書をEUC-JPでなくUTF-8の辞書ものを明示的にインストールするように修正した。</p>
|
599
653
|
</li>
|
@@ -603,8 +657,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
603
657
|
</li>
|
604
658
|
</ul>
|
605
659
|
</div>
|
606
|
-
<div class="section" id="
|
607
|
-
<h3>感謝<a class="headerlink" href="#
|
660
|
+
<div class="section" id="id30">
|
661
|
+
<h3>感謝<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
608
662
|
<ul class="simple">
|
609
663
|
<li><p class="first">岩井さん</p>
|
610
664
|
</li>
|
@@ -613,8 +667,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
613
667
|
</div>
|
614
668
|
<div class="section" id="release-2-1-2-2013-01-29">
|
615
669
|
<h2>2.1.2リリース - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
616
|
-
<div class="section" id="
|
617
|
-
<h3>改良<a class="headerlink" href="#
|
670
|
+
<div class="section" id="id31">
|
671
|
+
<h3>改良<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
618
672
|
<ul class="simple">
|
619
673
|
<li><p class="first">複数の <tt class="docutils literal"><span class="pre">query()</span></tt> を <tt class="docutils literal"><span class="pre">select</span></tt> コマンドでサポートしました。例えば、キーワードごとに異なる重みづけを指定して検索するのに'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'などと <tt class="docutils literal"><span class="pre">--filter</span></tt> に指定することができます。</p>
|
620
674
|
</li>
|
@@ -642,8 +696,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
642
696
|
</li>
|
643
697
|
</ul>
|
644
698
|
</div>
|
645
|
-
<div class="section" id="
|
646
|
-
<h3>修正<a class="headerlink" href="#
|
699
|
+
<div class="section" id="id32">
|
700
|
+
<h3>修正<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
647
701
|
<ul class="simple">
|
648
702
|
<li><p class="first">MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</p>
|
649
703
|
</li>
|
@@ -653,8 +707,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
653
707
|
</li>
|
654
708
|
</ul>
|
655
709
|
</div>
|
656
|
-
<div class="section" id="
|
657
|
-
<h3>感謝<a class="headerlink" href="#
|
710
|
+
<div class="section" id="id33">
|
711
|
+
<h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
658
712
|
<ul class="simple">
|
659
713
|
<li><p class="first">wingさん</p>
|
660
714
|
</li>
|
@@ -664,8 +718,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
664
718
|
<div class="section" id="release-2-1-1-2012-12-29">
|
665
719
|
<h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
666
720
|
<p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
|
667
|
-
<div class="section" id="
|
668
|
-
<h3>修正<a class="headerlink" href="#
|
721
|
+
<div class="section" id="id34">
|
722
|
+
<h3>修正<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
669
723
|
<ul class="simple">
|
670
724
|
<li><p class="first">groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</p>
|
671
725
|
</li>
|
@@ -684,8 +738,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
684
738
|
<p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
|
685
739
|
<p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
|
686
740
|
</div>
|
687
|
-
<div class="section" id="
|
688
|
-
<h3>改良<a class="headerlink" href="#
|
741
|
+
<div class="section" id="id35">
|
742
|
+
<h3>改良<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
689
743
|
<ul class="simple">
|
690
744
|
<li><p class="first">[doc] <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> に関するドキュメントを追加。</p>
|
691
745
|
</li>
|
@@ -707,8 +761,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
707
761
|
</li>
|
708
762
|
</ul>
|
709
763
|
</div>
|
710
|
-
<div class="section" id="
|
711
|
-
<h3>修正<a class="headerlink" href="#
|
764
|
+
<div class="section" id="id36">
|
765
|
+
<h3>修正<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
712
766
|
<ul class="simple">
|
713
767
|
<li><p class="first">[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</p>
|
714
768
|
</li>
|
@@ -718,8 +772,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
718
772
|
</li>
|
719
773
|
</ul>
|
720
774
|
</div>
|
721
|
-
<div class="section" id="
|
722
|
-
<h3>感謝<a class="headerlink" href="#
|
775
|
+
<div class="section" id="id37">
|
776
|
+
<h3>感謝<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
723
777
|
<ul class="simple">
|
724
778
|
<li><p class="first">嶋田 大貴さん</p>
|
725
779
|
</li>
|
@@ -730,8 +784,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
730
784
|
</div>
|
731
785
|
<div class="section" id="release-2-0-9-2012-11-29">
|
732
786
|
<h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
733
|
-
<div class="section" id="
|
734
|
-
<h3>改良<a class="headerlink" href="#
|
787
|
+
<div class="section" id="id38">
|
788
|
+
<h3>改良<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
735
789
|
<ul class="simple">
|
736
790
|
<li><p class="first"><tt class="docutils literal"><span class="pre">geo_distance</span></tt> 関数の近似方法として <tt class="docutils literal"><span class="pre">rectangle</span></tt> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</p>
|
737
791
|
</li>
|
@@ -759,8 +813,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
759
813
|
</li>
|
760
814
|
</ul>
|
761
815
|
</div>
|
762
|
-
<div class="section" id="
|
763
|
-
<h3>修正<a class="headerlink" href="#
|
816
|
+
<div class="section" id="id39">
|
817
|
+
<h3>修正<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
764
818
|
<ul class="simple">
|
765
819
|
<li><p class="first"><a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTPヘッダー</em></a> にてステータスコードにネットワークバイトオーダーを使用するように修正した。ネットワークプロトコルの慣習に合わせたものですが、これによりgroongaバージョン2.0.8以下のクライアントからgroongaバージョン2.0.9以上のサーバに接続してコマンドの実行に失敗したときにバイトオーダーが異なるため、ステータスコードを正しく表示できなくなります。</p>
|
766
820
|
</li>
|
@@ -782,8 +836,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問
|
|
782
836
|
This change not to contain such a metadata as search results.</li>
|
783
837
|
</ul>
|
784
838
|
</div>
|
785
|
-
<div class="section" id="
|
786
|
-
<h3>感謝<a class="headerlink" href="#
|
839
|
+
<div class="section" id="id40">
|
840
|
+
<h3>感謝<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
787
841
|
<ul class="simple">
|
788
842
|
<li><p class="first">嶋田 大貴さん</p>
|
789
843
|
</li>
|
@@ -796,8 +850,8 @@ This change not to contain such a metadata as search results.</li>
|
|
796
850
|
</div>
|
797
851
|
<div class="section" id="release-2-0-8-2012-10-29">
|
798
852
|
<h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
799
|
-
<div class="section" id="
|
800
|
-
<h3>改良<a class="headerlink" href="#
|
853
|
+
<div class="section" id="id41">
|
854
|
+
<h3>改良<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
801
855
|
<ul class="simple">
|
802
856
|
<li><p class="first">[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</p>
|
803
857
|
</li>
|
@@ -813,8 +867,8 @@ This change not to contain such a metadata as search results.</li>
|
|
813
867
|
</li>
|
814
868
|
</ul>
|
815
869
|
</div>
|
816
|
-
<div class="section" id="
|
817
|
-
<h3>修正<a class="headerlink" href="#
|
870
|
+
<div class="section" id="id42">
|
871
|
+
<h3>修正<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
818
872
|
<ul class="simple">
|
819
873
|
<li><p class="first">[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</p>
|
820
874
|
</li>
|
@@ -828,8 +882,8 @@ This change not to contain such a metadata as search results.</li>
|
|
828
882
|
</li>
|
829
883
|
</ul>
|
830
884
|
</div>
|
831
|
-
<div class="section" id="
|
832
|
-
<h3>感謝<a class="headerlink" href="#
|
885
|
+
<div class="section" id="id43">
|
886
|
+
<h3>感謝<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
833
887
|
<ul class="simple">
|
834
888
|
<li><p class="first">うえのさん</p>
|
835
889
|
</li>
|
@@ -842,8 +896,8 @@ This change not to contain such a metadata as search results.</li>
|
|
842
896
|
</div>
|
843
897
|
<div class="section" id="release-2-0-7-2012-09-29">
|
844
898
|
<h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
845
|
-
<div class="section" id="
|
846
|
-
<h3>改良<a class="headerlink" href="#
|
899
|
+
<div class="section" id="id44">
|
900
|
+
<h3>改良<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
847
901
|
<ul class="simple">
|
848
902
|
<li><p class="first">[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</p>
|
849
903
|
</li>
|
@@ -871,8 +925,8 @@ This change not to contain such a metadata as search results.</li>
|
|
871
925
|
</li>
|
872
926
|
</ul>
|
873
927
|
</div>
|
874
|
-
<div class="section" id="
|
875
|
-
<h3>修正<a class="headerlink" href="#
|
928
|
+
<div class="section" id="id45">
|
929
|
+
<h3>修正<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
876
930
|
<ul class="simple">
|
877
931
|
<li><p class="first"><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</p>
|
878
932
|
</li>
|
@@ -890,8 +944,8 @@ This change not to contain such a metadata as search results.</li>
|
|
890
944
|
</li>
|
891
945
|
</ul>
|
892
946
|
</div>
|
893
|
-
<div class="section" id="
|
894
|
-
<h3>感謝<a class="headerlink" href="#
|
947
|
+
<div class="section" id="id46">
|
948
|
+
<h3>感謝<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
895
949
|
<ul class="simple">
|
896
950
|
<li><p class="first">@Kiskeさん</p>
|
897
951
|
</li>
|
@@ -900,8 +954,8 @@ This change not to contain such a metadata as search results.</li>
|
|
900
954
|
</div>
|
901
955
|
<div class="section" id="release-2-0-6-2012-08-29">
|
902
956
|
<h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
903
|
-
<div class="section" id="
|
904
|
-
<h3>改良<a class="headerlink" href="#
|
957
|
+
<div class="section" id="id47">
|
958
|
+
<h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
905
959
|
<ul class="simple">
|
906
960
|
<li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</p>
|
907
961
|
</li>
|
@@ -937,8 +991,8 @@ This change not to contain such a metadata as search results.</li>
|
|
937
991
|
</li>
|
938
992
|
</ul>
|
939
993
|
</div>
|
940
|
-
<div class="section" id="
|
941
|
-
<h3>修正<a class="headerlink" href="#
|
994
|
+
<div class="section" id="id48">
|
995
|
+
<h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
942
996
|
<ul class="simple">
|
943
997
|
<li><p class="first">[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</p>
|
944
998
|
</li>
|
@@ -957,8 +1011,8 @@ This change not to contain such a metadata as search results.</li>
|
|
957
1011
|
</li>
|
958
1012
|
</ul>
|
959
1013
|
</div>
|
960
|
-
<div class="section" id="
|
961
|
-
<h3>感謝<a class="headerlink" href="#
|
1014
|
+
<div class="section" id="id49">
|
1015
|
+
<h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
962
1016
|
<ul class="simple">
|
963
1017
|
<li><p class="first">岩井さん</p>
|
964
1018
|
</li>
|
@@ -969,8 +1023,8 @@ This change not to contain such a metadata as search results.</li>
|
|
969
1023
|
</div>
|
970
1024
|
<div class="section" id="release-2-0-5-2012-07-29">
|
971
1025
|
<h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
972
|
-
<div class="section" id="
|
973
|
-
<h3>改良<a class="headerlink" href="#
|
1026
|
+
<div class="section" id="id50">
|
1027
|
+
<h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
974
1028
|
<ul class="simple">
|
975
1029
|
<li><p class="first"><tt class="docutils literal"><span class="pre">"rect"</span></tt> もしくは <tt class="docutils literal"><span class="pre">"rectangle"</span></tt> 引数を指定した南半球における距離の計算をサポート。 [#1418] [#1419] [#1420] [#1421]</p>
|
976
1030
|
</li>
|
@@ -1010,8 +1064,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1010
1064
|
</li>
|
1011
1065
|
</ul>
|
1012
1066
|
</div>
|
1013
|
-
<div class="section" id="
|
1014
|
-
<h3>修正<a class="headerlink" href="#
|
1067
|
+
<div class="section" id="id51">
|
1068
|
+
<h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1015
1069
|
<ul class="simple">
|
1016
1070
|
<li><p class="first">groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</p>
|
1017
1071
|
</li>
|
@@ -1033,8 +1087,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1033
1087
|
</li>
|
1034
1088
|
</ul>
|
1035
1089
|
</div>
|
1036
|
-
<div class="section" id="
|
1037
|
-
<h3>感謝<a class="headerlink" href="#
|
1090
|
+
<div class="section" id="id52">
|
1091
|
+
<h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1038
1092
|
<ul class="simple">
|
1039
1093
|
<li><p class="first">島田 浩二さん</p>
|
1040
1094
|
</li>
|
@@ -1045,8 +1099,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1045
1099
|
</div>
|
1046
1100
|
<div class="section" id="release-2-0-4-2012-06-29">
|
1047
1101
|
<h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1048
|
-
<div class="section" id="
|
1049
|
-
<h3>改良<a class="headerlink" href="#
|
1102
|
+
<div class="section" id="id53">
|
1103
|
+
<h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1050
1104
|
<ul class="simple">
|
1051
1105
|
<li><p class="first">KyTea 0.4.2のみをサポート。</p>
|
1052
1106
|
</li>
|
@@ -1080,8 +1134,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1080
1134
|
</li>
|
1081
1135
|
</ul>
|
1082
1136
|
</div>
|
1083
|
-
<div class="section" id="
|
1084
|
-
<h3>修正<a class="headerlink" href="#
|
1137
|
+
<div class="section" id="id54">
|
1138
|
+
<h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1085
1139
|
<ul class="simple">
|
1086
1140
|
<li><p class="first">Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</p>
|
1087
1141
|
</li>
|
@@ -1091,8 +1145,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1091
1145
|
</li>
|
1092
1146
|
</ul>
|
1093
1147
|
</div>
|
1094
|
-
<div class="section" id="
|
1095
|
-
<h3>感謝<a class="headerlink" href="#
|
1148
|
+
<div class="section" id="id55">
|
1149
|
+
<h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1096
1150
|
<ul class="simple">
|
1097
1151
|
<li><p class="first">@soundkitchenさん</p>
|
1098
1152
|
</li>
|
@@ -1103,8 +1157,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1103
1157
|
</div>
|
1104
1158
|
<div class="section" id="release-2-0-3-2012-05-29">
|
1105
1159
|
<h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1106
|
-
<div class="section" id="
|
1107
|
-
<h3>改良<a class="headerlink" href="#
|
1160
|
+
<div class="section" id="id56">
|
1161
|
+
<h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1108
1162
|
<ul class="simple">
|
1109
1163
|
<li><p class="first">[doc] リリース手順を追加。</p>
|
1110
1164
|
</li>
|
@@ -1134,8 +1188,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1134
1188
|
</li>
|
1135
1189
|
</ul>
|
1136
1190
|
</div>
|
1137
|
-
<div class="section" id="
|
1138
|
-
<h3>修正<a class="headerlink" href="#
|
1191
|
+
<div class="section" id="id57">
|
1192
|
+
<h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1139
1193
|
<ul class="simple">
|
1140
1194
|
<li><p class="first">[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</p>
|
1141
1195
|
</li>
|
@@ -1151,8 +1205,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1151
1205
|
</li>
|
1152
1206
|
</ul>
|
1153
1207
|
</div>
|
1154
|
-
<div class="section" id="
|
1155
|
-
<h3>感謝<a class="headerlink" href="#
|
1208
|
+
<div class="section" id="id58">
|
1209
|
+
<h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1156
1210
|
<ul class="simple">
|
1157
1211
|
<li><p class="first">岩井さん</p>
|
1158
1212
|
</li>
|
@@ -1175,8 +1229,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1175
1229
|
</pre></div>
|
1176
1230
|
</div>
|
1177
1231
|
</div>
|
1178
|
-
<div class="section" id="
|
1179
|
-
<h3>改良<a class="headerlink" href="#
|
1232
|
+
<div class="section" id="id59">
|
1233
|
+
<h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1180
1234
|
<ul class="simple">
|
1181
1235
|
<li><p class="first">[pkg-config] 必要のないMessagePackへの依存関係を削除。</p>
|
1182
1236
|
</li>
|
@@ -1204,8 +1258,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1204
1258
|
</li>
|
1205
1259
|
</ul>
|
1206
1260
|
</div>
|
1207
|
-
<div class="section" id="
|
1208
|
-
<h3>修正<a class="headerlink" href="#
|
1261
|
+
<div class="section" id="id60">
|
1262
|
+
<h3>修正<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1209
1263
|
<ul class="simple">
|
1210
1264
|
<li><p class="first">[deb][rpm] 非推奨の <tt class="docutils literal"><span class="pre">--address</span></tt> オプションではなく <tt class="docutils literal"><span class="pre">--bind--address</span></tt> オプションを使用するようにした。[#1320] [IWAI, Masaharuさんがパッチ提供]</p>
|
1211
1265
|
</li>
|
@@ -1227,8 +1281,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1227
1281
|
</li>
|
1228
1282
|
</ul>
|
1229
1283
|
</div>
|
1230
|
-
<div class="section" id="
|
1231
|
-
<h3>感謝<a class="headerlink" href="#
|
1284
|
+
<div class="section" id="id61">
|
1285
|
+
<h3>感謝<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1232
1286
|
<ul class="simple">
|
1233
1287
|
<li><p class="first">岩井さん</p>
|
1234
1288
|
</li>
|
@@ -1241,8 +1295,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1241
1295
|
</div>
|
1242
1296
|
<div class="section" id="release-2-0-1-2012-03-29">
|
1243
1297
|
<h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1244
|
-
<div class="section" id="
|
1245
|
-
<h3>改良<a class="headerlink" href="#
|
1298
|
+
<div class="section" id="id62">
|
1299
|
+
<h3>改良<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1246
1300
|
<ul class="simple">
|
1247
1301
|
<li><p class="first">別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</p>
|
1248
1302
|
</li>
|
@@ -1276,8 +1330,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1276
1330
|
</li>
|
1277
1331
|
</ul>
|
1278
1332
|
</div>
|
1279
|
-
<div class="section" id="
|
1280
|
-
<h3>修正<a class="headerlink" href="#
|
1333
|
+
<div class="section" id="id63">
|
1334
|
+
<h3>修正<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1281
1335
|
<ul class="simple">
|
1282
1336
|
<li><p class="first">インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</p>
|
1283
1337
|
</li>
|
@@ -1291,8 +1345,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1291
1345
|
</li>
|
1292
1346
|
</ul>
|
1293
1347
|
</div>
|
1294
|
-
<div class="section" id="
|
1295
|
-
<h3>感謝<a class="headerlink" href="#
|
1348
|
+
<div class="section" id="id64">
|
1349
|
+
<h3>感謝<a class="headerlink" href="#id64" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1296
1350
|
<ul class="simple">
|
1297
1351
|
<li><p class="first">かずひこさん</p>
|
1298
1352
|
</li>
|
@@ -1303,8 +1357,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1303
1357
|
</div>
|
1304
1358
|
<div class="section" id="release-2-0-0-2012-02-29">
|
1305
1359
|
<h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1306
|
-
<div class="section" id="
|
1307
|
-
<h3>改良<a class="headerlink" href="#
|
1360
|
+
<div class="section" id="id65">
|
1361
|
+
<h3>改良<a class="headerlink" href="#id65" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1308
1362
|
<ul class="simple">
|
1309
1363
|
<li><p class="first">[dat] 長さが0かどうかキーをチェックするようにした。</p>
|
1310
1364
|
</li>
|
@@ -1342,8 +1396,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1342
1396
|
</li>
|
1343
1397
|
</ul>
|
1344
1398
|
</div>
|
1345
|
-
<div class="section" id="
|
1346
|
-
<h3>修正<a class="headerlink" href="#
|
1399
|
+
<div class="section" id="id66">
|
1400
|
+
<h3>修正<a class="headerlink" href="#id66" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1347
1401
|
<ul class="simple">
|
1348
1402
|
<li><p class="first">[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</p>
|
1349
1403
|
</li>
|
@@ -1357,8 +1411,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1357
1411
|
</li>
|
1358
1412
|
</ul>
|
1359
1413
|
</div>
|
1360
|
-
<div class="section" id="
|
1361
|
-
<h3>感謝<a class="headerlink" href="#
|
1414
|
+
<div class="section" id="id67">
|
1415
|
+
<h3>感謝<a class="headerlink" href="#id67" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1362
1416
|
<ul class="simple">
|
1363
1417
|
<li><p class="first">鈴木さん</p>
|
1364
1418
|
</li>
|
@@ -1377,8 +1431,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1377
1431
|
</div>
|
1378
1432
|
<div class="section" id="release-1-3-0-2012-01-29">
|
1379
1433
|
<h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1380
|
-
<div class="section" id="
|
1381
|
-
<h3>改良<a class="headerlink" href="#
|
1434
|
+
<div class="section" id="id68">
|
1435
|
+
<h3>改良<a class="headerlink" href="#id68" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1382
1436
|
<ul class="simple">
|
1383
1437
|
<li><p class="first">GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</p>
|
1384
1438
|
</li>
|
@@ -1430,8 +1484,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1430
1484
|
</li>
|
1431
1485
|
</ul>
|
1432
1486
|
</div>
|
1433
|
-
<div class="section" id="
|
1434
|
-
<h3>感謝<a class="headerlink" href="#
|
1487
|
+
<div class="section" id="id69">
|
1488
|
+
<h3>感謝<a class="headerlink" href="#id69" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1435
1489
|
<ul class="simple">
|
1436
1490
|
<li><p class="first">montywiさん</p>
|
1437
1491
|
</li>
|
@@ -1554,148 +1608,154 @@ This change not to contain such a metadata as search results.</li>
|
|
1554
1608
|
<h3><a href="index.html">目次</a></h3>
|
1555
1609
|
<ul>
|
1556
1610
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
1557
|
-
<li><a class="reference internal" href="#release-3-1-
|
1611
|
+
<li><a class="reference internal" href="#release-3-1-1-2013-12-29">3.1.1リリース - 2013/12/29</a><ul>
|
1558
1612
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
1559
1613
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
1560
1614
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
1561
1615
|
</ul>
|
1562
1616
|
</li>
|
1563
|
-
<li><a class="reference internal" href="#release-3-0-
|
1617
|
+
<li><a class="reference internal" href="#release-3-1-0-2013-11-29">3.1.0リリース - 2013/11/29</a><ul>
|
1564
1618
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
1565
1619
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
1566
1620
|
<li><a class="reference internal" href="#id3">感謝</a></li>
|
1567
1621
|
</ul>
|
1568
1622
|
</li>
|
1569
|
-
<li><a class="reference internal" href="#release-3-0-
|
1623
|
+
<li><a class="reference internal" href="#release-3-0-9-2013-10-29">3.0.9リリース - 2013/10/29</a><ul>
|
1570
1624
|
<li><a class="reference internal" href="#id4">改良</a></li>
|
1571
1625
|
<li><a class="reference internal" href="#id5">修正</a></li>
|
1572
1626
|
<li><a class="reference internal" href="#id6">感謝</a></li>
|
1573
1627
|
</ul>
|
1574
1628
|
</li>
|
1575
|
-
<li><a class="reference internal" href="#release-3-0-
|
1629
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">3.0.8リリース - 2013/09/29</a><ul>
|
1576
1630
|
<li><a class="reference internal" href="#id7">改良</a></li>
|
1577
1631
|
<li><a class="reference internal" href="#id8">修正</a></li>
|
1578
1632
|
<li><a class="reference internal" href="#id9">感謝</a></li>
|
1579
1633
|
</ul>
|
1580
1634
|
</li>
|
1581
|
-
<li><a class="reference internal" href="#release-3-0-
|
1635
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">3.0.7リリース - 2013/08/29</a><ul>
|
1582
1636
|
<li><a class="reference internal" href="#id10">改良</a></li>
|
1583
1637
|
<li><a class="reference internal" href="#id11">修正</a></li>
|
1584
1638
|
<li><a class="reference internal" href="#id12">感謝</a></li>
|
1585
1639
|
</ul>
|
1586
1640
|
</li>
|
1587
|
-
<li><a class="reference internal" href="#release-3-0-
|
1641
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">3.0.6リリース - 2013/07/29</a><ul>
|
1588
1642
|
<li><a class="reference internal" href="#id13">改良</a></li>
|
1589
1643
|
<li><a class="reference internal" href="#id14">修正</a></li>
|
1590
1644
|
<li><a class="reference internal" href="#id15">感謝</a></li>
|
1591
1645
|
</ul>
|
1592
1646
|
</li>
|
1593
|
-
<li><a class="reference internal" href="#release-3-0-
|
1647
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">3.0.5リリース - 2013/06/29</a><ul>
|
1594
1648
|
<li><a class="reference internal" href="#id16">改良</a></li>
|
1595
1649
|
<li><a class="reference internal" href="#id17">修正</a></li>
|
1596
1650
|
<li><a class="reference internal" href="#id18">感謝</a></li>
|
1597
1651
|
</ul>
|
1598
1652
|
</li>
|
1599
|
-
<li><a class="reference internal" href="#release-3-0-
|
1653
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">3.0.4リリース - 2013/05/29</a><ul>
|
1600
1654
|
<li><a class="reference internal" href="#id19">改良</a></li>
|
1655
|
+
<li><a class="reference internal" href="#id20">修正</a></li>
|
1656
|
+
<li><a class="reference internal" href="#id21">感謝</a></li>
|
1601
1657
|
</ul>
|
1602
1658
|
</li>
|
1603
|
-
<li><a class="reference internal" href="#release-3-0-
|
1604
|
-
<li><a class="reference internal" href="#
|
1605
|
-
<li><a class="reference internal" href="#id21">修正</a></li>
|
1606
|
-
<li><a class="reference internal" href="#id22">感謝</a></li>
|
1659
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">3.0.3リリース - 2013/04/29</a><ul>
|
1660
|
+
<li><a class="reference internal" href="#id22">改良</a></li>
|
1607
1661
|
</ul>
|
1608
1662
|
</li>
|
1609
|
-
<li><a class="reference internal" href="#release-3-0-
|
1663
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">3.0.2リリース - 2013/03/29</a><ul>
|
1610
1664
|
<li><a class="reference internal" href="#id23">改良</a></li>
|
1611
1665
|
<li><a class="reference internal" href="#id24">修正</a></li>
|
1612
1666
|
<li><a class="reference internal" href="#id25">感謝</a></li>
|
1613
1667
|
</ul>
|
1614
1668
|
</li>
|
1615
|
-
<li><a class="reference internal" href="#release-3-0-
|
1616
|
-
<li><a class="reference internal" href="#id26"
|
1617
|
-
<li><a class="reference internal" href="#id27"
|
1669
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
|
1670
|
+
<li><a class="reference internal" href="#id26">改良</a></li>
|
1671
|
+
<li><a class="reference internal" href="#id27">修正</a></li>
|
1672
|
+
<li><a class="reference internal" href="#id28">感謝</a></li>
|
1618
1673
|
</ul>
|
1619
1674
|
</li>
|
1620
|
-
<li><a class="reference internal" href="#release-
|
1621
|
-
<li><a class="reference internal" href="#id28">改良</a></li>
|
1675
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">3.0.0リリース - 2013/02/09</a><ul>
|
1622
1676
|
<li><a class="reference internal" href="#id29">修正</a></li>
|
1623
1677
|
<li><a class="reference internal" href="#id30">感謝</a></li>
|
1624
1678
|
</ul>
|
1625
1679
|
</li>
|
1626
|
-
<li><a class="reference internal" href="#release-2-1-
|
1627
|
-
<li><a class="reference internal" href="#id31"
|
1680
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">2.1.2リリース - 2013/01/29</a><ul>
|
1681
|
+
<li><a class="reference internal" href="#id31">改良</a></li>
|
1682
|
+
<li><a class="reference internal" href="#id32">修正</a></li>
|
1683
|
+
<li><a class="reference internal" href="#id33">感謝</a></li>
|
1628
1684
|
</ul>
|
1629
1685
|
</li>
|
1630
|
-
<li><a class="reference internal" href="#release-2-1-
|
1631
|
-
<li><a class="reference internal" href="#
|
1632
|
-
<li><a class="reference internal" href="#id33">修正</a></li>
|
1633
|
-
<li><a class="reference internal" href="#id34">感謝</a></li>
|
1686
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
|
1687
|
+
<li><a class="reference internal" href="#id34">修正</a></li>
|
1634
1688
|
</ul>
|
1635
1689
|
</li>
|
1636
|
-
<li><a class="reference internal" href="#release-2-0-
|
1690
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
|
1637
1691
|
<li><a class="reference internal" href="#id35">改良</a></li>
|
1638
1692
|
<li><a class="reference internal" href="#id36">修正</a></li>
|
1639
1693
|
<li><a class="reference internal" href="#id37">感謝</a></li>
|
1640
1694
|
</ul>
|
1641
1695
|
</li>
|
1642
|
-
<li><a class="reference internal" href="#release-2-0-
|
1696
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
|
1643
1697
|
<li><a class="reference internal" href="#id38">改良</a></li>
|
1644
1698
|
<li><a class="reference internal" href="#id39">修正</a></li>
|
1645
1699
|
<li><a class="reference internal" href="#id40">感謝</a></li>
|
1646
1700
|
</ul>
|
1647
1701
|
</li>
|
1648
|
-
<li><a class="reference internal" href="#release-2-0-
|
1702
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
|
1649
1703
|
<li><a class="reference internal" href="#id41">改良</a></li>
|
1650
1704
|
<li><a class="reference internal" href="#id42">修正</a></li>
|
1651
1705
|
<li><a class="reference internal" href="#id43">感謝</a></li>
|
1652
1706
|
</ul>
|
1653
1707
|
</li>
|
1654
|
-
<li><a class="reference internal" href="#release-2-0-
|
1708
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
|
1655
1709
|
<li><a class="reference internal" href="#id44">改良</a></li>
|
1656
1710
|
<li><a class="reference internal" href="#id45">修正</a></li>
|
1657
1711
|
<li><a class="reference internal" href="#id46">感謝</a></li>
|
1658
1712
|
</ul>
|
1659
1713
|
</li>
|
1660
|
-
<li><a class="reference internal" href="#release-2-0-
|
1714
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
|
1661
1715
|
<li><a class="reference internal" href="#id47">改良</a></li>
|
1662
1716
|
<li><a class="reference internal" href="#id48">修正</a></li>
|
1663
1717
|
<li><a class="reference internal" href="#id49">感謝</a></li>
|
1664
1718
|
</ul>
|
1665
1719
|
</li>
|
1666
|
-
<li><a class="reference internal" href="#release-2-0-
|
1720
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
|
1667
1721
|
<li><a class="reference internal" href="#id50">改良</a></li>
|
1668
1722
|
<li><a class="reference internal" href="#id51">修正</a></li>
|
1669
1723
|
<li><a class="reference internal" href="#id52">感謝</a></li>
|
1670
1724
|
</ul>
|
1671
1725
|
</li>
|
1672
|
-
<li><a class="reference internal" href="#release-2-0-
|
1726
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
|
1673
1727
|
<li><a class="reference internal" href="#id53">改良</a></li>
|
1674
1728
|
<li><a class="reference internal" href="#id54">修正</a></li>
|
1675
1729
|
<li><a class="reference internal" href="#id55">感謝</a></li>
|
1676
1730
|
</ul>
|
1677
1731
|
</li>
|
1678
|
-
<li><a class="reference internal" href="#release-2-0-
|
1732
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
|
1679
1733
|
<li><a class="reference internal" href="#id56">改良</a></li>
|
1680
1734
|
<li><a class="reference internal" href="#id57">修正</a></li>
|
1681
1735
|
<li><a class="reference internal" href="#id58">感謝</a></li>
|
1682
1736
|
</ul>
|
1683
1737
|
</li>
|
1684
|
-
<li><a class="reference internal" href="#release-2-0-
|
1738
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
|
1685
1739
|
<li><a class="reference internal" href="#id59">改良</a></li>
|
1686
1740
|
<li><a class="reference internal" href="#id60">修正</a></li>
|
1687
1741
|
<li><a class="reference internal" href="#id61">感謝</a></li>
|
1688
1742
|
</ul>
|
1689
1743
|
</li>
|
1690
|
-
<li><a class="reference internal" href="#release-2-0-
|
1744
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
|
1691
1745
|
<li><a class="reference internal" href="#id62">改良</a></li>
|
1692
1746
|
<li><a class="reference internal" href="#id63">修正</a></li>
|
1693
1747
|
<li><a class="reference internal" href="#id64">感謝</a></li>
|
1694
1748
|
</ul>
|
1695
1749
|
</li>
|
1696
|
-
<li><a class="reference internal" href="#release-
|
1750
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
|
1697
1751
|
<li><a class="reference internal" href="#id65">改良</a></li>
|
1698
|
-
<li><a class="reference internal" href="#id66"
|
1752
|
+
<li><a class="reference internal" href="#id66">修正</a></li>
|
1753
|
+
<li><a class="reference internal" href="#id67">感謝</a></li>
|
1754
|
+
</ul>
|
1755
|
+
</li>
|
1756
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
|
1757
|
+
<li><a class="reference internal" href="#id68">改良</a></li>
|
1758
|
+
<li><a class="reference internal" href="#id69">感謝</a></li>
|
1699
1759
|
</ul>
|
1700
1760
|
</li>
|
1701
1761
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1733,7 +1793,7 @@ This change not to contain such a metadata as search results.</li>
|
|
1733
1793
|
<li class="right" style="margin-right: 10px">
|
1734
1794
|
<a href="genindex.html" title="総合索引"
|
1735
1795
|
>索引</a></li>
|
1736
|
-
<li><a href="index.html">Groonga v3.1.
|
1796
|
+
<li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li>
|
1737
1797
|
</ul>
|
1738
1798
|
</div>
|
1739
1799
|
<div class="footer">
|