rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1237) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/doc/text/news.md +46 -7
  4. data/ext/groonga/rb-grn-array.c +1 -272
  5. data/ext/groonga/rb-grn-column-cache.c +240 -0
  6. data/ext/groonga/rb-grn-column.c +1 -1
  7. data/ext/groonga/rb-grn-context.c +28 -4
  8. data/ext/groonga/rb-grn-expression.c +23 -1
  9. data/ext/groonga/rb-grn-object.c +44 -1
  10. data/ext/groonga/rb-grn-procedure.c +16 -1
  11. data/ext/groonga/rb-grn-query-logger.c +55 -6
  12. data/ext/groonga/rb-grn-table.c +170 -1
  13. data/ext/groonga/rb-grn-utils.c +21 -2
  14. data/ext/groonga/rb-grn.h +18 -3
  15. data/ext/groonga/rb-groonga.c +2 -1
  16. data/lib/2.1/groonga.so +0 -0
  17. data/lib/2.2/groonga.so +0 -0
  18. data/lib/2.3/groonga.so +0 -0
  19. data/lib/2.4/groonga.so +0 -0
  20. data/lib/2.5/groonga.so +0 -0
  21. data/lib/groonga.rb +8 -5
  22. data/lib/groonga/column.rb +0 -5
  23. data/lib/groonga/database.rb +0 -10
  24. data/lib/groonga/index-column.rb +0 -10
  25. data/lib/groonga/query-logger.rb +1 -1
  26. data/rroonga-build.rb +6 -6
  27. data/rroonga.gemspec +1 -1
  28. data/test/groonga-test-utils.rb +5 -8
  29. data/test/test-array.rb +1 -131
  30. data/test/test-column-cache.rb +46 -0
  31. data/test/test-command-select.rb +36 -1
  32. data/test/test-context.rb +1 -2
  33. data/test/test-database.rb +16 -2
  34. data/test/test-logger.rb +13 -1
  35. data/test/test-procedure.rb +7 -1
  36. data/test/test-query-logger.rb +12 -1
  37. data/test/test-table-arrow.rb +193 -0
  38. data/test/test-table-offset-and-limit.rb +3 -1
  39. data/vendor/local/bin/cv2pdb.exe +0 -0
  40. data/vendor/local/bin/generate-pdb.bat +36 -0
  41. data/vendor/local/bin/grndb.exe +0 -0
  42. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  43. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  44. data/vendor/local/bin/groonga.exe +0 -0
  45. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  46. data/vendor/local/bin/libgroonga-0.dll +0 -0
  47. data/vendor/local/bin/libmecab-2.dll +0 -0
  48. data/vendor/local/bin/libmsgpackc.dll +0 -0
  49. data/vendor/local/bin/libonigmo-6.dll +0 -0
  50. data/vendor/local/bin/libpcre-1.dll +0 -0
  51. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  52. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  53. data/vendor/local/bin/libstdc++-6.dll +0 -0
  54. data/vendor/local/bin/lz4.exe +0 -0
  55. data/vendor/local/bin/lz4c.exe +0 -0
  56. data/vendor/local/bin/lz4cat +0 -0
  57. data/vendor/local/bin/mecab.exe +0 -0
  58. data/vendor/local/bin/pcre-config +1 -1
  59. data/vendor/local/bin/pcregrep.exe +0 -0
  60. data/vendor/local/bin/pcretest.exe +0 -0
  61. data/vendor/local/bin/zlib1.dll +0 -0
  62. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  63. data/vendor/local/include/groonga/groonga.h +1 -0
  64. data/vendor/local/include/groonga/groonga.hpp +21 -0
  65. data/vendor/local/include/groonga/groonga/arrow.h +38 -0
  66. data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
  67. data/vendor/local/include/groonga/groonga/column.h +9 -0
  68. data/vendor/local/include/groonga/groonga/expr.h +9 -1
  69. data/vendor/local/include/groonga/groonga/groonga.h +19 -3
  70. data/vendor/local/include/groonga/groonga/obj.h +3 -0
  71. data/vendor/local/include/groonga/groonga/operator.h +2 -1
  72. data/vendor/local/include/groonga/groonga/plugin.h +8 -0
  73. data/vendor/local/include/groonga/groonga/portability.h +19 -1
  74. data/vendor/local/include/groonga/groonga/table.h +14 -0
  75. data/vendor/local/include/groonga/groonga/util.h +3 -0
  76. data/vendor/local/include/groonga/groonga/window_function.h +2 -0
  77. data/vendor/local/include/pcre.h +2 -2
  78. data/vendor/local/include/pcre_stringpiece.h +2 -2
  79. data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
  80. data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
  81. data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
  82. data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
  83. data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
  84. data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
  85. data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
  86. data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
  87. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  88. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  89. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  90. data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
  91. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  92. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  93. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  94. data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
  95. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  96. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  97. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  98. data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
  99. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  100. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  101. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  102. data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
  103. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  104. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  105. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
  106. data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
  107. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  108. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  109. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  110. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
  111. data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
  112. data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
  113. data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
  114. data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
  115. data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
  116. data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
  117. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
  118. data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
  119. data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
  120. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  121. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  122. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  123. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
  124. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  125. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  126. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  127. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
  128. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  129. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  130. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  131. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
  132. data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
  133. data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
  134. data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
  135. data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
  136. data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
  137. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
  138. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
  139. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
  140. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
  141. data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
  142. data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
  143. data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
  144. data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
  145. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
  146. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
  147. data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
  148. data/vendor/local/lib/libgroonga.a +0 -0
  149. data/vendor/local/lib/libgroonga.dll.a +0 -0
  150. data/vendor/local/lib/libgroonga.la +1 -1
  151. data/vendor/local/lib/liblz4.a +0 -0
  152. data/vendor/local/lib/liblz4.dll +0 -0
  153. data/vendor/local/lib/liblz4.dll.1 +0 -0
  154. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  155. data/vendor/local/lib/libmecab.a +0 -0
  156. data/vendor/local/lib/libmecab.dll.a +0 -0
  157. data/vendor/local/lib/libmecab.la +2 -2
  158. data/vendor/local/lib/libmsgpackc.a +0 -0
  159. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  160. data/vendor/local/lib/libonigmo.a +0 -0
  161. data/vendor/local/lib/libonigmo.dll.a +0 -0
  162. data/vendor/local/lib/libpcre.a +0 -0
  163. data/vendor/local/lib/libpcre.dll.a +0 -0
  164. data/vendor/local/lib/libpcre.la +1 -1
  165. data/vendor/local/lib/libpcrecpp.a +0 -0
  166. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  167. data/vendor/local/lib/libpcreposix.a +0 -0
  168. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  169. data/vendor/local/lib/libpcreposix.la +1 -1
  170. data/vendor/local/lib/libz.a +0 -0
  171. data/vendor/local/lib/libz.dll.a +0 -0
  172. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  173. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  174. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  176. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  177. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  178. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  179. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  180. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  181. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  182. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
  183. data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
  184. data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
  185. data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
  186. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
  187. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  188. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  189. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  190. data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  191. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
  192. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  193. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  194. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
  195. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  196. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  197. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  198. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
  199. data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
  200. data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
  201. data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
  202. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
  203. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
  204. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
  205. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
  206. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
  207. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
  208. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
  209. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
  210. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
  211. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
  212. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
  213. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
  214. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
  215. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
  216. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
  217. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
  218. data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
  219. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
  220. data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
  221. data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
  222. data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
  223. data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
  224. data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
  225. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
  226. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
  227. data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
  228. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
  229. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
  230. data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
  231. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
  232. data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
  233. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
  234. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
  235. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
  236. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
  237. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
  238. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
  239. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
  240. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
  241. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
  242. data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
  243. data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
  244. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  245. data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
  246. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
  247. data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
  248. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
  249. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
  250. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
  251. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
  252. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
  253. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
  254. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
  255. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
  256. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
  257. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
  258. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
  259. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
  260. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
  261. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
  262. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
  263. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
  264. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
  265. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
  266. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
  267. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
  268. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
  269. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
  270. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
  271. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
  272. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
  273. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
  274. data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
  275. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
  276. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
  277. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
  278. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
  280. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
  281. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
  282. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
  283. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
  284. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
  285. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
  286. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
  291. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
  292. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
  293. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
  294. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
  295. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
  296. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
  297. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
  298. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
  299. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
  300. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
  301. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
  302. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
  303. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
  304. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
  305. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
  306. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
  307. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
  308. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
  309. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
  310. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
  311. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
  312. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
  313. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
  314. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
  315. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
  316. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
  317. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
  318. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
  319. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
  320. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
  321. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
  322. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
  323. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
  324. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
  325. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
  326. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
  327. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
  328. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
  329. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
  330. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
  331. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
  332. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
  333. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
  334. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
  335. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
  336. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
  337. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
  338. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
  339. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
  340. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
  341. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
  342. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
  343. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
  344. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
  345. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
  346. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
  347. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
  348. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
  349. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
  350. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
  351. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
  352. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
  353. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
  354. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
  355. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
  356. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
  357. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
  358. data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
  359. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
  360. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
  361. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
  362. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
  363. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
  364. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
  365. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
  366. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
  367. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
  368. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
  369. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
  370. data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
  371. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
  372. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
  373. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
  374. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
  375. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
  376. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
  377. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
  378. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
  379. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
  380. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
  381. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
  382. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
  383. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
  384. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
  385. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
  386. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
  387. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
  388. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
  389. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
  390. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
  391. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
  392. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
  393. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
  394. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
  395. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
  396. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
  397. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
  398. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
  399. data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
  400. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
  401. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
  402. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
  403. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
  404. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
  405. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
  406. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
  407. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
  408. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
  409. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
  410. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
  411. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
  412. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
  413. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
  414. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
  415. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
  416. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
  417. data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
  418. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
  419. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
  420. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
  421. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
  422. data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
  423. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  424. data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
  425. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
  426. data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
  427. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
  428. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
  429. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
  430. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
  431. data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
  432. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
  433. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
  434. data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
  435. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
  436. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
  437. data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
  438. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
  439. data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
  440. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
  441. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
  442. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
  443. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
  444. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
  445. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
  446. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
  447. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
  448. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
  449. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
  450. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
  451. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  452. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
  453. data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
  454. data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
  455. data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
  456. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
  457. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  458. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  459. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  460. data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  461. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
  462. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  463. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  464. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
  465. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  466. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  467. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  468. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
  469. data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
  470. data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
  471. data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
  472. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
  473. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
  474. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
  475. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
  476. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
  477. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
  478. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
  479. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
  480. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
  481. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
  482. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
  483. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
  484. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
  485. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
  486. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
  487. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
  488. data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
  489. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
  490. data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
  491. data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
  492. data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
  493. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
  494. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
  495. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
  496. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
  497. data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
  498. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
  499. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
  500. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
  501. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
  502. data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
  503. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
  504. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
  505. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
  506. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
  507. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
  508. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
  509. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
  510. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
  511. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
  512. data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
  513. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
  514. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  515. data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
  516. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
  517. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
  518. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
  519. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
  520. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
  521. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
  522. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
  523. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
  524. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
  525. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
  526. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
  527. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
  528. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
  529. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
  530. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
  531. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
  532. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
  533. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
  534. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
  535. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
  536. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
  537. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
  538. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
  539. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
  540. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
  541. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
  542. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
  543. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
  544. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
  545. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
  546. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
  547. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
  548. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
  549. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
  550. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
  551. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
  552. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
  553. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
  554. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
  555. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
  556. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
  557. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
  558. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
  559. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
  560. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
  561. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
  562. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
  563. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
  564. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
  565. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
  566. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
  567. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
  568. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
  569. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
  570. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
  571. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
  572. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
  573. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
  574. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
  575. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
  576. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
  577. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
  578. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
  579. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
  580. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
  581. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
  582. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
  583. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
  584. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
  585. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
  586. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
  587. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
  588. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
  589. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
  590. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
  591. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
  592. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
  593. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
  594. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
  595. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
  596. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
  597. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
  598. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
  599. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
  600. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
  601. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
  602. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
  603. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
  604. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
  605. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
  606. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
  607. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
  608. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
  609. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
  610. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
  611. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
  612. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
  613. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
  614. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
  615. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
  616. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
  617. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
  618. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
  619. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
  620. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
  621. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
  622. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
  623. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
  624. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
  625. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
  626. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
  627. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
  628. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
  629. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
  630. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
  631. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
  632. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
  633. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
  634. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
  635. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
  636. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
  637. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
  638. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
  639. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
  640. data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
  641. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
  642. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
  643. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
  644. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
  645. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
  646. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
  647. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
  648. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
  649. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
  650. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
  651. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
  652. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
  653. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
  654. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
  655. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
  656. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
  657. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
  658. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
  659. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
  660. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
  661. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
  662. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
  663. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
  664. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
  665. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
  666. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
  667. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
  668. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
  669. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
  670. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
  671. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
  672. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
  673. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
  674. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
  675. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
  676. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
  677. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
  678. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
  679. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
  680. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
  681. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
  682. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
  683. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
  684. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
  685. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
  686. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
  687. data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
  688. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
  689. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
  690. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
  691. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
  692. data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
  693. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  694. data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
  695. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
  696. data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
  697. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
  698. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
  699. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
  700. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
  701. data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
  702. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
  703. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
  704. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
  705. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
  706. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
  707. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
  708. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
  709. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
  710. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
  711. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
  712. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
  713. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
  714. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
  715. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
  716. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
  717. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
  718. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
  719. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
  720. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
  721. data/vendor/local/share/doc/pcre/AUTHORS +3 -3
  722. data/vendor/local/share/doc/pcre/ChangeLog +94 -0
  723. data/vendor/local/share/doc/pcre/LICENCE +3 -3
  724. data/vendor/local/share/doc/pcre/NEWS +12 -0
  725. data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
  726. data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
  727. data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
  728. data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
  729. data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
  730. data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
  731. data/vendor/local/share/groonga/groonga-log/README.md +44 -0
  732. data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
  733. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  734. data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
  735. data/vendor/local/share/license/cv2pdb/README +138 -0
  736. data/vendor/local/share/license/groonga-log/README.md +44 -0
  737. data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
  738. data/vendor/local/share/license/pcre/LICENCE +3 -3
  739. data/vendor/local/share/man/man1/pcretest.1 +7 -3
  740. data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
  741. data/vendor/local/share/man/man3/pcrejit.3 +48 -6
  742. data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
  743. metadata +102 -559
  744. data/lib/groonga/statistic-measurer.rb +0 -37
  745. data/test/test-statistic-measurer.rb +0 -55
  746. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
  747. data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
  748. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
  749. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
  750. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
  751. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
  752. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  753. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  754. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  755. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
  756. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
  757. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
  758. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
  759. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
  760. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
  761. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
  762. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
  763. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
  764. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
  765. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
  766. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
  767. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
  768. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
  769. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
  770. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
  771. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
  772. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
  773. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
  774. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
  775. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
  776. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
  777. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
  778. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
  779. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
  780. data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
  781. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
  782. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
  783. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
  784. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
  785. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
  786. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
  787. data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
  788. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
  789. data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
  790. data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
  791. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
  792. data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
  793. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
  794. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
  795. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
  796. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
  797. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
  798. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
  799. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
  800. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
  801. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
  802. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
  803. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
  804. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
  805. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
  806. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  807. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
  808. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  809. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
  810. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
  811. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
  812. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
  813. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  814. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
  815. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
  816. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
  817. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
  818. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
  819. data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
  820. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
  821. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
  822. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
  823. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
  824. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
  825. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
  826. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
  827. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
  828. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
  829. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
  830. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
  831. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
  832. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
  833. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
  834. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
  835. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
  836. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
  837. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
  838. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
  839. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
  840. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
  841. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
  842. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
  843. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
  844. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
  845. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
  846. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
  847. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
  848. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
  849. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
  850. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
  851. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
  852. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
  853. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
  854. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
  855. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
  856. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
  857. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
  858. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  859. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
  860. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  861. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  862. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
  863. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
  864. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
  865. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
  866. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
  867. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
  868. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
  869. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  870. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
  871. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
  872. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
  873. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
  874. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
  875. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
  876. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
  877. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
  878. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
  879. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
  880. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
  881. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
  882. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
  883. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
  884. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
  885. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
  886. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
  887. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
  888. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
  889. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
  890. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
  891. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  892. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
  893. data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
  894. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
  895. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
  896. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
  897. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  898. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  899. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  900. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  901. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  902. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  903. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
  904. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
  905. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
  906. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
  907. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  908. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
  909. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  910. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  911. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
  912. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
  913. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
  914. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
  915. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
  916. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
  917. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
  918. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  919. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
  920. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
  921. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
  922. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
  923. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
  924. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
  925. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
  926. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  927. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  928. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
  929. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
  930. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
  931. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
  932. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
  933. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
  934. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
  935. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
  936. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  937. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  938. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
  939. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
  940. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
  941. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
  942. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
  943. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  944. data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
  945. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
  946. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
  947. data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
  948. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
  949. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  950. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  951. data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
  952. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
  953. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
  954. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
  955. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
  956. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
  957. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
  958. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
  959. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
  960. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
  961. data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
  962. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
  963. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
  964. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  965. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
  966. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
  967. data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
  968. data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
  969. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
  970. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
  971. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
  972. data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
  973. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
  974. data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
  975. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
  976. data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
  977. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
  978. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  979. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  980. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
  981. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
  982. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
  983. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
  984. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
  985. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
  986. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
  987. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
  988. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
  989. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
  990. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
  991. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
  992. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
  993. data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
  994. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
  995. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
  996. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
  997. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
  998. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  999. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  1000. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  1001. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
  1002. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
  1003. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
  1004. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
  1005. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
  1006. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
  1007. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
  1008. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
  1009. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
  1010. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
  1011. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
  1012. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
  1013. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
  1014. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
  1015. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
  1016. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
  1017. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
  1018. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
  1019. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
  1020. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
  1021. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
  1022. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
  1023. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
  1024. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
  1025. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
  1026. data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
  1027. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
  1028. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
  1029. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
  1030. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
  1031. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
  1032. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
  1033. data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
  1034. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
  1035. data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
  1036. data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
  1037. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
  1038. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
  1039. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
  1040. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
  1041. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
  1042. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
  1043. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
  1044. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
  1045. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
  1046. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
  1047. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
  1048. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
  1049. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
  1050. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
  1051. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
  1052. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  1053. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
  1054. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  1055. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
  1056. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
  1057. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
  1058. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
  1059. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  1060. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
  1061. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
  1062. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
  1063. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
  1064. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
  1065. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
  1066. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
  1067. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
  1068. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
  1069. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
  1070. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
  1071. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
  1072. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
  1073. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
  1074. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
  1075. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
  1076. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
  1077. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
  1078. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
  1079. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
  1080. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
  1081. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
  1082. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
  1083. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
  1084. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
  1085. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
  1086. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
  1087. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
  1088. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
  1089. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
  1090. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
  1091. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
  1092. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
  1093. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
  1094. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
  1095. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
  1096. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
  1097. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
  1098. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
  1099. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
  1100. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
  1101. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
  1102. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
  1103. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
  1104. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  1105. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
  1106. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  1107. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  1108. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
  1109. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
  1110. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
  1111. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
  1112. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
  1113. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
  1114. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
  1115. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  1116. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
  1117. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
  1118. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
  1119. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
  1120. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
  1121. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
  1122. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
  1123. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
  1124. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
  1125. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
  1126. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
  1127. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
  1128. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
  1129. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
  1130. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
  1131. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
  1132. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
  1133. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
  1134. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
  1135. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
  1136. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
  1137. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  1138. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
  1139. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
  1140. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
  1141. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
  1142. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
  1143. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  1144. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  1145. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  1146. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  1147. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  1148. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  1149. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
  1150. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
  1151. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
  1152. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
  1153. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  1154. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
  1155. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  1156. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  1157. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
  1158. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
  1159. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
  1160. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
  1161. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
  1162. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
  1163. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
  1164. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  1165. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
  1166. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
  1167. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
  1168. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
  1169. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
  1170. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
  1171. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
  1172. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  1173. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  1174. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
  1175. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
  1176. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
  1177. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
  1178. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
  1179. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
  1180. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
  1181. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
  1182. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  1183. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  1184. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
  1185. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
  1186. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
  1187. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
  1188. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
  1189. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  1190. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
  1191. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
  1192. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
  1193. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
  1194. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
  1195. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  1196. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  1197. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
  1198. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
  1199. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
  1200. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
  1201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
  1202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
  1203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
  1204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
  1205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
  1206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
  1207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
  1208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
  1209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
  1210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  1211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
  1212. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
  1213. data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
  1214. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
  1215. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
  1216. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
  1217. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
  1218. data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
  1219. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
  1220. data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
  1221. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
  1222. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
  1223. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
  1224. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  1225. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  1226. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
  1227. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
  1228. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
  1229. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
  1230. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
  1231. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
  1232. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
  1233. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
  1234. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
  1235. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
  1236. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
  1237. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>7.3.30. log_reopen &#8212; Groonga v7.0.1-160-gda23e59 documentation</title>
