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.
Files changed (300) hide show
  1. data/Gemfile +30 -0
  2. data/Rakefile +24 -285
  3. data/ext/groonga/extconf.rb +4 -2
  4. data/ext/groonga/rb-grn-array.c +5 -4
  5. data/ext/groonga/rb-grn-context.c +7 -22
  6. data/ext/groonga/rb-grn-database.c +42 -1
  7. data/ext/groonga/rb-grn-index-column.c +5 -0
  8. data/ext/groonga/rb-grn-object.c +58 -26
  9. data/ext/groonga/rb-grn-patricia-trie.c +2 -1
  10. data/ext/groonga/rb-grn-record.c +11 -1
  11. data/ext/groonga/rb-grn-snippet.c +44 -1
  12. data/ext/groonga/rb-grn-table-key-support.c +21 -10
  13. data/ext/groonga/rb-grn-utils.c +3 -1
  14. data/ext/groonga/rb-grn-variable-size-column.c +47 -1
  15. data/ext/groonga/rb-grn.h +4 -1
  16. data/extconf.rb +1 -0
  17. data/lib/1.8/groonga.so +0 -0
  18. data/lib/1.9/groonga.so +0 -0
  19. data/lib/groonga/dumper.rb +3 -3
  20. data/lib/groonga/pagination.rb +1 -1
  21. data/lib/groonga/record.rb +10 -0
  22. data/rroonga-build.rb +1 -1
  23. data/test/test-accessor.rb +4 -0
  24. data/test/test-array.rb +9 -1
  25. data/test/test-database.rb +16 -0
  26. data/test/test-expression.rb +2 -0
  27. data/test/test-hash.rb +11 -2
  28. data/test/test-patricia-trie.rb +10 -1
  29. data/test/test-table-select.rb +31 -17
  30. data/test/test-type.rb +3 -3
  31. data/test/test-variable-size-column.rb +8 -1
  32. data/vendor/local/bin/grntest.exe +0 -0
  33. data/vendor/local/bin/groonga.exe +0 -0
  34. data/vendor/local/bin/libgroonga-0.dll +0 -0
  35. data/vendor/local/bin/libmecab-1.dll +0 -0
  36. data/vendor/local/bin/mecab-config +2 -2
  37. data/vendor/local/bin/mecab.exe +0 -0
  38. data/vendor/local/include/groonga/groonga.h +20 -4
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  41. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  43. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  47. data/vendor/local/lib/libgroonga.a +0 -0
  48. data/vendor/local/lib/libgroonga.dll.a +0 -0
  49. data/vendor/local/lib/libgroonga.la +2 -2
  50. data/vendor/local/lib/libmecab.a +0 -0
  51. data/vendor/local/lib/libmecab.dll.a +0 -0
  52. data/vendor/local/lib/libmecab.la +1 -1
  53. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  54. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  55. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  56. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  57. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  58. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  59. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
  61. data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
  76. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
  77. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
  79. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
  80. data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
  81. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
  82. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
  83. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
  84. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
  85. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
  86. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
  87. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
  88. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
  89. data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
  90. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
  91. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
  92. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
  93. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
  94. data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
  95. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
  96. data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
  97. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
  98. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
  99. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
  100. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
  101. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
  102. data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
  103. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
  106. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
  109. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
  111. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
  112. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
  113. data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
  114. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
  115. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
  116. data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
  117. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
  118. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
  119. data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
  120. data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
  121. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
  122. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
  123. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
  124. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
  126. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
  128. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
  130. data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
  131. data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
  132. data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
  133. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
  135. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
  137. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  138. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
  139. data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
  140. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
  143. data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
  144. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
  145. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
  146. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
  147. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
  148. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
  149. data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
  150. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  151. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
  152. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
  162. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
  164. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
  166. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
  167. data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  169. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
  170. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
  171. data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
  172. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
  174. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
  175. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
  176. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
  177. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
  178. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
  179. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
  180. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
  181. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
  182. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  183. data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
  184. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
  185. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
  186. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
  187. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
  188. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
  189. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
  190. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
  191. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
  192. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
  193. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
  194. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
  195. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
  196. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
  197. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
  198. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
  199. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
  200. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
  201. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
  202. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
  203. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
  204. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
  205. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
  206. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
  207. data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
  208. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  209. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
  210. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
  211. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
  212. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
  213. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
  214. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
  215. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  216. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
  217. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
  218. data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
  219. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
  220. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
  221. data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
  222. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
  223. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
  224. data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
  225. data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
  226. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
  227. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
  228. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
  229. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
  230. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
  231. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
  232. data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
  233. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
  236. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
  237. data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
  238. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  240. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
  242. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  243. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
  244. data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
  245. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
  248. data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
  249. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
  250. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
  251. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
  252. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
  253. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
  254. data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
  255. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  256. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
  257. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
  258. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
  267. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
  269. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
  270. data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
  271. data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
  272. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
  273. data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
  274. data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
  275. data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
  276. data/vendor/local/share/doc/groonga/source/index.txt +1 -0
  277. data/vendor/local/share/doc/groonga/source/install.txt +14 -3
  278. data/vendor/local/share/doc/groonga/source/log.txt +214 -0
  279. data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
  280. data/vendor/local/share/doc/groonga/source/news.txt +35 -3
  281. data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
  282. data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
  283. data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
  284. data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
  285. data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
  286. data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
  287. data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
  288. data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
  289. data/vendor/local/share/license/groonga/AUTHORS +17 -0
  290. data/vendor/local/share/license/groonga/COPYING +504 -0
  291. data/vendor/local/share/license/mecab/AUTHORS +1 -0
  292. data/vendor/local/share/license/mecab/BSD +29 -0
  293. data/vendor/local/share/license/mecab/COPYING +4 -0
  294. data/vendor/local/share/license/mecab/GPL +340 -0
  295. data/vendor/local/share/license/mecab/LGPL +504 -0
  296. data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
  297. data/vendor/local/share/license/naist-jdic/COPYING +31 -0
  298. data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
  299. data/vendor/local/share/man/man1/groonga.1 +1174 -48
  300. metadata +62 -9
@@ -1,4 +1,4 @@
1
- .TH "GROONGA" "1" "2011 年 08 月 05 日" "1.2.4" "groonga"
1
+ .TH "GROONGA" "1" "2011 年 08 月 28 日" "1.2.5" "groonga"
2
2
  .SH NAME
3
3
  groonga \- groongaのドキュメント
4
4
  .
@@ -255,13 +255,24 @@ amd64版のみ提供でi386版は未提供。
255
255
  % brew install groonga
256
256
  .ft P
257
257
  .fi
258
- .SS Windows
258
+ .SS Windows (Installer)
259
259
  .IP ノート
260
260
  .
261
261
  x64版のみ提供で32bit版は未提供。
262
262
  .RE
263
263
  .sp
