rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (429) hide show
  1. data/bin/grndump +1 -1
  2. data/doc/text/news.textile +22 -4
  3. data/ext/groonga/rb-grn-accessor.c +1 -1
  4. data/ext/groonga/rb-grn-array-cursor.c +1 -1
  5. data/ext/groonga/rb-grn-array.c +218 -2
  6. data/ext/groonga/rb-grn-column.c +1 -1
  7. data/ext/groonga/rb-grn-context.c +1 -1
  8. data/ext/groonga/rb-grn-database.c +1 -1
  9. data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
  10. data/ext/groonga/rb-grn-double-array-trie.c +1 -1
  11. data/ext/groonga/rb-grn-encoding-support.c +1 -1
  12. data/ext/groonga/rb-grn-encoding.c +1 -1
  13. data/ext/groonga/rb-grn-exception.c +1 -1
  14. data/ext/groonga/rb-grn-expression-builder.c +1 -1
  15. data/ext/groonga/rb-grn-expression.c +1 -1
  16. data/ext/groonga/rb-grn-fix-size-column.c +1 -1
  17. data/ext/groonga/rb-grn-geo-point.c +1 -1
  18. data/ext/groonga/rb-grn-hash-cursor.c +1 -1
  19. data/ext/groonga/rb-grn-hash.c +1 -1
  20. data/ext/groonga/rb-grn-index-column.c +1 -1
  21. data/ext/groonga/rb-grn-index-cursor.c +1 -1
  22. data/ext/groonga/rb-grn-logger.c +1 -1
  23. data/ext/groonga/rb-grn-normalizer.c +1 -1
  24. data/ext/groonga/rb-grn-object.c +7 -7
  25. data/ext/groonga/rb-grn-operator.c +1 -1
  26. data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
  27. data/ext/groonga/rb-grn-patricia-trie.c +1 -1
  28. data/ext/groonga/rb-grn-plugin.c +1 -1
  29. data/ext/groonga/rb-grn-posting.c +1 -1
  30. data/ext/groonga/rb-grn-procedure.c +1 -1
  31. data/ext/groonga/rb-grn-record.c +1 -1
  32. data/ext/groonga/rb-grn-snippet.c +1 -1
  33. data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
  34. data/ext/groonga/rb-grn-table-cursor.c +1 -1
  35. data/ext/groonga/rb-grn-table-key-support.c +1 -1
  36. data/ext/groonga/rb-grn-table.c +1 -1
  37. data/ext/groonga/rb-grn-type.c +1 -1
  38. data/ext/groonga/rb-grn-utils.c +1 -1
  39. data/ext/groonga/rb-grn-variable-size-column.c +1 -1
  40. data/ext/groonga/rb-grn-variable.c +1 -1
  41. data/ext/groonga/rb-grn.h +4 -4
  42. data/ext/groonga/rb-groonga.c +1 -1
  43. data/lib/1.9/groonga.so +0 -0
  44. data/lib/2.0/groonga.so +0 -0
  45. data/lib/groonga/context.rb +93 -13
  46. data/rroonga-build.rb +2 -2
  47. data/test/groonga-test-utils.rb +2 -1
  48. data/test/test-array.rb +86 -2
  49. data/test/test-context.rb +22 -2
  50. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  51. data/vendor/local/bin/groonga.exe +0 -0
  52. data/vendor/local/bin/libgroonga-0.dll +0 -0
  53. data/vendor/local/bin/libmecab-1.dll +0 -0
  54. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  55. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  56. data/vendor/local/bin/mecab.exe +0 -0
  57. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  58. data/vendor/local/include/groonga/groonga.h +16 -8
  59. data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
  60. data/vendor/local/include/groonga/groonga/plugin.h +39 -21
  61. data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
  62. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  63. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  64. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  65. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  70. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  73. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  74. data/vendor/local/lib/libgroonga.a +0 -0
  75. data/vendor/local/lib/libgroonga.dll.a +0 -0
  76. data/vendor/local/lib/libmecab.a +0 -0
  77. data/vendor/local/lib/libmecab.dll.a +0 -0
  78. data/vendor/local/lib/libmsgpack.a +0 -0
  79. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  80. data/vendor/local/lib/libmsgpackc.a +0 -0
  81. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  82. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  83. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  84. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  85. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  86. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  87. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  88. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
  91. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
  92. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
  93. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
  94. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  98. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +36 -4
  99. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
  100. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
  101. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
  102. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
  103. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
  104. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
  105. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +79 -0
  107. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
  108. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
  109. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
  110. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
  111. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
  112. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
  113. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
  114. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
  115. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
  116. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
  118. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
  120. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
  121. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/contribution.html +58 -57
  125. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
  126. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
  127. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
  128. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  129. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +104 -95
  130. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
  131. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  132. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  133. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/index.html +36 -30
  141. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  142. data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
  143. data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
  144. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
  145. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
  146. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  147. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  148. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +37 -9
  149. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  150. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
  152. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference.html +28 -23
  159. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
  163. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -9
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +13 -14
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +38 -41
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +33 -34
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  198. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +11 -9
  202. data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +10 -10
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
  212. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -10
  216. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
  218. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
  225. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  227. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -9
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  258. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
  259. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
  260. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
  261. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
  262. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +36 -4
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +79 -0
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution.html +58 -57
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
  297. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
  298. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
  299. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
  300. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
  301. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/index.html +36 -30
  310. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
  312. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
  313. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
  314. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
  315. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -9
  318. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
  319. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
  321. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
  325. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  327. data/vendor/local/share/doc/groonga/ja/html/reference.html +28 -23
  328. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
  332. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +8 -9
  336. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
  337. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
  338. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
  339. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +13 -14
  341. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
  342. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
  343. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
  344. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
  345. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
  346. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
  347. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
  348. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
  349. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
  350. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
  352. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
  353. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
  354. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
  355. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
  356. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  357. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
  358. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  359. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +11 -9
  371. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +10 -10
  380. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
  381. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
  382. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -10
  385. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
  387. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  394. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  396. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +9 -9
  400. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  416. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
  425. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  426. data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
  427. data/vendor/local/share/man/man1/groonga.1 +1370 -521
  428. metadata +1025 -998
  429. data/lib/1.8/groonga.so +0 -0