11
-
9
+ <title>7.3.30. log_reopen &#8212; Groonga v7.1.0-73-g6d02cfa documentation</title>
12
10
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../../_static/jquery.js"></script>
@@ -27,12 +25,10 @@
27
25
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
26
  <link rel="index" title="Index" href="../../genindex.html" />
29
27
  <link rel="search" title="Search" href="../../search.html" />
30
- <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
31
- <link rel="up" title="7.3. Command" href="../command.html" />
32
28
  <link rel="next" title="7.3.31. logical_count" href="logical_count.html" />
33
29
  <link rel="prev" title="7.3.29. log_put" href="log_put.html" />
34
30
  </head>
35
- <body role="document">
31
+ <body>
36
32
  <div class="header">
37
33
  <h1 class="title">
38
34
  <a id="top-link" href="../../index.html">
@@ -62,7 +58,7 @@
62
58
  <li class="right" >
63
59
  <a href="log_put.html" title="7.3.29. log_put"
64
60
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
61
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
66
62
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> &#187;</li>
67
63
  <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. Command</a> &#187;</li>
68
64
  </ul>
@@ -154,13 +150,6 @@
154
150
  <h4>Next topic</h4>
155
151
  <p class="topless"><a href="logical_count.html"
156
152
  title="next chapter">7.3.31. <code class="docutils literal"><span class="pre">logical_count</span></code></a></p>
