rroonga 3.0.2-x86-mingw32 → 3.0.4-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (375) hide show
  1. data/doc/text/news.textile +30 -1
  2. data/ext/groonga/extconf.rb +49 -26
  3. data/ext/groonga/rb-grn-array.c +56 -1
  4. data/ext/groonga/rb-grn-column.c +1 -1
  5. data/ext/groonga/rb-grn-double-array-trie.c +1 -1
  6. data/ext/groonga/rb-grn-exception.c +3 -3
  7. data/ext/groonga/rb-grn-expression.c +14 -9
  8. data/ext/groonga/rb-grn-index-column.c +1 -1
  9. data/ext/groonga/rb-grn-operator.c +10 -3
  10. data/ext/groonga/rb-grn-patricia-trie.c +1 -1
  11. data/ext/groonga/rb-grn-table.c +71 -25
  12. data/ext/groonga/rb-grn-utils.c +3 -1
  13. data/ext/groonga/rb-grn-variable.c +17 -4
  14. data/ext/groonga/rb-grn.h +2 -1
  15. data/lib/1.9/groonga.so +0 -0
  16. data/lib/2.0/groonga.so +0 -0
  17. data/lib/groonga/record.rb +9 -2
  18. data/lib/groonga/sub-records.rb +62 -0
  19. data/rroonga-build.rb +2 -1
  20. data/rroonga.gemspec +1 -1
  21. data/test/test-array.rb +35 -0
  22. data/test/test-context.rb +2 -1
  23. data/test/test-database.rb +2 -1
  24. data/test/test-expression.rb +14 -4
  25. data/test/test-sub-records.rb +109 -0
  26. data/test/test-table.rb +104 -0
  27. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  28. data/vendor/local/bin/groonga.exe +0 -0
  29. data/vendor/local/bin/libgroonga-0.dll +0 -0
  30. data/vendor/local/bin/libmecab-1.dll +0 -0
  31. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  32. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  33. data/vendor/local/bin/mecab.exe +0 -0
  34. data/vendor/local/include/groonga/groonga.h +20 -2
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  37. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  47. data/vendor/local/lib/libgroonga.a +0 -0
  48. data/vendor/local/lib/libgroonga.dll.a +0 -0
  49. data/vendor/local/lib/libmecab.a +0 -0
  50. data/vendor/local/lib/libmecab.dll.a +0 -0
  51. data/vendor/local/lib/libmsgpack.a +0 -0
  52. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  53. data/vendor/local/lib/libmsgpackc.a +0 -0
  54. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  55. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  56. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  57. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  58. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  59. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  60. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  61. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  68. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  71. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +43 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +2 -2
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +75 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +14 -6
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +28 -17
  76. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +19 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +5 -1
  79. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -6
  87. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/index.html +11 -10
  98. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  99. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  103. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  104. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  105. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  106. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  107. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/news.html +187 -137
  109. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  115. data/vendor/local/share/doc/groonga/en/html/reference.html +11 -10
  116. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +16 -6
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +6 -6
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +10 -10
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +514 -7
  150. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  157. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +8 -8
  158. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/function.html +11 -10
  162. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +10 -10
  166. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +231 -0
  167. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +26 -26
  168. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +55 -49
  169. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
  170. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
  171. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +53 -44
  172. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
  176. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  187. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -5
  207. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
  210. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +29 -11
  213. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +17 -12
  214. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  217. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +43 -0
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +2 -2
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +75 -0
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +14 -6
  231. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +28 -17
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +19 -0
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +5 -1
  235. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -8
  238. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +25 -15
  248. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +9 -7
  249. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +21 -13
  251. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +23 -14
  253. data/vendor/local/share/doc/groonga/ja/html/index.html +11 -10
  254. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +14 -11
  256. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +14 -11
  257. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -11
  258. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  259. data/vendor/local/share/doc/groonga/ja/html/install/others.html +38 -23
  260. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  261. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +14 -11
  262. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  263. data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -10
  264. data/vendor/local/share/doc/groonga/ja/html/news.html +885 -481
  265. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +280 -146
  269. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  271. data/vendor/local/share/doc/groonga/ja/html/reference.html +11 -10
  272. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +17 -11
  274. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  276. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  277. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  278. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  279. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +9 -7
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +9 -7
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +17 -11
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +20 -8
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +12 -9
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +10 -10
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +33 -19
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +43 -24
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +558 -75
  306. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +9 -7
  307. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +10 -9
  314. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  315. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +11 -10
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +11 -8
  320. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +10 -10
  322. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +231 -0
  323. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +26 -26
  324. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +55 -50
  325. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
  326. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +39 -33
  327. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +53 -44
  328. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +15 -11
  329. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +23 -14
  330. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +13 -9
  331. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
  332. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -8
  335. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -10
  338. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +41 -23
  339. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  343. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +83 -46
  347. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/server/package.html +41 -23
  350. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +71 -38
  352. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +55 -30
  355. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +33 -19
  356. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +19 -12
  357. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +27 -16
  358. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +17 -11
  363. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +24 -16
  366. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +31 -11
  369. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -12
  370. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  371. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  372. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  373. data/vendor/local/share/man/ja/man1/groonga.1 +847 -160
  374. data/vendor/local/share/man/man1/groonga.1 +826 -97
  375. metadata +10 -2
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.21. register &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.21. register &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.22. select" href="select.html" />
31
31
  <link rel="prev" title="8.3.20. quit" href="quit.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="quit.html" title="8.3.20. quit"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -176,7 +176,7 @@ They are completed automatically.</p>
