rroonga 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (788) hide show
  1. data/doc/text/news.textile +29 -0
  2. data/doc/text/tutorial.textile +176 -199
  3. data/ext/groonga/extconf.rb +16 -2
  4. data/ext/groonga/rb-grn-logger.c +214 -202
  5. data/ext/groonga/rb-grn-object.c +1 -23
  6. data/ext/groonga/rb-grn-table-cursor.c +1 -2
  7. data/ext/groonga/rb-grn-table.c +1 -2
  8. data/ext/groonga/rb-grn-utils.c +3 -7
  9. data/ext/groonga/rb-grn.h +2 -16
  10. data/ext/groonga/rb-groonga.c +1 -3
  11. data/lib/1.8/groonga.so +0 -0
  12. data/lib/1.9/groonga.so +0 -0
  13. data/lib/groonga/context.rb +27 -0
  14. data/lib/groonga/dumper.rb +35 -3
  15. data/lib/groonga/logger.rb +142 -0
  16. data/lib/groonga.rb +2 -1
  17. data/rroonga-build.rb +2 -2
  18. data/test/groonga-test-utils.rb +3 -1
  19. data/test/test-context.rb +63 -0
  20. data/test/test-logger.rb +1 -0
  21. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  22. data/vendor/local/bin/groonga.exe +0 -0
  23. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  24. data/vendor/local/bin/libgroonga-0.dll +0 -0
  25. data/vendor/local/bin/libmecab-1.dll +0 -0
  26. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  27. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  28. data/vendor/local/bin/libstdc++-6.dll +0 -0
  29. data/vendor/local/bin/mecab-config +2 -2
  30. data/vendor/local/bin/mecab.exe +0 -0
  31. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  32. data/vendor/local/include/groonga/groonga.h +48 -7
  33. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  37. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  49. data/vendor/local/lib/libgroonga.a +0 -0
  50. data/vendor/local/lib/libgroonga.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.la +3 -3
  52. data/vendor/local/lib/libmecab.a +0 -0
  53. data/vendor/local/lib/libmecab.dll.a +0 -0
  54. data/vendor/local/lib/libmecab.la +1 -1
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpack.la +2 -2
  58. data/vendor/local/lib/libmsgpackc.a +0 -0
  59. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  60. data/vendor/local/lib/libmsgpackc.la +2 -2
  61. data/vendor/local/lib/pkgconfig/groonga.pc +5 -3
  62. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  65. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  66. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  67. data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
  68. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +5 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +5 -3
  70. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -4
  71. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  72. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  73. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  74. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -3
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +50 -22
  76. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +46 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +4 -0
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +135 -0
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +4 -0
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +17 -15
  83. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +192 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
  85. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +2 -14
  87. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +193 -138
  88. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -9
  90. data/vendor/local/share/doc/groonga/en/html/community.html +7 -9
  91. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -8
  92. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +6 -8
  93. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -8
  94. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -8
  95. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -8
  96. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -8
  97. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -8
  98. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +8 -18
  99. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -8
  100. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -8
  101. data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -9
  102. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -8
  103. data/vendor/local/share/doc/groonga/en/html/development.html +7 -9
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -10
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -9
  106. data/vendor/local/share/doc/groonga/en/html/index.html +22 -18
  107. data/vendor/local/share/doc/groonga/en/html/install/centos.html +22 -11
  108. data/vendor/local/share/doc/groonga/en/html/install/debian.html +22 -11
  109. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -14
  110. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -11
  111. data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -11
  112. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -11
  113. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +22 -11
  114. data/vendor/local/share/doc/groonga/en/html/install/windows.html +47 -25
  115. data/vendor/local/share/doc/groonga/en/html/install.html +8 -10
  116. data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -9
  117. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -8
  118. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -8
  119. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -8
  120. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -8
  121. data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -8
  122. data/vendor/local/share/doc/groonga/en/html/news.html +148 -97
  123. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  124. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -8
  125. data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -8
  126. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -8
  127. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -8
  128. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -8
  129. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -8
  130. data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -9
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -8
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -8
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +19 -19
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -8
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -8
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -8
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -8
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -8
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -8
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -8
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -8
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -8
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -8
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -8
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -8
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -10
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -8
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -8
  150. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -8
  151. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -8
  152. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -8
  153. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +11 -13
  154. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +6 -8
  155. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +6 -8
  156. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +6 -8
  157. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -8
  158. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -8
  159. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -8
  160. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -8
  164. data/vendor/local/share/doc/groonga/en/html/reference/function.html +9 -10
  165. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -8
  166. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -8
  167. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -8
  168. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -8
  169. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -13
  170. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +403 -0
  171. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +29 -31
  172. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -26
  173. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -8
  174. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -8
  175. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -8
  176. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -12
  177. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -13
  178. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +11 -13
  179. data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -8
  180. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +6 -8
  181. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -8
  182. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -8
  183. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +37 -44
  184. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -8
  185. data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -13
  186. data/vendor/local/share/doc/groonga/en/html/reference.html +14 -16
  187. data/vendor/local/share/doc/groonga/en/html/search.html +7 -9
  188. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  189. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +16 -18
  190. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +43 -45
  191. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +14 -16
  192. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +18 -20
  193. data/vendor/local/share/doc/groonga/en/html/server/http.html +30 -32
  194. data/vendor/local/share/doc/groonga/en/html/server/package.html +375 -0
  195. data/vendor/local/share/doc/groonga/en/html/server.html +23 -19
  196. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -8
  197. data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -8
  198. data/vendor/local/share/doc/groonga/en/html/spec.html +7 -9
  199. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +6 -8
  200. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +6 -8
  201. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +6 -8
  202. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +6 -8
  203. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +6 -8
  204. data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -9
  205. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
  206. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -9
  207. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -8
  208. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -8
  209. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -8
  210. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -8
  211. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -8
  212. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -8
  213. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -8
  214. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -8
  215. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -8
  216. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -8
  217. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -8
  218. data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -9
  219. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +5 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +5 -3
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -4
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -3
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +50 -22
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +46 -0
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +4 -0
  231. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +135 -0
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +4 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +17 -15
  235. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +192 -0
  236. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
  237. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +2 -14
  239. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +192 -137
  240. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -9
  242. data/vendor/local/share/doc/groonga/ja/html/community.html +7 -9
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -8
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +6 -8
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -8
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -8
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -8
  248. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -8
  249. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -9
  250. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +11 -21
  251. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -9
  252. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -8
  253. data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -12
  254. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -8
  255. data/vendor/local/share/doc/groonga/ja/html/development.html +7 -9
  256. data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -10
  257. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -9
  258. data/vendor/local/share/doc/groonga/ja/html/index.html +28 -24
  259. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +20 -11
  260. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +20 -11
  261. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -14
  262. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -11
  263. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -11
  264. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -11
  265. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +20 -11
  266. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +47 -20
  267. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -10
  268. data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -9
  269. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -8
  270. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -8
  271. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -8
  272. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -8
  273. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -8
  274. data/vendor/local/share/doc/groonga/ja/html/news.html +135 -97
  275. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  276. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -8
  277. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -8
  278. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -8
  279. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -8
  280. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -8
  281. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -8
  282. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -9
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -8
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -8
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +19 -19
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -8
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -8
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -8
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -8
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -8
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -8
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -8
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -8
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -8
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -8
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -8
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -8
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -10
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -8
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -8
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -8
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +13 -15
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -8
  305. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +11 -13
  306. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -8
  307. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -8
  308. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -8
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -8
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -8
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -8
  312. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -8
  313. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
  314. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -8
  315. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +9 -10
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -8
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -8
  320. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -8
  321. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -13
  322. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +394 -0
  323. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +29 -31
  324. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -26
  325. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -8
  326. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -8
  327. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -8
  328. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -12
  329. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +11 -13
  330. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -68
  331. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -8
  332. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -8
  333. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -8
  334. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -8
  335. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +82 -134
  336. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -12
  337. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +15 -17
  338. data/vendor/local/share/doc/groonga/ja/html/reference.html +20 -22
  339. data/vendor/local/share/doc/groonga/ja/html/search.html +7 -9
  340. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  341. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +16 -18
  342. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +43 -45
  343. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +14 -16
  344. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +18 -20
  345. data/vendor/local/share/doc/groonga/ja/html/server/http.html +30 -32
  346. data/vendor/local/share/doc/groonga/ja/html/server/package.html +372 -0
  347. data/vendor/local/share/doc/groonga/ja/html/server.html +23 -19
  348. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -8
  349. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -8
  350. data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -9
  351. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -8
  352. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -8
  353. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -8
  354. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -8
  355. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -8
  356. data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -9
  357. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
  358. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -9
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -9
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -8
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -8
  362. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -8
  363. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -8
  364. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -8
  365. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -8
  366. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -8
  367. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -8
  368. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -8
  369. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -8
  370. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -9
  371. data/vendor/local/share/man/ja/man1/groonga.1 +849 -276
  372. data/vendor/local/share/man/man1/groonga.1 +814 -144
  373. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  374. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  375. metadata +883 -1287
  376. data/ext/groonga/rb-grn-view-accessor.c +0 -53
  377. data/ext/groonga/rb-grn-view-cursor.c +0 -35
  378. data/ext/groonga/rb-grn-view-record.c +0 -41
  379. data/ext/groonga/rb-grn-view.c +0 -414
  380. data/test/test-schema-view.rb +0 -90
  381. data/test/test-view.rb +0 -71
  382. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt +0 -55
  383. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +0 -196
  384. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt +0 -55
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +0 -197
  386. data/vendor/local/share/doc/groonga/source/__init__.py +0 -0
  387. data/vendor/local/share/doc/groonga/source/characteristic.txt +0 -69
  388. data/vendor/local/share/doc/groonga/source/community.txt +0 -37
  389. data/vendor/local/share/doc/groonga/source/conf.py +0 -272
  390. data/vendor/local/share/doc/groonga/source/contribution/development/com.txt +0 -20
  391. data/vendor/local/share/doc/groonga/source/contribution/development/document.txt +0 -40
  392. data/vendor/local/share/doc/groonga/source/contribution/development/query.txt +0 -214
  393. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +0 -661
  394. data/vendor/local/share/doc/groonga/source/contribution/development/test.txt +0 -116
  395. data/vendor/local/share/doc/groonga/source/contribution/development.txt +0 -12
  396. data/vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt +0 -14
  397. data/vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt +0 -198
  398. data/vendor/local/share/doc/groonga/source/contribution/documentation.txt +0 -16
  399. data/vendor/local/share/doc/groonga/source/contribution/report.txt +0 -28
  400. data/vendor/local/share/doc/groonga/source/contribution.txt +0 -26
  401. data/vendor/local/share/doc/groonga/source/development/travis-ci.txt +0 -61
  402. data/vendor/local/share/doc/groonga/source/development.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/example/completion-1.log +0 -31
  404. data/vendor/local/share/doc/groonga/source/example/correction-1.log +0 -31
  405. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +0 -4
  406. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log +0 -41
  407. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log +0 -59
  408. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log +0 -65
  409. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log +0 -32
  410. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log +0 -35
  411. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log +0 -31
  412. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log +0 -35
  413. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log +0 -74
  414. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log +0 -35
  415. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log +0 -29
  416. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log +0 -29
  417. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log +0 -36
  418. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log +0 -31
  419. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log +0 -41
  420. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log +0 -41
  421. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log +0 -41
  422. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log +0 -52
  423. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log +0 -131
  424. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log +0 -12
  425. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log +0 -41
  426. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log +0 -59
  427. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log +0 -90
  428. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log +0 -41
  429. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log +0 -59
  430. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log +0 -47
  431. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log +0 -41
  432. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log +0 -47
  433. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log +0 -65
  434. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log +0 -65
  435. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log +0 -35
  436. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log +0 -65
  437. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log +0 -18
  438. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log +0 -33
  439. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +0 -21
  440. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log +0 -31
  441. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log +0 -31
  442. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log +0 -12
  443. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log +0 -14
  444. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log +0 -8
  445. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log +0 -77
  446. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log +0 -35
  447. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +0 -4
  448. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +0 -4
  449. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +0 -4
  450. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +0 -86
  451. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +0 -21
  452. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log +0 -16
  453. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log +0 -26
  454. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +0 -26
  455. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +0 -26
  456. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +0 -26
  457. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log +0 -15
  458. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log +0 -26
  459. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log +0 -26
  460. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log +0 -26
  461. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log +0 -13
  462. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log +0 -16
  463. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +0 -28
  464. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +0 -29
  465. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +0 -17
  466. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +0 -28
  467. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log +0 -33
  468. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log +0 -41
  469. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log +0 -47
  470. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log +0 -47
  471. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log +0 -41
  472. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log +0 -47
  473. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log +0 -92
  474. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log +0 -53
  475. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log +0 -59
  476. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log +0 -41
  477. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log +0 -41
  478. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log +0 -47
  479. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log +0 -59
  480. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log +0 -41
  481. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log +0 -41
  482. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log +0 -47
  483. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log +0 -51
  484. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log +0 -41
  485. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log +0 -59
  486. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log +0 -41
  487. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log +0 -41
  488. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log +0 -41
  489. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log +0 -53
  490. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log +0 -47
  491. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log +0 -41
  492. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log +0 -41
  493. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log +0 -47
  494. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log +0 -92
  495. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log +0 -41
  496. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log +0 -47
  497. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log +0 -41
  498. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log +0 -59
  499. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log +0 -47
  500. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log +0 -29
  501. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log +0 -41
  502. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log +0 -52
  503. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log +0 -59
  504. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log +0 -29
  505. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log +0 -35
  506. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log +0 -41
  507. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log +0 -29
  508. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log +0 -41
  509. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log +0 -51
  510. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log +0 -39
  511. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log +0 -41
  512. data/vendor/local/share/doc/groonga/source/example/reference/indexing-data.log +0 -9
  513. data/vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log +0 -4
  514. data/vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log +0 -8
  515. data/vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log +0 -8
  516. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log +0 -31
  517. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log +0 -35
  518. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log +0 -27
  519. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +0 -46
  520. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +0 -4
  521. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +0 -4
  522. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +0 -4
  523. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +0 -35
  524. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +0 -4
  525. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +0 -48
  526. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +0 -57
  527. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +0 -47
  528. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +0 -47
  529. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +0 -47
  530. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +0 -46
  531. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +0 -54
  532. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log +0 -23
  533. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log +0 -78
  534. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log +0 -85
  535. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log +0 -113
  536. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log +0 -86
  537. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log +0 -74
  538. data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +0 -24
  539. data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +0 -105
  540. data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +0 -20
  541. data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +0 -84
  542. data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +0 -78
  543. data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +0 -41
  544. data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +0 -41
  545. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -3
  546. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +0 -4
  547. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +0 -4
  548. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +0 -36
  549. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +0 -36
  550. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +0 -76
  551. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +0 -129
  552. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +0 -76
  553. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +0 -76
  554. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +0 -76
  555. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +0 -22
  556. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +0 -4
  557. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +0 -27
  558. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +0 -33
  559. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +0 -15
  560. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +0 -76
  561. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +0 -36
  562. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +0 -36
  563. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +0 -21
  564. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +0 -137
  565. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +0 -19
  566. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +0 -137
  567. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log +0 -23
  568. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log +0 -16
  569. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log +0 -30
  570. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log +0 -20
  571. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log +0 -86
  572. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log +0 -41
  573. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +0 -59
  574. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +0 -98
  575. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +0 -35
  576. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +0 -35
  577. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +0 -89
  578. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +0 -35
  579. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +0 -73
  580. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +0 -54
  581. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +0 -58
  582. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +0 -37
  583. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +0 -24
  584. data/vendor/local/share/doc/groonga/source/example/tutorial/network-2.log +0 -5
  585. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +0 -89
  586. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +0 -45
  587. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +0 -102
  588. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +0 -26
  589. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +0 -70
  590. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +0 -80
  591. data/vendor/local/share/doc/groonga/source/example/tutorial/search-1.log +0 -31
  592. data/vendor/local/share/doc/groonga/source/example/tutorial/search-2.log +0 -84
  593. data/vendor/local/share/doc/groonga/source/example/tutorial/search-3.log +0 -150
  594. data/vendor/local/share/doc/groonga/source/example/tutorial/search-4.log +0 -43
  595. data/vendor/local/share/doc/groonga/source/example/tutorial/search-5.log +0 -41
  596. data/vendor/local/share/doc/groonga/source/example/tutorial/search-6.log +0 -41
  597. data/vendor/local/share/doc/groonga/source/example/tutorial/search-7.log +0 -31
  598. data/vendor/local/share/doc/groonga/source/geolocation_search.txt +0 -52
  599. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png +0 -0
  600. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg +0 -188
  601. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png +0 -0
  602. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg +0 -501
  603. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png +0 -0
  604. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg +0 -275
  605. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png +0 -0
  606. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg +0 -899
  607. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png +0 -0
  608. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg +0 -249
  609. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png +0 -0
  610. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg +0 -275
  611. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png +0 -0
  612. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg +0 -743
  613. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png +0 -0
  614. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg +0 -261
  615. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png +0 -0
  616. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg +0 -228
  617. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png +0 -0
  618. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg +0 -241
  619. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png +0 -0
  620. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg +0 -879
  621. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png +0 -0
  622. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg +0 -879
  623. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png +0 -0
  624. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg +0 -879
  625. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png +0 -0
  626. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg +0 -602
  627. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png +0 -0
  628. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg +0 -600
  629. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png +0 -0
  630. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg +0 -600
  631. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png +0 -0
  632. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg +0 -600
  633. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png +0 -0
  634. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg +0 -917
  635. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png +0 -0
  636. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg +0 -600
  637. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png +0 -0
  638. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg +0 -600
  639. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png +0 -0
  640. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg +0 -600
  641. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png +0 -0
  642. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg +0 -561
  643. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png +0 -0
  644. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg +0 -389
  645. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png +0 -0
  646. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg +0 -469
  647. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png +0 -0
  648. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg +0 -514
  649. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png +0 -0
  650. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg +0 -595
  651. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png +0 -0
  652. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg +0 -600
  653. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png +0 -0
  654. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg +0 -424
  655. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png +0 -0
  656. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg +0 -549
  657. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png +0 -0
  658. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg +0 -241
  659. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png +0 -0
  660. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg +0 -203
  661. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png +0 -0
  662. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg +0 -264
  663. data/vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png +0 -0
  664. data/vendor/local/share/doc/groonga/source/images/geo-points-distance.png +0 -0
  665. data/vendor/local/share/doc/groonga/source/images/geo-points-distance.svg +0 -317
  666. data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png +0 -0
  667. data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg +0 -306
  668. data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png +0 -0
  669. data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg +0 -304
  670. data/vendor/local/share/doc/groonga/source/images/geo-points-sort.png +0 -0
  671. data/vendor/local/share/doc/groonga/source/images/geo-points-sort.svg +0 -383
  672. data/vendor/local/share/doc/groonga/source/images/geo-points.png +0 -0
  673. data/vendor/local/share/doc/groonga/source/images/geo-points.svg +0 -296
  674. data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png +0 -0
  675. data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg +0 -287
  676. data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png +0 -0
  677. data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg +0 -174
  678. data/vendor/local/share/doc/groonga/source/index.txt +0 -33
  679. data/vendor/local/share/doc/groonga/source/install/centos.txt +0 -152
  680. data/vendor/local/share/doc/groonga/source/install/debian.txt +0 -136
  681. data/vendor/local/share/doc/groonga/source/install/fedora.txt +0 -82
  682. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +0 -53
  683. data/vendor/local/share/doc/groonga/source/install/others.txt +0 -267
  684. data/vendor/local/share/doc/groonga/source/install/solaris.txt +0 -43
  685. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +0 -196
  686. data/vendor/local/share/doc/groonga/source/install/windows.txt +0 -87
  687. data/vendor/local/share/doc/groonga/source/install.txt +0 -28
  688. data/vendor/local/share/doc/groonga/source/limitations.txt +0 -29
  689. data/vendor/local/share/doc/groonga/source/news/0.x.txt +0 -126
  690. data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +0 -289
  691. data/vendor/local/share/doc/groonga/source/news/1.1.x.txt +0 -31
  692. data/vendor/local/share/doc/groonga/source/news/1.2.x.txt +0 -386
  693. data/vendor/local/share/doc/groonga/source/news/senna.txt +0 -109
  694. data/vendor/local/share/doc/groonga/source/news.txt +0 -632
  695. data/vendor/local/share/doc/groonga/source/rdoc.py +0 -762
  696. data/vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt +0 -8
  697. data/vendor/local/share/doc/groonga/source/reference/api.txt +0 -8
  698. data/vendor/local/share/doc/groonga/source/reference/cast.txt +0 -8
  699. data/vendor/local/share/doc/groonga/source/reference/command/command_version.txt +0 -75
  700. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +0 -228
  701. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +0 -110
  702. data/vendor/local/share/doc/groonga/source/reference/command.txt +0 -20
  703. data/vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt +0 -54
  704. data/vendor/local/share/doc/groonga/source/reference/commands/check.txt +0 -166
  705. data/vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt +0 -63
  706. data/vendor/local/share/doc/groonga/source/reference/commands/column_create.txt +0 -95
  707. data/vendor/local/share/doc/groonga/source/reference/commands/column_list.txt +0 -111
  708. data/vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt +0 -60
  709. data/vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt +0 -116
  710. data/vendor/local/share/doc/groonga/source/reference/commands/defrag.txt +0 -59
  711. data/vendor/local/share/doc/groonga/source/reference/commands/delete.txt +0 -72
  712. data/vendor/local/share/doc/groonga/source/reference/commands/dump.txt +0 -91
  713. data/vendor/local/share/doc/groonga/source/reference/commands/load.txt +0 -100
  714. data/vendor/local/share/doc/groonga/source/reference/commands/log_level.txt +0 -67
  715. data/vendor/local/share/doc/groonga/source/reference/commands/log_put.txt +0 -71
  716. data/vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt +0 -68
  717. data/vendor/local/share/doc/groonga/source/reference/commands/quit.txt +0 -40
  718. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +0 -59
  719. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +0 -894
  720. data/vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt +0 -40
  721. data/vendor/local/share/doc/groonga/source/reference/commands/status.txt +0 -60
  722. data/vendor/local/share/doc/groonga/source/reference/commands/suggest.txt +0 -270
  723. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +0 -286
  724. data/vendor/local/share/doc/groonga/source/reference/commands/table_list.txt +0 -81
  725. data/vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt +0 -52
  726. data/vendor/local/share/doc/groonga/source/reference/commands/view_add.txt +0 -55
  727. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt +0 -104
  728. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt +0 -80
  729. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt +0 -105
  730. data/vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt +0 -66
  731. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +0 -273
  732. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt +0 -209
  733. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +0 -56
  734. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt +0 -50
  735. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +0 -248
  736. data/vendor/local/share/doc/groonga/source/reference/executables.txt +0 -14
  737. data/vendor/local/share/doc/groonga/source/reference/function.txt +0 -20
  738. data/vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt +0 -48
  739. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +0 -301
  740. data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt +0 -81
  741. data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt +0 -55
  742. data/vendor/local/share/doc/groonga/source/reference/functions/now.txt +0 -36
  743. data/vendor/local/share/doc/groonga/source/reference/functions/rand.txt +0 -43
  744. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +0 -120
  745. data/vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt +0 -584
  746. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +0 -805
  747. data/vendor/local/share/doc/groonga/source/reference/grn_expr.txt +0 -59
  748. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +0 -110
  749. data/vendor/local/share/doc/groonga/source/reference/log.txt +0 -214
  750. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +0 -122
  751. data/vendor/local/share/doc/groonga/source/reference/output.txt +0 -164
  752. data/vendor/local/share/doc/groonga/source/reference/pseudo_column.txt +0 -40
  753. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +0 -153
  754. data/vendor/local/share/doc/groonga/source/reference/query_expanders.txt +0 -12
  755. data/vendor/local/share/doc/groonga/source/reference/tables.txt +0 -163
  756. data/vendor/local/share/doc/groonga/source/reference/tokenizers.txt +0 -8
  757. data/vendor/local/share/doc/groonga/source/reference/types.txt +0 -129
  758. data/vendor/local/share/doc/groonga/source/reference.txt +0 -24
  759. data/vendor/local/share/doc/groonga/source/server/gqtp.txt +0 -16
  760. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +0 -298
  761. data/vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt +0 -8
  762. data/vendor/local/share/doc/groonga/source/server/http/groonga.txt +0 -8
  763. data/vendor/local/share/doc/groonga/source/server/http.txt +0 -29
  764. data/vendor/local/share/doc/groonga/source/server.txt +0 -12
  765. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +0 -214
  766. data/vendor/local/share/doc/groonga/source/spec/search.txt +0 -115
  767. data/vendor/local/share/doc/groonga/source/spec.txt +0 -12
  768. data/vendor/local/share/doc/groonga/source/suggest/completion.txt +0 -195
  769. data/vendor/local/share/doc/groonga/source/suggest/correction.txt +0 -148
  770. data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +0 -96
  771. data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +0 -115
  772. data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +0 -8
  773. data/vendor/local/share/doc/groonga/source/suggest.txt +0 -17
  774. data/vendor/local/share/doc/groonga/source/textile.py +0 -771
  775. data/vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  776. data/vendor/local/share/doc/groonga/source/troubleshooting.txt +0 -12
  777. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +0 -155
  778. data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +0 -66
  779. data/vendor/local/share/doc/groonga/source/tutorial/index.txt +0 -118
  780. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +0 -286
  781. data/vendor/local/share/doc/groonga/source/tutorial/lexicon.txt +0 -11
  782. data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +0 -220
  783. data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +0 -487
  784. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +0 -142
  785. data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +0 -53
  786. data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +0 -62
  787. data/vendor/local/share/doc/groonga/source/tutorial/search.txt +0 -121
  788. data/vendor/local/share/doc/groonga/source/tutorial.txt +0 -21
