rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/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>4.9. 全文検索の語彙表に対する追加情報 — groonga v1.2.
|
12
|
+
<title>4.9. 全文検索の語彙表に対する追加情報 — 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="../index.html" />
|
31
31
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
32
32
|
<link rel="next" title="4.10. マイクロブログ検索システムの作成" href="tutorial10.html" />
|
33
33
|
<link rel="prev" title="4.8. 主キーによる前方一致検索" href="tutorial08.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="tutorial08.html" title="4.8. 主キーによる前方一致検索"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v1.2.
|
65
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
66
66
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<li class="right" >
|
125
125
|
<a href="tutorial08.html" title="4.8. 主キーによる前方一致検索"
|
126
126
|
>previous</a> |</li>
|
127
|
-
<li><a href="../index.html">groonga v1.2.
|
127
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
128
128
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
129
129
|
</ul>
|
130
130
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>4.10. マイクロブログ検索システムの作成 — groonga v1.2.
|
12
|
+
<title>4.10. マイクロブログ検索システムの作成 — 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,9 +27,9 @@
|
|
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="../index.html" />
|
31
31
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
32
|
-
<link rel="next" title="5.
|
32
|
+
<link rel="next" title="5. Suggest" href="../suggest.html" />
|
33
33
|
<link rel="prev" title="4.9. 全文検索の語彙表に対する追加情報" href="tutorial09.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
@@ -57,12 +57,12 @@
|
|
57
57
|
<a href="../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="../
|
60
|
+
<a href="../suggest.html" title="5. Suggest"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
63
|
<a href="tutorial09.html" title="4.9. 全文検索の語彙表に対する追加情報"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v1.2.
|
65
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
66
66
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -432,8 +432,8 @@ load --table Comments
|
|
432
432
|
<p class="topless"><a href="tutorial09.html"
|
433
433
|
title="previous chapter">4.9. 全文検索の語彙表に対する追加情報</a></p>
|
434
434
|
<h4>Next topic</h4>
|
435
|
-
<p class="topless"><a href="../
|
436
|
-
title="next chapter">5.
|
435
|
+
<p class="topless"><a href="../suggest.html"
|
436
|
+
title="next chapter">5. Suggest</a></p>
|
437
437
|
<h3>This Page</h3>
|
438
438
|
<ul class="this-page-menu">
|
439
439
|
<li><a href="../_sources/tutorial/tutorial10.txt"
|
@@ -463,12 +463,12 @@ load --table Comments
|
|
463
463
|
<a href="../genindex.html" title="General Index"
|
464
464
|
>index</a></li>
|
465
465
|
<li class="right" >
|
466
|
-
<a href="../
|
466
|
+
<a href="../suggest.html" title="5. Suggest"
|
467
467
|
>next</a> |</li>
|
468
468
|
<li class="right" >
|
469
469
|
<a href="tutorial09.html" title="4.9. 全文検索の語彙表に対する追加情報"
|
470
470
|
>previous</a> |</li>
|
471
|
-
<li><a href="../index.html">groonga v1.2.
|
471
|
+
<li><a href="../index.html">groonga v1.2.5 documentation</a> »</li>
|
472
472
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
473
473
|
</ul>
|
474
474
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>4. チュートリアル — groonga v1.2.
|
12
|
+
<title>4. チュートリアル — 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="index.html" />
|
31
31
|
<link rel="next" title="4.1. 基本的な操作" href="tutorial/tutorial01.html" />
|
32
32
|
<link rel="prev" title="3. Community" href="community.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="community.html" title="3. Community"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li><a href="index.html">groonga v1.2.
|
64
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -185,7 +185,7 @@
|
|
185
185
|
<li class="right" >
|
186
186
|
<a href="community.html" title="3. Community"
|
187
187
|
>previous</a> |</li>
|
188
|
-
<li><a href="index.html">groonga v1.2.
|
188
|
+
<li><a href="index.html">groonga v1.2.5 documentation</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.3. データ型 — 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.4. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
|
33
|
+
<link rel="prev" title="6.2.24. view_add" href="commands/view_add.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="pseudo_column.html" title="
|
60
|
+
<a href="pseudo_column.html" title="6.4. 疑似カラム (pseudo_column)"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="commands/view_add.html" title="
|
63
|
+
<a href="commands/view_add.html" title="6.2.24. view_add"
|
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,13 +73,13 @@
|
|
73
73
|
<div class="body">
|
74
74
|
|
75
75
|
<div class="section" id="id1">
|
76
|
-
<h1>
|
76
|
+
<h1>6.3. データ型<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
77
77
|
<div class="section" id="id2">
|
78
|
-
<h2>
|
78
|
+
<h2>6.3.1. 名前<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
79
79
|
<p>groonga データ型</p>
|
80
80
|
</div>
|
81
81
|
<div class="section" id="id3">
|
82
|
-
<h2>
|
82
|
+
<h2>6.3.2. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
83
83
|
<p>groonga は、格納するデータの型を区別します。</p>
|
84
84
|
<p>groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。</p>
|
85
85
|
<p>主キーの型とカラムの型には、groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。</p>
|
@@ -87,7 +87,7 @@
|
|
87
87
|
<p>カラムの型に他のテーブルを指定する場合は、そのカラムは、カラムの型となるテーブルの参照キーとなります。</p>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id4">
|
90
|
-
<h2>
|
90
|
+
<h2>6.3.3. 組込型<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
91
91
|
<p>以下の型が組込型としてあらかじめ定義されています。</p>
|
92
92
|
<p><tt class="docutils literal"><span class="pre">Object</span></tt></p>
|
93
93
|
<blockquote>
|
@@ -146,13 +146,13 @@
|
|
146
146
|
度分秒形式であれば、x度y分z秒は(((x * 60) + y) * 60 + z) * 1000という計算式で変換した値を代入します。</div></blockquote>
|
147
147
|
</div>
|
148
148
|
<div class="section" id="id6">
|
149
|
-
<h2>
|
149
|
+
<h2>6.3.4. 型に関する制限事項<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
150
150
|
<div class="section" id="id7">
|
151
|
-
<h3>
|
151
|
+
<h3>6.3.4.1. テーブルの主キーに指定できない型<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
152
152
|
<p>Text型とLongText型については、テーブルの主キーに指定することはできません。</p>
|
153
153
|
</div>
|
154
154
|
<div class="section" id="id8">
|
155
|
-
<h3>
|
155
|
+
<h3>6.3.4.2. ベクトルとして格納できない型<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
156
156
|
<p>groongaのカラムは、ある型のベクトルを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクトルとして保存することはできません。</p>
|
157
157
|
<p>テーブル型は、ベクトルとして格納することができます。よって、ShortTextのベクトルを保存したい場合には、主キーがShortText型のテーブルを別途作成し、そのテーブルを型として利用します。</p>
|
158
158
|
<p class="rubric">脚注</p>
|
@@ -174,13 +174,13 @@
|
|
174
174
|
<div class="sphinxsidebarwrapper">
|
175
175
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
176
176
|
<ul>
|
177
|
-
<li><a class="reference internal" href="#">
|
178
|
-
<li><a class="reference internal" href="#id2">
|
179
|
-
<li><a class="reference internal" href="#id3">
|
180
|
-
<li><a class="reference internal" href="#id4">
|
181
|
-
<li><a class="reference internal" href="#id6">
|
182
|
-
<li><a class="reference internal" href="#id7">
|
183
|
-
<li><a class="reference internal" href="#id8">
|
177
|
+
<li><a class="reference internal" href="#">6.3. データ型</a><ul>
|
178
|
+
<li><a class="reference internal" href="#id2">6.3.1. 名前</a></li>
|
179
|
+
<li><a class="reference internal" href="#id3">6.3.2. 説明</a></li>
|
180
|
+
<li><a class="reference internal" href="#id4">6.3.3. 組込型</a></li>
|
181
|
+
<li><a class="reference internal" href="#id6">6.3.4. 型に関する制限事項</a><ul>
|
182
|
+
<li><a class="reference internal" href="#id7">6.3.4.1. テーブルの主キーに指定できない型</a></li>
|
183
|
+
<li><a class="reference internal" href="#id8">6.3.4.2. ベクトルとして格納できない型</a></li>
|
184
184
|
</ul>
|
185
185
|
</li>
|
186
186
|
</ul>
|
@@ -189,10 +189,10 @@
|
|
189
189
|
|
190
190
|
<h4>Previous topic</h4>
|
191
191
|
<p class="topless"><a href="commands/view_add.html"
|
192
|
-
title="previous chapter">
|
192
|
+
title="previous chapter">6.2.24. view_add</a></p>
|
193
193
|
<h4>Next topic</h4>
|
194
194
|
<p class="topless"><a href="pseudo_column.html"
|
195
|
-
title="next chapter">
|
195
|
+
title="next chapter">6.4. 疑似カラム (pseudo_column)</a></p>
|
196
196
|
<h3>This Page</h3>
|
197
197
|
<ul class="this-page-menu">
|
198
198
|
<li><a href="_sources/type.txt"
|
@@ -222,13 +222,13 @@
|
|
222
222
|
<a href="genindex.html" title="General Index"
|
223
223
|
>index</a></li>
|
224
224
|
<li class="right" >
|
225
|
-
<a href="pseudo_column.html" title="
|
225
|
+
<a href="pseudo_column.html" title="6.4. 疑似カラム (pseudo_column)"
|
226
226
|
>next</a> |</li>
|
227
227
|
<li class="right" >
|
228
|
-
<a href="commands/view_add.html" title="
|
228
|
+
<a href="commands/view_add.html" title="6.2.24. view_add"
|
229
229
|
>previous</a> |</li>
|
230
|
-
<li><a href="index.html">groonga v1.2.
|
231
|
-
<li><a href="reference.html" >
|
230
|
+
<li><a href="index.html">groonga v1.2.5 documentation</a> »</li>
|
231
|
+
<li><a href="reference.html" >6. リファレンスマニュアル</a> »</li>
|
232
232
|
</ul>
|
233
233
|
</div>
|
234
234
|
<div class="footer">
|
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: 1122a6a74b92a33af97c6b6844e16e5c
|
4
4
|
tags: fbb0d17656682115ca4d033fb2f83ba1
|
@@ -2,78 +2,250 @@
|
|
2
2
|
|
3
3
|
.. highlightlang:: none
|
4
4
|
|
5
|
+
.. groonga-command
|
6
|
+
.. % groonga-suggest-create-dataset /tmp/groonga-databases/suggest query
|
7
|
+
.. database: suggest
|
8
|
+
|
5
9
|
suggest
|
6
10
|
=======
|
7
11
|
|
8
|
-
|
12
|
+
.. note::
|
13
|
+
|
14
|
+
The suggest feature specification isn't stable. The
|
15
|
+
specification may be changed.
|
9
16
|
|
10
|
-
|
17
|
+
NAME
|
11
18
|
----
|
12
19
|
|
13
|
-
suggest -
|
20
|
+
suggest - returns completion, correction and/or suggestion for a query.
|
14
21
|
|
15
|
-
|
16
|
-
|
22
|
+
SYNOPSIS
|
23
|
+
--------
|
17
24
|
::
|
18
25
|
|
19
|
-
suggest types table column query
|
26
|
+
suggest types table column query [sortby [output_columns [offset [limit [frequency_threshold [conditional_probability_threshold [prefix_search]]]]]]]
|
20
27
|
|
21
|
-
|
22
|
-
|
28
|
+
DESCRIPTION
|
29
|
+
-----------
|
23
30
|
|
24
|
-
suggest
|
31
|
+
The suggest command returns completion, correction and/or
|
32
|
+
suggestion for a specified query.
|
25
33
|
|
26
|
-
|
34
|
+
See :doc:`/suggest/introduction` about completion,
|
35
|
+
correction and suggestion.
|
27
36
|
|
28
|
-
|
29
|
-
|
37
|
+
OPTIONS
|
38
|
+
-------
|
30
39
|
|
31
40
|
``types``
|
41
|
+
It specifies what types are returned by the suggest
|
42
|
+
command.
|
43
|
+
|
44
|
+
Here are available types:
|
32
45
|
|
33
|
-
|
46
|
+
``complete``
|
47
|
+
The suggest command does completion.
|
34
48
|
|
35
|
-
|
49
|
+
``correct``
|
50
|
+
The suggest command does correction.
|
36
51
|
|
37
|
-
|
52
|
+
``suggest``
|
53
|
+
The suggest command does suggestion.
|
38
54
|
|
39
|
-
|
55
|
+
You can specify one or more types separated by ``|``.
|
56
|
+
Here are examples:
|
40
57
|
|
41
|
-
|
58
|
+
It returns correction::
|
42
59
|
|
43
|
-
|
60
|
+
correct
|
44
61
|
|
45
|
-
|
62
|
+
It returns correction and suggestion::
|
63
|
+
|
64
|
+
correct|suggest
|
65
|
+
|
66
|
+
It returns complete, correction and suggestion::
|
67
|
+
|
68
|
+
complete|correct|suggest
|
46
69
|
|
47
70
|
``table``
|
71
|
+
It specifies table name that has ``item_${DATA_SET_NAME}` format.
|
72
|
+
For example, ``item_query`` is a table name if you created
|
73
|
+
dataset by the following command::
|
48
74
|
|
49
|
-
|
75
|
+
groonga-suggest-create-dataset /tmp/db-path query
|
50
76
|
|
51
77
|
``column``
|
52
|
-
|
53
|
-
|
78
|
+
It specifies a column name that has furigana in
|
79
|
+
Katakana in ``table`` table.
|
54
80
|
|
55
81
|
``query``
|
82
|
+
It specifies query for completion, correction and/or
|
83
|
+
suggestion.
|
56
84
|
|
57
|
-
|
85
|
+
``sortby``
|
86
|
+
It specifies sort key.
|
58
87
|
|
59
|
-
|
60
|
-
|
88
|
+
Default:
|
89
|
+
``-_score``
|
61
90
|
|
62
|
-
|
63
|
-
|
91
|
+
``output_columns``
|
92
|
+
It specifies output columns.
|
64
93
|
|
65
|
-
|
94
|
+
Default:
|
95
|
+
``_key,_score``
|
96
|
+
|
97
|
+
``offset``
|
98
|
+
It specifies returned records offset.
|
99
|
+
|
100
|
+
Default:
|
101
|
+
``0``
|
102
|
+
|
103
|
+
``limit``
|
104
|
+
It specifies number of returned records.
|
105
|
+
|
106
|
+
Default:
|
107
|
+
``10``
|
108
|
+
|
109
|
+
``frequency_threshold``
|
110
|
+
It specifies threshold for item frequency. Returned records must have
|
111
|
+
``_score`` that is greater than or equal to ``frequency_threshold``.
|
112
|
+
|
113
|
+
Default:
|
114
|
+
``100``
|
115
|
+
|
116
|
+
``conditional_probability_threshold``
|
117
|
+
|
118
|
+
It specifies threshold for conditional
|
119
|
+
probability. Conditional probability is used for learned
|
120
|
+
data. It is probability of query submission when ``query``
|
121
|
+
is occurred. Returned records must have conditional
|
122
|
+
probability that is greater than or equal to
|
123
|
+
``conditional_probability_threshold``.
|
124
|
+
|
125
|
+
Default:
|
126
|
+
``0.2``
|
127
|
+
|
128
|
+
``prefix_search``
|
129
|
+
It specifies whether optional prefix search is used or not
|
130
|
+
in completion.
|
131
|
+
|
132
|
+
Here are available values:
|
133
|
+
|
134
|
+
``yes``
|
135
|
+
Prefix search is always used.
|
136
|
+
|
137
|
+
``no``
|
138
|
+
Prefix search is never used.
|
139
|
+
|
140
|
+
``auto``
|
141
|
+
Prefix search is used only when other search can't
|
142
|
+
find any records.
|
143
|
+
|
144
|
+
Default:
|
145
|
+
``auto``
|
146
|
+
|
147
|
+
RETURN VALUE
|
148
|
+
------------
|
149
|
+
|
150
|
+
JSON format
|
151
|
+
^^^^^^^^^^^
|
152
|
+
|
153
|
+
Here is a returned JSON format::
|
154
|
+
|
155
|
+
{"type1": [["candidate1", score of candidate1],
|
156
|
+
["candidate2", score of candidate2],
|
157
|
+
...],
|
158
|
+
"type2": [["candidate1", score of candidate1],
|
159
|
+
["candidate2", score of candidate2],
|
160
|
+
...],
|
161
|
+
...}
|
162
|
+
|
163
|
+
``type``
|
164
|
+
|
165
|
+
A type specified by ``types``.
|
166
|
+
|
167
|
+
``candidate``
|
168
|
+
|
169
|
+
A candidate for completion, correction or suggestion.
|
170
|
+
|
171
|
+
``score of candidate``
|
172
|
+
|
173
|
+
A score of corresponding ``candidate``. It means that
|
174
|
+
higher score candidate is more likely candidate for
|
175
|
+
completion, correction or suggestion. Returned candidates
|
176
|
+
are sorted by ``score of candidate`` descending by
|
177
|
+
default.
|
178
|
+
|
179
|
+
EXAMPLE
|
180
|
+
-------
|
181
|
+
|
182
|
+
Here are learned data for completion.
|
183
|
+
|
184
|
+
.. groonga-command
|
185
|
+
.. include:: ../commands/suggest-learn-completion.log
|
186
|
+
.. load --table event_query --each 'suggest_preparer(_id, type, item, sequence, time, pair_query)'
|
187
|
+
.. [
|
188
|
+
.. {"sequence": "1", "time": 1312950803.86057, "item": "e"},
|
189
|
+
.. {"sequence": "1", "time": 1312950803.96857, "item": "en"},
|
190
|
+
.. {"sequence": "1", "time": 1312950804.26057, "item": "eng"},
|
191
|
+
.. {"sequence": "1", "time": 1312950804.56057, "item": "engi"},
|
192
|
+
.. {"sequence": "1", "time": 1312950804.76057, "item": "engin"},
|
193
|
+
.. {"sequence": "1", "time": 1312950805.86057, "item": "engine", "type": "submit"}
|
194
|
+
.. ]
|
195
|
+
|
196
|
+
Here are learned data for correction.
|
197
|
+
|
198
|
+
.. groonga-command
|
199
|
+
.. include:: ../commands/suggest-learn-correction.log
|
200
|
+
.. load --table event_query --each 'suggest_preparer(_id, type, item, sequence, time, pair_query)'
|
201
|
+
.. [
|
202
|
+
.. {"sequence": "2", "time": 1312950803.86057, "item": "s"},
|
203
|
+
.. {"sequence": "2", "time": 1312950803.96857, "item": "sa"},
|
204
|
+
.. {"sequence": "2", "time": 1312950804.26057, "item": "sae"},
|
205
|
+
.. {"sequence": "2", "time": 1312950804.56057, "item": "saer"},
|
206
|
+
.. {"sequence": "2", "time": 1312950804.76057, "item": "saerc"},
|
207
|
+
.. {"sequence": "2", "time": 1312950805.76057, "item": "saerch", "type": "submit"},
|
208
|
+
.. {"sequence": "2", "time": 1312950809.76057, "item": "serch"},
|
209
|
+
.. {"sequence": "2", "time": 1312950810.86057, "item": "search", "type": "submit"}
|
210
|
+
.. ]
|
211
|
+
|
212
|
+
Here are learned data for suggestion.
|
213
|
+
|
214
|
+
.. groonga-command
|
215
|
+
.. include:: ../commands/suggest-learn-suggestion.log
|
216
|
+
.. load --table event_query --each 'suggest_preparer(_id, type, item, sequence, time, pair_query)'
|
217
|
+
.. [
|
218
|
+
.. {"sequence": "3", "time": 1312950803.86057, "item": "search engine", "type": "submit"},
|
219
|
+
.. {"sequence": "3", "time": 1312950808.86057, "item": "web search realtime", "type": "submit"}
|
220
|
+
.. ]
|
221
|
+
|
222
|
+
Here is a completion example.
|
223
|
+
|
224
|
+
.. groonga-command
|
225
|
+
.. include:: ../commands/suggest-completion.log
|
226
|
+
.. suggest --table item_query --column kana --types complete --frequency_threshold 1 --query en
|
227
|
+
|
228
|
+
Here is a correction example.
|
229
|
+
|
230
|
+
.. groonga-command
|
231
|
+
.. include:: ../commands/suggest-correction.log
|
232
|
+
.. suggest --table item_query --column kana --types correct --frequency_threshold 1 --query saerch
|
66
233
|
|
67
|
-
|
234
|
+
Here is a suggestion example.
|
68
235
|
|
69
|
-
|
236
|
+
.. groonga-command
|
237
|
+
.. include:: ../commands/suggest-suggestion.log
|
238
|
+
.. suggest --table item_query --column kana --types suggest --frequency_threshold 1 --query search
|
70
239
|
|
71
|
-
|
240
|
+
Here is a mixed example.
|
72
241
|
|
73
|
-
|
242
|
+
.. groonga-command
|
243
|
+
.. include:: ../commands/suggest-mixed.log
|
244
|
+
.. suggest --table item_query --column kana --types complete|correct|suggest --frequency_threshold 1 --query search
|
74
245
|
|
75
|
-
補完・修正・提案の候補。
|
76
246
|
|
77
|
-
|
247
|
+
SEE ALSO
|
248
|
+
--------
|
78
249
|
|
79
|
-
|
250
|
+
* :doc:`/suggest`
|
251
|
+
* :doc:`/executables/groonga-suggest-create-dataset`
|
@@ -134,7 +134,7 @@ grntest命令
|
|
134
134
|
コマンドファイル
|
135
135
|
^^^^^^^^^^^^^^^^
|
136
136
|
|
137
|
-
コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては :doc
|
137
|
+
コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては :doc:`/commands` を参照してください。
|
138
138
|
|
139
139
|
サンプル
|
140
140
|
^^^^^^^^
|