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,25 +1,23 @@
1
1
 
2
2
 
3
+
3
4
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
5
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
 
6
-
7
7
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
8
8
  <head>
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
-
11
- <title>Index &#8212; Groonga v7.0.1-160-gda23e59 documentation</title>
12
-
10
+ <title>Index &#8212; Groonga v7.1.0-73-g6d02cfa documentation</title>
13
11
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
14
12
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
15
-
16
13
  <script type="text/javascript">
17
14
  var DOCUMENTATION_OPTIONS = {
18
15
  URL_ROOT: './',
19
- VERSION: '7.0.1-160-gda23e59',
16
+ VERSION: '7.1.0-73-g6d02cfa',
20
17
  COLLAPSE_INDEX: false,
21
18
  FILE_SUFFIX: '.html',
22
- HAS_SOURCE: true
19
+ HAS_SOURCE: false,
20
+ SOURCELINK_SUFFIX: '.txt'
23
21
  };
24
22
  </script>
25
23
  <script type="text/javascript" src="_static/jquery.js"></script>
@@ -27,10 +25,9 @@
27
25
  <script type="text/javascript" src="_static/doctools.js"></script>
28
26
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
27
  <link rel="index" title="Index" href="#" />
30
- <link rel="search" title="Search" href="search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
28
+ <link rel="search" title="Search" href="search.html" />
32
29
  </head>
33
- <body role="document">
30
+ <body>
34
31
  <div class="header">
35
32
  <h1 class="title">
36
33
  <a id="top-link" href="index.html">
@@ -54,7 +51,7 @@
54
51
  <li class="right" style="margin-right: 10px">
55
52
  <a href="#" title="General Index"
56
53
  accesskey="I">index</a></li>
57
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
54
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
58
55
  </ul>
59
56
  </div>
60
57
 
@@ -76,1673 +73,935 @@
76
73
  </div>
77
74
  <h2 id="Symbols">Symbols</h2>
78
75
  <table style="width: 100%" class="indextable genindextable"><tr>
79
- <td style="width: 33%" valign="top"><dl>
80
-
81
- <dt>
76
+ <td style="width: 33%; vertical-align: top;"><ul>
77
+ <li>
82
78
  --bind-address &lt;ip/hostname&gt;
83
- </dt>
84
-
85
- <dd><dl>
86
-
87
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">groonga command line option</a>
88
- </dt>
89
79
 
90
- </dl></dd>
91
-
92
- <dt>
80
+ <ul>
81
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">groonga command line option</a>
82
+ </li>
83
+ </ul></li>
84
+ <li>
93
85
  --cache-base-path &lt;path&gt;
94
- </dt>
95
-
96
- <dd><dl>
97
-
98
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">groonga command line option</a>
99
- </dt>
100
86
 
101
- </dl></dd>
102
-
103
- <dt>
87
+ <ul>
88
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">groonga command line option</a>
89
+ </li>
90
+ </ul></li>
91
+ <li>
104
92
  --cache-limit &lt;limit&gt;
105
- </dt>
106
93
 
107
- <dd><dl>
108
-
109
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">groonga command line option</a>
110
- </dt>
111
-
112
- </dl></dd>
113
-
114
- <dt>
94
+ <ul>
95
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">groonga command line option</a>
96
+ </li>
97
+ </ul></li>
98
+ <li>
115
99
  --config-path &lt;path&gt;
116
- </dt>
117
-
118
- <dd><dl>
119
-
120
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">groonga command line option</a>
121
- </dt>
122
100
 
123
- </dl></dd>
124
-
125
- <dt>
101
+ <ul>
102
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">groonga command line option</a>
103
+ </li>
104
+ </ul></li>
105
+ <li>
126
106
  --default-match-escalation-threshold &lt;threshold&gt;
127
- </dt>
128
-
129
- <dd><dl>
130
-
131
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">groonga command line option</a>
132
- </dt>
133
107
 
134
- </dl></dd>
135
-
136
- <dt>
108
+ <ul>
109
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">groonga command line option</a>
110
+ </li>
111
+ </ul></li>
112
+ <li>
137
113
  --default-request-timeout &lt;timeout&gt;
138
- </dt>
139
114
 
140
- <dd><dl>
141
-
142
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">groonga command line option</a>
143
- </dt>
144
-
145
- </dl></dd>
146
-
147
- <dt>
115
+ <ul>
116
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">groonga command line option</a>
117
+ </li>
118
+ </ul></li>
119
+ <li>
148
120
  --dir
149
- </dt>
150
-
151
- <dd><dl>
152
-
153
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">groonga-benchmark command line option</a>
154
- </dt>
155
121
 
156
- </dl></dd>
157
-
158
- <dt>
122
+ <ul>
123
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">groonga-benchmark command line option</a>
124
+ </li>
125
+ </ul></li>
126
+ <li>
159
127
  --disable-max-fd-check
160
- </dt>
161
-
162
- <dd><dl>
163
-
164
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">groonga-suggest-httpd command line option</a>
165
- </dt>
166
128
 
167
- </dl></dd>
168
-
169
- <dt>
129
+ <ul>
130
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">groonga-suggest-httpd command line option</a>
131
+ </li>
132
+ </ul></li>
133
+ <li>
170
134
  --document-root &lt;path&gt;
171
- </dt>
172
135
 
173
- <dd><dl>
174
-
175
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">groonga command line option</a>
176
- </dt>
177
-
178
- </dl></dd>
179
-
180
- <dt>
136
+ <ul>
137
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">groonga command line option</a>
138
+ </li>
139
+ </ul></li>
140
+ <li>
181
141
  --ftp
182
- </dt>
183
-
184
- <dd><dl>
185
-
186
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">groonga-benchmark command line option</a>
187
- </dt>
188
142
 
189
- </dl></dd>
190
-
191
- <dt>
143
+ <ul>
144
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">groonga-benchmark command line option</a>
145
+ </li>
146
+ </ul></li>
147
+ <li>
192
148
  --groonga &lt;groonga_path&gt;
193
- </dt>
194
-
195
- <dd><dl>
196
-
197
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">groonga-benchmark command line option</a>
198
- </dt>
199
149
 
200
- </dl></dd>
201
-
202
- <dt>
150
+ <ul>
151
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">groonga-benchmark command line option</a>
152
+ </li>
153
+ </ul></li>
154
+ <li>
203
155
  --log-level &lt;level&gt;
204
- </dt>
205
156
 
206
- <dd><dl>
207
-
208
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">groonga-suggest-learner command line option</a>
209
- </dt>
210
-
211
- </dl></dd>
212
-
213
- <dt>
157
+ <ul>
158
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">groonga-suggest-learner command line option</a>
159
+ </li>
160
+ </ul></li>
161
+ <li>
214
162
  --log-output-dir
215
- </dt>
216
-
217
- <dd><dl>
218
-
219
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">groonga-benchmark command line option</a>
220
- </dt>
221
163
 
222
- </dl></dd>
223
-
224
- <dt>
164
+ <ul>
165
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">groonga-benchmark command line option</a>
166
+ </li>
167
+ </ul></li>
168
+ <li>
225
169
  --log-path &lt;path&gt;
226
- </dt>
227
-
228
- <dd><dl>
229
-
230
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">groonga command line option</a>
231
- </dt>
232
-
233
-
234
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">groonga-suggest-learner command line option</a>
235
- </dt>
236
170
 