157
- <div role="note" aria-label="source link">
158
- <h3>This Page</h3>
159
- <ul class="this-page-menu">
160
- <li><a href="../../_sources/reference/commands/log_reopen.txt"
161
- rel="nofollow">Show Source</a></li>
162
- </ul>
163
- </div>
164
153
  <div id="searchbox" style="display: none" role="search">
165
154
  <h3>Quick search</h3>
166
155
  <form class="search" action="../../search.html" method="get">
@@ -187,13 +176,13 @@
187
176
  <li class="right" >
188
177
  <a href="log_put.html" title="7.3.29. log_put"
189
178
  >previous</a> |</li>
190
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
179
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
191
180
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> &#187;</li>
192
181
  <li class="nav-item nav-item-2"><a href="../command.html" >7.3. Command</a> &#187;</li>
193
182
  </ul>
194
183
  </div>
195
184
  <div class="footer" role="contentinfo">
196
- &#169; Copyright 2009-2017, Brazil, Inc.
185
+ &#169; Copyright 2009-2018, Brazil, Inc.
197
186
  </div>
198
187
  </body>
199
188
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>7.3.31. logical_count &#8212; Groonga v7.0.1-160-gda23e59 documentation</title>
11
-
9
+ <title>7.3.31. logical_count &#8212; Groonga v7.1.0-73-g6d02cfa documentation</title>
12
10
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../../_static/jquery.js"></script>
@@ -27,12 +25,10 @@
27
25
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
26
  <link rel="index" title="Index" href="../../genindex.html" />
29
27
  <link rel="search" title="Search" href="../../search.html" />
30
- <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
31
- <link rel="up" title="7.3. Command" href="../command.html" />
32
28
  <link rel="next" title="7.3.32. logical_parameters" href="logical_parameters.html" />
33
29
  <link rel="prev" title="7.3.30. log_reopen" href="log_reopen.html" />
34
30
  </head>
35
- <body role="document">
31
+ <body>
36
32
  <div class="header">
37
33
  <h1 class="title">
38
34
  <a id="top-link" href="../../index.html">
@@ -62,7 +58,7 @@
62
58
  <li class="right" >
63
59
  <a href="log_reopen.html" title="7.3.30. log_reopen"
64
60
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
61
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
66
62
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> &#187;</li>
67
63
  <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. Command</a> &#187;</li>
68
64
  </ul>
@@ -80,151 +76,619 @@
80
76
  <div class="versionadded">
81
77
  <p><span class="versionmodified">New in version 5.0.0.</span></p>
82
78
  </div>
83
- <p><code class="docutils literal"><span class="pre">logical_count</span></code> is a command to count matched records even though actual records are stored into parted tables. It is useful for users because there is less need to care about maximum records of table <a class="reference internal" href="../../limitations.html"><span class="doc">Limitations</span></a>.</p>
84
- <p>Note that this feature is not matured yet, so there are some limitations.</p>
85
- <ul class="simple">
86
- <li>Create parted tables which contains &quot;_YYYYMMDD&quot; postfix. It is hardcoded, so you must create tables by each day.</li>
87
- <li>Load proper data into parted tables on your own.</li>
88
- </ul>
79
+ <p><code class="docutils literal"><span class="pre">logical_count</span></code> is a command that has only count feature in
80
+ <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a>. <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> searches records from
81
+ multiple tables, outputs the number of matched records, outputs
82
+ columns of the matched records and so on. <code class="docutils literal"><span class="pre">logical_count</span></code> only
83
+ searches records from multiple tables and output the number of matched
84
+ records.</p>
85
+ <p><code class="docutils literal"><span class="pre">logical_count</span></code> is useful when you just want the number of matched
86
+ records. You can use <code class="docutils literal"><span class="pre">logical_count</span></code> and <a class="reference internal" href="logical_range_filter.html"><span class="doc">logical_range_filter</span></a>
87
+ at once. You can show the first N matched records before you get the
88
+ number of matched records. If you use only <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a>, you
89
+ need to wait finishing all search.</p>
90
+ <p>You need to <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> <code class="docutils literal"><span class="pre">sharding</span></code> plugin because
91
+ this command is included in <code class="docutils literal"><span class="pre">sharding</span></code> plugin.</p>
89
92
  </div>
