rroonga 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +29 -0
- data/doc/text/tutorial.textile +176 -199
- data/ext/groonga/extconf.rb +16 -2
- data/ext/groonga/rb-grn-logger.c +214 -202
- data/ext/groonga/rb-grn-object.c +1 -23
- data/ext/groonga/rb-grn-table-cursor.c +1 -2
- data/ext/groonga/rb-grn-table.c +1 -2
- data/ext/groonga/rb-grn-utils.c +3 -7
- data/ext/groonga/rb-grn.h +2 -16
- data/ext/groonga/rb-groonga.c +1 -3
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/context.rb +27 -0
- data/lib/groonga/dumper.rb +35 -3
- data/lib/groonga/logger.rb +142 -0
- data/lib/groonga.rb +2 -1
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +3 -1
- data/test/test-context.rb +63 -0
- data/test/test-logger.rb +1 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +48 -7
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +5 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -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 +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +46 -0
- 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/select.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +193 -138
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +8 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/index.html +22 -18
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -14
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +47 -25
- data/vendor/local/share/doc/groonga/en/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news.html +148 -97
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +403 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +37 -44
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/en/html/server/package.html +375 -0
- data/vendor/local/share/doc/groonga/en/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -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 +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +46 -0
- 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/select.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +192 -137
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +11 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/index.html +28 -24
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -14
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +47 -20
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news.html +135 -97
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +13 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +394 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -68
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +82 -134
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +15 -17
- data/vendor/local/share/doc/groonga/ja/html/reference.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +372 -0
- data/vendor/local/share/doc/groonga/ja/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -9
- data/vendor/local/share/man/ja/man1/groonga.1 +849 -276
- data/vendor/local/share/man/man1/groonga.1 +814 -144
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +883 -1287
- data/ext/groonga/rb-grn-view-accessor.c +0 -53
- data/ext/groonga/rb-grn-view-cursor.c +0 -35
- data/ext/groonga/rb-grn-view-record.c +0 -41
- data/ext/groonga/rb-grn-view.c +0 -414
- data/test/test-schema-view.rb +0 -90
- data/test/test-view.rb +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +0 -196
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +0 -197
- data/vendor/local/share/doc/groonga/source/__init__.py +0 -0
- data/vendor/local/share/doc/groonga/source/characteristic.txt +0 -69
- data/vendor/local/share/doc/groonga/source/community.txt +0 -37
- data/vendor/local/share/doc/groonga/source/conf.py +0 -272
- data/vendor/local/share/doc/groonga/source/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/source/contribution/development/document.txt +0 -40
- data/vendor/local/share/doc/groonga/source/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +0 -661
- data/vendor/local/share/doc/groonga/source/contribution/development/test.txt +0 -116
- data/vendor/local/share/doc/groonga/source/contribution/development.txt +0 -12
- data/vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt +0 -198
- data/vendor/local/share/doc/groonga/source/contribution/documentation.txt +0 -16
- data/vendor/local/share/doc/groonga/source/contribution/report.txt +0 -28
- data/vendor/local/share/doc/groonga/source/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/source/development/travis-ci.txt +0 -61
- data/vendor/local/share/doc/groonga/source/development.txt +0 -15
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log +0 -32
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log +0 -131
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log +0 -90
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log +0 -18
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log +0 -14
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log +0 -77
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log +0 -13
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +0 -17
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log +0 -39
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-data.log +0 -9
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +0 -48
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +0 -57
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log +0 -85
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log +0 -113
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +0 -105
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +0 -129
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +0 -22
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +0 -19
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log +0 -30
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +0 -98
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +0 -73
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +0 -58
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +0 -37
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-2.log +0 -5
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +0 -45
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +0 -102
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +0 -70
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +0 -80
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-2.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-3.log +0 -150
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-4.log +0 -43
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-5.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-7.log +0 -31
- data/vendor/local/share/doc/groonga/source/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg +0 -188
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg +0 -501
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg +0 -899
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg +0 -249
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg +0 -743
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg +0 -261
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg +0 -228
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg +0 -602
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg +0 -917
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg +0 -561
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg +0 -389
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg +0 -469
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg +0 -514
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg +0 -595
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg +0 -424
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg +0 -549
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg +0 -203
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg +0 -264
- data/vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.svg +0 -317
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg +0 -306
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg +0 -304
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.svg +0 -383
- data/vendor/local/share/doc/groonga/source/images/geo-points.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points.svg +0 -296
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg +0 -287
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg +0 -174
- data/vendor/local/share/doc/groonga/source/index.txt +0 -33
- data/vendor/local/share/doc/groonga/source/install/centos.txt +0 -152
- data/vendor/local/share/doc/groonga/source/install/debian.txt +0 -136
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +0 -82
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +0 -53
- data/vendor/local/share/doc/groonga/source/install/others.txt +0 -267
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +0 -196
- data/vendor/local/share/doc/groonga/source/install/windows.txt +0 -87
- data/vendor/local/share/doc/groonga/source/install.txt +0 -28
- data/vendor/local/share/doc/groonga/source/limitations.txt +0 -29
- data/vendor/local/share/doc/groonga/source/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/source/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/source/news/1.2.x.txt +0 -386
- data/vendor/local/share/doc/groonga/source/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/source/news.txt +0 -632
- data/vendor/local/share/doc/groonga/source/rdoc.py +0 -762
- data/vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/api.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/command.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt +0 -54
- data/vendor/local/share/doc/groonga/source/reference/commands/check.txt +0 -166
- data/vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt +0 -63
- data/vendor/local/share/doc/groonga/source/reference/commands/column_create.txt +0 -95
- data/vendor/local/share/doc/groonga/source/reference/commands/column_list.txt +0 -111
- data/vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt +0 -116
- data/vendor/local/share/doc/groonga/source/reference/commands/defrag.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/delete.txt +0 -72
- data/vendor/local/share/doc/groonga/source/reference/commands/dump.txt +0 -91
- data/vendor/local/share/doc/groonga/source/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/source/reference/commands/log_level.txt +0 -67
- data/vendor/local/share/doc/groonga/source/reference/commands/log_put.txt +0 -71
- data/vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt +0 -68
- data/vendor/local/share/doc/groonga/source/reference/commands/quit.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +0 -894
- data/vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/status.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/suggest.txt +0 -270
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +0 -286
- data/vendor/local/share/doc/groonga/source/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt +0 -52
- data/vendor/local/share/doc/groonga/source/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt +0 -104
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt +0 -80
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt +0 -105
- data/vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt +0 -66
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt +0 -209
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +0 -56
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt +0 -50
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +0 -248
- data/vendor/local/share/doc/groonga/source/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/source/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +0 -301
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/source/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +0 -120
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt +0 -584
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +0 -805
- data/vendor/local/share/doc/groonga/source/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/log.txt +0 -214
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +0 -122
- data/vendor/local/share/doc/groonga/source/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/source/reference/pseudo_column.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/source/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +0 -163
- data/vendor/local/share/doc/groonga/source/reference/tokenizers.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/types.txt +0 -129
- data/vendor/local/share/doc/groonga/source/reference.txt +0 -24
- data/vendor/local/share/doc/groonga/source/server/gqtp.txt +0 -16
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http.txt +0 -29
- data/vendor/local/share/doc/groonga/source/server.txt +0 -12
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +0 -214
- data/vendor/local/share/doc/groonga/source/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/source/spec.txt +0 -12
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +0 -195
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +0 -115
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +0 -8
- data/vendor/local/share/doc/groonga/source/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/source/textile.py +0 -771
- data/vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/source/troubleshooting.txt +0 -12
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +0 -155
- data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +0 -66
- data/vendor/local/share/doc/groonga/source/tutorial/index.txt +0 -118
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +0 -286
- data/vendor/local/share/doc/groonga/source/tutorial/lexicon.txt +0 -11
- data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +0 -220
- data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +0 -487
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +0 -142
- data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +0 -53
- data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +0 -62
- data/vendor/local/share/doc/groonga/source/tutorial/search.txt +0 -121
- data/vendor/local/share/doc/groonga/source/tutorial.txt +0 -21
@@ -1,632 +0,0 @@
|
|
1
|
-
.. -*- rst -*-
|
2
|
-
|
3
|
-
.. highlightlang:: none
|
4
|
-
|
5
|
-
News
|
6
|
-
====
|
7
|
-
|
8
|
-
.. _release-2-1-1:
|
9
|
-
|
10
|
-
Release 2.1.1 - 2012/12/29
|
11
|
-
--------------------------
|
12
|
-
|
13
|
-
This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
14
|
-
instead.
|
15
|
-
|
16
|
-
Fixes
|
17
|
-
^^^^^
|
18
|
-
|
19
|
-
* Fixed a bug that ``KEY_NORMALIZE`` information in database that is
|
20
|
-
created by groonga 2.0.8 or ealier is dropped.
|
21
|
-
|
22
|
-
.. _release-2-1-0:
|
23
|
-
|
24
|
-
Release 2.1.0 - 2012/12/29
|
25
|
-
--------------------------
|
26
|
-
|
27
|
-
.. Caution::
|
28
|
-
|
29
|
-
Use 2.1.1 instead of 2.1.0. 2.1.0 has a serious bug related
|
30
|
-
``KEY_NORMALIZE``.
|
31
|
-
|
32
|
-
.. Caution::
|
33
|
-
|
34
|
-
This release has backward incompatible changes against ``table_list`` and
|
35
|
-
``column_list`` commands. If you use own program which depends on the output
|
36
|
-
results above commands, you need to support null instead of "null" string.
|
37
|
-
|
38
|
-
This release has supported ``--normalizer`` option, but there is
|
39
|
-
side effect for this feature. If you open old version of groonga
|
40
|
-
database at least once, you can not open its database by old
|
41
|
-
version of groonga.
|
42
|
-
|
43
|
-
There is also another backward incompatible change agaist plugin API for
|
44
|
-
tokenizer. The argument of ``grn_tokenizer_query_open`` API has changed.
|
45
|
-
This API change affects developer of tokenizer plugin.
|
46
|
-
|
47
|
-
Improvements
|
48
|
-
^^^^^^^^^^^^
|
49
|
-
|
50
|
-
* [doc] Added documentation about :ref:`nested-index-search`.
|
51
|
-
* Supported the expression as :doc:`/reference/functions/snippet_html` arguments.
|
52
|
-
This change enables you to use ``snippet_html("STRING" + "STRING")`` for example.
|
53
|
-
You can specify column name or literal for "STRING". [Reported by Tomoatsu Shimada]
|
54
|
-
* Supported to create own normalizer as a plugin.
|
55
|
-
* Moved ``groonga-query-log-analyzer`` as
|
56
|
-
`groonga-query-log <http://rubygems.org/gems/groonga-query-log>`_ RubyGems.
|
57
|
-
It enables you to analyze query logs without installing groonga package.
|
58
|
-
* Supported ``--normalizer`` option for :doc:`/reference/commands/table_create` command.
|
59
|
-
This change enables you to specify normalizer plugin.
|
60
|
-
* Changed "null" string to null value as meaning for "No Object".
|
61
|
-
This is backward incompatible change and affects output results of introspection
|
62
|
-
related commands such as ``table_list`` and ``column_list``.
|
63
|
-
* Added a flag which controls behavior about normalizer as the last argument
|
64
|
-
of ``grn_tokenizer_query_open`` API.
|
65
|
-
* Supported continuous line in :ref:`command-list-with-continuous-line` list.
|
66
|
-
* Improved to support not only no key table, but also hash table, patricia trie
|
67
|
-
and double array trie for :ref:`nested-index-search`.
|
68
|
-
|
69
|
-
Fixes
|
70
|
-
^^^^^
|
71
|
-
|
72
|
-
* [windows] Added missing ``O_BINARY`` flag to open file correctly.
|
73
|
-
This change fixes the infinite loop problem about groonga HTTP server.
|
74
|
-
[GitHub#47] [Patch by Shimomura Tatsuya]
|
75
|
-
* Fixed a bug that ``--default-match-escalation-threshold`` doesn't accept
|
76
|
-
negative value to disable functionality.
|
77
|
-
This fix enable you to disable search escalation.
|
78
|
-
see :option:`--default-match-escalation-threshold` about details.
|
79
|
-
* Fixed a bug that ``_score`` after "*" is ignored in ``--output_columns``.
|
80
|
-
|
81
|
-
Thanks
|
82
|
-
^^^^^^
|
83
|
-
|
84
|
-
* Tomoatsu Shimada
|
85
|
-
* Shimomura Tatsuya
|
86
|
-
|
87
|
-
.. _release-2-0-9:
|
88
|
-
|
89
|
-
Release 2.0.9 - 2012/11/29
|
90
|
-
--------------------------
|
91
|
-
|
92
|
-
Improvements
|
93
|
-
^^^^^^^^^^^^
|
94
|
-
|
95
|
-
* Supported to calculate the value of distance accross border
|
96
|
-
in ``geo_distance`` with ``rectangle`` as approximate type. [#1534]
|
97
|
-
* [doc] Added the :doc:`/spec/gqtp` specification.
|
98
|
-
* Improved to ignore non critical ``getaddrinfo()`` error which groonga command emits on startup.
|
99
|
-
This change does not affects nomal use of groonga because it just checked whether default hostname
|
100
|
-
is resolved in previous version.
|
101
|
-
* [experimental] Added ``snippet_html()`` function which extract keyword and surrounding text.
|
102
|
-
See :doc:`/reference/functions/snippet_html` about details.
|
103
|
-
* Supported to report error reason when error occured during reading table record.
|
104
|
-
* Supported to search with keyword by nested index notation ( concatinate multiple
|
105
|
-
indexed column name with dot character ) if there is a relationship between
|
106
|
-
multiple table with index.
|
107
|
-
* Supported to log "[tokenizer][mecab]" tag when using ``TokenMecab`` tokenizer.
|
108
|
-
* Supported to log "[tokenizer][kytea]" tag when using ``TokenKyTea`` tokenizer.
|
109
|
-
* Improved to use separated array for command error location as output results.
|
110
|
-
This change is incompatibility change, but does not affects existing program.
|
111
|
-
* Added documentation for :doc:`/reference/command/output_format`.
|
112
|
-
* Added documentation for :doc:`/reference/command/return_code` of output results.
|
113
|
-
* Supported range search by using index.
|
114
|
-
|
115
|
-
Fixes
|
116
|
-
^^^^^
|
117
|
-
|
118
|
-
* Fixed to use network byte order for status code of :ref:`gqtp-header-spec` to follow
|
119
|
-
the normal network protocol convention.
|
120
|
-
This change affects that groonga <= 2.0.8 client which connects to groonga server 2.0.9
|
121
|
-
or later can not show status code properly when command failed.
|
122
|
-
* Fixed a bug that UTF-8 normalization computes wrong offset which affects to return value
|
123
|
-
of ``snippet_html()``. This change not to insert tag of snippet into invalid location.
|
124
|
-
[#1531] [Reported by Tomoatsu Shimada]
|
125
|
-
* [windows] Fixed over allocated memory access which cause segmentation fault
|
126
|
-
on startup by groonga command. [#1532] [Patch by Akio Tajima]
|
127
|
-
* [windows] Fixed a bug that data stored in column couldn't be read when total amount of data
|
128
|
-
stored in column exceeds 128MB. [groonga-dev,01088] [Reported by ongaeshi]
|
129
|
-
* Fixed a bug that searching with indexed column for ``Int*`` and ``UInt*``
|
130
|
-
except ``Int32/Uint32`` returns invalid results.
|
131
|
-
* Fixed a bug that deleting record can be found.
|
132
|
-
* Fixed a bug that latin1 and koi8r normalizations could not process all string data
|
133
|
-
if given string contains NULL character on the way.
|
134
|
-
* Fixed to return the correct default value of type when no data stored in column is
|
135
|
-
referenced by ``select`` command.
|
136
|
-
* Fixed to exclude the value of vector column metadata in :ref:`offline-index-construction`.
|
137
|
-
This change not to contain such a metadata as search results.
|
138
|
-
|
139
|
-
Thanks
|
140
|
-
^^^^^^
|
141
|
-
|
142
|
-
* Tomoatsu Shimada
|
143
|
-
* Akio Tajima
|
144
|
-
* ongaeshi
|
145
|
-
|
146
|
-
|
147
|
-
.. _release-2-0-8:
|
148
|
-
|
149
|
-
Release 2.0.8 - 2012/10/29
|
150
|
-
--------------------------
|
151
|
-
|
152
|
-
Improvements
|
153
|
-
^^^^^^^^^^^^
|
154
|
-
|
155
|
-
* [rpm] Improved the description of server-http and httpd packages.
|
156
|
-
[Suggested by Daiki Ueno]
|
157
|
-
* Supported custom query expansion by plugin.
|
158
|
-
* [experimental] Added query expander ``QueryExpanderTSV`` plugin.
|
159
|
-
* Supported Ubuntu 12.10 Quantal Quetzal
|
160
|
-
* [experimental] Supported function call in ``output_columns``.
|
161
|
-
* [doc][rpm] Add missing description about installing MeCab dictionary.
|
162
|
-
[Reported by serihiro]
|
163
|
-
|
164
|
-
Fixes
|
165
|
-
^^^^^
|
166
|
-
|
167
|
-
* [rpm] Fixed to remove needless "Requires" from spec file.
|
168
|
-
[Reported by Daiki Ueno]
|
169
|
-
* [rpm] Fixed inaccurate description about license of groonga-server-gqtp.
|
170
|
-
* [admin] Fixed record edit button shows wrong record. [GitHub#34]
|
171
|
-
[Reported by firewood]
|
172
|
-
* [deb] Fixed to remove needless dependency to pcre.
|
173
|
-
* [deb] Fixed to bundle missing table plugin.
|
174
|
-
|
175
|
-
Thanks
|
176
|
-
^^^^^^
|
177
|
-
|
178
|
-
* Daiki Ueno
|
179
|
-
* firewood
|
180
|
-
* serihiro
|
181
|
-
|
182
|
-
.. _release-2-0-7:
|
183
|
-
|
184
|
-
Release 2.0.7 - 2012/09/29
|
185
|
-
--------------------------
|
186
|
-
|
187
|
-
Improvements
|
188
|
-
^^^^^^^^^^^^
|
189
|
-
|
190
|
-
* [doc] Added more descriptions about ``--query_flags``.
|
191
|
-
* [doc][httpd] Added sample configuration for gzip compression.
|
192
|
-
* [httpd][rpm][centos] Added groonga-httpd init script.
|
193
|
-
* [rpm] Added logrotate config files.
|
194
|
-
* Supported creating database during install process.
|
195
|
-
* [httpd] Supported ``groonga_database_auto_create`` directive.
|
196
|
-
* Supported score respected merge by set operation. [GitHub#31]
|
197
|
-
* [httpd] Supported ``load`` command by POST.
|
198
|
-
* Added error check for creating temporary result set. [GitHub#33]
|
199
|
-
* Added GQTP server package.
|
200
|
-
* Added ``max()`` function.
|
201
|
-
* Added ``min()`` function.
|
202
|
-
|
203
|
-
Fixes
|
204
|
-
^^^^^
|
205
|
-
|
206
|
-
* Fixed to set domain to vector elements to ``load`` command. [GitHub#30]
|
207
|
-
* [httpd] Fixed missing NULL initialization. [Reported by @Kiske]
|
208
|
-
* [httpd] Fixed missing size about ``content_type_len``.
|
209
|
-
* [rpm][fedora] Fixed to use ``--bind-address`` in ``groonga.service``.
|
210
|
-
* Fixed crash by invalid argument filter. [GitHub#32]
|
211
|
-
* Fixed a bug that Time -> Time cast breaks value.
|
212
|
-
* Fixed a bug that Time -> Float cast breaks value.
|
213
|
-
|
214
|
-
Thanks
|
215
|
-
^^^^^^
|
216
|
-
|
217
|
-
* @Kiske
|
218
|
-
|
219
|
-
.. _release-2-0-6:
|
220
|
-
|
221
|
-
Release 2.0.6 - 2012/08/29
|
222
|
-
--------------------------
|
223
|
-
|
224
|
-
Improvements
|
225
|
-
^^^^^^^^^^^^
|
226
|
-
|
227
|
-
* [deb][rpm] Added ``groonga-server-common`` meta package. [#1451]
|
228
|
-
* Supported ``--query_flags`` option to ``select`` command.
|
229
|
-
* Supported PCRE auto detection for groonga-httpd.
|
230
|
-
* [doc] Added information about Twitter and Facebook.
|
231
|
-
* Improved to show error message from MeCab on ``mecab_new2()`` failure.
|
232
|
-
* [doc] Added details about groonga for server use.
|
233
|
-
* Improved to log details about ``vm.overcommit_memory``.
|
234
|
-
* Supported custom selector definition.
|
235
|
-
* Supported ``--working-directory`` option for groonga.
|
236
|
-
* Supported ``dump`` command for groonga-httpd.
|
237
|
-
* Improved to show not found target name for ``clearlock`` command.
|
238
|
-
* Improved error messages about ``get`` command implemented by table plugin.
|
239
|
-
* [rpm][centos] Supported MeCab 0.994. [#1455]
|
240
|
-
[Suggested by IWAI, Masaharu]
|
241
|
-
* Supported changing default logger's max level before ``grn_init()``.
|
242
|
-
* Added ``all_records()`` function which copies all record IDs to the result table.
|
243
|
-
* Supported '-WORD' in ``--query`` of the select command.
|
244
|
-
|
245
|
-
Fixes
|
246
|
-
^^^^^
|
247
|
-
|
248
|
-
* [doc] Fixed the execution examples. [#1428]
|
249
|
-
[Reported by IWAI, Masaharu]
|
250
|
-
* [deb] Fixed not to force groonga user/group by init script for groonga-httpd.
|
251
|
-
* [rpm][fedora] Fixed missing stop parameter for groonga-httpd service.
|
252
|
-
* Fixed a bug that the last 1 byte for cache key is ignored by ``select`` command.
|
253
|
-
* Fixed detection of the number of arguments in the complex function call.
|
254
|
-
* Fixed to suppress a warning by Clang.
|
255
|
-
* Fixed backward incompatibility about missing ``add`` command related error
|
256
|
-
by executing ``clearlock`` command.
|
257
|
-
* [windows] Fixed database open failure which is related to binary data.
|
258
|
-
[Reported by @yito]
|
259
|
-
|
260
|
-
Thanks
|
261
|
-
^^^^^^
|
262
|
-
|
263
|
-
* IWAI, Masaharu
|
264
|
-
* @yito
|
265
|
-
|
266
|
-
|
267
|
-
.. _release-2-0-5:
|
268
|
-
|
269
|
-
Release 2.0.5 - 2012/07/29
|
270
|
-
--------------------------
|
271
|
-
|
272
|
-
Improvements
|
273
|
-
^^^^^^^^^^^^
|
274
|
-
|
275
|
-
* Supported calculating the value of distance with "rect" or "rectangle"
|
276
|
-
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]
|
277
|
-
* [doc] Added some literals description in script syntax.
|
278
|
-
* Supported other directory build for groonga-suggest and groonga-httpd.
|
279
|
-
* Supported ";" as a query parameter separator. [#1406]
|
280
|
-
[Suggested by IWAI, Masaharu]
|
281
|
-
* [doc] Added descriptions about script syntax.
|
282
|
-
* Supported near search by ``'column *N "word1 word2 ..."'`` in script syntax.
|
283
|
-
[#1423]
|
284
|
-
* [doc] Added a description about limitation of suffix search.
|
285
|
-
* Supported near search for ``_key`` pseudo column. [GitHub#19]
|
286
|
-
* [doc] Added basic ECMAScript related syntaxes.
|
287
|
-
* [doc] Updated a description about :doc:`/reference/functions/geo_distance`.
|
288
|
-
* [rpm][fedora] Supported Fedora 17.
|
289
|
-
* [rpm][fedora] Dropped Fedora 16 support.
|
290
|
-
* Supported logical not ``"!"`` operator. [GitHub#22]
|
291
|
-
* [httpd] Supported per location groonga database.
|
292
|
-
* Improved to return error messages while load command is processing.
|
293
|
-
* Improved to exit load command when an uncontinuable error occurred.
|
294
|
-
* Improved to stop load command for invalid --columns value.
|
295
|
-
* Supported to open locked database. [GitHub#21]
|
296
|
-
|
297
|
-
Fixes
|
298
|
-
^^^^^
|
299
|
-
|
300
|
-
* Fixed a build problem about groonga-httpd on Mac OS X.
|
301
|
-
[Reported by SHIMADA Koji]
|
302
|
-
* Fixed not to use installed groonga's header files for groonga-httpd.
|
303
|
-
* Fixed a build problem about groonga on Mac OS X Lion.
|
304
|
-
* [doc] Fixed a description of :doc:`/reference/commands/table_remove` command.
|
305
|
-
* Fixed infinite loop problem for not implemented operator without index.
|
306
|
-
[GitHub#20]
|
307
|
-
* Fixed a wrong error code which causes memory leaks.
|
308
|
-
* Fixed a wrong error code which collapse ja columns.
|
309
|
-
* [admin] Fixed to escape error message.
|
310
|
-
* Fixed to ignore unloadable objects which causes database incompatible.
|
311
|
-
[#1429] [Reported by IWAI, Masaharu]
|
312
|
-
|
313
|
-
Thanks
|
314
|
-
^^^^^^
|
315
|
-
|
316
|
-
* SHIMADA Koji
|
317
|
-
* IWAI, Masaharu
|
318
|
-
|
319
|
-
|
320
|
-
.. _release-2-0-4:
|
321
|
-
|
322
|
-
Release 2.0.4 - 2012/06/29
|
323
|
-
--------------------------
|
324
|
-
|
325
|
-
Improvements
|
326
|
-
^^^^^^^^^^^^
|
327
|
-
|
328
|
-
* Supported only KyTea 0.4.2.
|
329
|
-
* Dropped KyTea 0.4.1 or ealier support.
|
330
|
-
* [experimental] Supported nginx based groonga HTTP interface.
|
331
|
-
* Supported calculating the value of distance with "rect" or "rectangle"
|
332
|
-
argument in northern hemisphere. [#1386] [#1387] [#1388] [#1389]
|
333
|
-
* [doc] Added a document about :doc:`/development/travis-ci` integration.
|
334
|
-
* [doc] Added descriptions about full text search and phrase search.
|
335
|
-
See :ref:`full-text-search-condition` and :ref:`phrase-search-condition`
|
336
|
-
about detail.
|
337
|
-
* [doc] Added descriptions about comparison conditions.
|
338
|
-
See :ref:`conditional-expression` about detail.
|
339
|
-
* [doc] Added examples for :doc:`/reference/grn_expr/query_syntax`.
|
340
|
-
* [doc] Added descriptions about :ref:`combined-expression`.
|
341
|
-
* [doc] Added descriptions about :ref:`prefix-search-condition` and
|
342
|
-
:ref:`suffix-search-condition`.
|
343
|
-
* Supported suffix search by index.
|
344
|
-
* [doc] Added a document about :doc:`/reference/grn_expr`.
|
345
|
-
* [munin] Supported JSON library installed by RubyGems [GitHub#17]
|
346
|
-
[Patch by IWAI, Masaharu]
|
347
|
-
* [doc] Updated the description of how to specify a value as Time in tutorial.
|
348
|
-
[#1405] [Reported by IWAI, Masaharu]
|
349
|
-
* [rpm] Removed groonga-tokenizer-mecab dependency from groonga package.
|
350
|
-
[GitHub#18] [Patch by IWAI, Masaharu]
|
351
|
-
|
352
|
-
Fixes
|
353
|
-
^^^^^
|
354
|
-
|
355
|
-
* Fixed a problem that display of command prompt changes to not intended state
|
356
|
-
by using batch mode on Mac OS X.
|
357
|
-
[Reported by @soundkitchen]
|
358
|
-
* Fixed not to terminate after an invalid command in client mode. [#1305]
|
359
|
-
* Fixed a problem that '=R' is treated as 'OR' in ``--query`` syntax. [#1393]
|
360
|
-
|
361
|
-
Thanks
|
362
|
-
^^^^^^
|
363
|
-
|
364
|
-
* @soundkitchen
|
365
|
-
* IWAI, Masaharu
|
366
|
-
|
367
|
-
.. _release-2-0-3:
|
368
|
-
|
369
|
-
Release 2.0.3 - 2012/05/29
|
370
|
-
--------------------------
|
371
|
-
|
372
|
-
Improvements
|
373
|
-
^^^^^^^^^^^^
|
374
|
-
|
375
|
-
* [doc] Added about release procedure.
|
376
|
-
* Removed restriction that the max number of opened files is 4096.
|
377
|
-
* [experimental] Added table plugin.
|
378
|
-
* [doc] Added more descriptions about :doc:`/reference/commands/select` command.
|
379
|
-
* [doc] Made execution example copy & paste friendly.
|
380
|
-
* [windows] Supported build with Visual Studio 2010 Express and
|
381
|
-
CMake. See :doc:`/install/windows` about details.
|
382
|
-
* [doc][solaris] Added a document about building on Solaris.
|
383
|
-
See :doc:`/install/solaris` about details.
|
384
|
-
* [doc][yum] Updated epel-release package version.
|
385
|
-
[Reported by IWAI, Masaharu]
|
386
|
-
* [doc][cenos6] Disabled Repoforge for Munin for CentOS 6.
|
387
|
-
[Reported by IWAI, Masaharu]
|
388
|
-
* Started distributing source archive in zip format.
|
389
|
-
* [munin] groonga_dist Munin plugin supported an object that has
|
390
|
-
separated files.
|
391
|
-
* Started using Travis CI.
|
392
|
-
* [yum] Changed RPM package name that provides yum repository from
|
393
|
-
groonga-repository to groonga-release to follow RPM package name
|
394
|
-
convension such as centos-release and fedora-release.
|
395
|
-
|
396
|
-
Fixes
|
397
|
-
^^^^^
|
398
|
-
|
399
|
-
* [doc] Fixed a command to update yum repository.
|
400
|
-
[Suggested by IWAI, Masaharu]
|
401
|
-
* [deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol.
|
402
|
-
* Fixed broken ERROR tag in XML response.
|
403
|
-
[#1363] [GitHub#13] [Patch by IWAI, Masaharu]
|
404
|
-
* Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin().
|
405
|
-
* Fixed a bug that ``&!`` set operation doesn't work with grouped
|
406
|
-
expression. [#1372]
|
407
|
-
* Fixed a bug that a record key registered via index source isn't normalized.
|
408
|
-
|
409
|
-
Thanks
|
410
|
-
^^^^^^
|
411
|
-
|
412
|
-
* IWAI, Masaharu
|
413
|
-
|
414
|
-
.. _release-2-0-2:
|
415
|
-
|
416
|
-
Release 2.0.2 - 2012/04/29
|
417
|
-
--------------------------
|
418
|
-
|
419
|
-
.. caution::
|
420
|
-
|
421
|
-
The package sign key is changed since this release. Import the new
|
422
|
-
package sign key before updating groogna packages.
|
423
|
-
|
424
|
-
Debian/Ubuntu::
|
425
|
-
|
426
|
-
% sudo apt-get update
|
427
|
-
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
|
428
|
-
|
429
|
-
CentOS/Fedora::
|
430
|
-
|
431
|
-
% sudo yum makecache
|
432
|
-
% sudo yum install --nogpgcheck -y groonga-repository
|
433
|
-
|
434
|
-
Improvements
|
435
|
-
^^^^^^^^^^^^
|
436
|
-
|
437
|
-
* [pkg-config] Removed needless MessagePack dependency.
|
438
|
-
* [rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]
|
439
|
-
* [rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]
|
440
|
-
* [groonga] Improved daemoinzed timing. Groonga server daemonizes
|
441
|
-
after socket is listened. It means that groonga server is ready when
|
442
|
-
groonga server is daemonized. [#1326]
|
443
|
-
* [admin] Supported suggest in groonga administration page.
|
444
|
-
* [dump] Ignored MeCab tokenizer load error.
|
445
|
-
* Supported CMake.
|
446
|
-
* [load] Supported error report when a column value can't be set.
|
447
|
-
* Supported similar search. ``select --filter "column *S 'TEXT'"``
|
448
|
-
is the similar search syntax. [#1342]
|
449
|
-
* [apt][yum] Changed package sign key.
|
450
|
-
* Supported Ubuntu Precise Pangolin.
|
451
|
-
* [apt] Added a new groonga-keyring deb package for the groonga's
|
452
|
-
package sign key.
|
453
|
-
|
454
|
-
Fixes
|
455
|
-
^^^^^
|
456
|
-
|
457
|
-
* [deb][rpm] Used ``--bind-address`` option instead of deprecated
|
458
|
-
``--address`` option.
|
459
|
-
[#1320] [Patch by IWAI, Masaharu]
|
460
|
-
* [deb] Renamed groonga-server package's configuration file to
|
461
|
-
/etc/default/groonga-server from /etc/default/groonga.
|
462
|
-
* [rpm][fedora] Fixed upgrade condition in %post server.
|
463
|
-
[GitHub#11] [Patch by Daiki Ueno]
|
464
|
-
* [rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]
|
465
|
-
* [deb][rpm] Added missing curl dependency.
|
466
|
-
[GitHub#12] [Patch by IWAI, Masaharu]
|
467
|
-
* [rpm] Removed needleess ruby package dependency from groonga package.
|
468
|
-
[#1330] [Suggested by IWAI, Masaharu]
|
469
|
-
* [deb] Added missing default values to groonga-server's
|
470
|
-
configuration file.
|
471
|
-
* Fixed a crash bug that is caused when searching with updaging very large
|
472
|
-
inverted index. [#1329]
|
473
|
-
* Fixed a bug that strings are compared as characters instead of byte string.
|
474
|
-
[#1340] [Reported by Shinya Kawaji]
|
475
|
-
|
476
|
-
Thanks
|
477
|
-
^^^^^^
|
478
|
-
|
479
|
-
* IWAI, Masaharu
|
480
|
-
* Daiki Ueno
|
481
|
-
* Shinya Kawaji
|
482
|
-
|
483
|
-
.. _release-2-0-1:
|
484
|
-
|
485
|
-
Release 2.0.1 - 2012/03/29
|
486
|
-
--------------------------
|
487
|
-
|
488
|
-
Improvements
|
489
|
-
^^^^^^^^^^^^
|
490
|
-
|
491
|
-
* Supported build in other directory.
|
492
|
-
[#1298] [Reported by Kazuhiko]
|
493
|
-
* [solaris] Supported build on Solaris 11. [Reported by Kazuhiko]
|
494
|
-
* [test] Supported functional test.
|
495
|
-
* [test] Required ``--with-ruby19`` configure option for testing by Ruby.
|
496
|
-
* [dump] Supported records dump for a table that has default tokenizer.
|
497
|
-
* [suggest] Added ``similar_search`` option.
|
498
|
-
* [groonga] Removed deprecated options, ``-a``, ``--address`` and
|
499
|
-
``--admin-html-path``.
|
500
|
-
* Added more return value checks. [GitHub#9] [Reported by Markus Elfring]
|
501
|
-
* [dat] Supported term extract operation.
|
502
|
-
* Added `logos <http://groonga.org/logo/>`_ .
|
503
|
-
* Updated HTML design.
|
504
|
-
* Renamed ``grntest`` to ``groonga-benchmark``.
|
505
|
-
* Supported ``autogen.sh`` on CentOS 5.
|
506
|
-
* [linux] Added ``vm.overcommit_memory`` kernel parameter value
|
507
|
-
check. [#1289]
|
508
|
-
* ``grn_snip`` uses ``grn_obj`` mechanism. [#1054]
|
509
|
-
|
510
|
-
Fixes
|
511
|
-
^^^^^
|
512
|
-
|
513
|
-
* Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
514
|
-
scripts. [#1299] [Reported by Kazuhiko]
|
515
|
-
* Added a missing Gemfile. [#1302] [Reported by Kazuhiko]
|
516
|
-
* Fixed a bug that some indexed records aren't found. The feature is
|
517
|
-
only used by mroonga. [#1303]
|
518
|
-
* [groonga] Appended missing ``-id`` to ``--server-id`` option name.
|
519
|
-
* Fixed a bug that latin1 normalization may access unexpected memory.
|
520
|
-
|
521
|
-
Thanks
|
522
|
-
^^^^^^
|
523
|
-
|
524
|
-
* Kazuhiko
|
525
|
-
* Markus Elfring
|
526
|
-
|
527
|
-
.. _release-2-0-0:
|
528
|
-
|
529
|
-
Release 2.0.0 - 2012/02/29
|
530
|
-
--------------------------
|
531
|
-
|
532
|
-
Improvements
|
533
|
-
^^^^^^^^^^^^
|
534
|
-
|
535
|
-
* [dat] Added 0 length key check.
|
536
|
-
* [windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
537
|
-
[Reported by Suzuki]
|
538
|
-
* [php] Supported PHP 5.4. [Patch by Daiki Ueno]
|
539
|
-
* Updated FSF address. [Suggested by Daiki Ueno]
|
540
|
-
* [fedora] Supported systemd. [Patch by Daiki Ueno]
|
541
|
-
* [rpm][debian] Changed the default protocol to HTTP from gqtp.
|
542
|
-
* [rpm][centos] Supported status command.
|
543
|
-
* Removed needless ``:`` from log message.
|
544
|
-
* Removed deprecated grn_query. [#1247]
|
545
|
-
* Reduced needless grn_ctx_at() calls on creating table.
|
546
|
-
* [pat] Supported cache.
|
547
|
-
* [tokenizer] Improved tokenizer API.
|
548
|
-
* Accepted ``@`` as a valid name character.
|
549
|
-
* [tokenizer] Added a tokenizer based on
|
550
|
-
`KyTea <http://www.phontron.com/kytea/>`_.
|
551
|
-
* Supported :doc:`offline index construction </reference/indexing>`.
|
552
|
-
* [tokenizer] Supported MeCab 0.993. [groonga-dev,00703]
|
553
|
-
[Reported by Masaharu YOSHIOKA]
|
554
|
-
* [windows] Supported MessagePack.
|
555
|
-
|
556
|
-
Fixes
|
557
|
-
^^^^^
|
558
|
-
|
559
|
-
* [pat] Fixed a bug that the last node can't be found. [#1258]
|
560
|
-
* [doc] Fixed links in Japanese page. [Reported by @naoina]
|
561
|
-
* [doc] Fixed wrong the default value. [Reported by @naoina]
|
562
|
-
* Fixed a typo. [Reported by Kazuhiko]
|
563
|
-
* [http] Fixed a bug that ``load`` command error isn't cleared.
|
564
|
-
[Reported by @wareohji]
|
565
|
-
|
566
|
-
Thanks
|
567
|
-
^^^^^^
|
568
|
-
|
569
|
-
* Suzuki
|
570
|
-
* Daiki Ueno
|
571
|
-
* @naoina
|
572
|
-
* Kazuhiko
|
573
|
-
* Masaharu YOSHIOKA
|
574
|
-
* @wareohji
|
575
|
-
|
576
|
-
.. _release-1-3-0:
|
577
|
-
|
578
|
-
Release 1.3.0 - 2012/01/29
|
579
|
-
--------------------------
|
580
|
-
|
581
|
-
Improvements
|
582
|
-
^^^^^^^^^^^^
|
583
|
-
|
584
|
-
* Supported dynamic DB key table change by
|
585
|
-
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.
|
586
|
-
* Added ``--with-default-db-key`` configure option that
|
587
|
-
specifies the default DB key table.
|
588
|
-
* Supported "" value for geo point data types. It's interpreted as "0x0".
|
589
|
-
* Added column name to cast error message.
|
590
|
-
* Inhibit file information for stdin on load error.
|
591
|
-
* Enabled write-strings warnings and suppress those
|
592
|
-
warnings. [Suggested by montywi]
|
593
|
-
* Marked MessagePack output format as supported. [#1215]
|
594
|
-
* Added ``const`` to ``void *`` of ``*_set_value()``.
|
595
|
-
* Enabled warning flags on C and C++.
|
596
|
-
* Supported ``--with-libevent`` without value configure option.
|
597
|
-
* ``grn_table_get()`` supported grn_db. [#1242]
|
598
|
-
* [rpm] Removed needless groogna-munin-plugins dependency
|
599
|
-
from groonga-server. [#1251] [Suggested by Masaharu IWAI]
|
600
|
-
* [rpm] Removed needless groogna-doc dependency
|
601
|
-
from groonga. [#1251] [Suggested by Masaharu IWAI]
|
602
|
-
* [dat] Supported repair by ``grn_dat_repair()``.
|
603
|
-
* ``grn_table_at()`` supported grn_db.
|
604
|
-
* [suggest] Removed unstable mark.
|
605
|
-
* [suggest][complete] Supported normalized value search in prefix-search.
|
606
|
-
* Added experimental offline index build. It's disabled by
|
607
|
-
default for now. You can enable it by
|
608
|
-
USE_OFFLINE_INDEXER=yes environment variable.
|
609
|
-
* Added internal API ``grn_obj_path_by_id()`` for mroonga.
|
610
|
-
* [suggest][httpd] Passed unknown parameters to groonga.
|
611
|
-
* [output][xml] Added a newline before ``</RESULT>`` for readability.
|
612
|
-
* [doc][output] Added documentation about output format type.
|
613
|
-
* Added ``table_rename``. [#1234]
|
614
|
-
* Added ``column_rename``. [#1234]
|
615
|
-
|
616
|
-
Thanks
|
617
|
-
^^^^^^
|
618
|
-
|
619
|
-
* montywi
|
620
|
-
* Masaharu IWAI
|
621
|
-
|
622
|
-
The old releases
|
623
|
-
----------------
|
624
|
-
|
625
|
-
.. toctree::
|
626
|
-
:maxdepth: 2
|
627
|
-
|
628
|
-
news/1.2.x
|
629
|
-
news/1.1.x
|
630
|
-
news/1.0.x
|
631
|
-
news/0.x
|
632
|
-
news/senna
|