rroonga 2.0.7-x86-mingw32 → 2.0.8-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 (403) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. data/lib/1.8/groonga.so +0 -0
  3. data/lib/1.9/groonga.so +0 -0
  4. data/rroonga-build.rb +1 -1
  5. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  6. data/vendor/local/bin/groonga.exe +0 -0
  7. data/vendor/local/bin/libgroonga-0.dll +0 -0
  8. data/vendor/local/bin/libmecab-1.dll +0 -0
  9. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  10. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  11. data/vendor/local/bin/mecab-config +2 -2
  12. data/vendor/local/bin/mecab.exe +0 -0
  13. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  14. data/vendor/local/etc/groonga/synonyms.tsv +5 -0
  15. data/vendor/local/include/groonga/groonga.h +77 -4
  16. data/vendor/local/include/groonga/groonga/plugin.h +45 -15
  17. data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
  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 +41 -0
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +1 -1
  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 +1 -1
  46. data/vendor/local/lib/pkgconfig/groonga.pc +4 -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/contribution.txt +3 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
  55. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +13 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +42 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
  63. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
  64. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
  65. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
  76. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
  79. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
  80. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +42 -19
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
  98. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  99. data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +17 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  103. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  104. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  105. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
  106. data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
  107. data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
  108. data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
  109. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  115. data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
  116. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
  120. data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
  121. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
  122. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  155. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
  164. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
  165. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
  168. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
  169. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
  171. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
  174. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  175. data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
  176. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  178. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
  182. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec.html +12 -11
  185. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
  186. data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
  187. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  207. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -3
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +13 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +42 -3
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
  231. data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
  235. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
  238. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +42 -19
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
  253. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  254. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -8
  255. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  256. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +17 -8
  257. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  258. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  259. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  260. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
  261. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
  262. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
  263. data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
  264. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  270. data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
  271. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
  275. data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
  276. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
  277. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
  313. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
  314. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
  315. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
  320. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
  321. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
  322. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
  323. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
  324. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
  325. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
  326. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
  327. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
  329. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  330. data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
  331. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  333. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
  337. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/spec.html +12 -11
  340. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
  341. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
  342. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  362. data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
  363. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
  364. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
  365. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
  366. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
  367. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
  368. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
  369. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
  370. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
  371. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
  372. data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
  373. data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
  374. data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
  375. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
  376. data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
  377. data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
  378. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
  379. data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
  380. data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
  381. data/vendor/local/share/doc/groonga/source/news.txt +96 -1
  382. data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
  383. data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
  384. data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
  385. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
  386. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
  387. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
  388. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
  389. data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
  390. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
  391. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
  392. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
  393. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
  394. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
  395. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
  396. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
  397. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
  398. data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
  399. data/vendor/local/share/man/man1/groonga.1 +1685 -190
  400. metadata +66 -18
  401. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
  402. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>Cast &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>Cast &mdash; groonga v2.0.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.0.5-316-g23cc017 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
31
31
  </head>
32
32
  <body>
33
33
  <div class="header">
@@ -53,7 +53,7 @@
53
53
  <li class="right" style="margin-right: 10px">
54
54
  <a href="../genindex.html" title="General Index"
55
55
  accesskey="I">index</a></li>
56
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
56
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
57
57
  </ul>
58
58
  </div>
59
59
 
@@ -101,7 +101,7 @@
101
101
  <li class="right" style="margin-right: 10px">
102
102
  <a href="../genindex.html" title="General Index"
103
103
  >index</a></li>
104
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
104
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
105
105
  </ul>
106
106
  </div>
107
107
  <div class="footer">
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.4. コマンド &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.3. Command &mdash; groonga v2.0.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.0.5-316-g23cc017 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
31
31
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
32
- <link rel="next" title="8.4.1. コマンドバージョン" href="command_version.html" />
33
- <link rel="prev" title="8.4.1. コマンドバージョン" href="command_version.html" />
32
+ <link rel="next" title="8.3.1. コマンドバージョン" href="command/command_version.html" />
33
+ <link rel="prev" title="8.2. Output" href="output.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/reference/commands.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
47
+ <li><a href="../../../ja/html/reference/command.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -57,12 +57,12 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="command_version.html" title="8.4.1. コマンドバージョン"
60
+ <a href="command/command_version.html" title="8.3.1. コマンドバージョン"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="command_version.html" title="8.4.1. コマンドバージョン"
63
+ <a href="output.html" title="8.2. Output"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
@@ -72,35 +72,40 @@
72
72
  <div class="bodywrapper">
73
73
  <div class="body">
74
74
 
75
- <div class="section" id="id1">
76
- <h1>8.4. コマンド<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
77
- <p>まず、すべてのコマンドに関係するコマンドバージョンについて説明します。その後、組み込みのコマンドを順に説明します。</p>
75
+ <div class="section" id="command">
76
+ <h1>8.3. Command<a class="headerlink" href="#command" title="Permalink to this headline">¶</a></h1>
77
+ <p>Command is the most important processing unit in query API. You
78
+ request a processing to groonga by a command.</p>
79
+ <p>This section describes about command and built-in commands.</p>
78
80
  <div class="toctree-wrapper compound">