264
- \fI\%packages.groonga.org/windows/\fP からzipファイルをダウンロードして展開するだけで使えます。今のところインストーラは配布していません。
264
+ You just download installer (.exe file) from
265
+ \fI\%packages.groonga.org/windows/\fP
266
+ and execute it.
267
+ .SS Windows (zip)
268
+ .IP ノート
269
+ .
270
+ x64版のみ提供で32bit版は未提供。
271
+ .RE
272
+ .sp
273
+ You just download zip\-file from
274
+ \fI\%packages.groonga.org/windows/\fP
275
+ and extract it.
265
276
  .SS その他
266
277
  .sp
267
278
  形態素単位でトークナイズした全文検索索引を使用したい場合は、groongaをインストールする前に \fI\%MeCab\fP をインストールしてください。
@@ -369,7 +380,7 @@ groonga実行ファイルやgroongaサーバを介して様々なコマンドを
369
380
  .sp
370
381
  書式2において、空白や、記号「"\(aq()」のうちいずれかを含む値を指定したい場合は、シングルクォート(\(aq)かダブルクォート(")で値を囲みます。
371
382
  .sp
372
- 詳しくは、 \fB/execfile\fP のコマンドの項を参考にしてください。
383
+ 詳しくは、 \fB/executables/groonga\fP のコマンドの項を参考にしてください。
373
384
  .SS 主なコマンド
374
385
  .INDENT 0.0
375
386
  .INDENT 3.5
@@ -1816,6 +1827,724 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
1816
1827
  .fi
1817
1828
  .sp
1818
1829
  2010/03/17 14:00:00以前に書かれたコメント5件がヒットしました。また、ドリルダウンの結果も返ってきており、「hsiomaneki」が2件、「グニャラくん」が3件ヒットしていることがわかります。