@@ -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. table_create &mdash; groonga v2.1.2 documentation</title>
10
+ <title>8.3.26. table_create &mdash; groonga v3.0.2 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: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
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 v2.1.2 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
- <link rel="next" title="8.3.25. table_list" href="table_list.html" />
31
- <link rel="prev" title="8.3.23. suggest" href="suggest.html" />
30
+ <link rel="next" title="8.3.27. table_list" href="table_list.html" />
31
+ <link rel="prev" title="8.3.25. suggest" href="suggest.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="table_list.html" title="8.3.25. table_list"
58
+ <a href="table_list.html" title="8.3.27. table_list"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="suggest.html" title="8.3.23. suggest"
61
+ <a href="suggest.html" title="8.3.25. suggest"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v2.1.2 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.2 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>
@@ -72,14 +72,14 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="table-create">
75
- <h1>8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt><a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
75
+ <h1>8.3.26. <tt class="docutils literal"><span class="pre">table_create</span></tt><a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
76
76
  <div class="section" id="summary">
77
- <h2>8.3.24.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
77
+ <h2>8.3.26.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
78
78
  <p><tt class="docutils literal"><span class="pre">table_create</span></tt> creates a new table in the current database. You need
79
79
  to create one or more tables to store and search data.</p>
80
80
  </div>
81
81
  <div class="section" id="syntax">
82
- <h2>8.3.24.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
82
+ <h2>8.3.26.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83
83
  <p><tt class="docutils literal"><span class="pre">table_create</span></tt> has many parameters. The required parameter is only
84
84
  <tt class="docutils literal"><span class="pre">name</span></tt> and otehrs are optional:</p>
85
85
  <div class="highlight-none"><div class="highlight"><pre>table_create name
@@ -92,11 +92,11 @@ to create one or more tables to store and search data.</p>
92
92
  </div>
93
93
  </div>
94
94
  <div class="section" id="usage">
95
- <h2>8.3.24.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
95
+ <h2>8.3.26.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
96
96
  <p><tt class="docutils literal"><span class="pre">table_create</span></tt> command creates a new persistent table. See
