rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-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_seh-1.dll +0 -0
  46. data/vendor/local/bin/libgroonga-0.dll +0 -0
  47. data/vendor/local/bin/libmecab-2.dll +0 -0
  48. data/vendor/local/bin/libmsgpackc.dll +0 -0
  49. data/vendor/local/bin/libonigmo-6.dll +0 -0
  50. data/vendor/local/bin/libpcre-1.dll +0 -0
  51. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  52. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  53. data/vendor/local/bin/libstdc++-6.dll +0 -0
  54. data/vendor/local/bin/lz4.exe +0 -0
  55. data/vendor/local/bin/lz4c.exe +0 -0
  56. data/vendor/local/bin/lz4cat +0 -0
  57. data/vendor/local/bin/mecab.exe +0 -0
  58. data/vendor/local/bin/pcre-config +1 -1
  59. data/vendor/local/bin/pcregrep.exe +0 -0
  60. data/vendor/local/bin/pcretest.exe +0 -0
  61. data/vendor/local/bin/zlib1.dll +0 -0
  62. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  63. data/vendor/local/include/groonga/groonga.h +1 -0
  64. data/vendor/local/include/groonga/groonga.hpp +21 -0
  65. data/vendor/local/include/groonga/groonga/arrow.h +38 -0
  66. data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
  67. data/vendor/local/include/groonga/groonga/column.h +9 -0
  68. data/vendor/local/include/groonga/groonga/expr.h +9 -1
  69. data/vendor/local/include/groonga/groonga/groonga.h +19 -3
  70. data/vendor/local/include/groonga/groonga/obj.h +3 -0
  71. data/vendor/local/include/groonga/groonga/operator.h +2 -1
  72. data/vendor/local/include/groonga/groonga/plugin.h +8 -0
  73. data/vendor/local/include/groonga/groonga/portability.h +19 -1
  74. data/vendor/local/include/groonga/groonga/table.h +14 -0
  75. data/vendor/local/include/groonga/groonga/util.h +3 -0
  76. data/vendor/local/include/groonga/groonga/window_function.h +2 -0
  77. data/vendor/local/include/pcre.h +2 -2
  78. data/vendor/local/include/pcre_stringpiece.h +2 -2
  79. data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
  80. data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
  81. data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
  82. data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
  83. data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
  84. data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
  85. data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
  86. data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
  87. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  88. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  89. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  90. data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
  91. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  92. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  93. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  94. data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
  95. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  96. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  97. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  98. data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
  99. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  100. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  101. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  102. data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
  103. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  104. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  105. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
  106. data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
  107. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  108. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  109. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  110. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
  111. data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
  112. data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
  113. data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
  114. data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
  115. data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
  116. data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
  117. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
  118. data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
  119. data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
  120. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  121. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  122. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  123. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
  124. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  125. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  126. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  127. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
  128. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  129. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  130. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  131. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
  132. data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
  133. data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
  134. data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
  135. data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
  136. data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
  137. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
  138. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
  139. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
  140. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
  141. data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
  142. data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
  143. data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
  144. data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
  145. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
  146. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
  147. data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
  148. data/vendor/local/lib/libgroonga.a +0 -0
  149. data/vendor/local/lib/libgroonga.dll.a +0 -0
  150. data/vendor/local/lib/libgroonga.la +1 -1
  151. data/vendor/local/lib/liblz4.a +0 -0
  152. data/vendor/local/lib/liblz4.dll +0 -0
  153. data/vendor/local/lib/liblz4.dll.1 +0 -0
  154. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  155. data/vendor/local/lib/libmecab.a +0 -0
  156. data/vendor/local/lib/libmecab.dll.a +0 -0
  157. data/vendor/local/lib/libmecab.la +2 -2
  158. data/vendor/local/lib/libmsgpackc.a +0 -0
  159. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  160. data/vendor/local/lib/libonigmo.a +0 -0
  161. data/vendor/local/lib/libonigmo.dll.a +0 -0
  162. data/vendor/local/lib/libpcre.a +0 -0
  163. data/vendor/local/lib/libpcre.dll.a +0 -0
  164. data/vendor/local/lib/libpcre.la +1 -1
  165. data/vendor/local/lib/libpcrecpp.a +0 -0
  166. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  167. data/vendor/local/lib/libpcreposix.a +0 -0
  168. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  169. data/vendor/local/lib/libpcreposix.la +1 -1
  170. data/vendor/local/lib/libz.a +0 -0
  171. data/vendor/local/lib/libz.dll.a +0 -0
  172. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  173. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  174. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  176. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  177. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  178. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  179. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  180. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  181. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  182. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
  183. data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
  184. data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
  185. data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
  186. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
  187. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  188. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  189. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  190. data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  191. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
  192. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  193. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  194. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
  195. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  196. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  197. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  198. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
  199. data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
  200. data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
  201. data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
  202. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
  203. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
  204. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
  205. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
  206. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
  207. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
  208. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
  209. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
  210. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
  211. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
  212. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
  213. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
  214. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
  215. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
  216. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
  217. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
  218. data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
  219. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
  220. data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
  221. data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
  222. data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
  223. data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
  224. data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
  225. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
  226. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
  227. data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
  228. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
  229. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
  230. data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
  231. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
  232. data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
  233. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
  234. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
  235. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
  236. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
  237. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
  238. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
  239. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
  240. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
  241. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
  242. data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
  243. data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
  244. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  245. data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
  246. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
  247. data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
  248. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
  249. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
  250. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
  251. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
  252. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
  253. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
  254. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
  255. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
  256. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
  257. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
  258. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
  259. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
  260. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
  261. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
  262. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
  263. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
  264. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
  265. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
  266. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
  267. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
  268. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
  269. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
  270. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
  271. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
  272. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
  273. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
  274. data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
  275. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
  276. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
  277. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
  278. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
  280. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
  281. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
  282. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
  283. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
  284. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
  285. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
  286. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
  291. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
  292. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
  293. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
  294. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
  295. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
  296. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
  297. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
  298. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
  299. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
  300. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
  301. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
  302. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
  303. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
  304. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
  305. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
  306. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
  307. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
  308. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
  309. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
  310. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
  311. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
  312. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
  313. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
  314. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
  315. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
  316. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
  317. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
  318. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
  319. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
  320. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
  321. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
  322. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
  323. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
  324. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
  325. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
  326. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
  327. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
  328. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
  329. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
  330. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
  331. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
  332. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
  333. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
  334. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
  335. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
  336. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
  337. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
  338. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
  339. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
  340. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
  341. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
  342. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
  343. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
  344. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
  345. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
  346. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
  347. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
  348. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
  349. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
  350. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
  351. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
  352. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
  353. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
  354. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
  355. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
  356. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
  357. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
  358. data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
  359. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
  360. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
  361. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
  362. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
  363. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
  364. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
  365. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
  366. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
  367. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
  368. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
  369. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
  370. data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
  371. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
  372. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
  373. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
  374. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
  375. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
  376. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
  377. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
  378. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
  379. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
  380. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
  381. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
  382. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
  383. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
  384. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
  385. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
  386. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
  387. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
  388. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
  389. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
  390. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
  391. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
  392. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
  393. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
  394. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
  395. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
  396. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
  397. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
  398. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
  399. data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
  400. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
  401. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
  402. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
  403. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
  404. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
  405. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
  406. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
  407. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
  408. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
  409. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
  410. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
  411. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
  412. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
  413. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
  414. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
  415. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
  416. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
  417. data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
  418. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
  419. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
  420. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
  421. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
  422. data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
  423. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  424. data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
  425. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
  426. data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
  427. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
  428. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
  429. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
  430. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
  431. data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
  432. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
  433. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
  434. data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
  435. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
  436. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
  437. data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
  438. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
  439. data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
  440. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
  441. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
  442. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
  443. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
  444. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
  445. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
  446. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
  447. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
  448. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
  449. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
  450. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
  451. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  452. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
  453. data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
  454. data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
  455. data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
  456. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
  457. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  458. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  459. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  460. data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  461. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
  462. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  463. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  464. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
  465. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  466. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  467. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  468. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
  469. data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
  470. data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
  471. data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
  472. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
  473. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
  474. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
  475. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
  476. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
  477. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
  478. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
  479. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
  480. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
  481. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
  482. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
  483. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
  484. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
  485. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
  486. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
  487. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
  488. data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
  489. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
  490. data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
  491. data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
  492. data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
  493. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
  494. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
  495. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
  496. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
  497. data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
  498. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
  499. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
  500. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
  501. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
  502. data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
  503. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
  504. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
  505. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
  506. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
  507. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
  508. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
  509. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
  510. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
  511. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
  512. data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
  513. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
  514. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  515. data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
  516. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
  517. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
  518. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
  519. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
  520. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
  521. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
  522. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
  523. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
  524. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
  525. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
  526. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
  527. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
  528. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
  529. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
  530. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
  531. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
  532. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
  533. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
  534. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
  535. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
  536. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
  537. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
  538. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
  539. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
  540. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
  541. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
  542. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
  543. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
  544. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
  545. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
  546. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
  547. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
  548. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
  549. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
  550. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
  551. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
  552. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
  553. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
  554. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
  555. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
  556. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
  557. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
  558. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
  559. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
  560. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
  561. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
  562. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
  563. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
  564. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
  565. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
  566. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
  567. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
  568. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
  569. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
  570. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
  571. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
  572. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
  573. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
  574. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
  575. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
  576. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
  577. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
  578. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
  579. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
  580. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
  581. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
  582. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
  583. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
  584. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
  585. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
  586. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
  587. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
  588. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
  589. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
  590. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
  591. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
  592. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
  593. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
  594. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
  595. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
  596. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
  597. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
  598. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
  599. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
  600. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
  601. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
  602. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
  603. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
  604. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
  605. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
  606. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
  607. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
  608. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
  609. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
  610. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
  611. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
  612. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
  613. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
  614. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
  615. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
  616. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
  617. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
  618. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
  619. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
  620. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
  621. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
  622. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
  623. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
  624. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
  625. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
  626. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
  627. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
  628. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
  629. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
  630. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
  631. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
  632. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
  633. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
  634. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
  635. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
  636. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
  637. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
  638. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
  639. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
  640. data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
  641. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
  642. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
  643. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
  644. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
  645. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
  646. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
  647. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
  648. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
  649. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
  650. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
  651. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
  652. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
  653. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
  654. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
  655. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
  656. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
  657. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
  658. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
  659. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
  660. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
  661. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
  662. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
  663. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
  664. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
  665. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
  666. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
  667. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
  668. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
  669. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
  670. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
  671. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
  672. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
  673. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
  674. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
  675. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
  676. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
  677. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
  678. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
  679. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
  680. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
  681. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
  682. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
  683. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
  684. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
  685. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
  686. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
  687. data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
  688. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
  689. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
  690. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
  691. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
  692. data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
  693. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  694. data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
  695. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
  696. data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
  697. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
  698. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
  699. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
  700. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
  701. data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
  702. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
  703. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
  704. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
  705. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
  706. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
  707. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
  708. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
  709. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
  710. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
  711. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
  712. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
  713. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
  714. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
  715. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
  716. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
  717. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
  718. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
  719. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
  720. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
  721. data/vendor/local/share/doc/pcre/AUTHORS +3 -3
  722. data/vendor/local/share/doc/pcre/ChangeLog +94 -0
  723. data/vendor/local/share/doc/pcre/LICENCE +3 -3
  724. data/vendor/local/share/doc/pcre/NEWS +12 -0
  725. data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
  726. data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
  727. data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
  728. data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
  729. data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
  730. data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
  731. data/vendor/local/share/groonga/groonga-log/README.md +44 -0
  732. data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
  733. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  734. data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
  735. data/vendor/local/share/license/cv2pdb/README +138 -0
  736. data/vendor/local/share/license/groonga-log/README.md +44 -0
  737. data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
  738. data/vendor/local/share/license/pcre/LICENCE +3 -3
  739. data/vendor/local/share/man/man1/pcretest.1 +7 -3
  740. data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
  741. data/vendor/local/share/man/man3/pcrejit.3 +48 -6
  742. data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
  743. metadata +102 -559
  744. data/lib/groonga/statistic-measurer.rb +0 -37
  745. data/test/test-statistic-measurer.rb +0 -55
  746. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
  747. data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
  748. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
  749. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
  750. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
  751. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
  752. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  753. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  754. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  755. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
  756. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
  757. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
  758. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
  759. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
  760. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
  761. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
  762. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
  763. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
  764. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
  765. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
  766. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
  767. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
  768. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
  769. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
  770. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
  771. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
  772. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
  773. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
  774. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
  775. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
  776. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
  777. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
  778. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
  779. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
  780. data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
  781. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
  782. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
  783. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
  784. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
  785. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
  786. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
  787. data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
  788. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
  789. data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
  790. data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
  791. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
  792. data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
  793. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
  794. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
  795. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
  796. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
  797. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
  798. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
  799. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
  800. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
  801. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
  802. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
  803. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
  804. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
  805. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
  806. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  807. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
  808. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  809. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
  810. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
  811. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
  812. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
  813. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  814. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
  815. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
  816. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
  817. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
  818. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
  819. data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
  820. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
  821. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
  822. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
  823. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
  824. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
  825. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
  826. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
  827. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
  828. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
  829. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
  830. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
  831. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
  832. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
  833. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
  834. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
  835. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
  836. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
  837. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
  838. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
  839. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
  840. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
  841. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
  842. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
  843. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
  844. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
  845. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
  846. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
  847. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
  848. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
  849. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
  850. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
  851. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
  852. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
  853. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
  854. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
  855. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
  856. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
  857. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
  858. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  859. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
  860. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  861. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  862. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
  863. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
  864. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
  865. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
  866. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
  867. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
  868. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
  869. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  870. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
  871. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
  872. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
  873. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
  874. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
  875. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
  876. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
  877. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
  878. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
  879. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
  880. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
  881. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
  882. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
  883. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
  884. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
  885. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
  886. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
  887. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
  888. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
  889. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
  890. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
  891. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  892. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
  893. data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
  894. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
  895. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
  896. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
  897. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  898. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  899. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  900. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  901. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  902. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  903. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
  904. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
  905. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
  906. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
  907. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  908. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
  909. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  910. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  911. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
  912. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
  913. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
  914. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
  915. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
  916. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
  917. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
  918. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  919. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
  920. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
  921. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
  922. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
  923. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
  924. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
  925. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
  926. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  927. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  928. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
  929. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
  930. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
  931. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
  932. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
  933. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
  934. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
  935. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
  936. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  937. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  938. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
  939. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
  940. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
  941. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
  942. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
  943. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  944. data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
  945. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
  946. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
  947. data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
  948. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
  949. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  950. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  951. data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
  952. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
  953. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
  954. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
  955. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
  956. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
  957. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
  958. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
  959. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
  960. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
  961. data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
  962. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
  963. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
  964. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  965. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
  966. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
  967. data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
  968. data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
  969. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
  970. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
  971. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
  972. data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
  973. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
  974. data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
  975. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
  976. data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
  977. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
  978. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  979. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  980. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
  981. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
  982. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
  983. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
  984. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
  985. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
  986. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
  987. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
  988. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
  989. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
  990. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
  991. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
  992. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
  993. data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
  994. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
  995. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
  996. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
  997. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
  998. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  999. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  1000. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  1001. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
  1002. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
  1003. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
  1004. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
  1005. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
  1006. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
  1007. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
  1008. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
  1009. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
  1010. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
  1011. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
  1012. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
  1013. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
  1014. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
  1015. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
  1016. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
  1017. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
  1018. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
  1019. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
  1020. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
  1021. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
  1022. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
  1023. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
  1024. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
  1025. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
  1026. data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
  1027. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
  1028. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
  1029. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
  1030. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
  1031. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
  1032. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
  1033. data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
  1034. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
  1035. data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
  1036. data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
  1037. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
  1038. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
  1039. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
  1040. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
  1041. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
  1042. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
  1043. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
  1044. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
  1045. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
  1046. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
  1047. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
  1048. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
  1049. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
  1050. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
  1051. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
  1052. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  1053. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
  1054. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  1055. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
  1056. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
  1057. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
  1058. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
  1059. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  1060. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
  1061. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
  1062. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
  1063. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
  1064. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
  1065. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
  1066. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
  1067. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
  1068. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
  1069. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
  1070. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
  1071. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
  1072. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
  1073. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
  1074. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
  1075. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
  1076. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
  1077. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
  1078. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
  1079. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
  1080. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
  1081. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
  1082. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
  1083. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
  1084. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
  1085. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
  1086. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
  1087. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
  1088. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
  1089. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
  1090. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
  1091. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
  1092. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
  1093. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
  1094. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
  1095. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
  1096. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
  1097. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
  1098. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
  1099. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
  1100. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
  1101. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
  1102. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
  1103. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
  1104. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  1105. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
  1106. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  1107. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  1108. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
  1109. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
  1110. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
  1111. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
  1112. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
  1113. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
  1114. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
  1115. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  1116. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
  1117. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
  1118. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
  1119. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
  1120. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
  1121. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
  1122. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
  1123. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
  1124. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
  1125. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
  1126. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
  1127. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
  1128. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
  1129. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
  1130. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
  1131. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
  1132. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
  1133. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
  1134. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
  1135. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
  1136. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
  1137. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  1138. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
  1139. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
  1140. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
  1141. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
  1142. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
  1143. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  1144. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  1145. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  1146. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  1147. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  1148. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  1149. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
  1150. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
  1151. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
  1152. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
  1153. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  1154. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
  1155. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  1156. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  1157. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
  1158. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
  1159. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
  1160. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
  1161. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
  1162. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
  1163. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
  1164. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  1165. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
  1166. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
  1167. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
  1168. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
  1169. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
  1170. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
  1171. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
  1172. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  1173. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  1174. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
  1175. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
  1176. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
  1177. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
  1178. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
  1179. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
  1180. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
  1181. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
  1182. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  1183. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  1184. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
  1185. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
  1186. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
  1187. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
  1188. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
  1189. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  1190. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
  1191. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
  1192. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
  1193. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
  1194. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
  1195. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  1196. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  1197. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
  1198. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
  1199. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
  1200. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
  1201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
  1202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
  1203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
  1204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
  1205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
  1206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
  1207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
  1208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
  1209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
  1210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  1211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
  1212. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
  1213. data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
  1214. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
  1215. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
  1216. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
  1217. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
  1218. data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
  1219. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
  1220. data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
  1221. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
  1222. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
  1223. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
  1224. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  1225. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  1226. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
  1227. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
  1228. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
  1229. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
  1230. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
  1231. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
  1232. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
  1233. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
  1234. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
  1235. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
  1236. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
  1237. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>12.2.1. 導入 &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>12.2.1. 導入 &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../../genindex.html" />