237
- </dl></dd>
238
-
239
- <dt>
171
+ <ul>
172
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">groonga command line option</a>
173
+ </li>
174
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">groonga-suggest-learner command line option</a>
175
+ </li>
176
+ </ul></li>
177
+ <li>
240
178
  --log-rotate-threshold-size &lt;threshold&gt;
241
- </dt>
242
-
243
- <dd><dl>
244
-
245
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">groonga command line option</a>
246
- </dt>
247
179
 
248
- </dl></dd>
249
-
250
- <dt>
180
+ <ul>
181
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">groonga command line option</a>
182
+ </li>
183
+ </ul></li>
184
+ <li>
251
185
  --n-lines-per-log-file
252
- </dt>
253
186
 
254
- <dd><dl>
255
-
256
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">groonga-suggest-httpd command line option</a>
257
- </dt>
258
-
259
- </dl></dd>
260
-
261
- <dt>
187
+ <ul>
188
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">groonga-suggest-httpd command line option</a>
189
+ </li>
190
+ </ul></li>
191
+ <li>
262
192
  --pid-path &lt;path&gt;
263
- </dt>
264
-
265
- <dd><dl>
266
-
267
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">groonga command line option</a>
268
- </dt>
269
193
 
270
- </dl></dd>
271
-
272
- <dt>
194
+ <ul>
195
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">groonga command line option</a>
196
+ </li>
197
+ </ul></li>
198
+ <li>
273
199
  --protocol &lt;gqtp|http&gt;
274
- </dt>
275
-
276
- <dd><dl>
277
-
278
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">groonga-benchmark command line option</a>
279
- </dt>
280
200
 
281
- </dl></dd>
282
-
283
- <dt>
201
+ <ul>
202
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">groonga-benchmark command line option</a>
203
+ </li>
204
+ </ul></li>
205
+ <li>
284
206
  --protocol &lt;protocol&gt;
285
- </dt>
286
207
 
287
- <dd><dl>
288
-
289
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">groonga command line option</a>
290
- </dt>
291
-
292
- </dl></dd>
293
-
294
- <dt>
208
+ <ul>
209
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">groonga command line option</a>
210
+ </li>
211
+ </ul></li>
212
+ <li>
295
213
  --query-log-path &lt;path&gt;
296
- </dt>
297
-
298
- <dd><dl>
299
-
300
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">groonga command line option</a>
301
- </dt>
302
214
 
303
- </dl></dd>
304
-
305
- <dt>
215
+ <ul>
216
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">groonga command line option</a>
217
+ </li>
218
+ </ul></li>
219
+ <li>
306
220
  --query-log-rotate-threshold-size &lt;threshold&gt;
307
- </dt>
308
-
309
- <dd><dl>
310
-
311
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">groonga command line option</a>
312
- </dt>
313
221
 
314
- </dl></dd>
315
-
316
- <dt>
222
+ <ul>
223
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">groonga command line option</a>
224
+ </li>
225
+ </ul></li>
226
+ <li>
317
227
  -a, --address &lt;ip/hostname&gt;
318
- </dt>
319
-
320
- <dd><dl>
321
-
322
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga command line option</a>
323
- </dt>
324
-
325
- </dl></dd>
326
- </dl></td>
327
- <td style="width: 33%" valign="top"><dl>
328
-
329
- <dt>
330
- -c
331
- </dt>
332
228
 
333
- <dd><dl>
334
-
335
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga command line option</a>
336
- </dt>
229
+ <ul>
230
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga command line option</a>
231
+ </li>
232
+ </ul></li>
233
+ </ul></td>
234
+ <td style="width: 33%; vertical-align: top;"><ul>
235
+ <li>
236
+ -c
337
237
 
338
- </dl></dd>
339
-
340
- <dt>
238
+ <ul>
239
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga command line option</a>
240
+ </li>
241
+ </ul></li>
242
+ <li>
341
243
  -d
342
- </dt>
343
-
344
- <dd><dl>
345
-
346
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga command line option</a>
347
- </dt>
348
244
 
349
- </dl></dd>
350
-
351
- <dt>
245
+ <ul>
246
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga command line option</a>
247
+ </li>
248
+ </ul></li>
249
+ <li>
352
250
  -d, --daemon
353
- </dt>
354
-
355
- <dd><dl>
356
-
357
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd command line option</a>
358
- </dt>
359
-
360
-
361
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner command line option</a>
362
- </dt>
363
251
 
364
- </dl></dd>
365
-
366
- <dt>
252
+ <ul>
253
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd command line option</a>
254
+ </li>
255
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner command line option</a>
256
+ </li>
257
+ </ul></li>
258
+ <li>
367
259
  -e, --encoding &lt;encoding&gt;
368
- </dt>
369
-
370
- <dd><dl>
371
-
372
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga command line option</a>
373
- </dt>
374
260
 
375
- </dl></dd>
376
-
377
- <dt>
261
+ <ul>
262
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga command line option</a>
263
+ </li>
264
+ </ul></li>
265
+ <li>
378
266
  -h, --help
379
- </dt>
380
267
 
381
- <dd><dl>
382
-
383
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga command line option</a>
384
- </dt>
385
-
386
- </dl></dd>
387
-
388
- <dt>
268
+ <ul>
269
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga command line option</a>
270
+ </li>
271
+ </ul></li>
272
+ <li>
389
273
  -i, --host &lt;ip/hostname&gt;
390
- </dt>
391
-
392
- <dd><dl>
393
-
394
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark command line option</a>
395
- </dt>
396
274
 
397
- </dl></dd>
398
-
399
- <dt>
275
+ <ul>
276
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark command line option</a>
277
+ </li>
278
+ </ul></li>
279
+ <li>
400
280
  -i, --server-id &lt;ip/hostname&gt;
401
- </dt>
402
-
403
- <dd><dl>
404
-
405
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga command line option</a>
406
- </dt>
407
281
 
408
- </dl></dd>
409
-
410
- <dt>
282
+ <ul>
283
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga command line option</a>
284
+ </li>
285
+ </ul></li>
286
+ <li>
411
287
  -l &lt;directory&gt;, --log-base-path &lt;directory&gt;
412
- </dt>
413
288
 
414
- <dd><dl>
415
-
416
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner command line option</a>
417
- </dt>
418
-
419
- </dl></dd>
420
-
421
- <dt>
289
+ <ul>
290
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner command line option</a>
291
+ </li>
292
+ </ul></li>
293
+ <li>
422
294
  -l, --log-base-path
423
- </dt>
424
-
425
- <dd><dl>
426
-
427
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd command line option</a>
428
- </dt>
429
295
 
430
- </dl></dd>
431
-
432
- <dt>
296
+ <ul>
297
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd command line option</a>
298
+ </li>
299
+ </ul></li>
300
+ <li>
433
301
  -l, --log-level &lt;log level&gt;
434
- </dt>
435
-
436
- <dd><dl>
437
-
438
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga command line option</a>
439
- </dt>
440
302
 
441
- </dl></dd>
442
-
443
- <dt>
303
+ <ul>
304
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga command line option</a>
305
+ </li>
306
+ </ul></li>
307
+ <li>
444
308
  -m
445
- </dt>
446
309
 
447
- <dd><dl>
448
-
449
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap command line option</a>
450
- </dt>
451
-
452
- </dl></dd>
453
-
454
- <dt>
310
+ <ul>
311
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap command line option</a>
312
+ </li>
313
+ </ul></li>
314
+ <li>
455
315
  -n
