rroonga 3.0.0-x86-mingw32 → 3.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/text/news.textile +22 -1
- data/ext/groonga/rb-grn-array.c +1 -1
- data/ext/groonga/rb-grn-logger.c +41 -89
- data/ext/groonga/rb-grn-object.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-query-logger.c +75 -2
- data/ext/groonga/rb-grn-table.c +658 -511
- data/ext/groonga/rb-grn-utils.c +113 -22
- data/ext/groonga/rb-grn.h +7 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga.rb +18 -18
- data/lib/groonga/context.rb +11 -3
- data/lib/groonga/logger.rb +26 -0
- data/lib/groonga/record.rb +25 -2
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +1 -1
- data/test/test-column.rb +103 -1
- data/test/test-logger.rb +9 -8
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- data/vendor/local/include/groonga/groonga/plugin.h +4 -4
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +24 -16
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +54 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +163 -140
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +39 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -13
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +632 -7
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +7 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +16 -10
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +50 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +160 -140
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +614 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +7 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +920 -150
- data/vendor/local/share/man/man1/groonga.1 +974 -179
- metadata +4 -4
@@ -5,6 +5,26 @@
|
|
5
5
|
News
|
6
6
|
====
|
7
7
|
|
8
|
+
.. _release-3-0-3:
|
9
|
+
|
10
|
+
Release 3.0.3 - 2013/04/29
|
11
|
+
--------------------------
|
12
|
+
|
13
|
+
Improvements
|
14
|
+
^^^^^^^^^^^^
|
15
|
+
|
16
|
+
* [suggest] Supported to learn with the value of customized weight
|
17
|
+
by using ``configuration.weight`` configuration.
|
18
|
+
* Improved performance of geo-location search. For example,
|
19
|
+
``geo_in_rectangle`` is executed about 10% faster than ever.
|
20
|
+
* [rpm][centos] Added ``additional_configure_options`` parameter
|
21
|
+
for building customized groonga without changing spec file.
|
22
|
+
* Supported KyTea 0.4.5.
|
23
|
+
* Supported vector index access by "vector[N]" syntax.
|
24
|
+
* Added ``--default-tokenizer`` option to :doc:`/reference/executables/groonga-suggest-create-dataset` command.
|
25
|
+
* Added ``--help`` option to :doc:`/reference/executables/groonga-suggest-create-dataset` command.
|
26
|
+
* Supported Ubuntu 13.04 Raring Ringtail.
|
27
|
+
|
8
28
|
.. _release-3-0-2:
|
9
29
|
|
10
30
|
Release 3.0.2 - 2013/03/29
|
@@ -27,9 +27,13 @@ Syntax
|
|
27
27
|
|
28
28
|
``query`` requires two arguments - ``match_column`` and ``query_string``.
|
29
29
|
|
30
|
+
The parameter ``query_expander`` or ``substitution_table`` is optional.
|
31
|
+
|
30
32
|
::
|
31
33
|
|
32
34
|
query(match_column, query_string)
|
35
|
+
query(match_column, query_string, query_expander)
|
36
|
+
query(match_column, query_string, substitution_table)
|
33
37
|
|
34
38
|
|
35
39
|
Usage
|
@@ -102,22 +106,48 @@ keywords on your purpose.
|
|
102
106
|
Parameters
|
103
107
|
----------
|
104
108
|
|
109
|
+
Required parameter
|
110
|
+
^^^^^^^^^^^^^^^^^^
|
111
|
+
|
105
112
|
There are two required parameter, ``match_column`` and ``query_string``.
|
106
113
|
|
107
114
|
``match_column``
|
108
|
-
|
115
|
+
""""""""""""""""
|
109
116
|
|
110
117
|
It specifies ``match_column`` equivalent parameter.
|
111
118
|
|
112
119
|
See :ref:`select-match-columns` about match_column.
|
113
120
|
|
114
121
|
``query_string``
|
115
|
-
|
122
|
+
""""""""""""""""
|
116
123
|
|
117
124
|
It specifies ``query`` equivalent parameter.
|
118
125
|
|
119
126
|
See :ref:`select-query` about query string.
|
120
127
|
|
128
|
+
Optional parameter
|
129
|
+
^^^^^^^^^^^^^^^^^^
|
130
|
+
|
131
|
+
There is a optional parameter, ``approximate_type``.
|
132
|
+
|
133
|
+
``query_expander``
|
134
|
+
""""""""""""""""""
|
135
|
+
|
136
|
+
It specifies the plugin name for query expansion.
|
137
|
+
|
138
|
+
There is one plugin bundled in official release - :doc:`/reference/query_expanders/tsv`.
|
139
|
+
|
140
|
+
See :doc:`/reference/query_expanders/tsv` about details.
|
141
|
+
|
142
|
+
|
143
|
+
``substitution_table``
|
144
|
+
""""""""""""""""""""""
|
145
|
+
|
146
|
+
It specifies the substitution table and substitution column name
|
147
|
+
by following format such as ``${TABLE}.${COLUMN}`` for query expansion.
|
148
|
+
|
149
|
+
See :ref:`query-expander` about details.
|
150
|
+
|
121
151
|
Return value
|
122
152
|
------------
|
123
153
|
|
@@ -126,7 +156,6 @@ Return value
|
|
126
156
|
TODO
|
127
157
|
----
|
128
158
|
|
129
|
-
* Support query_expansion
|
130
159
|
* Support query_flags
|
131
160
|
|
132
161
|
See also
|
@@ -70,8 +70,7 @@ Here is the simple usage of ``sub_filter`` function which extracts the blog entr
|
|
70
70
|
|
71
71
|
.. groonga-command
|
72
72
|
.. include:: ../../example/reference/functions/sub_filter/usage_without_sub_filter.log
|
73
|
-
.. select Blog --output_columns _key \
|
74
|
-
.. --filter "comments.name @ \"A\" && comments.content @ \"groonga\""
|
73
|
+
.. select Blog --output_columns _key --filter "comments.name @ \"A\" && comments.content @ \"groonga\""
|
75
74
|
|
76
75
|
When executing above query, not only "groonga's blog", but also "mroonga's blog".
|
77
76
|
This is not what you want because user "A" does not mention "groonga" to "mroonga's blog".
|
@@ -83,8 +82,7 @@ Without sub_filter, it means that following conditions are met.
|
|
83
82
|
|
84
83
|
.. groonga-command
|
85
84
|
.. include:: ../../example/reference/functions/sub_filter/usage_with_sub_filter.log
|
86
|
-
.. select Blog --output_columns _key
|
87
|
-
.. --filter 'sub_filter(comments, "name @ \\"A\\" && content @ \\"groonga\\"")'
|
85
|
+
.. select Blog --output_columns _key --filter 'sub_filter(comments, "name @ \\"A\\" && content @ \\"groonga\\"")'
|
88
86
|
|
89
87
|
On the other hand, executing above query returns the intended result.
|
90
88
|
Because the arguments of sub_filter is evaluated in comments column's context.
|
@@ -580,7 +580,191 @@ TODO: ...
|
|
580
580
|
Assignment operators
|
581
581
|
--------------------
|
582
582
|
|
583
|
-
|
583
|
+
|
584
|
+
Addition assignment operator
|
585
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
586
|
+
|
587
|
+
Its syntax is ``column1 += column2``.
|
588
|
+
|
589
|
+
The operator performs addition assginment operation on column1 by column2.
|
590
|
+
|
591
|
+
.. groonga-command
|
592
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_addition_assignment_operator.log
|
593
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score += n_likes'
|
594
|
+
|
595
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
596
|
+
then performs addition assignment operation such as '_score = _score + n_likes' for each records.
|
597
|
+
|
598
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
599
|
+
is 3.
|
600
|
+
|
601
|
+
So the expression ``1 + 3`` is evaluated and stored to ``_score`` column as the execution result.
|
602
|
+
|
603
|
+
Subtraction assignment operator
|
604
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
605
|
+
|
606
|
+
Its syntax is ``column1 -= column2``.
|
607
|
+
|
608
|
+
The operator performs subtraction assginment operation on column1 by column2.
|
609
|
+
|
610
|
+
.. groonga-command
|
611
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_subtraction_assignment_operator.log
|
612
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score -= n_likes'
|
613
|
+
|
614
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
615
|
+
then performs subtraction assignment operation such as '_score = _score - n_likes' for each records.
|
616
|
+
|
617
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
618
|
+
is 3.
|
619
|
+
|
620
|
+
So the expression ``1 - 3`` is evaluated and stored to ``_score`` column as the execution result.
|
621
|
+
|
622
|
+
Multiplication assignment operator
|
623
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
624
|
+
|
625
|
+
Its syntax is ``column1 *= column2``.
|
626
|
+
|
627
|
+
The operator performs multiplication assginment operation on column1 by column2.
|
628
|
+
|
629
|
+
.. groonga-command
|
630
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_multiplication_assignment_operator.log
|
631
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score *= n_likes'
|
632
|
+
|
633
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
634
|
+
then performs subtraction assignment operation such as '_score = _score * n_likes' for each records.
|
635
|
+
|
636
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
637
|
+
is 3.
|
638
|
+
|
639
|
+
So the expression ``1 * 3`` is evaluated and stored to ``_score`` column as the execution result.
|
640
|
+
|
641
|
+
Division assignment operator
|
642
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
643
|
+
|
644
|
+
Its syntax is ``column1 /= column2``.
|
645
|
+
|
646
|
+
The operator performs division assginment operation on column1 by column2.
|
647
|
+
|
648
|
+
.. groonga-command
|
649
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_division_assignment_operator.log
|
650
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score /= n_likes'
|
651
|
+
|
652
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
653
|
+
then performs subtraction assignment operation such as '_score = _score / n_likes' for each records.
|
654
|
+
|
655
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
656
|
+
is 3.
|
657
|
+
|
658
|
+
So the expression ``1 / 3`` is evaluated and stored to ``_score`` column as the execution result.
|
659
|
+
|
660
|
+
Modulo assignment operator
|
661
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
662
|
+
|
663
|
+
Its syntax is ``column1 %= column2``.
|
664
|
+
|
665
|
+
The operator performs modulo assginment operation on column1 by column2.
|
666
|
+
|
667
|
+
.. groonga-command
|
668
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_modulo_assignment_operator.log
|
669
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score %= n_likes'
|
670
|
+
|
671
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
672
|
+
then performs subtraction assignment operation such as '_score = _score % n_likes' for each records.
|
673
|
+
|
674
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
675
|
+
is 3.
|
676
|
+
|
677
|
+
So the expression ``1 % 3`` is evaluated and stored to ``_score`` column as the execution result.
|
678
|
+
|
679
|
+
Bitwise left shift assignment operator
|
680
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
681
|
+
|
682
|
+
Its syntax is ``column1 <<= column2``.
|
683
|
+
|
684
|
+
The operator performs left shift assginment operation on column1 by column2.
|
685
|
+
|
686
|
+
.. groonga-command
|
687
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_left_shift_assignment_operator.log
|
688
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score <<= n_likes'
|
689
|
+
|
690
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
691
|
+
then performs subtraction assignment operation such as '_score = _score << n_likes' for each records.
|
692
|
+
|
693
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
694
|
+
is 3.
|
695
|
+
|
696
|
+
So the expression ``1 << 3`` is evaluated and stored to ``_score`` column as the execution result.
|
697
|
+
|
698
|
+
Bitwise signed right shift assignment operator
|
699
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
700
|
+
|
701
|
+
Its syntax is ``column2 >>= column2``.
|
702
|
+
|
703
|
+
The operator performs signed right shift assginment operation on column1 by column2.
|
704
|
+
|
705
|
+
Bitwise unsigned right shift assignment operator
|
706
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
707
|
+
|
708
|
+
Its syntax is ``column1 >>>= column2``.
|
709
|
+
|
710
|
+
The operator performs unsigned right shift assginment operation on column1 by column2.
|
711
|
+
|
712
|
+
Bitwise AND assignment operator
|
713
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
714
|
+
|
715
|
+
Its syntax is ``column1 &= column2``.
|
716
|
+
|
717
|
+
The operator performs bitwise AND assignment operation on column1 by column2.
|
718
|
+
|
719
|
+
.. groonga-command
|
720
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_and_assignment_operator.log
|
721
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score &= n_likes'
|
722
|
+
|
723
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
724
|
+
then performs subtraction assignment operation such as '_score = _score & n_likes' for each records.
|
725
|
+
|
726
|
+
For example, the value of ``_score`` about the record which stores "Groonga" as the ``_key``
|
727
|
+
is 10.
|
728
|
+
|
729
|
+
So the expression ``1 & 10`` is evaluated and stored to ``_score`` column as the execution result.
|
730
|
+
|
731
|
+
Bitwise OR assignment operator
|
732
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
733
|
+
|
734
|
+
Its syntax is ``column1 |= column2``.
|
735
|
+
|
736
|
+
The operator performs bitwise OR assignment operation on column1 by column2.
|
737
|
+
|
738
|
+
.. groonga-command
|
739
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_or_assignment_operator.log
|
740
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score |= n_likes'
|
741
|
+
|
742
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
743
|
+
then performs subtraction assignment operation such as '_score = _score | n_likes' for each records.
|
744
|
+
|
745
|
+
For example, the value of ``_score`` about the record which stores "Groonga" as the ``_key``
|
746
|
+
is 10.
|
747
|
+
|
748
|
+
So the expression ``1 | 10`` is evaluated and stored to ``_score`` column as the execution result.
|
749
|
+
|
750
|
+
Bitwise XOR assignment operator
|
751
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
752
|
+
|
753
|
+
Its syntax is ``column1 ^= column2``.
|
754
|
+
|
755
|
+
The operator performs bitwise XOR assginment operation on column1 by column2.
|
756
|
+
|
757
|
+
.. groonga-command
|
758
|
+
.. include:: ../../example/reference/grn_expr/script_syntax/simple_xor_assignment_operator.log
|
759
|
+
.. select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score ^= n_likes'
|
760
|
+
|
761
|
+
The value of ``_score`` by ``--filter`` is always 1 in this case,
|
762
|
+
then performs subtraction assignment operation such as '_score = _score ^ n_likes' for each records.
|
763
|
+
|
764
|
+
For example, the value of ``_score`` about the record which stores "Good-bye Senna" as the ``_key``
|
765
|
+
is 3.
|
766
|
+
|
767
|
+
So the expression ``1 ^ 3`` is evaluated and stored to ``_score`` column as the execution result.
|
584
768
|
|
585
769
|
Original operators
|
586
770
|
------------------
|
@@ -122,6 +122,8 @@ Additional normalizers
|
|
122
122
|
Here is a list of additional normalizers provided by ``groonga-normalizer-mysql`` plugins:
|
123
123
|
|
124
124
|
* ``NormalizerMySQLGeneralCI``
|
125
|
+
* ``NormalizerMySQLUnicodeCI``
|
126
|
+
* ``NormalizerMySQLGeneralCIExceptKanaCIKanaWithVoicedSoundMark``
|
125
127
|
|
126
128
|
``groonga-normalizer-mysql`` is a groonga plugin.
|
127
129
|
It provides MySQL compatible normalizers to groonga.
|
@@ -244,8 +244,13 @@ var Search = {
|
|
244
244
|
},
|
245
245
|
|
246
246
|
loadIndex : function(url) {
|
247
|
-
$.ajax({type: "GET", url: url, data: null,
|
248
|
-
dataType: "script", cache: true
|
247
|
+
$.ajax({type: "GET", url: url, data: null,
|
248
|
+
dataType: "script", cache: true,
|
249
|
+
complete: function(jqxhr, textstatus) {
|
250
|
+
if (textstatus != "success") {
|
251
|
+
document.getElementById("searchindexloader").src = url;
|
252
|
+
}
|
253
|
+
}});
|
249
254
|
},
|
250
255
|
|
251
256
|
setIndex : function(index) {
|
@@ -430,16 +435,18 @@ var Search = {
|
|
430
435
|
displayNextItem();
|
431
436
|
});
|
432
437
|
} else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
|
433
|
-
$.
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
438
|
+
$.ajax({url: DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' + item[0] + '.txt',
|
439
|
+
dataType: "text",
|
440
|
+
complete: function(jqxhr, textstatus) {
|
441
|
+
var data = jqxhr.responseText;
|
442
|
+
if (data !== '') {
|
443
|
+
listItem.append(Search.makeSearchSummary(data, searchterms, hlterms));
|
444
|
+
}
|
445
|
+
Search.output.append(listItem);
|
446
|
+
listItem.slideDown(5, function() {
|
447
|
+
displayNextItem();
|
448
|
+
});
|
449
|
+
}});
|
443
450
|
} else {
|
444
451
|
// no source available, just display title
|
445
452
|
Search.output.append(listItem);
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>1. Characteristics of groonga — groonga v3.0.
|
10
|
+
<title>1. Characteristics of groonga — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="2. Install" href="install.html" />
|
30
30
|
<link rel="prev" title="groonga documentation" href="index.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="index.html" title="groonga documentation"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">groonga v3.0.
|
62
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -113,7 +113,7 @@
|
|
113
113
|
</div>
|
114
114
|
<div class="section" id="groonga-storage-engine">
|
115
115
|
<h2>1.9. Groonga storage engine<a class="headerlink" href="#groonga-storage-engine" title="Permalink to this headline">¶</a></h2>
|
116
|
-
<p>Groonga works not only as an independent column-oriented DBMS but also as storage engines of well-known DBMSs. For example, <a class="reference external" href="http://mroonga.
|
116
|
+
<p>Groonga works not only as an independent column-oriented DBMS but also as storage engines of well-known DBMSs. For example, <a class="reference external" href="http://mroonga.org/">mroonga</a> is a MySQL pluggable storage engine using groonga. By using mroonga, you can use groonga for column-oriented storage and full text search. A combination of a built-in storage engine, MyISAM or InnoDB, and a groonga-based full text search engine is also available. All the combinations have good and bad points and the best one depends on the application. See <a class="reference external" href="http://groonga.org/related-projects.html">related projects</a> for details.</p>
|
117
117
|
</div>
|
118
118
|
</div>
|
119
119
|
|
@@ -179,7 +179,7 @@
|
|
179
179
|
<li class="right" >
|
180
180
|
<a href="index.html" title="groonga documentation"
|
181
181
|
>previous</a> |</li>
|
182
|
-
<li><a href="index.html">groonga v3.0.
|
182
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
183
183
|
</ul>
|
184
184
|
</div>
|
185
185
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>3. Community — groonga v3.0.
|
10
|
+
<title>3. Community — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="4. Tutorial" href="tutorial.html" />
|
30
30
|
<link rel="prev" title="2.8. Others" href="install/others.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="install/others.html" title="2.8. Others"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">groonga v3.0.
|
62
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -153,7 +153,7 @@ groonga related information.</p>
|
|
153
153
|
<li class="right" >
|
154
154
|
<a href="install/others.html" title="2.8. Others"
|
155
155
|
>previous</a> |</li>
|
156
|
-
<li><a href="index.html">groonga v3.0.
|
156
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
157
157
|
</ul>
|
158
158
|
</div>
|
159
159
|
<div class="footer">
|