30
28
  <link rel="search" title="検索" href="../../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
32
- <link rel="up" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
33
29
  <link rel="next" title="12.2.2. 国際化" href="i18n.html" />
34
30
  <link rel="prev" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../../index.html">
@@ -63,7 +59,7 @@
63
59
  <li class="right" >
64
60
  <a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> &#187;</li>
68
64
  <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. ドキュメント関連のコントリビュート方法</a> &#187;</li>
69
65
  </ul>
@@ -155,13 +151,6 @@
155
151
  <h4>次のトピックへ</h4>
156
152
  <p class="topless"><a href="i18n.html"
157
153
  title="次の章へ">12.2.2. 国際化</a></p>
158
- <div role="note" aria-label="source link">
159
- <h3>このページ</h3>
160
- <ul class="this-page-menu">
161
- <li><a href="../../_sources/contribution/documentation/introduction.txt"
162
- rel="nofollow">ソースコードを表示</a></li>
163
- </ul>
164
- </div>
165
154
  <div id="searchbox" style="display: none" role="search">
166
155
  <h3>クイック検索</h3>
167
156
  <form class="search" action="../../search.html" method="get">
@@ -188,13 +177,13 @@
188
177
  <li class="right" >
189
178
  <a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
190
179
  >前へ</a> |</li>
191
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
180
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
192
181
  <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> &#187;</li>
193
182
  <li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. ドキュメント関連のコントリビュート方法</a> &#187;</li>
194
183
  </ul>
195
184
  </div>
196
185
  <div class="footer" role="contentinfo">
197
- &#169; Copyright 2009-2017, Brazil, Inc.
186
+ &#169; Copyright 2009-2018, Brazil, Inc.
198
187
  </div>
199
188
  </body>
200
189
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>12.1. バグレポートの送り方 &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>12.1. バグレポートの送り方 &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../genindex.html" />
30
28
  <link rel="search" title="検索" href="../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
32
- <link rel="up" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
33
29
  <link rel="next" title="12.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
34
30
  <link rel="prev" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../index.html">
@@ -63,7 +59,7 @@
63
59
  <li class="right" >
64
60
  <a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. Groongaへのコントリビュート方法</a> &#187;</li>
68
64
  </ul>
69
65
  </div>
@@ -78,10 +74,8 @@
78
74
  <p>バグレポートを送るには2つやり方があります:</p>
79
75
  <blockquote>
80
76
  <div><ul class="simple">
81
- <li><p class="first">課題追跡システムへ登録する</p>
82
- </li>
83
- <li><p class="first">メーリングリストへ報告する</p>
84
- </li>
77
+ <li>課題追跡システムへ登録する</li>
78
+ <li>メーリングリストへ報告する</li>
85
79
  </ul>
86
80
  </div></blockquote>
87
81
  <p>どちらのやり方でも大丈夫です。</p>
@@ -117,13 +111,6 @@
117
111
  <h4>次のトピックへ</h4>
118
112
  <p class="topless"><a href="documentation.html"
119
113
  title="次の章へ">12.2. ドキュメント関連のコントリビュート方法</a></p>
120
- <div role="note" aria-label="source link">
121
- <h3>このページ</h3>
122
- <ul class="this-page-menu">
123
- <li><a href="../_sources/contribution/report.txt"
124
- rel="nofollow">ソースコードを表示</a></li>
125
- </ul>
126
- </div>
127
114
  <div id="searchbox" style="display: none" role="search">
128
115
  <h3>クイック検索</h3>
129
116
  <form class="search" action="../search.html" method="get">
@@ -150,12 +137,12 @@
150
137
  <li class="right" >
151
138
  <a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
152
139
  >前へ</a> |</li>
153
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
140
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
154
141
  <li class="nav-item nav-item-1"><a href="../contribution.html" >12. Groongaへのコントリビュート方法</a> &#187;</li>
155
142
  </ul>
156
143
  </div>
157
144
  <div class="footer" role="contentinfo">
158
- &#169; Copyright 2009-2017, Brazil, Inc.
145
+ &#169; Copyright 2009-2018, Brazil, Inc.
159
146
  </div>
160
147
  </body>
161
148
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>11. 開発 &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>11. 開発 &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: './',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="_static/jquery.js"></script>
@@ -28,11 +26,10 @@
28
26
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="genindex.html" />
30
28
  <link rel="search" title="検索" href="search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
32
29
  <link rel="next" title="11.1. Travis CI" href="development/travis-ci.html" />
33
- <link rel="prev" title="10.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
30
+ <link rel="prev" title="10.3. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
34
31
  </head>
35
- <body role="document">
32
+ <body>
36
33
  <div class="header">
37
34
  <h1 class="title">
38
35
  <a id="top-link" href="index.html">
@@ -60,9 +57,9 @@
60
57
  <a href="development/travis-ci.html" title="11.1. Travis CI"