79
81
  <ul>
80
- <li class="toctree-l1"><a class="reference internal" href="command_version.html">8.4.1. コマンドバージョン</a></li>
81
- <li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">8.4.2. cache_limit</a></li>
82
- <li class="toctree-l1"><a class="reference internal" href="commands/check.html">8.4.3. check</a></li>
83
- <li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">8.4.4. clearlock</a></li>
84
- <li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">8.4.5. column_create</a></li>
85
- <li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">8.4.6. column_list</a></li>
86
- <li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">8.4.7. column_remove</a></li>
87
- <li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">8.4.8. define_selector</a></li>
88
- <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">8.4.9. defrag</a></li>
89
- <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">8.4.10. delete</a></li>
90
- <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">8.4.11. dump</a></li>
91
- <li class="toctree-l1"><a class="reference internal" href="commands/load.html">8.4.12. load</a></li>
92
- <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">8.4.13. log_level</a></li>
93
- <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">8.4.14. log_put</a></li>
94
- <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">8.4.15. log_reopen</a></li>
95
- <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">8.4.16. quit</a></li>
96
- <li class="toctree-l1"><a class="reference internal" href="commands/select.html">8.4.17. select</a></li>
97
- <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">8.4.18. shutdown</a></li>
98
- <li class="toctree-l1"><a class="reference internal" href="commands/status.html">8.4.19. status</a></li>
99
- <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">8.4.20. suggest</a></li>
100
- <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">8.4.21. table_create</a></li>
101
- <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">8.4.22. table_list</a></li>
102
- <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">8.4.23. table_remove</a></li>
103
- <li class="toctree-l1"><a class="reference internal" href="commands/view_add.html">8.4.24. view_add</a></li>
82
+ <li class="toctree-l1"><a class="reference internal" href="command/command_version.html">8.3.1. コマンドバージョン</a></li>
83
+ <li class="toctree-l1"><a class="reference internal" href="command/output_format.html">8.3.2. Output format</a></li>
84
+ <li class="toctree-l1"><a class="reference internal" href="command/return_code.html">8.3.3. Return code</a></li>
85
+ <li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">8.3.4. cache_limit</a></li>
86
+ <li class="toctree-l1"><a class="reference internal" href="commands/check.html">8.3.5. check</a></li>
87
+ <li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">8.3.6. clearlock</a></li>
88
+ <li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">8.3.7. column_create</a></li>
89
+ <li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">8.3.8. column_list</a></li>
90
+ <li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">8.3.9. column_remove</a></li>
91
+ <li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">8.3.10. define_selector</a></li>
92
+ <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">8.3.11. defrag</a></li>
93
+ <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">8.3.12. delete</a></li>
94
+ <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">8.3.13. dump</a></li>
95
+ <li class="toctree-l1"><a class="reference internal" href="commands/load.html">8.3.14. load</a></li>
96
+ <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">8.3.15. log_level</a></li>
97
+ <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">8.3.16. log_put</a></li>
98
+ <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">8.3.17. log_reopen</a></li>
99
+ <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">8.3.18. quit</a></li>
100
+ <li class="toctree-l1"><a class="reference internal" href="commands/register.html">8.3.19. register</a></li>
101
+ <li class="toctree-l1"><a class="reference internal" href="commands/select.html">8.3.20. select</a></li>
102
+ <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">8.3.21. shutdown</a></li>
103
+ <li class="toctree-l1"><a class="reference internal" href="commands/status.html">8.3.22. status</a></li>
104
+ <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">8.3.23. suggest</a></li>
105
+ <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">8.3.24. table_create</a></li>
106
+ <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">8.3.25. table_list</a></li>
107
+ <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">8.3.26. table_remove</a></li>
108
+ <li class="toctree-l1"><a class="reference internal" href="commands/view_add.html">8.3.27. view_add</a></li>
104
109
  </ul>
105
110
  </div>
106
111
  </div>
@@ -112,14 +117,14 @@
112
117
  <div class="sphinxsidebar">
113
118
  <div class="sphinxsidebarwrapper">
114
119
  <h4>Previous topic</h4>
115
- <p class="topless"><a href="command_version.html"
116
- title="previous chapter">8.4.1. コマンドバージョン</a></p>
120
+ <p class="topless"><a href="output.html"
121
+ title="previous chapter">8.2. Output</a></p>
117
122
  <h4>Next topic</h4>
118
- <p class="topless"><a href="command_version.html"
119
- title="next chapter">8.4.1. コマンドバージョン</a></p>
123
+ <p class="topless"><a href="command/command_version.html"
124
+ title="next chapter">8.3.1. コマンドバージョン</a></p>
120
125
  <h3>This Page</h3>
121
126
  <ul class="this-page-menu">
122
- <li><a href="../_sources/reference/commands.txt"
127
+ <li><a href="../_sources/reference/command.txt"
123
128
  rel="nofollow">Show Source</a></li>
