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.6. rand — groonga v1.2.5 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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
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 v1.2.
|
31
|
-
<link rel="up" title="
|
32
|
-
<link rel="next" title="
|
33
|
-
<link rel="prev" title="
|
30
|
+
<link rel="top" title="groonga v1.2.5 documentation" href="../index.html" />
|
31
|
+
<link rel="up" title="6.6. 組み込み関数一覧" href="../functions.html" />
|
32
|
+
<link rel="next" title="6.7. Log" href="../log.html" />
|
33
|
+
<link rel="prev" title="6.6.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="../log.html" title="
|
60
|
+
<a href="../log.html" title="6.7. Log"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="now.html" title="
|
63
|
+
<a href="now.html" title="6.6.5. now"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v1.2.
|
66
|
-
<li><a href="../reference.html" >
|
67
|
-
<li><a href="../functions.html" accesskey="U">
|
65
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
66
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
67
|
+
<li><a href="../functions.html" accesskey="U">6.6. 組み込み関数一覧</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>
|
77
|
+
<h1>6.6.6. rand<a class="headerlink" href="#rand" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="id1">
|
79
|
-
<h2>
|
79
|
+
<h2>6.6.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>
|
83
|
+
<h2>6.6.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>
|
89
|
+
<h2>6.6.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>
|
94
|
+
<h2>6.6.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>
|
100
|
+
<h2>6.6.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>
|
104
|
+
<h2>6.6.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="#">
|
121
|
-
<li><a class="reference internal" href="#id1">
|
122
|
-
<li><a class="reference internal" href="#id2">
|
123
|
-
<li><a class="reference internal" href="#id3">
|
124
|
-
<li><a class="reference internal" href="#id4">
|
125
|
-
<li><a class="reference internal" href="#id5">
|
126
|
-
<li><a class="reference internal" href="#id6">
|
120
|
+
<li><a class="reference internal" href="#">6.6.6. rand</a><ul>
|
121
|
+
<li><a class="reference internal" href="#id1">6.6.6.1. 名前</a></li>
|
122
|
+
<li><a class="reference internal" href="#id2">6.6.6.2. 書式</a></li>
|
123
|
+
<li><a class="reference internal" href="#id3">6.6.6.3. 説明</a></li>
|
124
|
+
<li><a class="reference internal" href="#id4">6.6.6.4. 引数</a></li>
|
125
|
+
<li><a class="reference internal" href="#id5">6.6.6.5. 返値</a></li>
|
126
|
+
<li><a class="reference internal" href="#id6">6.6.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">
|
133
|
+
title="previous chapter">6.6.5. now</a></p>
|
134
134
|
<h4>Next topic</h4>
|
135
135
|
<p class="topless"><a href="../log.html"
|
136
|
-
title="next chapter">
|
136
|
+
title="next chapter">6.7. Log</a></p>
|
137
137
|
<h3>This Page</h3>
|
138
138
|
<ul class="this-page-menu">
|
139
139
|
<li><a href="../_sources/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="../log.html" title="
|
166
|
+
<a href="../log.html" title="6.7. Log"
|
167
167
|
>next</a> |</li>
|
168
168
|
<li class="right" >
|
169
|
-
<a href="now.html" title="
|
169
|
+
<a href="now.html" title="6.6.5. now"
|
170
170
|
>previous</a> |</li>
|
171
|
-
<li><a href="../index.html">groonga v1.2.
|
172
|
-
<li><a href="../reference.html" >
|
173
|
-
<li><a href="../functions.html" >
|
171
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
172
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
173
|
+
<li><a href="../functions.html" >6.6. 組み込み関数一覧</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>
|
12
|
+
<title>6.6. 組み込み関数一覧 — groonga v1.2.5 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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
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 v1.2.
|
31
|
-
<link rel="up" title="
|
32
|
-
<link rel="next" title="
|
33
|
-
<link rel="prev" title="
|
30
|
+
<link rel="top" title="groonga v1.2.5 documentation" href="index.html" />
|
31
|
+
<link rel="up" title="6. リファレンスマニュアル" href="reference.html" />
|
32
|
+
<link rel="next" title="6.6.1. edit_distance" href="functions/edit_distance.html" />
|
33
|
+
<link rel="prev" title="6.5. grn_expr" href="expr.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,13 +57,13 @@
|
|
57
57
|
<a href="genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="functions/edit_distance.html" title="
|
60
|
+
<a href="functions/edit_distance.html" title="6.6.1. edit_distance"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="expr.html" title="
|
63
|
+
<a href="expr.html" title="6.5. grn_expr"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="index.html">groonga v1.2.
|
66
|
-
<li><a href="reference.html" accesskey="U">
|
65
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
66
|
+
<li><a href="reference.html" accesskey="U">6. リファレンスマニュアル</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
69
69
|
|
@@ -73,15 +73,15 @@
|
|
73
73
|
<div class="body">
|
74
74
|
|
75
75
|
<div class="section" id="id1">
|
76
|
-
<h1>
|
76
|
+
<h1>6.6. 組み込み関数一覧<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
77
77
|
<div class="toctree-wrapper compound">
|
78
78
|
<ul>
|
79
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/edit_distance.html">
|
80
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/geo_distance.html">
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_circle.html">
|
82
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">
|
83
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/now.html">
|
84
|
-
<li class="toctree-l1"><a class="reference internal" href="functions/rand.html">
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/edit_distance.html">6.6.1. edit_distance</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/geo_distance.html">6.6.2. geo_distance</a></li>
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_circle.html">6.6.3. geo_in_circle</a></li>
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">6.6.4. geo_in_rectangle</a></li>
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/now.html">6.6.5. now</a></li>
|
84
|
+
<li class="toctree-l1"><a class="reference internal" href="functions/rand.html">6.6.6. rand</a></li>
|
85
85
|
</ul>
|
86
86
|
</div>
|
87
87
|
</div>
|
@@ -94,10 +94,10 @@
|
|
94
94
|
<div class="sphinxsidebarwrapper">
|
95
95
|
<h4>Previous topic</h4>
|
96
96
|
<p class="topless"><a href="expr.html"
|
97
|
-
title="previous chapter">
|
97
|
+
title="previous chapter">6.5. grn_expr</a></p>
|
98
98
|
<h4>Next topic</h4>
|
99
99
|
<p class="topless"><a href="functions/edit_distance.html"
|
100
|
-
title="next chapter">
|
100
|
+
title="next chapter">6.6.1. edit_distance</a></p>
|
101
101
|
<h3>This Page</h3>
|
102
102
|
<ul class="this-page-menu">
|
103
103
|
<li><a href="_sources/functions.txt"
|
@@ -127,13 +127,13 @@
|
|
127
127
|
<a href="genindex.html" title="General Index"
|
128
128
|
>index</a></li>
|
129
129
|
<li class="right" >
|
130
|
-
<a href="functions/edit_distance.html" title="
|
130
|
+
<a href="functions/edit_distance.html" title="6.6.1. edit_distance"
|
131
131
|
>next</a> |</li>
|
132
132
|
<li class="right" >
|
133
|
-
<a href="expr.html" title="
|
133
|
+
<a href="expr.html" title="6.5. grn_expr"
|
134
134
|
>previous</a> |</li>
|
135
|
-
<li><a href="index.html">groonga v1.2.
|
136
|
-
<li><a href="reference.html" >
|
135
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
136
|
+
<li><a href="reference.html" >6. リファレンスマニュアル</a> »</li>
|
137
137
|
</ul>
|
138
138
|
</div>
|
139
139
|
<div class="footer">
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<head>
|
12
12
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
13
13
|
|
14
|
-
<title>Index — groonga v1.2.
|
14
|
+
<title>Index — groonga v1.2.5 documentation</title>
|
15
15
|
|
16
16
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
17
17
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<script type="text/javascript">
|
20
20
|
var DOCUMENTATION_OPTIONS = {
|
21
21
|
URL_ROOT: '',
|
22
|
-
VERSION: '1.2.
|
22
|
+
VERSION: '1.2.5',
|
23
23
|
COLLAPSE_INDEX: false,
|
24
24
|
FILE_SUFFIX: '.html',
|
25
25
|
HAS_SOURCE: true
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
30
30
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
31
31
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
32
|
-
<link rel="top" title="groonga v1.2.
|
32
|
+
<link rel="top" title="groonga v1.2.5 documentation" href="index.html" />
|
33
33
|
</head>
|
34
34
|
<body>
|
35
35
|
<div class="header">
|
@@ -55,7 +55,7 @@
|
|
55
55
|
<li class="right" style="margin-right: 10px">
|
56
56
|
<a href="#" title="General Index"
|
57
57
|
accesskey="I">index</a></li>
|
58
|
-
<li><a href="index.html">groonga v1.2.
|
58
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
59
59
|
</ul>
|
60
60
|
</div>
|
61
61
|
|
@@ -546,7 +546,7 @@
|
|
546
546
|
<li class="right" style="margin-right: 10px">
|
547
547
|
<a href="#" title="General Index"
|
548
548
|
>index</a></li>
|
549
|
-
<li><a href="index.html">groonga v1.2.
|
549
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
550
550
|
</ul>
|
551
551
|
</div>
|
552
552
|
<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>groonga ドキュメント — groonga v1.2.
|
12
|
+
<title>groonga ドキュメント — groonga v1.2.5 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: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v1.2.
|
30
|
+
<link rel="top" title="groonga v1.2.5 documentation" href="#" />
|
31
31
|
<link rel="next" title="1. groongaの特徴" href="characteristic.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<li class="right" >
|
58
58
|
<a href="characteristic.html" title="1. groongaの特徴"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
|
-
<li><a href="#">groonga v1.2.
|
60
|
+
<li><a href="#">groonga v1.2.5 documentation</a> »</li>
|
61
61
|
</ul>
|
62
62
|
</div>
|
63
63
|
|
@@ -94,8 +94,9 @@
|
|
94
94
|
<li class="toctree-l2"><a class="reference internal" href="install.html#fedora-15">2.7. Fedora 15</a></li>
|
95
95
|
<li class="toctree-l2"><a class="reference internal" href="install.html#mac-os-x-macports">2.8. Mac OS X (MacPorts)</a></li>
|
96
96
|
<li class="toctree-l2"><a class="reference internal" href="install.html#mac-os-x-homebrew">2.9. Mac OS X (Homebrew)</a></li>
|
97
|
-
<li class="toctree-l2"><a class="reference internal" href="install.html#windows">2.10. Windows</a></li>
|
98
|
-
<li class="toctree-l2"><a class="reference internal" href="install.html#
|
97
|
+
<li class="toctree-l2"><a class="reference internal" href="install.html#windows-installer">2.10. Windows (Installer)</a></li>
|
98
|
+
<li class="toctree-l2"><a class="reference internal" href="install.html#windows-zip">2.11. Windows (zip)</a></li>
|
99
|
+
<li class="toctree-l2"><a class="reference internal" href="install.html#others">2.12. Others</a></li>
|
99
100
|
</ul>
|
100
101
|
</li>
|
101
102
|
<li class="toctree-l1"><a class="reference internal" href="community.html">3. Community</a><ul>
|
@@ -166,99 +167,129 @@
|
|
166
167
|
</li>
|
167
168
|
</ul>
|
168
169
|
</li>
|
169
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
170
|
-
<li class="toctree-l2"><a class="reference internal" href="
|
171
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
172
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
173
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
174
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
170
|
+
<li class="toctree-l1"><a class="reference internal" href="suggest.html">5. Suggest</a><ul>
|
171
|
+
<li class="toctree-l2"><a class="reference internal" href="suggest/introduction.html">5.1. Introduction</a><ul>
|
172
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#completion">5.1.1. Completion</a></li>
|
173
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#correction">5.1.2. Correction</a></li>
|
174
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#suggestion">5.1.3. Suggestion</a></li>
|
175
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#learning">5.1.4. Learning</a></li>
|
175
176
|
</ul>
|
176
177
|
</li>
|
177
|
-
<li class="toctree-l2"><a class="reference internal" href="
|
178
|
-
<li class="toctree-
|
179
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
180
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
181
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
182
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/column_create.html">5.2.5. column_create</a></li>
|
183
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/column_list.html">5.2.6. column_list</a></li>
|
184
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/column_remove.html">5.2.7. column_remove</a></li>
|
185
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/define_selector.html">5.2.8. define_selector</a></li>
|
186
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/defrag.html">5.2.9. defrag</a></li>
|
187
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/delete.html">5.2.10. delete</a></li>
|
188
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/dump.html">5.2.11. dump</a></li>
|
189
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/load.html">5.2.12. load</a></li>
|
190
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/log_level.html">5.2.13. log_level</a></li>
|
191
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/log_put.html">5.2.14. log_put</a></li>
|
192
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/log_reopen.html">5.2.15. log_reopen</a></li>
|
193
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/quit.html">5.2.16. quit</a></li>
|
194
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/select.html">5.2.17. select</a></li>
|
195
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/shutdown.html">5.2.18. shutdown</a></li>
|
196
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/status.html">5.2.19. status</a></li>
|
197
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/suggest.html">5.2.20. suggest</a></li>
|
198
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/table_create.html">5.2.21. table_create</a></li>
|
199
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/table_list.html">5.2.22. table_list</a></li>
|
200
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/table_remove.html">5.2.23. table_remove</a></li>
|
201
|
-
<li class="toctree-l3"><a class="reference internal" href="commands/view_add.html">5.2.24. view_add</a></li>
|
178
|
+
<li class="toctree-l2"><a class="reference internal" href="suggest/tutorial.html">5.2. Tutorial</a></li>
|
179
|
+
<li class="toctree-l2"><a class="reference internal" href="suggest/completion.html">5.3. Completion</a><ul>
|
180
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-it-works">5.3.1. How it works</a></li>
|
181
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-to-use">5.3.2. How to use</a></li>
|
182
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-it-learns">5.3.3. How it learns</a></li>
|
202
183
|
</ul>
|
203
184
|
</li>
|
204
|
-
<li class="toctree-l2"><a class="reference internal" href="
|
205
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
206
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
207
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
208
|
-
<li class="toctree-l3"><a class="reference internal" href="type.html#id6">5.3.4. 型に関する制限事項</a></li>
|
185
|
+
<li class="toctree-l2"><a class="reference internal" href="suggest/correction.html">5.4. Correction</a><ul>
|
186
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-it-works">5.4.1. How it works</a></li>
|
187
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-to-use">5.4.2. How to use</a></li>
|
188
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-it-learns">5.4.3. How it learns</a></li>
|
209
189
|
</ul>
|
210
190
|
</li>
|
211
|
-
<li class="toctree-l2"><a class="reference internal" href="
|
212
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
213
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
191
|
+
<li class="toctree-l2"><a class="reference internal" href="suggest/suggestion.html">5.5. Suggestion</a><ul>
|
192
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-it-works">5.5.1. How it works</a></li>
|
193
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-to-use">5.5.2. How to use</a></li>
|
194
|
+
<li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-it-learns">5.5.3. How it learns</a></li>
|
214
195
|
</ul>
|
215
196
|
</li>
|
216
|
-
<li class="toctree-l2"><a class="reference internal" href="expr.html">5.5. grn_expr</a><ul>
|
217
|
-
<li class="toctree-l3"><a class="reference internal" href="expr.html#id1">5.5.1. 名前</a></li>
|
218
|
-
<li class="toctree-l3"><a class="reference internal" href="expr.html#id2">5.5.2. 説明</a></li>
|
219
|
-
<li class="toctree-l3"><a class="reference internal" href="expr.html#scriptgrn-expr">5.5.3. script形式のgrn_expr</a></li>
|
220
|
-
<li class="toctree-l3"><a class="reference internal" href="expr.html#id3">5.5.4. 例</a></li>
|
221
197
|
</ul>
|
222
198
|
</li>
|
223
|
-
<li class="toctree-
|
224
|
-
<li class="toctree-
|
225
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
226
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
227
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
228
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
229
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
199
|
+
<li class="toctree-l1"><a class="reference internal" href="reference.html">6. リファレンスマニュアル</a><ul>
|
200
|
+
<li class="toctree-l2"><a class="reference internal" href="executables.html">6.1. 実行ファイル</a><ul>
|
201
|
+
<li class="toctree-l3"><a class="reference internal" href="executables/grnslap.html">6.1.1. grnslap</a></li>
|
202
|
+
<li class="toctree-l3"><a class="reference internal" href="executables/grntest.html">6.1.2. grntest</a></li>
|
203
|
+
<li class="toctree-l3"><a class="reference internal" href="executables/groonga.html">6.1.3. groonga実行ファイル</a></li>
|
204
|
+
<li class="toctree-l3"><a class="reference internal" href="executables/groonga-http.html">6.1.4. groonga HTTPサービス</a></li>
|
205
|
+
<li class="toctree-l3"><a class="reference internal" href="executables/groonga-suggest-create-dataset.html">6.1.5. groonga-suggest-create-dataset</a></li>
|
230
206
|
</ul>
|
231
207
|
</li>
|
232
|
-
<li class="toctree-l2"><a class="reference internal" href="
|
233
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
234
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
208
|
+
<li class="toctree-l2"><a class="reference internal" href="commands.html">6.2. コマンド</a><ul>
|
209
|
+
<li class="toctree-l3"><a class="reference internal" href="command_version.html">6.2.1. コマンドバージョン</a></li>
|
210
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/cache_limit.html">6.2.2. cache_limit</a></li>
|
211
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/check.html">6.2.3. check</a></li>
|
212
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/clearlock.html">6.2.4. clearlock</a></li>
|
213
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/column_create.html">6.2.5. column_create</a></li>
|
214
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/column_list.html">6.2.6. column_list</a></li>
|
215
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/column_remove.html">6.2.7. column_remove</a></li>
|
216
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/define_selector.html">6.2.8. define_selector</a></li>
|
217
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/defrag.html">6.2.9. defrag</a></li>
|
218
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/delete.html">6.2.10. delete</a></li>
|
219
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/dump.html">6.2.11. dump</a></li>
|
220
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/load.html">6.2.12. load</a></li>
|
221
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/log_level.html">6.2.13. log_level</a></li>
|
222
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/log_put.html">6.2.14. log_put</a></li>
|
223
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/log_reopen.html">6.2.15. log_reopen</a></li>
|
224
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/quit.html">6.2.16. quit</a></li>
|
225
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/select.html">6.2.17. select</a></li>
|
226
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/shutdown.html">6.2.18. shutdown</a></li>
|
227
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/status.html">6.2.19. status</a></li>
|
228
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/suggest.html">6.2.20. suggest</a></li>
|
229
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/table_create.html">6.2.21. table_create</a></li>
|
230
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/table_list.html">6.2.22. table_list</a></li>
|
231
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/table_remove.html">6.2.23. table_remove</a></li>
|
232
|
+
<li class="toctree-l3"><a class="reference internal" href="commands/view_add.html">6.2.24. view_add</a></li>
|
235
233
|
</ul>
|
236
234
|
</li>
|
235
|
+
<li class="toctree-l2"><a class="reference internal" href="type.html">6.3. データ型</a><ul>
|
236
|
+
<li class="toctree-l3"><a class="reference internal" href="type.html#id2">6.3.1. 名前</a></li>
|
237
|
+
<li class="toctree-l3"><a class="reference internal" href="type.html#id3">6.3.2. 説明</a></li>
|
238
|
+
<li class="toctree-l3"><a class="reference internal" href="type.html#id4">6.3.3. 組込型</a></li>
|
239
|
+
<li class="toctree-l3"><a class="reference internal" href="type.html#id6">6.3.4. 型に関する制限事項</a></li>
|
237
240
|
</ul>
|
238
241
|
</li>
|
239
|
-
<li class="toctree-
|
240
|
-
<li class="toctree-
|
241
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
242
|
-
<li class="toctree-l3"><a class="reference internal" href="spec/search.html#id6">6.1.2. 検索の使い分け</a></li>
|
242
|
+
<li class="toctree-l2"><a class="reference internal" href="pseudo_column.html">6.4. 疑似カラム (pseudo_column)</a><ul>
|
243
|
+
<li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id1">6.4.1. 名前</a></li>
|
244
|
+
<li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id2">6.4.2. 説明</a></li>
|
243
245
|
</ul>
|
244
246
|
</li>
|
247
|
+
<li class="toctree-l2"><a class="reference internal" href="expr.html">6.5. grn_expr</a><ul>
|
248
|
+
<li class="toctree-l3"><a class="reference internal" href="expr.html#id1">6.5.1. 名前</a></li>
|
249
|
+
<li class="toctree-l3"><a class="reference internal" href="expr.html#id2">6.5.2. 説明</a></li>
|
250
|
+
<li class="toctree-l3"><a class="reference internal" href="expr.html#scriptgrn-expr">6.5.3. script形式のgrn_expr</a></li>
|
251
|
+
<li class="toctree-l3"><a class="reference internal" href="expr.html#id3">6.5.4. 例</a></li>
|
245
252
|
</ul>
|
246
253
|
</li>
|
247
|
-
<li class="toctree-
|
248
|
-
<li class="toctree-
|
254
|
+
<li class="toctree-l2"><a class="reference internal" href="functions.html">6.6. 組み込み関数一覧</a><ul>
|
255
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/edit_distance.html">6.6.1. edit_distance</a></li>
|
256
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/geo_distance.html">6.6.2. geo_distance</a></li>
|
257
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/geo_in_circle.html">6.6.3. geo_in_circle</a></li>
|
258
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/geo_in_rectangle.html">6.6.4. geo_in_rectangle</a></li>
|
259
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/now.html">6.6.5. now</a></li>
|
260
|
+
<li class="toctree-l3"><a class="reference internal" href="functions/rand.html">6.6.6. rand</a></li>
|
249
261
|
</ul>
|
250
262
|
</li>
|
251
|
-
<li class="toctree-
|
252
|
-
<li class="toctree-
|
253
|
-
<li class="toctree-l3"><a class="reference internal" href="
|
254
|
-
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id3">8.1.2. 原因</a></li>
|
255
|
-
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id4">8.1.3. 対策方法1: トークナイザーを変更する</a></li>
|
256
|
-
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id5">8.1.4. 対策方法2: 閾値をあげる</a></li>
|
263
|
+
<li class="toctree-l2"><a class="reference internal" href="log.html">6.7. Log</a><ul>
|
264
|
+
<li class="toctree-l3"><a class="reference internal" href="log.html#process-log">6.7.1. Process log</a></li>
|
265
|
+
<li class="toctree-l3"><a class="reference internal" href="log.html#query-log">6.7.2. Query log</a></li>
|
257
266
|
</ul>
|
258
267
|
</li>
|
259
268
|
</ul>
|
260
269
|
</li>
|
261
|
-
<li class="toctree-l1"><a class="reference internal" href="
|
270
|
+
<li class="toctree-l1"><a class="reference internal" href="spec.html">7. 仕様</a><ul>
|
271
|
+
<li class="toctree-l2"><a class="reference internal" href="spec/search.html">7.1. 検索</a><ul>
|
272
|
+
<li class="toctree-l3"><a class="reference internal" href="spec/search.html#id2">7.1.1. 検索の挙動</a></li>
|
273
|
+
<li class="toctree-l3"><a class="reference internal" href="spec/search.html#id6">7.1.2. 検索の使い分け</a></li>
|
274
|
+
</ul>
|
275
|
+
</li>
|
276
|
+
</ul>
|
277
|
+
</li>
|
278
|
+
<li class="toctree-l1"><a class="reference internal" href="limitations.html">8. 制限事項</a><ul>
|
279
|
+
<li class="toctree-l2"><a class="reference internal" href="limitations.html#id2">8.1. インデックス上限値</a></li>
|
280
|
+
</ul>
|
281
|
+
</li>
|
282
|
+
<li class="toctree-l1"><a class="reference internal" href="troubleshooting.html">9. トラブルシューティング</a><ul>
|
283
|
+
<li class="toctree-l2"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html">9.1. 同じ検索キーワードなのに全文検索結果が異なる</a><ul>
|
284
|
+
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id2">9.1.1. 例</a></li>
|
285
|
+
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id3">9.1.2. 原因</a></li>
|
286
|
+
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id4">9.1.3. 対策方法1: トークナイザーを変更する</a></li>
|
287
|
+
<li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id5">9.1.4. 対策方法2: 閾値をあげる</a></li>
|
288
|
+
</ul>
|
289
|
+
</li>
|
290
|
+
</ul>
|
291
|
+
</li>
|
292
|
+
<li class="toctree-l1"><a class="reference internal" href="contribution.html">10. How to contribute to groonga</a><ul>
|
262
293
|
<li class="toctree-l2"><a class="reference internal" href="contribution/report.html">1. How to report a bug</a></li>
|
263
294
|
<li class="toctree-l2"><a class="reference internal" href="contribution/development.html">2. groonga開発者向け情報</a><ul>
|
264
295
|
<li class="toctree-l3"><a class="reference internal" href="contribution/development/com.html">2.1. groonga 通信アーキテクチャ</a></li>
|
@@ -324,7 +355,7 @@
|
|
324
355
|
<li class="right" >
|
325
356
|
<a href="characteristic.html" title="1. groongaの特徴"
|
326
357
|
>next</a> |</li>
|
327
|
-
<li><a href="#">groonga v1.2.
|
358
|
+
<li><a href="#">groonga v1.2.5 documentation</a> »</li>
|
328
359
|
</ul>
|
329
360
|
</div>
|
330
361
|
<div class="footer">
|