@@ -1,771 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- """
3
- source.textile
4
- ~~~~~~~~~~~~~~
5
-
6
- Textile Sphinx builder.
7
-
8
- Derived from Sphinx's plain-text sphinx builder.
9
-
10
- NOTE: NOT COMPLETED YET.
11
-
12
- :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
13
- Copyright 2011 by Kouhei Sutou.
14
- :license: BSD, see LICENSE for details.
15
- """
16
-
17
- # For builder.
18
- import codecs
19
- from os import path
20
-
21
- from docutils.io import StringOutput
22
-
23
- from sphinx.builders import Builder
24
- from sphinx.util.osutil import ensuredir, os_path
25
-
26
- class TextileBuilder(Builder):
27
- name = 'textile'
28
- format = 'textile'
29
- out_suffix = '.textile'
30
-
31
- def init(self):
32
- pass
33
-
34
- def get_outdated_docs(self):
35
- for docname in self.env.found_docs:
36
- if docname not in self.env.all_docs:
37
- yield docname
38
- continue
39
- targetname = self.env.doc2path(docname, self.outdir,
40
- self.out_suffix)
41
- try:
42
- targetmtime = path.getmtime(targetname)
43
- except Exception:
44
- targetmtime = 0
45
- try:
46
- srcmtime = path.getmtime(self.env.doc2path(docname))
47
- if srcmtime > targetmtime:
48
- yield docname
49
- except EnvironmentError:
50
- # source doesn't exist anymore
51
- pass
52
-
53
- def get_target_uri(self, docname, typ=None):
54
- return ''
55
-
56
- def prepare_writing(self, docnames):
57
- self.writer = TextileWriter(self)
58
-
59
- def write_doc(self, docname, doctree):
60
- destination = StringOutput(encoding='utf-8')
61
- self.writer.write(doctree, destination)
62
- outfilename = path.join(self.outdir, os_path(docname) + self.out_suffix)
63
- ensuredir(path.dirname(outfilename))
64
- try:
65
- f = codecs.open(outfilename, 'w', 'utf-8')
66
- try:
67
- f.write(self.writer.output)
68
- finally:
69
- f.close()
70
- except (IOError, OSError), err:
71
- self.warn("error writing file %s: %s" % (outfilename, err))
72
-
73
- def finish(self):
74
- pass
75
-
76
- # For writer.
77
- import re
78
- import textwrap
79
-
80
- from docutils import nodes, writers
81
-
82
- from sphinx import addnodes
83
- from sphinx.locale import admonitionlabels, versionlabels, _
84
-
85
- class TextileWriter(writers.Writer):
86
- supported = ('textile',)
87
- settings_spec = ('No options here.', '', ())
88
- settings_defaults = {}
89
-
90
- output = None
91
-
92
- def __init__(self, builder):
93
- writers.Writer.__init__(self)
94
- self.builder = builder
95
-
96
- def translate(self):
97
- visitor = TextileTranslator(self.document, self.builder)
98
- self.document.walkabout(visitor)
99
- self.output = visitor.body
100
-
101
-
102
- MAXWIDTH = 700
103
- STDINDENT = 3
104
-
105
- class TextileTranslator(nodes.NodeVisitor):
106
- sectionchars = '*=-~"+'
107
-
108
- def __init__(self, document, builder):
109
- nodes.NodeVisitor.__init__(self, document)
110
-
111
- self.states = [[]]
112
- self.stateindent = [0]
113
- self.list_counter = []
114
- self.sectionlevel = 0
115
- self.table = None
116
-
117
- def add_text(self, text):
118
- self.states[-1].append((-1, text))
119
- def new_state(self, indent=STDINDENT):
120
- self.states.append([])
121
- self.stateindent.append(indent)
122
- def end_state(self, wrap=True, end=[''], first=None):
123
- content = self.states.pop()
124
- maxindent = sum(self.stateindent)
125
- indent = self.stateindent.pop()
126
- result = []
127
- toformat = []
128
- def do_format():
129
- if not toformat:
130
- return
131
- if wrap:
132
- res = textwrap.wrap(''.join(toformat), width=MAXWIDTH-maxindent)
133
- else:
134
- res = ''.join(toformat).splitlines()
135
- if end:
136
- res += end
137
- result.append((indent, res))
138
- for itemindent, item in content:
139
- if itemindent == -1:
140
- toformat.append(item)
141
- else:
142
- do_format()
143
- result.append((indent + itemindent, item))
144
- toformat = []
145
- do_format()
146
- if first is not None and result:
147
- itemindent, item = result[0]
148
- if item:
149
- result.insert(0, (itemindent - indent, [first + item[0]]))
150
- result[1] = (itemindent, item[1:])
151
- self.states[-1].extend(result)
152
-
153
- def visit_document(self, node):
154
- self.new_state(0)
155
- def depart_document(self, node):
156
- self.end_state()
157
- self.body = '\n'.join(line and (' '*indent + line)
158
- for indent, lines in self.states[0]
159
- for line in lines)
160
- # XXX header/footer?
161
-
162
- def visit_highlightlang(self, node):
163
- raise nodes.SkipNode
164
-
165
- def visit_section(self, node):
166
- self._title_char = self.sectionchars[self.sectionlevel]
167
- self.sectionlevel += 1
168
- def depart_section(self, node):
169
- self.sectionlevel -= 1
170
-
171
- def visit_topic(self, node):
172
- self.new_state(0)
173
- def depart_topic(self, node):
174
- self.end_state()
175
-
176
- visit_sidebar = visit_topic
177
- depart_sidebar = depart_topic
178
-
179
- def visit_rubric(self, node):
180
- self.new_state(0)
181
- self.add_text('-[ ')
182
- def depart_rubric(self, node):
183
- self.add_text(' ]-')
184
- self.end_state()
185
-
186
- def visit_compound(self, node):
187
- pass
188
- def depart_compound(self, node):
189
- pass
190
-
191
- def visit_glossary(self, node):
192
- pass
193
- def depart_glossary(self, node):
194
- pass
195
-
196
- def visit_title(self, node):
197
- if isinstance(node.parent, nodes.Admonition):
198
- self.add_text(node.astext()+': ')
199
- raise nodes.SkipNode
200
- self.new_state(0)
201
- def depart_title(self, node):
202
- text = ''.join(x[1] for x in self.states.pop() if x[0] == -1)
203
- text = "h%d. %s" % (self.sectionlevel, text)
204
- self.stateindent.pop()
205
- self.states[-1].append((0, ['', text, '']))
206
-
207
- def visit_subtitle(self, node):
208
- pass
209
- def depart_subtitle(self, node):
210
- pass
211
-
212
- def visit_attribution(self, node):
213
- self.add_text('-- ')
214
- def depart_attribution(self, node):
215
- pass
216
-
217
- def visit_desc(self, node):
218
- pass
219
- def depart_desc(self, node):
220
- pass
221
-
222
- def visit_desc_signature(self, node):
223
- self.new_state(0)
224
- if node.parent['objtype'] in ('class', 'exception'):
225
- self.add_text('%s ' % node.parent['objtype'])
226
- def depart_desc_signature(self, node):
227
- # XXX: wrap signatures in a way that makes sense
228
- self.end_state(wrap=False, end=None)
229
-
230
- def visit_desc_name(self, node):
231
- pass
232
- def depart_desc_name(self, node):
233
- pass
234
-
235
- def visit_desc_addname(self, node):
236
- pass
237
- def depart_desc_addname(self, node):
238
- pass
239
-
240
- def visit_desc_type(self, node):
241
- pass
242
- def depart_desc_type(self, node):
243
- pass
244
-
245
- def visit_desc_returns(self, node):
246
- self.add_text(' -> ')
247
- def depart_desc_returns(self, node):
248
- pass
249
-
250
- def visit_desc_parameterlist(self, node):
251
- self.add_text('(')
252
- self.first_param = 1
253
- def depart_desc_parameterlist(self, node):
254
- self.add_text(')')
255
-
256
- def visit_desc_parameter(self, node):
257
- if not self.first_param:
258
- self.add_text(', ')
259
- else:
260
- self.first_param = 0
261
- self.add_text(node.astext())
262
- raise nodes.SkipNode
263
-
264
- def visit_desc_optional(self, node):
265
- self.add_text('[')
266
- def depart_desc_optional(self, node):
267
- self.add_text(']')
268
-
269
- def visit_desc_annotation(self, node):
270
- pass
271
- def depart_desc_annotation(self, node):
272
- pass
273
-
274
- def visit_refcount(self, node):
275
- pass
276
- def depart_refcount(self, node):
277
- pass
278
-
279
- def visit_desc_content(self, node):
280
- self.new_state()
281
- self.add_text('\n')
282
- def depart_desc_content(self, node):
283
- self.end_state()
284
-
285
- def visit_figure(self, node):
286
- self.new_state()
287
- def depart_figure(self, node):
288
- self.end_state()
289
-
290
- def visit_caption(self, node):
291
- pass
292
- def depart_caption(self, node):
293
- pass
294
-
295
- def visit_productionlist(self, node):
296
- self.new_state()
297
- names = []
298
- for production in node:
299
- names.append(production['tokenname'])
300
- maxlen = max(len(name) for name in names)
301
- for production in node:
302
- if production['tokenname']:
303
- self.add_text(production['tokenname'].ljust(maxlen) + ' ::=')
304
- lastname = production['tokenname']
305
- else:
306
- self.add_text('%s ' % (' '*len(lastname)))
307
- self.add_text(production.astext() + '\n')
308
- self.end_state(wrap=False)
309
- raise nodes.SkipNode
310
-
311
- def visit_seealso(self, node):
312
- self.new_state()
313
- def depart_seealso(self, node):
314
- self.end_state(first='')
315
-
316
- def visit_footnote(self, node):
317
- self._footnote = node.children[0].astext().strip()
318
- self.new_state(len(self._footnote) + 3)
319
- def depart_footnote(self, node):
320
- self.end_state(first='[%s] ' % self._footnote)
321
-
322
- def visit_citation(self, node):
323
- if len(node) and isinstance(node[0], nodes.label):
324
- self._citlabel = node[0].astext()
325
- else:
326
- self._citlabel = ''
327
- self.new_state(len(self._citlabel) + 3)
328
- def depart_citation(self, node):
329
- self.end_state(first='[%s] ' % self._citlabel)
330
-
331
- def visit_label(self, node):
332
- raise nodes.SkipNode
333
-
334
- # XXX: option list could use some better styling
335
-
336
- def visit_option_list(self, node):
337
- pass
338
- def depart_option_list(self, node):
339
- pass
340
-
341
- def visit_option_list_item(self, node):
342
- self.new_state(0)
343
- def depart_option_list_item(self, node):
344
- self.end_state()
345
-
346
- def visit_option_group(self, node):
347
- self._firstoption = True
348
- def depart_option_group(self, node):
349
- self.add_text(' ')
350
-
351
- def visit_option(self, node):
352
- if self._firstoption:
353
- self._firstoption = False
354
- else:
355
- self.add_text(', ')
356
- def depart_option(self, node):
357
- pass
358
-
359
- def visit_option_string(self, node):
360
- pass
361
- def depart_option_string(self, node):
362
- pass
363
-
364
- def visit_option_argument(self, node):
365
- self.add_text(node['delimiter'])
366
- def depart_option_argument(self, node):
367
- pass
368
-
369
- def visit_description(self, node):
370
- pass
371
- def depart_description(self, node):
372
- pass
373
-
374
- def visit_tabular_col_spec(self, node):
375
- raise nodes.SkipNode
376
-
377
- def visit_colspec(self, node):
378
- self.table[0].append(node['colwidth'])
379
- raise nodes.SkipNode
380
-
381
- def visit_tgroup(self, node):
382
- pass
383
- def depart_tgroup(self, node):
384
- pass
385
-
386
- def visit_thead(self, node):
387
- pass
388
- def depart_thead(self, node):
389
- pass
390
-
391
- def visit_tbody(self, node):
392
- self.table.append('sep')
393
- def depart_tbody(self, node):
394
- pass
395
-
396
- def visit_row(self, node):
397
- self.table.append([])
398
- def depart_row(self, node):
399
- pass
400
-
401
- def visit_entry(self, node):
402
- if node.has_key('morerows') or node.has_key('morecols'):
403
- raise NotImplementedError('Column or row spanning cells are '
404
- 'not implemented.')
405
- self.new_state(0)
406
- def depart_entry(self, node):
407
- text = '\n'.join('\n'.join(x[1]) for x in self.states.pop())
408
- self.stateindent.pop()
409
- self.table[-1].append(text)
410
-
411
- def visit_table(self, node):
412
- if self.table:
413
- raise NotImplementedError('Nested tables are not supported.')
414
- self.new_state(0)
415
- self.table = [[]]
416
- def depart_table(self, node):
417
- lines = self.table[1:]
418
- fmted_rows = []
419
- colwidths = self.table[0]
420
- realwidths = colwidths[:]
421
- separator = 0
422
- # don't allow paragraphs in table cells for now
423
- for line in lines:
424
- if line == 'sep':
425
- separator = len(fmted_rows)
426
- else:
427
- cells = []
428
- for i, cell in enumerate(line):
429
- par = textwrap.wrap(cell, width=colwidths[i])
430
- if par:
431
- maxwidth = max(map(len, par))
432
- else:
433
- maxwidth = 0
434
- realwidths[i] = max(realwidths[i], maxwidth)
435
- cells.append(par)
436
- fmted_rows.append(cells)
437
-
438
- def writesep(char='-'):
439
- out = ['+']
440
- for width in realwidths:
441
- out.append(char * (width+2))
442
- out.append('+')
443
- self.add_text(''.join(out) + '\n')
444
-
445
- def writerow(row):
446
- lines = map(None, *row)
447
- for line in lines:
448
- out = ['|']
449
- for i, cell in enumerate(line):
450
- if cell:
451
- out.append(' ' + cell.ljust(realwidths[i]+1))
452
- else:
453
- out.append(' ' * (realwidths[i] + 2))
454
- out.append('|')
455
- self.add_text(''.join(out) + '\n')
456
-
457
- for i, row in enumerate(fmted_rows):
458
- if separator and i == separator:
459
- writesep('=')
460
- else:
461
- writesep('-')
462
- writerow(row)
463
- writesep('-')
464
- self.table = None
465
- self.end_state(wrap=False)
466
-
467
- def visit_acks(self, node):
468
- self.new_state(0)
469
- self.add_text(', '.join(n.astext() for n in node.children[0].children)
470
- + '.')
471
- self.end_state()
472
- raise nodes.SkipNode
473
-
474
- def visit_image(self, node):
475
- self.add_text(_('[image]'))
476
- raise nodes.SkipNode
477
-
478
- def visit_transition(self, node):
479
- indent = sum(self.stateindent)
480
- self.new_state(0)
481
- self.add_text('=' * (MAXWIDTH - indent))
482
- self.end_state()
483
- raise nodes.SkipNode
484
-
485
- def visit_bullet_list(self, node):
486
- self.list_counter.append(-1)
487
- def depart_bullet_list(self, node):
488
- self.list_counter.pop()
489
-
490
- def visit_enumerated_list(self, node):
491
- self.list_counter.append(0)
492
- def depart_enumerated_list(self, node):
493
- self.list_counter.pop()
494
-
495
- def visit_definition_list(self, node):
496
- self.list_counter.append(-2)
497
- def depart_definition_list(self, node):
498
- self.list_counter.pop()
499
-
500
- def visit_list_item(self, node):
501
- if self.list_counter[-1] == -1:
502
- # bullet list
503
- self.new_state(2)
504
- elif self.list_counter[-1] == -2:
505
- # definition list
506
- pass
507
- else:
508
- # enumerated list
509
- self.list_counter[-1] += 1
510
- self.new_state(len(str(self.list_counter[-1])) + 2)
511
- def depart_list_item(self, node):
512
- if self.list_counter[-1] == -1:
513
- self.end_state(first='* ', end=None)
514
- elif self.list_counter[-1] == -2:
515
- pass
516
- else:
517
- self.end_state(first='%s. ' % self.list_counter[-1], end=None)
518
-
519
- def visit_definition_list_item(self, node):
520
- self._li_has_classifier = len(node) >= 2 and \
521
- isinstance(node[1], nodes.classifier)
522
- def depart_definition_list_item(self, node):
523
- pass
524
-
525
- def visit_term(self, node):
526
- self.new_state(0)
527
- def depart_term(self, node):
528
- if not self._li_has_classifier:
529
- self.end_state(end=None)
530
-
531
- def visit_classifier(self, node):
532
- self.add_text(' : ')
533
- def depart_classifier(self, node):
534
- self.end_state(end=None)
535
-
536
- def visit_definition(self, node):
537
- self.new_state()
538
- def depart_definition(self, node):
539
- self.end_state()
540
-
541
- def visit_field_list(self, node):
542
- pass
543
- def depart_field_list(self, node):
544
- pass
545
-
546
- def visit_field(self, node):
547
- pass
548
- def depart_field(self, node):
549
- pass
550
-
551
- def visit_field_name(self, node):
552
- self.new_state(0)
553
- def depart_field_name(self, node):
554
- self.add_text(':')
555
- self.end_state(end=None)
556
-
557
- def visit_field_body(self, node):
558
- self.new_state()
559
- def depart_field_body(self, node):
560
- self.end_state()
561
-
562
- def visit_centered(self, node):
563
- pass
564
- def depart_centered(self, node):
565
- pass
566
-
567
- def visit_hlist(self, node):
568
- pass
569
- def depart_hlist(self, node):
570
- pass
571
-
572
- def visit_hlistcol(self, node):
573
- pass
574
- def depart_hlistcol(self, node):
575
- pass
576
-
577
- def visit_admonition(self, node):
578
- self.new_state(0)
579
- def depart_admonition(self, node):
580
- self.end_state()
581
-
582
- def _visit_admonition(self, node):
583
- self.new_state(2)
584
- def _make_depart_admonition(name):
585
- def depart_admonition(self, node):
586
- self.end_state(first=admonitionlabels[name] + ': ')
587
- return depart_admonition
588
-
589
- visit_attention = _visit_admonition
590
- depart_attention = _make_depart_admonition('attention')
591
- visit_caution = _visit_admonition
592
- depart_caution = _make_depart_admonition('caution')
593
- visit_danger = _visit_admonition
594
- depart_danger = _make_depart_admonition('danger')
595
- visit_error = _visit_admonition
596
- depart_error = _make_depart_admonition('error')
597
- visit_hint = _visit_admonition
598
- depart_hint = _make_depart_admonition('hint')
599
- visit_important = _visit_admonition
600
- depart_important = _make_depart_admonition('important')
601
- visit_note = _visit_admonition
602
- depart_note = _make_depart_admonition('note')
603
- visit_tip = _visit_admonition
604
- depart_tip = _make_depart_admonition('tip')
605
- visit_warning = _visit_admonition
606
- depart_warning = _make_depart_admonition('warning')
607
-
608
- def visit_versionmodified(self, node):
609
- self.new_state(0)
610
- if node.children:
611
- self.add_text(versionlabels[node['type']] % node['version'] + ': ')
612
- else:
613
- self.add_text(versionlabels[node['type']] % node['version'] + '.')
614
- def depart_versionmodified(self, node):
615
- self.end_state()
616
-
617
- def visit_literal_block(self, node):
618
- self.new_state()
619
- def depart_literal_block(self, node):
620
- self.end_state(wrap=False)
621
-
622
- def visit_doctest_block(self, node):
623
- self.new_state(0)
624
- def depart_doctest_block(self, node):
625
- self.end_state(wrap=False)
626
-
627
- def visit_line_block(self, node):
628
- self.new_state(0)
629
- def depart_line_block(self, node):
630
- self.end_state(wrap=False)
631
-
632
- def visit_line(self, node):
633
- pass
634
- def depart_line(self, node):
635
- pass
636
-
637
- def visit_block_quote(self, node):
638
- self.new_state()
639
- def depart_block_quote(self, node):
640
- self.end_state()
641
-
642
- def visit_compact_paragraph(self, node):
643
- pass
644
- def depart_compact_paragraph(self, node):
645
- pass
646
-
647
- def visit_paragraph(self, node):
648
- if not isinstance(node.parent, nodes.Admonition) or \
649
- isinstance(node.parent, addnodes.seealso):
650
- self.new_state(0)
651
- def depart_paragraph(self, node):
652
- if not isinstance(node.parent, nodes.Admonition) or \
653
- isinstance(node.parent, addnodes.seealso):
654
- self.end_state()
655
-
656
- def visit_target(self, node):
657
- raise nodes.SkipNode
658
-
659
- def visit_index(self, node):
660
- raise nodes.SkipNode
661
-
662
- def visit_substitution_definition(self, node):
663
- raise nodes.SkipNode
664
-
665
- def visit_pending_xref(self, node):
666
- pass
667
- def depart_pending_xref(self, node):
668
- pass
669
-
670
- def visit_reference(self, node):
671
- pass
672
- def depart_reference(self, node):
673
- pass
674
-
675
- def visit_download_reference(self, node):
676
- pass
677
- def depart_download_reference(self, node):
678
- pass
679
-
680
- def visit_emphasis(self, node):
681
- self.add_text('*')
682
- def depart_emphasis(self, node):
683
- self.add_text('*')
684
-
685
- def visit_literal_emphasis(self, node):
686
- self.add_text('*')
687
- def depart_literal_emphasis(self, node):
688
- self.add_text('*')
689
-
690
- def visit_strong(self, node):
691
- self.add_text('**')
692
- def depart_strong(self, node):
693
- self.add_text('**')
694
-
695
- def visit_abbreviation(self, node):
696
- self.add_text('')
697
- def depart_abbreviation(self, node):
698
- if node.hasattr('explanation'):
699
- self.add_text(' (%s)' % node['explanation'])
700
-
701
- def visit_title_reference(self, node):
702
- self.add_text('*')
703
- def depart_title_reference(self, node):
704
- self.add_text('*')
705
-
706
- def visit_literal(self, node):
707
- self.add_text('``')
708
- def depart_literal(self, node):
709
- self.add_text('``')
710
-
711
- def visit_subscript(self, node):
712
- self.add_text('_')
713
- def depart_subscript(self, node):
714
- pass
715
-
716
- def visit_superscript(self, node):
717
- self.add_text('^')
718
- def depart_superscript(self, node):
719
- pass
720
-
721
- def visit_footnote_reference(self, node):
722
- self.add_text('[%s]' % node.astext())
723
- raise nodes.SkipNode
724
-
725
- def visit_citation_reference(self, node):
726
- self.add_text('[%s]' % node.astext())
727
- raise nodes.SkipNode
728
-
729
- def visit_Text(self, node):
730
- self.add_text(node.astext())
731
- def depart_Text(self, node):
732
- pass
733
-
734
- def visit_generated(self, node):
735
- pass
736
- def depart_generated(self, node):
737
- pass
738
-
739
- def visit_inline(self, node):
740
- pass
741
- def depart_inline(self, node):
742
- pass
743
-
744
- def visit_problematic(self, node):
745
- self.add_text('>>')
746
- def depart_problematic(self, node):
747
- self.add_text('<<')
748
-
749
- def visit_system_message(self, node):
750
- self.new_state(0)
751
- self.add_text('<SYSTEM MESSAGE: %s>' % node.astext())
752
- self.end_state()
753
- raise nodes.SkipNode
754
-
755
- def visit_comment(self, node):
756
- raise nodes.SkipNode
757
-
758
- def visit_meta(self, node):
759
- # only valid for HTML
760
- raise nodes.SkipNode
761
-
762
- def visit_raw(self, node):
763
- if 'text' in node.get('format', '').split():
764
- self.body.append(node.astext())
765
- raise nodes.SkipNode
766
-
767
- def unknown_visit(self, node):
768
- raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
769
-
770
- def setup(app):
771
- app.add_builder(TextileBuilder)