rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +30 -0
- data/Rakefile +24 -285
- data/ext/groonga/extconf.rb +4 -2
- data/ext/groonga/rb-grn-array.c +5 -4
- data/ext/groonga/rb-grn-context.c +7 -22
- data/ext/groonga/rb-grn-database.c +42 -1
- data/ext/groonga/rb-grn-index-column.c +5 -0
- data/ext/groonga/rb-grn-object.c +58 -26
- data/ext/groonga/rb-grn-patricia-trie.c +2 -1
- data/ext/groonga/rb-grn-record.c +11 -1
- data/ext/groonga/rb-grn-snippet.c +44 -1
- data/ext/groonga/rb-grn-table-key-support.c +21 -10
- data/ext/groonga/rb-grn-utils.c +3 -1
- data/ext/groonga/rb-grn-variable-size-column.c +47 -1
- data/ext/groonga/rb-grn.h +4 -1
- data/extconf.rb +1 -0
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/dumper.rb +3 -3
- data/lib/groonga/pagination.rb +1 -1
- data/lib/groonga/record.rb +10 -0
- data/rroonga-build.rb +1 -1
- data/test/test-accessor.rb +4 -0
- data/test/test-array.rb +9 -1
- data/test/test-database.rb +16 -0
- data/test/test-expression.rb +2 -0
- data/test/test-hash.rb +11 -2
- data/test/test-patricia-trie.rb +10 -1
- data/test/test-table-select.rb +31 -17
- data/test/test-type.rb +3 -3
- data/test/test-variable-size-column.rb +8 -1
- data/vendor/local/bin/grntest.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- 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/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 +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
- data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/source/index.txt +1 -0
- data/vendor/local/share/doc/groonga/source/install.txt +14 -3
- data/vendor/local/share/doc/groonga/source/log.txt +214 -0
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/source/news.txt +35 -3
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
- data/vendor/local/share/license/groonga/AUTHORS +17 -0
- data/vendor/local/share/license/groonga/COPYING +504 -0
- data/vendor/local/share/license/mecab/AUTHORS +1 -0
- data/vendor/local/share/license/mecab/BSD +29 -0
- data/vendor/local/share/license/mecab/COPYING +4 -0
- data/vendor/local/share/license/mecab/GPL +340 -0
- data/vendor/local/share/license/mecab/LGPL +504 -0
- data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
- data/vendor/local/share/license/naist-jdic/COPYING +31 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
- data/vendor/local/share/man/man1/groonga.1 +1174 -48
- metadata +62 -9
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>
|
12
|
+
<title>6.6.3. geo_in_circle — groonga v1.2.5ドキュメント</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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.6. 組み込み関数一覧" href="../functions.html" />
|
33
|
+
<link rel="next" title="6.6.4. geo_in_rectangle" href="geo_in_rectangle.html" />
|
34
|
+
<link rel="prev" title="6.6.2. geo_distance" href="geo_distance.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="geo_in_rectangle.html" title="
|
61
|
+
<a href="geo_in_rectangle.html" title="6.6.4. geo_in_rectangle"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="geo_distance.html" title="
|
64
|
+
<a href="geo_distance.html" title="6.6.2. geo_distance"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../functions.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../functions.html" accesskey="U">6.6. 組み込み関数一覧</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,24 +75,24 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="geo-in-circle">
|
78
|
-
<h1>
|
78
|
+
<h1>6.6.3. geo_in_circle<a class="headerlink" href="#geo-in-circle" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.6.3.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>geo_in_circle - 座標が円の範囲内に存在するかどうかを調べます。</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.6.3.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>geo_in_circle(point, center, radious_or_point)
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.6.3.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込関数の一つであるgeo_in_circleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
92
92
|
<p>geo_in_circle() 関数は、pointに指定した座標が、centerに指定した座標を中心とする円の範囲内にあるかどうかを調べます。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.6.3.4. 引数<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p><tt class="docutils literal"><span class="pre">point</span></tt></p>
|
97
97
|
<blockquote>
|
98
98
|
<div>円の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></div></blockquote>
|
@@ -105,11 +105,11 @@
|
|
105
105
|
Point型の値、あるいは座標を示す文字列を指定した場合は、円周上の点の一つの座標が指定されたものとみなします。</div></blockquote>
|
106
106
|
</div>
|
107
107
|
<div class="section" id="id6">
|
108
|
-
<h2>
|
108
|
+
<h2>6.6.3.5. 返値<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
109
109
|
<p>pointに指定した座標が円の範囲内にあるかどうかをBool型の値で返します。</p>
|
110
110
|
</div>
|
111
111
|
<div class="section" id="id7">
|
112
|
-
<h2>
|
112
|
+
<h2>6.6.3.6. 例<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
113
113
|
<div class="highlight-none"><div class="highlight"><pre>geo_in_circle(pos, "100x100", 100)
|
114
114
|
true
|
115
115
|
</pre></div>
|
@@ -132,23 +132,23 @@ true
|
|
132
132
|
<div class="sphinxsidebarwrapper">
|
133
133
|
<h3><a href="../index.html">目次</a></h3>
|
134
134
|
<ul>
|
135
|
-
<li><a class="reference internal" href="#">
|
136
|
-
<li><a class="reference internal" href="#id1">
|
137
|
-
<li><a class="reference internal" href="#id2">
|
138
|
-
<li><a class="reference internal" href="#id3">
|
139
|
-
<li><a class="reference internal" href="#id4">
|
140
|
-
<li><a class="reference internal" href="#id6">
|
141
|
-
<li><a class="reference internal" href="#id7">
|
135
|
+
<li><a class="reference internal" href="#">6.6.3. geo_in_circle</a><ul>
|
136
|
+
<li><a class="reference internal" href="#id1">6.6.3.1. 名前</a></li>
|
137
|
+
<li><a class="reference internal" href="#id2">6.6.3.2. 書式</a></li>
|
138
|
+
<li><a class="reference internal" href="#id3">6.6.3.3. 説明</a></li>
|
139
|
+
<li><a class="reference internal" href="#id4">6.6.3.4. 引数</a></li>
|
140
|
+
<li><a class="reference internal" href="#id6">6.6.3.5. 返値</a></li>
|
141
|
+
<li><a class="reference internal" href="#id7">6.6.3.6. 例</a></li>
|
142
142
|
</ul>
|
143
143
|
</li>
|
144
144
|
</ul>
|
145
145
|
|
146
146
|
<h4>前のトピックへ</h4>
|
147
147
|
<p class="topless"><a href="geo_distance.html"
|
148
|
-
title="前の章へ">
|
148
|
+
title="前の章へ">6.6.2. geo_distance</a></p>
|
149
149
|
<h4>次のトピックへ</h4>
|
150
150
|
<p class="topless"><a href="geo_in_rectangle.html"
|
151
|
-
title="次の章へ">
|
151
|
+
title="次の章へ">6.6.4. geo_in_rectangle</a></p>
|
152
152
|
<h3>このページ</h3>
|
153
153
|
<ul class="this-page-menu">
|
154
154
|
<li><a href="../_sources/functions/geo_in_circle.txt"
|
@@ -178,14 +178,14 @@ true
|
|
178
178
|
<a href="../genindex.html" title="総合索引"
|
179
179
|
>索引</a></li>
|
180
180
|
<li class="right" >
|
181
|
-
<a href="geo_in_rectangle.html" title="
|
181
|
+
<a href="geo_in_rectangle.html" title="6.6.4. geo_in_rectangle"
|
182
182
|
>次へ</a> |</li>
|
183
183
|
<li class="right" >
|
184
|
-
<a href="geo_distance.html" title="
|
184
|
+
<a href="geo_distance.html" title="6.6.2. geo_distance"
|
185
185
|
>前へ</a> |</li>
|
186
|
-
<li><a href="../index.html">groonga v1.2.
|
187
|
-
<li><a href="../reference.html" >
|
188
|
-
<li><a href="../functions.html" >
|
186
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
187
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
188
|
+
<li><a href="../functions.html" >6.6. 組み込み関数一覧</a> »</li>
|
189
189
|
</ul>
|
190
190
|
</div>
|
191
191
|
<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>
|
12
|
+
<title>6.6.4. geo_in_rectangle — groonga v1.2.5ドキュメント</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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.6. 組み込み関数一覧" href="../functions.html" />
|
33
|
+
<link rel="next" title="6.6.5. now" href="now.html" />
|
34
|
+
<link rel="prev" title="6.6.3. geo_in_circle" href="geo_in_circle.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="now.html" title="
|
61
|
+
<a href="now.html" title="6.6.5. now"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="geo_in_circle.html" title="
|
64
|
+
<a href="geo_in_circle.html" title="6.6.3. geo_in_circle"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../functions.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../functions.html" accesskey="U">6.6. 組み込み関数一覧</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,24 +75,24 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="geo-in-rectangle">
|
78
|
-
<h1>
|
78
|
+
<h1>6.6.4. geo_in_rectangle<a class="headerlink" href="#geo-in-rectangle" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.6.4.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>geo_in_rectangle - 座標が矩形の範囲内に存在するかどうかを調べます。</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.6.4.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(point, top_left, bottom_right)
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.6.4.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込関数の一つであるgeo_in_rectangleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
92
92
|
<p>geo_in_rectangle() 関数は、pointに指定した座標が、top_leftとbottom_rightがなす矩形の範囲内にあるかどうかを調べます。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.6.4.4. 引数<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p><tt class="docutils literal"><span class="pre">point</span></tt></p>
|
97
97
|
<blockquote>
|
98
98
|
<div>矩形の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></div></blockquote>
|
@@ -104,11 +104,11 @@
|
|
104
104
|
<div>矩形の右下隅となる座標を指定します。Point型の値、あるいは座標を示す文字列を指定できます。</div></blockquote>
|
105
105
|
</div>
|
106
106
|
<div class="section" id="id6">
|
107
|
-
<h2>
|
107
|
+
<h2>6.6.4.5. 返値<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
108
108
|
<p>pointに指定した座標が矩形の範囲内にあるかどうかをBool型の値で返します。</p>
|
109
109
|
</div>
|
110
110
|
<div class="section" id="id7">
|
111
|
-
<h2>
|
111
|
+
<h2>6.6.4.6. 例<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
112
112
|
<div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(pos, "150x100", "100x150")
|
113
113
|
true
|
114
114
|
</pre></div>
|
@@ -131,23 +131,23 @@ true
|
|
131
131
|
<div class="sphinxsidebarwrapper">
|
132
132
|
<h3><a href="../index.html">目次</a></h3>
|
133
133
|
<ul>
|
134
|
-
<li><a class="reference internal" href="#">
|
135
|
-
<li><a class="reference internal" href="#id1">
|
136
|
-
<li><a class="reference internal" href="#id2">
|
137
|
-
<li><a class="reference internal" href="#id3">
|
138
|
-
<li><a class="reference internal" href="#id4">
|
139
|
-
<li><a class="reference internal" href="#id6">
|
140
|
-
<li><a class="reference internal" href="#id7">
|
134
|
+
<li><a class="reference internal" href="#">6.6.4. geo_in_rectangle</a><ul>
|
135
|
+
<li><a class="reference internal" href="#id1">6.6.4.1. 名前</a></li>
|
136
|
+
<li><a class="reference internal" href="#id2">6.6.4.2. 書式</a></li>
|
137
|
+
<li><a class="reference internal" href="#id3">6.6.4.3. 説明</a></li>
|
138
|
+
<li><a class="reference internal" href="#id4">6.6.4.4. 引数</a></li>
|
139
|
+
<li><a class="reference internal" href="#id6">6.6.4.5. 返値</a></li>
|
140
|
+
<li><a class="reference internal" href="#id7">6.6.4.6. 例</a></li>
|
141
141
|
</ul>
|
142
142
|
</li>
|
143
143
|
</ul>
|
144
144
|
|
145
145
|
<h4>前のトピックへ</h4>
|
146
146
|
<p class="topless"><a href="geo_in_circle.html"
|
147
|
-
title="前の章へ">
|
147
|
+
title="前の章へ">6.6.3. geo_in_circle</a></p>
|
148
148
|
<h4>次のトピックへ</h4>
|
149
149
|
<p class="topless"><a href="now.html"
|
150
|
-
title="次の章へ">
|
150
|
+
title="次の章へ">6.6.5. now</a></p>
|
151
151
|
<h3>このページ</h3>
|
152
152
|
<ul class="this-page-menu">
|
153
153
|
<li><a href="../_sources/functions/geo_in_rectangle.txt"
|
@@ -177,14 +177,14 @@ true
|
|
177
177
|
<a href="../genindex.html" title="総合索引"
|
178
178
|
>索引</a></li>
|
179
179
|
<li class="right" >
|
180
|
-
<a href="now.html" title="
|
180
|
+
<a href="now.html" title="6.6.5. now"
|
181
181
|
>次へ</a> |</li>
|
182
182
|
<li class="right" >
|
183
|
-
<a href="geo_in_circle.html" title="
|
183
|
+
<a href="geo_in_circle.html" title="6.6.3. geo_in_circle"
|
184
184
|
>前へ</a> |</li>
|
185
|
-
<li><a href="../index.html">groonga v1.2.
|
186
|
-
<li><a href="../reference.html" >
|
187
|
-
<li><a href="../functions.html" >
|
185
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
186
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
187
|
+
<li><a href="../functions.html" >6.6. 組み込み関数一覧</a> »</li>
|
188
188
|
</ul>
|
189
189
|
</div>
|
190
190
|
<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>
|
12
|
+
<title>6.6.5. now — groonga v1.2.5ドキュメント</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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.6. 組み込み関数一覧" href="../functions.html" />
|
33
|
+
<link rel="next" title="6.6.6. rand" href="rand.html" />
|
34
|
+
<link rel="prev" title="6.6.4. geo_in_rectangle" href="geo_in_rectangle.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="rand.html" title="
|
61
|
+
<a href="rand.html" title="6.6.6. rand"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="geo_in_rectangle.html" title="
|
64
|
+
<a href="geo_in_rectangle.html" title="6.6.4. geo_in_rectangle"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../functions.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../functions.html" accesskey="U">6.6. 組み込み関数一覧</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,28 +75,28 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="now">
|
78
|
-
<h1>
|
78
|
+
<h1>6.6.5. now<a class="headerlink" href="#now" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.6.5.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>now - 現在時刻を返す</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.6.5.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>now()
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.6.5.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込関数の一つであるnowについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
92
92
|
<p>now() 関数は現在時刻に対応するTime型の値を返します。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.6.5.4. 返値<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p>現在時刻に対応するTime型のオブジェクトを返します。</p>
|
97
97
|
</div>
|
98
98
|
<div class="section" id="id5">
|
99
|
-
<h2>
|
99
|
+
<h2>6.6.5.5. 例<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
100
100
|
<div class="highlight-none"><div class="highlight"><pre>now()
|
101
101
|
1256791194.55541
|
102
102
|
</pre></div>
|
@@ -112,22 +112,22 @@
|
|
112
112
|
<div class="sphinxsidebarwrapper">
|
113
113
|
<h3><a href="../index.html">目次</a></h3>
|
114
114
|
<ul>
|
115
|
-
<li><a class="reference internal" href="#">
|
116
|
-
<li><a class="reference internal" href="#id1">
|
117
|
-
<li><a class="reference internal" href="#id2">
|
118
|
-
<li><a class="reference internal" href="#id3">
|
119
|
-
<li><a class="reference internal" href="#id4">
|
120
|
-
<li><a class="reference internal" href="#id5">
|
115
|
+
<li><a class="reference internal" href="#">6.6.5. now</a><ul>
|
116
|
+
<li><a class="reference internal" href="#id1">6.6.5.1. 名前</a></li>
|
117
|
+
<li><a class="reference internal" href="#id2">6.6.5.2. 書式</a></li>
|
118
|
+
<li><a class="reference internal" href="#id3">6.6.5.3. 説明</a></li>
|
119
|
+
<li><a class="reference internal" href="#id4">6.6.5.4. 返値</a></li>
|
120
|
+
<li><a class="reference internal" href="#id5">6.6.5.5. 例</a></li>
|
121
121
|
</ul>
|
122
122
|
</li>
|
123
123
|
</ul>
|
124
124
|
|
125
125
|
<h4>前のトピックへ</h4>
|
126
126
|
<p class="topless"><a href="geo_in_rectangle.html"
|
127
|
-
title="前の章へ">
|
127
|
+
title="前の章へ">6.6.4. geo_in_rectangle</a></p>
|
128
128
|
<h4>次のトピックへ</h4>
|
129
129
|
<p class="topless"><a href="rand.html"
|
130
|
-
title="次の章へ">
|
130
|
+
title="次の章へ">6.6.6. rand</a></p>
|
131
131
|
<h3>このページ</h3>
|
132
132
|
<ul class="this-page-menu">
|
133
133
|
<li><a href="../_sources/functions/now.txt"
|
@@ -157,14 +157,14 @@
|
|
157
157
|
<a href="../genindex.html" title="総合索引"
|
158
158
|
>索引</a></li>
|
159
159
|
<li class="right" >
|
160
|
-
<a href="rand.html" title="
|
160
|
+
<a href="rand.html" title="6.6.6. rand"
|
161
161
|
>次へ</a> |</li>
|
162
162
|
<li class="right" >
|
163
|
-
<a href="geo_in_rectangle.html" title="
|
163
|
+
<a href="geo_in_rectangle.html" title="6.6.4. geo_in_rectangle"
|
164
164
|
>前へ</a> |</li>
|
165
|
-
<li><a href="../index.html">groonga v1.2.
|
166
|
-
<li><a href="../reference.html" >
|
167
|
-
<li><a href="../functions.html" >
|
165
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
166
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
167
|
+
<li><a href="../functions.html" >6.6. 組み込み関数一覧</a> »</li>
|
168
168
|
</ul>
|
169
169
|
</div>
|
170
170
|
<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>
|
12
|
+
<title>6.6.6. rand — groonga v1.2.5ドキュメント</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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.6. 組み込み関数一覧" href="../functions.html" />
|
33
|
+
<link rel="next" title="6.7. Log" href="../log.html" />
|
34
|
+
<link rel="prev" title="6.6.5. now" href="now.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="../log.html" title="
|
61
|
+
<a href="../log.html" title="6.7. Log"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="now.html" title="
|
64
|
+
<a href="now.html" title="6.6.5. now"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../functions.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../functions.html" accesskey="U">6.6. 組み込み関数一覧</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,34 +75,34 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="rand">
|
78
|
-
<h1>
|
78
|
+
<h1>6.6.6. rand<a class="headerlink" href="#rand" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.6.6.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>rand - 乱数を生成する</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.6.6.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>rand([max])
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.6.6.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込関数の一つであるrandについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
|
92
92
|
<p>rand() 関数は 0 から max の間の疑似乱数整数を返します。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.6.6.4. 引数<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p><tt class="docutils literal"><span class="pre">max</span></tt></p>
|
97
97
|
<blockquote>
|
98
98
|
<div>返値の最大値を指定します。省略した場合は RAND_MAX が指定されたものとみなされます。</div></blockquote>
|
99
99
|
</div>
|
100
100
|
<div class="section" id="id5">
|
101
|
-
<h2>
|
101
|
+
<h2>6.6.6.5. 返値<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
102
102
|
<p>0 と max の間の数を表すInt32型の値を返します。</p>
|
103
103
|
</div>
|
104
104
|
<div class="section" id="id6">
|
105
|
-
<h2>
|
105
|
+
<h2>6.6.6.6. 例<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
106
106
|
<div class="highlight-none"><div class="highlight"><pre>rand(10)
|
107
107
|
3
|
108
108
|
</pre></div>
|
@@ -118,23 +118,23 @@
|
|
118
118
|
<div class="sphinxsidebarwrapper">
|
119
119
|
<h3><a href="../index.html">目次</a></h3>
|
120
120
|
<ul>
|
121
|
-
<li><a class="reference internal" href="#">
|
122
|
-
<li><a class="reference internal" href="#id1">
|
123
|
-
<li><a class="reference internal" href="#id2">
|
124
|
-
<li><a class="reference internal" href="#id3">
|
125
|
-
<li><a class="reference internal" href="#id4">
|
126
|
-
<li><a class="reference internal" href="#id5">
|
127
|
-
<li><a class="reference internal" href="#id6">
|
121
|
+
<li><a class="reference internal" href="#">6.6.6. rand</a><ul>
|
122
|
+
<li><a class="reference internal" href="#id1">6.6.6.1. 名前</a></li>
|
123
|
+
<li><a class="reference internal" href="#id2">6.6.6.2. 書式</a></li>
|
124
|
+
<li><a class="reference internal" href="#id3">6.6.6.3. 説明</a></li>
|
125
|
+
<li><a class="reference internal" href="#id4">6.6.6.4. 引数</a></li>
|
126
|
+
<li><a class="reference internal" href="#id5">6.6.6.5. 返値</a></li>
|
127
|
+
<li><a class="reference internal" href="#id6">6.6.6.6. 例</a></li>
|
128
128
|
</ul>
|
129
129
|
</li>
|
130
130
|
</ul>
|
131
131
|
|
132
132
|
<h4>前のトピックへ</h4>
|
133
133
|
<p class="topless"><a href="now.html"
|
134
|
-
title="前の章へ">
|
134
|
+
title="前の章へ">6.6.5. now</a></p>
|
135
135
|
<h4>次のトピックへ</h4>
|
136
136
|
<p class="topless"><a href="../log.html"
|
137
|
-
title="次の章へ">
|
137
|
+
title="次の章へ">6.7. Log</a></p>
|
138
138
|
<h3>このページ</h3>
|
139
139
|
<ul class="this-page-menu">
|
140
140
|
<li><a href="../_sources/functions/rand.txt"
|
@@ -164,14 +164,14 @@
|
|
164
164
|
<a href="../genindex.html" title="総合索引"
|
165
165
|
>索引</a></li>
|
166
166
|
<li class="right" >
|
167
|
-
<a href="../log.html" title="
|
167
|
+
<a href="../log.html" title="6.7. Log"
|
168
168
|
>次へ</a> |</li>
|
169
169
|
<li class="right" >
|
170
|
-
<a href="now.html" title="
|
170
|
+
<a href="now.html" title="6.6.5. now"
|
171
171
|
>前へ</a> |</li>
|
172
|
-
<li><a href="../index.html">groonga v1.2.
|
173
|
-
<li><a href="../reference.html" >
|
174
|
-
<li><a href="../functions.html" >
|
172
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
173
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
174
|
+
<li><a href="../functions.html" >6.6. 組み込み関数一覧</a> »</li>
|
175
175
|
</ul>
|
176
176
|
</div>
|
177
177
|
<div class="footer">
|