90
93
  <div class="section" id="syntax">
91
94
  <h2>7.3.31.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
92
95
  <p>This command takes many parameters.</p>
93
- <p>The required parameters are <code class="docutils literal"><span class="pre">logical_table</span></code> and <code class="docutils literal"><span class="pre">shard_key</span></code>:</p>
94
- <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count logical_table
95
- shard_key
96
- [min]
97
- [min_border]
98
- [max]
99
- [max_border]
100
- [filter]
96
+ <p>The required parameters are <code class="docutils literal"><span class="pre">logical_table</span></code> and <code class="docutils literal"><span class="pre">shard_key</span></code>. Other
97
+ parameters are optional:</p>
98
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count
99
+ logical_table
100
+ shard_key
101
+ [min=null]
102
+ [min_border=&quot;include&quot;]
103
+ [max=null]
104
+ [max_border=&quot;include&quot;]
105
+ [filter=null]
101
106
  </pre></div>
102
107
  </div>
108
+ <p>There are some parameters that can be only used as named
109
+ parameters. You can't use these parameters as ordered parameters. You
110
+ must specify parameter name.</p>
111
+ <p>Here are parameters that can be only used as named parameters:</p>
112
+ <blockquote>
113
+ <div><ul class="simple">
114
+ <li><code class="docutils literal"><span class="pre">cache=no</span></code></li>
115
+ </ul>
116
+ </div></blockquote>
117
+ <div class="versionadded">
118
+ <p><span class="versionmodified">New in version 7.0.9: </span>This command has the following named parameters for dynamic columns:</p>
119
+ <blockquote>
120
+ <div><ul class="simple">
121
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].stage=null</span></code></li>
122
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].flags=COLUMN_SCALAR</span></code></li>
123
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].type=null</span></code></li>
124
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].value=null</span></code></li>
125
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys=null</span></code></li>
126
+ <li><code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys=null</span></code></li>
127
+ </ul>
128
+ </div></blockquote>
129
+ <p>You can use one or more alphabets, digits, <code class="docutils literal"><span class="pre">_</span></code> for <code class="docutils literal"><span class="pre">${NAME}</span></code>. For
130
+ example, <code class="docutils literal"><span class="pre">column1</span></code> is a valid <code class="docutils literal"><span class="pre">${NAME}</span></code>. This is the same rule as
131
+ normal column. See also <a class="reference internal" href="column_create.html#column-create-name"><span class="std std-ref">name</span></a>.</p>
132
+ <p>Parameters that have the same <code class="docutils literal"><span class="pre">${NAME}</span></code> are grouped.</p>
133
+ <p>For example, the following parameters specify one dynamic column:</p>
134
+ <blockquote>
135
+ <div><ul class="simple">
136
+ <li><code class="docutils literal"><span class="pre">--columns[name].stage</span> <span class="pre">initial</span></code></li>
137
+ <li><code class="docutils literal"><span class="pre">--columns[name].type</span> <span class="pre">UInt32</span></code></li>
138
+ <li><code class="docutils literal"><span class="pre">--columns[name].value</span> <span class="pre">29</span></code></li>
139
+ </ul>
140
+ </div></blockquote>
141
+ <p>The following parameters specify two dynamic columns:</p>
142
+ <blockquote>
143
+ <div><ul class="simple">
144
+ <li><code class="docutils literal"><span class="pre">--columns[name1].stage</span> <span class="pre">initial</span></code></li>
145
+ <li><code class="docutils literal"><span class="pre">--columns[name1].type</span> <span class="pre">UInt32</span></code></li>
146
+ <li><code class="docutils literal"><span class="pre">--columns[name1].value</span> <span class="pre">29</span></code></li>
147
+ <li><code class="docutils literal"><span class="pre">--columns[name2].stage</span> <span class="pre">initial</span></code></li>
148
+ <li><code class="docutils literal"><span class="pre">--columns[name2].type</span> <span class="pre">Float</span></code></li>
149
+ <li><code class="docutils literal"><span class="pre">--columns[name2].value</span> <span class="pre">'_score</span> <span class="pre">*</span> <span class="pre">0.1'</span></code></li>
150
+ </ul>
151
+ </div></blockquote>
152
+ </div>
103
153
  </div>
104
154
  <div class="section" id="usage">
105
- <h2>7.3.31.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
106
- <p>Register <code class="docutils literal"><span class="pre">sharding</span></code> plugin to use <code class="docutils literal"><span class="pre">logical_count</span></code> command in advance.</p>
155
+ <span id="logical-count-usage"></span><h2>7.3.31.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
156
+ <p>Let's learn about usage with examples. This section shows many popular
157
+ usages.</p>
158
+ <p>You need to register <code class="docutils literal"><span class="pre">sharding</span></code> plugin because this command is
159
+ included in <code class="docutils literal"><span class="pre">sharding</span></code> plugin.</p>
160
+ <p>Execution example:</p>
161
+ <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register sharding
162
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
163
+ </pre></div>
164
+ </div>
107
165
  <p>Note that <code class="docutils literal"><span class="pre">logical_count</span></code> is implemented as an experimental plugin, and the specification may be changed in the future.</p>
108
166
  <p>Here is the simple example which shows how to use this feature. Let's consider to count specified logs which are stored into multiple tables.</p>
109
- <p>Here is the schema and data.</p>
167
+ <p>Here are a schema definition and sample data to show usage.</p>
110
168
  <p>Execution example:</p>
111
- <div class="highlight-none"><div class="highlight"><pre><span></span>table_create Logs_20150203 TABLE_NO_KEY
169
+ <div class="highlight-none"><div class="highlight"><pre><span></span>table_create Entries_20150708 TABLE_HASH_KEY ShortText
112
170
  # [[0, 1337566253.89858, 0.000355720520019531], true]
113
- column_create Logs_20150203 timestamp COLUMN_SCALAR Time
171
+ column_create Entries_20150708 created_at COLUMN_SCALAR Time
114
172
  # [[0, 1337566253.89858, 0.000355720520019531], true]
115
- column_create Logs_20150203 message COLUMN_SCALAR Text
173
+ column_create Entries_20150708 content COLUMN_SCALAR Text
116
174
  # [[0, 1337566253.89858, 0.000355720520019531], true]
117
- table_create Logs_20150204 TABLE_NO_KEY
175
+ column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32
118
176
  # [[0, 1337566253.89858, 0.000355720520019531], true]
119
- column_create Logs_20150204 timestamp COLUMN_SCALAR Time
177
+ column_create Entries_20150708 tag COLUMN_SCALAR ShortText
120
178
  # [[0, 1337566253.89858, 0.000355720520019531], true]
121
- column_create Logs_20150204 message COLUMN_SCALAR Text
179
+ table_create Entries_20150709 TABLE_HASH_KEY ShortText
122
180
  # [[0, 1337566253.89858, 0.000355720520019531], true]
123
- table_create Logs_20150205 TABLE_NO_KEY
181
+ column_create Entries_20150709 created_at COLUMN_SCALAR Time
124
182
  # [[0, 1337566253.89858, 0.000355720520019531], true]
125
- column_create Logs_20150205 timestamp COLUMN_SCALAR Time
183
+ column_create Entries_20150709 content COLUMN_SCALAR Text
126
184
  # [[0, 1337566253.89858, 0.000355720520019531], true]
127
- column_create Logs_20150205 message COLUMN_SCALAR Text
185
+ column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32
128
186
  # [[0, 1337566253.89858, 0.000355720520019531], true]
