rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. data/doc/text/news.textile +7 -0
  2. data/ext/groonga/rb-grn.h +1 -1
  3. data/lib/1.8/groonga.so +0 -0
  4. data/lib/1.9/groonga.so +0 -0
  5. data/rroonga-build.rb +1 -1
  6. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  7. data/vendor/local/bin/groonga.exe +0 -0
  8. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  9. data/vendor/local/bin/libgroonga-0.dll +0 -0
  10. data/vendor/local/bin/libmecab-1.dll +0 -0
  11. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  12. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  13. data/vendor/local/bin/libstdc++-6.dll +0 -0
  14. data/vendor/local/bin/mecab-config +2 -2
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  17. data/vendor/local/include/groonga/groonga.h +0 -6
  18. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  22. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  26. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  34. data/vendor/local/lib/libgroonga.a +0 -0
  35. data/vendor/local/lib/libgroonga.dll.a +0 -0
  36. data/vendor/local/lib/libgroonga.la +3 -3
  37. data/vendor/local/lib/libmecab.a +0 -0
  38. data/vendor/local/lib/libmecab.dll.a +0 -0
  39. data/vendor/local/lib/libmecab.la +1 -1
  40. data/vendor/local/lib/libmsgpack.a +0 -0
  41. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  42. data/vendor/local/lib/libmsgpack.la +2 -2
  43. data/vendor/local/lib/libmsgpackc.a +0 -0
  44. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpackc.la +2 -2
  46. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  47. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  49. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  53. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +24 -4
  54. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
  55. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  56. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
  57. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
  61. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
  63. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
  67. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
  69. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  71. data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
  73. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  84. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
  86. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
  87. data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
  88. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  89. data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
  98. data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
  99. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  105. data/vendor/local/share/doc/groonga/en/html/reference.html +54 -39
  106. data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
  107. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +15 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
  148. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  149. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  150. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  151. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  155. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
  156. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
  157. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
  158. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  159. data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
  160. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
  163. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
  164. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
  165. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -0
  166. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  167. data/vendor/local/share/doc/groonga/en/html/reference/{type.html → types.html} +12 -12
  168. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  170. data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  177. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -6
  180. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
  186. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
  188. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
  189. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +9 -9
  192. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  199. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +24 -4
  201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
  202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
  204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
  215. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
  216. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
  217. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  218. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  219. data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
  220. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  221. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  222. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  223. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  231. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
  233. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  236. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
  243. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  245. data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
  246. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  252. data/vendor/local/share/doc/groonga/ja/html/reference.html +54 -39
  253. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
  254. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -7
  257. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  258. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  291. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  292. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +15 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
  295. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
  297. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  298. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  299. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  300. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  301. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  302. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
  303. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
  304. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
  305. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  306. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
  307. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
  308. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
  310. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
  311. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
  312. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -0
  313. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  314. data/vendor/local/share/doc/groonga/ja/html/reference/{type.html → types.html} +12 -12
  315. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  316. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  317. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  318. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  321. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  324. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  333. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  335. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  346. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +4 -4
  347. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
  348. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
  349. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
  350. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
  351. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
  352. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
  353. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
  354. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
  355. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
  356. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
  357. data/vendor/local/share/doc/groonga/source/news.txt +24 -4
  358. data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
  359. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
  360. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
  361. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
  362. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
  363. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
  364. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
  365. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
  366. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
  367. data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
  368. data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
  369. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
  370. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
  371. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
  372. data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
  373. data/vendor/local/share/man/man1/groonga.1 +794 -165
  374. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  375. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  376. metadata +1257 -1240
@@ -0,0 +1,163 @@
1
+ .. -*- rst -*-
2
+
3
+ .. highlightlang:: none
4
+
5
+ Tables
6
+ ======
7
+
8
+ Summary
9
+ -------
10
+
11
+ Table in groonga manages relation between ID and key. Groonga provides
12
+ four table types. They are ``TABLE_NO_KEY``, ``TABLE_HASH_KEY``,
13
+ ``TABLE_PAT_KEY`` and ``TABLE_DAT_KEY``.
14
+
15
+ All table except ``TABLE_NO_KEY`` provides both fast ID search by key
16
+ and fast key search by ID. ``TABLE_NO_KEY`` doesn't support
17
+ key. ``TABLE_NO_KEY`` only manages ID. So ``TABLE_NO_KEY`` doesn't
18
+ provides ID search and key search.
19
+
20
+ Characteristics
21
+ ---------------
22
+
23
+ Here is a chracteristic table of all tables in groonga. (``TABLE_``
24
+ prefix is omitted in the table.)
25
+
26
+ +--------------+------------+--------------+-------------+-------------+
27
+ | | ``NO_KEY`` | ``HASH_KEY`` | ``PAT_KEY`` | ``DAT_KEY`` |
28
+ +--------------+------------+--------------+-------------+-------------+
29
+ | Data | Array | Hash table | Patricia | Double |
30
+ | structure | | | trie | array |
31
+ | | | | | trie |
32
+ +--------------+------------+--------------+-------------+-------------+
33
+ | ID | o | o | o | o |
34
+ | support | | | | |
35
+ +--------------+------------+--------------+-------------+-------------+
36
+ | Key | x | o | o | o |
37
+ | support | | | | |
38
+ +--------------+------------+--------------+-------------+-------------+
39
+ | Value | o | o | o | x |
40
+ | support | | | | |
41
+ +--------------+------------+--------------+-------------+-------------+
42
+ | Key -> ID | - | oo | x | o |
43
+ | speed | | | | |
44
+ | (o -> fast) | | | | |
45
+ | (x -> slow) | | | | |
46
+ +--------------+------------+--------------+-------------+-------------+
47
+ | Update | ooo | o | o | x |
48
+ | speed | | | | |
49
+ | (o -> fast) | | | | |
50
+ | (x -> slow) | | | | |
51
+ +--------------+------------+--------------+-------------+-------------+
52
+ | Size | ooo | o | oo | x |
53
+ | (o -> small) | | | | |
54
+ | (x -> large) | | | | |
55
+ +--------------+------------+--------------+-------------+-------------+
56
+ | Key | - | x | x | o |
57
+ | update | | | | |
58
+ +--------------+------------+--------------+-------------+-------------+
59
+ | Common | - | x | o | o |
60
+ | prefix | | | | |
61
+ | search | | | | |
62
+ +--------------+------------+--------------+-------------+-------------+
63
+ | Predictive | - | x | o | o |
64
+ | search | | | | |
65
+ +--------------+------------+--------------+-------------+-------------+
66
+ | Range | - | x | o | o |
67
+ | search | | | | |
68
+ +--------------+------------+--------------+-------------+-------------+
69
+
70
+ ``TABLE_NO_KEY``
71
+ ^^^^^^^^^^^^^^^^
72
+
73
+ ``TABLE_NO_KEY`` is very fast and very small but it doesn't support
74
+ key. ``TABLE_NO_KEY`` is a only table that doesn't support key.
75
+
76
+ You cannot use ``TABLE_NO_KEY`` for lexicon for fulltext search
77
+ because lexicon stores tokens as key. ``TABLE_NO_KEY`` is useful for
78
+ no key records such as log.
79
+
80
+ ``TABLE_HASH_KEY``
81
+ ^^^^^^^^^^^^^^^^^^
82
+
83
+ ``TABLE_HASH_KEY`` is fast but it doesn't support advanced search
84
+ functions such as common prefix search and predictive search.
85
+
86
+ ``TABLE_HASH_KEY`` is useful for index for exact search such as tag
87
+ search.
88
+
89
+ ``TABLE_PAT_KEY``
90
+ ^^^^^^^^^^^^^^^^^
91
+
92
+ ``TABLE_PAT_KEY`` is small and supports advanced search functions.
93
+
94
+ ``TABLE_PAT_KEY`` is useful for lexicon for fulltext search and
95
+ index for range search.
96
+
97
+ ``TABLE_DAT_KEY``
98
+ ^^^^^^^^^^^^^^^^^
99
+
100
+ ``TABLE_DAT_KEY`` is fast and supports key update but it is large. It
101
+ is not suitable for storing many records. ``TABLE_DAT_KEY`` is a only
102
+ table that supports key update.
103
+
104
+ ``TABLE_DAT_KEY`` is used in groonga database. Groonga database needs
105
+ to convert object name such as ``ShortText``, ``TokenBigram`` and
106
+ table names to object ID. And groonga database needs to rename object
107
+ name. Those features are implemented by ``TABLE_DAT_KEY``. The number
108
+ of objects is small. So large data size demerit of ``TABLE_DAT_KEY``
109
+ can be ignored.
110
+
111
+ Record ID
112
+ ---------
113
+
114
+ Record ID is assigned automatically. You cannot assign record ID.
115
+
116
+ Record ID of deleted record may be reused.
117
+
118
+ Valid record ID range is between 1 and 268435455. (1 and 268435455 are
119
+ valid IDs.)
120
+
121
+ Persistent table and temporary table
122
+ ------------------------------------
123
+
124
+ Table is persistent table or temporary table.
125
+
126
+ Persistent table
127
+ ^^^^^^^^^^^^^^^^
128
+
129
+ Persistent table is named and registered to database. Records in
130
+ persistent table aren't deleted after closing table or
131
+ database.
132
+
133
+ Persistent table can be created by
134
+ :doc:`/reference/commands/table_create` command.
135
+
136
+ Temporary table
137
+ ^^^^^^^^^^^^^^^
138
+
139
+ Temporary table is anonymous. Records in temporary table are deleted
140
+ after closing table. Temporary table is used to store search result,
141
+ sort result, group (drilldown) result and so on. ``TABLE_HASH_KEY`` is
142
+ used for search result and group result. ``TABLE_NO_KEY`` is used for
143
+ sort result.
144
+
145
+ Limitations
146
+ -----------
147
+
148
+ The max number of records is 268435455. You cannot add 268435456 or
149
+ more records in a table.
150
+
151
+ The max number of a key size is 4096byte. You cannot use 4097byte or
152
+ larger key. You can use column instead of key for 4097byte or larger
153
+ size data. ``Text`` and ``LargeText`` types supports 4097byte or
154
+ larger size data.
155
+
156
+ The max number of total key size is 4GiB. You need to split a table,
157
+ split a database (sharding) or reduce each key size to handle 4GiB or
158
+ more larger total key size.
159
+
160
+ See also
161
+ --------
162
+
163
+ * :doc:`/reference/commands/table_create`
@@ -123,7 +123,7 @@ configuration to use ``/api/`` as prefix path::
123
123
  Custom command version
