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>8.
|
12
|
+
<title>8.11.5. now — 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" />
|
31
|
-
<link rel="up" title="8.
|
32
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.11. Function" href="../function.html" />
|
32
|
+
<link rel="next" title="8.11.6. rand" href="rand.html" />
|
33
|
+
<link rel="prev" title="8.11.4. geo_in_rectangle" href="geo_in_rectangle.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,14 +57,14 @@
|
|
57
57
|
<a href="../../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="rand.html" title="8.
|
60
|
+
<a href="rand.html" title="8.11.6. rand"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="geo_in_rectangle.html" title="8.
|
63
|
+
<a href="geo_in_rectangle.html" title="8.11.4. geo_in_rectangle"
|
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" >8. リファレンスマニュアル</a> »</li>
|
67
|
-
<li><a href="../function.html" accesskey="U">8.
|
67
|
+
<li><a href="../function.html" accesskey="U">8.11. Function</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,28 +74,28 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="now">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.11.5. now<a class="headerlink" href="#now" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="id1">
|
79
|
-
<h2>8.
|
79
|
+
<h2>8.11.5.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
80
80
|
<p>now - 現在時刻を返す</p>
|
81
81
|
</div>
|
82
82
|
<div class="section" id="id2">
|
83
|
-
<h2>8.
|
83
|
+
<h2>8.11.5.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
84
84
|
<div class="highlight-none"><div class="highlight"><pre>now()
|
85
85
|
</pre></div>
|
86
86
|
</div>
|
87
87
|
</div>
|
88
88
|
<div class="section" id="id3">
|
89
|
-
<h2>8.
|
89
|
+
<h2>8.11.5.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
90
90
|
<p>groonga組込関数の一つであるnowについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
91
91
|
<p>now() 関数は現在時刻に対応するTime型の値を返します。</p>
|
92
92
|
</div>
|
93
93
|
<div class="section" id="id4">
|
94
|
-
<h2>8.
|
94
|
+
<h2>8.11.5.4. 返値<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
95
95
|
<p>現在時刻に対応するTime型のオブジェクトを返します。</p>
|
96
96
|
</div>
|
97
97
|
<div class="section" id="id5">
|
98
|
-
<h2>8.
|
98
|
+
<h2>8.11.5.5. 例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
99
99
|
<div class="highlight-none"><div class="highlight"><pre>now()
|
100
100
|
1256791194.55541
|
101
101
|
</pre></div>
|
@@ -111,22 +111,22 @@
|
|
111
111
|
<div class="sphinxsidebarwrapper">
|
112
112
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
113
113
|
<ul>
|
114
|
-
<li><a class="reference internal" href="#">8.
|
115
|
-
<li><a class="reference internal" href="#id1">8.
|
116
|
-
<li><a class="reference internal" href="#id2">8.
|
117
|
-
<li><a class="reference internal" href="#id3">8.
|
118
|
-
<li><a class="reference internal" href="#id4">8.
|
119
|
-
<li><a class="reference internal" href="#id5">8.
|
114
|
+
<li><a class="reference internal" href="#">8.11.5. now</a><ul>
|
115
|
+
<li><a class="reference internal" href="#id1">8.11.5.1. 名前</a></li>
|
116
|
+
<li><a class="reference internal" href="#id2">8.11.5.2. 書式</a></li>
|
117
|
+
<li><a class="reference internal" href="#id3">8.11.5.3. 説明</a></li>
|
118
|
+
<li><a class="reference internal" href="#id4">8.11.5.4. 返値</a></li>
|
119
|
+
<li><a class="reference internal" href="#id5">8.11.5.5. 例</a></li>
|
120
120
|
</ul>
|
121
121
|
</li>
|
122
122
|
</ul>
|
123
123
|
|
124
124
|
<h4>Previous topic</h4>
|
125
125
|
<p class="topless"><a href="geo_in_rectangle.html"
|
126
|
-
title="previous chapter">8.
|
126
|
+
title="previous chapter">8.11.4. geo_in_rectangle</a></p>
|
127
127
|
<h4>Next topic</h4>
|
128
128
|
<p class="topless"><a href="rand.html"
|
129
|
-
title="next chapter">8.
|
129
|
+
title="next chapter">8.11.6. rand</a></p>
|
130
130
|
<h3>This Page</h3>
|
131
131
|
<ul class="this-page-menu">
|
132
132
|
<li><a href="../../_sources/reference/functions/now.txt"
|
@@ -156,14 +156,14 @@
|
|
156
156
|
<a href="../../genindex.html" title="General Index"
|
157
157
|
>index</a></li>
|
158
158
|
<li class="right" >
|
159
|
-
<a href="rand.html" title="8.
|
159
|
+
<a href="rand.html" title="8.11.6. rand"
|
160
160
|
>next</a> |</li>
|
161
161
|
<li class="right" >
|
162
|
-
<a href="geo_in_rectangle.html" title="8.
|
162
|
+
<a href="geo_in_rectangle.html" title="8.11.4. geo_in_rectangle"
|
163
163
|
>previous</a> |</li>
|
164
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
164
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
165
165
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
166
|
-
<li><a href="../function.html" >8.
|
166
|
+
<li><a href="../function.html" >8.11. Function</a> »</li>
|
167
167
|
</ul>
|
168
168
|
</div>
|
169
169
|
<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.11.6. rand — 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" />
|
31
|
-
<link rel="up" title="8.
|
32
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.11. Function" href="../function.html" />
|
32
|
+
<link rel="next" title="8.11.7. snippet_html" href="snippet_html.html" />
|
33
|
+
<link rel="prev" title="8.11.5. now" href="now.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,14 +57,14 @@
|
|
57
57
|
<a href="../../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="snippet_html.html" title="8.
|
60
|
+
<a href="snippet_html.html" title="8.11.7. snippet_html"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="now.html" title="8.
|
63
|
+
<a href="now.html" title="8.11.5. now"
|
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" >8. リファレンスマニュアル</a> »</li>
|
67
|
-
<li><a href="../function.html" accesskey="U">8.
|
67
|
+
<li><a href="../function.html" accesskey="U">8.11. Function</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,34 +74,34 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="rand">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.11.6. rand<a class="headerlink" href="#rand" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="id1">
|
79
|
-
<h2>8.
|
79
|
+
<h2>8.11.6.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
80
80
|
<p>rand - 乱数を生成する</p>
|
81
81
|
</div>
|
82
82
|
<div class="section" id="id2">
|
83
|
-
<h2>8.
|
83
|
+
<h2>8.11.6.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
84
84
|
<div class="highlight-none"><div class="highlight"><pre>rand([max])
|
85
85
|
</pre></div>
|
86
86
|
</div>
|
87
87
|
</div>
|
88
88
|
<div class="section" id="id3">
|
89
|
-
<h2>8.
|
89
|
+
<h2>8.11.6.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
90
90
|
<p>groonga組込関数の一つであるrandについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
91
91
|
<p>rand() 関数は 0 から max の間の疑似乱数整数を返します。</p>
|
92
92
|
</div>
|
93
93
|
<div class="section" id="id4">
|
94
|
-
<h2>8.
|
94
|
+
<h2>8.11.6.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
95
95
|
<p><tt class="docutils literal"><span class="pre">max</span></tt></p>
|
96
96
|
<blockquote>
|
97
97
|
<div>返値の最大値を指定します。省略した場合は RAND_MAX が指定されたものとみなされます。</div></blockquote>
|
98
98
|
</div>
|
99
99
|
<div class="section" id="id5">
|
100
|
-
<h2>8.
|
100
|
+
<h2>8.11.6.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
101
101
|
<p>0 と max の間の数を表すInt32型の値を返します。</p>
|
102
102
|
</div>
|
103
103
|
<div class="section" id="id6">
|
104
|
-
<h2>8.
|
104
|
+
<h2>8.11.6.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
105
105
|
<div class="highlight-none"><div class="highlight"><pre>rand(10)
|
106
106
|
3
|
107
107
|
</pre></div>
|
@@ -117,23 +117,23 @@
|
|
117
117
|
<div class="sphinxsidebarwrapper">
|
118
118
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
119
119
|
<ul>
|
120
|
-
<li><a class="reference internal" href="#">8.
|
121
|
-
<li><a class="reference internal" href="#id1">8.
|
122
|
-
<li><a class="reference internal" href="#id2">8.
|
123
|
-
<li><a class="reference internal" href="#id3">8.
|
124
|
-
<li><a class="reference internal" href="#id4">8.
|
125
|
-
<li><a class="reference internal" href="#id5">8.
|
126
|
-
<li><a class="reference internal" href="#id6">8.
|
120
|
+
<li><a class="reference internal" href="#">8.11.6. rand</a><ul>
|
121
|
+
<li><a class="reference internal" href="#id1">8.11.6.1. 名前</a></li>
|
122
|
+
<li><a class="reference internal" href="#id2">8.11.6.2. 書式</a></li>
|
123
|
+
<li><a class="reference internal" href="#id3">8.11.6.3. 説明</a></li>
|
124
|
+
<li><a class="reference internal" href="#id4">8.11.6.4. 引数</a></li>
|
125
|
+
<li><a class="reference internal" href="#id5">8.11.6.5. 返値</a></li>
|
126
|
+
<li><a class="reference internal" href="#id6">8.11.6.6. 例</a></li>
|
127
127
|
</ul>
|
128
128
|
</li>
|
129
129
|
</ul>
|
130
130
|
|
131
131
|
<h4>Previous topic</h4>
|
132
132
|
<p class="topless"><a href="now.html"
|
133
|
-
title="previous chapter">8.
|
133
|
+
title="previous chapter">8.11.5. now</a></p>
|
134
134
|
<h4>Next topic</h4>
|
135
135
|
<p class="topless"><a href="snippet_html.html"
|
136
|
-
title="next chapter">8.
|
136
|
+
title="next chapter">8.11.7. snippet_html</a></p>
|
137
137
|
<h3>This Page</h3>
|
138
138
|
<ul class="this-page-menu">
|
139
139
|
<li><a href="../../_sources/reference/functions/rand.txt"
|
@@ -163,14 +163,14 @@
|
|
163
163
|
<a href="../../genindex.html" title="General Index"
|
164
164
|
>index</a></li>
|
165
165
|
<li class="right" >
|
166
|
-
<a href="snippet_html.html" title="8.
|
166
|
+
<a href="snippet_html.html" title="8.11.7. snippet_html"
|
167
167
|
>next</a> |</li>
|
168
168
|
<li class="right" >
|
169
|
-
<a href="now.html" title="8.
|
169
|
+
<a href="now.html" title="8.11.5. now"
|
170
170
|
>previous</a> |</li>
|
171
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
171
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
172
172
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
173
|
-
<li><a href="../function.html" >8.
|
173
|
+
<li><a href="../function.html" >8.11. Function</a> »</li>
|
174
174
|
</ul>
|
175
175
|
</div>
|
176
176
|
<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.11.7. snippet_html — 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" />
|
31
|
-
<link rel="up" title="8.
|
32
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.11. Function" href="../function.html" />
|
32
|
+
<link rel="next" title="8.12. Indexing" href="../indexing.html" />
|
33
|
+
<link rel="prev" title="8.11.6. rand" href="rand.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,14 +57,14 @@
|
|
57
57
|
<a href="../../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="../indexing.html" title="8.
|
60
|
+
<a href="../indexing.html" title="8.12. Indexing"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="rand.html" title="8.
|
63
|
+
<a href="rand.html" title="8.11.6. rand"
|
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" >8. リファレンスマニュアル</a> »</li>
|
67
|
-
<li><a href="../function.html" accesskey="U">8.
|
67
|
+
<li><a href="../function.html" accesskey="U">8.11. Function</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,13 +74,13 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="snippet-html">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.11.7. snippet_html<a class="headerlink" href="#snippet-html" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="admonition caution">
|
79
79
|
<p class="first admonition-title">Caution</p>
|
80
80
|
<p class="last">This feature is experimental. API will be changed.</p>
|
81
81
|
</div>
|
82
82
|
<div class="section" id="summary">
|
83
|
-
<h2>8.
|
83
|
+
<h2>8.11.7.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
84
84
|
<p><tt class="docutils literal"><span class="pre">snippet_html</span></tt> extracts snippets of target text around search
|
85
85
|
keywords (<tt class="docutils literal"><span class="pre">KWIC</span></tt>. <tt class="docutils literal"><span class="pre">KeyWord</span> <span class="pre">In</span> <span class="pre">Context</span></tt>). The snippets are prepared
|
86
86
|
for embedding HTML. Special characters such as <tt class="docutils literal"><span class="pre"><</span></tt> and <tt class="docutils literal"><span class="pre">></span></tt> are
|
@@ -90,7 +90,7 @@ escapsed as <tt class="docutils literal"><span class="pre">&lt;</span></tt>
|
|
90
90
|
<span class="pre">class="keyword">groonga</span></span> <span class="pre">user.</span> <span class="pre">&lt;3</span></tt>.</p>
|
91
91
|
</div>
|
92
92
|
<div class="section" id="syntax">
|
93
|
-
<h2>8.
|
93
|
+
<h2>8.11.7.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
94
94
|
<p><tt class="docutils literal"><span class="pre">snippet_html</span></tt> has only one parameter:</p>
|
95
95
|
<div class="highlight-none"><div class="highlight"><pre>snippet_html(column)
|
96
96
|
</pre></div>
|
@@ -99,7 +99,7 @@ escapsed as <tt class="docutils literal"><span class="pre">&lt;</span></tt>
|
|
99
99
|
specified for now. You will be able to custom those parameters soon.</p>
|
100
100
|
</div>
|
101
101
|
<div class="section" id="usage">
|
102
|
-
<h2>8.
|
102
|
+
<h2>8.11.7.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
103
103
|
<p>Here are a schema definition and sample data to show usage.</p>
|
104
104
|
<p>Execution example:</p>
|
105
105
|
<div class="highlight-none"><div class="highlight"><pre>table_create Documents TABLE_NO_KEY
|
@@ -201,7 +201,7 @@ aren't customizable.</p>
|
|
201
201
|
</div>
|
202
202
|
</div>
|
203
203
|
<div class="section" id="return-value">
|
204
|
-
<h2>8.
|
204
|
+
<h2>8.11.7.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
205
205
|
<p><tt class="docutils literal"><span class="pre">snippet_html</span></tt> returns an array of string. An element of array is a
|
206
206
|
snippet:</p>
|
207
207
|
<div class="highlight-none"><div class="highlight"><pre>[SNIPPET1, SNIPPET2, SNIPPET3]
|
@@ -214,7 +214,7 @@ snippet except <tt class="docutils literal"><span class="pre"><span</span> <s
|
|
214
214
|
to 3. The max size 3 will be customizable soon.</p>
|
215
215
|
</div>
|
216
216
|
<div class="section" id="todo">
|
217
|
-
<h2>8.
|
217
|
+
<h2>8.11.7.5. TODO<a class="headerlink" href="#todo" title="Permalink to this headline">¶</a></h2>
|
218
218
|
<ul class="simple">
|
219
219
|
<li>Make the max number of text parts customizable.</li>
|
220
220
|
<li>Make the max size of a text part customizable.</li>
|
@@ -225,7 +225,7 @@ to 3. The max size 3 will be customizable soon.</p>
|
|
225
225
|
</ul>
|
226
226
|
</div>
|
227
227
|
<div class="section" id="see-also">
|
228
|
-
<h2>8.
|
228
|
+
<h2>8.11.7.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
229
229
|
<ul class="simple">
|
230
230
|
<li><a class="reference internal" href="../commands/select.html"><em>select</em></a></li>
|
231
231
|
</ul>
|
@@ -240,23 +240,23 @@ to 3. The max size 3 will be customizable soon.</p>
|
|
240
240
|
<div class="sphinxsidebarwrapper">
|
241
241
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
242
242
|
<ul>
|
243
|
-
<li><a class="reference internal" href="#">8.
|
244
|
-
<li><a class="reference internal" href="#summary">8.
|
245
|
-
<li><a class="reference internal" href="#syntax">8.
|
246
|
-
<li><a class="reference internal" href="#usage">8.
|
247
|
-
<li><a class="reference internal" href="#return-value">8.
|
248
|
-
<li><a class="reference internal" href="#todo">8.
|
249
|
-
<li><a class="reference internal" href="#see-also">8.
|
243
|
+
<li><a class="reference internal" href="#">8.11.7. snippet_html</a><ul>
|
244
|
+
<li><a class="reference internal" href="#summary">8.11.7.1. Summary</a></li>
|
245
|
+
<li><a class="reference internal" href="#syntax">8.11.7.2. Syntax</a></li>
|
246
|
+
<li><a class="reference internal" href="#usage">8.11.7.3. Usage</a></li>
|
247
|
+
<li><a class="reference internal" href="#return-value">8.11.7.4. Return value</a></li>
|
248
|
+
<li><a class="reference internal" href="#todo">8.11.7.5. TODO</a></li>
|
249
|
+
<li><a class="reference internal" href="#see-also">8.11.7.6. See also</a></li>
|
250
250
|
</ul>
|
251
251
|
</li>
|
252
252
|
</ul>
|
253
253
|
|
254
254
|
<h4>Previous topic</h4>
|
255
255
|
<p class="topless"><a href="rand.html"
|
256
|
-
title="previous chapter">8.
|
256
|
+
title="previous chapter">8.11.6. rand</a></p>
|
257
257
|
<h4>Next topic</h4>
|
258
258
|
<p class="topless"><a href="../indexing.html"
|
259
|
-
title="next chapter">8.
|
259
|
+
title="next chapter">8.12. Indexing</a></p>
|
260
260
|
<h3>This Page</h3>
|
261
261
|
<ul class="this-page-menu">
|
262
262
|
<li><a href="../../_sources/reference/functions/snippet_html.txt"
|
@@ -286,14 +286,14 @@ to 3. The max size 3 will be customizable soon.</p>
|
|
286
286
|
<a href="../../genindex.html" title="General Index"
|
287
287
|
>index</a></li>
|
288
288
|
<li class="right" >
|
289
|
-
<a href="../indexing.html" title="8.
|
289
|
+
<a href="../indexing.html" title="8.12. Indexing"
|
290
290
|
>next</a> |</li>
|
291
291
|
<li class="right" >
|
292
|
-
<a href="rand.html" title="8.
|
292
|
+
<a href="rand.html" title="8.11.6. rand"
|
293
293
|
>previous</a> |</li>
|
294
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
294
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
295
295
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
296
|
-
<li><a href="../function.html" >8.
|
296
|
+
<li><a href="../function.html" >8.11. Function</a> »</li>
|
297
297
|
</ul>
|
298
298
|
</div>
|
299
299
|
<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.10. 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,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
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
32
|
+
<link rel="next" title="8.10.1. Query syntax" href="grn_expr/query_syntax.html" />
|
33
|
+
<link rel="prev" title="8.9. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,12 +57,12 @@
|
|
57
57
|
<a href="../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="grn_expr/query_syntax.html" title="8.
|
60
|
+
<a href="grn_expr/query_syntax.html" title="8.10.1. Query syntax"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="pseudo_column.html" title="8.
|
63
|
+
<a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
|
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="grn-expr">
|
76
|
-
<h1>8.
|
76
|
+
<h1>8.10. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h1>
|
77
77
|
<p>Grn_expr is an object that searches records with specified conditions
|
78
78
|
and manipulates a database. It's pronounced as <tt class="docutils literal"><span class="pre">gurun</span> <span class="pre">expression</span></tt>.</p>
|
79
79
|
<p>Conditions for searching records from a database can be represented by
|
@@ -113,12 +113,12 @@ of groonga. Rroonga can create a grn_expr by Ruby's syntax instead of
|
|
113
113
|
parsing string.</p>
|
114
114
|
<div class="toctree-wrapper compound">
|
115
115
|
<ul>
|
116
|
-
<li class="toctree-l1"><a class="reference internal" href="grn_expr/query_syntax.html">8.
|
117
|
-
<li class="toctree-l1"><a class="reference internal" href="grn_expr/script_syntax.html">8.
|
116
|
+
<li class="toctree-l1"><a class="reference internal" href="grn_expr/query_syntax.html">8.10.1. Query syntax</a></li>
|
117
|
+
<li class="toctree-l1"><a class="reference internal" href="grn_expr/script_syntax.html">8.10.2. Script syntax</a></li>
|
118
118
|
</ul>
|
119
119
|
</div>
|
120
120
|
<div class="section" id="see-also">
|
121
|
-
<h2>8.
|
121
|
+
<h2>8.10.3. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
122
122
|
<blockquote>
|
123
123
|
<div><ul class="simple">
|
124
124
|
<li><a class="reference internal" href="api/grn_expr.html"><em>grn_expr</em></a>: grn_expr related APIs</li>
|
@@ -135,18 +135,18 @@ parsing string.</p>
|
|
135
135
|
<div class="sphinxsidebarwrapper">
|
136
136
|
<h3><a href="../index.html">Table Of Contents</a></h3>
|
137
137
|
<ul>
|
138
|
-
<li><a class="reference internal" href="#">8.
|
139
|
-
<li><a class="reference internal" href="#see-also">8.
|
138
|
+
<li><a class="reference internal" href="#">8.10. grn_expr</a><ul>
|
139
|
+
<li><a class="reference internal" href="#see-also">8.10.3. See also</a></li>
|
140
140
|
</ul>
|
141
141
|
</li>
|
142
142
|
</ul>
|
143
143
|
|
144
144
|
<h4>Previous topic</h4>
|
145
145
|
<p class="topless"><a href="pseudo_column.html"
|
146
|
-
title="previous chapter">8.
|
146
|
+
title="previous chapter">8.9. 疑似カラム (pseudo_column)</a></p>
|
147
147
|
<h4>Next topic</h4>
|
148
148
|
<p class="topless"><a href="grn_expr/query_syntax.html"
|
149
|
-
title="next chapter">8.
|
149
|
+
title="next chapter">8.10.1. Query syntax</a></p>
|
150
150
|
<h3>This Page</h3>
|
151
151
|
<ul class="this-page-menu">
|
152
152
|
<li><a href="../_sources/reference/grn_expr.txt"
|
@@ -176,12 +176,12 @@ parsing string.</p>
|
|
176
176
|
<a href="../genindex.html" title="General Index"
|
177
177
|
>index</a></li>
|
178
178
|
<li class="right" >
|
179
|
-
<a href="grn_expr/query_syntax.html" title="8.
|
179
|
+
<a href="grn_expr/query_syntax.html" title="8.10.1. Query syntax"
|
180
180
|
>next</a> |</li>
|
181
181
|
<li class="right" >
|
182
|
-
<a href="pseudo_column.html" title="8.
|
182
|
+
<a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
|
183
183
|
>previous</a> |</li>
|
184
|
-
<li><a href="../index.html">groonga v2.1.0 documentation</a> »</li>
|
184
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
185
185
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
186
186
|
</ul>
|
187
187
|
</div>
|