129
- </pre></div>
130
- </div>
131
- <p>Execution example:</p>
132
- <div class="highlight-none"><div class="highlight"><pre><span></span>load --table Logs_20150203
133
- [
134
- {&quot;timestamp&quot;: &quot;2015-02-03 23:59:58&quot;, &quot;message&quot;: &quot;Start&quot;},
135
- {&quot;timestamp&quot;: &quot;2015-02-03 23:59:58&quot;, &quot;message&quot;: &quot;Shutdown&quot;},
136
- {&quot;timestamp&quot;: &quot;2015-02-03 23:59:59&quot;, &quot;message&quot;: &quot;Start&quot;},
137
- {&quot;timestamp&quot;: &quot;2015-02-03 23:59:59&quot;, &quot;message&quot;: &quot;Shutdown&quot;}
138
- ]
139
- # [[0, 1337566253.89858, 0.000355720520019531], 4]
140
- load --table Logs_20150204
187
+ column_create Entries_20150709 tag COLUMN_SCALAR ShortText
188
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
189
+ table_create Terms TABLE_PAT_KEY ShortText \
190
+ --default_tokenizer TokenBigram \
191
+ --normalizer NormalizerAuto
192
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
193
+ column_create Terms entries_key_index_20150708 \
194
+ COLUMN_INDEX|WITH_POSITION Entries_20150708 _key
195
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
196
+ column_create Terms entries_content_index_20150708 \
197
+ COLUMN_INDEX|WITH_POSITION Entries_20150708 content
198
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
199
+ column_create Terms entries_key_index_20150709 \
200
+ COLUMN_INDEX|WITH_POSITION Entries_20150709 _key
201
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
202
+ column_create Terms entries_content_index_20150709 \
203
+ COLUMN_INDEX|WITH_POSITION Entries_20150709 content
204
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
205
+ load --table Entries_20150708
141
206
  [
142
- {&quot;timestamp&quot;: &quot;2015-02-04 00:00:00&quot;, &quot;message&quot;: &quot;Start&quot;},
143
- {&quot;timestamp&quot;: &quot;2015-02-04 00:00:00&quot;, &quot;message&quot;: &quot;Shutdown&quot;},
144
- {&quot;timestamp&quot;: &quot;2015-02-04 00:00:01&quot;, &quot;message&quot;: &quot;Start&quot;},
145
- {&quot;timestamp&quot;: &quot;2015-02-04 00:00:01&quot;, &quot;message&quot;: &quot;Shutdown&quot;},
146
- {&quot;timestamp&quot;: &quot;2015-02-04 23:59:59&quot;, &quot;message&quot;: &quot;Start&quot;},
147
- {&quot;timestamp&quot;: &quot;2015-02-04 23:59:59&quot;, &quot;message&quot;: &quot;Shutdown&quot;}
207
+ {&quot;_key&quot;: &quot;The first post!&quot;,
208
+ &quot;created_at&quot;: &quot;2015/07/08 00:00:00&quot;,
209
+ &quot;content&quot;: &quot;Welcome! This is my first post!&quot;,
210
+ &quot;n_likes&quot;: 5,
211
+ &quot;tag&quot;: &quot;Hello&quot;},
212
+ {&quot;_key&quot;: &quot;Groonga&quot;,
213
+ &quot;created_at&quot;: &quot;2015/07/08 01:00:00&quot;,
214
+ &quot;content&quot;: &quot;I started to use Groonga. It&#39;s very fast!&quot;,
215
+ &quot;n_likes&quot;: 10,
216
+ &quot;tag&quot;: &quot;Groonga&quot;},
217
+ {&quot;_key&quot;: &quot;Mroonga&quot;,
218
+ &quot;created_at&quot;: &quot;2015/07/08 02:00:00&quot;,
219
+ &quot;content&quot;: &quot;I also started to use Mroonga. It&#39;s also very fast! Really fast!&quot;,
220
+ &quot;n_likes&quot;: 15,
221
+ &quot;tag&quot;: &quot;Groonga&quot;}
148
222
  ]
149
- # [[0, 1337566253.89858, 0.000355720520019531], 6]
150
- load --table Logs_20150205
223
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
224
+ load --table Entries_20150709
151
225
  [
152
- {&quot;timestamp&quot;: &quot;2015-02-05 00:00:00&quot;, &quot;message&quot;: &quot;Start&quot;},
153
- {&quot;timestamp&quot;: &quot;2015-02-05 00:00:00&quot;, &quot;message&quot;: &quot;Shutdown&quot;},
154
- {&quot;timestamp&quot;: &quot;2015-02-05 00:00:01&quot;, &quot;message&quot;: &quot;Start&quot;},
155
- {&quot;timestamp&quot;: &quot;2015-02-05 00:00:01&quot;, &quot;message&quot;: &quot;Shutdown&quot;}
226
+ {&quot;_key&quot;: &quot;Good-bye Senna&quot;,
227
+ &quot;created_at&quot;: &quot;2015/07/09 00:00:00&quot;,
228
+ &quot;content&quot;: &quot;I migrated all Senna system!&quot;,
229
+ &quot;n_likes&quot;: 3,
230
+ &quot;tag&quot;: &quot;Senna&quot;},
231
+ {&quot;_key&quot;: &quot;Good-bye Tritonn&quot;,
232
+ &quot;created_at&quot;: &quot;2015/07/09 01:00:00&quot;,
233
+ &quot;content&quot;: &quot;I also migrated all Tritonn system!&quot;,
234
+ &quot;n_likes&quot;: 3,
235
+ &quot;tag&quot;: &quot;Senna&quot;}
156
236
  ]
157
- # [[0, 1337566253.89858, 0.000355720520019531], 4]
158
- </pre></div>
159
- </div>
160
- <p>There are three tables which are mapped each day from 2015 Feb 03 to 2015 Feb 05.</p>
161
- <ul class="simple">
162
- <li>Logs_20150203</li>
163
- <li>Logs_20150204</li>
164
- <li>Logs_20150205</li>
165
- </ul>
166
- <p>Then, it loads data into each table which correspond to.</p>
167
- <p>Let's count logs which contains &quot;Shutdown&quot; in <code class="docutils literal"><span class="pre">message</span></code> column and the value of timestamp is &quot;2015-02-04 00:00:00&quot; or later.</p>
168
- <p>Here is the query to achieve above purpose.</p>
169
- <p>Execution example:</p>
170
- <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count Logs timestamp --filter &#39;message == &quot;Shutdown&quot;&#39; --min &quot;2015-02-04 00:00:00&quot; --min_border &quot;include&quot;
171
- # [[0, 1337566253.89858, 0.000355720520019531], 5]
237
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
172
238
  </pre></div>
173
239
  </div>
174
- <p>There is a well known limitation about the number of records. By sharding feature, you can overcome such limitations because such a limitation is applied per table.</p>
240
+ <p>There are two tables, <code class="docutils literal"><span class="pre">Entries_20150708</span></code> and <code class="docutils literal"><span class="pre">Entries_20150709</span></code>,
241
+ for blog entries.</p>
175
242
  <div class="admonition note">
176
243
  <p class="first admonition-title">Note</p>
177
- <p class="last">There is no convenient query such as <code class="docutils literal"><span class="pre">PARTITIONING</span> <span class="pre">BY</span></code> in SQL. Thus, you must create table by <code class="docutils literal"><span class="pre">table_create</span></code> for each tables which contains &quot;_YYYYMMDD&quot; postfix in table name.</p>
244
+ <p class="last">You need to use <code class="docutils literal"><span class="pre">${LOGICAL_TABLE_NAME}_${YYYYMMDD}</span></code> naming rule
245
+ for table names. In this example, <code class="docutils literal"><span class="pre">LOGICAL_TABLE_NAME</span></code> is
246
+ <code class="docutils literal"><span class="pre">Entries</span></code> and <code class="docutils literal"><span class="pre">YYYYMMDD</span></code> is <code class="docutils literal"><span class="pre">20150708</span></code> or <code class="docutils literal"><span class="pre">20150709</span></code>.</p>
178
247
  </div>
248
+ <p>An entry has title, created time, content, the number of likes for the
249
+ entry and tag. Title is key of <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code>. Created time is
250
+ value of <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.created_at</span></code> column. Content is value of
251
+ <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> column. The number of likes is value of
252
+ <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.n_likes</span></code> column. Tag is value of
253
+ <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.tag</span></code> column.</p>
254
+ <p><code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> column and <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code>
255
+ column are indexed using <code class="docutils literal"><span class="pre">TokenBigram</span></code> tokenizer. So both
256
+ <code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> and <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> are
257
+ fulltext search ready.</p>
258
+ <p>OK. The schema and data for examples are ready.</p>
259
+ <p>Here is an example to count the number of records which have
260
+ <code class="docutils literal"><span class="pre">Groonga</span></code> or <code class="docutils literal"><span class="pre">Senna</span></code> in <code class="docutils literal"><span class="pre">content</span></code> column. <code class="docutils literal"><span class="pre">logical_count</span></code>
261
+ searches records over all <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code> tables.</p>
262
+ <p>Execution example:</p>
263
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
264
+ --logical_table Entries \
265
+ --shard_key created_at \
266
+ --filter &#39;query(&quot;content&quot;, &quot;Groonga OR Senna&quot;)&#39;
267
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
268
+ </pre></div>
269
+ </div>
270
+ <p>Here are matched records:</p>
271
+ <blockquote>
272
+ <div><ul class="simple">
273
+ <li><code class="docutils literal"><span class="pre">_key:&quot;Groonga&quot;</span></code> in <code class="docutils literal"><span class="pre">Entries_20150708</span></code></li>
274
+ <li><code class="docutils literal"><span class="pre">_key:&quot;Good-bye</span> <span class="pre">Senna&quot;</span></code> in <code class="docutils literal"><span class="pre">Entries_20150709</span></code></li>
275
+ </ul>
276
+ </div></blockquote>
179
277
  </div>