176
176
  <li class="right" >
177
177
  <a href="quit.html" title="8.3.20. quit"
178
178
  >previous</a> |</li>
179
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
179
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
180
180
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
181
181
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
182
182
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.22. select &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.22. select &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.23. shutdown" href="shutdown.html" />
31
31
  <link rel="prev" title="8.3.21. register" href="register.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="register.html" title="8.3.21. register"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -478,7 +478,7 @@ records.</p>
478
478
  # [
479
479
  # &quot;grn_select&quot;,
480
480
  # &quot;proc.c&quot;,
481
- # 542
481
+ # 778
482
482
  # ]
483
483
  # ]
484
484
  # ]
@@ -2332,7 +2332,7 @@ records. It's very useful value to show all records.</p>
2332
2332
  <li class="right" >
2333
2333
  <a href="register.html" title="8.3.21. register"
2334
2334
  >previous</a> |</li>
2335
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
2335
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
2336
2336
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
2337
2337
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
2338
2338
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.23. shutdown &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.23. shutdown &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.24. status" href="status.html" />
31
31
  <link rel="prev" title="8.3.22. select" href="select.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="select.html" title="8.3.22. select"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -163,7 +163,7 @@
163
163
  <li class="right" >
164
164
  <a href="select.html" title="8.3.22. select"
165
165
  >previous</a> |</li>
166
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
166
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
167
167
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
168
168
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
169
169
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.24. status &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.24. status &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.25. suggest" href="suggest.html" />
31
31
  <link rel="prev" title="8.3.23. shutdown" href="shutdown.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="shutdown.html" title="8.3.23. shutdown"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -121,14 +121,14 @@
121
121
  # 0.000355720520019531
122
122
  # ],
123
123
  # {
124
- # &quot;uptime&quot;: 5,
124
+ # &quot;uptime&quot;: 6,
125
125
  # &quot;max_command_version&quot;: 2,
126
- # &quot;n_queries&quot;: 30,
126
+ # &quot;n_queries&quot;: 39,
127
127
  # &quot;cache_hit_rate&quot;: 0.0,
128
- # &quot;version&quot;: &quot;3.0.2&quot;,
129
- # &quot;alloc_count&quot;: 278,
128
+ # &quot;version&quot;: &quot;3.0.5&quot;,
129
+ # &quot;alloc_count&quot;: 303,
130
130
  # &quot;command_version&quot;: 1,
131
- # &quot;starttime&quot;: 1364461054,
131
+ # &quot;starttime&quot;: 1372040777,
132
132
  # &quot;default_command_version&quot;: 1
133
133
  # }
134
134
  # ]
@@ -199,7 +199,7 @@
199
199
  <li class="right" >
200
200
  <a href="shutdown.html" title="8.3.23. shutdown"
201
201
  >previous</a> |</li>
202
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
202
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
203
203
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
204
204
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
205
205
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.25. suggest &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.25. suggest &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.26. table_create" href="table_create.html" />
31
31
  <link rel="prev" title="8.3.24. status" href="status.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="status.html" title="8.3.24. status"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -562,7 +562,7 @@ default.</div></blockquote>