124
129
  </ul>
125
130
  <div id="searchbox" style="display: none">
@@ -146,12 +151,12 @@
146
151
  <a href="../genindex.html" title="General Index"
147
152
  >index</a></li>
148
153
  <li class="right" >
149
- <a href="command_version.html" title="8.4.1. コマンドバージョン"
154
+ <a href="command/command_version.html" title="8.3.1. コマンドバージョン"
150
155
  >next</a> |</li>
151
156
  <li class="right" >
152
- <a href="command_version.html" title="8.4.1. コマンドバージョン"
157
+ <a href="output.html" title="8.2. Output"
153
158
  >previous</a> |</li>
154
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
159
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
155
160
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
156
161
  </ul>
157
162
  </div>
@@ -9,33 +9,33 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.4.1. コマンドバージョン &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.3.1. コマンドバージョン &mdash; groonga v2.0.9 documentation</title>
13
13
 
14
- <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
+ <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16
16
 
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
- URL_ROOT: '../',
20
- VERSION: '2.0.5-316-g23cc017',
19
+ URL_ROOT: '../../',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
24
24
  };
25
25
  </script>
26
- <script type="text/javascript" src="../_static/jquery.js"></script>
27
- <script type="text/javascript" src="../_static/underscore.js"></script>
28
- <script type="text/javascript" src="../_static/doctools.js"></script>
29
- <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.0.5-316-g23cc017 documentation" href="../index.html" />
31
- <link rel="up" title="8.4. コマンド" href="commands.html" />
32
- <link rel="next" title="8.4.2. cache_limit" href="commands/cache_limit.html" />
33
- <link rel="prev" title="8.4. コマンド" href="commands.html" />
26
+ <script type="text/javascript" src="../../_static/jquery.js"></script>
27
+ <script type="text/javascript" src="../../_static/underscore.js"></script>
28
+ <script type="text/javascript" src="../../_static/doctools.js"></script>
29
+ <link rel="shortcut icon" href="../../_static/favicon.ico"/>
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.3. Command" href="../command.html" />
32
+ <link rel="next" title="8.3.2. Output format" href="output_format.html" />
33
+ <link rel="prev" title="8.3. Command" href="../command.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
37
37
  <h1 class="title">
38
- <a id="top-link" href="../index.html">
38
+ <a id="top-link" href="../../index.html">
39
39
  <span class="project">groonga</span>
40
40
  <span class="separator">-</span>
41
41
  <span class="description">An open-source fulltext search engine and column store.</span>
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/reference/command_version.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
47
+ <li><a href="../../../../ja/html/reference/command/command_version.html"><img src="../../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -54,17 +54,17 @@
54
54
  <h3>Navigation</h3>
55
55
  <ul>
56
56
  <li class="right" style="margin-right: 10px">
57
- <a href="../genindex.html" title="General Index"
57
+ <a href="../../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="commands/cache_limit.html" title="8.4.2. cache_limit"
60
+ <a href="output_format.html" title="8.3.2. Output format"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="commands.html" title="8.4. コマンド"
63
+ <a href="../command.html" title="8.3. Command"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
66
- <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="commands.html" accesskey="U">8.4. コマンド</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
+ <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
+ <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,16 +74,16 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="id1">
77
- <h1>8.4.1. コマンドバージョン<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
77
+ <h1>8.3.1. コマンドバージョン<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id2">
79
- <h2>8.4.1.1. 概要<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
79
+ <h2>8.3.1.1. 概要<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
80
80
  <p>groonga1.1からコマンドバージョンという概念が導入されます。コマンドバージョンは、selectやloadなどのgroongaのコマンドの仕様の互換性を表します。groongaパッケージのバージョンが新しくなったとしても、同一のコマンドバージョンが使用可能であるなら、すべてのコマンドについて互換性が保証されます。コマンドバージョンが異なれば、同じ名前のコマンドであっても、動作に互換性がない可能性があります。</p>
81
81
  <p>あるバージョンのgroongaは、二つのコマンドバージョンを同時にサポートするようになります。
82
82
  使用するコマンドバージョンは、groongaを起動する際のコマンドラインオプションないしコンフィグファイルにdefault-commnad-versionパラメータを与えることによって指定できます。また、個々のコマンドを実行する際に、command_versionパラメータを与えることによっても指定することができます。</p>
83
83
  <p>コマンドバージョンは1からはじまり、更新されるたびに1ずつ大きくなります。現状のgroongaのコマンドの仕様はcommand-version 1という扱いになります。次回提供するgroongaは、command-version 1とcommand-version 2の二つをサポートすることになります。</p>
84
84
  </div>
85
85
  <div class="section" id="id3">
86
- <h2>8.4.1.2. バージョンの位置づけ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
86
+ <h2>8.3.1.2. バージョンの位置づけ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
87
87
  <p>あるバージョンのgroongaにおいてサポートされるコマンドバージョンは、develop, stable,deprecatedのいずれかの位置づけとなります。</p>