180
278
  <div class="section" id="parameters">
181
279
  <h2>7.3.31.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
182
- <p>This section describes parameters of <code class="docutils literal"><span class="pre">logical_count</span></code>.</p>
280
+ <p>This section describes parameters of this command.</p>
183
281
  <div class="section" id="required-parameters">
184
282
  <h3>7.3.31.4.1. Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
185
283
  <p>There are required parameters, <code class="docutils literal"><span class="pre">logical_table</span></code> and <code class="docutils literal"><span class="pre">shard_key</span></code>.</p>
186
284
  <div class="section" id="logical-table">
187
- <h4>7.3.31.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
188
- <p>Specifies logical table name. It means table name without &quot;_YYYYMMDD&quot; postfix.
189
- If you use actual table such as &quot;Logs_20150203&quot;, &quot;Logs_20150203&quot; and so on, logical table name is &quot;Logs&quot;.</p>
285
+ <span id="logical-count-logical-table"></span><h4>7.3.31.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
286
+ <p>Specifies logical table name. It means table name without
287
+ <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
288
+ <code class="docutils literal"><span class="pre">Logs_20150203</span></code>, <code class="docutils literal"><span class="pre">Logs_20150203</span></code> and so on, logical table name is
289
+ <code class="docutils literal"><span class="pre">Logs</span></code>.</p>
290
+ <p>You can count all records by specifying only <code class="docutils literal"><span class="pre">logical_table</span></code> and
291
+ <code class="docutils literal"><span class="pre">shard_key</span></code> parameters. They are required parameters.</p>
292
+ <p>Execution example:</p>
293
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
294
+ --logical_table Entries \
295
+ --shard_key created_at
296
+ # [[0, 1337566253.89858, 0.000355720520019531], 5]
297
+ </pre></div>
298
+ </div>
299
+ <p>If nonexistent table is specified, an error is returned.</p>
300
+ <p>Execution example:</p>
301
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
302
+ --logical_table Nonexistent \
303
+ --shard_key created_at
304
+ # [
305
+ # [
306
+ # -22,
307
+ # 1337566253.89858,
308
+ # 0.000355720520019531,
309
+ # &quot;[logical_count] no shard exists: logical_table: &lt;Nonexistent&gt;: shard_key: &lt;created_at&gt;&quot;,
310
+ # [
311
+ # [
312
+ # &quot;Groonga::Sharding::LogicalCountCommand.run_body&quot;,
313
+ # &quot;/home/horimoto/work/release/groonga/groonga.clean/plugins/sharding/logical_count.rb&quot;,
314
+ # 30
315
+ # ]
316
+ # ]
317
+ # ]
318
+ # ]
319
+ </pre></div>
320
+ </div>
190
321
  </div>
191
322
  <div class="section" id="shard-key">
192
- <h4>7.3.31.4.1.2. <code class="docutils literal"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
193
- <p>Specifies column name which is treated as shared key in each parted table.</p>
323
+ <span id="logical-count-shard-key"></span><h4>7.3.31.4.1.2. <code class="docutils literal"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
324
+ <p>Specifies column name which is treated as shared key. Shard key is a
325
+ column that stores data that is used for distributing records to
326
+ suitable shards.</p>
327
+ <p>Shard key must be <code class="docutils literal"><span class="pre">Time</span></code> type for now.</p>
328
+ <p>See <a class="reference internal" href="#logical-count-logical-table"><span class="std std-ref">logical_table</span></a> how to specify <code class="docutils literal"><span class="pre">shard_key</span></code>.</p>
194
329
  </div>
195
330
  </div>
196
331
  <div class="section" id="optional-parameters">
197
332
  <h3>7.3.31.4.2. Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
198
333
  <p>There are optional parameters.</p>
199
334
  <div class="section" id="min">
200
- <h4>7.3.31.4.2.1. <code class="docutils literal"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
201
- <p>Specifies the min value of <code class="docutils literal"><span class="pre">shard_key</span></code></p>
335
+ <span id="logical-count-min"></span><h4>7.3.31.4.2.1. <code class="docutils literal"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
336
+ <p>Specifies the minimum value of <code class="docutils literal"><span class="pre">shard_key</span></code> column. If shard doesn't
337
+ have any matched records, the shard isn't searched.</p>
338
+ <p>For example, <code class="docutils literal"><span class="pre">min</span></code> is <code class="docutils literal"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code>, <code class="docutils literal"><span class="pre">Entry_20150708</span></code>
339
+ isn't searched. Because <code class="docutils literal"><span class="pre">Entry_20150708</span></code> has only records for
340
+ <code class="docutils literal"><span class="pre">&quot;2015/07/08&quot;</span></code>.</p>
341
+ <p>The following example only uses <code class="docutils literal"><span class="pre">Entry_20150709</span></code>
342
+ table. <code class="docutils literal"><span class="pre">Entry_20150708</span></code> isn't used.</p>
343
+ <p>Execution example:</p>
344
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
345
+ --logical_table Entries \
346
+ --shard_key created_at \
347
+ --min &quot;2015/07/09 00:00:00&quot;
348
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
349
+ </pre></div>
350
+ </div>
202
351
  </div>
203
352
  <div class="section" id="min-border">
204
- <h4>7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
205
- <p>Specifies whether the min value of borderline must be include or not.
206
- Specify <code class="docutils literal"><span class="pre">include</span></code> or <code class="docutils literal"><span class="pre">exclude</span></code> as the value of this parameter.</p>
353
+ <span id="logical-count-min-border"></span><h4>7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
354
+ <p>Specifies whether the minimum value is included or not. Here is
355
+ available values.</p>
356
+ <table border="1" class="docutils">
357
+ <colgroup>
358
+ <col width="50%" />
359
+ <col width="50%" />
360
+ </colgroup>
361
+ <thead valign="bottom">
362
+ <tr class="row-odd"><th class="head">Value</th>
363
+ <th class="head">Description</th>
364
+ </tr>
365
+ </thead>
366
+ <tbody valign="top">
367
+ <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
368
+ <td>Includes <code class="docutils literal"><span class="pre">min</span></code> value. This is the default.</td>
369
+ </tr>
370
+ <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
371
+ <td>Doesn't include <code class="docutils literal"><span class="pre">min</span></code> value.</td>
372
+ </tr>
373
+ </tbody>
374
+ </table>
375
+ <p>Here is an example for <code class="docutils literal"><span class="pre">exclude</span></code>. The result doesn't include the
376
+ <code class="docutils literal"><span class="pre">&quot;Good-bye</span> <span class="pre">Senna&quot;</span></code> record because its <code class="docutils literal"><span class="pre">created_at</span></code> value is
377
+ <code class="docutils literal"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code>.</p>
378
+ <p>Execution example:</p>
379
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
380
+ --logical_table Entries \
381
+ --shard_key created_at \
382
+ --min &quot;2015/07/09 00:00:00&quot; \
383
+ --min_border &quot;exclude&quot;
384
+ # [[0, 1337566253.89858, 0.000355720520019531], 1]
385
+ </pre></div>
386
+ </div>
207
387
  </div>
208
388
  <div class="section" id="max">
209
- <h4>7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
210
- <p>Specifies the max value of <code class="docutils literal"><span class="pre">shard_key</span></code>.</p>
389
+ <span id="logical-count-max"></span><h4>7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
390
+ <p>Specifies the maximum value of <code class="docutils literal"><span class="pre">shard_key</span></code> column. If shard doesn't
391
+ have any matched records, the shard isn't searched.</p>
392
+ <p>For example, <code class="docutils literal"><span class="pre">max</span></code> is <code class="docutils literal"><span class="pre">&quot;2015/07/08</span> <span class="pre">23:59:59&quot;</span></code>, <code class="docutils literal"><span class="pre">Entry_20150709</span></code>
393
+ isn't searched. Because <code class="docutils literal"><span class="pre">Entry_20150709</span></code> has only records for
394
+ <code class="docutils literal"><span class="pre">&quot;&quot;2015/07/09&quot;</span></code>.</p>
395
+ <p>The following example only uses <code class="docutils literal"><span class="pre">Entry_20150708</span></code>
396
+ table. <code class="docutils literal"><span class="pre">Entry_20150709</span></code> isn't used.</p>
397
+ <p>Execution example:</p>
398
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
399
+ --logical_table Entries \
400
+ --shard_key created_at \
401
+ --max &quot;2015/07/08 23:59:59&quot;
402
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
403
+ </pre></div>
404
+ </div>
211
405
  </div>
212
406
  <div class="section" id="max-border">
