rroonga 2.1.0-x86-mingw32 → 2.1.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 +7 -0
- 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/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +0 -6
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -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/news.txt +24 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
- 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/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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
- 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 +54 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
- 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 +7 -7
- 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/define_selector.html +5 -5
- 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 +5 -5
- 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/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
- 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/view_add.html +9 -9
- 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 +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 +15 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
- 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 +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -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 → types.html} +12 -12
- data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
- 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 +6 -6
- 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 +10 -10
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
- 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 +9 -9
- 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/news.txt +24 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
- 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/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
- 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 +54 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
- 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 +7 -7
- 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/define_selector.html +5 -5
- 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 +5 -5
- 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/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
- 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/view_add.html +9 -9
- 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 +15 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
- 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 +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -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 → types.html} +12 -12
- data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
- 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 +6 -6
- 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 +10 -10
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
- 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/example/reference/commands/status.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
- data/vendor/local/share/doc/groonga/source/news.txt +24 -4
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
- data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
- data/vendor/local/share/man/man1/groonga.1 +794 -165
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +1257 -1240
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>バージョン0.xのお知らせ — groonga v2.1.0 documentation</title>
|
12
|
+
<title>バージョン0.xのお知らせ — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -224,7 +224,7 @@
|
|
224
224
|
<li class="right" style="margin-right: 10px">
|
225
225
|
<a href="../genindex.html" title="General Index"
|
226
226
|
>index</a></li>
|
227
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
227
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
228
228
|
</ul>
|
229
229
|
</div>
|
230
230
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>バージョン1.0.xのお知らせ — groonga v2.1.0 documentation</title>
|
12
|
+
<title>バージョン1.0.xのお知らせ — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -468,7 +468,7 @@ Lucid, Marverickに変更。</li>
|
|
468
468
|
<li class="right" style="margin-right: 10px">
|
469
469
|
<a href="../genindex.html" title="General Index"
|
470
470
|
>index</a></li>
|
471
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
471
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
472
472
|
</ul>
|
473
473
|
</div>
|
474
474
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>バージョン1.1.xのお知らせ — groonga v2.1.0 documentation</title>
|
12
|
+
<title>バージョン1.1.xのお知らせ — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -141,7 +141,7 @@ groonga_suggest_create_dataset変数を追加。</li>
|
|
141
141
|
<li class="right" style="margin-right: 10px">
|
142
142
|
<a href="../genindex.html" title="General Index"
|
143
143
|
>index</a></li>
|
144
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
144
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
145
145
|
</ul>
|
146
146
|
</div>
|
147
147
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>Release 1.2.9 - 2011/12/29 — groonga v2.1.0 documentation</title>
|
12
|
+
<title>Release 1.2.9 - 2011/12/29 — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -556,7 +556,7 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
|
|
556
556
|
<li class="right" style="margin-right: 10px">
|
557
557
|
<a href="../genindex.html" title="General Index"
|
558
558
|
>index</a></li>
|
559
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
559
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
560
560
|
</ul>
|
561
561
|
</div>
|
562
562
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>News in Senna period — groonga v2.1.0 documentation</title>
|
12
|
+
<title>News in Senna period — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -271,7 +271,7 @@ no longer depends on mecab mte patch.</li>
|
|
271
271
|
<li class="right" style="margin-right: 10px">
|
272
272
|
<a href="../genindex.html" title="General Index"
|
273
273
|
>index</a></li>
|
274
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
274
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
275
275
|
</ul>
|
276
276
|
</div>
|
277
277
|
<div class="footer">
|
Binary file
|
@@ -9,15 +9,15 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8. リファレンスマニュアル — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8. リファレンスマニュアル — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
|
-
URL_ROOT: '
|
20
|
-
VERSION: '2.1.0',
|
19
|
+
URL_ROOT: '',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="8.1. 実行ファイル" href="reference/executables.html" />
|
32
32
|
<link rel="prev" title="7.2.3. groonga-httpd" href="server/http/groonga-httpd.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="server/http/groonga-httpd.html" title="7.2.3. groonga-httpd"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li><a href="index.html">groonga v2.1.0 documentation</a> »</li>
|
64
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -107,61 +107,76 @@
|
|
107
107
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/log_reopen.html">8.3.17. log_reopen</a></li>
|
108
108
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/quit.html">8.3.18. quit</a></li>
|
109
109
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/register.html">8.3.19. register</a></li>
|
110
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">8.3.20. select</a></li>
|
110
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">8.3.20. <tt class="docutils literal"><span class="pre">select</span></tt></a></li>
|
111
111
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/shutdown.html">8.3.21. shutdown</a></li>
|
112
112
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/status.html">8.3.22. status</a></li>
|
113
113
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/suggest.html">8.3.23. suggest</a></li>
|
114
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">8.3.24. table_create</a></li>
|
114
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt></a></li>
|
115
115
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/table_list.html">8.3.25. table_list</a></li>
|
116
116
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/table_remove.html">8.3.26. table_remove</a></li>
|
117
117
|
<li class="toctree-l2"><a class="reference internal" href="reference/commands/view_add.html">8.3.27. view_add</a></li>
|
118
118
|
</ul>
|
119
119
|
</li>
|
120
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
121
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
122
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
123
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
124
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
120
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/types.html">8.4. データ型</a><ul>
|
121
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/types.html#id2">8.4.1. 名前</a></li>
|
122
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/types.html#id3">8.4.2. 説明</a></li>
|
123
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/types.html#id4">8.4.3. 組込型</a></li>
|
124
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/types.html#id6">8.4.4. 型に関する制限事項</a></li>
|
125
125
|
</ul>
|
126
126
|
</li>
|
127
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
128
|
-
<li class="toctree-
|
129
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
127
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/tables.html">8.5. Tables</a><ul>
|
128
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#summary">8.5.1. Summary</a></li>
|
129
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#characteristics">8.5.2. Characteristics</a></li>
|
130
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#record-id">8.5.3. Record ID</a></li>
|
131
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#persistent-table-and-temporary-table">8.5.4. Persistent table and temporary table</a></li>
|
132
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#limitations">8.5.5. Limitations</a></li>
|
133
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tables.html#see-also">8.5.6. See also</a></li>
|
130
134
|
</ul>
|
131
135
|
</li>
|
132
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
133
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
134
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
136
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/normalizers.html">8.6. Normalizers</a><ul>
|
137
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/normalizers.html#summary">8.6.1. Summary</a></li>
|
138
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/normalizers.html#built-in-normalizers">8.6.2. Built-in normalizers</a></li>
|
139
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/normalizers.html#see-also">8.6.3. See also</a></li>
|
135
140
|
</ul>
|
136
141
|
</li>
|
137
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
138
|
-
<li class="toctree-
|
139
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
140
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr.html#see-also">8.8.3. See also</a></li>
|
142
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/tokenizers.html">8.7. Tokenizers</a></li>
|
143
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/query_expanders.html">8.8. Query expanders</a><ul>
|
144
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/query_expanders/tsv.html">8.8.1. QueryExpanderTSV</a></li>
|
141
145
|
</ul>
|
142
146
|
</li>
|
143
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
144
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
145
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
146
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/functions/geo_in_circle.html">8.9.3. geo_in_circle</a></li>
|
147
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/functions/geo_in_rectangle.html">8.9.4. geo_in_rectangle</a></li>
|
148
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/functions/now.html">8.9.5. now</a></li>
|
149
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/functions/rand.html">8.9.6. rand</a></li>
|
150
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/functions/snippet_html.html">8.9.7. snippet_html</a></li>
|
147
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/pseudo_column.html">8.9. 疑似カラム (pseudo_column)</a><ul>
|
148
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/pseudo_column.html#id1">8.9.1. 名前</a></li>
|
149
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/pseudo_column.html#id2">8.9.2. 説明</a></li>
|
151
150
|
</ul>
|
152
151
|
</li>
|
153
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
154
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
155
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
156
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
152
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/grn_expr.html">8.10. grn_expr</a><ul>
|
153
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr/query_syntax.html">8.10.1. Query syntax</a></li>
|
154
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr/script_syntax.html">8.10.2. Script syntax</a></li>
|
155
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr.html#see-also">8.10.3. See also</a></li>
|
157
156
|
</ul>
|
158
157
|
</li>
|
159
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
160
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
161
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
158
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/function.html">8.11. Function</a><ul>
|
159
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/edit_distance.html">8.11.1. edit_distance</a></li>
|
160
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/geo_distance.html">8.11.2. geo_distance</a></li>
|
161
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/geo_in_circle.html">8.11.3. geo_in_circle</a></li>
|
162
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/geo_in_rectangle.html">8.11.4. geo_in_rectangle</a></li>
|
163
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/now.html">8.11.5. now</a></li>
|
164
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/rand.html">8.11.6. rand</a></li>
|
165
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/functions/snippet_html.html">8.11.7. snippet_html</a></li>
|
162
166
|
</ul>
|
163
167
|
</li>
|
164
|
-
<li class="toctree-l1"><a class="reference internal" href="reference/
|
168
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/indexing.html">8.12. Indexing</a><ul>
|
169
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/indexing.html#online-index-construction">8.12.1. Online index construction</a></li>
|
170
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/indexing.html#offline-index-construction">8.12.2. Offline index construction</a></li>
|
171
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/indexing.html#how-to-use">8.12.3. How to use</a></li>
|
172
|
+
</ul>
|
173
|
+
</li>
|
174
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/log.html">8.13. Log</a><ul>
|
175
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/log.html#process-log">8.13.1. Process log</a></li>
|
176
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/log.html#query-log">8.13.2. Query log</a></li>
|
177
|
+
</ul>
|
178
|
+
</li>
|
179
|
+
<li class="toctree-l1"><a class="reference internal" href="reference/api.html">8.14. API</a></li>
|
165
180
|
</ul>
|
166
181
|
</div>
|
167
182
|
</div>
|
@@ -212,7 +227,7 @@
|
|
212
227
|
<li class="right" >
|
213
228
|
<a href="server/http/groonga-httpd.html" title="7.2.3. groonga-httpd"
|
214
229
|
>previous</a> |</li>
|
215
|
-
<li><a href="index.html">groonga v2.1.0 documentation</a> »</li>
|
230
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
216
231
|
</ul>
|
217
232
|
</div>
|
218
233
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.
|
12
|
+
<title>8.14. API — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,10 +27,10 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
32
32
|
<link rel="next" title="9. Specification" href="../spec.html" />
|
33
|
-
<link rel="prev" title="8.
|
33
|
+
<link rel="prev" title="8.13. Log" href="log.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -60,9 +60,9 @@
|
|
60
60
|
<a href="../spec.html" title="9. Specification"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="log.html" title="8.
|
63
|
+
<a href="log.html" title="8.13. Log"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
<div class="body">
|
74
74
|
|
75
75
|
<div class="section" id="api">
|
76
|
-
<h1>8.
|
76
|
+
<h1>8.14. API<a class="headerlink" href="#api" title="Permalink to this headline">¶</a></h1>
|
77
77
|
<p>TODO...</p>
|
78
78
|
</div>
|
79
79
|
|
@@ -85,7 +85,7 @@
|
|
85
85
|
<div class="sphinxsidebarwrapper">
|
86
86
|
<h4>Previous topic</h4>
|
87
87
|
<p class="topless"><a href="log.html"
|
88
|
-
title="previous chapter">8.
|
88
|
+
title="previous chapter">8.13. Log</a></p>
|
89
89
|
<h4>Next topic</h4>
|
90
90
|
<p class="topless"><a href="../spec.html"
|
91
91
|
title="next chapter">9. Specification</a></p>
|
@@ -121,9 +121,9 @@
|
|
121
121
|
<a href="../spec.html" title="9. Specification"
|
122
122
|
>next</a> |</li>
|
123
123
|
<li class="right" >
|
124
|
-
<a href="log.html" title="8.
|
124
|
+
<a href="log.html" title="8.13. Log"
|
125
125
|
>previous</a> |</li>
|
126
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
126
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
127
127
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
128
128
|
</ul>
|
129
129
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>grn_expr — groonga v2.1.0 documentation</title>
|
12
|
+
<title>grn_expr — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
</head>
|
32
32
|
<body>
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="../../genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
56
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -101,7 +101,7 @@
|
|
101
101
|
<li class="right" style="margin-right: 10px">
|
102
102
|
<a href="../../genindex.html" title="General Index"
|
103
103
|
>index</a></li>
|
104
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
104
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
105
105
|
</ul>
|
106
106
|
</div>
|
107
107
|
<div class="footer">
|