rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/grndump +1 -1
- data/doc/text/news.textile +22 -4
- data/ext/groonga/rb-grn-accessor.c +1 -1
- data/ext/groonga/rb-grn-array-cursor.c +1 -1
- data/ext/groonga/rb-grn-array.c +218 -2
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-database.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie.c +1 -1
- data/ext/groonga/rb-grn-encoding-support.c +1 -1
- data/ext/groonga/rb-grn-encoding.c +1 -1
- data/ext/groonga/rb-grn-exception.c +1 -1
- data/ext/groonga/rb-grn-expression-builder.c +1 -1
- data/ext/groonga/rb-grn-expression.c +1 -1
- data/ext/groonga/rb-grn-fix-size-column.c +1 -1
- data/ext/groonga/rb-grn-geo-point.c +1 -1
- data/ext/groonga/rb-grn-hash-cursor.c +1 -1
- data/ext/groonga/rb-grn-hash.c +1 -1
- data/ext/groonga/rb-grn-index-column.c +1 -1
- data/ext/groonga/rb-grn-index-cursor.c +1 -1
- data/ext/groonga/rb-grn-logger.c +1 -1
- data/ext/groonga/rb-grn-normalizer.c +1 -1
- data/ext/groonga/rb-grn-object.c +7 -7
- data/ext/groonga/rb-grn-operator.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-posting.c +1 -1
- data/ext/groonga/rb-grn-procedure.c +1 -1
- data/ext/groonga/rb-grn-record.c +1 -1
- data/ext/groonga/rb-grn-snippet.c +1 -1
- data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +1 -1
- data/ext/groonga/rb-grn-table.c +1 -1
- data/ext/groonga/rb-grn-type.c +1 -1
- data/ext/groonga/rb-grn-utils.c +1 -1
- data/ext/groonga/rb-grn-variable-size-column.c +1 -1
- data/ext/groonga/rb-grn-variable.c +1 -1
- data/ext/groonga/rb-grn.h +4 -4
- data/ext/groonga/rb-groonga.c +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga/context.rb +93 -13
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +2 -1
- data/test/test-array.rb +86 -2
- data/test/test-context.rb +22 -2
- 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.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +16 -8
- data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
- data/vendor/local/include/groonga/groonga/plugin.h +39 -21
- data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/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/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
- 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/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +58 -57
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +104 -95
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +36 -30
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
- 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 +37 -9
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +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 +28 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api.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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +13 -14
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +38 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +33 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
- 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/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- 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.html +11 -9
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
- 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/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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
- 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/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +58 -57
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +36 -30
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
- 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 +28 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api.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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +13 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
- 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/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +11 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
- 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/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 +9 -9
- 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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
- data/vendor/local/share/man/man1/groonga.1 +1370 -521
- metadata +1025 -998
- data/lib/1.8/groonga.so +0 -0
@@ -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
|
10
|
+
<title>2.1. Windows — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga
|
63
|
+
<li><a href="../index.html">groonga v3.0.2 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -84,13 +84,13 @@ size data.</p>
|
|
84
84
|
<p>For 32-bit environment, download x86 executable binary from packages.groonga.org.</p>
|
85
85
|
<p>You can download such a binary by command line operation.</p>
|
86
86
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 executable binary by default browser:</p>
|
87
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-
|
87
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.2-x86.exe
|
88
88
|
</pre></div>
|
89
89
|
</div>
|
90
90
|
<p>Then run it.</p>
|
91
91
|
<p>For 64-bit environment, download x64 executable binary from packages.groonga.org.</p>
|
92
92
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 executable binary by default browser:</p>
|
93
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-
|
93
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.2-x64.exe
|
94
94
|
</pre></div>
|
95
95
|
</div>
|
96
96
|
<p>Then run it.</p>
|
@@ -101,13 +101,13 @@ size data.</p>
|
|
101
101
|
<p>For 32-bit environment, download x86 zip archive from packages.groonga.org.</p>
|
102
102
|
<p>You can download such a binary by command line operation.</p>
|
103
103
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 zip archive by default browser:</p>
|
104
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-
|
104
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.2-x86.zip
|
105
105
|
</pre></div>
|
106
106
|
</div>
|
107
107
|
<p>Then extract it.</p>
|
108
108
|
<p>For 64-bit environment, download x64 zip archive from packages.groonga.org.</p>
|
109
109
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 zip archive by default browser:</p>
|
110
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-
|
110
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.2-x64.zip
|
111
111
|
</pre></div>
|
112
112
|
</div>
|
113
113
|
<p>Then extract it.</p>
|
@@ -128,35 +128,35 @@ Windows. Here are required tools:</p>
|
|
128
128
|
<p>Start <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">Command</span> <span class="pre">Prompt</span> <span class="pre">(2010)</span></tt> installed by Microsoft
|
129
129
|
Visual Studio 2010 Express and download it by default browser:</p>
|
130
130
|
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads
|
131
|
-
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-
|
131
|
+
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.2.zip
|
132
132
|
</pre></div>
|
133
133
|
</div>
|
134
134
|
<p>Then extract it.</p>
|
135
135
|
<p>Move to the groonga's source folder:</p>
|
136
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-
|
136
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.2
|
137
137
|
</pre></div>
|
138
138
|
</div>
|
139
139
|
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
|
140
140
|
version. To build 32-bit version, use <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt>
|
141
141
|
parameter instead:</p>
|
142
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-
|
142
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
143
143
|
</pre></div>
|
144
144
|
</div>
|
145
145
|
<p>Build by Visual C++ 2010 Express:</p>
|
146
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-
|
146
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.2> msbuild groonga.sln /p:Configuration=Release
|
147
147
|
</pre></div>
|
148
148
|
</div>
|
149
149
|
<p>Install by Visual C++ 2010 Express:</p>
|
150
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-
|
150
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.2> msbuild groonga.sln /p:Configuration=Release /t:Install
|
151
151
|
</pre></div>
|
152
152
|
</div>
|
153
153
|
<p>If you installed Visual Studio 2010, use can use devenv instead.</p>
|
154
154
|
<p>Build by Visual Studio 2010:</p>
|
155
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.2> devenv groonga.sln /Build Release
|
156
156
|
</pre></div>
|
157
157
|
</div>
|
158
158
|
<p>Install by Visual Studio 2010:</p>
|
159
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-
|
159
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.2> devenv groonga.sln /Build Release /Project Install
|
160
160
|
</pre></div>
|
161
161
|
</div>
|
162
162
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
|
@@ -220,7 +220,7 @@ parameter instead:</p>
|
|
220
220
|
<li class="right" >
|
221
221
|
<a href="../install.html" title="2. Install"
|
222
222
|
>previous</a> |</li>
|
223
|
-
<li><a href="../index.html">groonga
|
223
|
+
<li><a href="../index.html">groonga v3.0.2 documentation</a> »</li>
|
224
224
|
<li><a href="../install.html" >2. Install</a> »</li>
|
225
225
|
</ul>
|
226
226
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>10. Limitations — groonga
|
10
|
+
<title>10. Limitations — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="9.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">groonga
|
62
|
+
<li><a href="index.html">groonga v3.0.2 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<li class="right" >
|
148
148
|
<a href="spec/search.html" title="9.2. 検索"
|
149
149
|
>previous</a> |</li>
|
150
|
-
<li><a href="index.html">groonga
|
150
|
+
<li><a href="index.html">groonga v3.0.2 documentation</a> »</li>
|
151
151
|
</ul>
|
152
152
|
</div>
|
153
153
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>News — groonga
|
10
|
+
<title>News — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">groonga
|
54
|
+
<li><a href="index.html">groonga v3.0.2 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,125 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-
|
66
|
-
<span id="release-
|
65
|
+
<div class="section" id="release-3-0-2-2013-03-29">
|
66
|
+
<span id="release-3-0-2"></span><h2>Release 3.0.2 - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="Permalink to this headline">¶</a></h2>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
+
<li>Supported two or more indexes for a table key.
|
71
|
+
This change affects to eliminate potential crash case when loading a new key
|
72
|
+
to two or more indexed key.</li>
|
73
|
+
<li>Supported binary operations such as <tt class="docutils literal"><span class="pre">X</span> <span class="pre">+</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">-</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">*</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">/</span> <span class="pre">Y</span></tt>,
|
74
|
+
<tt class="docutils literal"><span class="pre">X</span> <span class="pre">%</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">>></span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre"><<</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">|</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">^</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">&</span> <span class="pre">Y</span></tt> and <tt class="docutils literal"><span class="pre">X</span> <span class="pre">>>></span> <span class="pre">Y</span></tt>
|
75
|
+
for Int8, UInt8, Int16, UInt16 and UInt64.</li>
|
76
|
+
<li>Added english documentation for <tt class="docutils literal"><span class="pre">load</span></tt> command.</li>
|
77
|
+
<li>Supported binary assign operations such as <tt class="docutils literal"><span class="pre">X</span> <span class="pre">+=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">-=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">*=</span> <span class="pre">Y</span></tt>,
|
78
|
+
<tt class="docutils literal"><span class="pre">X</span> <span class="pre">/=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">%=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre"><<=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">>>=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">>>>=</span> <span class="pre">Y</span></tt>, <tt class="docutils literal"><span class="pre">X</span> <span class="pre">&=</span> <span class="pre">Y</span></tt>,
|
79
|
+
<tt class="docutils literal"><span class="pre">X</span> <span class="pre">|=</span> <span class="pre">Y</span></tt> and <tt class="docutils literal"><span class="pre">X</span> <span class="pre">^=</span> <span class="pre">Y</span></tt> for Int8, UInt8, Int16, UInt16 and UInt64.</li>
|
80
|
+
<li>Supported unary operations such as <tt class="docutils literal"><span class="pre">-X</span></tt> for Int8, UInt8, Int16, UInt16 and UInt64.</li>
|
81
|
+
<li>Supported complex string concatination in <tt class="docutils literal"><span class="pre">--output_columns</span></tt>.
|
82
|
+
For example, you can use a query such as <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'"<"</span> <span class="pre">+</span> <span class="pre">title</span> <span class="pre">+</span> <span class="pre">">"'</span></tt>.</li>
|
83
|
+
<li>Added the information of the repository of groonga to development page.</li>
|
84
|
+
<li>Added <tt class="docutils literal"><span class="pre">sub_filter()</span></tt> function.</li>
|
85
|
+
<li>Supported query expander in <tt class="docutils literal"><span class="pre">query()</span></tt> function.
|
86
|
+
This change supports the query such as
|
87
|
+
<tt class="docutils literal"><span class="pre">query("MATCH_COLUMNS",</span> <span class="pre">"QUERY",</span> <span class="pre">"QueryExpanderTSV")</span></tt>.</li>
|
88
|
+
<li>Renamed <tt class="docutils literal"><span class="pre">--query_expansion</span></tt> to <tt class="docutils literal"><span class="pre">--query_expander</span></tt>.
|
89
|
+
<tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
|
90
|
+
</ul>
|
91
|
+
</div>
|
92
|
+
<div class="section" id="fixes">
|
93
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
94
|
+
<ul class="simple">
|
95
|
+
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> fails with "stack error".
|
96
|
+
This bug affects a query such as <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt>.
|
97
|
+
[Groonga-talk (no subject)] [Reported by Hendro Wibowo]</li>
|
98
|
+
<li>Fixed a typo about install documentation. [Reported by hino]</li>
|
99
|
+
<li>Fixed a bug that Travis-CI setup script fails.
|
100
|
+
[groonga-dev,01248] [Reported by ongaeshi]</li>
|
101
|
+
<li>Fixed a memory leak.
|
102
|
+
This bug affects the case which satisfy following three conditions.
|
103
|
+
Column is a reference column, Column is a vector column and
|
104
|
+
Reference key size is 25 byte or lager.</li>
|
105
|
+
<li>Fixed a crash bug by <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">_score.GARBAGE</span></tt>.
|
106
|
+
This affects the case if GARBAGE does not exist.</li>
|
107
|
+
</ul>
|
108
|
+
</div>
|
109
|
+
<div class="section" id="thanks">
|
110
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
111
|
+
<ul class="simple">
|
112
|
+
<li>Hendro Wibowo</li>
|
113
|
+
<li>hino</li>
|
114
|
+
<li>ongaeshi</li>
|
115
|
+
</ul>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
<div class="section" id="release-3-0-1-2013-02-28">
|
119
|
+
<span id="release-3-0-1"></span><h2>Release 3.0.1 - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="Permalink to this headline">¶</a></h2>
|
120
|
+
<div class="section" id="id1">
|
121
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
122
|
+
<ul class="simple">
|
123
|
+
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
124
|
+
<li>Supported AND operation for nested index.
|
125
|
+
In this change, the expression "COLUMN1.COLUMN2 >= 1 && COLUMN1.COLUMN2 <=3" works.
|
126
|
+
Note that the order is important for this expression.
|
127
|
+
"1 <= COLUMN1.COLUMN2" is not supported yet. It is regarded as "COLUMN1.COLUMN2 <= 1".</li>
|
128
|
+
<li>Supported sorting not indexed entries.
|
129
|
+
This change affects the case such as <tt class="docutils literal"><span class="pre">--sortby</span> <span class="pre">geo_distance(...)</span></tt> drops not indexed
|
130
|
+
entries.</li>
|
131
|
+
<li>Supported range search for reference column by index.
|
132
|
+
This change enable you to search range by index which is TABLE_PAT_KEY or TABLE_DAT_KEY
|
133
|
+
based nested index of _key.</li>
|
134
|
+
<li>[rpm][centos] Supported MeCab 0.995.</li>
|
135
|
+
<li>[doc] Added missing documentation of commands such as <tt class="docutils literal"><span class="pre">column_rename</span></tt> or <tt class="docutils literal"><span class="pre">truncate</span></tt>.</li>
|
136
|
+
</ul>
|
137
|
+
</div>
|
138
|
+
<div class="section" id="id2">
|
139
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
140
|
+
<ul class="simple">
|
141
|
+
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
142
|
+
It causes that invalid index entry is returned after deleting entries.
|
143
|
+
This bug affects mroonga in storage mode. [groonga-dev,01192] [Reported by b senboku]</li>
|
144
|
+
<li>Fixed a crash bug that <tt class="docutils literal"><span class="pre">geo_distance()</span></tt> sort by index.
|
145
|
+
This bug occurs by wrong the number of found records.</li>
|
146
|
+
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
147
|
+
</ul>
|
148
|
+
</div>
|
149
|
+
<div class="section" id="id3">
|
150
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
151
|
+
<ul class="simple">
|
152
|
+
<li>b senboku</li>
|
153
|
+
</ul>
|
154
|
+
</div>
|
155
|
+
</div>
|
156
|
+
<div class="section" id="release-3-0-0-2013-02-09">
|
157
|
+
<span id="release-3-0-0"></span><h2>Release 3.0.0 - 2013/02/09<a class="headerlink" href="#release-3-0-0-2013-02-09" title="Permalink to this headline">¶</a></h2>
|
158
|
+
<ul class="simple">
|
159
|
+
<li>Bump version to 3.0.0!</li>
|
160
|
+
</ul>
|
161
|
+
<div class="section" id="id4">
|
162
|
+
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
163
|
+
<ul class="simple">
|
164
|
+
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
165
|
+
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
166
|
+
<li>Fixed a bug that int64 literal is truncated to uint32 value.
|
167
|
+
If you use string literal for int64, this bug does not affects.</li>
|
168
|
+
<li>[rpm][centos] Fixed a bug that stopping <tt class="docutils literal"><span class="pre">groonga-server-http</span></tt> service
|
169
|
+
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
170
|
+
</ul>
|
171
|
+
</div>
|
172
|
+
<div class="section" id="id5">
|
173
|
+
<h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
174
|
+
<ul class="simple">
|
175
|
+
<li>IWAI, Masaharu</li>
|
176
|
+
</ul>
|
177
|
+
</div>
|
178
|
+
</div>
|
179
|
+
<div class="section" id="release-2-1-2-2013-01-29">
|
180
|
+
<span id="release-2-1-2"></span><h2>Release 2.1.2 - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="Permalink to this headline">¶</a></h2>
|
181
|
+
<div class="section" id="id6">
|
182
|
+
<h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
183
|
+
<ul class="simple">
|
70
184
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
71
185
|
For example, you can specify the keyword which has different weight such as
|
72
186
|
'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'
|
@@ -91,8 +205,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
91
205
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
92
206
|
</ul>
|
93
207
|
</div>
|
94
|
-
<div class="section" id="
|
95
|
-
<h3>Fixes<a class="headerlink" href="#
|
208
|
+
<div class="section" id="id7">
|
209
|
+
<h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
96
210
|
<ul class="simple">
|
97
211
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
98
212
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -102,8 +216,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
102
216
|
by select command.</li>
|
103
217
|
</ul>
|
104
218
|
</div>
|
105
|
-
<div class="section" id="
|
106
|
-
<h3>Thanks<a class="headerlink" href="#
|
219
|
+
<div class="section" id="id8">
|
220
|
+
<h3>Thanks<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
107
221
|
<ul class="simple">
|
108
222
|
<li>wing</li>
|
109
223
|
</ul>
|
@@ -113,8 +227,8 @@ by select command.</li>
|
|
113
227
|
<span id="release-2-1-1"></span><h2>Release 2.1.1 - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="Permalink to this headline">¶</a></h2>
|
114
228
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
115
229
|
instead.</p>
|
116
|
-
<div class="section" id="
|
117
|
-
<h3>Fixes<a class="headerlink" href="#
|
230
|
+
<div class="section" id="id9">
|
231
|
+
<h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
118
232
|
<ul class="simple">
|
119
233
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
120
234
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -141,8 +255,8 @@ version of groonga.</p>
|
|
141
255
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
142
256
|
This API change affects developer of tokenizer plugin.</p>
|
143
257
|
</div>
|
144
|
-
<div class="section" id="
|
145
|
-
<h3>Improvements<a class="headerlink" href="#
|
258
|
+
<div class="section" id="id10">
|
259
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
146
260
|
<ul class="simple">
|
147
261
|
<li>[doc] Added documentation about <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
|
148
262
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -164,8 +278,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
164
278
|
and double array trie for <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
|
165
279
|
</ul>
|
166
280
|
</div>
|
167
|
-
<div class="section" id="
|
168
|
-
<h3>Fixes<a class="headerlink" href="#
|
281
|
+
<div class="section" id="id11">
|
282
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
169
283
|
<ul class="simple">
|
170
284
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
171
285
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -177,8 +291,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
177
291
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">_score</span></tt> after "*" is ignored in <tt class="docutils literal"><span class="pre">--output_columns</span></tt>.</li>
|
178
292
|
</ul>
|
179
293
|
</div>
|
180
|
-
<div class="section" id="
|
181
|
-
<h3>Thanks<a class="headerlink" href="#
|
294
|
+
<div class="section" id="id12">
|
295
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
182
296
|
<ul class="simple">
|
183
297
|
<li>Tomoatsu Shimada</li>
|
184
298
|
<li>Shimomura Tatsuya</li>
|
@@ -187,8 +301,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
187
301
|
</div>
|
188
302
|
<div class="section" id="release-2-0-9-2012-11-29">
|
189
303
|
<span id="release-2-0-9"></span><h2>Release 2.0.9 - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="Permalink to this headline">¶</a></h2>
|
190
|
-
<div class="section" id="
|
191
|
-
<h3>Improvements<a class="headerlink" href="#
|
304
|
+
<div class="section" id="id13">
|
305
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
192
306
|
<ul class="simple">
|
193
307
|
<li>Supported to calculate the value of distance accross border
|
194
308
|
in <tt class="docutils literal"><span class="pre">geo_distance</span></tt> with <tt class="docutils literal"><span class="pre">rectangle</span></tt> as approximate type. [#1534]</li>
|
@@ -211,8 +325,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
211
325
|
<li>Supported range search by using index.</li>
|
212
326
|
</ul>
|
213
327
|
</div>
|
214
|
-
<div class="section" id="
|
215
|
-
<h3>Fixes<a class="headerlink" href="#
|
328
|
+
<div class="section" id="id14">
|
329
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
216
330
|
<ul class="simple">
|
217
331
|
<li>Fixed to use network byte order for status code of <a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTP header</em></a> to follow
|
218
332
|
the normal network protocol convention.
|
@@ -236,8 +350,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
236
350
|
This change not to contain such a metadata as search results.</li>
|
237
351
|
</ul>
|
238
352
|
</div>
|
239
|
-
<div class="section" id="
|
240
|
-
<h3>Thanks<a class="headerlink" href="#
|
353
|
+
<div class="section" id="id15">
|
354
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
241
355
|
<ul class="simple">
|
242
356
|
<li>Tomoatsu Shimada</li>
|
243
357
|
<li>Akio Tajima</li>
|
@@ -247,8 +361,8 @@ This change not to contain such a metadata as search results.</li>
|
|
247
361
|
</div>
|
248
362
|
<div class="section" id="release-2-0-8-2012-10-29">
|
249
363
|
<span id="release-2-0-8"></span><h2>Release 2.0.8 - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="Permalink to this headline">¶</a></h2>
|
250
|
-
<div class="section" id="
|
251
|
-
<h3>Improvements<a class="headerlink" href="#
|
364
|
+
<div class="section" id="id16">
|
365
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
252
366
|
<ul class="simple">
|
253
367
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
254
368
|
[Suggested by Daiki Ueno]</li>
|
@@ -260,8 +374,8 @@ This change not to contain such a metadata as search results.</li>
|
|
260
374
|
[Reported by serihiro]</li>
|
261
375
|
</ul>
|
262
376
|
</div>
|
263
|
-
<div class="section" id="
|
264
|
-
<h3>Fixes<a class="headerlink" href="#
|
377
|
+
<div class="section" id="id17">
|
378
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
265
379
|
<ul class="simple">
|
266
380
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
267
381
|
[Reported by Daiki Ueno]</li>
|
@@ -272,8 +386,8 @@ This change not to contain such a metadata as search results.</li>
|
|
272
386
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
273
387
|
</ul>
|
274
388
|
</div>
|
275
|
-
<div class="section" id="
|
276
|
-
<h3>Thanks<a class="headerlink" href="#
|
389
|
+
<div class="section" id="id18">
|
390
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
277
391
|
<ul class="simple">
|
278
392
|
<li>Daiki Ueno</li>
|
279
393
|
<li>firewood</li>
|
@@ -283,8 +397,8 @@ This change not to contain such a metadata as search results.</li>
|
|
283
397
|
</div>
|
284
398
|
<div class="section" id="release-2-0-7-2012-09-29">
|
285
399
|
<span id="release-2-0-7"></span><h2>Release 2.0.7 - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="Permalink to this headline">¶</a></h2>
|
286
|
-
<div class="section" id="
|
287
|
-
<h3>Improvements<a class="headerlink" href="#
|
400
|
+
<div class="section" id="id19">
|
401
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
288
402
|
<ul class="simple">
|
289
403
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
290
404
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -300,8 +414,8 @@ This change not to contain such a metadata as search results.</li>
|
|
300
414
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
301
415
|
</ul>
|
302
416
|
</div>
|
303
|
-
<div class="section" id="
|
304
|
-
<h3>Fixes<a class="headerlink" href="#
|
417
|
+
<div class="section" id="id20">
|
418
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
305
419
|
<ul class="simple">
|
306
420
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
307
421
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -312,8 +426,8 @@ This change not to contain such a metadata as search results.</li>
|
|
312
426
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
313
427
|
</ul>
|
314
428
|
</div>
|
315
|
-
<div class="section" id="
|
316
|
-
<h3>Thanks<a class="headerlink" href="#
|
429
|
+
<div class="section" id="id21">
|
430
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
317
431
|
<ul class="simple">
|
318
432
|
<li>@Kiske</li>
|
319
433
|
</ul>
|
@@ -321,8 +435,8 @@ This change not to contain such a metadata as search results.</li>
|
|
321
435
|
</div>
|
322
436
|
<div class="section" id="release-2-0-6-2012-08-29">
|
323
437
|
<span id="release-2-0-6"></span><h2>Release 2.0.6 - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="Permalink to this headline">¶</a></h2>
|
324
|
-
<div class="section" id="
|
325
|
-
<h3>Improvements<a class="headerlink" href="#
|
438
|
+
<div class="section" id="id22">
|
439
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
326
440
|
<ul class="simple">
|
327
441
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
328
442
|
<li>Supported <tt class="docutils literal"><span class="pre">--query_flags</span></tt> option to <tt class="docutils literal"><span class="pre">select</span></tt> command.</li>
|
@@ -343,8 +457,8 @@ This change not to contain such a metadata as search results.</li>
|
|
343
457
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
344
458
|
</ul>
|
345
459
|
</div>
|
346
|
-
<div class="section" id="
|
347
|
-
<h3>Fixes<a class="headerlink" href="#
|
460
|
+
<div class="section" id="id23">
|
461
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
348
462
|
<ul class="simple">
|
349
463
|
<li>[doc] Fixed the execution examples. [#1428]
|
350
464
|
[Reported by IWAI, Masaharu]</li>
|
@@ -359,8 +473,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
359
473
|
[Reported by @yito]</li>
|
360
474
|
</ul>
|
361
475
|
</div>
|
362
|
-
<div class="section" id="
|
363
|
-
<h3>Thanks<a class="headerlink" href="#
|
476
|
+
<div class="section" id="id24">
|
477
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
364
478
|
<ul class="simple">
|
365
479
|
<li>IWAI, Masaharu</li>
|
366
480
|
<li>@yito</li>
|
@@ -369,8 +483,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
369
483
|
</div>
|
370
484
|
<div class="section" id="release-2-0-5-2012-07-29">
|
371
485
|
<span id="release-2-0-5"></span><h2>Release 2.0.5 - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="Permalink to this headline">¶</a></h2>
|
372
|
-
<div class="section" id="
|
373
|
-
<h3>Improvements<a class="headerlink" href="#
|
486
|
+
<div class="section" id="id25">
|
487
|
+
<h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
374
488
|
<ul class="simple">
|
375
489
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
376
490
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -395,8 +509,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
395
509
|
<li>Supported to open locked database. [GitHub#21]</li>
|
396
510
|
</ul>
|
397
511
|
</div>
|
398
|
-
<div class="section" id="
|
399
|
-
<h3>Fixes<a class="headerlink" href="#
|
512
|
+
<div class="section" id="id26">
|
513
|
+
<h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
400
514
|
<ul class="simple">
|
401
515
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
402
516
|
[Reported by SHIMADA Koji]</li>
|
@@ -412,8 +526,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
412
526
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
413
527
|
</ul>
|
414
528
|
</div>
|
415
|
-
<div class="section" id="
|
416
|
-
<h3>Thanks<a class="headerlink" href="#
|
529
|
+
<div class="section" id="id27">
|
530
|
+
<h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
417
531
|
<ul class="simple">
|
418
532
|
<li>SHIMADA Koji</li>
|
419
533
|
<li>IWAI, Masaharu</li>
|
@@ -422,8 +536,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
422
536
|
</div>
|
423
537
|
<div class="section" id="release-2-0-4-2012-06-29">
|
424
538
|
<span id="release-2-0-4"></span><h2>Release 2.0.4 - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="Permalink to this headline">¶</a></h2>
|
425
|
-
<div class="section" id="
|
426
|
-
<h3>Improvements<a class="headerlink" href="#
|
539
|
+
<div class="section" id="id28">
|
540
|
+
<h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
427
541
|
<ul class="simple">
|
428
542
|
<li>Supported only KyTea 0.4.2.</li>
|
429
543
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -450,8 +564,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
450
564
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
451
565
|
</ul>
|
452
566
|
</div>
|
453
|
-
<div class="section" id="
|
454
|
-
<h3>Fixes<a class="headerlink" href="#
|
567
|
+
<div class="section" id="id29">
|
568
|
+
<h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
455
569
|
<ul class="simple">
|
456
570
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
457
571
|
by using batch mode on Mac OS X.
|
@@ -460,8 +574,8 @@ by using batch mode on Mac OS X.
|
|
460
574
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
461
575
|
</ul>
|
462
576
|
</div>
|
463
|
-
<div class="section" id="
|
464
|
-
<h3>Thanks<a class="headerlink" href="#
|
577
|
+
<div class="section" id="id30">
|
578
|
+
<h3>Thanks<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
465
579
|
<ul class="simple">
|
466
580
|
<li>@soundkitchen</li>
|
467
581
|
<li>IWAI, Masaharu</li>
|
@@ -470,8 +584,8 @@ by using batch mode on Mac OS X.
|
|
470
584
|
</div>
|
471
585
|
<div class="section" id="release-2-0-3-2012-05-29">
|
472
586
|
<span id="release-2-0-3"></span><h2>Release 2.0.3 - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="Permalink to this headline">¶</a></h2>
|
473
|
-
<div class="section" id="
|
474
|
-
<h3>Improvements<a class="headerlink" href="#
|
587
|
+
<div class="section" id="id31">
|
588
|
+
<h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
475
589
|
<ul class="simple">
|
476
590
|
<li>[doc] Added about release procedure.</li>
|
477
591
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -495,8 +609,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
495
609
|
convension such as centos-release and fedora-release.</li>
|
496
610
|
</ul>
|
497
611
|
</div>
|
498
|
-
<div class="section" id="
|
499
|
-
<h3>Fixes<a class="headerlink" href="#
|
612
|
+
<div class="section" id="id32">
|
613
|
+
<h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
500
614
|
<ul class="simple">
|
501
615
|
<li>[doc] Fixed a command to update yum repository.
|
502
616
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -509,8 +623,8 @@ expression. [#1372]</li>
|
|
509
623
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
510
624
|
</ul>
|
511
625
|
</div>
|
512
|
-
<div class="section" id="
|
513
|
-
<h3>Thanks<a class="headerlink" href="#
|
626
|
+
<div class="section" id="id33">
|
627
|
+
<h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
514
628
|
<ul class="simple">
|
515
629
|
<li>IWAI, Masaharu</li>
|
516
630
|
</ul>
|
@@ -533,8 +647,8 @@ package sign key before updating groogna packages.</p>
|
|
533
647
|
</pre></div>
|
534
648
|
</div>
|
535
649
|
</div>
|
536
|
-
<div class="section" id="
|
537
|
-
<h3>Improvements<a class="headerlink" href="#
|
650
|
+
<div class="section" id="id34">
|
651
|
+
<h3>Improvements<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
538
652
|
<ul class="simple">
|
539
653
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
540
654
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -554,8 +668,8 @@ is the similar search syntax. [#1342]</li>
|
|
554
668
|
package sign key.</li>
|
555
669
|
</ul>
|
556
670
|
</div>
|
557
|
-
<div class="section" id="
|
558
|
-
<h3>Fixes<a class="headerlink" href="#
|
671
|
+
<div class="section" id="id35">
|
672
|
+
<h3>Fixes<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
559
673
|
<ul class="simple">
|
560
674
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
561
675
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -577,8 +691,8 @@ inverted index. [#1329]</li>
|
|
577
691
|
[#1340] [Reported by Shinya Kawaji]</li>
|
578
692
|
</ul>
|
579
693
|
</div>
|
580
|
-
<div class="section" id="
|
581
|
-
<h3>Thanks<a class="headerlink" href="#
|
694
|
+
<div class="section" id="id36">
|
695
|
+
<h3>Thanks<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
582
696
|
<ul class="simple">
|
583
697
|
<li>IWAI, Masaharu</li>
|
584
698
|
<li>Daiki Ueno</li>
|
@@ -588,8 +702,8 @@ inverted index. [#1329]</li>
|
|
588
702
|
</div>
|
589
703
|
<div class="section" id="release-2-0-1-2012-03-29">
|
590
704
|
<span id="release-2-0-1"></span><h2>Release 2.0.1 - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="Permalink to this headline">¶</a></h2>
|
591
|
-
<div class="section" id="
|
592
|
-
<h3>Improvements<a class="headerlink" href="#
|
705
|
+
<div class="section" id="id37">
|
706
|
+
<h3>Improvements<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
593
707
|
<ul class="simple">
|
594
708
|
<li>Supported build in other directory.
|
595
709
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -611,8 +725,8 @@ check. [#1289]</li>
|
|
611
725
|
<li><tt class="docutils literal"><span class="pre">grn_snip</span></tt> uses <tt class="docutils literal"><span class="pre">grn_obj</span></tt> mechanism. [#1054]</li>
|
612
726
|
</ul>
|
613
727
|
</div>
|
614
|
-
<div class="section" id="
|
615
|
-
<h3>Fixes<a class="headerlink" href="#
|
728
|
+
<div class="section" id="id38">
|
729
|
+
<h3>Fixes<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
616
730
|
<ul class="simple">
|
617
731
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
618
732
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -623,8 +737,8 @@ only used by mroonga. [#1303]</li>
|
|
623
737
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
624
738
|
</ul>
|
625
739
|
</div>
|
626
|
-
<div class="section" id="
|
627
|
-
<h3>Thanks<a class="headerlink" href="#
|
740
|
+
<div class="section" id="id39">
|
741
|
+
<h3>Thanks<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
628
742
|
<ul class="simple">
|
629
743
|
<li>Kazuhiko</li>
|
630
744
|
<li>Markus Elfring</li>
|
@@ -633,8 +747,8 @@ only used by mroonga. [#1303]</li>
|
|
633
747
|
</div>
|
634
748
|
<div class="section" id="release-2-0-0-2012-02-29">
|
635
749
|
<span id="release-2-0-0"></span><h2>Release 2.0.0 - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="Permalink to this headline">¶</a></h2>
|
636
|
-
<div class="section" id="
|
637
|
-
<h3>Improvements<a class="headerlink" href="#
|
750
|
+
<div class="section" id="id40">
|
751
|
+
<h3>Improvements<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
638
752
|
<ul class="simple">
|
639
753
|
<li>[dat] Added 0 length key check.</li>
|
640
754
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -658,8 +772,8 @@ only used by mroonga. [#1303]</li>
|
|
658
772
|
<li>[windows] Supported MessagePack.</li>
|
659
773
|
</ul>
|
660
774
|
</div>
|
661
|
-
<div class="section" id="
|
662
|
-
<h3>Fixes<a class="headerlink" href="#
|
775
|
+
<div class="section" id="id41">
|
776
|
+
<h3>Fixes<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
663
777
|
<ul class="simple">
|
664
778
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
665
779
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -669,8 +783,8 @@ only used by mroonga. [#1303]</li>
|
|
669
783
|
[Reported by @wareohji]</li>
|
670
784
|
</ul>
|
671
785
|
</div>
|
672
|
-
<div class="section" id="
|
673
|
-
<h3>Thanks<a class="headerlink" href="#
|
786
|
+
<div class="section" id="id42">
|
787
|
+
<h3>Thanks<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
674
788
|
<ul class="simple">
|
675
789
|
<li>Suzuki</li>
|
676
790
|
<li>Daiki Ueno</li>
|
@@ -683,8 +797,8 @@ only used by mroonga. [#1303]</li>
|
|
683
797
|
</div>
|
684
798
|
<div class="section" id="release-1-3-0-2012-01-29">
|
685
799
|
<span id="release-1-3-0"></span><h2>Release 1.3.0 - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="Permalink to this headline">¶</a></h2>
|
686
|
-
<div class="section" id="
|
687
|
-
<h3>Improvements<a class="headerlink" href="#
|
800
|
+
<div class="section" id="id43">
|
801
|
+
<h3>Improvements<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
688
802
|
<ul class="simple">
|
689
803
|
<li>Supported dynamic DB key table change by
|
690
804
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -719,8 +833,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
719
833
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
720
834
|
</ul>
|
721
835
|
</div>
|
722
|
-
<div class="section" id="
|
723
|
-
<h3>Thanks<a class="headerlink" href="#
|
836
|
+
<div class="section" id="id44">
|
837
|
+
<h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
724
838
|
<ul class="simple">
|
725
839
|
<li>montywi</li>
|
726
840
|
<li>Masaharu IWAI</li>
|
@@ -841,85 +955,102 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
841
955
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
842
956
|
<ul>
|
843
957
|
<li><a class="reference internal" href="#">News</a><ul>
|
844
|
-
<li><a class="reference internal" href="#release-
|
958
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
845
959
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
846
960
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
847
961
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
848
962
|
</ul>
|
849
963
|
</li>
|
964
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
965
|
+
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
966
|
+
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
967
|
+
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
968
|
+
</ul>
|
969
|
+
</li>
|
970
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
971
|
+
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
972
|
+
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
973
|
+
</ul>
|
974
|
+
</li>
|
975
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
976
|
+
<li><a class="reference internal" href="#id6">Improvements</a></li>
|
977
|
+
<li><a class="reference internal" href="#id7">Fixes</a></li>
|
978
|
+
<li><a class="reference internal" href="#id8">Thanks</a></li>
|
979
|
+
</ul>
|
980
|
+
</li>
|
850
981
|
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
851
|
-
<li><a class="reference internal" href="#
|
982
|
+
<li><a class="reference internal" href="#id9">Fixes</a></li>
|
852
983
|
</ul>
|
853
984
|
</li>
|
854
985
|
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
855
|
-
<li><a class="reference internal" href="#
|
856
|
-
<li><a class="reference internal" href="#
|
857
|
-
<li><a class="reference internal" href="#
|
986
|
+
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
987
|
+
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
988
|
+
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
858
989
|
</ul>
|
859
990
|
</li>
|
860
991
|
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
861
|
-
<li><a class="reference internal" href="#
|
862
|
-
<li><a class="reference internal" href="#
|
863
|
-
<li><a class="reference internal" href="#
|
992
|
+
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
993
|
+
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
994
|
+
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
864
995
|
</ul>
|
865
996
|
</li>
|
866
997
|
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
867
|
-
<li><a class="reference internal" href="#
|
868
|
-
<li><a class="reference internal" href="#
|
869
|
-
<li><a class="reference internal" href="#
|
998
|
+
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
999
|
+
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
1000
|
+
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
870
1001
|
</ul>
|
871
1002
|
</li>
|
872
1003
|
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
873
|
-
<li><a class="reference internal" href="#
|
874
|
-
<li><a class="reference internal" href="#
|
875
|
-
<li><a class="reference internal" href="#
|
1004
|
+
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
1005
|
+
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
1006
|
+
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
876
1007
|
</ul>
|
877
1008
|
</li>
|
878
1009
|
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
879
|
-
<li><a class="reference internal" href="#
|
880
|
-
<li><a class="reference internal" href="#
|
881
|
-
<li><a class="reference internal" href="#
|
1010
|
+
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1011
|
+
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
1012
|
+
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
882
1013
|
</ul>
|
883
1014
|
</li>
|
884
1015
|
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
885
|
-
<li><a class="reference internal" href="#
|
886
|
-
<li><a class="reference internal" href="#
|
887
|
-
<li><a class="reference internal" href="#
|
1016
|
+
<li><a class="reference internal" href="#id25">Improvements</a></li>
|
1017
|
+
<li><a class="reference internal" href="#id26">Fixes</a></li>
|
1018
|
+
<li><a class="reference internal" href="#id27">Thanks</a></li>
|
888
1019
|
</ul>
|
889
1020
|
</li>
|
890
1021
|
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
891
|
-
<li><a class="reference internal" href="#
|
892
|
-
<li><a class="reference internal" href="#
|
893
|
-
<li><a class="reference internal" href="#
|
1022
|
+
<li><a class="reference internal" href="#id28">Improvements</a></li>
|
1023
|
+
<li><a class="reference internal" href="#id29">Fixes</a></li>
|
1024
|
+
<li><a class="reference internal" href="#id30">Thanks</a></li>
|
894
1025
|
</ul>
|
895
1026
|
</li>
|
896
1027
|
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
897
|
-
<li><a class="reference internal" href="#
|
898
|
-
<li><a class="reference internal" href="#
|
899
|
-
<li><a class="reference internal" href="#
|
1028
|
+
<li><a class="reference internal" href="#id31">Improvements</a></li>
|
1029
|
+
<li><a class="reference internal" href="#id32">Fixes</a></li>
|
1030
|
+
<li><a class="reference internal" href="#id33">Thanks</a></li>
|
900
1031
|
</ul>
|
901
1032
|
</li>
|
902
1033
|
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
903
|
-
<li><a class="reference internal" href="#
|
904
|
-
<li><a class="reference internal" href="#
|
905
|
-
<li><a class="reference internal" href="#
|
1034
|
+
<li><a class="reference internal" href="#id34">Improvements</a></li>
|
1035
|
+
<li><a class="reference internal" href="#id35">Fixes</a></li>
|
1036
|
+
<li><a class="reference internal" href="#id36">Thanks</a></li>
|
906
1037
|
</ul>
|
907
1038
|
</li>
|
908
1039
|
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
909
|
-
<li><a class="reference internal" href="#
|
910
|
-
<li><a class="reference internal" href="#
|
911
|
-
<li><a class="reference internal" href="#
|
1040
|
+
<li><a class="reference internal" href="#id37">Improvements</a></li>
|
1041
|
+
<li><a class="reference internal" href="#id38">Fixes</a></li>
|
1042
|
+
<li><a class="reference internal" href="#id39">Thanks</a></li>
|
912
1043
|
</ul>
|
913
1044
|
</li>
|
914
1045
|
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
915
|
-
<li><a class="reference internal" href="#
|
916
|
-
<li><a class="reference internal" href="#
|
917
|
-
<li><a class="reference internal" href="#
|
1046
|
+
<li><a class="reference internal" href="#id40">Improvements</a></li>
|
1047
|
+
<li><a class="reference internal" href="#id41">Fixes</a></li>
|
1048
|
+
<li><a class="reference internal" href="#id42">Thanks</a></li>
|
918
1049
|
</ul>
|
919
1050
|
</li>
|
920
1051
|
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
921
|
-
<li><a class="reference internal" href="#
|
922
|
-
<li><a class="reference internal" href="#
|
1052
|
+
<li><a class="reference internal" href="#id43">Improvements</a></li>
|
1053
|
+
<li><a class="reference internal" href="#id44">Thanks</a></li>
|
923
1054
|
</ul>
|
924
1055
|
</li>
|
925
1056
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -957,7 +1088,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
957
1088
|
<li class="right" style="margin-right: 10px">
|
958
1089
|
<a href="genindex.html" title="General Index"
|
959
1090
|
>index</a></li>
|
960
|
-
<li><a href="index.html">groonga
|
1091
|
+
<li><a href="index.html">groonga v3.0.2 documentation</a> »</li>
|
961
1092
|
</ul>
|
962
1093
|
</div>
|
963
1094
|
<div class="footer">
|