213
- <h4>7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
214
- <p>Specifies whether the max value of borderline must be include or not.
215
- Specify <code class="docutils literal"><span class="pre">include</span></code> or <code class="docutils literal"><span class="pre">exclude</span></code> as the value of this parameter.</p>
407
+ <span id="logical-count-max-border"></span><h4>7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
408
+ <p>Specifies whether the maximum value is included or not. Here is
409
+ available values.</p>
410
+ <table border="1" class="docutils">
411
+ <colgroup>
412
+ <col width="50%" />
413
+ <col width="50%" />
414
+ </colgroup>
415
+ <thead valign="bottom">
416
+ <tr class="row-odd"><th class="head">Value</th>
417
+ <th class="head">Description</th>
418
+ </tr>
419
+ </thead>
420
+ <tbody valign="top">
421
+ <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
422
+ <td>Includes <code class="docutils literal"><span class="pre">max</span></code> value. This is the default.</td>
423
+ </tr>
424
+ <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
425
+ <td>Doesn't include <code class="docutils literal"><span class="pre">max</span></code> value.</td>
426
+ </tr>
427
+ </tbody>
428
+ </table>
429
+ <p>Here is an example for <code class="docutils literal"><span class="pre">exclude</span></code>. The result doesn't include the
430
+ <code class="docutils literal"><span class="pre">&quot;Good-bye</span> <span class="pre">Senna&quot;</span></code> record because its <code class="docutils literal"><span class="pre">created_at</span></code> value is
431
+ <code class="docutils literal"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code>.</p>
432
+ <p>Execution example:</p>
433
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
434
+ --logical_table Entries \
435
+ --shard_key created_at \
436
+ --max &quot;2015/07/09 00:00:00&quot; \
437
+ --max_border &quot;exclude&quot;
438
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
439
+ </pre></div>
440
+ </div>
216
441
  </div>
442
+ </div>
443
+ <div class="section" id="search-related-parameters">
444
+ <span id="logical-count-search-related-parameters"></span><h3>7.3.31.4.3. Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
445
+ <p>This command provides <a class="reference internal" href="select.html"><span class="doc">select</span></a> compatible search related
446
+ parameters.</p>
217
447
  <div class="section" id="filter">
218
- <h4>7.3.31.4.2.5. <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
448
+ <span id="logical-count-filter"></span><h4>7.3.31.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
449
+ <p>Corresponds to <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
450
+ <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> for details.</p>
451
+ <p>Here is an example:</p>
452
+ <p>Execution example:</p>
453
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
454
+ --logical_table Entries \
455
+ --shard_key created_at \
456
+ --filter &quot;n_likes &lt;= 5&quot;
457
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
458
+ </pre></div>
459
+ </div>
460
+ </div>
461
+ </div>
462
+ <div class="section" id="dynamic-column-related-parameters">
463
+ <span id="logical-count-dynamic-column-related-parameters"></span><h3>7.3.31.4.4. Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
464
+ <div class="versionadded">
465
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
466
+ </div>
467
+ <p>All dynamic column related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are
468
+ supported. See <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a> for
469
+ details.</p>
470
+ <div class="section" id="columns-name-stage">
471
+ <span id="logical-count-columns-name-stage"></span><h4>7.3.31.4.4.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
472
+ <div class="versionadded">
473
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
474
+ </div>
475
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
476
+ <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> for details.</p>
477
+ <p>This is a required parameter.</p>
478
+ <p>Only <code class="docutils literal"><span class="pre">initial</span></code> stage is valid. Because there are no processes after
479
+ <code class="docutils literal"><span class="pre">filtered</span></code> and <code class="docutils literal"><span class="pre">output</span></code> stages.</p>
480
+ <p>Here is an example that creates <code class="docutils literal"><span class="pre">is_popular</span></code> column at <code class="docutils literal"><span class="pre">initial</span></code>
481
+ stage. You can use <code class="docutils literal"><span class="pre">is_popular</span></code> in all parameters such as <code class="docutils literal"><span class="pre">filter</span></code>:</p>
482
+ <p>Execution example:</p>
483
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
484
+ --logical_table Entries \
485
+ --shard_key created_at \
486
+ --columns[is_popular].stage initial \
487
+ --columns[is_popular].type Bool \
488
+ --columns[is_popular].value &#39;n_likes &gt;= 10&#39; \
489
+ --filter is_popular
490
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
491
+ </pre></div>
492
+ </div>
493
+ </div>
494
+ <div class="section" id="columns-name-flags">
495
+ <span id="logical-count-columns-name-flags"></span><h4>7.3.31.4.4.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
496
+ <div class="versionadded">
497
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
498
+ </div>
499
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
500
+ <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> for details.</p>
501
+ <p>The default value is <code class="docutils literal"><span class="pre">COLUMN_SCALAR</span></code>.</p>
502
+ <p>Here is an example that creates a vector column by <code class="docutils literal"><span class="pre">COLUMN_VECTOR</span></code>
503
+ flags. <code class="docutils literal"><span class="pre">plugin_register</span> <span class="pre">functions/vector</span></code> is for using
504
+ <a class="reference internal" href="../functions/vector_new.html"><span class="doc">vector_new</span></a> function:</p>
505
+ <p>Execution example:</p>
506
+ <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/vector
507
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
508
+ logical_count \
509
+ --logical_table Entries \
510
+ --shard_key created_at \
511
+ --columns[vector].stage initial \
512
+ --columns[vector].flags COLUMN_VECTOR \
513
+ --columns[vector].type UInt32 \
514
+ --columns[vector].value &#39;vector_new(1, 2, 3)&#39; \
515
+ --filter &#39;vector_size(vector) &gt; 2&#39;
516
+ # [[0, 1337566253.89858, 0.000355720520019531], 5]
517
+ </pre></div>
518
+ </div>
519
+ </div>
520
+ <div class="section" id="columns-name-type">
521
+ <span id="logical-count-columns-name-type"></span><h4>7.3.31.4.4.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
522
+ <div class="versionadded">
523
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
524
+ </div>
525
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
526
+ <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> for details.</p>
527
+ <p>This is a required parameter.</p>
528
+ <p>Here is an example that creates a <code class="docutils literal"><span class="pre">ShortText</span></code> type column. Stored
529
+ value is casted to <code class="docutils literal"><span class="pre">ShortText</span></code> automatically. In this example,
530
+ number is casted to <code class="docutils literal"><span class="pre">ShortText</span></code>:</p>
531
+ <p>Execution example:</p>
532
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
533
+ --logical_table Entries \
534
+ --shard_key created_at \
535
+ --columns[n_likes_string].stage initial \
536
+ --columns[n_likes_string].type ShortText \
537
+ --columns[n_likes_string].value n_likes \
538
+ --filter &#39;n_likes_string == &quot;3&quot;&#39;
539
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
540
+ </pre></div>
541
+ </div>
542
+ </div>
543
+ <div class="section" id="columns-name-value">
544
+ <span id="logical-count-columns-name-value"></span><h4>7.3.31.4.4.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
545
+ <div class="versionadded">
546
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
547
+ </div>
548
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
549
+ <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> for details.</p>
550
+ <p>You need to specify <a class="reference internal" href="../window_function.html"><span class="doc">Window function</span></a> as <code class="docutils literal"><span class="pre">value</span></code>
551
+ value and other window function related parameters when you use window
552
+ function. See <a class="reference internal" href="#logical-count-window-function-related-parameters"><span class="std std-ref">Window function related parameters</span></a>
553
+ for details.</p>
554
+ <p>This is a required parameter.</p>
555
+ <p>Here is an example that creates a new dynamic column that stores the
556
+ number of characters of content. This example uses
557
+ <a class="reference internal" href="../functions/string_length.html"><span class="doc">string_length</span></a> function in
558
+ <code class="docutils literal"><span class="pre">functions/string</span></code> plugin to compute the number of characters in a
559
+ string. <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> is used to register
560
+ <code class="docutils literal"><span class="pre">functions/string</span></code> plugin:</p>
561
+ <p>Execution example:</p>
562
+ <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/string
563
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
564
+ logical_count \
565
+ --logical_table Entries \
566
+ --shard_key created_at \
567
+ --columns[content_length].stage initial \
568
+ --columns[content_length].type UInt32 \
569
+ --columns[content_length].value &#39;string_length(content)&#39; \
570
+ --filter &#39;content_length &gt;= 40&#39;
571
+ # [[0, 1337566253.89858, 0.000355720520019531], 2]
572
+ </pre></div>
573
+ </div>
574
+ </div>
575
+ </div>
576
+ <div class="section" id="window-function-related-parameters">
577
+ <span id="logical-count-window-function-related-parameters"></span><h3>7.3.31.4.5. Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
578
+ <div class="versionadded">
579
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
580
+ </div>
581
+ <p>All window function related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are
582
+ supported. See <a class="reference internal" href="select.html#select-window-function-related-parameters"><span class="std std-ref">Window function related parameters</span></a> for
583
+ details.</p>
584
+ <div class="admonition note">
585
+ <p class="first admonition-title">Note</p>
586
+ <p class="last">Window function over multiple tables aren't supported yet.</p>
587
+ </div>
588
+ <div class="section" id="columns-name-window-sort-keys">
589
+ <span id="logical-count-columns-name-window-sort-keys"></span><h4>7.3.31.4.5.1. <code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
590
+ <div class="versionadded">
591
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
592
+ </div>
593
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> in
594
+ <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> for
595
+ details.</p>
596
+ <p>You must specify <a class="reference internal" href="#logical-count-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a>
597
+ or <a class="reference internal" href="#logical-count-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> to use window
598
+ function.</p>
599
+ <p>Here is an example that computes cumulative sum per
600
+ <code class="docutils literal"><span class="pre">Entries.tag</span></code>. Each group is sorted by <code class="docutils literal"><span class="pre">Entries._key</span></code>:</p>
601
+ <p>Execution example:</p>
602
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
603
+ --logical_table Entries \
604
+ --shard_key created_at \
605
+ --columns[n_likes_cumulative_sum_per_tag].stage initial \
606
+ --columns[n_likes_cumulative_sum_per_tag].type UInt32 \
607
+ --columns[n_likes_cumulative_sum_per_tag].value &#39;window_sum(n_likes)&#39; \
608
+ --columns[n_likes_cumulative_sum_per_tag].window.sort_keys _key \
609
+ --columns[n_likes_cumulative_sum_per_tag].window.group_keys tag \
610
+ --filter &#39;n_likes_cumulative_sum_per_tag &gt; 5&#39;
611
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
612
+ </pre></div>
613
+ </div>
614
+ </div>
615
+ <div class="section" id="columns-name-window-group-keys">
616
+ <span id="logical-count-columns-name-window-group-keys"></span><h4>7.3.31.4.5.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
617
+ <div class="versionadded">
618
+ <p><span class="versionmodified">New in version 7.0.9.</span></p>
619
+ </div>
620
+ <p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> in
621
+ <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> for
622
+ details.</p>
623
+ <p>You must specify <a class="reference internal" href="#logical-count-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a>
624
+ or <a class="reference internal" href="#logical-count-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> to use window
625
+ function.</p>
626
+ <p>Here is an example that computes sum per <code class="docutils literal"><span class="pre">Entries.tag</span></code>:</p>
627
+ <p>Execution example:</p>
628
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
629
+ --logical_table Entries \
630
+ --shard_key created_at \
631
+ --columns[n_likes_sum_per_tag].stage initial \
632
+ --columns[n_likes_sum_per_tag].type UInt32 \
633
+ --columns[n_likes_sum_per_tag].value &#39;window_sum(n_likes)&#39; \
634
+ --columns[n_likes_sum_per_tag].window.group_keys tag \
635
+ --filter &#39;n_likes_sum_per_tag &gt; 5&#39;
636
+ # [[0, 1337566253.89858, 0.000355720520019531], 4]
637
+ </pre></div>
638
+ </div>
639
+ </div>
640
+ </div>
641
+ <div class="section" id="cache-related-parameter">
642
+ <h3>7.3.31.4.6. Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
643
+ <div class="section" id="cache">
644
+ <span id="logical-count-cache"></span><h4>7.3.31.4.6.1. <code class="docutils literal"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
645
+ <p>Specifies whether caching the result of this query or not.</p>
646
+ <p>If the result of this query is cached, the next same query returns
647
+ response quickly by using the cache.</p>
648
+ <p>It doesn't control whether existing cached result is used or not.</p>
649
+ <p>Here are available values:</p>
650
+ <table border="1" class="docutils">
651
+ <colgroup>
652
+ <col width="50%" />
653
+ <col width="50%" />
654
+ </colgroup>
655
+ <thead valign="bottom">
656
+ <tr class="row-odd"><th class="head">Value</th>
657
+ <th class="head">Description</th>
658
+ </tr>
659
+ </thead>
660
+ <tbody valign="top">
661
+ <tr class="row-even"><td><code class="docutils literal"><span class="pre">no</span></code></td>
662
+ <td>Don't cache the output of this query.</td>
663
+ </tr>
664
+ <tr class="row-odd"><td><code class="docutils literal"><span class="pre">yes</span></code></td>
665
+ <td>Cache the output of this query.
666
+ It's the default value.</td>
667
+ </tr>
668
+ </tbody>
669
+ </table>
670
+ <p>Here is an example to disable caching the result of this query:</p>
671
+ <p>Execution example:</p>
672
+ <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
673
+ --logical_table Entries \
674
+ --shard_key created_at \
675
+ --cache no
676
+ # [[0, 1337566253.89858, 0.000355720520019531], 5]
677
+ </pre></div>
678
+ </div>
679
+ <p>The default value is <code class="docutils literal"><span class="pre">yes</span></code>.</p>
219
680
  </div>