124
124
  ----------------------
125
125
 
126
- Groonga has :doc:`/reference/command_version` mechanism. It is for
126
+ Groonga has :doc:`/reference/command/command_version` mechanism. It is for
127
127
  upgrading groonga commands with backward compatibility.
128
128
 
129
129
  :doc:`groonga` can change the default command veresion by
@@ -15,7 +15,7 @@ Groonga is a full text search engine but also serves as a column-oriented data s
15
15
  Overview
16
16
  --------
17
17
 
18
- The basic data types of groonga are roughly divided into 5 groups --- boolean type, numeric types, string types, date/time type and longitude/latitude types. The numeric types are further divided according to whether integer or floating point number, signed or unsigned and the number of bits allocated to each integer. The string types are further divided according to the maximum length. The longitude/latitude types are further divided according to the geographic coordinate system. For more details, see :doc:`/reference/type`.
18
+ The basic data types of groonga are roughly divided into 5 groups --- boolean type, numeric types, string types, date/time type and longitude/latitude types. The numeric types are further divided according to whether integer or floating point number, signed or unsigned and the number of bits allocated to each integer. The string types are further divided according to the maximum length. The longitude/latitude types are further divided according to the geographic coordinate system. For more details, see :doc:`/reference/types`.
19
19
 
20
20
  In addition, groonga supports reference types and vector types. Reference types are designed for accessing other tables. Vector types are designed for storing a variable number of values in one element.
21
21
 
@@ -46,7 +46,7 @@ The following example creates a boolean type column and adds three records. Note
46
46
  Numeric types
47
47
  -------------
48
48
 
49
- The numeric types are divided into integer types and a floating point number type. The integer types are further divided into the signed integer types and unsigned integer types. In addition, you can choose the number of bits allocated to each integer. For more details, see :doc:`/reference/type`. The default value of the numeric types is 0.
49
+ The numeric types are divided into integer types and a floating point number type. The integer types are further divided into the signed integer types and unsigned integer types. In addition, you can choose the number of bits allocated to each integer. For more details, see :doc:`/reference/types`. The default value of the numeric types is 0.
50
50
 
51
51
  The following example creates an Int8 column and a Float column, and then updates existing records. The :doc:`/reference/commands/load` command updates the weight column as expected. On the other hand, the price column values are different from the specified values because 15.9 is not an integer and 200 is too large. 15.9 is converted to 15 by removing the fractional part. 200 causes an overflow and the result becomes -56. Note that the result of an overflow/underflow is undefined.
52
52
 
@@ -65,7 +65,7 @@ The following example creates an Int8 column and a Float column, and then update
65
65
  String types
66
66
  ------------
67
67
 
68
- The string types are divided according to the maximum length. For more details, see :doc:`/reference/type`. The default value is the zero-length string.
68
+ The string types are divided according to the maximum length. For more details, see :doc:`/reference/types`. The default value is the zero-length string.
69
69
 
70
70
  The following example creates a ShortText column and updates existing records. The third record has the default value because not updated.
71
71
 
@@ -99,7 +99,7 @@ The following example creates a Time column and updates existing records. The fi
99
99
  Longitude and latitude types
100
100
  ----------------------------
101
101
 
102
- The longitude and latitude types are divided according to the geographic coordinate system. For more details, see :doc:`/reference/type`. To represent a longitude and latitude, groonga uses a string formatted as follows:
102
+ The longitude and latitude types are divided according to the geographic coordinate system. For more details, see :doc:`/reference/types`. To represent a longitude and latitude, groonga uses a string formatted as follows:
103
103
 
104
104
  * "longitude x latitude" in milliseconds (e.g.: "128452975x503157902")
105
105
  * "longitude x latitude" in degrees (e.g.: "35.6813819x139.7660839")
@@ -93,7 +93,7 @@ A :doc:`/reference/commands/table_create` command creates a new table.
93
93
 
94
94
  In most cases, a table has a primary key which must be specified with its data type and index type.
95
95
 
96
- There are various data types such as integers, strings, etc. See also :doc:`/reference/type` for more details. The index type determines the search performance and the availability of prefix searches. The details will be described later.
96
+ There are various data types such as integers, strings, etc. See also :doc:`/reference/types` for more details. The index type determines the search performance and the availability of prefix searches. The details will be described later.
97
97
 
98
98
  Let's create a table. The following example creates a table with a primary key. The `name` parameter specifies the name of the table. The `flags` parameter specifies the index type for the primary key. The `key_type` parameter specifies the data type of the primary key.
99
99
 
@@ -1,4 +1,4 @@
1
- .TH "GROONGA" "1" "2012 年 12 月 27 日" "2.1.0" "groonga"
1
+ .TH "GROONGA" "1" "2012 年 12 月 29 日" "2.1.1" "groonga"
2
2
  .SH NAME
3
3
  groonga \- groongaのドキュメント
4
4
  .
@@ -1354,10 +1354,10 @@ status
1354
1354
  # "max_command_version": 2,
1355
1355
  # "n_queries": 0,
1356
1356
  # "cache_hit_rate": 0.0,
1357
- # "version": "2.0.5",
1358
- # "alloc_count": 142,
1357
+ # "version": "2.1.0",
1358
+ # "alloc_count": 152,
1359
1359
  # "command_version": 1,
1360
- # "starttime": 1343713486,
1360
+ # "starttime": 1356678603,
1361
1361
  # "default_command_version": 1
1362
1362
  # }
1363
1363
  # ]
@@ -1418,7 +1418,7 @@ groongaプロセスの状態を表示します。
1418
1418
  .sp
1419
1419
  groongaのテーブルには基本的に主キーが必要であり、テーブルを作成する際には型と格納方法も併せて指定する必要があります。
1420
1420
  .sp
1421
- 型には数値や文字列などがあります。ここではデータの種類を表しているものという程度に考えてください。詳細は \fB/reference/type\fP に記述されています。主キーの格納方法は、主キーを条件とする検索にかかる時間や、前方一致検索の可否などを左右します。こちらも後で説明します。
1421
+ 型には数値や文字列などがあります。ここではデータの種類を表しているものという程度に考えてください。詳細は \fB/reference/types\fP に記述されています。主キーの格納方法は、主キーを条件とする検索にかかる時間や、前方一致検索の可否などを左右します。こちらも後で説明します。
1422
1422
  .sp
1423
1423
  それでは、テーブルを作成してみましょう。以下の例では、主キーのあるテーブルを作成します。 \fIname\fP 引数はテーブルの引数を指定します。 \fIflags\fP 引数は主キーの格納方法を指定するために使っています。 \fIkey_type\fP 引数は主キーの型を指定します。
1424
1424
  .sp
@@ -2586,7 +2586,7 @@ groongaのサーバには認証機能がありません。誰でもデータベ
2586
2586
  groongaは全文検索エンジンを起源として独自のカラムストアを持つに至るわけですが、索引語や文書を保存するだけでなく、数値や文字列、日時や経緯度など、いろいろなデータを保存することができます。本チュートリアルでは、groongaで保存できるデータの種類、およびに保存の方法を説明します。
2587
2587
  .SS データの種類
2588
2588
  .sp
2589
- groongaにおいて利用できる基本型は、真偽値、数値、文字列、日時、経緯度の5種類に大別できます。基本型において、数値は整数・浮動小数点数の違い、符号の有無と割り当てるビット数によって細分化できるほか、文字列は長さの上限によって細分化できます。また、経緯度には測地系による分類があります。詳しくは \fB/reference/type\fP を参照してください。
2589
+ groongaにおいて利用できる基本型は、真偽値、数値、文字列、日時、経緯度の5種類に大別できます。基本型において、数値は整数・浮動小数点数の違い、符号の有無と割り当てるビット数によって細分化できるほか、文字列は長さの上限によって細分化できます。また、経緯度には測地系による分類があります。詳しくは \fB/reference/types\fP を参照してください。
2590
2590
  .sp