97
97
  <a class="reference internal" href="../tables.html"><em>Tables</em></a> for table details.</p>
98
98
  <div class="section" id="create-data-store-table">
99
- <h3>8.3.24.3.1. Create data store table<a class="headerlink" href="#create-data-store-table" title="Permalink to this headline">¶</a></h3>
99
+ <h3>8.3.26.3.1. Create data store table<a class="headerlink" href="#create-data-store-table" title="Permalink to this headline">¶</a></h3>
100
100
  <p>You can use all table types for data store table. See
101
101
  <a class="reference internal" href="../tables.html"><em>Tables</em></a> for all table types.</p>
102
102
  <p>Table type is specified as <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt> to <tt class="docutils literal"><span class="pre">flags</span></tt> parameter.</p>
@@ -116,7 +116,7 @@ columns, <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt>
116
116
  search is the case.</p>
117
117
  </div>
118
118
  <div class="section" id="create-lexicon-table">
119
- <h3>8.3.24.3.2. Create lexicon table<a class="headerlink" href="#create-lexicon-table" title="Permalink to this headline">¶</a></h3>
119
+ <h3>8.3.26.3.2. Create lexicon table<a class="headerlink" href="#create-lexicon-table" title="Permalink to this headline">¶</a></h3>
120
120
  <p>You can use all table types except <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> for lexicon table.
121
121
  Lexicon table needs key support but <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't support
122
122
  key.</p>
@@ -150,7 +150,7 @@ that has many keys. <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY
150
150
  for lexicon table.</p>
151
151
  </div>
152
152
  <div class="section" id="create-tag-index-table">
153
- <h3>8.3.24.3.3. Create tag index table<a class="headerlink" href="#create-tag-index-table" title="Permalink to this headline">¶</a></h3>
153
+ <h3>8.3.26.3.3. Create tag index table<a class="headerlink" href="#create-tag-index-table" title="Permalink to this headline">¶</a></h3>
154
154
  <p>You can use all table types except <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> for tag index
155
155
  table. Tag index table needs key support but <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't
156
156
  support key.</p>
@@ -172,7 +172,7 @@ suitable. It is the common case.</p>
172
172
  the number of tags will not be large.</p>
173
173
  </div>
174
174
  <div class="section" id="create-range-index-table">
175
- <h3>8.3.24.3.4. Create range index table<a class="headerlink" href="#create-range-index-table" title="Permalink to this headline">¶</a></h3>
175
+ <h3>8.3.26.3.4. Create range index table<a class="headerlink" href="#create-range-index-table" title="Permalink to this headline">¶</a></h3>
176
176
  <p>You can use <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> and <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table types for
177
177
  range index table. Range index table needs range search support but
178
178
  <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> and <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> don't support it.</p>
@@ -194,10 +194,10 @@ age will have only 0-100 items because human doesn't live so long.</p>
194
194
  </div>
195
195
  </div>
196
196
  <div class="section" id="parameters">
197
- <h2>8.3.24.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
197
+ <h2>8.3.26.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
198
198
  <p>This section describes all parameters.</p>
199
199
  <div class="section" id="name">
200
- <h3>8.3.24.4.1. <tt class="docutils literal"><span class="pre">name</span></tt><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h3>
200
+ <h3>8.3.26.4.1. <tt class="docutils literal"><span class="pre">name</span></tt><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h3>
201
201
  <p>It specifies a table name to be created. <tt class="docutils literal"><span class="pre">name</span></tt> must be specified.</p>
202
202
  <p>Here are available characters:</p>
203
203
  <ul class="simple">
@@ -215,7 +215,7 @@ that you cannot use <tt class="docutils literal"><span class="pre">_</span></tt>
215
215
  <tt class="docutils literal"><span class="pre">_name</span></tt>.</p>
216
216
  </div>
217
217
  <div class="section" id="flags">
218
- <h3>8.3.24.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h3>
218
+ <h3>8.3.26.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h3>
219
219
  <p>It specifies a table type and table customize options.</p>
220
220
  <p>Here are available flags:</p>
221
221
  <table border="1" class="docutils">
@@ -259,7 +259,7 @@ or more <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt>
259
259
  <p>The default flags are <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt>.</p>