61
58
  accesskey="N">次へ</a> |</li>
62
59
  <li class="right" >
63
- <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. mmap Cannot allocate memoryエラーを回避するには"
60
+ <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
64
61
  accesskey="P">前へ</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
66
63
  </ul>
67
64
  </div>
68
65
 
@@ -93,17 +90,10 @@
93
90
  <div class="sphinxsidebarwrapper">
94
91
  <h4>前のトピックへ</h4>
95
92
  <p class="topless"><a href="troubleshooting/mmap_cannot_allocate_memory.html"
96
- title="前の章へ">10.2. mmap Cannot allocate memoryエラーを回避するには</a></p>
93
+ title="前の章へ">10.3. mmap Cannot allocate memoryエラーを回避するには</a></p>
97
94
  <h4>次のトピックへ</h4>
98
95
  <p class="topless"><a href="development/travis-ci.html"
99
96
  title="次の章へ">11.1. Travis CI</a></p>
100
- <div role="note" aria-label="source link">
101
- <h3>このページ</h3>
102
- <ul class="this-page-menu">
103
- <li><a href="_sources/development.txt"
104
- rel="nofollow">ソースコードを表示</a></li>
105
- </ul>
106
- </div>
107
97
  <div id="searchbox" style="display: none" role="search">
108
98
  <h3>クイック検索</h3>
109
99
  <form class="search" action="search.html" method="get">
@@ -128,13 +118,13 @@
128
118
  <a href="development/travis-ci.html" title="11.1. Travis CI"
129
119
  >次へ</a> |</li>
130
120
  <li class="right" >
131
- <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. mmap Cannot allocate memoryエラーを回避するには"
121
+ <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
132
122
  >前へ</a> |</li>
133
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
123
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
134
124
  </ul>
135
125
  </div>
136
126
  <div class="footer" role="contentinfo">
137
- &#169; Copyright 2009-2017, Brazil, Inc.
127
+ &#169; Copyright 2009-2018, Brazil, Inc.
138
128
  </div>
139
129
  </body>
140
130
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>11.1. Travis CI &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>11.1. Travis CI &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../genindex.html" />
30
28
  <link rel="search" title="検索" href="../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
32
- <link rel="up" title="11. 開発" href="../development.html" />
33
29
  <link rel="next" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
34
30
  <link rel="prev" title="11. 開発" href="../development.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../index.html">
@@ -63,7 +59,7 @@
63
59
  <li class="right" >
64
60
  <a href="../development.html" title="11. 開発"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../development.html" accesskey="U">11. 開発</a> &#187;</li>
68
64
  </ul>
69
65
  </div>
@@ -79,12 +75,12 @@
79
75
  <p>オープンソースソフトウェアを開発しているならTravis CIを使えます。このセクションではGroonga関連の設定のみ説明します。Travis CI一般については <a class="reference external" href="http://about.travis-ci.org/docs/">Travis CI: Documentation</a> を読んでください。</p>
80
76
  <div class="section" id="configuration">
81
77
  <h2>11.1.1. 設定<a class="headerlink" href="#configuration" title="このヘッドラインへのパーマリンク">¶</a></h2>
82
- <p>Travis CIは64-bit版のUbuntu 12.04 LTS サーバ版を使っています。( <a class="reference external" href="http://about.travis-ci.org/docs/user/ci-environment/">Travis CI: About Travis CI Environment</a> 参照。)Travis CIにGroongaをインストールするために、Groongaプロジェクトが提供しているUbuntu 12.04 LTS用のapt-lineを使えます。</p>
78
+ <p>Travis CIは64-bit版のUbuntu 14.04 LTS サーバ版を使っています。( <a class="reference external" href="http://about.travis-ci.org/docs/user/ci-environment/">Travis CI: About Travis CI Environment</a> 参照。)Travis CIにGroongaをインストールするために、Groongaプロジェクトが提供しているUbuntu 14.04 LTS用のapt-lineを使えます。</p>
83
79
  <p><code class="docutils literal"><span class="pre">.travis.yml</span></code> でビルド方法を変更することができます。( <a class="reference external" href="http://about.travis-ci.org/docs/user/build-configuration/">Travis CI: Conifugration your Travis CI build with .travis.yml</a> 参照。) <code class="docutils literal"><span class="pre">before_install</span></code> フックまたは <code class="docutils literal"><span class="pre">install</span></code> フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は <code class="docutils literal"><span class="pre">before_install</span></code> を使います。そうでない場合は <code class="docutils literal"><span class="pre">install</span></code> を使います。</p>
84
80
  <p>以下の <code class="docutils literal"><span class="pre">sudo</span></code> と <code class="docutils literal"><span class="pre">before_install</span></code> の設定を <code class="docutils literal"><span class="pre">.travis.yml</span></code> に加えます:</p>
85
81
  <div class="highlight-none"><div class="highlight"><pre><span></span>sudo: required
86
82
  before_install:
87
- - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
83
+ - curl --silent --location https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
88
84
  </pre></div>
89
85
  </div>
90
86
  <p>ここで使っているセットアップスクリプトの中で <code class="docutils literal"><span class="pre">sudo</span></code> コマンドを使っているので、 <code class="docutils literal"><span class="pre">sudo:</span> <span class="pre">required</span></code> の設定が必要になります。</p>
@@ -96,27 +92,19 @@ before_install:
96
92
  <p>Travis CI上でGroongaを使っているオープンソースソフトウェアは以下の通りです</p>
97
93
  <blockquote>
98
94
  <div><ul class="simple">
99
- <li><p class="first"><a class="reference external" href="http://ranguba.org/#about-rroonga">rroonga</a> (Rubyバインディング)</p>
100
- <ul>
101
- <li><p class="first"><a class="reference external" href="http://travis-ci.org/#!/ranguba/rroonga">Travis CIでのrroongaのビルド結果</a></p>
102
- </li>
103
- <li><p class="first"><a class="reference external" href="https://github.com/ranguba/rroonga/blob/master/.travis.yml">rroonga用の.travis.yml</a></p>
104
- </li>
95
+ <li><a class="reference external" href="http://ranguba.org/#about-rroonga">rroonga</a> (Rubyバインディング)<ul>
96
+ <li><a class="reference external" href="http://travis-ci.org/#!/ranguba/rroonga">Travis CIでのrroongaのビルド結果</a></li>
97
+ <li><a class="reference external" href="https://github.com/ranguba/rroonga/blob/master/.travis.yml">rroonga用の.travis.yml</a></li>
105
98
  </ul>
106
99
  </li>
107
- <li><p class="first"><a class="reference external" href="http://nroonga.github.com/">nroonga</a> (node.jsバインディング)</p>
108
- <ul>
109
- <li><p class="first"><a class="reference external" href="http://travis-ci.org/#!/nroonga/nroonga">Travis CIでのnroongaのビルド結果</a></p>
110
- </li>
111
- <li><p class="first"><a class="reference external" href="https://github.com/nroonga/nroonga/blob/master/.travis.yml">nroonga用の.travis.yml</a></p>
112
- </li>
100
+ <li><a class="reference external" href="http://nroonga.github.com/">nroonga</a> (node.jsバインディング)<ul>
101
+ <li><a class="reference external" href="http://travis-ci.org/#!/nroonga/nroonga">Travis CIでのnroongaのビルド結果</a></li>
102
+ <li><a class="reference external" href="https://github.com/nroonga/nroonga/blob/master/.travis.yml">nroonga用の.travis.yml</a></li>
113
103
  </ul>
114
104
  </li>
115
105
  <li><a class="reference external" href="http://logaling.github.com/">logaling-command</a> (A glossary management command line tool)<ul>
116
- <li><p class="first"><a class="reference external" href="http://travis-ci.org/#!/logaling/logaling-command">Travis CIでのlogaling-commandのビルド結果</a></p>
117
- </li>
118
- <li><p class="first"><a class="reference external" href="https://github.com/logaling/logaling-command/blob/master/.travis.yml">logaling-command用の.travis.yml</a></p>
119
- </li>
106
+ <li><a class="reference external" href="http://travis-ci.org/#!/logaling/logaling-command">Travis CIでのlogaling-commandのビルド結果</a></li>
107
+ <li><a class="reference external" href="https://github.com/logaling/logaling-command/blob/master/.travis.yml">logaling-command用の.travis.yml</a></li>
120
108
  </ul>
121
109
  </li>
122
110
  </ul>
@@ -145,13 +133,6 @@ before_install:
145
133
  <h4>次のトピックへ</h4>
146
134
  <p class="topless"><a href="../contribution.html"
147
135
  title="次の章へ">12. Groongaへのコントリビュート方法</a></p>
148
- <div role="note" aria-label="source link">
149
- <h3>このページ</h3>
150
- <ul class="this-page-menu">
151
- <li><a href="../_sources/development/travis-ci.txt"
152
- rel="nofollow">ソースコードを表示</a></li>
153
- </ul>
154
- </div>
155
136
  <div id="searchbox" style="display: none" role="search">
156
137
  <h3>クイック検索</h3>
157
138
  <form class="search" action="../search.html" method="get">
@@ -178,12 +159,12 @@ before_install:
178
159
  <li class="right" >
179
160
  <a href="../development.html" title="11. 開発"
180
161
  >前へ</a> |</li>
181
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
162
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
182
163
  <li class="nav-item nav-item-1"><a href="../development.html" >11. 開発</a> &#187;</li>
183
164
  </ul>
184
165
  </div>
185
166
  <div class="footer" role="contentinfo">
186
- &#169; Copyright 2009-2017, Brazil, Inc.
167
+ &#169; Copyright 2009-2018, Brazil, Inc.
187
168
  </div>
188
169
  </body>
189
170
  </html>
@@ -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="ja">
8
8
  <head>
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
-
11
- <title>索引 &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
12
-
10
+ <title>索引 &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</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>
@@ -28,10 +26,9 @@
28
26
  <script type="text/javascript" src="_static/translations.js"></script>
29
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
28
  <link rel="index" title="索引" href="#" />
31
- <link rel="search" title="検索" href="search.html" />
32
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
29
+ <link rel="search" title="検索" href="search.html" />
33
30
  </head>
34
- <body role="document">
31
+ <body>
35
32
  <div class="header">
36
33
  <h1 class="title">
37
34
  <a id="top-link" href="index.html">
@@ -55,7 +52,7 @@
55
52
  <li class="right" style="margin-right: 10px">
56
53
  <a href="#" title="総合索引"
57
54
  accesskey="I">索引</a></li>
58
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
55
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
59
56
  </ul>
60
57
  </div>
61
58
 
@@ -77,1673 +74,935 @@
77
74
  </div>
78
75
  <h2 id="記号">記号</h2>
79
76
  <table style="width: 100%" class="indextable genindextable"><tr>
80
- <td style="width: 33%" valign="top"><dl>
81
-
82
- <dt>
77
+ <td style="width: 33%; vertical-align: top;"><ul>
78
+ <li>
83
79
  --bind-address &lt;ip/hostname&gt;
84
- </dt>
85
-
86
- <dd><dl>
87
-
88
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">groonga コマンドラインオプション</a>
89
- </dt>
90
80
 
91
- </dl></dd>
92
-
93
- <dt>
81
+ <ul>
82
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">groonga コマンドラインオプション</a>
83
+ </li>
84
+ </ul></li>
85
+ <li>
94
86
  --cache-base-path &lt;path&gt;
95
- </dt>
96
-
97
- <dd><dl>
98
-
99
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">groonga コマンドラインオプション</a>
100
- </dt>
101
87
 
102
- </dl></dd>
103
-
104
- <dt>
88
+ <ul>
89
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">groonga コマンドラインオプション</a>
90
+ </li>
91
+ </ul></li>
92
+ <li>
105
93
  --cache-limit &lt;limit&gt;