2591
2591
  拡張型としては、別テーブルを参照するための情報であるテーブル参照を保存することができます。また、基本型もしくはテーブル参照を複数まとめて保存できるように、ベクターカラムをサポートしています。
2592
2592
  .sp
@@ -2660,7 +2660,7 @@ select \-\-table ToyBox \-\-output_columns _key,is_animal
2660
2660
  .fi
2661
2661
  .SS 数値
2662
2662
  .sp
2663
- 数値型は、整数と浮動小数点数に分けることができます。整数は、符号付き整数と符号なし整数に分けることができるだけでなく、割り当てるビット数によっても分けることができます。割り当てるビット数を大きくすると、カラムのサイズは大きくなってしまいますが、表現できる整数の範囲を大きくすることができます。詳しくは \fB/reference/type\fP を参照してください。数値型のデフォルト値はいずれも0です。
2663
+ 数値型は、整数と浮動小数点数に分けることができます。整数は、符号付き整数と符号なし整数に分けることができるだけでなく、割り当てるビット数によっても分けることができます。割り当てるビット数を大きくすると、カラムのサイズは大きくなってしまいますが、表現できる整数の範囲を大きくすることができます。詳しくは \fB/reference/types\fP を参照してください。数値型のデフォルト値はいずれも0です。
2664
2664
  .sp
2665
2665
  以下の例では、Int8型のカラムとFloat型のカラムを作成し、既存のレコードを更新します。weightカラムについては、指定した値が問題なく格納されています。一方、priceカラムに指定した小数については、小数点以下を切り捨てた値が格納されています。また、表現できる範囲を超える値を格納しようとした2番目のレコードについては、指定した値とは異なる値が格納されています。このように、表現できる範囲を超える値を指定すると、操作後の値は未定義になるので注意してください。
2666
2666
  .sp
@@ -2727,7 +2727,7 @@ select \-\-table ToyBox \-\-output_columns _key,price,weight
2727
2727
  .fi
2728
2728
  .SS 文字列
2729
2729
  .sp
2730
- 文字列型は、長さの上限によって分けることができます。詳しくは \fB/reference/type\fP を参照してください。文字列型のデフォルト値は長さ0の文字列です。
2730
+ 文字列型は、長さの上限によって分けることができます。詳しくは \fB/reference/types\fP を参照してください。文字列型のデフォルト値は長さ0の文字列です。
2731
2731
  .sp
2732
2732
  以下の例では、ShortText型のカラムを作成し、IDが1と2のレコードを更新します。更新しないレコードについては、デフォルト値のままとなります。
2733
2733
  .sp
@@ -2841,7 +2841,7 @@ select \-\-table ToyBox \-\-output_columns _key,time
2841
2841
  .fi
2842
2842
  .SS 経緯度
2843
2843
  .sp
2844
- 経緯度を表現するための型は、測地系によって分けることができます。詳しくは \fB/reference/type\fP を参照してください。経緯度の指定・表示には、以下に示す形式の文字列を使います。
2844
+ 経緯度を表現するための型は、測地系によって分けることができます。詳しくは \fB/reference/types\fP を参照してください。経緯度の指定・表示には、以下に示す形式の文字列を使います。
2845
2845
  .INDENT 0.0