456
- </dt>
457
316
 
458
- <dd><dl>
459
-
460
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga command line option</a>
461
- </dt>
462
-
463
- </dl></dd>
464
-
465
- <dt>
317
+ <ul>
318
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga command line option</a>
319
+ </li>
320
+ </ul></li>
321
+ <li>
466
322
  -P
467
- </dt>
468
-
469
- <dd><dl>
470
-
471
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">grnslap command line option</a>
472
- </dt>
473
323
 
474
- </dl></dd>
475
-
476
- <dt>
324
+ <ul>
325
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">grnslap command line option</a>
326
+ </li>
327
+ </ul></li>
328
+ <li>
477
329
  -p, --port
478
- </dt>
479
-
480
- <dd><dl>
481
-
482
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd command line option</a>
483
- </dt>
484
330
 
485
- </dl></dd>
486
-
487
- <dt>
331
+ <ul>
332
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd command line option</a>
333
+ </li>
334
+ </ul></li>
335
+ <li>
488
336
  -p, --port &lt;port number&gt;
489
- </dt>
490
337
 
491
- <dd><dl>
492
-
493
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga command line option</a>
494
- </dt>
495
-
496
-
497
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark command line option</a>
498
- </dt>
499
-
500
- </dl></dd>
501
-
502
- <dt>
338
+ <ul>
339
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga command line option</a>
340
+ </li>
341
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark command line option</a>
342
+ </li>
343
+ </ul></li>
344
+ <li>
503
345
  -r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;
504
- </dt>
505
346
 
506
- <dd><dl>
507
-
508
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner command line option</a>
509
- </dt>
510
-
511
- </dl></dd>
512
-
513
- <dt>
347
+ <ul>
348
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner command line option</a>
349
+ </li>
350
+ </ul></li>
351
+ <li>
514
352
  -r, --receive-endpoint
515
- </dt>
516
-
517
- <dd><dl>
518
-
519
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd command line option</a>
520
- </dt>
521
353
 
522
- </dl></dd>
523
-
524
- <dt>
354
+ <ul>
355
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd command line option</a>
356
+ </li>
357
+ </ul></li>
358
+ <li>
525
359
  -s
526
- </dt>
527
-
528
- <dd><dl>
529
-
530
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga command line option</a>
531
- </dt>
532
360
 
533
- </dl></dd>
534
-
535
- <dt>
361
+ <ul>
362
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga command line option</a>
363
+ </li>
364
+ </ul></li>
365
+ <li>
536
366
  -s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;
537
- </dt>
538
367
 
539
- <dd><dl>
540
-
541
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner command line option</a>
542
- </dt>
543
-
544
- </dl></dd>
545
-
546
- <dt>
368
+ <ul>
369
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner command line option</a>
370
+ </li>
371
+ </ul></li>
372
+ <li>
547
373
  -s, --send-endpoint
548
- </dt>
549
-
550
- <dd><dl>
551
-
552
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd command line option</a>
553
- </dt>
554
374
 
555
- </dl></dd>
556
-
557
- <dt>
375
+ <ul>
376
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd command line option</a>
377
+ </li>
378
+ </ul></li>
379
+ <li>
558
380
  -t, --max-threads &lt;max threasd&gt;
559
- </dt>
560
-
561
- <dd><dl>
562
-
563
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga command line option</a>
564
- </dt>
565
381
 
566
- </dl></dd>
567
-
568
- <dt>
382
+ <ul>
383
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga command line option</a>
384
+ </li>
385
+ </ul></li>
386
+ <li>
569
387
  -t, --n-threads
570
- </dt>
571
388
 
572
- <dd><dl>
573
-
574
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd command line option</a>
575
- </dt>
576
-
577
- </dl></dd>
578
- </dl></td>
389
+ <ul>
390
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd command line option</a>
391
+ </li>
392
+ </ul></li>
393
+ </ul></td>
579
394
  </tr></table>
580
395
 
581
396
  <h2 id="C">C</h2>
582
397
  <table style="width: 100%" class="indextable genindextable"><tr>
583
- <td style="width: 33%" valign="top"><dl>
584
-
585
- <dt>
398
+ <td style="width: 33%; vertical-align: top;"><ul>
399
+ <li>
586
400
  command [args]
587
- </dt>
588
401
 
589
- <dd><dl>
590
-
591
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga command line option</a>
592
- </dt>
593
-
594
- </dl></dd>
595
- </dl></td>
402
+ <ul>
403
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga command line option</a>
404
+ </li>
405
+ </ul></li>
406
+ </ul></td>
596
407
  </tr></table>
597
408
 
598
409
  <h2 id="D">D</h2>
599
410
  <table style="width: 100%" class="indextable genindextable"><tr>
600
- <td style="width: 33%" valign="top"><dl>
601
-
602
- <dt>
411
+ <td style="width: 33%; vertical-align: top;"><ul>
412
+ <li>
603
413
  db
604
- </dt>
605
-
606
- <dd><dl>
607
-
608
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark command line option</a>
609
- </dt>
610
-
611
- </dl></dd>
612
- </dl></td>
613
- <td style="width: 33%" valign="top"><dl>
614
-
615
- <dt>
616
- dest
617
- </dt>
618
414
 
619
- <dd><dl>
620
-
621
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap command line option</a>
622
- </dt>
623
-
624
-
625
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga command line option</a>
626
- </dt>
415
+ <ul>
416
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark command line option</a>
417
+ </li>
418
+ </ul></li>
419
+ </ul></td>
420
+ <td style="width: 33%; vertical-align: top;"><ul>
421
+ <li>
422
+ dest
627
423
 
628
- </dl></dd>
629
- </dl></td>
424
+ <ul>
425
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap command line option</a>
426
+ </li>
427
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga command line option</a>
428
+ </li>
429
+ </ul></li>
430
+ </ul></td>
630
431
  </tr></table>
631
432
 
632
433
  <h2 id="G">G</h2>
633
434
  <table style="width: 100%" class="indextable genindextable"><tr>