562
562
  <li class="right" >
563
563
  <a href="status.html" title="8.3.24. status"
564
564
  >previous</a> |</li>
565
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
565
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
566
566
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
567
567
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
568
568
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.26. table_create &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.26. table_create &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.27. table_list" href="table_list.html" />
31
31
  <link rel="prev" title="8.3.25. suggest" href="suggest.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="suggest.html" title="8.3.25. suggest"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -390,7 +390,7 @@ fulltext search index.</p>
390
390
  <li class="right" >
391
391
  <a href="suggest.html" title="8.3.25. suggest"
392
392
  >previous</a> |</li>
393
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
393
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
394
394
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
395
395
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
396
396
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.27. table_list &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.27. table_list &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.28. table_remove" href="table_remove.html" />
31
31
  <link rel="prev" title="8.3.26. table_create" href="table_create.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="table_create.html" title="8.3.26. table_create"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -282,7 +282,7 @@
282
282
  <li class="right" >
283
283
  <a href="table_create.html" title="8.3.26. table_create"
284
284
  >previous</a> |</li>
285
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
285
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
286
286
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
287
287
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
288
288
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.28. table_remove &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.28. table_remove &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.29. tokenize" href="tokenize.html" />
31
31
  <link rel="prev" title="8.3.27. table_list" href="table_list.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="table_list.html" title="8.3.27. table_list"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -179,7 +179,7 @@
179
179
  <li class="right" >
180
180
  <a href="table_list.html" title="8.3.27. table_list"
181
181
  >previous</a> |</li>
182
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
182
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
183
183
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
184
184
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
185
185
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.3.29. tokenize &mdash; groonga v3.0.3-116-g8307aaf documentation</title>
10
+ <title>8.3.29. tokenize &mdash; groonga v3.0.5 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.3-116-g8307aaf',
18
+ VERSION: '3.0.5',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.3-116-g8307aaf documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
30
  <link rel="next" title="8.3.30. truncate" href="truncate.html" />
31
31
  <link rel="prev" title="8.3.28. table_remove" href="table_remove.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="table_remove.html" title="8.3.28. table_remove"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
66
66
  </ul>
@@ -93,6 +93,79 @@ optional:</p>
93
93
  <div class="section" id="usage">
94
94
  <h2>8.3.29.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
95
95
  <p>Here is a simple example.</p>
96
+ <p>Execution example:</p>
97
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigram &quot;Fulltext Search&quot;
98
+ # [
99
+ # [
100
+ # 0,
101
+ # 1337566253.89858,
102
+ # 0.000355720520019531
103
+ # ],
104
+ # [
105
+ # {
106
+ # &quot;position&quot;: 0,
107
+ # &quot;value&quot;: &quot;Fu&quot;
108
+ # },
109
+ # {
110
+ # &quot;position&quot;: 1,
111
+ # &quot;value&quot;: &quot;ul&quot;
112
+ # },
113
+ # {
114
+ # &quot;position&quot;: 2,
115
+ # &quot;value&quot;: &quot;ll&quot;
116
+ # },
117
+ # {
118
+ # &quot;position&quot;: 3,
119
+ # &quot;value&quot;: &quot;lt&quot;
120
+ # },
121
+ # {
122
+ # &quot;position&quot;: 4,
123
+ # &quot;value&quot;: &quot;te&quot;
124
+ # },
125
+ # {
126
+ # &quot;position&quot;: 5,
127
+ # &quot;value&quot;: &quot;ex&quot;
128
+ # },
129
+ # {
130
+ # &quot;position&quot;: 6,
131
+ # &quot;value&quot;: &quot;xt&quot;
132
+ # },
133
+ # {
134
+ # &quot;position&quot;: 7,
135
+ # &quot;value&quot;: &quot;t &quot;
136
+ # },
137
+ # {
138
+ # &quot;position&quot;: 8,
139
+ # &quot;value&quot;: &quot; S&quot;
140
+ # },
141
+ # {
142
+ # &quot;position&quot;: 9,
143
+ # &quot;value&quot;: &quot;Se&quot;
144
+ # },
145
+ # {
146
+ # &quot;position&quot;: 10,
147
+ # &quot;value&quot;: &quot;ea&quot;
148
+ # },
149
+ # {
150
+ # &quot;position&quot;: 11,
151
+ # &quot;value&quot;: &quot;ar&quot;
152
+ # },
153
+ # {
154
+ # &quot;position&quot;: 12,
155
+ # &quot;value&quot;: &quot;rc&quot;
156
+ # },
157
+ # {
158
+ # &quot;position&quot;: 13,
159
+ # &quot;value&quot;: &quot;ch&quot;
160
+ # },
161
+ # {
162
+ # &quot;position&quot;: 14,
163
+ # &quot;value&quot;: &quot;h&quot;
164
+ # }
165
+ # ]
166
+ # ]
167
+ </pre></div>
168
+ </div>
96
169
  <p>It has only required parameters. <tt class="docutils literal"><span class="pre">tokenizer</span></tt> is <tt class="docutils literal"><span class="pre">TokenBigram</span></tt> and