106
- </dt>
107
94
 
108
- <dd><dl>
109
-
110
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">groonga コマンドラインオプション</a>
111
- </dt>
112
-
113
- </dl></dd>
114
-
115
- <dt>
95
+ <ul>
96
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">groonga コマンドラインオプション</a>
97
+ </li>
98
+ </ul></li>
99
+ <li>
116
100
  --config-path &lt;path&gt;
117
- </dt>
118
-
119
- <dd><dl>
120
-
121
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">groonga コマンドラインオプション</a>
122
- </dt>
123
101
 
124
- </dl></dd>
125
-
126
- <dt>
102
+ <ul>
103
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">groonga コマンドラインオプション</a>
104
+ </li>
105
+ </ul></li>
106
+ <li>
127
107
  --default-match-escalation-threshold &lt;threshold&gt;
128
- </dt>
129
-
130
- <dd><dl>
131
-
132
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">groonga コマンドラインオプション</a>
133
- </dt>
134
108
 
135
- </dl></dd>
136
-
137
- <dt>
109
+ <ul>
110
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">groonga コマンドラインオプション</a>
111
+ </li>
112
+ </ul></li>
113
+ <li>
138
114
  --default-request-timeout &lt;timeout&gt;
139
- </dt>
140
115
 
141
- <dd><dl>
142
-
143
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">groonga コマンドラインオプション</a>
144
- </dt>
145
-
146
- </dl></dd>
147
-
148
- <dt>
116
+ <ul>
117
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">groonga コマンドラインオプション</a>
118
+ </li>
119
+ </ul></li>
120
+ <li>
149
121
  --dir
150
- </dt>
151
-
152
- <dd><dl>
153
-
154
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">groonga-benchmark コマンドラインオプション</a>
155
- </dt>
156
122
 
157
- </dl></dd>
158
-
159
- <dt>
123
+ <ul>
124
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">groonga-benchmark コマンドラインオプション</a>
125
+ </li>
126
+ </ul></li>
127
+ <li>
160
128
  --disable-max-fd-check
161
- </dt>
162
-
163
- <dd><dl>
164
-
165
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">groonga-suggest-httpd コマンドラインオプション</a>
166
- </dt>
167
129
 
168
- </dl></dd>
169
-
170
- <dt>
130
+ <ul>
131
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">groonga-suggest-httpd コマンドラインオプション</a>
132
+ </li>
133
+ </ul></li>
134
+ <li>
171
135
  --document-root &lt;path&gt;
172
- </dt>
173
136
 
174
- <dd><dl>
175
-
176
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">groonga コマンドラインオプション</a>
177
- </dt>
178
-
179
- </dl></dd>
180
-
181
- <dt>
137
+ <ul>
138
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">groonga コマンドラインオプション</a>
139
+ </li>
140
+ </ul></li>
141
+ <li>
182
142
  --ftp
183
- </dt>
184
-
185
- <dd><dl>
186
-
187
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">groonga-benchmark コマンドラインオプション</a>
188
- </dt>
189
143
 
190
- </dl></dd>
191
-
192
- <dt>
144
+ <ul>
145
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">groonga-benchmark コマンドラインオプション</a>
146
+ </li>
147
+ </ul></li>
148
+ <li>
193
149
  --groonga &lt;groonga_path&gt;
194
- </dt>
195
-
196
- <dd><dl>
197
-
198
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">groonga-benchmark コマンドラインオプション</a>
199
- </dt>
200
150
 
201
- </dl></dd>
202
-
203
- <dt>
151
+ <ul>
152
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">groonga-benchmark コマンドラインオプション</a>
153
+ </li>
154
+ </ul></li>
155
+ <li>
204
156
  --log-level &lt;level&gt;
205
- </dt>
206
157
 
207
- <dd><dl>
208
-
209
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">groonga-suggest-learner コマンドラインオプション</a>
210
- </dt>
211
-
212
- </dl></dd>
213
-
214
- <dt>
158
+ <ul>
159
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">groonga-suggest-learner コマンドラインオプション</a>
160
+ </li>
161
+ </ul></li>
162
+ <li>
215
163
  --log-output-dir
216
- </dt>
217
-
218
- <dd><dl>
219
-
220
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">groonga-benchmark コマンドラインオプション</a>
221
- </dt>
222
164
 
223
- </dl></dd>
224
-
225
- <dt>
165
+ <ul>
166
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">groonga-benchmark コマンドラインオプション</a>
167
+ </li>
168
+ </ul></li>
169
+ <li>
226
170
  --log-path &lt;path&gt;
227
- </dt>
228
-
229
- <dd><dl>
230
-
231
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">groonga コマンドラインオプション</a>
232
- </dt>
233
-
234
-
235
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">groonga-suggest-learner コマンドラインオプション</a>
236
- </dt>
237
171
 
238
- </dl></dd>
239
-
240
- <dt>
172
+ <ul>
173
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">groonga コマンドラインオプション</a>
174
+ </li>
175
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">groonga-suggest-learner コマンドラインオプション</a>
176
+ </li>
177
+ </ul></li>
178
+ <li>
241
179
  --log-rotate-threshold-size &lt;threshold&gt;
242
- </dt>
243
-
244
- <dd><dl>
245
-
246
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">groonga コマンドラインオプション</a>
247
- </dt>
248
180
 
249
- </dl></dd>
250
-
251
- <dt>
181
+ <ul>
182
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">groonga コマンドラインオプション</a>
183
+ </li>
184
+ </ul></li>
185
+ <li>
252
186
  --n-lines-per-log-file
253
- </dt>
254
187
 
255
- <dd><dl>
256
-
257
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">groonga-suggest-httpd コマンドラインオプション</a>
258
- </dt>
259
-
260
- </dl></dd>
261
-
262
- <dt>
188
+ <ul>
189
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">groonga-suggest-httpd コマンドラインオプション</a>
190
+ </li>
191
+ </ul></li>
192
+ <li>
263
193
  --pid-path &lt;path&gt;
264
- </dt>
265
-
266
- <dd><dl>
267
-
268
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">groonga コマンドラインオプション</a>
269
- </dt>
270
194
 
271
- </dl></dd>
272
-
273
- <dt>
195
+ <ul>
196
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">groonga コマンドラインオプション</a>
197
+ </li>
198
+ </ul></li>
199
+ <li>
274
200
  --protocol &lt;gqtp|http&gt;
275
- </dt>
276
-
277
- <dd><dl>
278
-
279
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">groonga-benchmark コマンドラインオプション</a>
280
- </dt>
281
201
 
282
- </dl></dd>
283
-
284
- <dt>
202
+ <ul>
203
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">groonga-benchmark コマンドラインオプション</a>
204
+ </li>
205
+ </ul></li>
206
+ <li>
285
207
  --protocol &lt;protocol&gt;
286
- </dt>
287
208
 
288
- <dd><dl>
289
-
290
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">groonga コマンドラインオプション</a>
291
- </dt>
292
-
293
- </dl></dd>
294
-
295
- <dt>
209
+ <ul>
210
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">groonga コマンドラインオプション</a>
211
+ </li>
212
+ </ul></li>
213
+ <li>
296
214
  --query-log-path &lt;path&gt;
297
- </dt>
298
-
299
- <dd><dl>
300
-
301
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">groonga コマンドラインオプション</a>
302
- </dt>
303
215
 
304
- </dl></dd>
305
-
306
- <dt>
216
+ <ul>
217
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">groonga コマンドラインオプション</a>
218
+ </li>
219
+ </ul></li>
220
+ <li>
307
221
  --query-log-rotate-threshold-size &lt;threshold&gt;
308
- </dt>
309
-
310
- <dd><dl>
311
-
312
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">groonga コマンドラインオプション</a>
313
- </dt>
314
222
 
315
- </dl></dd>
316
-
317
- <dt>
223
+ <ul>
224
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">groonga コマンドラインオプション</a>
225
+ </li>
226
+ </ul></li>
227
+ <li>
318
228
  -a, --address &lt;ip/hostname&gt;
319
- </dt>
320
-
321
- <dd><dl>
322
-
323
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga コマンドラインオプション</a>
324
- </dt>
325
-
326
- </dl></dd>
327
- </dl></td>
328
- <td style="width: 33%" valign="top"><dl>
329
-
330
- <dt>
331
- -c
332
- </dt>
333
229
 
334
- <dd><dl>
335
-
336
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga コマンドラインオプション</a>
337
- </dt>
230
+ <ul>
231
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga コマンドラインオプション</a>
232
+ </li>
233
+ </ul></li>
234
+ </ul></td>
235
+ <td style="width: 33%; vertical-align: top;"><ul>
236
+ <li>
237
+ -c
338
238
 
339
- </dl></dd>
340
-
341
- <dt>
239
+ <ul>
240
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga コマンドラインオプション</a>
241
+ </li>
242
+ </ul></li>
243
+ <li>
342
244
  -d
343
- </dt>
344
-
345
- <dd><dl>
346
-
347
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga コマンドラインオプション</a>
348
- </dt>
349
245
 
350
- </dl></dd>
351
-
352
- <dt>
246
+ <ul>
247
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga コマンドラインオプション</a>
248
+ </li>
249
+ </ul></li>
250
+ <li>
353
251
  -d, --daemon
354
- </dt>
355
-
356
- <dd><dl>
357
-
358
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd コマンドラインオプション</a>
359
- </dt>
360
-
361
-
362
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner コマンドラインオプション</a>
363
- </dt>
364
252
 
365
- </dl></dd>
366
-
367
- <dt>
253
+ <ul>
254
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd コマンドラインオプション</a>
255
+ </li>
256
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner コマンドラインオプション</a>
257
+ </li>
258
+ </ul></li>
259
+ <li>
368
260
  -e, --encoding &lt;encoding&gt;
369
- </dt>
370
-
371
- <dd><dl>
372
-
373
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga コマンドラインオプション</a>
374
- </dt>
375
261
 
376
- </dl></dd>
377
-
378
- <dt>
262
+ <ul>
263
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga コマンドラインオプション</a>
264
+ </li>
265
+ </ul></li>
266
+ <li>
379
267
  -h, --help
380
- </dt>
381
268
 
382
- <dd><dl>
383
-
384
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga コマンドラインオプション</a>
385
- </dt>
386
-
387
- </dl></dd>
388
-
389
- <dt>
269
+ <ul>
270
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga コマンドラインオプション</a>
271
+ </li>
272
+ </ul></li>
273
+ <li>
390
274
  -i, --host &lt;ip/hostname&gt;
391
- </dt>
392
-
393
- <dd><dl>
394
-
395
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark コマンドラインオプション</a>
396
- </dt>
397
275
 
398
- </dl></dd>
399
-
400
- <dt>
276
+ <ul>
277
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark コマンドラインオプション</a>
278
+ </li>
279
+ </ul></li>
280
+ <li>
401
281
  -i, --server-id &lt;ip/hostname&gt;
402
- </dt>
403
-
404
- <dd><dl>
405
-
406
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga コマンドラインオプション</a>
407
- </dt>
408
282
 
409
- </dl></dd>
410
-
411
- <dt>
283
+ <ul>
284
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga コマンドラインオプション</a>
285
+ </li>
286
+ </ul></li>
287
+ <li>
412
288
  -l &lt;directory&gt;, --log-base-path &lt;directory&gt;
413
- </dt>
414
289
 
415
- <dd><dl>
416
-
417
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner コマンドラインオプション</a>
418
- </dt>
419
-
420
- </dl></dd>
421
-
422
- <dt>
290
+ <ul>
291
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner コマンドラインオプション</a>
292
+ </li>
293
+ </ul></li>
294
+ <li>
423
295
  -l, --log-base-path
424
- </dt>
425
-
426
- <dd><dl>
427
-
428
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd コマンドラインオプション</a>
429
- </dt>
430
296
 