634
- <td style="width: 33%" valign="top"><dl>
635
-
636
- <dt><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C type)</a>
637
- </dt>
638
-
639
-
640
- <dt><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C type)</a>
641
- </dt>
642
-
643
-
644
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C function)</a>
645
- </dt>
646
-
647
-
648
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C function)</a>
649
- </dt>
650
-
651
-
652
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C function)</a>
653
- </dt>
654
-
655
-
656
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C function)</a>
657
- </dt>
658
-
659
-
660
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C function)</a>
661
- </dt>
662
-
663
-
664
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C function)</a>
665
- </dt>
666
-
667
-
668
- <dt><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C function)</a>
669
- </dt>
670
-
671
-
672
- <dt><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C function)</a>
673
- </dt>
674
-
675
-
676
- <dt><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C function)</a>
677
- </dt>
678
-
679
-
680
- <dt><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C function)</a>
681
- </dt>
682
-
683
-
684
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C macro)</a>
685
- </dt>
686
-
687
-
688
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C macro)</a>
689
- </dt>
690
-
691
-
692
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C macro)</a>
693
- </dt>
694
-
695
-
696
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C macro)</a>
697
- </dt>
698
-
699
-
700
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C macro)</a>
701
- </dt>
702
-
703
-
704
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C macro)</a>
705
- </dt>
706
-
707
-
708
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C macro)</a>
709
- </dt>
710
-
711
-
712
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C macro)</a>
713
- </dt>
714
-
715
-
716
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C macro)</a>
717
- </dt>
718
-
719
-
720
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C macro)</a>
721
- </dt>
722
-
723
-
724
- <dt><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C function)</a>
725
- </dt>
726
-
727
-
728
- <dt><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C function)</a>
729
- </dt>
730
-
731
-
732
- <dt><a href="reference/api/grn_column.html#c.grn_column_truncate">grn_column_truncate (C function)</a>
733
- </dt>
734
-
735
-
736
- <dt><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C type)</a>
737
- </dt>
738
-
739
-
740
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C macro)</a>
741
- </dt>
742
-
743
-
744
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C macro)</a>
745
- </dt>
746
-
747
-
748
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C macro)</a>
749
- </dt>
750
-
751
-
752
- <dt><a href="reference/api/grn_content_type.html#c.grn_content_type">grn_content_type (C type)</a>
753
- </dt>
754
-
755
-
756
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C type)</a>
757
- </dt>
758
-
759
-
760
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C function)</a>
761
- </dt>
762
-
763
-
764
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C function)</a>
765
- </dt>
766
-
767
-
768
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C function)</a>
769
- </dt>
770
-
771
-
772
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C function)</a>
773
- </dt>
774
-
775
-
776
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C function)</a>
777
- </dt>
778
-
779
-
780
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables">grn_ctx_get_all_tables (C function)</a>
781
- </dt>
782
-
783
-
784
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C function)</a>
785
- </dt>
786
-
787
-
788
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C function)</a>
789
- </dt>
790
-
791
-
792
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_output_type">grn_ctx_get_output_type (C function)</a>
793
- </dt>
794
-
795
-
796
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C function)</a>
797
- </dt>
798
-
799
-
800
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_is_opened">grn_ctx_is_opened (C function)</a>
801
- </dt>
802
-
803
-
804
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C function)</a>
805
- </dt>
806
-
807
-
808
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C function)</a>
809
- </dt>
810
-
811
-
812
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C function)</a>
813
- </dt>
814
-
815
-
816
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C function)</a>
817
- </dt>
818
-
819
-
820
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_output_type">grn_ctx_set_output_type (C function)</a>
821
- </dt>
822
-
823
-
824
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C function)</a>
825
- </dt>
826
-
827
-
828
- <dt><a href="reference/api/grn_db.html#c.grn_db">grn_db (C type)</a>
829
- </dt>
830
-
831
-
832
- <dt><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C function)</a>
833
- </dt>
834
-
835
-
836
- <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C type)</a>
837
- </dt>
838
-
839
-
840
- <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C member)</a>
841
- </dt>
842
-
843
-
844
- <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.n_builtin_type_names">grn_db_create_optarg.n_builtin_type_names (C member)</a>
845
- </dt>
846
-
847
-
848
- <dt><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C function)</a>
849
- </dt>
850
-
851
-
852
- <dt><a href="reference/api/grn_db.html#c.grn_db_recover">grn_db_recover (C function)</a>
853
- </dt>
854
-
855
-
856
- <dt><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C function)</a>
857
- </dt>
858
-
859
-
860
- <dt><a href="reference/api/grn_db.html#c.grn_db_unmap">grn_db_unmap (C function)</a>
861
- </dt>
862
-
863
-
864
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C type)</a>
865
- </dt>
866
-
867
-
868
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C function)</a>
869
- </dt>
870
-
871
-
872
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C function)</a>
873
- </dt>
874
-
875
-
876
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C function)</a>
877
- </dt>
878
-
879
-
880
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C function)</a>
881
- </dt>
882
-
883
-
884
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C function)</a>
885
- </dt>
886
-
887
-
888
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C function)</a>
889
- </dt>
890
-
891
-
892
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C function)</a>
893
- </dt>
894
-
895
-
896
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C function)</a>
897
- </dt>
898
-
899
-
900
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C function)</a>
901
- </dt>
902
-
903
-
904
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C function)</a>
905
- </dt>
906
-
907
-
908
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C function)</a>
909
- </dt>
910
-
911
-
912
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C function)</a>
913
- </dt>
914
-
915
-
916
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_keywords">grn_expr_get_keywords (C function)</a>
917
- </dt>
918
-
919
-
920
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C function)</a>
921
- </dt>
922
-
923
-
924
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C function)</a>
925
- </dt>
926
-
927
-
928
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C function)</a>
929
- </dt>
930
-
931
-
932
- <dt><a href="reference/api/overview.html#c.grn_fin">grn_fin (C function)</a>
933
- </dt>
934
-
935
-
936
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C function)</a>
937
- </dt>
938
-
939
-
940
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C function)</a>
941
- </dt>
942
-
943
-
944
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C function)</a>
945
- </dt>
946
-
947
-
948
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C type)</a>
949
- </dt>
950
-
951
-
952
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C function)</a>
953
- </dt>
954
-
955
-
956
- <dt><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C function)</a>
957
- </dt>
958
-
959
-
960
- <dt><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C function)</a>
961
- </dt>
962
-
963
-
964
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C function)</a>
965
- </dt>
966
-
967
-
968
- <dt><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C function)</a>
969
- </dt>
970
-
971
-
972
- <dt><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C type)</a>
973
- </dt>
974
-
975
-
976
- <dt><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C type)</a>
977
- </dt>
978
-
979
-
980
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C type)</a>
981
- </dt>
982
-
983
-
984
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C function)</a>
985
- </dt>
986
-
987
-
988
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C function)</a>
989
- </dt>
990
-
991
-
992
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C function)</a>
993
- </dt>
994
-
995
-
996
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C function)</a>
997
- </dt>
998
-
999
-
1000
- <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C function)</a>
1001
- </dt>
1002
-
1003
-
1004
- <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C function)</a>
1005
- </dt>
1006
-
1007
-
1008
- <dt><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C type)</a>
1009
- </dt>
1010
-
1011
-
1012
- <dt><a href="reference/api/overview.html#c.grn_init">grn_init (C function)</a>
1013
- </dt>
1014
-
1015
-
1016
- <dt><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C type)</a>
1017
- </dt>
1018
-
1019
-
1020
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C function)</a>
1021
- </dt>
1022
-
1023
-
1024
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C macro)</a>
1025
- </dt>
1026
-
1027
-
1028
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_cast_by_id">grn_obj_cast_by_id (C function)</a>
1029
- </dt>
1030
-
1031
-
1032
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C function)</a>
1033
- </dt>
1034
-
1035
-
1036
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C function)</a>
1037
- </dt>
1038
-
1039
-
1040
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C function)</a>
1041
- </dt>
1042
-
1043
-
1044
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C function)</a>
1045
- </dt>
1046
-
1047
-
1048
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C macro)</a>
1049
- </dt>
1050
-
1051
-
1052
- <dt><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C function)</a>
1053
- </dt>
1054
-
1055
-
1056
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C macro)</a>
1057
- </dt>
1058
-
1059
-
1060
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C function)</a>
1061
- </dt>
1062
-
1063
-
1064
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C function)</a>
1065
- </dt>
1066
-
1067
-
1068
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C function)</a>
1069
- </dt>
1070
-
1071
-
1072
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C function)</a>
1073
- </dt>
1074
-
1075
-
1076
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C macro)</a>
1077
- </dt>
1078
-
1079
-
1080
- <dt><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C function)</a>
1081
- </dt>
1082
-
1083
-
1084
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C function)</a>
1085
- </dt>
1086
-
1087
-
1088
- <dt><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C function)</a>
1089
- </dt>
1090
-
1091
-
1092
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C function)</a>
1093
- </dt>
1094
-
1095
-
1096
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C function)</a>
1097
- </dt>
1098
-
1099
-
1100
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C function)</a>
1101
- </dt>
1102
-
1103
-
1104
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C function)</a>
1105
- </dt>
1106
-
1107
-
1108
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C function)</a>
1109
- </dt>
1110
-
1111
-
1112
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C macro)</a>
1113
- </dt>
1114
-
1115
-
1116
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C function)</a>
1117
- </dt>
1118
-
1119
-
1120
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C function)</a>
1121
- </dt>
1122
-
1123
-
1124
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C function)</a>
1125
- </dt>
1126
-
1127
-
1128
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C macro)</a>
1129
- </dt>
1130
-
1131
-
1132
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C function)</a>
1133
- </dt>
1134
-
1135
-
1136
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C function)</a>
1137
- </dt>
1138
-
1139
-
1140
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C function)</a>
1141
- </dt>
1142
-
1143
-
1144
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C macro)</a>
1145
- </dt>
1146
-
1147
-
1148
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C function)</a>
1149
- </dt>
1150
-
1151
-
1152
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C function)</a>
1153
- </dt>
1154
-
1155
-
1156
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C function)</a>
1157
- </dt>
1158
-
1159
-
1160
- <dt><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C function)</a>
1161
- </dt>
1162
-
1163
-
1164
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C macro)</a>
1165
- </dt>
1166
-
1167
-
1168
- <dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C function)</a>
1169
- </dt>
1170
-
1171
- </dl></td>
1172
- <td style="width: 33%" valign="top"><dl>
1173
-
1174
- <dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C function)</a>
1175
- </dt>
1176
-
1177
-
1178
- <dt><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C function)</a>
1179
- </dt>
1180
-
1181
-
1182
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C macro)</a>
1183
- </dt>
1184
-
1185
-
1186
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C function)</a>
1187
- </dt>
1188
-
1189
-
1190
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C function)</a>
1191
- </dt>
1192
-
1193
-
1194
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C function)</a>
1195
- </dt>
1196
-
1197
-
1198
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C macro)</a>
1199
- </dt>
1200
-
1201
-
1202
- <dt><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C function)</a>
1203
- </dt>
1204
-
1205
-
1206
- <dt><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C function)</a>
1207
- </dt>
1208
-
1209
-
1210
- <dt><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C function)</a>
1211
- </dt>
1212
-
1213
-
1214
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C macro)</a>
1215
- </dt>
1216
-
1217
-
1218
- <dt><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C function)</a>
1219
- </dt>
1220
-
1221
-
1222
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C function)</a>
1223
- </dt>
1224
-
1225
-
1226
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C macro)</a>
1227
- </dt>
1228
-
1229
-
1230
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C function)</a>
1231
- </dt>
1232
-
1233
-
1234
- <dt><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C function)</a>
1235
- </dt>
1236
-
1237
-
1238
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C macro)</a>
1239
- </dt>
1240
-
1241
-
1242
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C macro)</a>
1243
- </dt>
1244
-
1245
-
1246
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C type)</a>
1247
- </dt>
1248
-
1249
-
1250
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C function)</a>
1251
- </dt>
1252
-
1253
-
1254
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C function)</a>
1255
- </dt>
1256
-
1257
-
1258
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C function)</a>
1259
- </dt>
1260
-
1261
-
1262
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C function)</a>
1263
- </dt>
1264
-
1265
-
1266
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C function)</a>
1267
- </dt>
1268
-
1269
-
1270
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C function)</a>
1271
- </dt>
1272
-
1273
-
1274
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C function)</a>
1275
- </dt>
1276
-
1277
-
1278
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C macro)</a>
1279
- </dt>
1280
-
1281
-
1282
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C function)</a>
1283
- </dt>
1284
-
1285
-
1286
- <dt><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C function)</a>
1287
- </dt>
1288
-
1289
-
1290
- <dt><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C function)</a>
1291
- </dt>
1292
-
1293
-
1294
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C function)</a>
1295
- </dt>
1296
-
1297
-
1298
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C type)</a>
1299
- </dt>
1300
-
1301
-
1302
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C function)</a>
1303
- </dt>
1304
-
1305
-
1306
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C type)</a>
1307
- </dt>
1308
-
1309
-
1310
- <dt><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C type)</a>
1311
- </dt>
1312
-
1313
-
1314
- <dt><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C function)</a>
1315
- </dt>
1316
-
1317
-
1318
- <dt><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C function)</a>
1319
- </dt>
1320
-
1321
-
1322
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C function)</a>
1323
- </dt>
1324
-
1325
-
1326
- <dt><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C function)</a>
1327
- </dt>
1328
-
1329
-
1330
- <dt><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C function)</a>
1331
- </dt>
1332
-
1333
-
1334
- <dt><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C function)</a>
1335
- </dt>
1336
-
1337
-
1338
- <dt><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C function)</a>
1339
- </dt>
1340
-
1341
-
1342
- <dt><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C function)</a>
1343
- </dt>
1344
-
1345
-
1346
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C type)</a>
1347
- </dt>
1348
-
1349
-
1350
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C function)</a>
1351
- </dt>
1352
-
1353
-
1354
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C function)</a>
1355
- </dt>
1356
-
1357
-
1358
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C function)</a>
1359
- </dt>
1360
-
1361
-
1362
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C function)</a>
1363
- </dt>
1364
-
1365
-
1366
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C function)</a>
1367
- </dt>
1368
-
1369
-
1370
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C function)</a>
1371
- </dt>
1372
-
1373
-
1374
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C function)</a>
1375
- </dt>
1376
-
1377
-
1378
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C function)</a>
1379
- </dt>
1380
-
1381
-
1382
- <dt><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C function)</a>
1383
- </dt>
1384
-
1385
-
1386
- <dt><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C function)</a>
1387
- </dt>
1388
-
1389
-
1390
- <dt><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C function)</a>
1391
- </dt>
1392
-
1393
-
1394
- <dt><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C function)</a>
1395
- </dt>
1396
-
1397
-
1398
- <dt><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C function)</a>
1399
- </dt>
1400
-
1401
-
1402
- <dt><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C function)</a>
1403
- </dt>
1404
-
1405
-
1406
- <dt><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C type)</a>
1407
- </dt>
1408
-
1409
-
1410
- <dt><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C type)</a>
1411
- </dt>
1412
-
1413
-
1414
- <dt><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C function)</a>
1415
- </dt>
1416
-
1417
-
1418
- <dt><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C function)</a>
1419
- </dt>
1420
-
1421
-
1422
- <dt><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C function)</a>
1423
- </dt>
1424
-
1425
-
1426
- <dt><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C function)</a>
1427
- </dt>
1428
-
1429
-
1430
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C function)</a>
1431
- </dt>
1432
-
1433
-
1434
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C type)</a>
1435
- </dt>
1436
-
1437
-
1438
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C type)</a>
1439
- </dt>
1440
-
1441
-
1442
- <dt><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C function)</a>
1443
- </dt>
1444
-
1445
-
1446
- <dt><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C function)</a>
1447
- </dt>
1448
-
1449
-
1450
- <dt><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C function)</a>
1451
- </dt>
1452
-
1453
-
1454
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C function)</a>
1455
- </dt>
1456
-
1457
-
1458
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C type)</a>
1459
- </dt>
1460
-
1461
-
1462
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C function)</a>
1463
- </dt>
1464
-
1465
-
1466
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C function)</a>
1467
- </dt>
1468
-
1469
-
1470
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C type)</a>
1471
- </dt>
1472
-
1473
-
1474
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C function)</a>
1475
- </dt>
1476
-
1477
-
1478
- <dt><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C function)</a>
1479
- </dt>
1480
-
1481
-
1482
- <dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C type)</a>
1483
- </dt>
1484
-
1485
-
1486
- <dt>
435
+ <td style="width: 33%; vertical-align: top;"><ul>
436
+ <li><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C type)</a>
437
+ </li>
438
+ <li><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C type)</a>
439
+ </li>
440
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C function)</a>
441
+ </li>
442
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C function)</a>
443
+ </li>
444
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C function)</a>
445
+ </li>
446
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C function)</a>
447
+ </li>
448
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C function)</a>
449
+ </li>
450
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C function)</a>
451
+ </li>
452
+ <li><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C function)</a>
453
+ </li>
454
+ <li><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C function)</a>
455
+ </li>
456
+ <li><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C function)</a>
457
+ </li>
458
+ <li><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C function)</a>
459
+ </li>
460
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C macro)</a>
461
+ </li>
462
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C macro)</a>
463
+ </li>
464
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C macro)</a>
465
+ </li>
466
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C macro)</a>
467
+ </li>
468
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C macro)</a>
469
+ </li>
470
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C macro)</a>
471
+ </li>
472
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C macro)</a>
473
+ </li>
474
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C macro)</a>
475
+ </li>
476
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C macro)</a>
477
+ </li>
478
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C macro)</a>
479
+ </li>
480
+ <li><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C function)</a>
481
+ </li>
482
+ <li><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C function)</a>
483
+ </li>
484
+ <li><a href="reference/api/grn_column.html#c.grn_column_truncate">grn_column_truncate (C function)</a>
485
+ </li>
486
+ <li><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C type)</a>
487
+ </li>
488
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C macro)</a>
489
+ </li>
490
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C macro)</a>
491
+ </li>
492
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C macro)</a>
493
+ </li>
494
+ <li><a href="reference/api/grn_content_type.html#c.grn_content_type">grn_content_type (C type)</a>
495
+ </li>
496
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C type)</a>
497
+ </li>
498
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C function)</a>
499
+ </li>
500
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C function)</a>
501
+ </li>
502
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C function)</a>
503
+ </li>
504
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C function)</a>
505
+ </li>
506
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C function)</a>
507
+ </li>
508
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables">grn_ctx_get_all_tables (C function)</a>
509
+ </li>
510
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C function)</a>
511
+ </li>
512
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C function)</a>
513
+ </li>
514
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_output_type">grn_ctx_get_output_type (C function)</a>
515
+ </li>
516
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C function)</a>
517
+ </li>
518
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_is_opened">grn_ctx_is_opened (C function)</a>
519
+ </li>
520
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C function)</a>
521
+ </li>
522
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C function)</a>
523
+ </li>
524
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C function)</a>
525
+ </li>
526
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C function)</a>
527
+ </li>
528
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_output_type">grn_ctx_set_output_type (C function)</a>
529
+ </li>
530
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C function)</a>
531
+ </li>
532
+ <li><a href="reference/api/grn_db.html#c.grn_db">grn_db (C type)</a>
533
+ </li>
534
+ <li><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C function)</a>
535
+ </li>
536
+ <li><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C type)</a>
537
+ </li>
538
+ <li><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C member)</a>
539
+ </li>
540
+ <li><a href="reference/api/grn_db.html#c.grn_db_create_optarg.n_builtin_type_names">grn_db_create_optarg.n_builtin_type_names (C member)</a>
541
+ </li>
542
+ <li><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C function)</a>
543
+ </li>
544
+ <li><a href="reference/api/grn_db.html#c.grn_db_recover">grn_db_recover (C function)</a>
545
+ </li>
546
+ <li><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C function)</a>
547
+ </li>
548
+ <li><a href="reference/api/grn_db.html#c.grn_db_unmap">grn_db_unmap (C function)</a>
549
+ </li>
550
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C type)</a>
551
+ </li>
552
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C function)</a>
553
+ </li>
554
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C function)</a>
555
+ </li>
556
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C function)</a>
557
+ </li>
558
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C function)</a>
559
+ </li>
560
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C function)</a>
561
+ </li>
562
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C function)</a>
563
+ </li>
564
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C function)</a>
565
+ </li>
566
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C function)</a>
567
+ </li>
568
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C function)</a>
569
+ </li>
570
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C function)</a>
571
+ </li>
572
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C function)</a>
573
+ </li>
574
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C function)</a>
575
+ </li>
576
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_get_keywords">grn_expr_get_keywords (C function)</a>
577
+ </li>
578
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C function)</a>
579
+ </li>
580
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C function)</a>
581
+ </li>
582
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C function)</a>
583
+ </li>
584
+ <li><a href="reference/api/overview.html#c.grn_fin">grn_fin (C function)</a>
585
+ </li>
586
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C function)</a>
587
+ </li>
588
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C function)</a>
589
+ </li>
590
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C function)</a>
591
+ </li>
592
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C type)</a>
593
+ </li>
594
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C function)</a>
595
+ </li>
596
+ <li><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C function)</a>
597
+ </li>
598
+ <li><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C function)</a>
599
+ </li>
600
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C function)</a>
601
+ </li>
602
+ <li><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C function)</a>
603
+ </li>
604
+ <li><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C type)</a>
605
+ </li>
606
+ <li><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C type)</a>
607
+ </li>
608
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C type)</a>
609
+ </li>
610
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C function)</a>
611
+ </li>
612
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C function)</a>
613
+ </li>
614
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C function)</a>
615
+ </li>
616
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C function)</a>
617
+ </li>
618
+ <li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C function)</a>
619
+ </li>
620
+ <li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C function)</a>
621
+ </li>
622
+ <li><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C type)</a>
623
+ </li>
624
+ <li><a href="reference/api/overview.html#c.grn_init">grn_init (C function)</a>
625
+ </li>
626
+ <li><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C type)</a>
627
+ </li>
628
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C function)</a>
629
+ </li>
630
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C macro)</a>
631
+ </li>
632
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_cast_by_id">grn_obj_cast_by_id (C function)</a>
633
+ </li>
634
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C function)</a>
635
+ </li>
636
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C function)</a>
637
+ </li>
638
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C function)</a>
639
+ </li>
640
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C function)</a>
641
+ </li>
642
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C macro)</a>
643
+ </li>
644
+ <li><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C function)</a>
645
+ </li>
646
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C macro)</a>
647
+ </li>
648
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C function)</a>
649
+ </li>
650
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C function)</a>
651
+ </li>
652
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C function)</a>
653
+ </li>
654
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C function)</a>
655
+ </li>
656
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C macro)</a>
657
+ </li>
658
+ <li><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C function)</a>
659
+ </li>
660
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C function)</a>
661
+ </li>
662
+ <li><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C function)</a>
663
+ </li>
664
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C function)</a>
665
+ </li>
666
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C function)</a>
667
+ </li>
668
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C function)</a>
669
+ </li>
670
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C function)</a>
671
+ </li>
672
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C function)</a>
673
+ </li>
674
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C macro)</a>
675
+ </li>
676
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C function)</a>
677
+ </li>
678
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C function)</a>
679
+ </li>
680
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C function)</a>
681
+ </li>
682
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C macro)</a>
683
+ </li>
684
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C function)</a>
685
+ </li>
686
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C function)</a>
687
+ </li>
688
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C function)</a>
689
+ </li>
690
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C macro)</a>
691
+ </li>
692
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C function)</a>
693
+ </li>
694
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C function)</a>
695
+ </li>
696
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C function)</a>
697
+ </li>
698
+ <li><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C function)</a>
699
+ </li>
700
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C macro)</a>
701
+ </li>
702
+ <li><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C function)</a>
703
+ </li>
704
+ </ul></td>
705
+ <td style="width: 33%; vertical-align: top;"><ul>
706
+ <li><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C function)</a>
707
+ </li>
708
+ <li><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C function)</a>
709
+ </li>
710
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C macro)</a>
711
+ </li>
712
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C function)</a>
713
+ </li>
714
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C function)</a>
715
+ </li>
716
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C function)</a>
717
+ </li>
718
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C macro)</a>
719
+ </li>
720
+ <li><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C function)</a>
721
+ </li>
722
+ <li><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C function)</a>
723
+ </li>
724
+ <li><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C function)</a>
725
+ </li>
726
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C macro)</a>
727
+ </li>
728
+ <li><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C function)</a>
729
+ </li>
730
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C function)</a>
731
+ </li>
732
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C macro)</a>
733
+ </li>
734
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C function)</a>
735
+ </li>
736
+ <li><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C function)</a>
737
+ </li>
738
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C macro)</a>
739
+ </li>
740
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C macro)</a>
741
+ </li>
742
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C type)</a>
743
+ </li>
744
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C function)</a>
745
+ </li>
746
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C function)</a>
747
+ </li>
748
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C function)</a>
749
+ </li>
750
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C function)</a>
751
+ </li>
752
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C function)</a>
753
+ </li>
754
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C function)</a>
755
+ </li>
756
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C function)</a>
757
+ </li>
758
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C macro)</a>
759
+ </li>
760
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C function)</a>
761
+ </li>
762
+ <li><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C function)</a>
763
+ </li>
764
+ <li><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C function)</a>
765
+ </li>
766
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C function)</a>
767
+ </li>
768
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C type)</a>
769
+ </li>
770
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C function)</a>
771
+ </li>
772
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C type)</a>
773
+ </li>
774
+ <li><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C type)</a>
775
+ </li>
776
+ <li><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C function)</a>
777
+ </li>
778
+ <li><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C function)</a>
779
+ </li>
780
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C function)</a>
781
+ </li>
782
+ <li><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C function)</a>
783
+ </li>
784
+ <li><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C function)</a>
785
+ </li>
786
+ <li><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C function)</a>
787
+ </li>
788
+ <li><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C function)</a>
789
+ </li>
790
+ <li><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C function)</a>
791
+ </li>
792
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C type)</a>
793
+ </li>
794
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C function)</a>
795
+ </li>
796
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C function)</a>
797
+ </li>
798
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C function)</a>
799
+ </li>
800
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C function)</a>
801
+ </li>
802
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C function)</a>
803
+ </li>
804
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C function)</a>
805
+ </li>
806
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C function)</a>
807
+ </li>
808
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C function)</a>
809
+ </li>
810
+ <li><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C function)</a>
811
+ </li>
812
+ <li><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C function)</a>
813
+ </li>
814
+ <li><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C function)</a>
815
+ </li>
816
+ <li><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C function)</a>
817
+ </li>
818
+ <li><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C function)</a>
819
+ </li>
820
+ <li><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C function)</a>
821
+ </li>
822
+ <li><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C type)</a>
823
+ </li>
824
+ <li><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C type)</a>
825
+ </li>
826
+ <li><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C function)</a>
827
+ </li>
828
+ <li><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C function)</a>
829
+ </li>
830
+ <li><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C function)</a>
831
+ </li>
832
+ <li><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C function)</a>
833
+ </li>
834
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C function)</a>
835
+ </li>
836
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C type)</a>
837
+ </li>
838
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C type)</a>
839
+ </li>
840
+ <li><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C function)</a>
841
+ </li>
842
+ <li><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C function)</a>
843
+ </li>
844
+ <li><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C function)</a>
845
+ </li>
846
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C function)</a>
847
+ </li>
848
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C type)</a>
849
+ </li>
850
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C function)</a>
851
+ </li>
852
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C function)</a>
853
+ </li>
854
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C type)</a>
855
+ </li>
856
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C function)</a>
857
+ </li>
858
+ <li><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C function)</a>
859
+ </li>
860
+ <li><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C type)</a>
861
+ </li>
862
+ <li>
1487
863
  grnslap command line option