88
88
  <dl class="docutils">
89
89
  <dt>develop</dt>
@@ -108,10 +108,10 @@ groonga1.5: command-version3=stable command-version4=develop
108
108
  <p>groongaプロセス起動時に、default-command-versionパラメータにstable扱いでないコマンドバージョンを指定した場合には、警告メッセージがログファイルに出力されます。また、サポート範囲外のコマンドバージョンを指定した場合にはエラーとなり、プロセスは速やかに停止します。</p>
109
109
  </div>
110
110
  <div class="section" id="id4">
111
- <h2>8.4.1.3. コマンドバージョンの指定方法<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
111
+ <h2>8.3.1.3. コマンドバージョンの指定方法<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
112
112
  <p>コマンドバージョンの指定方法はgroonga実行モジュールの引数として指定する方法と各コマンドの引数として指定する方法があります。</p>
113
113
  <div class="section" id="default-command-version">
114
- <h3>8.4.1.3.1. default-command-versionパラメータ<a class="headerlink" href="#default-command-version" title="Permalink to this headline">¶</a></h3>
114
+ <h3>8.3.1.3.1. default-command-versionパラメータ<a class="headerlink" href="#default-command-version" title="Permalink to this headline">¶</a></h3>
115
115
  <p>groonga実行モジュールの引数としてdefault-command-versionパラメータを指定できます。
116
116
  (configファイルの中に指定することも可能です)</p>
117
117
  <p>実行例:</p>
@@ -121,7 +121,7 @@ groonga1.5: command-version3=stable command-version4=develop
121
121
  <p>そのプロセスで実行するすべてのコマンドについて、デフォルトのコマンドバージョンとして指定されたバージョンを使用します。指定されたコマンドバージョンがstableであった場合にはなんのメッセージも表示されずそのまま起動します。指定されたコマンドバージョンがdevelopあるいはdeprecatedであった場合には、groonga.logファイルに警告メッセージを出力します。指定されたコマンドバージョンがサポート対象外であった場合には標準エラー出力にエラーメッセージを出力し、プロセスは速やかに終了します。</p>
122
122
  </div>
123
123
  <div class="section" id="command-version">
124
- <h3>8.4.1.3.2. command_versionパラメータ<a class="headerlink" href="#command-version" title="Permalink to this headline">¶</a></h3>
124
+ <h3>8.3.1.3.2. command_versionパラメータ<a class="headerlink" href="#command-version" title="Permalink to this headline">¶</a></h3>
125
125
  <p>select,loadなどのすべてのgroongaコマンドにcommand_versionが指定できます。</p>
126
126
  <p>実行例:</p>
127
127
  <div class="highlight-none"><div class="highlight"><pre>select --command_version 1 --table tablename
@@ -138,14 +138,14 @@ groonga1.5: command-version3=stable command-version4=develop
138
138
  </div>
139
139
  <div class="sphinxsidebar">
140
140
  <div class="sphinxsidebarwrapper">
141
- <h3><a href="../index.html">Table Of Contents</a></h3>
141
+ <h3><a href="../../index.html">Table Of Contents</a></h3>
142
142
  <ul>
143
- <li><a class="reference internal" href="#">8.4.1. コマンドバージョン</a><ul>
144
- <li><a class="reference internal" href="#id2">8.4.1.1. 概要</a></li>
145
- <li><a class="reference internal" href="#id3">8.4.1.2. バージョンの位置づけ</a></li>
146
- <li><a class="reference internal" href="#id4">8.4.1.3. コマンドバージョンの指定方法</a><ul>
147
- <li><a class="reference internal" href="#default-command-version">8.4.1.3.1. default-command-versionパラメータ</a></li>
148
- <li><a class="reference internal" href="#command-version">8.4.1.3.2. command_versionパラメータ</a></li>
143
+ <li><a class="reference internal" href="#">8.3.1. コマンドバージョン</a><ul>
144
+ <li><a class="reference internal" href="#id2">8.3.1.1. 概要</a></li>
145
+ <li><a class="reference internal" href="#id3">8.3.1.2. バージョンの位置づけ</a></li>
146
+ <li><a class="reference internal" href="#id4">8.3.1.3. コマンドバージョンの指定方法</a><ul>
147
+ <li><a class="reference internal" href="#default-command-version">8.3.1.3.1. default-command-versionパラメータ</a></li>
148
+ <li><a class="reference internal" href="#command-version">8.3.1.3.2. command_versionパラメータ</a></li>
149
149
  </ul>
150
150
  </li>
151
151
  </ul>
@@ -153,19 +153,19 @@ groonga1.5: command-version3=stable command-version4=develop
153
153
  </ul>
154
154
 
155
155
  <h4>Previous topic</h4>
156
- <p class="topless"><a href="commands.html"
157
- title="previous chapter">8.4. コマンド</a></p>
156
+ <p class="topless"><a href="../command.html"
157
+ title="previous chapter">8.3. Command</a></p>
158
158
  <h4>Next topic</h4>