97
170
  <tt class="docutils literal"><span class="pre">string</span></tt> is <tt class="docutils literal"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></tt>. It returns tokens that is
98
171
  generated by tokenizing <tt class="docutils literal"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></tt> with <tt class="docutils literal"><span class="pre">TokenBigram</span></tt>
@@ -110,6 +183,79 @@ tokenizer. It doesn't normalize <tt class="docutils literal"><span class="pre">&
110
183
  tokenizer that is named <tt class="docutils literal"><span class="pre">tokenizer</span></tt>.</p>
111
184
  <p>See <a class="reference internal" href="../tokenizers.html"><em>Tokenizers</em></a> about built-in tokenizers.</p>
112
185
  <p>Here is an example to use <tt class="docutils literal"><span class="pre">TokenTrigram</span></tt> tokenizer.</p>
186
+ <p>Execution example:</p>
187
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenTrigram &quot;Fulltext Search&quot;
188
+ # [
189
+ # [
190
+ # 0,
191
+ # 1337566253.89858,
192
+ # 0.000355720520019531
193
+ # ],
194
+ # [
195
+ # {
196
+ # &quot;position&quot;: 0,
197
+ # &quot;value&quot;: &quot;Ful&quot;
198
+ # },
199
+ # {
200
+ # &quot;position&quot;: 1,
201
+ # &quot;value&quot;: &quot;ull&quot;
202
+ # },
203
+ # {
204
+ # &quot;position&quot;: 2,
205
+ # &quot;value&quot;: &quot;llt&quot;
206
+ # },
207
+ # {
208
+ # &quot;position&quot;: 3,
209
+ # &quot;value&quot;: &quot;lte&quot;
210
+ # },
211
+ # {
212
+ # &quot;position&quot;: 4,
213
+ # &quot;value&quot;: &quot;tex&quot;
214
+ # },
215
+ # {
216
+ # &quot;position&quot;: 5,
217
+ # &quot;value&quot;: &quot;ext&quot;
218
+ # },
219
+ # {
220
+ # &quot;position&quot;: 6,
221
+ # &quot;value&quot;: &quot;xt &quot;
222
+ # },
223
+ # {
224
+ # &quot;position&quot;: 7,
225
+ # &quot;value&quot;: &quot;t S&quot;
226
+ # },
227
+ # {
228
+ # &quot;position&quot;: 8,
229
+ # &quot;value&quot;: &quot; Se&quot;
230
+ # },
231
+ # {
232
+ # &quot;position&quot;: 9,
233
+ # &quot;value&quot;: &quot;Sea&quot;
234
+ # },
235
+ # {
236
+ # &quot;position&quot;: 10,
237
+ # &quot;value&quot;: &quot;ear&quot;
238
+ # },
239
+ # {
240
+ # &quot;position&quot;: 11,
241
+ # &quot;value&quot;: &quot;arc&quot;
242
+ # },
243
+ # {
244
+ # &quot;position&quot;: 12,
245
+ # &quot;value&quot;: &quot;rch&quot;
246
+ # },
247
+ # {
248
+ # &quot;position&quot;: 13,
249
+ # &quot;value&quot;: &quot;ch&quot;
250
+ # },
251
+ # {
252
+ # &quot;position&quot;: 14,
253
+ # &quot;value&quot;: &quot;h&quot;
254
+ # }
255
+ # ]
256
+ # ]
257
+ </pre></div>
258
+ </div>
113
259
  <p>If you want to use other tokenizers, you need to register additional