1488
- </dt>
1489
-
1490
- <dd><dl>
1491
-
1492
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">-P</a>
1493
- </dt>
1494
864
 
1495
-
1496
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
1497
- </dt>
1498
-
1499
-
1500
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
1501
- </dt>
1502
-
1503
- </dl></dd>
1504
-
1505
- <dt>
865
+ <ul>
866
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">-P</a>
867
+ </li>
868
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
869
+ </li>
870
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
871
+ </li>
872
+ </ul></li>
873
+ <li>
1506
874
  groonga command line option
1507
- </dt>
1508
-
1509
- <dd><dl>
1510
-
1511
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">--bind-address &lt;ip/hostname&gt;</a>
1512
- </dt>
1513
-
1514
-
1515
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">--cache-base-path &lt;path&gt;</a>
1516
- </dt>
1517
-
1518
-
1519
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">--cache-limit &lt;limit&gt;</a>
1520
- </dt>
1521
-
1522
-
1523
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">--config-path &lt;path&gt;</a>
1524
- </dt>
1525
-
1526
-
1527
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">--default-match-escalation-threshold &lt;threshold&gt;</a>
1528
- </dt>
1529
-
1530
-
1531
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">--default-request-timeout &lt;timeout&gt;</a>
1532
- </dt>
1533
-
1534
-
1535
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">--document-root &lt;path&gt;</a>
1536
- </dt>
1537
-
1538
-
1539
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">--log-path &lt;path&gt;</a>
1540
- </dt>
1541
875
 