159
- <p class="topless"><a href="commands/cache_limit.html"
160
- title="next chapter">8.4.2. cache_limit</a></p>
159
+ <p class="topless"><a href="output_format.html"
160
+ title="next chapter">8.3.2. Output format</a></p>
161
161
  <h3>This Page</h3>
162
162
  <ul class="this-page-menu">
163
- <li><a href="../_sources/reference/command_version.txt"
163
+ <li><a href="../../_sources/reference/command/command_version.txt"
164
164
  rel="nofollow">Show Source</a></li>
165
165
  </ul>
166
166
  <div id="searchbox" style="display: none">
167
167
  <h3>Quick search</h3>
168
- <form class="search" action="../search.html" method="get">
168
+ <form class="search" action="../../search.html" method="get">
169
169
  <input type="text" name="q" />
170
170
  <input type="submit" value="Go" />
171
171
  <input type="hidden" name="check_keywords" value="yes" />
@@ -184,17 +184,17 @@ groonga1.5: command-version3=stable command-version4=develop
184
184
  <h3>Navigation</h3>
185
185
  <ul>
186
186
  <li class="right" style="margin-right: 10px">
187
- <a href="../genindex.html" title="General Index"
187
+ <a href="../../genindex.html" title="General Index"
188
188
  >index</a></li>
189
189
  <li class="right" >
190
- <a href="commands/cache_limit.html" title="8.4.2. cache_limit"
190
+ <a href="output_format.html" title="8.3.2. Output format"
191
191
  >next</a> |</li>
192
192
  <li class="right" >
193
- <a href="commands.html" title="8.4. コマンド"
193
+ <a href="../command.html" title="8.3. Command"
194
194
  >previous</a> |</li>
195
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
196
- <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
197
- <li><a href="commands.html" >8.4. コマンド</a> &raquo;</li>
195
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
196
+ <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
197
+ <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
198
198
  </ul>
199
199
  </div>
200
200
  <div class="footer">