431
- </dl></dd>
432
-
433
- <dt>
297
+ <ul>
298
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd コマンドラインオプション</a>
299
+ </li>
300
+ </ul></li>
301
+ <li>
434
302
  -l, --log-level &lt;log level&gt;
435
- </dt>
436
-
437
- <dd><dl>
438
-
439
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga コマンドラインオプション</a>
440
- </dt>
441
303
 
442
- </dl></dd>
443
-
444
- <dt>
304
+ <ul>
305
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga コマンドラインオプション</a>
306
+ </li>
307
+ </ul></li>
308
+ <li>
445
309
  -m
446
- </dt>
447
310
 
448
- <dd><dl>
449
-
450
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap コマンドラインオプション</a>
451
- </dt>
452
-
453
- </dl></dd>
454
-
455
- <dt>
311
+ <ul>
312
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap コマンドラインオプション</a>
313
+ </li>
314
+ </ul></li>
315
+ <li>
456
316
  -n
457
- </dt>
458
317
 
459
- <dd><dl>
460
-
461
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga コマンドラインオプション</a>
462
- </dt>
463
-
464
- </dl></dd>
465
-
466
- <dt>
318
+ <ul>
319
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga コマンドラインオプション</a>
320
+ </li>
321
+ </ul></li>
322
+ <li>
467
323
  -P
468
- </dt>
469
-
470
- <dd><dl>
471
-
472
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">grnslap コマンドラインオプション</a>
473
- </dt>
474
324
 
475
- </dl></dd>
476
-
477
- <dt>
325
+ <ul>
326
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">grnslap コマンドラインオプション</a>
327
+ </li>
328
+ </ul></li>
329
+ <li>
478
330
  -p, --port
479
- </dt>
480
-
481
- <dd><dl>
482
-
483
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd コマンドラインオプション</a>
484
- </dt>
485
331
 
486
- </dl></dd>
487
-
488
- <dt>
332
+ <ul>
333
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd コマンドラインオプション</a>
334
+ </li>
335
+ </ul></li>
336
+ <li>
489
337
  -p, --port &lt;port number&gt;
490
- </dt>
491
338
 
492
- <dd><dl>
493
-
494
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga コマンドラインオプション</a>
495
- </dt>
496
-
497
-
498
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark コマンドラインオプション</a>
499
- </dt>
500
-
501
- </dl></dd>
502
-
503
- <dt>
339
+ <ul>
340
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga コマンドラインオプション</a>
341
+ </li>
342
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark コマンドラインオプション</a>
343
+ </li>
344
+ </ul></li>
345
+ <li>
504
346
  -r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;
505
- </dt>
506
347
 
507
- <dd><dl>
508
-
509
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner コマンドラインオプション</a>
510
- </dt>
511
-
512
- </dl></dd>
513
-
514
- <dt>
348
+ <ul>
349
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner コマンドラインオプション</a>
350
+ </li>
351
+ </ul></li>
352
+ <li>
515
353
  -r, --receive-endpoint
516
- </dt>
517
-
518
- <dd><dl>
519
-
520
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd コマンドラインオプション</a>
521
- </dt>
522
354
 
523
- </dl></dd>
524
-
525
- <dt>
355
+ <ul>
356
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd コマンドラインオプション</a>
357
+ </li>
358
+ </ul></li>
359
+ <li>
526
360
  -s
527
- </dt>
528
-
529
- <dd><dl>
530
-
531
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga コマンドラインオプション</a>
532
- </dt>
533
361
 
534
- </dl></dd>
535
-
536
- <dt>
362
+ <ul>
363
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga コマンドラインオプション</a>
364
+ </li>
365
+ </ul></li>
366
+ <li>
537
367
  -s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;
538
- </dt>
539
368
 
540
- <dd><dl>
541
-
542
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner コマンドラインオプション</a>
543
- </dt>
544
-
545
- </dl></dd>
546
-
547
- <dt>
369
+ <ul>
370
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner コマンドラインオプション</a>
371
+ </li>
372
+ </ul></li>
373
+ <li>
548
374
  -s, --send-endpoint
549
- </dt>
550
-
551
- <dd><dl>
552
-
553
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd コマンドラインオプション</a>
554
- </dt>
555
375
 
556
- </dl></dd>
557
-
558
- <dt>
376
+ <ul>
377
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd コマンドラインオプション</a>
378
+ </li>
379
+ </ul></li>
380
+ <li>
559
381
  -t, --max-threads &lt;max threasd&gt;
560
- </dt>
561
-
562
- <dd><dl>
563
-
564
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga コマンドラインオプション</a>
565
- </dt>
566
382
 
567
- </dl></dd>
568
-
569
- <dt>
383
+ <ul>
384
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga コマンドラインオプション</a>
385
+ </li>
386
+ </ul></li>
387
+ <li>
570
388
  -t, --n-threads
571
- </dt>
572
389
 
573
- <dd><dl>
574
-
575
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd コマンドラインオプション</a>
576
- </dt>
577
-
578
- </dl></dd>
579
- </dl></td>
390
+ <ul>
391
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd コマンドラインオプション</a>
392
+ </li>
393
+ </ul></li>
394
+ </ul></td>
580
395
  </tr></table>
581
396
 
582
397
  <h2 id="C">C</h2>
583
398
  <table style="width: 100%" class="indextable genindextable"><tr>
584
- <td style="width: 33%" valign="top"><dl>
585
-
586
- <dt>
399
+ <td style="width: 33%; vertical-align: top;"><ul>
400
+ <li>
587
401
  command [args]
588
- </dt>
589
402
 
590
- <dd><dl>
591
-
592
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga コマンドラインオプション</a>
593
- </dt>
594
-
595
- </dl></dd>
596
- </dl></td>
403
+ <ul>
404
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga コマンドラインオプション</a>
405
+ </li>
406
+ </ul></li>
407
+ </ul></td>
597
408
  </tr></table>
598
409
 
599
410
  <h2 id="D">D</h2>
600
411
  <table style="width: 100%" class="indextable genindextable"><tr>
601
- <td style="width: 33%" valign="top"><dl>
602
-
603
- <dt>
412
+ <td style="width: 33%; vertical-align: top;"><ul>
413
+ <li>
604
414
  db
605
- </dt>
606
-
607
- <dd><dl>
608
-
609
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark コマンドラインオプション</a>
610
- </dt>
611
-
612
- </dl></dd>
613
- </dl></td>
614
- <td style="width: 33%" valign="top"><dl>
615
-
616
- <dt>
617
- dest
618
- </dt>
619
415
 
620
- <dd><dl>
621
-
622
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap コマンドラインオプション</a>
623
- </dt>
624
-
625
-
626
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga コマンドラインオプション</a>
627
- </dt>
416
+ <ul>
417
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark コマンドラインオプション</a>
418
+ </li>
419
+ </ul></li>
420
+ </ul></td>
421
+ <td style="width: 33%; vertical-align: top;"><ul>
422
+ <li>
423
+ dest
628
424
 
629
- </dl></dd>
630
- </dl></td>
425
+ <ul>
426
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap コマンドラインオプション</a>
427
+ </li>
428
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga コマンドラインオプション</a>
429
+ </li>
430
+ </ul></li>
431
+ </ul></td>
631
432
  </tr></table>
632
433
 
633
434
  <h2 id="G">G</h2>
634
435
  <table style="width: 100%" class="indextable genindextable"><tr>