1542
-
1543
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">--log-rotate-threshold-size &lt;threshold&gt;</a>
1544
- </dt>
1545
-
1546
-
1547
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">--pid-path &lt;path&gt;</a>
1548
- </dt>
1549
-
1550
-
1551
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">--protocol &lt;protocol&gt;</a>
1552
- </dt>
1553
-
1554
-
1555
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">--query-log-path &lt;path&gt;</a>
1556
- </dt>
1557
-
1558
-
1559
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">--query-log-rotate-threshold-size &lt;threshold&gt;</a>
1560
- </dt>
1561
-
1562
-
1563
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address &lt;ip/hostname&gt;</a>
1564
- </dt>
1565
-
1566
-
1567
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
1568
- </dt>
1569
-
1570
-
1571
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
1572
- </dt>
1573
-
1574
-
1575
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding &lt;encoding&gt;</a>
1576
- </dt>
1577
-
1578
-
1579
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
1580
- </dt>
1581
-
1582
-
1583
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id &lt;ip/hostname&gt;</a>
1584
- </dt>
1585
-
1586
-
1587
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level &lt;log level&gt;</a>
1588
- </dt>
1589
-
1590
-
1591
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
1592
- </dt>
1593
-
1594
-
1595
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port &lt;port number&gt;</a>
1596
- </dt>
1597
-
1598
-
1599
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
1600
- </dt>
1601
-
1602
-
1603
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads &lt;max threasd&gt;</a>
1604
- </dt>
1605
-
1606
-
1607
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
1608
- </dt>
1609
-
1610
-
1611
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
1612
- </dt>
1613
-
1614
- </dl></dd>
1615
-
1616
- <dt>
876
+ <ul>
877
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">--bind-address &lt;ip/hostname&gt;</a>
878
+ </li>
879
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">--cache-base-path &lt;path&gt;</a>
880
+ </li>
881
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">--cache-limit &lt;limit&gt;</a>
882
+ </li>
883
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">--config-path &lt;path&gt;</a>
884
+ </li>
885
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">--default-match-escalation-threshold &lt;threshold&gt;</a>
886
+ </li>
887
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">--default-request-timeout &lt;timeout&gt;</a>
888
+ </li>
889
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">--document-root &lt;path&gt;</a>
890
+ </li>
891
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">--log-path &lt;path&gt;</a>
892
+ </li>
893
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">--log-rotate-threshold-size &lt;threshold&gt;</a>
894
+ </li>
895
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">--pid-path &lt;path&gt;</a>
896
+ </li>
897
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">--protocol &lt;protocol&gt;</a>
898
+ </li>
899
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">--query-log-path &lt;path&gt;</a>
900
+ </li>
901
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">--query-log-rotate-threshold-size &lt;threshold&gt;</a>
902
+ </li>
903
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address &lt;ip/hostname&gt;</a>
904
+ </li>
905
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
906
+ </li>
907
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
908
+ </li>
909
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding &lt;encoding&gt;</a>
910
+ </li>
911
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
912
+ </li>
913
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id &lt;ip/hostname&gt;</a>
914
+ </li>
915
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level &lt;log level&gt;</a>
916
+ </li>
917
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
918
+ </li>
919
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port &lt;port number&gt;</a>
920
+ </li>
921
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
922
+ </li>
923
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads &lt;max threasd&gt;</a>
924
+ </li>
925
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
926
+ </li>
927
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
928
+ </li>
929
+ </ul></li>
930
+ <li>
1617
931
  groonga-benchmark command line option