@@ -0,0 +1,356 @@
1
+
2
+
3
+
4
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
+
7
+
8
+ <html xmlns="http://www.w3.org/1999/xhtml">
9
+ <head>
10
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
+
12
+ <title>8.3.2. Output format &mdash; groonga v2.0.9 documentation</title>
13
+
14
+ <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
+ <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ var DOCUMENTATION_OPTIONS = {
19
+ URL_ROOT: '../../',
20
+ VERSION: '2.0.9',
21
+ COLLAPSE_INDEX: false,
22
+ FILE_SUFFIX: '.html',
23
+ HAS_SOURCE: true
24
+ };
25
+ </script>
26
+ <script type="text/javascript" src="../../_static/jquery.js"></script>
27
+ <script type="text/javascript" src="../../_static/underscore.js"></script>
28
+ <script type="text/javascript" src="../../_static/doctools.js"></script>
29
+ <link rel="shortcut icon" href="../../_static/favicon.ico"/>
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.3. Command" href="../command.html" />
32
+ <link rel="next" title="8.3.3. Return code" href="return_code.html" />
33
+ <link rel="prev" title="8.3.1. コマンドバージョン" href="command_version.html" />
34
+ </head>
35
+ <body>
36
+ <div class="header">
37
+ <h1 class="title">
38
+ <a id="top-link" href="../../index.html">
39
+ <span class="project">groonga</span>
40
+ <span class="separator">-</span>
41
+ <span class="description">An open-source fulltext search engine and column store.</span>
42
+ </a>
43
+ </h1>
44
+
45
+ <div class="other-language-links">
46
+ <ul>
47
+ <li><a href="../../../../ja/html/reference/command/output_format.html"><img src="../../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
+ </ul>
49
+ </div>
50
+ </div>
51
+
52
+
53
+ <div class="related">
54
+ <h3>Navigation</h3>
55
+ <ul>
56
+ <li class="right" style="margin-right: 10px">
57
+ <a href="../../genindex.html" title="General Index"
58
+ accesskey="I">index</a></li>
59
+ <li class="right" >
60
+ <a href="return_code.html" title="8.3.3. Return code"
61
+ accesskey="N">next</a> |</li>
62
+ <li class="right" >
63
+ <a href="command_version.html" title="8.3.1. コマンドバージョン"
64
+ accesskey="P">previous</a> |</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
+ <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
+ <li><a href="../command.html" accesskey="U">8.3. Command</a> &raquo;</li>
68
+ </ul>
69
+ </div>
70
+
71
+ <div class="document">
72
+ <div class="documentwrapper">
73
+ <div class="bodywrapper">
74
+ <div class="body">
75
+
76
+ <div class="section" id="output-format">
77
+ <h1>8.3.2. Output format<a class="headerlink" href="#output-format" title="Permalink to this headline">¶</a></h1>
78
+ <div class="section" id="summary">
79
+ <h2>8.3.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
80
+ <p>Commands output their result as JSON, MessagePack, XML or TSV format.</p>
81
+ <p>JSON and MessagePack output have the same structure. XML and TSV are
82
+ their original structure.</p>
83
+ <p>JSON or MessagePack is recommend format. XML is useful for visual
84
+ result check. TSV is just for special use. Normally you doesn't need
85
+ to use TSV.</p>
86
+ </div>
87
+ <div class="section" id="json-and-messagepack">
88
+ <h2>8.3.2.2. JSON and MessagePack<a class="headerlink" href="#json-and-messagepack" title="Permalink to this headline">¶</a></h2>
89
+ <p>This secsion describes the structure of command result on JSON and
90
+ MessagePack format. JSON is used to show structure because MessagePack
91
+ is binary format. Binary format isn't proper for documenataion.</p>
92
+ <p>JSON and MessagePack uses the following structure:</p>
93
+ <div class="highlight-none"><div class="highlight"><pre>[HEADER, BODY]
94
+ </pre></div>
95
+ </div>
96
+ <p>For example:</p>
97
+ <div class="highlight-none"><div class="highlight"><pre>[
98
+ [
99
+ 0,
100
+ 1337566253.89858,
101
+ 0.000355720520019531
102
+ ],
103
+ [
104
+ [
105
+ [
106
+ 1
107
+ ],
108
+ [
109
+ [
110
+ &quot;_id&quot;,
111
+ &quot;UInt32&quot;
112
+ ],
113
+ [
114
+ &quot;_key&quot;,
115
+ &quot;ShortText&quot;
116
+ ],
117
+ [
118
+ &quot;content&quot;,
119
+ &quot;Text&quot;
120
+ ],
121
+ [
122
+ &quot;n_likes&quot;,
123
+ &quot;UInt32&quot;
124
+ ]
125
+ ],
126
+ [
127
+ 2,
128
+ &quot;Groonga&quot;,
129
+ &quot;I started to use groonga. It&#39;s very fast!&quot;,
130
+ 10
131
+ ]
132
+ ]
133
+ ]
134
+ ]
135
+ </pre></div>
136
+ </div>
137
+ <p>In the example, the following part is <tt class="docutils literal"><span class="pre">HEADER</span></tt>:</p>
138
+ <div class="highlight-none"><div class="highlight"><pre>[
139
+ 0,
140
+ 1337566253.89858,
141
+ 0.000355720520019531
142
+ ]
143
+ </pre></div>
144
+ </div>
145
+ <p>The following part is <tt class="docutils literal"><span class="pre">BODY</span></tt>:</p>
146
+ <div class="highlight-none"><div class="highlight"><pre>[
147
+ [
148
+ [
149
+ 1
150
+ ],
151
+ [
152
+ [
153
+ &quot;_id&quot;,
154
+ &quot;UInt32&quot;
155
+ ],
156
+ [
157
+ &quot;_key&quot;,
158
+ &quot;ShortText&quot;
159
+ ],
160
+ [
161
+ &quot;content&quot;,
162
+ &quot;Text&quot;
163
+ ],
164
+ [
165
+ &quot;n_likes&quot;,
166
+ &quot;UInt32&quot;
167
+ ]
168
+ ],
169
+ [
170
+ 2,
171
+ &quot;Groonga&quot;,
172
+ &quot;I started to use groonga. It&#39;s very fast!&quot;,
173
+ 10
174
+ ]
175
+ ]
176
+ ]
177
+ </pre></div>
178
+ </div>
179
+ <div class="section" id="header">
180
+ <h3>8.3.2.2.1. <tt class="docutils literal"><span class="pre">HEADER</span></tt><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
181
+ <p><tt class="docutils literal"><span class="pre">HEADER</span></tt> is an array. The content of <tt class="docutils literal"><span class="pre">HEADER</span></tt> has some patterns.</p>
182
+ <div class="section" id="success-case">
183
+ <h4>8.3.2.2.1.1. Success case<a class="headerlink" href="#success-case" title="Permalink to this headline">¶</a></h4>
184
+ <p><tt class="docutils literal"><span class="pre">HEADER</span></tt> has three elements on success:</p>
185
+ <div class="highlight-none"><div class="highlight"><pre>[0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME]
186
+ </pre></div>
187
+ </div>
188
+ <p>The first element is always <tt class="docutils literal"><span class="pre">0</span></tt>.</p>
189
+ <p><tt class="docutils literal"><span class="pre">UNIX_TIME_WHEN_COMMAND_IS_STARTED</span></tt> is the number of seconds
190
+ since 1970-01-01 00:00:00 UTC when the command is started
191
+ processing. <tt class="docutils literal"><span class="pre">ELAPSED_TIME</span></tt> is the elapsed time for processing the
192
+ command in seconds. Both <tt class="docutils literal"><span class="pre">UNIX_TIME_WHEN_COMMAND_IS_STARTED</span></tt> and
193
+ <tt class="docutils literal"><span class="pre">ELAPSED_TIME</span></tt> are float value. The precision of them are
194
+ nanosecond.</p>
195
+ </div>
196
+ <div class="section" id="error-case">
197
+ <h4>8.3.2.2.1.2. Error case<a class="headerlink" href="#error-case" title="Permalink to this headline">¶</a></h4>
198
+ <p><tt class="docutils literal"><span class="pre">HEADER</span></tt> has four or five elements on error:</p>
199
+ <div class="highlight-none"><div class="highlight"><pre>[
200
+ RETURN_CODE,
201
+ UNIX_TIME_WHEN_COMMAND_IS_STARTED,
202
+ ELAPSED_TIME,
203
+ ERROR_MESSAGE,
204
+ ERROR_LOCATION
205
+ ]
206
+ </pre></div>
207
+ </div>
208
+ <p><tt class="docutils literal"><span class="pre">ERROR_LOCATION</span></tt> may not be included in <tt class="docutils literal"><span class="pre">HEADER</span></tt> but other four
209
+ elements are always included.</p>
210
+ <p><tt class="docutils literal"><span class="pre">RETURN_CODE</span></tt> is non 0 value. See <a class="reference internal" href="return_code.html"><em>Return code</em></a> about available
211
+ return codes.</p>
212
+ <p><tt class="docutils literal"><span class="pre">UNIX_TIME_WHEN_COMMAND_IS_STARTED</span></tt> and <tt class="docutils literal"><span class="pre">ELAPSED_TIME</span></tt> are the
213
+ same as success case.</p>
214
+ <p><tt class="docutils literal"><span class="pre">ERROR_MESSAGE</span></tt> is an error message in string.</p>
215
+ <p><tt class="docutils literal"><span class="pre">ERROR_LOCATION</span></tt> is optional. If error location is collected,
216
+ <tt class="docutils literal"><span class="pre">ERROR_LOCATION</span></tt> is included. <tt class="docutils literal"><span class="pre">ERROR_LOCATION</span></tt> is an
217
+ array. <tt class="docutils literal"><span class="pre">ERROR_LOCATION</span></tt> has one ore two elements:</p>
218
+ <div class="highlight-none"><div class="highlight"><pre>[
219
+ LOCATION_IN_GROONGA,
220
+ LOCATION_IN_INPUT
221
+ ]
222
+ </pre></div>
223
+ </div>
224
+ <p><tt class="docutils literal"><span class="pre">LOCATION_IN_GROONGA</span></tt> is the source location that error is occurred
225
+ in groonga. It is useful for groonga developers but not useful for
226
+ users. <tt class="docutils literal"><span class="pre">LOCATION_IN_GROONGA</span></tt> is an array. <tt class="docutils literal"><span class="pre">LOCATION_IN_GROONGA</span></tt> has
227
+ three elements:</p>
228
+ <div class="highlight-none"><div class="highlight"><pre>[
229
+ FUNCTION_NAME,
230
+ SOURCE_FILE_NAME,
231
+ LINE_NUMBER
232
+ ]
233
+ </pre></div>
234
+ </div>
235
+ <p><tt class="docutils literal"><span class="pre">FUNCTION_NAME</span></tt> is the name of function that error is occurred.</p>
236
+ <p><tt class="docutils literal"><span class="pre">SOURCE_FILE_NAME</span></tt> is the name of groonga's source file that error is
237
+ occurred.</p>
238
+ <p><tt class="docutils literal"><span class="pre">LINE_NUMBER</span></tt> is the line number of <tt class="docutils literal"><span class="pre">SOURCE_FILE_NAME</span></tt> that error
239
+ is occurred.</p>
240
+ <p><tt class="docutils literal"><span class="pre">LOCATION_IN_INPUT</span></tt> is optional. <tt class="docutils literal"><span class="pre">LOCATION_IN_INPUT</span></tt> is included
241
+ when the location that error is occurred in input file is
242
+ collected. Input file can be specified by <tt class="docutils literal"><span class="pre">--file</span></tt> command line
243
+ option for <tt class="docutils literal"><span class="pre">groonga</span></tt> command. <tt class="docutils literal"><span class="pre">LOCATION_IN_GROONGA</span></tt> is an
244
+ array. <tt class="docutils literal"><span class="pre">LOCATION_IN_GROONGA</span></tt> has three elements:</p>
245
+ <div class="highlight-none"><div class="highlight"><pre>[
246
+ INPUT_FILE_NAME,
247
+ LINE_NUMBER,
248
+ LINE_CONTENT
249
+ ]
250
+ </pre></div>
251
+ </div>
252
+ <p><tt class="docutils literal"><span class="pre">INPUT_FILE_NAME</span></tt> is the input file name that error is occurred.</p>
253
+ <p><tt class="docutils literal"><span class="pre">LINE_NUMBER</span></tt> is the line number of <tt class="docutils literal"><span class="pre">INPUT_FILE_NAME</span></tt> that error
254
+ is occurred.</p>
255
+ <p><tt class="docutils literal"><span class="pre">LINE_CONTENT</span></tt> is the content at <tt class="docutils literal"><span class="pre">LINE_NUMBER</span></tt> in
256
+ <tt class="docutils literal"><span class="pre">INPUT_FILE_NAME</span></tt>.</p>
257
+ </div>
258
+ </div>
259
+ <div class="section" id="body">
260
+ <h3>8.3.2.2.2. <tt class="docutils literal"><span class="pre">BODY</span></tt><a class="headerlink" href="#body" title="Permalink to this headline">¶</a></h3>
261
+ <p><tt class="docutils literal"><span class="pre">BODY</span></tt> content depends on the executed command. It may be omitted.</p>
262
+ <p><tt class="docutils literal"><span class="pre">BODY</span></tt> may be an error message on error case.</p>
263
+ </div>
264
+ </div>
265
+ <div class="section" id="xml">
266
+ <h2>8.3.2.3. XML<a class="headerlink" href="#xml" title="Permalink to this headline">¶</a></h2>
267
+ <p>TODO</p>
268
+ </div>
269
+ <div class="section" id="tsv">
270
+ <h2>8.3.2.4. TSV<a class="headerlink" href="#tsv" title="Permalink to this headline">¶</a></h2>
271
+ <p>TODO</p>
272
+ </div>
273
+ <div class="section" id="see-also">
274
+ <h2>8.3.2.5. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
275
+ <ul class="simple">
276
+ <li><a class="reference internal" href="return_code.html"><em>Return code</em></a> describes about return code.</li>
277
+ </ul>
278
+ </div>
279
+ </div>
280
+
281
+
282
+ </div>
283
+ </div>
284
+ </div>
285
+ <div class="sphinxsidebar">
286
+ <div class="sphinxsidebarwrapper">
287
+ <h3><a href="../../index.html">Table Of Contents</a></h3>
288
+ <ul>
289
+ <li><a class="reference internal" href="#">8.3.2. Output format</a><ul>
290
+ <li><a class="reference internal" href="#summary">8.3.2.1. Summary</a></li>
291
+ <li><a class="reference internal" href="#json-and-messagepack">8.3.2.2. JSON and MessagePack</a><ul>
292
+ <li><a class="reference internal" href="#header">8.3.2.2.1. <tt class="docutils literal"><span class="pre">HEADER</span></tt></a><ul>
293
+ <li><a class="reference internal" href="#success-case">8.3.2.2.1.1. Success case</a></li>
294
+ <li><a class="reference internal" href="#error-case">8.3.2.2.1.2. Error case</a></li>
295
+ </ul>
296
+ </li>
297
+ <li><a class="reference internal" href="#body">8.3.2.2.2. <tt class="docutils literal"><span class="pre">BODY</span></tt></a></li>
298
+ </ul>
299
+ </li>
300
+ <li><a class="reference internal" href="#xml">8.3.2.3. XML</a></li>
301
+ <li><a class="reference internal" href="#tsv">8.3.2.4. TSV</a></li>
302
+ <li><a class="reference internal" href="#see-also">8.3.2.5. See also</a></li>
303
+ </ul>
304
+ </li>
305
+ </ul>
306
+
307
+ <h4>Previous topic</h4>
308
+ <p class="topless"><a href="command_version.html"
309
+ title="previous chapter">8.3.1. コマンドバージョン</a></p>
310
+ <h4>Next topic</h4>
311
+ <p class="topless"><a href="return_code.html"
312
+ title="next chapter">8.3.3. Return code</a></p>
313
+ <h3>This Page</h3>
314
+ <ul class="this-page-menu">
315
+ <li><a href="../../_sources/reference/command/output_format.txt"
316
+ rel="nofollow">Show Source</a></li>
317
+ </ul>
318
+ <div id="searchbox" style="display: none">
319
+ <h3>Quick search</h3>
320
+ <form class="search" action="../../search.html" method="get">
321
+ <input type="text" name="q" />
322
+ <input type="submit" value="Go" />
323
+ <input type="hidden" name="check_keywords" value="yes" />
324
+ <input type="hidden" name="area" value="default" />
325
+ </form>
326
+ <p class="searchtip" style="font-size: 90%">
327
+ Enter search terms or a module, class or function name.
328
+ </p>
329
+ </div>
330
+ <script type="text/javascript">$('#searchbox').show(0);</script>
331
+ </div>
332
+ </div>
333
+ <div class="clearer"></div>
334
+ </div>
335
+ <div class="related">
336
+ <h3>Navigation</h3>
337
+ <ul>
338
+ <li class="right" style="margin-right: 10px">
339
+ <a href="../../genindex.html" title="General Index"
340
+ >index</a></li>
341
+ <li class="right" >
342
+ <a href="return_code.html" title="8.3.3. Return code"
343
+ >next</a> |</li>
344
+ <li class="right" >
345
+ <a href="command_version.html" title="8.3.1. コマンドバージョン"
346
+ >previous</a> |</li>
347
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
348
+ <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
349
+ <li><a href="../command.html" >8.3. Command</a> &raquo;</li>
350
+ </ul>
351
+ </div>
352
+ <div class="footer">
353
+ &copy; Copyright 2009-2012, Brazil, Inc.
354
+ </div>
355
+ </body>
356
+ </html>