2846
2846
  .IP \(bu 2
2847
2847
  "経度のミリ秒表記x緯度のミリ秒表記" (例: "128452975x503157902")
@@ -7523,7 +7523,7 @@ http {
7523
7523
  .fi
7524
7524
  .SS コマンドバージョンの変更
7525
7525
  .sp
7526
- groongaには \fB/reference/command_version\fP という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。
7526
+ groongaには \fB/reference/command/command_version\fP という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。
7527
7527
  .sp
7528
7528
  \fBgroonga\fP は \fB\-\-default\-command\-version\fP オプションでデフォルトのコマンドバージョンを変更できます。以下はデフォルトのコマンドバージョンとしてコマンドバージョン2を使うコマンドライン例です。:
7529
7529
  .sp
@@ -7905,7 +7905,7 @@ out_gqtp コマンドファイル 出力ファイル名
7905
7905
  .UNINDENT
7906
7906
  .SS コマンドファイル
7907
7907
  .sp
7908
- コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては \fB/reference/commands\fP を参照してください。
7908
+ コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては \fB/reference/command\fP を参照してください。
7909
7909
  .SS サンプル
7910
7910
  .sp
7911
7911
  スクリプトファイルのサンプルです。:
@@ -8224,6 +8224,17 @@ groongaコマンドを通してデータベースを操作する命令をコマ
8224
8224
  形式1でコマンドを実行する場合は、定義された順番で値を指定しなければならず、途中の引数の値を省略することはできません。形式2でコマンドを実行する場合は、「\-\-引数名」のように引数の名前を明示しなければならない代わりに、任意の順番で引数を指定することが可能で、途中の引数の指定を省略することもできます。
8225
8225
  .sp
8226
8226
  標準入力からコマンド文字列を与える場合は、コマンド名と引数名と値は、空白( )で区切ります。空白や、記号「"\(aq()」のうちいずれかを含む値を指定したい場合は、シングルクォート(\(aq)かダブルクォート(")で値を囲みます。値として指定する文字列の中では、改行文字は\(aqn\(aqに置き換えて指定します。また、引用符に使用した文字を値の中で指定する場合には、その文字の前にバックスラッシュ(\(aq\(aq) を指定します。バックスラッシュ文字自身を値として指定する場合には、その前にバックスラッシュを指定します。
8227
+ .sp
8228
+ \(aq\e\(aq文字で継続行であることを明示してコマンドリストを記述することができます。
8229
+ .sp
8230
+ .nf
8231
+ .ft C
8232
+ table_create \-\-name Terms \e
8233
+ \-\-flags TABLE_PAT_KEY \e
8234
+ \-\-key_type ShortText \e
8235
+ \-\-default_tokenizer TokenBigram
8236
+ .ft P
8237
+ .fi
8227
8238
  .SS 組み込みコマンド
8228
8239
  .sp
8229
8240
  以下のコマンドは組み込みコマンドとして予め定義されています。
@@ -8390,14 +8401,14 @@ http {
8390
8401
  0.000355720520019531
8391
8402
  ],
8392
8403
  {
8393
- "uptime": 1,
8404
+ "uptime": 0,
8394
8405
  "max_command_version": 2,
8395
8406
  "n_queries": 0,
8396
8407
  "cache_hit_rate": 0.0,
8397
- "version": "2.0.5",
8398
- "alloc_count": 142,
8408
+ "version": "2.1.0",
8409
+ "alloc_count": 152,
8399
8410
  "command_version": 1,
8400
- "starttime": 1343713471,
8411
+ "starttime": 1356678595,
8401
8412
  "default_command_version": 1
8402
8413
  }
8403
8414
  ]
@@ -8581,7 +8592,7 @@ GETメソッドのみが使用可能です。
8581
8592
  .sp
8582
8593
  output_typeにはjson, tsv, xmlが指定可能です。
8583
8594
  .sp
8584
- command_versionはコマンドの仕様の互換性を指定します。詳細は \fB/reference/command_version\fP を参照してください。
8595
+ command_versionはコマンドの仕様の互換性を指定します。詳細は \fB/reference/command/command_version\fP を参照してください。
8585
8596
  .SS 返値
8586
8597
  .sp
8587
8598
  output_typeの指定に従って、コマンドの実行結果を出力します。
@@ -10567,7 +10578,7 @@ register query_expanders/tsv
10567
10578
  \fBregister\fP が失敗すると、エラーの詳細は \fBHEADER\fP に含まれます。
10568
10579
  .sp
10569
10580
  \fBHEADER\fP については \fB/reference/command/output_format\fP を参照してください。
10570
- .SS select
10581
+ .SS \fBselect\fP
10571
10582
  .SS 概要
10572
10583
  .sp
10573
10584
  \fBselect\fP はテーブルから指定された条件にマッチするレコードを検索し、見つかったレコードを出力します。
@@ -12872,14 +12883,14 @@ status
12872
12883
  # 0.000355720520019531
12873
12884
  # ],
12874
12885
  # {
12875
- # "uptime": 23,
12886
+ # "uptime": 6,
12876
12887
  # "max_command_version": 2,
12877
12888
  # "n_queries": 30,
12878
12889
  # "cache_hit_rate": 0.0,
12879
- # "version": "2.0.5",
12880
- # "alloc_count": 278,
12890
+ # "version": "2.1.0",
12891
+ # "alloc_count": 280,
12881
12892
  # "command_version": 1,
12882
- # "starttime": 1343713421,
12893
+ # "starttime": 1356678580,
12883
12894
  # "default_command_version": 1
12884
12895
  # }
12885
12896
  # ]
@@ -13377,139 +13388,274 @@ suggest \-\-table item_query \-\-column kana \-\-types complete|correct|suggest
13377
13388
  .IP \(bu 2
13378
13389
  \fB/reference/executables/groonga\-suggest\-create\-dataset\fP
13379
13390
  .UNINDENT
13380
- .SS table_create
13381
- .SS 名前
13391
+ .SS \fBtable_create\fP
13392
+ .SS 概要
13382
13393
  .sp
13383
- table_create \- テーブルの追加
13384
- .SS 書式
13394
+ \fBtable_create\fP は現在のデータベースに新しいテーブルを作成します。データを保存したり検索したりするために、1つ以上のテーブルを作成する必要があります。
13395
+ .SS 構文
13396
+ .sp
13397
+ \fBtable_create\fP には多くの引数があります。必須の引数は \fBname\fP だけで、残りは省略できます。:
13385
13398
  .sp
13386
13399
  .nf
13387
13400
  .ft C
13388
- table_create name [flags [key_type [value_type [default_tokenizer]]]]
13401
+ table_create name
13402
+ [flags=TABLE_HASH_KEY]
13403
+ [key_type=null]
13404
+ [value_type=null]
13405
+ [default_tokenizer=null]
13406
+ [normalizer=null]
13389
13407
  .ft P
13390
13408
  .fi
13391
- .SS 説明
13409
+ .SS 使い方
13392
13410
  .sp
13393
- groonga組込コマンドの一つであるtable_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
13411
+ \fBtable_create\fP コマンドは新しく永続テーブルを作成します。テーブルの詳細については \fB/reference/tables\fP を参照してください。
13412
+ .SS データ保存用テーブルの作成
13394
13413
  .sp
13395
- table_createコマンドは、使用しているデータベースに対してテーブルを追加します。groongaには名前付きテーブルと名前なしテーブル、永続テーブルと一時テーブルがありますが、table_createコマンドでは、名前付きの永続テーブルのみが作成できます。テーブルはレコードの集合であり、全てのレコードは一意なIDを持ちます。IDはレコードを追加した順序に従って自動的に付与されます。
13414
+ データ保存用のテーブルにはどの種類のテーブルでも使えます。テーブルの種類については \fB/reference/tables\fP を参照してください。
13396
13415
  .sp
13397
- テーブルにカラムを追加する時にはcolumn_createコマンドを使用します。また、テーブルを作成した時点でいくつかの疑似カラムが使用可能になっています。
13398
- .SS 引数
13416
+ テーブルの型は \fBTABLE_${TYPE}\fP を \fBflags\fP 引数に指定します。
13399
13417
  .sp
13400
- \fBname\fP
13401
- .INDENT 0.0
13402
- .INDENT 3.5
13403
- 作成するテーブルの名前を指定します。nameはデータベース内で一意な、未定義の名前でなければなりません。組込型名・組込コマンド名・組込関数名は予約済みであり、テーブル名には 使用できません。また、ピリオド(\(aq.\(aq), コロン(\(aq:\(aq)を含む名前のテーブルは作成できません。
13404
- .UNINDENT
13405
- .UNINDENT
13418
+ 以下は \fBTABLE_NO_KEY\fP テーブルを使う例です。
13406
13419
  .sp
13407
- \fBflags\fP
13408
- .INDENT 0.0
13409
- .INDENT 3.5
13410
- 作成するテーブルの属性を示す数値か、パイプ(\(aq|\(aq)で組み合わせたシンボル名を指定します。(デフォルト値は0(="TABLE_HASH_KEY"))
13411
- .INDENT 0.0
13412
- .INDENT 3.5
13413
- .INDENT 0.0
13414
- .TP
13415
- .B 0, \fBTABLE_HASH_KEY\fP
13416
- 主キー値をハッシュ表で管理するテーブルを作成します。ハッシュ表を使用したテーブルでは、主キー値に完全一致するレコードを非常に高速に検索することができます。
13417
- .TP
13418
- .B 1, \fBTABLE_PAT_KEY\fP
13419
- 主キー値をパトリシア木で管理するテーブルを作成します。パトリシア木を使用したテーブルでは、主キー値に完全一致するレコードを検索することができるとともに、前方一致するレコード、および最長共通接頭辞となるレコードを高速に検索することができます。また、キー値の昇降順でレコードを取り出したり、キー値の範囲での検索を行うことができます。また、flagsの値に64を加えることによって、後方一致検索も可能となります。
13420
- .TP
13421
- .B 2, \fBTABLE_DAT_KEY\fP
13422
- 主キー値をダブル配列で管理するテーブルを作成します。ダブル配列を使用したテーブルでは、主キー値に完全一致するレコードを高速に検索することができるとともに、前方一致するレコード、および最長共通接頭辞となるレコードを検索することができます。また、キー値の昇降順でレコードを取り出したり、キー値の範囲での検索を行うことができます。
13423
- .TP
13424
- .B 3, \fBTABLE_NO_KEY\fP
13425
- 主キーを持たないテーブルを作成します。各レコードはIDのみによって特定することができます。
13426
- .TP
13427
- .B 4, \fBTABLE_VIEW\fP
13428
- 複数のテーブルをまとめて操作するための仮想的なテーブル(view)を作成します。
13429
- .TP
13430
- .B 64, \fBKEY_WITH_SIS\fP
13431
- 語彙表となるパトリシア木型のテーブルにおいて、後方一致検索を可能とします。
13432
- .TP
13433
- .B 128, \fBKEY_NORMALIZE\fP
13434
- ハッシュ表型か、パトリシア木型のテーブルにおいて、主キー値を正規化した上で登録します。この値が指定されたテーブルではたとえば、主キー値\(aqabc\(aqと\(aqABC\(aq は同一のレコードに対応するものとみなされます。
13435
- .UNINDENT
13436
- .UNINDENT
13437
- .UNINDENT
13438
- .UNINDENT
13439
- .UNINDENT
13420
+ 実行例:
13440
13421
  .sp
13441
- \fBkey_type\fP
13442
- .INDENT 0.0
13443
- .INDENT 3.5
13444
- 主キー値の型を指定します。主キー値を持つテーブルに限り有効です。型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、定義済みのテーブルを指定することができます。
13445
- .UNINDENT
13446
- .UNINDENT
13422
+ .nf
13423
+ .ft C
13424
+ table_create Logs TABLE_NO_KEY
13425
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
13426
+ .ft P
13427
+ .fi
13447
13428
  .sp
13448
- \fBvalue_type\fP
13449
- .INDENT 0.0
13450
- .INDENT 3.5
13451
- 値の型を指定します。tableの値には固定長の型のみが指定できます。(可変長の値が必要な場合は別途カラムを作成します) 型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、またはテーブルを指定することができます。(デフォルトはvalueなし)
13452
- .UNINDENT
13453
- .UNINDENT
13429
+ この \fBtable_create\fP コマンドは \fBLogs\fP という名前で \fBTABLE_NO_KEY\fP 型のテーブルを作成します。
13454
13430
  .sp
13455
- \fBdefault_tokenizer\fP
13456
- .INDENT 0.0
13457
- .INDENT 3.5
13458
- 作成するテーブルを語彙表として使用する場合、文字列を分割するトークナイザを指定します。
13431
+ キーでレコードを検索しないのであれば、 \fBTABLE_NO_KEY\fP 型のテーブルが適切です。なぜなら、 \fBTABLE_NO_KEY\fP はキーをサポートしていませんが、速くて小さいサイズのテーブルだからです。ログをgroongaのデータベースに保存するという使い方はこのケースです。
13432
+ .sp
13433
+ キーでレコードを検索したり、カラムからレコードを参照したりする場合は、 \fBTABLE_NO_KEY\fP 型は適していません。全文検索用の語彙表として使うケースはこのケースです。
13434
+ .SS 語彙表テーブルの作成
13459
13435
  .sp
13460
- 組込のトークナイザとして、以下が準備されています。
13436
+ 語彙表テーブル用のテーブルには \fBTABLE_NO_KEY\fP 以外の型のテーブルを使います。語彙表テーブルはキーをサポートしていないといけませんが、 \fBTABLE_NO_KEY\fP はキーをサポートしていません。
13437
+ .sp
13438
+ 以下は \fBTABLE_PAT_KEY\fP テーブルを作る例です。
13439
+ .sp
13440
+ 実行例:
13441
+ .sp
13442
+ .nf
13443
+ .ft C
13444
+ table_create Lexicon TABLE_PAT_KEY ShortText \-\-default_tokenizer TokenBigram \-\-normalizer NormalizerAuto
13445
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
13446
+ .ft P
13447
+ .fi
13448
+ .sp
13449
+ この \fBtable_create\fP コマンドは以下のテーブルを作成します。
13461
13450
  .INDENT 0.0
13462
- .TP
13463
- .B \fBTokenDelimit\fP
13464
- 空白で区切られた文字列をトークンとする
13465
- .TP
13466
- .B \fBTokenUnigram\fP
13467
- unigram(1文字を1トークンとする)
13468
- .TP
13469
- .B \fBTokenBigram\fP
13470
- bigram(2文字の文字列要素をトークンとする)
13471
- .TP
13472
- .B \fBTokenTrigram\fP
13473
- trigram(3文字の文字列要素をトークンとする)
13474
- .TP
13475
- .B \fBTokenMecab\fP
13476
- 形態素解析器mecabで解析した形態素をトークンとする。(mecabを組み込んだ場合のみ有効)
13451
+ .IP \(bu 2
13452
+ このテーブルは \fBLexicon\fP という名前です。
13453
+ .IP \(bu 2
13454
+ このテーブルは \fBTABLE_PAT_KEY\fP 型のテーブルです。
13455
+ .IP \(bu 2
13456
+ このテーブルのキーは \fBShortText\fP 型です。
13457
+ .IP \(bu 2
13458
+ このテーブルは正規化されたテキストからトークンを抽出するために \fBTokenBigram\fP トークナイザーを使います。
13459
+ .IP \(bu 2
13460
+ このテーブルはテキストを正規化するために \fBNormalizerAuto\fP ノーマライザーを使います。
13477
13461
  .UNINDENT
13478
13462
  .sp
13479
- トークナイザが指定されなかった場合は、対象の文字列を分割せずに語彙表に登録します。
13480
- .UNINDENT
13481
- .UNINDENT
13482
- .SS 返値
13483
- .SS json形式
13463
+ 語彙表テーブルには \fBTABLE_PAT_KEY\fP が適切なテーブルの型です。語彙表テーブルは全文検索に使われます。
13464
+ .sp
13465
+ 全文検索では、あいまい検索をするために前方一致検索を使っています。前方一致検索は \fBTABLE_PAT_KEY\fP と \fBTABLE_DAT_KEY\fP がサポートしています。
13466
+ .sp
13467
+ 全文検索対象のテキストには大量のトークンが含まれるので、語彙表テーブルのキーも大量になります。大量のキーを格納するテーブルの場合はテーブルのサイズを意識する必要があります。これは、大きなテーブルはそれだけ多くのメモリーを必要とするからです。多くのメモリーが必要になると、ディスクI/Oが発生することもあります。ディスクI/Oが発生すると高速に検索できなくなります。そのため、大量のキーがあるテーブルの場合はテーブルのサイズが重要になります。\(ga\(gaTABLE_PAT_KEY\(ga\(ga は \fBTABLE_DAT_KEY\fP よりもテーブルのサイズが小さいです。
13468
+ .sp
13469
+ 上記の理由から、 \fBTABLE_PAT_KEY\fP が語彙表テーブルに適したテーブルの型です。
13470
+ .SS タグインデックス用テーブルの作成
13471
+ .sp
13472
+ タグインデックス用のテーブルには \fBTABLE_NO_KEY\fP 以外の型のテーブルを使えます。タグインデックス用のテーブルはキーのサポートが必要ですが、 \fBTABLE_NO_KEY\fP はキーをサポートしていません。
13473
+ .sp
13474
+ 以下は \fBTABLE_HASH_KEY\fP 型のテーブルを作る例です。
13475
+ .sp
13476
+ 実行例:
13484
13477
  .sp
13485
13478
  .nf
13486
13479
  .ft C
13487
- [成功かどうかのフラグ]
13488
-
13489
- \(ga\(ga成功かどうかのフラグ\(ga\(ga
13490
-
13491
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
13480
+ table_create Ages TABLE_DAT_KEY UInt32
13481
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
13492
13482
  .ft P
13493
13483
  .fi
13494
- .SS 例
13495
13484
  .sp
13496
- ShortText型の主キーを持つハッシュ表型のテーブル、Entryを作成します。:
13485
+ この \fBtable_create\fP コマンドは \fBTags\fP という名前で \fBTABLE_HASH_KEY\fP 型のテーブルを作ります。このテーブルのキーは \fBShortText\fP 型です。
13486
+ .sp
13487
+ タグインデックス用のテーブルには \fBTABLE_HASH_KEY\fP あるいは \fBTABLE_DAT_KEY\fP が適切なテーブルの型です。
13488
+ .sp
13489
+ 完全一致でタグを検索する機能だけが必要なら、 \fBTABLE_HASH_KEY\fP が適切です。多くの場合はこのケースです。
13490
+ .sp
13491
+ もし、前方一致検索機能も必要な場合(例えば、 \fB"gr"\fP というキーワードで \fB"groonga"\fP を検索する場合)は、 \fBTABLE_DAT_KEY\fP が適切です。 \fBTABLE_DAT_KEY\fP はサイズの大きなテーブルですが、タグの数はそれほど多くならないので、サイズは重要ではありません。
13492
+ .SS 範囲検索用のインデックステーブルの作成
13493
+ .sp
13494
+ 範囲検索用のインデックステーブルには \fBTABLE_PAT_KEY\fP 型と \fBTABLE_DAT_KEY\fP 型を使えます。範囲検索用のインデックステーブルは範囲検索をサポートしている必要がありますが、 \fBTABLE_NO_KEY\fP 型と \fBTABLE_HASH_KEY\fP 型はサポートしていません。
13495
+ .sp
13496
+ 以下は \fBTABLE_DAT_KEY\fP テーブルを作成する例です。
13497
+ .sp
13498
+ 実行例:
13497
13499
  .sp
13498
13500
  .nf
13499
13501
  .ft C
13500
- table_create Entry \-\-key_type ShortText
13501
- [true]
13502
+ table_create Ages TABLE_DAT_KEY UInt32
13503
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
13502
13504
  .ft P
13503
13505
  .fi
13504
13506
  .sp
13505
- ShortText型の主キーを持つパトリシア木型のテーブル、Termを作成します。主キー値は正規化して管理します。また、このテーブルを語彙表とする転置索引を作成する場合には、バイグラムの索引を作成します。:
13507
+ この \fBtable_create\fP コマンドは \fBAges\fP という名前で \fBTABLE_DAT_KEY\fP 型のテーブルを作成します。このテーブルのキーの型は \fBUInt32\fP です。
13508
+ .sp
13509
+ 範囲検索用のインデックステーブルには \fBTABLE_PAT_KEY\fP 型と \fBTABLE_DAT_KEY\fP 型が適切なテーブルの型です。
13510
+ .sp
13511
+ インデックス対象の項目が少なければ、 \fBTABLE_DAT_KEY\fP 型が適切です。前述の例では、年齢(age)用のインデックスがこのケースになります。年齢のインデックスはせいぜい0から100項目くらいにしかなりません。これは、人はそんなに長生きできないからです。
13512
+ .sp
13513
+ インデックス対象が大量にある場合は、 \fBTABLE_PAT_KEY\fP 型が適切です。なぜなら、 \fBTABLE_PAT_KEY\fP 型は \fBTABLE_DAT_KEY\fP 型よりもサイズが小さいからです。
13514
+ .SS 引数
13515
+ .sp
13516
+ このセクションではすべての引数について説明します。
13517
+ .SS \fBname\fP
13518
+ .sp
13519
+ 作成するテーブル名を指定します。 \fBname\fP は必ず指定しなければいけません。
13520
+ .sp
13521
+ 利用可能な文字は以下の通りです。
13522
+ .INDENT 0.0
13523
+ .IP \(bu 2
13524
+ \fB0\fP .. \fB9\fP (数字)
13525
+ .IP \(bu 2
13526
+ \fBa\fP .. \fBz\fP (アルファベット。小文字)
13527
+ .IP \(bu 2
13528
+ \fBA\fP .. \fBZ\fP (アルファベット。大文字)
13529
+ .IP \(bu 2
13530
+ \fB#\fP (シャープ)
13531
+ .IP \(bu 2
13532
+ \fB@\fP (アットマーク)
13533
+ .IP \(bu 2
13534
+ \fB\-\fP (ハイフン)
13535
+ .IP \(bu 2
13536
+ \fB_\fP (アンダースコア)(注: 最初の文字としてアンダースコアを使うことはできません。)
13537
+ .UNINDENT
13538
+ .sp
13539
+ 上記の文字を1つ以上使って名前を決めます。 \fB_name\fP というように、最初の文字に \fB_\fP を使えないことに注意してください。
13540
+ .SS \fBflags\fP
13541
+ .sp
13542
+ テーブルの型とテーブルをカスタマイズするオプションを指定します。
13543
+ .sp
13544
+ 指定可能なフラグは以下の通りです。
13545
+ .TS
13546
+ center;
13547
+ |l|l|.
13548
+ _
13549
+ T{
13550
+ フラグ
13551
+ T} T{
13552
+ 説明
13553
+ T}
13554
+ _
13555
+ T{
13556
+ \fBTABLE_NO_KEY\fP
13557
+ T} T{
13558
+ 配列テーブル。
13559
+ T}
13560
+ _
13561
+ T{
13562
+ \fBTABLE_HASH_HEY\fP
13563
+ T} T{
13564
+ ハッシュテーブル。
13565
+ T}
13566
+ _
13567
+ T{
13568
+ \fBTABLE_PAT_KEY\fP
13569
+ T} T{
13570
+ パトリシアトライ。
13571
+ T}
13572
+ _
13573
+ T{
13574
+ \fBTABLE_DAT_KEY\fP
13575
+ T} T{
13576
+ ダブル配列トライ。
13577
+ T}
13578
+ _
13579
+ T{
13580
+ \fBKEY_WITH_SIS\fP
13581
+ T} T{
13582
+ 半無限文字列を有効にします。 \fBTABLE_PAT_KEY\fP を使う必要があります。
13583
+ T}
13584
+ _
13585
+ .TE
13586
+ .IP ノート
13587
+ groonga 2.1.0から \fBKEY_NORMALIZE\fP フラグは非推奨になりました。代わりに、 \fBnormalizer\fP オプションに \fBNormalizerAuto\fP を指定してください。
13588
+ .RE
13589
+ .sp
13590
+ \fBTABLE_${TYPE}\fP フラグのどれか1つを指定します。 \fBTABLE_${TYPE}\fP フラグを2つ以上指定することはできません。例えば、 \fBTABLE_NO_KEY|TABLE_HASH_KEY\fP は不正な指定方法です。
13591
+ .sp
13592
+ \fBTABLE_PAT_KEY|KEY_WITH_SIS\fP というように、 \fB|\fP (縦棒)で複数のフラグを組み合わせることができます。
13593
+ .sp
13594
+ それぞれのテーブルの型の違いは \fB/reference/tables\fP を参照してください。
13595
+ .sp
13596
+ デフォルトのフラグは \fBTABLE_HASH_KEY\fP です。
13597
+ .SS \fBkey_type\fP
13598
+ .sp
13599
+ キーの型を指定します。
13600
+ .sp
13601
+ \fBflags\fP パラメーターに \fBTABLE_HASH_KEY\fP 、 \fBTABLE_PAT_KEY\fP または \fBTABLE_DAT_KEY\fP を指定した場合は、 \fBkey_type\fP オプションを指定する必要があります。
13602
+ .sp
13603
+ 型の一覧は \fB/reference/types\fP にあります。
13604
+ .sp
13605
+ デフォルト値はありません。
13606
+ .SS \fBvalue_type\fP
13607
+ .sp
13608
+ 値の型を指定します。
13609
+ .sp
13610
+ \fBflags\fP パラメーターに \fBTABLE_NO_KEY\fP 、 \fBTABLE_HASH_KEY\fP または \fBTABLE_PAT_KEY\fP を指定した場合は「値」を使うことができます。「値」の型は固定長でなければいけません。例えば、 \fBUInt32\fP は使えますが、 \fBShortText\fP は使えません。この場合は値ではなく、カラムを使ってください。
13611
+ .sp
13612
+ デフォルト値はありません。
13613
+ .SS \fBdefault_tokenizer\fP
13614
+ .sp
13615
+ デフォルトトークナイザーを指定します。これは、検索時とデータロード時に使われます。
13616
+ .sp
13617
+ \fBTABLE_NO_KEY\fP と一緒に \fBdefault_tokenizer\fP を使うことはできません。これは、 \fBTABLE_NO_KEY\fP をインデックスに使うことができないからです。
13618
+ .sp
13619
+ 全文検索用のインデックスとして使う場合には \fBdefault_tokenizer\fP を必ず指定しなければいけません。
13620
+ .sp
13621
+ トークナイザーの一覧は \fB/reference/tokenizers\fP にあります。
13622
+ .sp
13623
+ デフォルト値はありません。
13624
+ .SS \fBnormalizer\fP
13625
+ .sp
13626
+ キーを正規化するために使うノーマライザーを指定します。
13627
+ .sp
13628
+ \fBTABLE_NO_KEY\fP はキーをサポートしていないので、 \fBTABLE_NO_KEY\fP と \fBnormalizer\fP を一緒に指定することはできません。
13629
+ .sp
13630
+ ノーマライザーの一覧は \fB/reference/normalizers\fP にあります。
13631
+ .sp
13632
+ デフォルト値はありません。
13633
+ .SS 戻り値
13634
+ .sp
13635
+ \fBtable_create\fP が成功したときは以下のようにボディは \fBtrue\fP になります:
13506
13636
  .sp
13507
13637
  .nf
13508
13638
  .ft C
13509
- table_create Term \-\-flags TABLE_PAT_KEY|KEY_NORMALIZE \-\-key_type ShortText \-\-default_tokenizer TokenBigram
13510
- [true]
13639
+ [HEADER, true]
13511
13640
  .ft P
13512
13641
  .fi
13642
+ .sp
13643
+ \fBtable_create\fP が失敗すると、エラーの詳細は \fBHEADER\fP に含まれます。
13644
+ .sp
13645
+ \fBHEADER\fP については \fB/reference/command/output_format\fP を参照してください。
13646
+ .SS 参考
13647
+ .INDENT 0.0
13648
+ .IP \(bu 2
13649
+ \fB/reference/tables\fP
13650
+ .IP \(bu 2
13651
+ \fB/reference/commands/column_create\fP
13652
+ .IP \(bu 2
13653
+ \fB/reference/tokenizers\fP
13654
+ .IP \(bu 2
13655
+ \fB/reference/normalizers\fP
13656
+ .IP \(bu 2
13657
+ \fB/reference/command/output_format\fP
13658
+ .UNINDENT
13513
13659
  .SS table_list
13514
13660
  .SS 名前
13515
13661
  .sp
@@ -13641,63 +13787,55 @@ table_list
13641
13787
  # [
13642
13788
  # "range",
13643
13789
  # "ShortText"
13790
+ # ],
13791
+ # [
13792
+ # "default_tokenizer",
13793
+ # "ShortText"
13794
+ # ],
13795
+ # [
13796
+ # "normalizer",
13797
+ # "ShortText"
13644
13798
  # ]
13645
13799
  # ],
13646
13800
  # [
13647
13801
  # 259,
13648
- # "bigram",
13649
- # "/tmp/groonga\-databases/suggest.0000103",
13650
- # "TABLE_PAT_KEY|KEY_NORMALIZE|PERSISTENT",
13651
- # "ShortText",
13652
- # "null"
13653
- # ],
13654
- # [
13655
- # 278,
13656
- # "event_query",
13657
- # "/tmp/groonga\-databases/suggest.0000116",
13658
- # "TABLE_NO_KEY|PERSISTENT",
13659
- # "null",
13660
- # "null"
13661
- # ],
13662
- # [
13663
- # 258,
13664
- # "event_type",
13665
- # "/tmp/groonga\-databases/suggest.0000102",
13666
- # "TABLE_HASH_KEY|PERSISTENT",
13667
- # "ShortText",
13668
- # "null"
13669
- # ],
13670
- # [
13671
- # 261,
13672
- # "item_query",
13673
- # "/tmp/groonga\-databases/suggest.0000105",
13674
- # "TABLE_PAT_KEY|KEY_NORMALIZE|PERSISTENT",
13675
- # "ShortText",
13676
- # "null"
13802
+ # "Ages",
13803
+ # "/tmp/groonga\-databases/commands_table_create.0000103",
13804
+ # "TABLE_DAT_KEY|PERSISTENT",
13805
+ # "UInt32",
13806
+ # null,
13807
+ # null,
13808
+ # null
13677
13809
  # ],
13678
13810
  # [
13679
- # 260,
13680
- # "kana",
13681
- # "/tmp/groonga\-databases/suggest.0000104",
13682
- # "TABLE_PAT_KEY|KEY_NORMALIZE|PERSISTENT",
13811
+ # 257,
13812
+ # "Lexicon",
13813
+ # "/tmp/groonga\-databases/commands_table_create.0000101",
13814
+ # "TABLE_PAT_KEY|PERSISTENT",
13683
13815
  # "ShortText",
13684
- # "null"
13816
+ # null,
13817
+ # "TokenBigram",
13818
+ # "NormalizerAuto"
13685
13819
  # ],
13686
13820
  # [
13687
- # 270,
13688
- # "pair_query",
13689
- # "/tmp/groonga\-databases/suggest.000010E",
13690
- # "TABLE_HASH_KEY|PERSISTENT",
13691
- # "UInt64",
13692
- # "null"
13821
+ # 256,
13822
+ # "Logs",
13823
+ # "/tmp/groonga\-databases/commands_table_create.0000100",
13824
+ # "TABLE_NO_KEY|PERSISTENT",
13825
+ # null,
13826
+ # null,
13827
+ # null,
13828
+ # null
13693
13829
  # ],
13694
13830
  # [
13695
- # 277,
13696
- # "sequence_query",
13697
- # "/tmp/groonga\-databases/suggest.0000115",
13831
+ # 258,
13832
+ # "Tags",
13833
+ # "/tmp/groonga\-databases/commands_table_create.0000102",
13698
13834
  # "TABLE_HASH_KEY|PERSISTENT",
13699
13835
  # "ShortText",
13700
- # "null"
13836
+ # null,
13837
+ # null,
13838
+ # null
13701
13839
  # ]
13702
13840
  # ]
13703
13841
  # ]
@@ -13958,6 +14096,443 @@ groongaのカラムは、ある型のベクターを保存することができ
13958
14096
  脚注
13959
14097
  .IP [1] 5
13960
14098
  Object型はv1.2でサポートされます。
14099
+ .SS Tables
14100
+ .SS 概要
14101
+ .sp
14102
+ Table in groonga manages relation between ID and key. Groonga provides
14103
+ four table types. They are \fBTABLE_NO_KEY\fP, \fBTABLE_HASH_KEY\fP,
14104
+ \fBTABLE_PAT_KEY\fP and \fBTABLE_DAT_KEY\fP.
14105
+ .sp
14106
+ All table except \fBTABLE_NO_KEY\fP provides both fast ID search by key
14107
+ and fast key search by ID. \fBTABLE_NO_KEY\fP doesn\(aqt support
14108
+ key. \fBTABLE_NO_KEY\fP only manages ID. So \fBTABLE_NO_KEY\fP doesn\(aqt
14109
+ provides ID search and key search.
14110
+ .SS Characteristics
14111
+ .sp
14112
+ Here is a chracteristic table of all tables in groonga. (\fBTABLE_\fP
14113
+ prefix is omitted in the table.)
14114
+ .TS
14115
+ center;
14116
+ |l|l|l|l|l|.
14117
+ _
14118
+ T{
14119
+ T} T{
14120
+ \fBNO_KEY\fP
14121
+ T} T{
14122
+ \fBHASH_KEY\fP
14123
+ T} T{
14124
+ \fBPAT_KEY\fP
14125
+ T} T{
14126
+ \fBDAT_KEY\fP
14127
+ T}
14128
+ _
14129
+ T{
14130
+ Data
14131
+ structure
14132
+ T} T{
14133
+ 配列
14134
+ T} T{
14135
+ Hash table
14136
+ T} T{
14137
+ Patricia
14138
+ trie
14139
+ T} T{
14140
+ Double
14141
+ array
14142
+ trie
14143
+ T}
14144
+ _
14145
+ T{
14146
+ ID
14147
+ support
14148
+ T} T{
14149
+ o
14150
+ T} T{
14151
+ o
14152
+ T} T{
14153
+ o
14154
+ T} T{
14155
+ o
14156
+ T}
14157
+ _
14158
+ T{
14159
+ Key
14160
+ support
14161
+ T} T{
14162
+ x
14163
+ T} T{
14164
+ o
14165
+ T} T{
14166
+ o
14167
+ T} T{
14168
+ o
14169
+ T}
14170
+ _
14171
+ T{
14172
+ Value
14173
+ support
14174
+ T} T{
14175
+ o
14176
+ T} T{
14177
+ o
14178
+ T} T{
14179
+ o
14180
+ T} T{
14181
+ x
14182
+ T}
14183
+ _
14184
+ T{
14185
+ Key \-> ID
14186
+ speed
14187
+ (o \-> fast)
14188
+ (x \-> slow)
14189
+ T} T{
14190
+ .INDENT 0.0
14191
+ .IP \(bu 2
14192
+ .UNINDENT
14193
+ T} T{
14194
+ oo
14195
+ T} T{
14196
+ x
14197
+ T} T{
14198
+ o
14199
+ T}
14200
+ _
14201
+ T{
14202
+ Update
14203
+ speed
14204
+ (o \-> fast)
14205
+ (x \-> slow)
14206
+ T} T{
14207
+ ooo
14208
+ T} T{
14209
+ o
14210
+ T} T{
14211
+ o
14212
+ T} T{
14213
+ x
14214
+ T}
14215
+ _
14216
+ T{
14217
+ Size
14218
+ (o \-> small)
14219
+ (x \-> large)
14220
+ T} T{
14221
+ ooo
14222
+ T} T{
14223
+ o
14224
+ T} T{
14225
+ oo
14226
+ T} T{
14227
+ x
14228
+ T}
14229
+ _
14230
+ T{
14231
+ Key
14232
+ update
14233
+ T} T{
14234
+ .INDENT 0.0
14235
+ .IP \(bu 2
14236
+ .UNINDENT
14237
+ T} T{
14238
+ x
14239
+ T} T{
14240
+ x
14241
+ T} T{
14242
+ o
14243
+ T}
14244
+ _
14245
+ T{
14246
+ Common
14247
+ prefix
14248
+ search
14249
+ T} T{
14250
+ .INDENT 0.0
14251
+ .IP \(bu 2
14252
+ .UNINDENT
14253
+ T} T{
14254
+ x
14255
+ T} T{
14256
+ o
14257
+ T} T{
14258
+ o
14259
+ T}
14260
+ _
14261
+ T{
14262
+ Predictive
14263
+ search
14264
+ T} T{
14265
+ .INDENT 0.0
14266
+ .IP \(bu 2
14267
+ .UNINDENT
14268
+ T} T{
14269
+ x
14270
+ T} T{
14271
+ o
14272
+ T} T{
14273
+ o
14274
+ T}
14275
+ _
14276
+ T{
14277
+ 範囲検索
14278
+ T} T{
14279
+ .INDENT 0.0
14280
+ .IP \(bu 2
14281
+ .UNINDENT
14282
+ T} T{
14283
+ x
14284
+ T} T{
14285
+ o
14286
+ T} T{
14287
+ o
14288
+ T}
14289
+ _
14290
+ .TE
14291
+ .SS \fBTABLE_NO_KEY\fP
14292
+ .sp
14293
+ \fBTABLE_NO_KEY\fP is very fast and very small but it doesn\(aqt support
14294
+ key. \fBTABLE_NO_KEY\fP is a only table that doesn\(aqt support key.
14295
+ .sp
14296
+ You cannot use \fBTABLE_NO_KEY\fP for lexicon for fulltext search
14297
+ because lexicon stores tokens as key. \fBTABLE_NO_KEY\fP is useful for
14298
+ no key records such as log.
14299
+ .SS \fBTABLE_HASH_KEY\fP
14300
+ .sp
14301
+ \fBTABLE_HASH_KEY\fP is fast but it doesn\(aqt support advanced search
14302
+ functions such as common prefix search and predictive search.
14303
+ .sp
14304
+ \fBTABLE_HASH_KEY\fP is useful for index for exact search such as tag
14305
+ search.
14306
+ .SS \fBTABLE_PAT_KEY\fP
14307
+ .sp
14308
+ \fBTABLE_PAT_KEY\fP is small and supports advanced search functions.
14309
+ .sp
14310
+ \fBTABLE_PAT_KEY\fP is useful for lexicon for fulltext search and
14311
+ index for range search.
14312
+ .SS \fBTABLE_DAT_KEY\fP
14313
+ .sp
14314
+ \fBTABLE_DAT_KEY\fP is fast and supports key update but it is large. It
14315
+ is not suitable for storing many records. \fBTABLE_DAT_KEY\fP is a only
14316
+ table that supports key update.
14317
+ .sp
14318
+ \fBTABLE_DAT_KEY\fP is used in groonga database. Groonga database needs
14319
+ to convert object name such as \fBShortText\fP, \fBTokenBigram\fP and
14320
+ table names to object ID. And groonga database needs to rename object
14321
+ name. Those features are implemented by \fBTABLE_DAT_KEY\fP. The number
14322
+ of objects is small. So large data size demerit of \fBTABLE_DAT_KEY\fP
14323
+ can be ignored.
14324
+ .SS Record ID
14325
+ .sp
14326
+ Record ID is assigned automatically. You cannot assign record ID.
14327
+ .sp
14328
+ Record ID of deleted record may be reused.
14329
+ .sp
14330
+ Valid record ID range is between 1 and 268435455. (1 and 268435455 are
14331
+ valid IDs.)
14332
+ .SS Persistent table and temporary table
14333
+ .sp
14334
+ Table is persistent table or temporary table.
14335
+ .SS Persistent table
14336
+ .sp
14337
+ Persistent table is named and registered to database. Records in
14338
+ persistent table aren\(aqt deleted after closing table or
14339
+ database.
14340
+ .sp
14341
+ Persistent table can be created by
14342
+ \fB/reference/commands/table_create\fP command.
14343
+ .SS Temporary table
14344
+ .sp
14345
+ Temporary table is anonymous. Records in temporary table are deleted
14346
+ after closing table. Temporary table is used to store search result,
14347
+ sort result, group (drilldown) result and so on. \fBTABLE_HASH_KEY\fP is
14348
+ used for search result and group result. \fBTABLE_NO_KEY\fP is used for
14349
+ sort result.
14350
+ .SS 制限
14351
+ .sp
14352
+ The max number of records is 268435455. You cannot add 268435456 or
14353
+ more records in a table.
14354
+ .sp
14355
+ The max number of a key size is 4096byte. You cannot use 4097byte or
14356
+ larger key. You can use column instead of key for 4097byte or larger
14357
+ size data. \fBText\fP and \fBLargeText\fP types supports 4097byte or
14358
+ larger size data.
14359
+ .sp
14360
+ The max number of total key size is 4GiB. You need to split a table,
14361
+ split a database (sharding) or reduce each key size to handle 4GiB or
14362
+ more larger total key size.
14363
+ .SS 参考
14364
+ .INDENT 0.0
14365
+ .IP \(bu 2
14366
+ \fB/reference/commands/table_create\fP
14367
+ .UNINDENT
14368
+ .SS Normalizers
14369
+ .SS 概要
14370
+ .sp
14371
+ Groonga has normalizer module. It is used when tokenizing text and
14372
+ storing table key. For example, \fBA\fP and \fBa\fP are processed as the
14373
+ same character after normalization.
14374
+ .sp
14375
+ Normalizer module can be added as a plugin. You can customize text
14376
+ normalization by registering your normalizer plugins to groonga.
14377
+ .sp
14378
+ A normalizer module is attached to a table. A table can have zero or
14379
+ one normalizer module. You can attach a normalizer module to a table
14380
+ by \fItable\-create\-normalizer\fP option in
14381
+ \fB/reference/commands/table_create\fP.
14382
+ .sp
14383
+ Here is an example \fBtable_create\fP that uses \fBNormalizerAuto\fP
14384
+ normalizer module:
14385
+ .sp
14386
+ 実行例:
14387
+ .sp
14388
+ .nf
14389
+ .ft C
14390
+ table_create Dictionary TABLE_HASH_KEY ShortText \-\-normalizer NormalizerAuto
14391
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
14392
+ .ft P
14393
+ .fi
14394
+ .IP ノート
14395
+ Groonga 2.0.9 or earlier doesn\(aqt have \fB\-\-normalizer\fP option in
14396
+ \fBtable_create\fP. \fBKEY_NORMALIZE\fP flag was used instead.
14397
+ .sp
14398
+ You can open an old database by groonga 2.1.0 or later. An old
14399
+ database means that the database is created by groonga 2.0.9 or
14400
+ earlier. But you cannot open the opened old database by groonga
14401
+ 2.0.9 or earlier. Once you open the old database by groonga 2.1.0
14402
+ or later, \fBKEY_NORMALIZE\fP flag information in the old database is
14403
+ converted to normalizer information. So groogna 2.0.9 or earlier
14404
+ cannot find \fBKEY_NORMALIZE\fP flag information in the opened old
14405
+ database.
14406
+ .RE
14407
+ .sp
14408
+ Keys of a table that has a normalizer module are normalized:
14409
+ .sp
14410
+ 実行例:
14411
+ .sp
14412
+ .nf
14413
+ .ft C
14414
+ load \-\-table Dictionary
14415
+ [
14416
+ {"_key": "Apple"},
14417
+ {"_key": "black"},
14418
+ {"_key": "COLOR"}
14419
+ ]
14420
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
14421
+ select Dictionary
14422
+ # [
14423
+ # [
14424
+ # 0,
14425
+ # 1337566253.89858,
14426
+ # 0.000355720520019531
14427
+ # ],
14428
+ # [
14429
+ # [
14430
+ # [
14431
+ # 3
14432
+ # ],
14433
+ # [
14434
+ # [
14435
+ # "_id",
14436
+ # "UInt32"
14437
+ # ],
14438
+ # [
14439
+ # "_key",
14440
+ # "ShortText"
14441
+ # ]
14442
+ # ],
14443
+ # [
14444
+ # 1,
14445
+ # "apple"
14446
+ # ],
14447
+ # [
14448
+ # 2,
14449
+ # "black"
14450
+ # ],
14451
+ # [
14452
+ # 3,
14453
+ # "color"
14454
+ # ]
14455
+ # ]
14456
+ # ]
14457
+ # ]
14458
+ .ft P
14459
+ .fi
14460
+ .sp
14461
+ \fBNormalizerAuto\fP normalizer normalizes a text as a downcased text.
14462
+ For example, \fB"Apple"\fP is normalized to \fB"apple"\fP, \fB"black"\fP is
14463
+ normalized to \fB"blank"\fP and \fB"COLOR"\fP is normalized to
14464
+ \fB"color"\fP.
14465
+ .sp
14466
+ If a table is a lexicon for fulltext search, tokenized tokens are
14467
+ normalized. Because tokens are stored as table keys. Table keys are
14468
+ normalized as described above.
14469
+ .SS Built\-in normalizers
14470
+ .sp
14471
+ Here is a list of built\-in\-normalizers:
14472
+ .INDENT 0.0
14473
+ .INDENT 3.5
14474
+ .INDENT 0.0
14475
+ .IP \(bu 2
14476
+ \fBNormalizerAuto\fP
14477
+ .IP \(bu 2
14478
+ \fBNormalizerNFKC51\fP
14479
+ .UNINDENT
14480
+ .UNINDENT
14481
+ .UNINDENT
14482
+ .SS \fBNormalizerAuto\fP
14483
+ .sp
14484
+ Normally you should use \fBNormalizerAuto\fP
14485
+ normalizer. \fBNormalizerAuto\fP was the normalizer for groonga 2.0.9 or
14486
+ earlier. \fBKEY_NORMALIZE\fP flag in \fBtable_create\fP on groonga 2.0.9
14487
+ or earlier equals to \fB\-\-normalizer NormalizerAuto\fP option in
14488
+ \fBtable\fP on groonga 2.1.0 or later.
14489
+ .sp
14490
+ \fBNormalizerAuto\fP supports all encoding. It uses Unicode NFKC
14491
+ (Normalization Form Compatibility Composition) for UTF\-8 encoding
14492
+ text. It uses encoding specific original normalization for other
14493
+ encodings. The results of those original normalization are similar to
14494
+ NFKC.
14495
+ .sp
14496
+ For example, half\-width katakana (such as U+FF76 HALFWIDTH KATAKANA
14497
+ LETTER KA) + half\-width katakana voiced sound mark (U+FF9E HALFWIDTH
14498
+ KATAKANA VOICED SOUND MARK) is normalized to full\-width katakana with
14499
+ voiced sound mark (U+30AC KATAKANA LETTER GA). The former is two
14500
+ chracters but the latter is one character.
14501
+ .sp
14502
+ Here is an example that uses \fBNormalizerAuto\fP normalizer:
14503
+ .sp
14504
+ 実行例:
14505
+ .sp
14506
+ .nf
14507
+ .ft C
14508
+ table_create NormalLexicon TABLE_HASH_KEY ShortText \-\-normalizer NormalizerAuto
14509
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
14510
+ .ft P
14511
+ .fi
14512
+ .SS \fBNormalizerNFKC51\fP
14513
+ .sp
14514
+ \fBNormalizerNFKC51\fP normalizes texts by Unicode NFKC (Normalization
14515
+ Form Compatibility Composition) for Unicode version 5.1. It supports
14516
+ only UTF\-8 encoding.
14517
+ .sp
14518
+ Normally you don\(aqt need to use \fBNormalizerNFKC51\fP explicitly. You can
14519
+ use \fBNormalizerAuto\fP instead.
14520
+ .sp
14521
+ Here is an example that uses \fBNormalizerNFKC51\fP normalizer:
14522
+ .sp
14523
+ 実行例:
14524
+ .sp
14525
+ .nf
14526
+ .ft C
14527
+ table_create NFKC51Lexicon TABLE_HASH_KEY ShortText \-\-normalizer NormalizerNFKC51
14528
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
14529
+ .ft P
14530
+ .fi
14531
+ .SS 参考
14532
+ .INDENT 0.0
14533
+ .IP \(bu 2
14534
+ \fB/reference/commands/table_create\fP
14535
+ .UNINDENT
13961
14536
  .SS Tokenizers
13962
14537
  .sp
13963
14538
  TODO: Write me.
@@ -15698,7 +16273,7 @@ select Entries \-\-filter \(aqn_likes < 5 && (content @ "senna" || content @ "fa
15698
16273
  .sp
15699
16274
  \fBname(argument1, argument2, ...)\fP は \fBname\fP という関数を引数 \fBargument1\fP, \fBargument2\fP, \fB...\fP で呼び出します。
15700
16275
  .sp
15701
- 利用可能な関数の一覧は \fB/reference/functions/\fP を参照してください。
16276
+ 利用可能な関数の一覧は \fB/reference/function\fP を参照してください。
15702
16277
  .sp
15703
16278
  以下は簡単な使用例です。
15704
16279
  .sp
@@ -17434,14 +18009,14 @@ select Geo \-\-output_columns distance \-\-scorer \(aqdistance = geo_distance("1
17434
18009
  .sp
17435
18010
  GeoPoint型の値を指定することができます。 [1]
17436
18011
  .sp
17437
- GeoPointについては \fB/reference/type\fP を参照してください。
18012
+ GeoPointについては \fB/reference/types\fP を参照してください。
17438
18013
  .SS \fBpoint2\fP
17439
18014
  .sp
17440
18015
  計算しようとしている二点間の終了地点を指定します。
17441
18016
  .sp
17442
18017
  GeoPoint型の値か座標を表す文字列を指定することができます。
17443
18018
  .sp
17444
- GeoPointと座標については \fB/reference/type\fP を参照してください。
18019
+ GeoPointと座標については \fB/reference/types\fP を参照してください。
17445
18020
  .SS 省略可能引数
17446
18021
  .sp
17447
18022
  省略可能な引数として \fBapproximate_type\fP があります。
@@ -19384,13 +19959,13 @@ Travis CI上でgroongaを使っているオープンソースソフトウェア
19384
19959
  groongaプロジェクトではみなさんからのコントリビュートを歓迎します!コントリビュートの方法はいくつもあります。groongaを使ったり誰かに紹介することもコントリビュートですし、バグレポートを送ったり、groonga本体やgroonga関連の開発に参加することもコントリビュートです。プログラムではなく、ドキュメントでのコントリビュートも歓迎します!
19385
19960
  .INDENT 0.0
19386
19961
  .TP
19387
- .B ユーザーの立場で:
19962
+ .B As a user:
19388
19963
  このドキュメントを読んでください。
19389
19964
  .TP
19390
- .B 布教する立場で:
19965
+ .B As a spokesman:
19391
19966
  groongaについてまわりの人に話してください。
19392
19967
  .TP
19393
- .B 開発者の立場で: 不具合報告や開発、ドキュメント
19968
+ .B As a developer: Bug report, development and documentation
19394
19969
  これらについてはこのセクションで説明します。
19395
19970
  .UNINDENT
19396
19971
  .SS バグレポートの送り方