rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/etc/groonga/synonyms.tsv +5 -0
- data/vendor/local/include/groonga/groonga.h +77 -4
- data/vendor/local/include/groonga/groonga/plugin.h +45 -15
- data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
- 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 +41 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- 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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- 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 +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +4 -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 +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -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 +13 -3
- 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 +42 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
- 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 +42 -19
- 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 +62 -52
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -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 +17 -8
- 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 +47 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
- data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
- 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 +43 -41
- 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/{commands.html → command.html} +49 -44
- data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
- 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/{functions.html → function.html} +15 -9
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
- 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/spec.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +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/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -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 +13 -3
- 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 +42 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
- 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 +42 -19
- 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 +63 -53
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -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 +17 -8
- 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 +45 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
- data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
- 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 +44 -42
- 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/{commands.html → command.html} +48 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
- 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 +6 -6
- 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 +6 -6
- 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/{functions.html → function.html} +13 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
- 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/spec.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
- 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 +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
- data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
- data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
- data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/source/news.txt +96 -1
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
- data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
- data/vendor/local/share/man/man1/groonga.1 +1685 -190
- metadata +66 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 8
|
10
|
+
version: 2.0.8
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Kouhei Sutou
|
@@ -476,6 +476,7 @@ files:
|
|
476
476
|
- vendor/local/share/doc/groonga/source/reference/commands/table_create.txt
|
477
477
|
- vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt
|
478
478
|
- vendor/local/share/doc/groonga/source/reference/commands/quit.txt
|
479
|
+
- vendor/local/share/doc/groonga/source/reference/commands/register.txt
|
479
480
|
- vendor/local/share/doc/groonga/source/reference/commands/dump.txt
|
480
481
|
- vendor/local/share/doc/groonga/source/reference/commands/delete.txt
|
481
482
|
- vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
|
@@ -494,9 +495,10 @@ files:
|
|
494
495
|
- vendor/local/share/doc/groonga/source/reference/indexing.txt
|
495
496
|
- vendor/local/share/doc/groonga/source/reference/pseudo_column.txt
|
496
497
|
- vendor/local/share/doc/groonga/source/reference/tokenizers.txt
|
497
|
-
- vendor/local/share/doc/groonga/source/reference/functions.txt
|
498
498
|
- vendor/local/share/doc/groonga/source/reference/grn_expr.txt
|
499
|
-
- vendor/local/share/doc/groonga/source/reference/
|
499
|
+
- vendor/local/share/doc/groonga/source/reference/function.txt
|
500
|
+
- vendor/local/share/doc/groonga/source/reference/query_expanders.txt
|
501
|
+
- vendor/local/share/doc/groonga/source/reference/command.txt
|
500
502
|
- vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt
|
501
503
|
- vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt
|
502
504
|
- vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt
|
@@ -504,6 +506,7 @@ files:
|
|
504
506
|
- vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt
|
505
507
|
- vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt
|
506
508
|
- vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt
|
509
|
+
- vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt
|
507
510
|
- vendor/local/share/doc/groonga/source/reference/functions/rand.txt
|
508
511
|
- vendor/local/share/doc/groonga/source/reference/cast.txt
|
509
512
|
- vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt
|
@@ -517,8 +520,11 @@ files:
|
|
517
520
|
- vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt
|
518
521
|
- vendor/local/share/doc/groonga/source/reference/executables/grntest.txt
|
519
522
|
- vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt
|
520
|
-
- vendor/local/share/doc/groonga/source/reference/command_version.txt
|
521
523
|
- vendor/local/share/doc/groonga/source/reference/executables.txt
|
524
|
+
- vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt
|
525
|
+
- vendor/local/share/doc/groonga/source/reference/command/return_code.txt
|
526
|
+
- vendor/local/share/doc/groonga/source/reference/command/output_format.txt
|
527
|
+
- vendor/local/share/doc/groonga/source/reference/command/command_version.txt
|
522
528
|
- vendor/local/share/doc/groonga/source/reference/type.txt
|
523
529
|
- vendor/local/share/doc/groonga/source/server/http.txt
|
524
530
|
- vendor/local/share/doc/groonga/source/server/gqtp.txt
|
@@ -532,6 +538,7 @@ files:
|
|
532
538
|
- vendor/local/share/doc/groonga/source/troubleshooting.txt
|
533
539
|
- vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log
|
534
540
|
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log
|
541
|
+
- vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log
|
535
542
|
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log
|
536
543
|
- vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log
|
537
544
|
- vendor/local/share/doc/groonga/source/example/reference/commands/status.log
|
@@ -624,6 +631,13 @@ files:
|
|
624
631
|
- vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log
|
625
632
|
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log
|
626
633
|
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log
|
634
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log
|
635
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log
|
636
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log
|
637
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log
|
638
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log
|
639
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log
|
640
|
+
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log
|
627
641
|
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log
|
628
642
|
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log
|
629
643
|
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log
|
@@ -825,6 +839,7 @@ files:
|
|
825
839
|
- vendor/local/share/doc/groonga/source/news/1.0.x.txt
|
826
840
|
- vendor/local/share/doc/groonga/source/news/senna.txt
|
827
841
|
- vendor/local/share/doc/groonga/source/news/1.2.x.txt
|
842
|
+
- vendor/local/share/doc/groonga/source/spec/gqtp.txt
|
828
843
|
- vendor/local/share/doc/groonga/source/spec/search.txt
|
829
844
|
- vendor/local/share/doc/groonga/source/reference.txt
|
830
845
|
- vendor/local/share/doc/groonga/source/characteristic.txt
|
@@ -855,6 +870,7 @@ files:
|
|
855
870
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
|
856
871
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
|
857
872
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
|
873
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
|
858
874
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
|
859
875
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
|
860
876
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
|
@@ -866,10 +882,10 @@ files:
|
|
866
882
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
|
867
883
|
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
|
868
884
|
- vendor/local/share/doc/groonga/ja/html/reference/executables.html
|
869
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands.html
|
870
885
|
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
|
871
886
|
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
|
872
887
|
- vendor/local/share/doc/groonga/ja/html/reference/type.html
|
888
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
|
873
889
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
|
874
890
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
|
875
891
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
|
@@ -880,17 +896,22 @@ files:
|
|
880
896
|
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
|
881
897
|
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
|
882
898
|
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
|
899
|
+
- vendor/local/share/doc/groonga/ja/html/reference/function.html
|
883
900
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
|
884
901
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
|
885
902
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
|
886
903
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
|
887
904
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
|
888
905
|
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
|
889
|
-
- vendor/local/share/doc/groonga/ja/html/reference/
|
906
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command.html
|
907
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
|
890
908
|
- vendor/local/share/doc/groonga/ja/html/reference/indexing.html
|
891
909
|
- vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
|
910
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
|
911
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
|
912
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
|
913
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
|
892
914
|
- vendor/local/share/doc/groonga/ja/html/reference/cast.html
|
893
|
-
- vendor/local/share/doc/groonga/ja/html/reference/command_version.html
|
894
915
|
- vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
|
895
916
|
- vendor/local/share/doc/groonga/ja/html/server/gqtp.html
|
896
917
|
- vendor/local/share/doc/groonga/ja/html/server/http.html
|
@@ -945,6 +966,7 @@ files:
|
|
945
966
|
- vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
|
946
967
|
- vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
|
947
968
|
- vendor/local/share/doc/groonga/ja/html/contribution.html
|
969
|
+
- vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
|
948
970
|
- vendor/local/share/doc/groonga/ja/html/spec/search.html
|
949
971
|
- vendor/local/share/doc/groonga/ja/html/.buildinfo
|
950
972
|
- vendor/local/share/doc/groonga/ja/html/install.html
|
@@ -970,6 +992,7 @@ files:
|
|
970
992
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
971
993
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
972
994
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
|
995
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
|
973
996
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
|
974
997
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
|
975
998
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
@@ -988,9 +1011,10 @@ files:
|
|
988
1011
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
989
1012
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
|
990
1013
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
991
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions.txt
|
992
1014
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
|
993
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
1015
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
|
1016
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
1017
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
|
994
1018
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
995
1019
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
|
996
1020
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
@@ -998,6 +1022,7 @@ files:
|
|
998
1022
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
999
1023
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
1000
1024
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
1025
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
1001
1026
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
1002
1027
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
1003
1028
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
|
@@ -1011,8 +1036,11 @@ files:
|
|
1011
1036
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
1012
1037
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
|
1013
1038
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
1014
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command_version.txt
|
1015
1039
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
1040
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
|
1041
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
|
1042
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
|
1043
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
|
1016
1044
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/type.txt
|
1017
1045
|
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
1018
1046
|
- vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
|
@@ -1064,6 +1092,7 @@ files:
|
|
1064
1092
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
|
1065
1093
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
1066
1094
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
1095
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
1067
1096
|
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
1068
1097
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
|
1069
1098
|
- vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
|
@@ -1118,6 +1147,7 @@ files:
|
|
1118
1147
|
- vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
|
1119
1148
|
- vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
|
1120
1149
|
- vendor/local/share/doc/groonga/en/html/reference/commands/status.html
|
1150
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/register.html
|
1121
1151
|
- vendor/local/share/doc/groonga/en/html/reference/commands/check.html
|
1122
1152
|
- vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
|
1123
1153
|
- vendor/local/share/doc/groonga/en/html/reference/commands/select.html
|
@@ -1129,10 +1159,10 @@ files:
|
|
1129
1159
|
- vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
|
1130
1160
|
- vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
|
1131
1161
|
- vendor/local/share/doc/groonga/en/html/reference/executables.html
|
1132
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands.html
|
1133
1162
|
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
|
1134
1163
|
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
|
1135
1164
|
- vendor/local/share/doc/groonga/en/html/reference/type.html
|
1165
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
|
1136
1166
|
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html
|
1137
1167
|
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html
|
1138
1168
|
- vendor/local/share/doc/groonga/en/html/reference/functions/now.html
|
@@ -1143,17 +1173,22 @@ files:
|
|
1143
1173
|
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html
|
1144
1174
|
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
|
1145
1175
|
- vendor/local/share/doc/groonga/en/html/reference/grn_expr.html
|
1176
|
+
- vendor/local/share/doc/groonga/en/html/reference/function.html
|
1146
1177
|
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
|
1147
1178
|
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
|
1148
1179
|
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html
|
1149
1180
|
- vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html
|
1150
1181
|
- vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html
|
1151
1182
|
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html
|
1152
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1183
|
+
- vendor/local/share/doc/groonga/en/html/reference/command.html
|
1184
|
+
- vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
|
1153
1185
|
- vendor/local/share/doc/groonga/en/html/reference/indexing.html
|
1154
1186
|
- vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html
|
1187
|
+
- vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
|
1188
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
|
1189
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
|
1190
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
|
1155
1191
|
- vendor/local/share/doc/groonga/en/html/reference/cast.html
|
1156
|
-
- vendor/local/share/doc/groonga/en/html/reference/command_version.html
|
1157
1192
|
- vendor/local/share/doc/groonga/en/html/reference/tokenizers.html
|
1158
1193
|
- vendor/local/share/doc/groonga/en/html/server/gqtp.html
|
1159
1194
|
- vendor/local/share/doc/groonga/en/html/server/http.html
|
@@ -1208,6 +1243,7 @@ files:
|
|
1208
1243
|
- vendor/local/share/doc/groonga/en/html/news/1.1.x.html
|
1209
1244
|
- vendor/local/share/doc/groonga/en/html/news/1.2.x.html
|
1210
1245
|
- vendor/local/share/doc/groonga/en/html/contribution.html
|
1246
|
+
- vendor/local/share/doc/groonga/en/html/spec/gqtp.html
|
1211
1247
|
- vendor/local/share/doc/groonga/en/html/spec/search.html
|
1212
1248
|
- vendor/local/share/doc/groonga/en/html/.buildinfo
|
1213
1249
|
- vendor/local/share/doc/groonga/en/html/install.html
|
@@ -1233,6 +1269,7 @@ files:
|
|
1233
1269
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
1234
1270
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
1235
1271
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
|
1272
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
|
1236
1273
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
|
1237
1274
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
|
1238
1275
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
@@ -1251,9 +1288,10 @@ files:
|
|
1251
1288
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
|
1252
1289
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
|
1253
1290
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
|
1254
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions.txt
|
1255
1291
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
|
1256
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1292
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
|
1293
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
|
1294
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
|
1257
1295
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
1258
1296
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
|
1259
1297
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
|
@@ -1261,6 +1299,7 @@ files:
|
|
1261
1299
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
|
1262
1300
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
1263
1301
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
|
1302
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
|
1264
1303
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
|
1265
1304
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
|
1266
1305
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
|
@@ -1274,8 +1313,11 @@ files:
|
|
1274
1313
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
1275
1314
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
|
1276
1315
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
1277
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command_version.txt
|
1278
1316
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
1317
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
|
1318
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
|
1319
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
|
1320
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
|
1279
1321
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/type.txt
|
1280
1322
|
- vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
|
1281
1323
|
- vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
|
@@ -1327,6 +1369,7 @@ files:
|
|
1327
1369
|
- vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
|
1328
1370
|
- vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
|
1329
1371
|
- vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
|
1372
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
|
1330
1373
|
- vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
|
1331
1374
|
- vendor/local/share/doc/groonga/en/html/_sources/reference.txt
|
1332
1375
|
- vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
|
@@ -1379,6 +1422,10 @@ files:
|
|
1379
1422
|
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
|
1380
1423
|
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
|
1381
1424
|
- vendor/local/lib/groonga/plugins/tokenizers/mecab.la
|
1425
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
|
1426
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.la
|
1427
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.a
|
1428
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
|
1382
1429
|
- vendor/local/lib/groonga/plugins/table/table.dll.a
|
1383
1430
|
- vendor/local/lib/groonga/plugins/table/table.la
|
1384
1431
|
- vendor/local/lib/groonga/plugins/table/table.a
|
@@ -1395,6 +1442,7 @@ files:
|
|
1395
1442
|
- vendor/local/lib/libmsgpack.dll.a
|
1396
1443
|
- vendor/local/lib/pkgconfig/groonga.pc
|
1397
1444
|
- vendor/local/etc/groonga/groonga.conf
|
1445
|
+
- vendor/local/etc/groonga/synonyms.tsv
|
1398
1446
|
- vendor/local/etc/groonga/httpd/groonga-httpd.conf
|
1399
1447
|
- vendor/local/libexec/mecab/mecab-test-gen.exe
|
1400
1448
|
- vendor/local/libexec/mecab/mecab-dict-index.exe
|