220
681
  </div>
221
682
  </div>
222
683
  <div class="section" id="return-value">
223
684
  <h2>7.3.31.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
224
- <p>TODO</p>
225
- <div class="highlight-none"><div class="highlight"><pre><span></span>[HEADER, LOGICAL_COUNT]
685
+ <p>The command returns a response with the following format:</p>
686
+ <div class="highlight-none"><div class="highlight"><pre><span></span>[HEADER, N_HITS]
226
687
  </pre></div>
227
688
  </div>
689
+ <p>If the command fails, error details are in <code class="docutils literal"><span class="pre">HEADER</span></code>.</p>
690
+ <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal"><span class="pre">HEADER</span></code>.</p>
691
+ <p><code class="docutils literal"><span class="pre">N_HITS</span></code> is the number of matched records.</p>
228
692
  </div>
229
693
  </div>
230
694
 
@@ -251,7 +715,26 @@ Specify <code class="docutils literal"><span class="pre">include</span></code> o
251
715
  <li><a class="reference internal" href="#min-border">7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code></a></li>
252
716
  <li><a class="reference internal" href="#max">7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code></a></li>
253
717
  <li><a class="reference internal" href="#max-border">7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code></a></li>
254
- <li><a class="reference internal" href="#filter">7.3.31.4.2.5. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
718
+ </ul>
719
+ </li>
720
+ <li><a class="reference internal" href="#search-related-parameters">7.3.31.4.3. Search related parameters</a><ul>
721
+ <li><a class="reference internal" href="#filter">7.3.31.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
722
+ </ul>
723
+ </li>
724
+ <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.31.4.4. Dynamic column related parameters</a><ul>
725
+ <li><a class="reference internal" href="#columns-name-stage">7.3.31.4.4.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code></a></li>
726
+ <li><a class="reference internal" href="#columns-name-flags">7.3.31.4.4.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code></a></li>
727
+ <li><a class="reference internal" href="#columns-name-type">7.3.31.4.4.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code></a></li>
728
+ <li><a class="reference internal" href="#columns-name-value">7.3.31.4.4.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code></a></li>
729
+ </ul>
730
+ </li>
731
+ <li><a class="reference internal" href="#window-function-related-parameters">7.3.31.4.5. Window function related parameters</a><ul>
732
+ <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.31.4.5.1. <code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
733
+ <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.31.4.5.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
734
+ </ul>
735
+ </li>
736
+ <li><a class="reference internal" href="#cache-related-parameter">7.3.31.4.6. Cache related parameter</a><ul>
737
+ <li><a class="reference internal" href="#cache">7.3.31.4.6.1. <code class="docutils literal"><span class="pre">cache</span></code></a></li>
255
738
  </ul>
256
739
  </li>
257
740
  </ul>
@@ -267,13 +750,6 @@ Specify <code class="docutils literal"><span class="pre">include</span></code> o
267
750
  <h4>Next topic</h4>
268
751
  <p class="topless"><a href="logical_parameters.html"
269
752
  title="next chapter">7.3.32. <code class="docutils literal"><span class="pre">logical_parameters</span></code></a></p>
270
- <div role="note" aria-label="source link">
271
- <h3>This Page</h3>
272
- <ul class="this-page-menu">
273
- <li><a href="../../_sources/reference/commands/logical_count.txt"
274
- rel="nofollow">Show Source</a></li>
275
- </ul>
276
- </div>
277
753
  <div id="searchbox" style="display: none" role="search">
278
754
  <h3>Quick search</h3>
279
755
  <form class="search" action="../../search.html" method="get">
@@ -300,13 +776,13 @@ Specify <code class="docutils literal"><span class="pre">include</span></code> o
300
776
  <li class="right" >
301
777
  <a href="log_reopen.html" title="7.3.30. log_reopen"
302
778
  >previous</a> |</li>
303
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
779
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
304
780
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> &#187;</li>
305
781
  <li class="nav-item nav-item-2"><a href="../command.html" >7.3. Command</a> &#187;</li>
306
782
  </ul>
307
783
  </div>
308
784
  <div class="footer" role="contentinfo">
309
- &#169; Copyright 2009-2017, Brazil, Inc.
785
+ &#169; Copyright 2009-2018, Brazil, Inc.
310
786
  </div>
311
787
  </body>
312
788
  </html>