260
260
  </div>
261
261
  <div class="section" id="key-type">
262
- <h3>8.3.24.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt><a class="headerlink" href="#key-type" title="Permalink to this headline">¶</a></h3>
262
+ <h3>8.3.26.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt><a class="headerlink" href="#key-type" title="Permalink to this headline">¶</a></h3>
263
263
  <p>It specifies key type.</p>
264
264
  <p>If you specify <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt>, <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> or
265
265
  <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> as <tt class="docutils literal"><span class="pre">flags</span></tt> parameter, you need to specify
@@ -268,7 +268,7 @@ or more <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt>
268
268
  <p>The default value is none.</p>
269
269
  </div>
270
270
  <div class="section" id="value-type">
271
- <h3>8.3.24.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt><a class="headerlink" href="#value-type" title="Permalink to this headline">¶</a></h3>
271
+ <h3>8.3.26.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt><a class="headerlink" href="#value-type" title="Permalink to this headline">¶</a></h3>
272
272
  <p>It specifies value type.</p>
273
273
  <p>You can use value when you specify <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt>,
274
274
  <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> or <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> as <tt class="docutils literal"><span class="pre">flags</span></tt> parameter. Value
@@ -277,7 +277,7 @@ but <tt class="docutils literal"><span class="pre">ShortText</span></tt> cannot
277
277
  <p>The default value is none.</p>
278
278
  </div>
279
279
  <div class="section" id="default-tokenizer">
280
- <h3>8.3.24.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt><a class="headerlink" href="#default-tokenizer" title="Permalink to this headline">¶</a></h3>
280
+ <h3>8.3.26.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt><a class="headerlink" href="#default-tokenizer" title="Permalink to this headline">¶</a></h3>
281
281
  <p>It specifies the default tokenizer that is used on searching and data
282
282
  loading.</p>
283
283
  <p>You cannot use <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt> with <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> because
@@ -288,7 +288,7 @@ fulltext search index.</p>
288
288
  <p>The default value is none.</p>
289
289
  </div>
290
290
  <div class="section" id="normalizer">
291
- <h3>8.3.24.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h3>
291
+ <h3>8.3.26.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h3>
292
292
  <p>It specifies a normalizer that is used to normalize key.</p>
293
293
  <p>You cannot use <tt class="docutils literal"><span class="pre">normalizer</span></tt> with <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> because
294
294
  <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't support key.</p>
@@ -297,7 +297,7 @@ fulltext search index.</p>
297
297
  </div>
298
298
  </div>
299
299
  <div class="section" id="return-value">
300
- <h2>8.3.24.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
300
+ <h2>8.3.26.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
301
301
  <p><tt class="docutils literal"><span class="pre">table_create</span></tt> returns <tt class="docutils literal"><span class="pre">true</span></tt> as body on success such as:</p>
302
302
  <div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
303
303
  </pre></div>
@@ -306,7 +306,7 @@ fulltext search index.</p>
306
306
  <p>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> for <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
307
307
  </div>
308
308
  <div class="section" id="see-also">
309
- <h2>8.3.24.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
309
+ <h2>8.3.26.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
310
310
  <ul class="simple">
311
311
  <li><a class="reference internal" href="../tables.html"><em>Tables</em></a></li>
312
312
  <li><a class="reference internal" href="column_create.html"><em>column_create</em></a></li>
@@ -325,37 +325,37 @@ fulltext search index.</p>
325
325
  <div class="sphinxsidebarwrapper">
326
326
  <h3><a href="../../index.html">Table Of Contents</a></h3>
327
327
  <ul>