114
260
  tokenizer plugin by <a class="reference internal" href="register.html"><em>register</em></a> command. For example, you can use
115
261
  MySQL compatible normalizer by registering <a class="reference external" href="https://github.com/groonga/groonga-normalizer-mysql">groonga-normalizer-mysql</a>.</p>
@@ -120,6 +266,179 @@ MySQL compatible normalizer by registering <a class="reference external" href="h
120
266
  include spaces in <tt class="docutils literal"><span class="pre">string</span></tt>, you need to quote <tt class="docutils literal"><span class="pre">string</span></tt> by
121
267
  single quotation (<tt class="docutils literal"><span class="pre">'</span></tt>) or double quotation (<tt class="docutils literal"><span class="pre">&quot;</span></tt>).</p>
122
268
  <p>Here is an example to use spaces in <tt class="docutils literal"><span class="pre">string</span></tt>.</p>
269
+ <p>Execution example:</p>
270
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigram &quot;Groonga is a fast fulltext earch engine!&quot;
271
+ # [
272
+ # [
273
+ # 0,
274
+ # 1337566253.89858,
275
+ # 0.000355720520019531
276
+ # ],
277
+ # [
278
+ # {
279
+ # &quot;position&quot;: 0,
280
+ # &quot;value&quot;: &quot;Gr&quot;
281
+ # },
282
+ # {
283
+ # &quot;position&quot;: 1,
284
+ # &quot;value&quot;: &quot;ro&quot;
285
+ # },
286
+ # {
287
+ # &quot;position&quot;: 2,
288
+ # &quot;value&quot;: &quot;oo&quot;
289
+ # },
290
+ # {
291
+ # &quot;position&quot;: 3,
292
+ # &quot;value&quot;: &quot;on&quot;
293
+ # },
294
+ # {
295
+ # &quot;position&quot;: 4,
296
+ # &quot;value&quot;: &quot;ng&quot;
297
+ # },
298
+ # {
299
+ # &quot;position&quot;: 5,
300
+ # &quot;value&quot;: &quot;ga&quot;
301
+ # },
302
+ # {
303
+ # &quot;position&quot;: 6,
304
+ # &quot;value&quot;: &quot;a &quot;
305
+ # },
306
+ # {
307
+ # &quot;position&quot;: 7,
308
+ # &quot;value&quot;: &quot; i&quot;
309
+ # },
310
+ # {
311
+ # &quot;position&quot;: 8,
312
+ # &quot;value&quot;: &quot;is&quot;
313
+ # },
314
+ # {
315
+ # &quot;position&quot;: 9,
316
+ # &quot;value&quot;: &quot;s &quot;
317
+ # },
318
+ # {
319
+ # &quot;position&quot;: 10,
320
+ # &quot;value&quot;: &quot; a&quot;
321
+ # },
322
+ # {
323
+ # &quot;position&quot;: 11,
324
+ # &quot;value&quot;: &quot;a &quot;
325
+ # },
326
+ # {
327
+ # &quot;position&quot;: 12,
328
+ # &quot;value&quot;: &quot; f&quot;
329
+ # },
330
+ # {
331
+ # &quot;position&quot;: 13,
332
+ # &quot;value&quot;: &quot;fa&quot;
333
+ # },
334
+ # {
335
+ # &quot;position&quot;: 14,
336
+ # &quot;value&quot;: &quot;as&quot;
337
+ # },
338
+ # {
339
+ # &quot;position&quot;: 15,
340
+ # &quot;value&quot;: &quot;st&quot;
341
+ # },
342
+ # {
343
+ # &quot;position&quot;: 16,
344
+ # &quot;value&quot;: &quot;t &quot;
345
+ # },
346
+ # {
347
+ # &quot;position&quot;: 17,
348
+ # &quot;value&quot;: &quot; f&quot;
349
+ # },
350
+ # {
351
+ # &quot;position&quot;: 18,
352
+ # &quot;value&quot;: &quot;fu&quot;
353
+ # },
354
+ # {
355
+ # &quot;position&quot;: 19,
356
+ # &quot;value&quot;: &quot;ul&quot;
357
+ # },
358
+ # {
359
+ # &quot;position&quot;: 20,
360
+ # &quot;value&quot;: &quot;ll&quot;
361
+ # },
362
+ # {
363
+ # &quot;position&quot;: 21,
364
+ # &quot;value&quot;: &quot;lt&quot;
365
+ # },
366
+ # {
367
+ # &quot;position&quot;: 22,
368
+ # &quot;value&quot;: &quot;te&quot;
369
+ # },
370
+ # {
371
+ # &quot;position&quot;: 23,
372
+ # &quot;value&quot;: &quot;ex&quot;
373
+ # },
374
+ # {
375
+ # &quot;position&quot;: 24,
376
+ # &quot;value&quot;: &quot;xt&quot;
377
+ # },
378
+ # {
379
+ # &quot;position&quot;: 25,
380
+ # &quot;value&quot;: &quot;t &quot;
381
+ # },
382
+ # {
383
+ # &quot;position&quot;: 26,
384
+ # &quot;value&quot;: &quot; e&quot;
385
+ # },
386
+ # {
387
+ # &quot;position&quot;: 27,
388
+ # &quot;value&quot;: &quot;ea&quot;
389
+ # },
390
+ # {
391
+ # &quot;position&quot;: 28,
392
+ # &quot;value&quot;: &quot;ar&quot;
393
+ # },
394
+ # {
395
+ # &quot;position&quot;: 29,
396
+ # &quot;value&quot;: &quot;rc&quot;
397
+ # },
398
+ # {
399
+ # &quot;position&quot;: 30,
400
+ # &quot;value&quot;: &quot;ch&quot;
401
+ # },
402
+ # {
403
+ # &quot;position&quot;: 31,
404
+ # &quot;value&quot;: &quot;h &quot;
405
+ # },
406
+ # {
407
+ # &quot;position&quot;: 32,
408
+ # &quot;value&quot;: &quot; e&quot;
409
+ # },
410
+ # {
411
+ # &quot;position&quot;: 33,
412
+ # &quot;value&quot;: &quot;en&quot;
413
+ # },
414
+ # {
415
+ # &quot;position&quot;: 34,
416
+ # &quot;value&quot;: &quot;ng&quot;
417
+ # },
418
+ # {
419
+ # &quot;position&quot;: 35,
420
+ # &quot;value&quot;: &quot;gi&quot;
421
+ # },
422
+ # {
423
+ # &quot;position&quot;: 36,
424
+ # &quot;value&quot;: &quot;in&quot;
425
+ # },
426
+ # {
427
+ # &quot;position&quot;: 37,
428
+ # &quot;value&quot;: &quot;ne&quot;
429
+ # },
430
+ # {
431
+ # &quot;position&quot;: 38,
432
+ # &quot;value&quot;: &quot;e!&quot;
433
+ # },
434
+ # {
435
+ # &quot;position&quot;: 39,
436
+ # &quot;value&quot;: &quot;!&quot;
437
+ # }
438
+ # ]
439
+ # ]
440
+ </pre></div>
441
+ </div>
123
442
  </div>
124
443
  </div>
125
444
  <div class="section" id="optional-parameters">
@@ -134,13 +453,176 @@ N-gram family tokenizers such as <tt class="docutils literal"><span class="pre">
134
453
  normalizing. N-gram family tokenizers use character types while
135
454
  tokenizing.</p>
136
455
  <p>Here is an example that doesn't use normalizer.</p>
456
+ <p>Execution example:</p>
457
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigram &quot;Fulltext Search&quot;
458
+ # [
459
+ # [
460
+ # 0,
461
+ # 1337566253.89858,
462
+ # 0.000355720520019531
463
+ # ],
464
+ # [
465
+ # {
466
+ # &quot;position&quot;: 0,
467
+ # &quot;value&quot;: &quot;Fu&quot;
468
+ # },
469
+ # {
470
+ # &quot;position&quot;: 1,
471
+ # &quot;value&quot;: &quot;ul&quot;
472
+ # },
473
+ # {
474
+ # &quot;position&quot;: 2,
475
+ # &quot;value&quot;: &quot;ll&quot;
476
+ # },
477
+ # {
478
+ # &quot;position&quot;: 3,
479
+ # &quot;value&quot;: &quot;lt&quot;
480
+ # },
481
+ # {
482
+ # &quot;position&quot;: 4,
483
+ # &quot;value&quot;: &quot;te&quot;
484
+ # },
485
+ # {
486
+ # &quot;position&quot;: 5,
487
+ # &quot;value&quot;: &quot;ex&quot;
488
+ # },
489
+ # {
490
+ # &quot;position&quot;: 6,
491
+ # &quot;value&quot;: &quot;xt&quot;
492
+ # },
493
+ # {
494
+ # &quot;position&quot;: 7,
495
+ # &quot;value&quot;: &quot;t &quot;
496
+ # },
497
+ # {
498
+ # &quot;position&quot;: 8,
499
+ # &quot;value&quot;: &quot; S&quot;
500
+ # },
501
+ # {
502
+ # &quot;position&quot;: 9,
503
+ # &quot;value&quot;: &quot;Se&quot;
504
+ # },
505
+ # {
506
+ # &quot;position&quot;: 10,
507
+ # &quot;value&quot;: &quot;ea&quot;
508
+ # },
509
+ # {
510
+ # &quot;position&quot;: 11,
511
+ # &quot;value&quot;: &quot;ar&quot;
512
+ # },
513
+ # {
514
+ # &quot;position&quot;: 12,
515
+ # &quot;value&quot;: &quot;rc&quot;
516
+ # },
517
+ # {
518
+ # &quot;position&quot;: 13,
519
+ # &quot;value&quot;: &quot;ch&quot;
520
+ # },
521
+ # {
522
+ # &quot;position&quot;: 14,
523
+ # &quot;value&quot;: &quot;h&quot;
524
+ # }
525
+ # ]
526
+ # ]
527
+ </pre></div>
528
+ </div>
137
529
  <p>All alphabets are tokenized by two characters. For example, <tt class="docutils literal"><span class="pre">Fu</span></tt> is
138
530
  a token.</p>
139
531
  <p>Here is an example that uses normalizer.</p>
532
+ <p>Execution example:</p>
533
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigram &quot;Fulltext Search&quot; NormalizerAuto
534
+ # [
535
+ # [
536
+ # 0,
537
+ # 1337566253.89858,
538
+ # 0.000355720520019531
539
+ # ],
540
+ # [
541
+ # {
542
+ # &quot;position&quot;: 0,
543
+ # &quot;value&quot;: &quot;fulltext&quot;
544
+ # },
545
+ # {
546
+ # &quot;position&quot;: 1,
547
+ # &quot;value&quot;: &quot;search&quot;
548
+ # }
549
+ # ]
550
+ # ]
551
+ </pre></div>
552
+ </div>
140
553
  <p>Continuous alphabets are tokenized as one token. For example,
141
554
  <tt class="docutils literal"><span class="pre">fulltext</span></tt> is a token.</p>
142
555
  <p>If you want to tokenize by two characters with noramlizer, use
143
556
  <tt class="docutils literal"><span class="pre">TokenBigramSplitSymbolAlpha</span></tt>.</p>
557
+ <p>Execution example:</p>
558
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigramSplitSymbolAlpha &quot;Fulltext Search&quot; NormalizerAuto
559
+ # [
560
+ # [
561
+ # 0,
562
+ # 1337566253.89858,
563
+ # 0.000355720520019531
564
+ # ],
565
+ # [
566
+ # {
567
+ # &quot;position&quot;: 0,
568
+ # &quot;value&quot;: &quot;fu&quot;
569
+ # },
570
+ # {
571
+ # &quot;position&quot;: 1,
572
+ # &quot;value&quot;: &quot;ul&quot;
573
+ # },
574
+ # {
575
+ # &quot;position&quot;: 2,
576
+ # &quot;value&quot;: &quot;ll&quot;
577
+ # },
578
+ # {
579
+ # &quot;position&quot;: 3,
580
+ # &quot;value&quot;: &quot;lt&quot;
581
+ # },
582
+ # {
583
+ # &quot;position&quot;: 4,
584
+ # &quot;value&quot;: &quot;te&quot;
585
+ # },
586
+ # {
587
+ # &quot;position&quot;: 5,
588
+ # &quot;value&quot;: &quot;ex&quot;
589
+ # },
590
+ # {
591
+ # &quot;position&quot;: 6,
592
+ # &quot;value&quot;: &quot;xt&quot;
593
+ # },
594
+ # {
595
+ # &quot;position&quot;: 7,
596
+ # &quot;value&quot;: &quot;t&quot;
597
+ # },
598
+ # {
599
+ # &quot;position&quot;: 8,
600
+ # &quot;value&quot;: &quot;se&quot;
601
+ # },
602
+ # {
603
+ # &quot;position&quot;: 9,
604
+ # &quot;value&quot;: &quot;ea&quot;
605
+ # },
606
+ # {
607
+ # &quot;position&quot;: 10,
608
+ # &quot;value&quot;: &quot;ar&quot;
609
+ # },
610
+ # {
611
+ # &quot;position&quot;: 11,
612
+ # &quot;value&quot;: &quot;rc&quot;
613
+ # },
614
+ # {
615
+ # &quot;position&quot;: 12,
616
+ # &quot;value&quot;: &quot;ch&quot;
617
+ # },
618
+ # {
619
+ # &quot;position&quot;: 13,
620
+ # &quot;value&quot;: &quot;h&quot;
621
+ # }
622
+ # ]
623
+ # ]
624
+ </pre></div>
625
+ </div>
144
626
  <p>All alphabets are tokenized by two characters. And they are normalized
145
627
  to lower case characters. For example, <tt class="docutils literal"><span class="pre">fu</span></tt> is a token.</p>
146
628
  </div>
@@ -171,10 +653,35 @@ tokenized delimiter details.</td>
171
653
  </tbody>
172
654
  </table>
173
655
  <p>Here is an example that uses <tt class="docutils literal"><span class="pre">ENABLE_TOKENIZED_DELIMITER</span></tt>.</p>
656
+ <p>Execution example:</p>
657
+ <div class="highlight-none"><div class="highlight"><pre>tokenize TokenDelimit &quot;Full￾text Sea￾crch&quot; NormalizerAuto ENABLE_TOKENIZED_DELIMITER
658
+ # [
659
+ # [
660
+ # 0,
661
+ # 1337566253.89858,
662
+ # 0.000355720520019531
663
+ # ],
664
+ # [
665
+ # {
666
+ # &quot;position&quot;: 0,
667
+ # &quot;value&quot;: &quot;full&quot;
668
+ # },
669
+ # {
670
+ # &quot;position&quot;: 1,
671
+ # &quot;value&quot;: &quot;text sea&quot;
672
+ # },
673
+ # {
674
+ # &quot;position&quot;: 2,
675
+ # &quot;value&quot;: &quot;crch&quot;
676
+ # }
677
+ # ]
678
+ # ]
679
+ </pre></div>
680
+ </div>
174
681
  <p><tt class="docutils literal"><span class="pre">TokenDelimit</span></tt> tokenizer is one of tokenized delimiter supported
175
682
  tokenizer. <tt class="docutils literal"><span class="pre">ENABLE_TOKENIZED_DELIMITER</span></tt> enables tokenized delimiter.
176
683
  Tokenized delimiter is special character that indicates token
177
- border. It is <cite>U+FFFE</cite>. The character is not assigned any
684
+ border. It is <tt class="docutils literal"><span class="pre">U+FFFE</span></tt>. The character is not assigned any
178
685
  character. It means that the character is not appeared in normal
179
686
  string. So the character is good character for this puropose. If
180
687
  <tt class="docutils literal"><span class="pre">ENABLE_TOKENIZED_DELIMITER</span></tt> is enabled, the target string is
@@ -196,7 +703,7 @@ the feature:</p>
196
703
  <div>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> about <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</div></blockquote>
197
704
  <p><tt class="docutils literal"><span class="pre">tokens</span></tt></p>
198
705
  <blockquote>
199
- <div><p>Tokens is an array of token. Token is an object that has the following
706
+ <div><p><tt class="docutils literal"><span class="pre">tokens</span></tt> is an array of token. Token is an object that has the following
200
707
  attributes.</p>
201
708
  <table border="1" class="docutils">
202
709
  <colgroup>
@@ -298,7 +805,7 @@ attributes.</p>
298
805
  <li class="right" >
299
806
  <a href="table_remove.html" title="8.3.28. table_remove"
300
807
  >previous</a> |</li>
301
- <li><a href="../../index.html">groonga v3.0.3-116-g8307aaf documentation</a> &raquo;</li>
808
+ <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
302
809
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
303
810
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
304
811
  </ul>