635
- <td style="width: 33%" valign="top"><dl>
636
-
637
- <dt><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C のデータ型)</a>
638
- </dt>
639
-
640
-
641
- <dt><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C のデータ型)</a>
642
- </dt>
643
-
644
-
645
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C の関数)</a>
646
- </dt>
647
-
648
-
649
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C の関数)</a>
650
- </dt>
651
-
652
-
653
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C の関数)</a>
654
- </dt>
655
-
656
-
657
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C の関数)</a>
658
- </dt>
659
-
660
-
661
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C の関数)</a>
662
- </dt>
663
-
664
-
665
- <dt><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C の関数)</a>
666
- </dt>
667
-
668
-
669
- <dt><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C の関数)</a>
670
- </dt>
671
-
672
-
673
- <dt><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C の関数)</a>
674
- </dt>
675
-
676
-
677
- <dt><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C の関数)</a>
678
- </dt>
679
-
680
-
681
- <dt><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C の関数)</a>
682
- </dt>
683
-
684
-
685
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
686
- </dt>
687
-
688
-
689
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
690
- </dt>
691
-
692
-
693
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
694
- </dt>
695
-
696
-
697
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
698
- </dt>
699
-
700
-
701
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
702
- </dt>
703
-
704
-
705
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
706
- </dt>
707
-
708
-
709
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
710
- </dt>
711
-
712
-
713
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
714
- </dt>
715
-
716
-
717
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
718
- </dt>
719
-
720
-
721
- <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
722
- </dt>
723
-
724
-
725
- <dt><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C の関数)</a>
726
- </dt>
727
-
728
-
729
- <dt><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C の関数)</a>
730
- </dt>
731
-
732
-
733
- <dt><a href="reference/api/grn_column.html#c.grn_column_truncate">grn_column_truncate (C の関数)</a>
734
- </dt>
735
-
736
-
737
- <dt><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C のデータ型)</a>
738
- </dt>
739
-
740
-
741
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C のマクロ)</a>
742
- </dt>
743
-
744
-
745
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C のマクロ)</a>
746
- </dt>
747
-
748
-
749
- <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C のマクロ)</a>
750
- </dt>
751
-
752
-
753
- <dt><a href="reference/api/grn_content_type.html#c.grn_content_type">grn_content_type (C のデータ型)</a>
754
- </dt>
755
-
756
-
757
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C のデータ型)</a>
758
- </dt>
759
-
760
-
761
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C の関数)</a>
762
- </dt>
763
-
764
-
765
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C の関数)</a>
766
- </dt>
767
-
768
-
769
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C の関数)</a>
770
- </dt>
771
-
772
-
773
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C の関数)</a>
774
- </dt>
775
-
776
-
777
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C の関数)</a>
778
- </dt>
779
-
780
-
781
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables">grn_ctx_get_all_tables (C の関数)</a>
782
- </dt>
783
-
784
-
785
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C の関数)</a>
786
- </dt>
787
-
788
-
789
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C の関数)</a>
790
- </dt>
791
-
792
-
793
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_output_type">grn_ctx_get_output_type (C の関数)</a>
794
- </dt>
795
-
796
-
797
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C の関数)</a>
798
- </dt>
799
-
800
-
801
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_is_opened">grn_ctx_is_opened (C の関数)</a>
802
- </dt>
803
-
804
-
805
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C の関数)</a>
806
- </dt>
807
-
808
-
809
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C の関数)</a>
810
- </dt>
811
-
812
-
813
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C の関数)</a>
814
- </dt>
815
-
816
-
817
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C の関数)</a>
818
- </dt>
819
-
820
-
821
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_output_type">grn_ctx_set_output_type (C の関数)</a>
822
- </dt>
823
-
824
-
825
- <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C の関数)</a>
826
- </dt>
827
-
828
-
829
- <dt><a href="reference/api/grn_db.html#c.grn_db">grn_db (C のデータ型)</a>
830
- </dt>
831
-
832
-
833
- <dt><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C の関数)</a>
834
- </dt>
835
-
836
-
837
- <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C のデータ型)</a>
838
- </dt>
839
-
840
-
841
- <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C のメンバ変数)</a>
842
- </dt>
843
-
844
-
845
- <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 のメンバ変数)</a>
846
- </dt>
847
-
848
-
849
- <dt><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C の関数)</a>
850
- </dt>
851
-
852
-
853
- <dt><a href="reference/api/grn_db.html#c.grn_db_recover">grn_db_recover (C の関数)</a>
854
- </dt>
855
-
856
-
857
- <dt><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C の関数)</a>
858
- </dt>
859
-
860
-
861
- <dt><a href="reference/api/grn_db.html#c.grn_db_unmap">grn_db_unmap (C の関数)</a>
862
- </dt>
863
-
864
-
865
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C のデータ型)</a>
866
- </dt>
867
-
868
-
869
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C の関数)</a>
870
- </dt>
871
-
872
-
873
- <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C の関数)</a>
874
- </dt>
875
-
876
-
877
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C の関数)</a>
878
- </dt>
879
-
880
-
881
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C の関数)</a>
882
- </dt>
883
-
884
-
885
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C の関数)</a>
886
- </dt>
887
-
888
-
889
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C の関数)</a>
890
- </dt>
891
-
892
-
893
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C の関数)</a>
894
- </dt>
895
-
896
-
897
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C の関数)</a>
898
- </dt>
899
-
900
-
901
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C の関数)</a>
902
- </dt>
903
-
904
-
905
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C の関数)</a>
906
- </dt>
907
-
908
-
909
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C の関数)</a>
910
- </dt>
911
-
912
-
913
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C の関数)</a>
914
- </dt>
915
-
916
-
917
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_keywords">grn_expr_get_keywords (C の関数)</a>
918
- </dt>
919
-
920
-
921
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C の関数)</a>
922
- </dt>
923
-
924
-
925
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C の関数)</a>
926
- </dt>
927
-
928
-
929
- <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C の関数)</a>
930
- </dt>
931
-
932
-
933
- <dt><a href="reference/api/overview.html#c.grn_fin">grn_fin (C の関数)</a>
934
- </dt>
935
-
936
-
937
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C の関数)</a>
938
- </dt>
939
-
940
-
941
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C の関数)</a>
942
- </dt>
943
-
944
-
945
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C の関数)</a>
946
- </dt>
947
-
948
-
949
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C のデータ型)</a>
950
- </dt>
951
-
952
-
953
- <dt><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C の関数)</a>
954
- </dt>
955
-
956
-
957
- <dt><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C の関数)</a>
958
- </dt>
959
-
960
-
961
- <dt><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C の関数)</a>
962
- </dt>
963
-
964
-
965
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C の関数)</a>
966
- </dt>
967
-
968
-
969
- <dt><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C の関数)</a>
970
- </dt>
971
-
972
-
973
- <dt><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C のデータ型)</a>
974
- </dt>
975
-
976
-
977
- <dt><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C のデータ型)</a>
978
- </dt>
979
-
980
-
981
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C のデータ型)</a>
982
- </dt>
983
-
984
-
985
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C の関数)</a>
986
- </dt>
987
-
988
-
989
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C の関数)</a>
990
- </dt>
991
-
992
-
993
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C の関数)</a>
994
- </dt>
995
-
996
-
997
- <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C の関数)</a>
998
- </dt>
999
-
1000
-
1001
- <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C の関数)</a>
1002
- </dt>
1003
-
1004
-
1005
- <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C の関数)</a>
1006
- </dt>
1007
-
1008
-
1009
- <dt><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C のデータ型)</a>
1010
- </dt>
1011
-
1012
-
1013
- <dt><a href="reference/api/overview.html#c.grn_init">grn_init (C の関数)</a>
1014
- </dt>
1015
-
1016
-
1017
- <dt><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C のデータ型)</a>
1018
- </dt>
1019
-
1020
-
1021
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
1022
- </dt>
1023
-
1024
-
1025
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
1026
- </dt>
1027
-
1028
-
1029
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_cast_by_id">grn_obj_cast_by_id (C の関数)</a>
1030
- </dt>
1031
-
1032
-
1033
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C の関数)</a>
1034
- </dt>
1035
-
1036
-
1037
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C の関数)</a>
1038
- </dt>
1039
-
1040
-
1041
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C の関数)</a>
1042
- </dt>
1043
-
1044
-
1045
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C の関数)</a>
1046
- </dt>
1047
-
1048
-
1049
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C のマクロ)</a>
1050
- </dt>
1051
-
1052
-
1053
- <dt><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C の関数)</a>
1054
- </dt>
1055
-
1056
-
1057
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C のマクロ)</a>
1058
- </dt>
1059
-
1060
-
1061
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C の関数)</a>
1062
- </dt>
1063
-
1064
-
1065
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C の関数)</a>
1066
- </dt>
1067
-
1068
-
1069
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C の関数)</a>
1070
- </dt>
1071
-
1072
-
1073
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C の関数)</a>
1074
- </dt>
1075
-
1076
-
1077
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C のマクロ)</a>
1078
- </dt>
1079
-
1080
-
1081
- <dt><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C の関数)</a>
1082
- </dt>
1083
-
1084
-
1085
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C の関数)</a>
1086
- </dt>
1087
-
1088
-
1089
- <dt><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C の関数)</a>
1090
- </dt>
1091
-
1092
-
1093
- <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C の関数)</a>
1094
- </dt>
1095
-
1096
-
1097
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C の関数)</a>
1098
- </dt>
1099
-
1100
-
1101
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C の関数)</a>
1102
- </dt>
1103
-
1104
-
1105
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C の関数)</a>
1106
- </dt>
1107
-
1108
-
1109
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C の関数)</a>
1110
- </dt>
1111
-
1112
-
1113
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C のマクロ)</a>
1114
- </dt>
1115
-
1116
-
1117
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C の関数)</a>
1118
- </dt>
1119
-
1120
-
1121
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C の関数)</a>
1122
- </dt>
1123
-
1124
-
1125
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C のマクロ)</a>
1126
- </dt>
1127
-
1128
-
1129
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C の関数)</a>
1130
- </dt>
1131
-
1132
-
1133
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C の関数)</a>
1134
- </dt>
1135
-
1136
-
1137
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C の関数)</a>
1138
- </dt>
1139
-
1140
-
1141
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C の関数)</a>
1142
- </dt>
1143
-
1144
-
1145
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C のマクロ)</a>
1146
- </dt>
1147
-
1148
-
1149
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C の関数)</a>
1150
- </dt>
1151
-
1152
-
1153
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C の関数)</a>
1154
- </dt>
1155
-
1156
-
1157
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C の関数)</a>
1158
- </dt>
1159
-
1160
-
1161
- <dt><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C の関数)</a>
1162
- </dt>
1163
-
1164
-
1165
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C のマクロ)</a>
1166
- </dt>
1167
-
1168
-
1169
- <dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
1170
- </dt>
1171
-
1172
- </dl></td>
1173
- <td style="width: 33%" valign="top"><dl>
1174
-
1175
- <dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
1176
- </dt>
1177
-
1178
-
1179
- <dt><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C の関数)</a>
1180
- </dt>
1181
-
1182
-
1183
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C のマクロ)</a>
1184
- </dt>
1185
-
1186
-
1187
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C の関数)</a>
1188
- </dt>
1189
-
1190
-
1191
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C の関数)</a>
1192
- </dt>
1193
-
1194
-
1195
- <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C のマクロ)</a>
1196
- </dt>
1197
-
1198
-
1199
- <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C の関数)</a>
1200
- </dt>
1201
-
1202
-
1203
- <dt><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C の関数)</a>
1204
- </dt>
1205
-
1206
-
1207
- <dt><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C の関数)</a>
1208
- </dt>
1209
-
1210
-
1211
- <dt><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C の関数)</a>
1212
- </dt>
1213
-
1214
-
1215
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C のマクロ)</a>
1216
- </dt>
1217
-
1218
-
1219
- <dt><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C の関数)</a>
1220
- </dt>
1221
-
1222
-
1223
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C の関数)</a>
1224
- </dt>
1225
-
1226
-
1227
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C のマクロ)</a>
1228
- </dt>
1229
-
1230
-
1231
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C の関数)</a>
1232
- </dt>
1233
-
1234
-
1235
- <dt><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C の関数)</a>
1236
- </dt>
1237
-
1238
-
1239
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C のマクロ)</a>
1240
- </dt>
1241
-
1242
-
1243
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C のマクロ)</a>
1244
- </dt>
1245
-
1246
-
1247
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C のデータ型)</a>
1248
- </dt>
1249
-
1250
-
1251
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C の関数)</a>
1252
- </dt>
1253
-
1254
-
1255
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C の関数)</a>
1256
- </dt>
1257
-
1258
-
1259
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C の関数)</a>
1260
- </dt>
1261
-
1262
-
1263
- <dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C の関数)</a>
1264
- </dt>
1265
-
1266
-
1267
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C の関数)</a>
1268
- </dt>
1269
-
1270
-
1271
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C の関数)</a>
1272
- </dt>
1273
-
1274
-
1275
- <dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C の関数)</a>
1276
- </dt>
1277
-
1278
-
1279
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C のマクロ)</a>
1280
- </dt>
1281
-
1282
-
1283
- <dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C の関数)</a>
1284
- </dt>
1285
-
1286
-
1287
- <dt><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C の関数)</a>
1288
- </dt>
1289
-
1290
-
1291
- <dt><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C の関数)</a>
1292
- </dt>
1293
-
1294
-
1295
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
1296
- </dt>
1297
-
1298
-
1299
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C のデータ型)</a>
1300
- </dt>
1301
-
1302
-
1303
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C の関数)</a>
1304
- </dt>
1305
-
1306
-
1307
- <dt><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C のデータ型)</a>
1308
- </dt>
1309
-
1310
-
1311
- <dt><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C のデータ型)</a>
1312
- </dt>
1313
-
1314
-
1315
- <dt><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C の関数)</a>
1316
- </dt>
1317
-
1318
-
1319
- <dt><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C の関数)</a>
1320
- </dt>
1321
-
1322
-
1323
- <dt><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C の関数)</a>
1324
- </dt>
1325
-
1326
-
1327
- <dt><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C の関数)</a>
1328
- </dt>
1329
-
1330
-
1331
- <dt><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C の関数)</a>
1332
- </dt>
1333
-
1334
-
1335
- <dt><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C の関数)</a>
1336
- </dt>
1337
-
1338
-
1339
- <dt><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C の関数)</a>
1340
- </dt>
1341
-
1342
-
1343
- <dt><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C の関数)</a>
1344
- </dt>
1345
-
1346
-
1347
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C のデータ型)</a>
1348
- </dt>
1349
-
1350
-
1351
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
1352
- </dt>
1353
-
1354
-
1355
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
1356
- </dt>
1357
-
1358
-
1359
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
1360
- </dt>
1361
-
1362
-
1363
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
1364
- </dt>
1365
-
1366
-
1367
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
1368
- </dt>
1369
-
1370
-
1371
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
1372
- </dt>
1373
-
1374
-
1375
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
1376
- </dt>
1377
-
1378
-
1379
- <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
1380
- </dt>
1381
-
1382
-
1383
- <dt><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C の関数)</a>
1384
- </dt>
1385
-
1386
-
1387
- <dt><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
1388
- </dt>
1389
-
1390
-
1391
- <dt><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C の関数)</a>
1392
- </dt>
1393
-
1394
-
1395
- <dt><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C の関数)</a>
1396
- </dt>
1397
-
1398
-
1399
- <dt><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C の関数)</a>
1400
- </dt>
1401
-
1402
-
1403
- <dt><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C の関数)</a>
1404
- </dt>
1405
-
1406
-
1407
- <dt><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
1408
- </dt>
1409
-
1410
-
1411
- <dt><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C のデータ型)</a>
1412
- </dt>
1413
-
1414
-
1415
- <dt><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
1416
- </dt>
1417
-
1418
-
1419
- <dt><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C の関数)</a>
1420
- </dt>
1421
-
1422
-
1423
- <dt><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C の関数)</a>
1424
- </dt>
1425
-
1426
-
1427
- <dt><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C の関数)</a>
1428
- </dt>
1429
-
1430
-
1431
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C の関数)</a>
1432
- </dt>
1433
-
1434
-
1435
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
1436
- </dt>
1437
-
1438
-
1439
- <dt><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
1440
- </dt>
1441
-
1442
-
1443
- <dt><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C の関数)</a>
1444
- </dt>
1445
-
1446
-
1447
- <dt><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C の関数)</a>
1448
- </dt>
1449
-
1450
-
1451
- <dt><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
1452
- </dt>
1453
-
1454
-
1455
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C の関数)</a>
1456
- </dt>
1457
-
1458
-
1459
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C のデータ型)</a>
1460
- </dt>
1461
-
1462
-
1463
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C の関数)</a>
1464
- </dt>
1465
-
1466
-
1467
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C の関数)</a>
1468
- </dt>
1469
-
1470
-
1471
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C のデータ型)</a>
1472
- </dt>
1473
-
1474
-
1475
- <dt><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C の関数)</a>
1476
- </dt>
1477
-
1478
-
1479
- <dt><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C の関数)</a>
1480
- </dt>
1481
-
1482
-
1483
- <dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
1484
- </dt>
1485
-
1486
-
1487
- <dt>
436
+ <td style="width: 33%; vertical-align: top;"><ul>
437
+ <li><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C のデータ型)</a>
438
+ </li>
439
+ <li><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C のデータ型)</a>
440
+ </li>
441
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C の関数)</a>
442
+ </li>
443
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C の関数)</a>
444
+ </li>
445
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C の関数)</a>
446
+ </li>
447
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C の関数)</a>
448
+ </li>
449
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C の関数)</a>
450
+ </li>
451
+ <li><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C の関数)</a>
452
+ </li>
453
+ <li><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C の関数)</a>
454
+ </li>
455
+ <li><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C の関数)</a>
456
+ </li>
457
+ <li><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C の関数)</a>
458
+ </li>
459
+ <li><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C の関数)</a>
460
+ </li>
461
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
462
+ </li>
463
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
464
+ </li>
465
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
466
+ </li>
467
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
468
+ </li>
469
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
470
+ </li>
471
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
472
+ </li>
473
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
474
+ </li>
475
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
476
+ </li>
477
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
478
+ </li>
479
+ <li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
480
+ </li>
481
+ <li><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C の関数)</a>
482
+ </li>
483
+ <li><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C の関数)</a>
484
+ </li>
485
+ <li><a href="reference/api/grn_column.html#c.grn_column_truncate">grn_column_truncate (C の関数)</a>
486
+ </li>
487
+ <li><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C のデータ型)</a>
488
+ </li>
489
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C のマクロ)</a>
490
+ </li>
491
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C のマクロ)</a>
492
+ </li>
493
+ <li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C のマクロ)</a>
494
+ </li>
495
+ <li><a href="reference/api/grn_content_type.html#c.grn_content_type">grn_content_type (C のデータ型)</a>
496
+ </li>
497
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C のデータ型)</a>
498
+ </li>
499
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C の関数)</a>
500
+ </li>
501
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C の関数)</a>
502
+ </li>
503
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C の関数)</a>
504
+ </li>
505
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C の関数)</a>
506
+ </li>
507
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C の関数)</a>
508
+ </li>
509
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables">grn_ctx_get_all_tables (C の関数)</a>
510
+ </li>
511
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C の関数)</a>
512
+ </li>
513
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C の関数)</a>
514
+ </li>
515
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_output_type">grn_ctx_get_output_type (C の関数)</a>
516
+ </li>
517
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C の関数)</a>
518
+ </li>
519
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_is_opened">grn_ctx_is_opened (C の関数)</a>
520
+ </li>
521
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C の関数)</a>
522
+ </li>
523
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C の関数)</a>
524
+ </li>
525
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C の関数)</a>
526
+ </li>
527
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C の関数)</a>
528
+ </li>
529
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_output_type">grn_ctx_set_output_type (C の関数)</a>
530
+ </li>
531
+ <li><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C の関数)</a>
532
+ </li>
533
+ <li><a href="reference/api/grn_db.html#c.grn_db">grn_db (C のデータ型)</a>
534
+ </li>
535
+ <li><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C の関数)</a>
536
+ </li>
537
+ <li><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C のデータ型)</a>
538
+ </li>
539
+ <li><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C のメンバ変数)</a>
540
+ </li>
541
+ <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 のメンバ変数)</a>
542
+ </li>
543
+ <li><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C の関数)</a>
544
+ </li>
545
+ <li><a href="reference/api/grn_db.html#c.grn_db_recover">grn_db_recover (C の関数)</a>
546
+ </li>
547
+ <li><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C の関数)</a>
548
+ </li>
549
+ <li><a href="reference/api/grn_db.html#c.grn_db_unmap">grn_db_unmap (C の関数)</a>
550
+ </li>
551
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C のデータ型)</a>
552
+ </li>
553
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C の関数)</a>
554
+ </li>
555
+ <li><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C の関数)</a>
556
+ </li>
557
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C の関数)</a>
558
+ </li>
559
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C の関数)</a>
560
+ </li>
561
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C の関数)</a>
562
+ </li>
563
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C の関数)</a>
564
+ </li>
565
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C の関数)</a>
566
+ </li>
567
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C の関数)</a>
568
+ </li>
569
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C の関数)</a>
570
+ </li>
571
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C の関数)</a>
572
+ </li>
573
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C の関数)</a>
574
+ </li>
575
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C の関数)</a>
576
+ </li>
577
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_get_keywords">grn_expr_get_keywords (C の関数)</a>
578
+ </li>
579
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C の関数)</a>
580
+ </li>
581
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C の関数)</a>
582
+ </li>
583
+ <li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C の関数)</a>
584
+ </li>
585
+ <li><a href="reference/api/overview.html#c.grn_fin">grn_fin (C の関数)</a>
586
+ </li>
587
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C の関数)</a>
588
+ </li>
589
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C の関数)</a>
590
+ </li>
591
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C の関数)</a>
592
+ </li>
593
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C のデータ型)</a>
594
+ </li>
595
+ <li><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C の関数)</a>
596
+ </li>
597
+ <li><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C の関数)</a>
598
+ </li>
599
+ <li><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C の関数)</a>
600
+ </li>
601
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C の関数)</a>
602
+ </li>
603
+ <li><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C の関数)</a>
604
+ </li>
605
+ <li><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C のデータ型)</a>
606
+ </li>
607
+ <li><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C のデータ型)</a>
608
+ </li>
609
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C のデータ型)</a>
610
+ </li>
611
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C の関数)</a>
612
+ </li>
613
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C の関数)</a>
614
+ </li>
615
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C の関数)</a>
616
+ </li>
617
+ <li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C の関数)</a>
618
+ </li>
619
+ <li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C の関数)</a>
620
+ </li>
621
+ <li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C の関数)</a>
622
+ </li>
623
+ <li><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C のデータ型)</a>
624
+ </li>
625
+ <li><a href="reference/api/overview.html#c.grn_init">grn_init (C の関数)</a>
626
+ </li>
627
+ <li><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C のデータ型)</a>
628
+ </li>
629
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
630
+ </li>
631
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
632
+ </li>
633
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_cast_by_id">grn_obj_cast_by_id (C の関数)</a>
634
+ </li>
635
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C の関数)</a>
636
+ </li>
637
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C の関数)</a>
638
+ </li>
639
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C の関数)</a>
640
+ </li>
641
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C の関数)</a>
642
+ </li>
643
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C のマクロ)</a>
644
+ </li>
645
+ <li><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C の関数)</a>
646
+ </li>
647
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C のマクロ)</a>
648
+ </li>
649
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C の関数)</a>
650
+ </li>
651
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C の関数)</a>
652
+ </li>
653
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C の関数)</a>
654
+ </li>
655
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C の関数)</a>
656
+ </li>
657
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C のマクロ)</a>
658
+ </li>
659
+ <li><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C の関数)</a>
660
+ </li>
661
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C の関数)</a>
662
+ </li>
663
+ <li><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C の関数)</a>
664
+ </li>
665
+ <li><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C の関数)</a>
666
+ </li>
667
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C の関数)</a>
668
+ </li>
669
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C の関数)</a>
670
+ </li>
671
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C の関数)</a>
672
+ </li>
673
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C の関数)</a>
674
+ </li>
675
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C のマクロ)</a>
676
+ </li>
677
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C の関数)</a>
678
+ </li>
679
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C の関数)</a>
680
+ </li>
681
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C のマクロ)</a>
682
+ </li>
683
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C の関数)</a>
684
+ </li>
685
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C の関数)</a>
686
+ </li>
687
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C の関数)</a>
688
+ </li>
689
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C の関数)</a>
690
+ </li>
691
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C のマクロ)</a>
692
+ </li>
693
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C の関数)</a>
694
+ </li>
695
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C の関数)</a>
696
+ </li>
697
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C の関数)</a>
698
+ </li>
699
+ <li><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C の関数)</a>
700
+ </li>
701
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C のマクロ)</a>
702
+ </li>
703
+ <li><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
704
+ </li>
705
+ </ul></td>
706
+ <td style="width: 33%; vertical-align: top;"><ul>
707
+ <li><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
708
+ </li>
709
+ <li><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C の関数)</a>
710
+ </li>
711
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C のマクロ)</a>
712
+ </li>
713
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C の関数)</a>
714
+ </li>
715
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C の関数)</a>
716
+ </li>
717
+ <li><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C のマクロ)</a>
718
+ </li>
719
+ <li><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C の関数)</a>
720
+ </li>
721
+ <li><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C の関数)</a>
722
+ </li>
723
+ <li><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C の関数)</a>
724
+ </li>
725
+ <li><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C の関数)</a>
726
+ </li>
727
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C のマクロ)</a>
728
+ </li>
729
+ <li><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C の関数)</a>
730
+ </li>
731
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C の関数)</a>
732
+ </li>
733
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C のマクロ)</a>
734
+ </li>
735
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C の関数)</a>
736
+ </li>
737
+ <li><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C の関数)</a>
738
+ </li>
739
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C のマクロ)</a>
740
+ </li>
741
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C のマクロ)</a>
742
+ </li>
743
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C のデータ型)</a>
744
+ </li>
745
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C の関数)</a>
746
+ </li>
747
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C の関数)</a>
748
+ </li>
749
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C の関数)</a>
750
+ </li>
751
+ <li><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C の関数)</a>
752
+ </li>
753
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C の関数)</a>
754
+ </li>
755
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C の関数)</a>
756
+ </li>
757
+ <li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C の関数)</a>
758
+ </li>
759
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C のマクロ)</a>
760
+ </li>
761
+ <li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C の関数)</a>
762
+ </li>
763
+ <li><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C の関数)</a>
764
+ </li>
765
+ <li><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C の関数)</a>
766
+ </li>
767
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
768
+ </li>
769
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C のデータ型)</a>
770
+ </li>
771
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C の関数)</a>
772
+ </li>
773
+ <li><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C のデータ型)</a>
774
+ </li>
775
+ <li><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C のデータ型)</a>
776
+ </li>
777
+ <li><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C の関数)</a>
778
+ </li>
779
+ <li><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C の関数)</a>
780
+ </li>
781
+ <li><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C の関数)</a>
782
+ </li>
783
+ <li><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C の関数)</a>
784
+ </li>
785
+ <li><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C の関数)</a>
786
+ </li>
787
+ <li><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C の関数)</a>
788
+ </li>
789
+ <li><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C の関数)</a>
790
+ </li>
791
+ <li><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C の関数)</a>
792
+ </li>
793
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C のデータ型)</a>
794
+ </li>
795
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
796
+ </li>
797
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
798
+ </li>
799
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
800
+ </li>
801
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
802
+ </li>
803
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
804
+ </li>
805
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
806
+ </li>
807
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
808
+ </li>
809
+ <li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
810
+ </li>
811
+ <li><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C の関数)</a>
812
+ </li>
813
+ <li><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
814
+ </li>
815
+ <li><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C の関数)</a>
816
+ </li>
817
+ <li><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C の関数)</a>
818
+ </li>
819
+ <li><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C の関数)</a>
820
+ </li>
821
+ <li><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C の関数)</a>
822
+ </li>
823
+ <li><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
824
+ </li>
825
+ <li><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C のデータ型)</a>
826
+ </li>
827
+ <li><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
828
+ </li>
829
+ <li><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C の関数)</a>
830
+ </li>
831
+ <li><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C の関数)</a>
832
+ </li>
833
+ <li><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C の関数)</a>
834
+ </li>
835
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C の関数)</a>
836
+ </li>
837
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
838
+ </li>
839
+ <li><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
840
+ </li>
841
+ <li><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C の関数)</a>
842
+ </li>
843
+ <li><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C の関数)</a>
844
+ </li>
845
+ <li><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
846
+ </li>
847
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C の関数)</a>
848
+ </li>
849
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C のデータ型)</a>
850
+ </li>
851
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C の関数)</a>
852
+ </li>
853
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C の関数)</a>
854
+ </li>
855
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C のデータ型)</a>
856
+ </li>
857
+ <li><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C の関数)</a>
858
+ </li>
859
+ <li><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C の関数)</a>
860
+ </li>
861
+ <li><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
862
+ </li>
863
+ <li>
1488
864
  grnslap コマンドラインオプション