328
- <li><a class="reference internal" href="#">8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt></a><ul>
329
- <li><a class="reference internal" href="#summary">8.3.24.1. Summary</a></li>
330
- <li><a class="reference internal" href="#syntax">8.3.24.2. Syntax</a></li>
331
- <li><a class="reference internal" href="#usage">8.3.24.3. Usage</a><ul>
332
- <li><a class="reference internal" href="#create-data-store-table">8.3.24.3.1. Create data store table</a></li>
333
- <li><a class="reference internal" href="#create-lexicon-table">8.3.24.3.2. Create lexicon table</a></li>
334
- <li><a class="reference internal" href="#create-tag-index-table">8.3.24.3.3. Create tag index table</a></li>
335
- <li><a class="reference internal" href="#create-range-index-table">8.3.24.3.4. Create range index table</a></li>
328
+ <li><a class="reference internal" href="#">8.3.26. <tt class="docutils literal"><span class="pre">table_create</span></tt></a><ul>
329
+ <li><a class="reference internal" href="#summary">8.3.26.1. Summary</a></li>
330
+ <li><a class="reference internal" href="#syntax">8.3.26.2. Syntax</a></li>
331
+ <li><a class="reference internal" href="#usage">8.3.26.3. Usage</a><ul>
332
+ <li><a class="reference internal" href="#create-data-store-table">8.3.26.3.1. Create data store table</a></li>
333
+ <li><a class="reference internal" href="#create-lexicon-table">8.3.26.3.2. Create lexicon table</a></li>
334
+ <li><a class="reference internal" href="#create-tag-index-table">8.3.26.3.3. Create tag index table</a></li>
335
+ <li><a class="reference internal" href="#create-range-index-table">8.3.26.3.4. Create range index table</a></li>
336
336
  </ul>
337
337
  </li>
338
- <li><a class="reference internal" href="#parameters">8.3.24.4. Parameters</a><ul>
339
- <li><a class="reference internal" href="#name">8.3.24.4.1. <tt class="docutils literal"><span class="pre">name</span></tt></a></li>
340
- <li><a class="reference internal" href="#flags">8.3.24.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt></a></li>
341
- <li><a class="reference internal" href="#key-type">8.3.24.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt></a></li>
342
- <li><a class="reference internal" href="#value-type">8.3.24.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt></a></li>
343
- <li><a class="reference internal" href="#default-tokenizer">8.3.24.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt></a></li>
344
- <li><a class="reference internal" href="#normalizer">8.3.24.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt></a></li>
338
+ <li><a class="reference internal" href="#parameters">8.3.26.4. Parameters</a><ul>
339
+ <li><a class="reference internal" href="#name">8.3.26.4.1. <tt class="docutils literal"><span class="pre">name</span></tt></a></li>
340
+ <li><a class="reference internal" href="#flags">8.3.26.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt></a></li>
341
+ <li><a class="reference internal" href="#key-type">8.3.26.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt></a></li>
342
+ <li><a class="reference internal" href="#value-type">8.3.26.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt></a></li>
343
+ <li><a class="reference internal" href="#default-tokenizer">8.3.26.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt></a></li>
344
+ <li><a class="reference internal" href="#normalizer">8.3.26.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt></a></li>
345
345
  </ul>
346
346
  </li>
347
- <li><a class="reference internal" href="#return-value">8.3.24.5. Return value</a></li>
348
- <li><a class="reference internal" href="#see-also">8.3.24.6. See also</a></li>
347
+ <li><a class="reference internal" href="#return-value">8.3.26.5. Return value</a></li>
348
+ <li><a class="reference internal" href="#see-also">8.3.26.6. See also</a></li>
349
349
  </ul>
350
350
  </li>
351
351
  </ul>
352
352
 
353
353
  <h4>Previous topic</h4>
354
354
  <p class="topless"><a href="suggest.html"
355
- title="previous chapter">8.3.23. suggest</a></p>
355
+ title="previous chapter">8.3.25. suggest</a></p>
356
356
  <h4>Next topic</h4>
357
357
  <p class="topless"><a href="table_list.html"
358
- title="next chapter">8.3.25. table_list</a></p>
358
+ title="next chapter">8.3.27. table_list</a></p>
359
359
  <h3>This Page</h3>
360
360
  <ul class="this-page-menu">
361
361
  <li><a href="../../_sources/reference/commands/table_create.txt"
@@ -385,12 +385,12 @@ fulltext search index.</p>
385
385
  <a href="../../genindex.html" title="General Index"
386
386
  >index</a></li>
387
387
  <li class="right" >
388
- <a href="table_list.html" title="8.3.25. table_list"
388
+ <a href="table_list.html" title="8.3.27. table_list"
389
389
  >next</a> |</li>
390
390
  <li class="right" >