1830
+ .SH サジェスト
1831
+ .IP ノート
1832
+ .
1833
+ サジェスト機能の仕様はまだ確定していません。仕様は変更される可能性があります。
1834
+ .RE
1835
+ .sp
1836
+ groongaにはサジェスト機能があります。このセクションではこの機能の使い方とどのように動作しているかを説明します。
1837
+ .SS はじめに
1838
+ .sp
1839
+ groongaのサジェスト機能は以下の機能を提供します。:
1840
+ .INDENT 0.0
1841
+ .IP \(bu 2
1842
+ .
1843
+ 補完
1844
+ .IP \(bu 2
1845
+ .
1846
+ 補正
1847
+ .IP \(bu 2
1848
+ .
1849
+ 提案
1850
+ .UNINDENT
1851
+ .SS 補完
1852
+ .sp
1853
+ 補完はユーザの入力を支援します。ユーザが単語の一部分のみしか入力していないときに、登録済みの語の中から補完候補の語を返します。
1854
+ .sp
1855
+ 例えば、以下が登録済みの語とします。:
1856
+ .INDENT 0.0
1857
+ .IP \(bu 2
1858
+ .
1859
+ "groonga"
1860
+ .IP \(bu 2
1861
+ .
1862
+ "complete"
1863
+ .IP \(bu 2
1864
+ .
1865
+ "correction"
1866
+ .IP \(bu 2
1867
+ .
1868
+ "suggest"
1869
+ .UNINDENT
1870
+ .sp
1871
+ ユーザが"co"と入力したとき、"complete"と"correction"を補完候補として返します。これはどちらも"co"で始まっているからです。
1872
+ .sp
1873
+ ユーザが"sug"と入力したとき、"suggest"を返します。これは"suggest"が"sug"から始まっているからです。
1874
+ .sp
1875
+ ユーザが"ab"と入力したときは何も返しません。これは"ab"から始まる語が1つも登録されていないからです。
1876
+ .SS 補正
1877
+ .sp
1878
+ 修正もユーザの入力を支援します。ユーザが間違った語を入力したときに登録済みの修正ペアの中から修正された語を返します。
1879
+ .sp
1880
+ 例えば、以下のような修正ペアが登録されていたとします。
1881
+ .TS
1882
+ center;
1883
+ |l|l|.
1884
+ _
1885
+ T{
1886
+ 間違った語
1887
+ T} T{
1888
+ 正しい語
1889
+ T}
1890
+ _
1891
+ T{
1892
+ grroonga
1893
+ gronga
1894
+ gronnga
1895
+ T} T{
1896
+ groonga
1897
+ groonga
1898
+ groonga
1899
+ T}
1900
+ _
1901
+ .TE
1902
+ .sp
1903
+ ユーザが"gronga"と入力したとき、"groonga"を返します。これは、"gronga"が「間違った語」にあり、対応する「正しい語」カラムの値が"groonga"だからです。
1904
+ .sp
1905
+ ユーザが"roonga"と入力したときは何も返しません。これは"roonga"が「間違った語」カラムにないからです。
1906
+ .SS 提案
1907
+ .sp
1908
+ 提案は、たくさんの文書が見つかったときに、ユーザがさらに絞り込むことを支援します。ユーザがクエリを入力したとき、登録済みの関連クエリペアから追加のキーワードを選び、追加のキーワードを含んだ新しいクエリを返します。
1909
+ .sp
1910
+ 例えば、以下の関連クエリペアが登録されているとします。:
1911
+ .TS
1912
+ center;
1913
+ |l|l|.
1914
+ _
1915
+ T{
1916
+ キーワード
1917
+ T} T{
1918
+ 関連クエリ
1919
+ T}
1920
+ _
1921
+ T{
1922
+ groonga
1923
+ T} T{
1924
+ groonga search engine
1925
+ T}
1926
+ _
1927
+ T{
1928
+ search
1929
+ T} T{
1930
+ Google search
1931
+ T}
1932
+ _
1933
+ T{
1934
+ speed
1935
+ T} T{
1936
+ groonga speed
1937
+ T}
1938
+ _
1939
+ .TE
1940
+ .sp
1941
+ ユーザが"groonga"と入力したとき、"groonga search engine"を返します。これは、"groonga"が「キーワード」カラムの値にあり、対応する「関連クエリ」カラムの値が"groonga search engine"だからです。
1942
+ .sp
1943
+ ユーザが"MySQL"と入力したときは何も返しません。これは"MySQL"が「キーワード」カラムにないからです。
1944
+ .SS 学習
1945
+ .sp
1946
+ サジェスト機能を使う場合は、事前に登録済みのデータを用意する必要があります。これらのデータはユーザの入力を使って登録できます。これ用にgroonga\-suggest\-httpdコマンドとgroonga\-suggest\-learnerコマンドがあります。
1947
+ .SS チュートリアル
1948
+ .sp
1949
+ TODO...
1950
+ .SS 補完
1951
+ .sp
1952
+ このセクションでは以下の補完機能について説明します。:
1953
+ .INDENT 0.0
1954
+ .IP \(bu 2
1955
+ .
1956
+ どのように動作するか
1957
+ .IP \(bu 2
1958
+ .
1959
+ 使い方
1960
+ .IP \(bu 2
1961
+ .
1962
+ 学習方法
1963
+ .UNINDENT
1964
+ .SS どのように動作するか
1965
+ .sp
1966
+ 補完機能は補完される語を計算するために3種類の検索を使います。
1967
+ .INDENT 0.0
1968
+ .INDENT 3.5
1969
+ .INDENT 0.0
1970
+ .IP 1. 3
1971
+ .
1972
+ 登録されている語を前方一致RK検索。
1973
+ .IP 2. 3
1974
+ .
1975
+ 学習したデータを共起検索。
1976
+ .IP 3. 3
1977
+ .
1978
+ 登録されている語を前方一致検索。(実行しないこともある)
1979
+ .UNINDENT
1980
+ .UNINDENT
1981
+ .UNINDENT
1982
+ .SS 前方一致RK検索
1983
+ .sp
1984
+ RKはローマ字(Romaji)とカタカナ(Katakana)を意味しています。前方一致RK検索は登録されている語をユーザの入力から前方一致検索します。このとき、ユーザの入力はローマ字でもカタカナでもひらがなでも構いません。この機能は日本語を検索するときに便利です。
1985
+ .sp
1986
+ 例えば、"日本"という語が登録されているとします。そして、その読みとして"ニホン"(カタカナにしないといけません)が登録されているとします。このとき、ユーザの入力が"ni"でも"二"でも"に"でも"日本"を見つけることができます。
1987
+ .SS 共起検索
1988
+ .sp
1989
+ 共起検索は入力途中のユーザのクエリから登録されている語を見つけます。共起検索では検索データベースとしてユーザの入力シーケンスを使います。これはクエリログやアクセスログなどから学習します。
1990
+ .sp
1991
+ 例えば、以下のようなユーザの入力シーケンスがあるとします。
1992
+ .TS
1993
+ center;
1994
+ |l|l|.
1995
+ _
1996
+ T{
1997
+ 入力
1998
+ T} T{
1999
+ 検索実行
2000
+ T}
2001
+ _
2002
+ T{
2003
+ s
2004
+ T} T{
2005
+ していない
2006
+ T}
2007
+ _
2008
+ T{
2009
+ se
2010
+ T} T{
2011
+ していない
2012
+ T}
2013
+ _
2014
+ T{
2015
+ sea
2016
+ T} T{
2017
+ していない
2018
+ T}
2019
+ _
2020
+ T{
2021
+ sear
2022
+ T} T{
2023
+ していない
2024
+ T}
2025
+ _
2026
+ T{
2027
+ searc
2028
+ T} T{
2029
+ していない
2030
+ T}
2031
+ _
2032
+ T{
2033
+ search
2034
+ T} T{
2035
+ した
2036
+ T}
2037
+ _
2038
+ T{
2039
+ e
2040
+ T} T{
2041
+ していない
2042
+ T}
2043
+ _
2044
+ T{
2045
+ en
2046
+ T} T{
2047
+ していない
2048
+ T}
2049
+ _
2050
+ T{
2051
+ eng
2052
+ T} T{
2053
+ していない
2054
+ T}
2055
+ _
2056
+ T{
2057
+ engi
2058
+ T} T{
2059
+ していない
2060
+ T}
2061
+ _
2062
+ T{
2063
+ engin
2064
+ T} T{
2065
+ していない
2066
+ T}
2067
+ _
2068
+ T{
2069
+ engine
2070
+ T} T{
2071
+ していない
2072
+ T}
2073
+ _
2074
+ T{
2075
+ enginen
2076
+ T} T{
2077
+ していない(入力ミス!)
2078
+ T}
2079
+ _
2080
+ T{
2081
+ engine
2082
+ T} T{
2083
+ した
2084
+ T}
2085
+ _
2086
+ .TE
2087
+ .sp
2088
+ groongaは以下のような補完ペアを作ります。:
2089
+ .TS
2090
+ center;
2091
+ |l|l|.
2092
+ _
2093
+ T{
2094
+ 入力
2095
+ T} T{
2096
+ 補完語
2097
+ T}
2098
+ _
2099
+ T{
2100
+ s
2101
+ T} T{
2102
+ search
2103
+ T}
2104
+ _
2105
+ T{
2106
+ se
2107
+ T} T{
2108
+ search
2109
+ T}
2110
+ _
2111
+ T{
2112
+ sea
2113
+ T} T{
2114
+ search
2115
+ T}
2116
+ _
2117
+ T{
2118
+ sear
2119
+ T} T{
2120
+ search
2121
+ T}
2122
+ _
2123
+ T{
2124
+ searc
2125
+ T} T{
2126
+ search
2127
+ T}
2128
+ _
2129
+ T{
2130
+ e
2131
+ T} T{
2132
+ engine
2133
+ T}
2134
+ _
2135
+ T{
2136
+ en
2137
+ T} T{
2138
+ engine
2139
+ T}
2140
+ _
2141
+ T{
2142
+ eng
2143
+ T} T{
2144
+ engine
2145
+ T}
2146
+ _
2147
+ T{
2148
+ engi
2149
+ T} T{
2150
+ engine
2151
+ T}
2152
+ _
2153
+ T{
2154
+ engin
2155
+ T} T{
2156
+ engine
2157
+ T}
2158
+ _
2159
+ T{
2160
+ engine
2161
+ T} T{
2162
+ engine
2163
+ T}
2164
+ _
2165
+ T{
2166
+ enginen
2167
+ T} T{
2168
+ engine
2169
+ T}
2170
+ _
2171
+ .TE
2172
+ .sp
2173
+ ユーザが検索を実行する前のすべての入力(例では"s"、"se"など)を検索を実行した語(例では"search")に対応付けます。
2174
+ .sp
2175
+ 厳密に言うとこの説明は正しくありません。なぜならタイムスタンプに関することを省略しているからです。groongaは本当は「ユーザが検索を実行する前のすべての入力を」使いません。厳密には「ユーザが検索を実行する前の1分以内の入力のみ」を使います。検索実行時から1分より前の入力は使われません。
2176
+ .sp
2177
+ ユーザが"sea"と入力したら、共起検索は"search"を返します。なぜなら、「入力」カラムには"sea"という値があり、対応する「補完語」カラムには"search"という値が入っているからです。
2178
+ .SS 前方一致検索
2179
+ .sp
2180
+ 前方一致検索はユーザが入力した文字列から始まる登録済みの語を検索します。この検索は前方一致RK検索とは違ってローマ字、カタカナ、ひらがなを特別扱いしません。
2181
+ .sp
2182
+ この検索はいつも実行されるわけではありません。この検索は明示的に実行するように指示するか、前方一致RK検索と共起検索の両方がなにもヒットしないときのみ実行されます。
2183
+ .sp
2184
+ 例えば、"search"が登録されているとします。ユーザは"s"、"se"、"sea"、"sear"、"searc"、"search"のどれでも"search"を補完候補として利用できます。
2185
+ .SS 使い方
2186
+ .sp
2187
+ groongaは補完機能を使うために \fB/commands/suggest\fP コマンドを用意しています。 \fI\-\-type complete\fP オプションを使うと補完機能を利用できます。
2188
+ .sp
2189
+ 例えば、"en"と入力したときの補完結果を取得するコマンドは以下のようになります。:
2190
+ .sp
2191
+ 実行例:
2192
+ .sp
2193
+ .nf
2194
+ .ft C
2195
+ > suggest \-\-table item_query \-\-column kana \-\-types complete \-\-threshold 1 \-\-query en
2196
+ [[0,1313131879.64588,0.000913584],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
2197
+ .ft P
2198
+ .fi
2199
+ .SS 学習方法
2200
+ .sp
2201
+ 共起検索は学習データを使います。学習データはクエリログやアクセスログなどを元に作成します。学習データを作成するには、タイムスタンプ付きの入力シーケンスと、タイムスタンプ付きの検索実行時の入力内容が必要です。
2202
+ .sp
2203
+ 例えば、ユーザが"engine"で検索したいとします。ユーザが以下のようなシーケンスで検索クエリを入力したとします。:
2204
+ .INDENT 0.0
2205
+ .INDENT 3.5
2206
+ .INDENT 0.0
2207
+ .IP 1. 3
2208
+ .
2209
+ 2011\-08\-10T13:33:23+09:00: e
2210
+ .IP 2. 3
2211
+ .
2212
+ 2011\-08\-10T13:33:23+09:00: en
2213
+ .IP 3. 3
2214
+ .
2215
+ 2011\-08\-10T13:33:24+09:00: eng
2216
+ .IP 4. 3
2217
+ .
2218
+ 2011\-08\-10T13:33:24+09:00: engi
2219
+ .IP 5. 3
2220
+ .
2221
+ 2011\-08\-10T13:33:24+09:00: engin
2222
+ .IP 6. 3
2223
+ .
2224
+ 2011\-08\-10T13:33:25+09:00: engine (検索実行!)
2225
+ .UNINDENT
2226
+ .UNINDENT
2227
+ .UNINDENT
2228
+ .sp
2229
+ 以下のコマンドでこの入力シーケンスから学習できます。:
2230
+ .sp
2231
+ .nf
2232
+ .ft C
2233
+ load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
2234
+ [
2235
+ {"sequence": "1", "time": 1312950803.86057, "item": "e"},
2236
+ {"sequence": "1", "time": 1312950803.96857, "item": "en"},
2237
+ {"sequence": "1", "time": 1312950804.26057, "item": "eng"},
2238
+ {"sequence": "1", "time": 1312950804.56057, "item": "engi"},
2239
+ {"sequence": "1", "time": 1312950804.76057, "item": "engin"},
2240
+ {"sequence": "1", "time": 1312950805.86057, "item": "engine", "type": "submit"}
2241
+ ]
2242
+ .ft P
2243
+ .fi
2244
+ .SS 補正
2245
+ .sp
2246
+ このセクションでは以下の補正機能について説明します。:
2247
+ .INDENT 0.0
2248
+ .IP \(bu 2
2249
+ .
2250
+ どのように動作するか
2251
+ .IP \(bu 2
2252
+ .
2253
+ 使い方
2254
+ .IP \(bu 2
2255
+ .
2256
+ 学習方法
2257
+ .UNINDENT
2258
+ .SS どのように動作するか
2259
+ .sp
2260
+ 補正機能は補正した語を計算するために3種類の検索を使います。:
2261
+ .INDENT 0.0
2262
+ .INDENT 3.5
2263
+ .INDENT 0.0
2264
+ .IP 1. 3
2265
+ .
2266
+ 学習したデータを共起検索。
2267
+ .IP 2. 3
2268
+ .
2269
+ 登録されている語を類似検索。(実行しないこともある)
2270
+ .UNINDENT
2271
+ .UNINDENT
2272
+ .UNINDENT
2273
+ .SS 共起検索
2274
+ .sp
2275
+ 共起検索はユーザの間違って入力した文字列から登録済みの語を検索します。共起検索ではユーザがどのように検索を実行したかを使います。ユーザがどのように検索したかはクエリログやアクセスログから学習します。
2276
+ .sp
2277
+ 例えば、ユーザが以下のように検索を実行したとします。:
2278
+ .TS
2279
+ center;
2280
+ |l|l|.
2281
+ _
2282
+ T{
2283
+ クエリ
2284
+ T} T{
2285
+ 時刻
2286
+ T}
2287
+ _
2288
+ T{
2289
+ serach (入力ミス!)
2290
+ T} T{
2291
+ 2011\-08\-10T22:20:50+09:00
2292
+ T}
2293
+ _
2294
+ T{
2295
+ search (修正!)
2296
+ T} T{
2297
+ 2011\-08\-10T22:20:52+09:00
2298
+ T}
2299
+ _
2300
+ .TE
2301
+ .sp
2302
+ 上記の検索実行ログから以下のような補正ペアを作ります。
2303
+ .TS
2304
+ center;
2305
+ |l|l|.
2306
+ _
2307
+ T{
2308
+ 入力
2309
+ T} T{
2310
+ 補正された語
2311
+ T}
2312
+ _
2313
+ T{
2314
+ serach
2315
+ T} T{
2316
+ search
2317
+ T}
2318
+ _
2319
+ .TE
2320
+ .sp
2321
+ 1分以内の連続して実行された検索をユーザが入力を補正したものとみなします。検索を実行した間の入力途中の入力シーケンスは、補正用の学習データとしては利用しません。
2322
+ .sp
2323
+ ユーザが"serach"と入力した場合、共起検索は"saerch"を返します。なぜなら、"serach"が「入力」カラムにあり、対応する「補正される語」カラムの値が"search"だからです。
2324
+ .SS 類似検索
2325
+ .sp
2326
+ 類似検索はユーザの入力をトークナイズし、同じトークンを含んだ登録済みの語を検索します。トークナイズにはTokenBigramトークナイザーを使います。これは \fB/executables/groonga\-suggest\-create\-dataset\fP が作るサジェストデータセットスキーマではデフォルトトークナイザーとしてTokenBigramトークナイザーを使っているからです。
2327
+ .sp
2328
+ 例えば、"search engine"という語が登録されているとします。ユーザが"web search service"や"sound engine"などで検索すると"search engine"が補正候補になります。なぜなら、"search engine"と"web search engine"は"search"という同じトークンを持つからです。また、"search engine"と"sound engine"は"engine"という同じトークンを持っています。
2329
+ .sp
2330
+ "search engine"は"search"トークンと"engine"トークンにトークナイズされます。(groongaのTokenBigramトークナイザーは連続するアルファベットと数字を2文字にトークナイズしません。これは検索ノイズを減らす為です。確実に2文字でトークナイズするためにはTokenBigramSplitSymbolAlphaDigitを使います。)"web search service"は"web"トークンと"search"トークンと"service"トークンにトークナイズされます。"sound engine"は"sound"トークンと"engine"トークンにトークナイズされます。
2331
+ .SS 使い方
2332
+ .sp
2333
+ groongaは補正機能を使うために \fB/commands/suggest\fP コマンドを用意しています。 \fI\-\-type correct\fP オプションを使うと補正機能を利用できます。
2334
+ .sp
2335
+ 例えば、"saerch"と入力した時の補正結果取得するコマンドは以下のようになります。:
2336
+ .sp
2337
+ 実行例:
2338
+ .sp
2339
+ .nf
2340
+ .ft C
2341
+ > suggest \-\-table item_query \-\-column kana \-\-types correction \-\-threshold 1 \-\-query saerch
2342
+ [[0,1313131812.39207,0.000783031],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
2343
+ .ft P
2344
+ .fi
2345
+ .SS 学習方法
2346
+ .sp
2347
+ 共起検索は学習データを使います。学習データはクエリログやアクセスログから作ります。学習データを作るためにはユーザが検索を実行したときの検索クエリとタイムスタンプが必要です。
2348
+ .sp
2349
+ 例えば、ユーザが"search"で検索したかったとします。しかし、ユーザは正しい"search"というクエリで検索を実行する前に間違って"saerch"で検索してしまいました。このユーザの入力シーケンスは以下のようになります。:
2350
+ .INDENT 0.0
2351
+ .INDENT 3.5
2352
+ .INDENT 0.0
2353
+ .IP 1. 3
2354
+ .
2355
+ 2011\-08\-10T13:33:23+09:00: s
2356
+ .IP 2. 3
2357
+ .
2358
+ 2011\-08\-10T13:33:23+09:00: sa
2359
+ .IP 3. 3
2360
+ .
2361
+ 2011\-08\-10T13:33:24+09:00: sae
2362
+ .IP 4. 3
2363
+ .
2364
+ 2011\-08\-10T13:33:24+09:00: saer
2365
+ .IP 5. 3
2366
+ .
2367
+ 2011\-08\-10T13:33:24+09:00: saerc
2368
+ .IP 6. 3
2369
+ .
2370
+ 2011\-08\-10T13:33:25+09:00: saerch (検索実行!)
2371
+ .IP 7. 3
2372
+ .
2373
+ 2011\-08\-10T13:33:29+09:00: serch (修正中…)
2374
+ .IP 8. 3
2375
+ .
2376
+ 2011\-08\-10T13:33:30+09:00: search (検索実行!)
2377
+ .UNINDENT
2378
+ .UNINDENT
2379
+ .UNINDENT
2380
+ .sp
2381
+ 以下のコマンドでこの入力シーケンスから学習できます。:
2382
+ .sp
2383
+ .nf
2384
+ .ft C
2385
+ load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
2386
+ [
2387
+ {"sequence": "1", "time": 1312950803.86057, "item": "s"},
2388
+ {"sequence": "1", "time": 1312950803.96857, "item": "sa"},
2389
+ {"sequence": "1", "time": 1312950804.26057, "item": "sae"},
2390
+ {"sequence": "1", "time": 1312950804.56057, "item": "saer"},
2391
+ {"sequence": "1", "time": 1312950804.76057, "item": "saerc"},
2392
+ {"sequence": "1", "time": 1312950805.76057, "item": "saerch", "type": "submit"},
2393
+ {"sequence": "1", "time": 1312950809.76057, "item": "serch"},
2394
+ {"sequence": "1", "time": 1312950810.86057, "item": "search", "type": "submit"}
2395
+ ]
2396
+ .ft P
2397
+ .fi
2398
+ .SS 提案
2399
+ .sp
2400
+ このセクションでは以下の補完機能について説明します。:
2401
+ .INDENT 0.0
2402
+ .IP \(bu 2
2403
+ .
2404
+ どのように動作するか
2405
+ .IP \(bu 2
2406
+ .
2407
+ 使い方
2408
+ .IP \(bu 2
2409
+ .
2410
+ 学習方法
2411
+ .UNINDENT
2412
+ .SS どのように動作するか
2413
+ .sp
2414
+ 提案機能は提案する語を計算するために1種類の検索を使います。:
2415
+ .INDENT 0.0
2416
+ .INDENT 3.5
2417
+ .INDENT 0.0
2418
+ .IP 1. 3
2419
+ .
2420
+ 学習したデータを共起検索。
2421
+ .UNINDENT
2422
+ .UNINDENT
2423
+ .UNINDENT
2424
+ .SS 共起検索
2425
+ .sp
2426
+ 共起検索はユーザの入力と関連する語を検索します。共起検索ではユーザの実行したときの検索クエリを使います。このデータはクエリログやアクセスログなどから学習します。
2427
+ .sp
2428
+ 例えば、ユーザが以下のように検索を実行したとします。:
2429
+ .TS
2430
+ center;
2431
+ |l|.
2432
+ _
2433
+ T{
2434
+ クエリ
2435
+ T}
2436
+ _
2437
+ T{
2438
+ search engine
2439
+ T}
2440
+ _
2441
+ T{
2442
+ web search realtime
2443
+ T}
2444
+ _
2445
+ .TE
2446
+ .sp
2447
+ groongaは以下のような提案ペアを作成します。
2448
+ .TS
2449
+ center;
2450
+ |l|l|.
2451
+ _
2452
+ T{
2453
+ 入力
2454
+ T} T{
2455
+ 提案される語
2456
+ T}
2457
+ _
2458
+ T{
2459
+ search
2460
+ T} T{
2461
+ search engine
2462
+ T}
2463
+ _
2464
+ T{
2465
+ engine
2466
+ T} T{
2467
+ search engine
2468
+ T}
2469
+ _
2470
+ T{
2471
+ web
2472
+ T} T{
2473
+ web search realtime
2474
+ T}
2475
+ _
2476
+ T{
2477
+ search
2478
+ T} T{
2479
+ web search realtime
2480
+ T}
2481
+ _
2482
+ T{
2483
+ realtime
2484
+ T} T{
2485
+ web search realtime
2486
+ T}
2487
+ _
2488
+ .TE
2489
+ .sp
2490
+ これらのペアは以下の手順で作成します。:
2491
+ .INDENT 0.0
2492
+ .INDENT 3.5
2493
+ .INDENT 0.0
2494
+ .IP 1. 3
2495
+ .
2496
+ ユーザの入力をTokenDelimitトークナイザーでトークナイズします。TokenDelimitは空白をトークンの区切りに使います。(例えば、"search engine"は"search"トークンと"engine"トークンの2つのトークンにトークナイズされます。)
2497
+ .IP 2. 3
2498
+ .
2499
+ 各トークンについて、トークンと元のクエリからなるペアを作成する。
2500
+ .UNINDENT
2501
+ .UNINDENT
2502
+ .UNINDENT
2503
+ .sp
2504
+ ユーザが"search"と入力したとき、共起検索は"search engine"と"web search raltime"を返します。これは、"search"が2つの「入力」カラムに含まれていて、対応するそれぞれの「提案される語」カラムの値が"search engine"と"web search realtime"だからです。
2505
+ .SS 使い方
2506
+ .sp
2507
+ groongaは提案機能を使うために \fB/commands/suggest\fP コマンドを用意しています。 \fI\-\-type suggest\fP オプションを使うと提案機能を利用できます。
2508
+ .sp
2509
+ 例えば、"search"と入力した時の提案結果を取得するコマンドは以下の通りです。:
2510
+ .sp
2511
+ 実行例:
2512
+ .sp
2513
+ .nf
2514
+ .ft C
2515
+ > suggest \-\-table item_query \-\-column kana \-\-types suggest \-\-threshold 1 \-\-query search
2516
+ [[0,1313131808.92868,0.000607197],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
2517
+ .ft P
2518
+ .fi
2519
+ .SS 学習方法
2520
+ .sp
2521
+ 共起検索は学習データを使います。学習データはクエリログやアクセスログなどを元に作成します。学習データを作成するには、タイムスタンプ付きの入力シーケンスと、タイムスタンプ付きの検索実行時の入力内容が必要です。
2522
+ .sp
2523
+ 例えば、ユーザが"engine"で検索したいとします。ユーザが以下のようなシーケンスで検索クエリを入力したとします。:
2524
+ .INDENT 0.0
2525
+ .INDENT 3.5
2526
+ .INDENT 0.0
2527
+ .IP 1. 3
2528
+ .
2529
+ 2011\-08\-10T13:33:25+09:00: search engine (検索実行)
2530
+ .IP 2. 3
2531
+ .
2532
+ 2011\-08\-10T13:33:28+09:00: web search realtime (検索実行)
2533
+ .UNINDENT
2534
+ .UNINDENT
2535
+ .UNINDENT
2536
+ .sp
2537
+ 以下のコマンドで上記の検索実行結果から学習します。:
2538
+ .sp
2539
+ .nf
2540
+ .ft C
2541
+ load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
2542
+ [
2543
+ {"sequence": "1", "time": 1312950803.86057, "item": "search engine", "type": "submit"},
2544
+ {"sequence": "1", "time": 1312950808.86057, "item": "web search realtime", "type": "submit"}
2545
+ ]
2546
+ .ft P
2547
+ .fi
1819
2548
  .SH リファレンスマニュアル
1820
2549
  .SS 実行ファイル
1821
2550
  .sp
@@ -2058,7 +2787,7 @@ out_gqtp コマンドファイル 出力ファイル名
2058
2787
  .UNINDENT
2059
2788
  .SS コマンドファイル
2060
2789
  .sp
2061
- コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては \fBcommands\fP を参照してください。
2790
+ コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては \fB/commands\fP を参照してください。
2062
2791
  .SS サンプル
2063
2792
  .sp
2064
2793
  スクリプトファイルのサンプルです。:
@@ -2579,10 +3308,41 @@ GETメソッドのみが使用可能です。
2579
3308
  .sp
2580
3309
  output_typeにはjson, tsv, xmlが指定可能です。
2581
3310
  .sp
2582
- command_versionはコマンドの仕様の互換性を指定します。詳細は \fBcommand_version\fP を参照してください。
3311
+ command_versionはコマンドの仕様の互換性を指定します。詳細は \fB/command_version\fP を参照してください。
2583
3312
  .SS 返値
2584
3313
  .sp
2585
3314
  output_typeの指定に従って、コマンドの実行結果を出力します。
3315
+ .SS groonga\-suggest\-create\-dataset
3316
+ .SS NAME
3317
+ .sp
3318
+ groonga\-suggest\-create\-dataset \- Defines schema for a suggestion dataset
3319
+ .SS SYNOPSTIS
3320
+ .sp
3321
+ .nf
3322
+ .ft C
3323
+ groonga\-suggest\-create\-dataset [options] DATABASE DATASET
3324
+ .ft P
3325
+ .fi
3326
+ .SS DESCTIPION
3327
+ .sp
3328
+ groonga\-suggest\-create\-dataset creates a dataset for \fB/suggest\fP. A database has many datasets. This command just defines schea for a suggestion dataset.
3329
+ .SS OPTIONS
3330
+ .sp
3331
+ None.
3332
+ .SS EXIT STATUS
3333
+ .sp
3334
+ TODO
3335
+ .SS FILES
3336
+ .sp
3337
+ TODO
3338
+ .SS EXAMPLE
3339
+ .sp
3340
+ TODO
3341
+ .SS SEE ALSO
3342
+ .sp
3343
+ \fB/suggest\fP
3344
+ .. : doc:\fIgroonga\-suggest\-httpd\fP
3345
+ .. : doc:\fIgroonga\-suggest\-learner\fP
2586
3346
  .SS コマンド
2587
3347
  .sp
2588
3348
  まず、すべてのコマンドに関係するコマンドバージョンについて説明します。その後、組み込みのコマンドを順に説明します。
@@ -4472,100 +5232,345 @@ status
4472
5232
  .ft P
4473
5233
  .fi
4474
5234
  .SS suggest
4475
- .sp
4476
- ** 未だ仕様は確定しておりません。利用のためには特定のデータを持つテーブルが必要となります。 **
5235
+ .IP ノート
5236
+ .
5237
+ サジェスト機能の仕様はまだ確定していません。仕様は変更される可能性があります。
5238
+ .RE
4477
5239
  .SS 名前
4478
5240
  .sp
4479
- suggest \- 指定したクエリに対する補完・修正・提案を行う。
5241
+ suggest \- 指定されたクエリに対する補完・補正・提案候補を返す。
4480
5242
  .SS 書式
4481
5243
  .sp
4482
5244
  .nf
4483
5245
  .ft C
4484
- suggest types table column query
5246
+ suggest types table column query [sortby [output_columns [offset [limit [frequency_threshold [conditional_probability_threshold [prefix_search]]]]]]]
4485
5247
  .ft P
4486
5248
  .fi
4487
5249
  .SS 説明
4488
5250
  .sp
4489
- suggestコマンドは、指定したクエリに対して補完・修正・提案を行います。
4490
- .sp
4491
- 補完とは、クエリの未入力・未変換部分を補うことです。修正とは、クエリ内のミスタイプや誤変換を修正することです。提案とは、さらなる絞込みを行うための候補となるクエリを提案することです。
4492
- .SS 引数
5251
+ suggestコマンドは指定されたクエリに対する補完・補正・提案候補を返します。
4493
5252
  .sp
4494
- \fBtypes\fP
5253
+ 補完・補正・提案については \fB/suggest/introduction\fP を参照してください。
5254
+ .SS オプション
4495
5255
  .INDENT 0.0
4496
- .INDENT 3.5
5256
+ .TP
5257
+ .B \fBtypes\fP
4497
5258
  .sp
4498
- 補完・修正・提案のいずれを行うかを、パイプ(\(aq|\(aq)で組み合わせたシンボル名で指定します(例: correct|suggest)
5259
+ suggestコマンドでどの種類の候補を返すかを指定します。
4499
5260
  .sp
4500
- \fBcomplete\fP
5261
+ 指定できる種類は以下の通りです。
5262
+ .INDENT 7.0
5263
+ .INDENT 3.5
4501
5264
  .INDENT 0.0
5265
+ .TP
5266
+ .B \fBcomplete\fP
5267
+ .sp
5268
+ 補完を実行します。
5269
+ .TP
5270
+ .B \fBcorrect\fP
5271
+ .sp
5272
+ 補正を実行します。
5273
+ .TP
5274
+ .B \fBsuggest\fP
5275
+ .sp
5276
+ 提案を実行します。
5277
+ .UNINDENT
5278
+ .UNINDENT
5279
+ .UNINDENT
5280
+ .sp
5281
+ 1つ以上の種類を指定できます。複数の種類を指定する場合は \fB|\fP で区切ります。以下が例です。:
5282
+ .INDENT 7.0
4502
5283
  .INDENT 3.5
4503
5284
  .sp
4504
- 補完を行います。
5285
+ 補正候補を返します:
5286
+ .sp
5287
+ .nf
5288
+ .ft C
5289
+ correct
5290
+ .ft P
5291
+ .fi
5292
+ .sp
5293
+ 補正候補と提案候補を返します:
5294
+ .sp
5295
+ .nf
5296
+ .ft C
5297
+ correct|suggest
5298
+ .ft P
5299
+ .fi
5300
+ .sp
5301
+ 補完候補と補正候補と提案候補を返します:
5302
+ .sp
5303
+ .nf
5304
+ .ft C
5305
+ complete|correct|suggest
5306
+ .ft P
5307
+ .fi
5308
+ .UNINDENT
5309
+ .UNINDENT
5310
+ .TP
5311
+ .B \fBtable\fP
5312
+ .sp
5313
+ \fBitem_${データセット名}\fP というフォーマットのテーブル名を指定します。例えば、以下のコマンドでデータセットを作成した場合はテーブル名として \fBitem_query\fP を指定します:
5314
+ .sp
5315
+ .nf
5316
+ .ft C
5317
+ groonga\-suggest\-create\-dataset /tmp/db\-path query
5318
+ .ft P
5319
+ .fi
5320
+ .TP
5321
+ .B \fBcolumn\fP
5322
+ .sp
5323
+ \fBtable\fP で指定したテーブルにあるふりがな情報を含むカラムを指定します。ふりがなはカタカナで指定します。
5324
+ .TP
5325
+ .B \fBquery\fP
5326
+ .sp
5327
+ 補完・補正・提案対象のクエリを指定します。
5328
+ .TP
5329
+ .B \fBsortby\fP
5330
+ .sp
5331
+ ソートキーを指定します。
5332
+ .INDENT 7.0
5333
+ .TP
5334
+ .B Default:
5335
+ .
5336
+ \fB\-_score\fP
5337
+ .UNINDENT
5338
+ .TP
5339
+ .B \fBoutput_columns\fP
5340
+ .sp
5341
+ 出力するカラムを指定します。
5342
+ .INDENT 7.0
5343
+ .TP
5344
+ .B Default:
5345
+ .
5346
+ \fB_key,_score\fP
5347
+ .UNINDENT
5348
+ .TP
5349
+ .B \fBoffset\fP
5350
+ .sp
5351
+ 返されるレコードのオフセットを指定します。
5352
+ .INDENT 7.0
5353
+ .TP
5354
+ .B Default:
5355
+ .
5356
+ \fB0\fP
5357
+ .UNINDENT
5358
+ .TP
5359
+ .B \fBlimit\fP
5360
+ .sp
5361
+ 返されるレコード数を指定します。
5362
+ .INDENT 7.0
5363
+ .TP
5364
+ .B Default:
5365
+ .
5366
+ \fB10\fP
5367
+ .UNINDENT
5368
+ .TP
5369
+ .B \fBfrequency_threshold\fP
5370
+ .sp
5371
+ 出現頻度に対する閾値を指定します。返されるレコードの \fB_score\fP 値は \fBfrequency_threshold\fP 以上になります。
5372
+ .INDENT 7.0
5373
+ .TP
5374
+ .B Default:
5375
+ .
5376
+ \fB100\fP
4505
5377
  .UNINDENT
4506
5378
  .UNINDENT
4507
5379
  .sp
4508
- \fBcorrect\fP
5380
+ \fBconditional_probability_threshold\fP
4509
5381
  .INDENT 0.0
4510
5382
  .INDENT 3.5
4511
5383
  .sp
4512
- 修正を行います。
5384
+ 条件付き確率に対する閾値を指定します。学習データに対して条件付き確率を使います。ここで使う条件付き確率は、入力した \fBquery\fP と同じ入力があったときにクエリが検索された確率です。返されるレコードの条件付き確率は \fBconditional_probability_threshold\fP 以上になります。
5385
+ .INDENT 0.0
5386
+ .TP
5387
+ .B Default:
5388
+ .
5389
+ \fB0.2\fP
5390
+ .UNINDENT
4513
5391
  .UNINDENT
4514
5392
  .UNINDENT
4515
- .sp
4516
- \fBsuggest\fP
4517
5393
  .INDENT 0.0
5394
+ .TP
5395
+ .B \fBprefix_search\fP
5396
+ .sp
5397
+ 補完時に前方一致検索を実行するかどうかを指定します。
5398
+ .sp
5399
+ 指定可能な値は以下の通りです。
5400
+ .INDENT 7.0
4518
5401
  .INDENT 3.5
5402
+ .INDENT 0.0
5403
+ .TP
5404
+ .B \fByes\fP
4519
5405
  .sp
4520
- 提案を行います。
5406
+ 常に前方一致検索を実行します。
5407
+ .TP
5408
+ .B \fBno\fP
5409
+ .sp
5410
+ 前方一致検索を実行しません。
5411
+ .TP
5412
+ .B \fBauto\fP
5413
+ .sp
5414
+ 他の検索でレコードが見つからない場合のみ前方一致検索を実行します。
5415
+ .UNINDENT
4521
5416
  .UNINDENT
4522
5417
  .UNINDENT
5418
+ .INDENT 7.0
5419
+ .TP
5420
+ .B Default:
5421
+ .
5422
+ \fBauto\fP
4523
5423
  .UNINDENT
4524
5424
  .UNINDENT
5425
+ .SS 返値
5426
+ .SS JSON形式
4525
5427
  .sp
4526
- \fBtable\fP
5428
+ 返されるJSON形式は以下の通りです:
5429
+ .sp
5430
+ .nf
5431
+ .ft C
5432
+ {"type1": [["candidate1", score of candidate1],
5433
+ ["candidate2", score of candidate2],
5434
+ ...],
5435
+ "type2": [["candidate1", score of candidate1],
5436
+ ["candidate2", score of candidate2],
5437
+ ...],
5438
+ ...}
5439
+ .ft P
5440
+ .fi
5441
+ .sp
5442
+ \fBtype\fP
4527
5443
  .INDENT 0.0
4528
5444
  .INDENT 3.5
4529
5445
  .sp
4530
- 基礎となるデータが格納されているテーブル名を指定します。
5446
+ \fBtypes\fP で指定した値。
4531
5447
  .UNINDENT
4532
5448
  .UNINDENT
4533
5449
  .sp
4534
- \fBcolumn\fP
5450
+ \fBcandidate\fP
4535
5451
  .INDENT 0.0
4536
5452
  .INDENT 3.5
4537
5453
  .sp
4538
- 基礎となるデータが格納されているテーブルにおいて、「ヨミガナ」が格納されているカラム名を指定します。
5454
+ 補完・補正・提案候補。
4539
5455
  .UNINDENT
4540
5456
  .UNINDENT
4541
5457
  .sp
4542
- \fBquery\fP
5458
+ \fBscore of candidate\fP
4543
5459
  .INDENT 0.0
4544
5460
  .INDENT 3.5
4545
5461
  .sp
4546
- 補完・修正・提案の対象となるクエリを指定します。
5462
+ 対応する \fBcandidate\fP のスコアです。スコアが高いほど補完・補正・提案候補として有力という意味になります。デフォルトでは候補は \fBscore of candidate\fP の降順でソートされています。
4547
5463
  .UNINDENT
4548
5464
  .UNINDENT
4549
- .SS 返値
4550
- .SS json形式
5465
+ .SS
5466
+ .sp
5467
+ 以下は補完用の学習データです。
5468
+ .sp
5469
+ Execution example:
4551
5470
  .sp
4552
5471
  .nf
4553
5472
  .ft C
4554
- {"タイプ1":[["候補1", 候補1のスコア], ["候補2", 候補2のスコア], ...], ...}
4555
-
4556
- \(ga\(gaタイプ\(ga\(ga
4557
-
4558
- types引数に指定した値。
4559
-
4560
- \(ga\(ga候補\(ga\(ga
4561
-
4562
- 補完・修正・提案の候補。
4563
-
4564
- \(ga\(ga候補のスコア\(ga\(ga
4565
-
4566
- 補完・修正・提案として優れたものほど高くなる数値。結果は、スコア順にソートされている。
5473
+ > load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
5474
+ > [
5475
+ > {"sequence": "1", "time": 1312950803.86057, "item": "e"},
5476
+ > {"sequence": "1", "time": 1312950803.96857, "item": "en"},
5477
+ > {"sequence": "1", "time": 1312950804.26057, "item": "eng"},
5478
+ > {"sequence": "1", "time": 1312950804.56057, "item": "engi"},
5479
+ > {"sequence": "1", "time": 1312950804.76057, "item": "engin"},
5480
+ > {"sequence": "1", "time": 1312950805.86057, "item": "engine", "type": "submit"}
5481
+ > ]
5482
+ [[0,1313562872.82845,1.577141877],6]
4567
5483
  .ft P
4568
5484
  .fi
5485
+ .sp
5486
+ 以下は補正用の学習データです。
5487
+ .sp
5488
+ Execution example:
5489
+ .sp
5490
+ .nf
5491
+ .ft C
5492
+ > load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
5493
+ > [
5494
+ > {"sequence": "2", "time": 1312950803.86057, "item": "s"},
5495
+ > {"sequence": "2", "time": 1312950803.96857, "item": "sa"},
5496
+ > {"sequence": "2", "time": 1312950804.26057, "item": "sae"},
5497
+ > {"sequence": "2", "time": 1312950804.56057, "item": "saer"},
5498
+ > {"sequence": "2", "time": 1312950804.76057, "item": "saerc"},
5499
+ > {"sequence": "2", "time": 1312950805.76057, "item": "saerch", "type": "submit"},
5500
+ > {"sequence": "2", "time": 1312950809.76057, "item": "serch"},
5501
+ > {"sequence": "2", "time": 1312950810.86057, "item": "search", "type": "submit"}
5502
+ > ]
5503
+ [[0,1313562874.6075,2.004191545],8]
5504
+ .ft P
5505
+ .fi
5506
+ .sp
5507
+ 以下は提案用の学習データです。
5508
+ .sp
5509
+ Execution example:
5510
+ .sp
5511
+ .nf
5512
+ .ft C
5513
+ > load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequence, time, pair_query)\(aq
5514
+ > [
5515
+ > {"sequence": "3", "time": 1312950803.86057, "item": "search engine", "type": "submit"},
5516
+ > {"sequence": "3", "time": 1312950808.86057, "item": "web search realtime", "type": "submit"}
5517
+ > ]
5518
+ [[0,1313562876.81305,0.801821271],2]
5519
+ .ft P
5520
+ .fi
5521
+ .sp
5522
+ 以下は補完例です。
5523
+ .sp
5524
+ Execution example:
5525
+ .sp
5526
+ .nf
5527
+ .ft C
5528
+ > suggest \-\-table item_query \-\-column kana \-\-types complete \-\-threshold 1 \-\-query en
5529
+ [[0,1313562877.81745,0.001827712],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
5530
+ .ft P
5531
+ .fi
5532
+ .sp
5533
+ 以下は補正例です。
5534
+ .sp
5535
+ Execution example:
5536
+ .sp
5537
+ .nf
5538
+ .ft C
5539
+ > suggest \-\-table item_query \-\-column kana \-\-types correct \-\-threshold 1 \-\-query saerch
5540
+ [[0,1313562878.02203,0.000442789],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
5541
+ .ft P
5542
+ .fi
5543
+ .sp
5544
+ 以下は提案例です。
5545
+ .sp
5546
+ Execution example:
5547
+ .sp
5548
+ .nf
5549
+ .ft C
5550
+ > suggest \-\-table item_query \-\-column kana \-\-types suggest \-\-threshold 1 \-\-query search
5551
+ [[0,1313562878.22422,0.000812428],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
5552
+ .ft P
5553
+ .fi
5554
+ .sp
5555
+ 以下は補完・補正・提案を混ぜた例です。
5556
+ .sp
5557
+ Execution example:
5558
+ .sp
5559
+ .nf
5560
+ .ft C
5561
+ > suggest \-\-table item_query \-\-column kana \-\-types complete|correct|suggest \-\-threshold 1 \-\-query search
5562
+ [[0,1313562878.42973,0.001223259],{"complete":[[2],[["_key","ShortText"],["_score","Int32"]],["search",2],["search engine",2]],"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",2]],"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
5563
+ .ft P
5564
+ .fi
5565
+ .SS 参考
5566
+ .INDENT 0.0
5567
+ .IP \(bu 2
5568
+ .
5569
+ \fB/suggest\fP
5570
+ .IP \(bu 2
5571
+ .
5572
+ \fB/executables/groonga\-suggest\-create\-dataset\fP
5573
+ .UNINDENT
4569
5574
  .SS table_create
4570
5575
  .SS 名前
4571
5576
  .sp