1489
- </dt>
1490
-
1491
- <dd><dl>
1492
-
1493
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">-P</a>
1494
- </dt>
1495
865
 
1496
-
1497
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
1498
- </dt>
1499
-
1500
-
1501
- <dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
1502
- </dt>
1503
-
1504
- </dl></dd>
1505
-
1506
- <dt>
866
+ <ul>
867
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">-P</a>
868
+ </li>
869
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
870
+ </li>
871
+ <li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
872
+ </li>
873
+ </ul></li>
874
+ <li>
1507
875
  groonga コマンドラインオプション
1508
- </dt>
1509
-
1510
- <dd><dl>
1511
-
1512
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">--bind-address &lt;ip/hostname&gt;</a>
1513
- </dt>
1514
-
1515
-
1516
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">--cache-base-path &lt;path&gt;</a>
1517
- </dt>
1518
-
1519
-
1520
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">--cache-limit &lt;limit&gt;</a>
1521
- </dt>
1522
-
1523
-
1524
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">--config-path &lt;path&gt;</a>
1525
- </dt>
1526
-
1527
-
1528
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">--default-match-escalation-threshold &lt;threshold&gt;</a>
1529
- </dt>
1530
-
1531
-
1532
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">--default-request-timeout &lt;timeout&gt;</a>
1533
- </dt>
1534
-
1535
-
1536
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">--document-root &lt;path&gt;</a>
1537
- </dt>
1538
-
1539
-
1540
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">--log-path &lt;path&gt;</a>
1541
- </dt>
1542
876
 