391
- <a href="suggest.html" title="8.3.23. suggest"
391
+ <a href="suggest.html" title="8.3.25. suggest"
392
392
  >previous</a> |</li>
393
- <li><a href="../../index.html">groonga v2.1.2 documentation</a> &raquo;</li>
393
+ <li><a href="../../index.html">groonga v3.0.2 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.25. table_list &mdash; groonga v2.1.2 documentation</title>
10
+ <title>8.3.27. table_list &mdash; groonga v3.0.2 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: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
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 v2.1.2 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
- <link rel="next" title="8.3.26. table_remove" href="table_remove.html" />
31
- <link rel="prev" title="8.3.24. table_create" href="table_create.html" />
30
+ <link rel="next" title="8.3.28. table_remove" href="table_remove.html" />
31
+ <link rel="prev" title="8.3.26. table_create" href="table_create.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="table_remove.html" title="8.3.26. table_remove"
58
+ <a href="table_remove.html" title="8.3.28. table_remove"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="table_create.html" title="8.3.24. table_create"
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 v2.1.2 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.2 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>
@@ -72,30 +72,30 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="table-list">
75
- <h1>8.3.25. table_list<a class="headerlink" href="#table-list" title="Permalink to this headline">¶</a></h1>
75
+ <h1>8.3.27. table_list<a class="headerlink" href="#table-list" title="Permalink to this headline">¶</a></h1>
76
76
  <div class="section" id="id1">
77
- <h2>8.3.25.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
77
+ <h2>8.3.27.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
78
78
  <p>table_list - DBに定義されているテーブルをリスト表示</p>
79
79
  </div>
80
80
  <div class="section" id="id2">
81
- <h2>8.3.25.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
81
+ <h2>8.3.27.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
82
82
  <div class="highlight-none"><div class="highlight"><pre>table_list
83
83
  </pre></div>
84
84
  </div>
85
85
  </div>
86
86
  <div class="section" id="id3">
87
- <h2>8.3.25.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
87
+ <h2>8.3.27.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
88
88
  <p>groonga組込コマンドの一つであるtable_listについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
89
89
  <p>table_listは、DBに定義されているテーブルのリストを表示します。</p>
90
90
  </div>
91
91
  <div class="section" id="id4">
92
- <h2>8.3.25.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
92
+ <h2>8.3.27.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
93
93
  <p>ありません。</p>
94
94
  </div>
95
95
  <div class="section" id="id5">
96
- <h2>8.3.25.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
96
+ <h2>8.3.27.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
97
97
  <div class="section" id="json">
98
- <h3>8.3.25.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
98
+ <h3>8.3.27.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
99
99
  <p>テーブル名一覧が以下の形式で返却されます。:</p>
100
100
  <div class="highlight-none"><div class="highlight"><pre>[[[テーブル情報名1,テーブル情報型1],...], テーブル情報1,...]
101
101
  </pre></div>
@@ -229,13 +229,13 @@
229
229
  <div class="sphinxsidebarwrapper">
230
230
  <h3><a href="../../index.html">Table Of Contents</a></h3>
231
231
  <ul>
232
- <li><a class="reference internal" href="#">8.3.25. table_list</a><ul>
233
- <li><a class="reference internal" href="#id1">8.3.25.1. 名前</a></li>
234
- <li><a class="reference internal" href="#id2">8.3.25.2. 書式</a></li>
235
- <li><a class="reference internal" href="#id3">8.3.25.3. 説明</a></li>
236
- <li><a class="reference internal" href="#id4">8.3.25.4. 引数</a></li>
237
- <li><a class="reference internal" href="#id5">8.3.25.5. 返値</a><ul>
238
- <li><a class="reference internal" href="#json">8.3.25.5.1. json形式</a></li>
232
+ <li><a class="reference internal" href="#">8.3.27. table_list</a><ul>
233
+ <li><a class="reference internal" href="#id1">8.3.27.1. 名前</a></li>
234
+ <li><a class="reference internal" href="#id2">8.3.27.2. 書式</a></li>
235
+ <li><a class="reference internal" href="#id3">8.3.27.3. 説明</a></li>
236
+ <li><a class="reference internal" href="#id4">8.3.27.4. 引数</a></li>
237
+ <li><a class="reference internal" href="#id5">8.3.27.5. 返値</a><ul>
238
+ <li><a class="reference internal" href="#json">8.3.27.5.1. json形式</a></li>
239
239
  </ul>