1618
- </dt>
1619
-
1620
- <dd><dl>
1621
-
1622
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">--dir</a>
1623
- </dt>
1624
-
1625
-
1626
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">--ftp</a>
1627
- </dt>
1628
-
1629
-
1630
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">--groonga &lt;groonga_path&gt;</a>
1631
- </dt>
1632
-
1633
-
1634
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">--log-output-dir</a>
1635
- </dt>
1636
-
1637
-
1638
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">--protocol &lt;gqtp|http&gt;</a>
1639
- </dt>
1640
932
 
1641
-
1642
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host &lt;ip/hostname&gt;</a>
1643
- </dt>
1644
-
1645
-
1646
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port &lt;port number&gt;</a>
1647
- </dt>
1648
-
1649
-
1650
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
1651
- </dt>
1652
-
1653
-
1654
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
1655
- </dt>
1656
-
1657
- </dl></dd>
1658
-
1659
- <dt>
933
+ <ul>
934
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">--dir</a>
935
+ </li>
936
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">--ftp</a>
937
+ </li>
938
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">--groonga &lt;groonga_path&gt;</a>
939
+ </li>
940
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">--log-output-dir</a>
941
+ </li>
942
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">--protocol &lt;gqtp|http&gt;</a>
943
+ </li>
944
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host &lt;ip/hostname&gt;</a>
945
+ </li>
946
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port &lt;port number&gt;</a>
947
+ </li>
948
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
949
+ </li>
950
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
951
+ </li>
952
+ </ul></li>
953
+ <li>
1660
954
  groonga-suggest-httpd command line option