1543
-
1544
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">--log-rotate-threshold-size &lt;threshold&gt;</a>
1545
- </dt>
1546
-
1547
-
1548
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">--pid-path &lt;path&gt;</a>
1549
- </dt>
1550
-
1551
-
1552
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">--protocol &lt;protocol&gt;</a>
1553
- </dt>
1554
-
1555
-
1556
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">--query-log-path &lt;path&gt;</a>
1557
- </dt>
1558
-
1559
-
1560
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">--query-log-rotate-threshold-size &lt;threshold&gt;</a>
1561
- </dt>
1562
-
1563
-
1564
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address &lt;ip/hostname&gt;</a>
1565
- </dt>
1566
-
1567
-
1568
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
1569
- </dt>
1570
-
1571
-
1572
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
1573
- </dt>
1574
-
1575
-
1576
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding &lt;encoding&gt;</a>
1577
- </dt>
1578
-
1579
-
1580
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
1581
- </dt>
1582
-
1583
-
1584
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id &lt;ip/hostname&gt;</a>
1585
- </dt>
1586
-
1587
-
1588
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level &lt;log level&gt;</a>
1589
- </dt>
1590
-
1591
-
1592
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
1593
- </dt>
1594
-
1595
-
1596
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port &lt;port number&gt;</a>
1597
- </dt>
1598
-
1599
-
1600
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
1601
- </dt>
1602
-
1603
-
1604
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads &lt;max threasd&gt;</a>
1605
- </dt>
1606
-
1607
-
1608
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
1609
- </dt>
1610
-
1611
-
1612
- <dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
1613
- </dt>
1614
-
1615
- </dl></dd>
1616
-
1617
- <dt>
877
+ <ul>
878
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">--bind-address &lt;ip/hostname&gt;</a>
879
+ </li>
880
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">--cache-base-path &lt;path&gt;</a>
881
+ </li>
882
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">--cache-limit &lt;limit&gt;</a>
883
+ </li>
884
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">--config-path &lt;path&gt;</a>
885
+ </li>
886
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">--default-match-escalation-threshold &lt;threshold&gt;</a>
887
+ </li>
888
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">--default-request-timeout &lt;timeout&gt;</a>
889
+ </li>
890
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">--document-root &lt;path&gt;</a>
891
+ </li>
892
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">--log-path &lt;path&gt;</a>
893
+ </li>
894
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">--log-rotate-threshold-size &lt;threshold&gt;</a>
895
+ </li>
896
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">--pid-path &lt;path&gt;</a>
897
+ </li>
898
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">--protocol &lt;protocol&gt;</a>
899
+ </li>
900
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">--query-log-path &lt;path&gt;</a>
901
+ </li>
902
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">--query-log-rotate-threshold-size &lt;threshold&gt;</a>
903
+ </li>
904
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address &lt;ip/hostname&gt;</a>
905
+ </li>
906
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
907
+ </li>
908
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
909
+ </li>
910
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding &lt;encoding&gt;</a>
911
+ </li>
912
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
913
+ </li>
914
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id &lt;ip/hostname&gt;</a>
915
+ </li>
916
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level &lt;log level&gt;</a>
917
+ </li>
918
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
919
+ </li>
920
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port &lt;port number&gt;</a>
921
+ </li>
922
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
923
+ </li>
924
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads &lt;max threasd&gt;</a>
925
+ </li>
926
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
927
+ </li>
928
+ <li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
929
+ </li>
930
+ </ul></li>
931
+ <li>
1618
932
  groonga-benchmark コマンドラインオプション
1619
- </dt>
1620
-
1621
- <dd><dl>
1622
-
1623
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">--dir</a>
1624
- </dt>
1625
-
1626
-
1627
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">--ftp</a>
1628
- </dt>
1629
-
1630
-
1631
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">--groonga &lt;groonga_path&gt;</a>
1632
- </dt>
1633
-
1634
-
1635
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">--log-output-dir</a>
1636
- </dt>
1637
-
1638
-
1639
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">--protocol &lt;gqtp|http&gt;</a>
1640
- </dt>
1641
933
 
1642
-
1643
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host &lt;ip/hostname&gt;</a>
1644
- </dt>
1645
-
1646
-
1647
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port &lt;port number&gt;</a>
1648
- </dt>
1649
-
1650
-
1651
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
1652
- </dt>
1653
-
1654
-
1655
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
1656
- </dt>
1657
-
1658
- </dl></dd>
1659
-
1660
- <dt>
934
+ <ul>
935
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">--dir</a>
936
+ </li>
937
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">--ftp</a>
938
+ </li>
939
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">--groonga &lt;groonga_path&gt;</a>
940
+ </li>
941
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">--log-output-dir</a>
942
+ </li>
943
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">--protocol &lt;gqtp|http&gt;</a>
944
+ </li>
945
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host &lt;ip/hostname&gt;</a>
946
+ </li>
947
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port &lt;port number&gt;</a>
948
+ </li>
949
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
950
+ </li>
951
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
952
+ </li>
953
+ </ul></li>
954
+ <li>
1661
955
  groonga-suggest-httpd コマンドラインオプション
1662
- </dt>
1663
-
1664
- <dd><dl>
1665
-
1666
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">--disable-max-fd-check</a>
1667
- </dt>
1668
-
1669
-
1670
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">--n-lines-per-log-file</a>
1671
- </dt>
1672
-
1673
-
1674
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
1675
- </dt>
1676
-
1677
-
1678
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
1679
- </dt>
1680
-
1681
-
1682
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
1683
- </dt>
1684
-
1685
-
1686
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
1687
- </dt>
1688
-
1689
-
1690
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
1691
- </dt>
1692
956
 
1693
-
1694
- <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
1695
- </dt>
1696
-
1697
- </dl></dd>
1698
-
1699
- <dt>
957
+ <ul>
958
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">--disable-max-fd-check</a>
959
+ </li>
960
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">--n-lines-per-log-file</a>
961
+ </li>
962
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
963
+ </li>
964
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
965
+ </li>
966
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
967
+ </li>
968
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
969
+ </li>
970
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
971
+ </li>
972
+ <li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
973
+ </li>
974
+ </ul></li>
975
+ <li>
1700
976
  groonga-suggest-learner コマンドラインオプション
1701
- </dt>
1702
-
1703
- <dd><dl>
1704
-
1705
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">--log-level &lt;level&gt;</a>
1706
- </dt>
1707
-
1708
-
1709
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">--log-path &lt;path&gt;</a>
1710
- </dt>
1711
-
1712
-
1713
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
1714
- </dt>
1715
-
1716
-
1717
- <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>
1718
- </dt>
1719
977
 
1720
-
1721
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;</a>
1722
- </dt>
1723
-
1724
-
1725
- <dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;</a>
1726
- </dt>
1727
-
1728
- </dl></dd>
1729
- </dl></td>
978
+ <ul>
979
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">--log-level &lt;level&gt;</a>
980
+ </li>
981
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">--log-path &lt;path&gt;</a>
982
+ </li>
983
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
984
+ </li>
985
+ <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>
986
+ </li>
987
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r &lt;endpoint&gt;, --receive-endpoint &lt;endpoint&gt;</a>
988
+ </li>
989
+ <li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s &lt;endpoint&gt;, --send-endpoint &lt;endpoint&gt;</a>
990
+ </li>
991
+ </ul></li>
992
+ </ul></td>
1730
993
  </tr></table>
1731
994
 
1732
995
  <h2 id="S">S</h2>
1733
996
  <table style="width: 100%" class="indextable genindextable"><tr>
1734
- <td style="width: 33%" valign="top"><dl>
1735
-
1736
- <dt>
997
+ <td style="width: 33%; vertical-align: top;"><ul>
998
+ <li>
1737
999
  script
1738
- </dt>
1739
1000
 
1740
- <dd><dl>
1741
-
1742
- <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark コマンドラインオプション</a>
1743
- </dt>
1744
-
1745
- </dl></dd>
1746
- </dl></td>
1001
+ <ul>
1002
+ <li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark コマンドラインオプション</a>
1003
+ </li>
1004
+ </ul></li>
1005
+ </ul></td>
1747
1006
  </tr></table>
1748
1007
 
1749
1008
 
@@ -1776,11 +1035,11 @@
1776
1035
  <li class="right" style="margin-right: 10px">
1777
1036
  <a href="#" title="総合索引"
1778
1037
  >索引</a></li>
1779
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
1038
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
1780
1039
  </ul>
1781
1040
  </div>
1782
1041
  <div class="footer" role="contentinfo">
1783
- &#169; Copyright 2009-2017, Brazil, Inc.
1042
+ &#169; Copyright 2009-2018, Brazil, Inc.
1784
1043
  </div>
1785
1044
  </body>
1786
1045
  </html>