240
240
  </li>
241
241
  </ul>
@@ -244,10 +244,10 @@
244
244
 
245
245
  <h4>Previous topic</h4>
246
246
  <p class="topless"><a href="table_create.html"
247
- title="previous chapter">8.3.24. <tt class="docutils literal docutils literal docutils literal"><span class="pre">table_create</span></tt></a></p>
247
+ title="previous chapter">8.3.26. <tt class="docutils literal docutils literal docutils literal"><span class="pre">table_create</span></tt></a></p>
248
248
  <h4>Next topic</h4>
249
249
  <p class="topless"><a href="table_remove.html"
250
- title="next chapter">8.3.26. table_remove</a></p>
250
+ title="next chapter">8.3.28. table_remove</a></p>
251
251
  <h3>This Page</h3>
252
252
  <ul class="this-page-menu">
253
253
  <li><a href="../../_sources/reference/commands/table_list.txt"
@@ -277,12 +277,12 @@
277
277
  <a href="../../genindex.html" title="General Index"
278
278
  >index</a></li>
279
279
  <li class="right" >
280
- <a href="table_remove.html" title="8.3.26. table_remove"
280
+ <a href="table_remove.html" title="8.3.28. table_remove"
281
281
  >next</a> |</li>
282
282
  <li class="right" >
283
- <a href="table_create.html" title="8.3.24. table_create"
283
+ <a href="table_create.html" title="8.3.26. table_create"
284
284
  >previous</a> |</li>
285
- <li><a href="../../index.html">groonga v2.1.2 documentation</a> &raquo;</li>
285
+ <li><a href="../../index.html">groonga v3.0.2 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.26. table_remove &mdash; groonga v2.1.2 documentation</title>
10
+ <title>8.3.28. table_remove &mdash; groonga v3.0.2 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: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
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 v2.1.2 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.3. Command" href="../command.html" />
30
- <link rel="next" title="8.4. データ型" href="../types.html" />
31
- <link rel="prev" title="8.3.25. table_list" href="table_list.html" />
30
+ <link rel="next" title="8.3.29. truncate" href="truncate.html" />
31
+ <link rel="prev" title="8.3.27. table_list" href="table_list.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="../types.html" title="8.4. データ型"
58
+ <a href="truncate.html" title="8.3.29. truncate"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="table_list.html" title="8.3.25. table_list"
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 v2.1.2 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.2 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>
@@ -72,44 +72,43 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="table-remove">
75
- <h1>8.3.26. table_remove<a class="headerlink" href="#table-remove" title="Permalink to this headline">¶</a></h1>
75
+ <h1>8.3.28. table_remove<a class="headerlink" href="#table-remove" title="Permalink to this headline">¶</a></h1>
76
76
  <div class="section" id="id1">
77
- <h2>8.3.26.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
77
+ <h2>8.3.28.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
78
78
  <p>table_remove - テーブルの削除</p>
79
79
  </div>
80
80
  <div class="section" id="id2">
81
- <h2>8.3.26.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
81
+ <h2>8.3.28.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
82
82
  <div class="highlight-none"><div class="highlight"><pre>table_remove name
83
83
  </pre></div>
84
84
  </div>
85
85
  </div>
86
86
  <div class="section" id="id3">
87
- <h2>8.3.26.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
87
+ <h2>8.3.28.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
88
88
  <p>groonga組込コマンドの一つであるtable_removeについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
89
89
  <p>table_removeはテーブルと定義されているカラムを削除します。カラムに付随するインデックスも再帰的に削除されます。</p>
90
90
  </div>
91
91
  <div class="section" id="id4">
92
- <h2>8.3.26.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
92
+ <h2>8.3.28.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
93
93
  <dl class="docutils">
94
94
  <dt><tt class="docutils literal"><span class="pre">name</span></tt></dt>
95
95
  <dd>削除対象のカラムが定義されているテーブルの名前を指定します。</dd>
96
96
  </dl>
97
97
  </div>