1661
- </dt>
1662
-
1663
- <dd><dl>
1664
-
1665
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">--disable-max-fd-check</a>
1666
- </dt>
1667
-
1668
-
1669
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">--n-lines-per-log-file</a>
1670
- </dt>
1671
-
1672
-
1673
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
1674
- </dt>
1675
-
1676
-
1677
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
1678
- </dt>
1679
-
1680
-
1681
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
1682
- </dt>
1683
-
1684
-
1685
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
1686
- </dt>
1687
-
1688
-
1689
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
1690
- </dt>
1691
955
 
1692
-
1693
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
1694
- </dt>
1695
-
1696
- </dl></dd>
1697
-
1698
- <dt>
956
+ <ul>
957
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">--disable-max-fd-check</a>
958
+ </li>
959
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">--n-lines-per-log-file</a>
960
+ </li>
961
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
962
+ </li>
963
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
964
+ </li>
965
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
966
+ </li>
967
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
968
+ </li>
969
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
970
+ </li>
971
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
972
+ </li>
973
+ </ul></li>
974
+ <li>
1699
975
  groonga-suggest-learner command line option
1700
- </dt>
1701
-
1702
- <dd><dl>
1703
-
1704
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">--log-level &lt;level&gt;</a>
1705
- </dt>
1706
-
1707
-
1708
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">--log-path &lt;path&gt;</a>
1709
- </dt>
1710
-
1711
-
1712
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
1713
- </dt>
1714
-
1715
-
1716
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l &lt;directory&gt;, --log-base-path &lt;directory&gt;</a>
1717
- </dt>
1718
976
 
1719
-
1720
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;</a>
1721
- </dt>
1722
-
1723
-
1724
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;</a>
1725
- </dt>
1726
-
1727
- </dl></dd>
1728
- </dl></td>
977
+ <ul>
978
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">--log-level &lt;level&gt;</a>
979
+ </li>
980
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">--log-path &lt;path&gt;</a>
981
+ </li>
982
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
983
+ </li>
984
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l &lt;directory&gt;, --log-base-path &lt;directory&gt;</a>
985
+ </li>
986
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;</a>
987
+ </li>
988
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;</a>
989
+ </li>
990
+ </ul></li>
991
+ </ul></td>
1729
992
  </tr></table>
1730
993
 
1731
994
  <h2 id="S">S</h2>
1732
995
  <table style="width: 100%" class="indextable genindextable"><tr>
1733
- <td style="width: 33%" valign="top"><dl>
1734
-
1735
- <dt>
996
+ <td style="width: 33%; vertical-align: top;"><ul>
997
+ <li>
1736
998
  script
1737
- </dt>
1738
999
 
1739
- <dd><dl>
1740
-
1741
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark command line option</a>
1742
- </dt>
1743
-
1744
- </dl></dd>
1745
- </dl></td>
1000
+ <ul>
1001
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark command line option</a>
1002
+ </li>
1003
+ </ul></li>
1004
+ </ul></td>
1746
1005
  </tr></table>
1747
1006
 
1748
1007
 
@@ -1775,11 +1034,11 @@
1775
1034
  <li class="right" style="margin-right: 10px">
1776
1035
  <a href="#" title="General Index"
1777
1036
  >index</a></li>
1778
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
1037
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> &#187;</li>
1779
1038
  </ul>
1780
1039
  </div>
1781
1040
  <div class="footer" role="contentinfo">
1782
- &#169; Copyright 2009-2017, Brazil, Inc.
1041
+ &#169; Copyright 2009-2018, Brazil, Inc.
1783
1042
  </div>
1784
1043
  </body>
1785
1044
  </html>