98
98
  <div class="section" id="id5">
99
- <h2>8.3.26.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
99
+ <h2>8.3.28.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
100
100
  <div class="section" id="json">
101
- <h3>8.3.26.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
101
+ <h3>8.3.28.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
102
102
  <div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
103
-
104
- ``成功かどうかのフラグ``
105
-
106
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
107
103
  </pre></div>
108
104
  </div>
105
+ <p><tt class="docutils literal"><span class="pre">成功かどうかのフラグ</span></tt></p>
106
+ <blockquote>
107
+ <div>エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。</div></blockquote>
109
108
  </div>
110
109
  </div>
111
110
  <div class="section" id="id6">
112
- <h2>8.3.26.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
111
+ <h2>8.3.28.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
113
112
  <div class="highlight-none"><div class="highlight"><pre>table_remove Entry
114
113
 
115
114
  [true]
@@ -126,26 +125,26 @@
126
125
  <div class="sphinxsidebarwrapper">
127
126
  <h3><a href="../../index.html">Table Of Contents</a></h3>
128
127
  <ul>
129
- <li><a class="reference internal" href="#">8.3.26. table_remove</a><ul>
130
- <li><a class="reference internal" href="#id1">8.3.26.1. 名前</a></li>
131
- <li><a class="reference internal" href="#id2">8.3.26.2. 書式</a></li>
132
- <li><a class="reference internal" href="#id3">8.3.26.3. 説明</a></li>
133
- <li><a class="reference internal" href="#id4">8.3.26.4. 引数</a></li>
134
- <li><a class="reference internal" href="#id5">8.3.26.5. 返値</a><ul>
135
- <li><a class="reference internal" href="#json">8.3.26.5.1. json形式</a></li>
128
+ <li><a class="reference internal" href="#">8.3.28. table_remove</a><ul>
129
+ <li><a class="reference internal" href="#id1">8.3.28.1. 名前</a></li>
130
+ <li><a class="reference internal" href="#id2">8.3.28.2. 書式</a></li>
131
+ <li><a class="reference internal" href="#id3">8.3.28.3. 説明</a></li>
132
+ <li><a class="reference internal" href="#id4">8.3.28.4. 引数</a></li>
133
+ <li><a class="reference internal" href="#id5">8.3.28.5. 返値</a><ul>
134
+ <li><a class="reference internal" href="#json">8.3.28.5.1. json形式</a></li>
136
135
  </ul>
137
136
  </li>
138
- <li><a class="reference internal" href="#id6">8.3.26.6. 例</a></li>
137
+ <li><a class="reference internal" href="#id6">8.3.28.6. 例</a></li>
139
138
  </ul>
140
139
  </li>
141
140
  </ul>
142
141
 
143
142
  <h4>Previous topic</h4>
144
143
  <p class="topless"><a href="table_list.html"
145
- title="previous chapter">8.3.25. table_list</a></p>
144
+ title="previous chapter">8.3.27. table_list</a></p>
146
145
  <h4>Next topic</h4>
147
- <p class="topless"><a href="../types.html"
148
- title="next chapter">8.4. データ型</a></p>
146
+ <p class="topless"><a href="truncate.html"
147
+ title="next chapter">8.3.29. <tt class="docutils literal"><span class="pre">truncate</span></tt></a></p>
149
148
  <h3>This Page</h3>
150
149
  <ul class="this-page-menu">
151
150
  <li><a href="../../_sources/reference/commands/table_remove.txt"
@@ -175,12 +174,12 @@
175
174
  <a href="../../genindex.html" title="General Index"
176
175
  >index</a></li>
177
176
  <li class="right" >
178
- <a href="../types.html" title="8.4. データ型"
177
+ <a href="truncate.html" title="8.3.29. truncate"
179
178
  >next</a> |</li>
180
179
  <li class="right" >
181
- <a href="table_list.html" title="8.3.25. table_list"
180
+ <a href="table_list.html" title="8.3.27. table_list"
182
181
  >previous</a> |</li>
183
- <li><a href="../../index.html">groonga v2.1.2 documentation</a> &raquo;</li>
182
+ <li><a href="../../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
184
183
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
185
184
  <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
186
185
  </ul>