rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. data/Rakefile +3 -2
  2. data/ext/groonga/rb-grn-expression.c +4 -3
  3. data/ext/groonga/rb-grn-object.c +13 -0
  4. data/ext/groonga/rb-grn-snippet.c +32 -126
  5. data/ext/groonga/rb-grn.h +14 -11
  6. data/lib/1.8/groonga.so +0 -0
  7. data/lib/1.9/groonga.so +0 -0
  8. data/rroonga-build.rb +1 -1
  9. data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
  10. data/vendor/local/bin/groonga.exe +0 -0
  11. data/vendor/local/bin/libgroonga-0.dll +0 -0
  12. data/vendor/local/bin/libmecab-1.dll +0 -0
  13. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  14. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/include/groonga/groonga/plugin.h +1 -1
  17. data/vendor/local/include/groonga/groonga.h +10 -3
  18. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  24. data/vendor/local/lib/libgroonga.a +0 -0
  25. data/vendor/local/lib/libgroonga.dll.a +0 -0
  26. data/vendor/local/lib/libmecab.a +0 -0
  27. data/vendor/local/lib/libmecab.dll.a +0 -0
  28. data/vendor/local/lib/libmsgpack.a +0 -0
  29. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  30. data/vendor/local/lib/libmsgpackc.a +0 -0
  31. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  32. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  33. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  34. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  35. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  36. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  37. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  38. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  39. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
  40. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
  41. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
  42. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
  43. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
  44. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
  45. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
  46. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
  47. data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
  48. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
  49. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
  50. data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
  51. data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
  53. data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
  54. data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
  61. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
  65. data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
  70. data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
  72. data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
  73. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
  74. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
  75. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
  76. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
  77. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
  79. data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
  88. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
  96. data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
  102. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
  107. data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
  108. data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
  109. data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
  110. data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
  112. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
  114. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
  116. data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
  117. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  118. data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
  119. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
  124. data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
  126. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
  127. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
  128. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
  129. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
  130. data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  132. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
  134. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
  135. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
  137. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
  138. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
  140. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
  145. data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
  146. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  147. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
  148. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
  149. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
  150. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
  151. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
  152. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
  153. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
  154. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
  155. data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
  156. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
  157. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
  158. data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
  159. data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  231. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
  251. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
  254. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
  255. data/vendor/local/share/doc/groonga/source/community.txt +2 -2
  256. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
  257. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
  258. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
  259. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
  260. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
  261. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
  262. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
  263. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
  264. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
  265. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/install.txt +72 -8
  285. data/vendor/local/share/doc/groonga/source/news.txt +45 -1
  286. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
  287. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
  288. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
  289. data/vendor/local/share/doc/groonga/source/type.txt +30 -21
  290. data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
  291. data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
  292. data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
  293. data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
  294. data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
  295. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  296. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
  297. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
  298. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
  299. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
  300. data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
  301. data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
  302. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
  303. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
  304. data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
  305. data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
  306. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
  307. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
  308. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
  309. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
  310. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
  311. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
  312. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
  313. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
  314. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
  315. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
  316. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
  317. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
  318. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
  319. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
  320. data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
  321. data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
  322. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
  323. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
  324. data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
  325. data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
  326. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
  327. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
  328. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
  329. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
  330. data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
  331. data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
  332. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
  333. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
  334. data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
  335. data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
  336. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
  337. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
  338. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
  339. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
  340. data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
  341. data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
  342. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
  343. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
  344. data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
  345. data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
  346. data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
  347. data/vendor/local/share/man/man1/groonga.1 +510 -211
  348. metadata +62 -15
  349. data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
  350. data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
  351. data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
  352. data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
  353. data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
  354. data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
  355. data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -10,72 +10,62 @@
10
10
  *
11
11
  */
12
12
 
13
- @import url("default.css");
13
+ @import url("basic.css");
14
14
 
15
- a:link,
16
- div.sphinxsidebar a:link,
17
- div.sphinxsidebar a:visited
15
+ html,
16
+ body
18
17
  {
19
- color: #992e1d;
20
- }
21
-
22
- a:visited
23
- {
24
- color: #f6872e;
18
+ margin: 10px;
19
+ padding: 0px;
25
20
  }
26
21
 
27
- a:active,
28
- div.sphinxsidebar a:active,
29
- a:hover,
30
- div.sphinxsidebar a:hover
22
+ body
31
23
  {
32
- color: #fff;
33
- background-color: #992e1d;
34
- text-decoration: none;
24
+ font-family: #666666;
25
+ font-size: 100%;
26
+ background-color: #ffffff;
27
+ color: #000;
35
28
  }
36
29
 
37
30
  div.header
38
31
  {
39
- /* background: url(header-background.png) repeat-y #ffe9c7; */
32
+ display: block; /* for IE < 9. */
33
+ position: relative;
34
+ margin: 0px;
35
+ padding: 0px;
40
36
  }
41
37
 
42
38
  div.header h1.title
43
39
  {
44
40
  background: url(logo.png) no-repeat;
45
- background-position: 10px 25px;
46
- font-family: sans-serif;
47
- font-size: 12px;
48
- font-weight: bold;
49
- text-shadow: 0.1em 0.1em 0.1em rgb(200, 200, 200);
50
- margin: 0;
51
- margin-right: 360px;
52
- padding: 0px;
53
- height: 125px;
41
+ margin: 20px;
54
42
  }
55
43
 
56
44
  div.header h1.title a,
57
45
  div.header h1.title a:link,
58
46
  div.header h1.title a:visited
59
47
  {
60
- color: black;
61
- background-color: transparent;
62
48
  text-decoration: none;
63
49
  }
64
50
 
51
+ div.header h1.title a:hover
52
+ {
53
+ background: none;
54
+ }
55
+
65
56
  div.header h1.title a
66
57
  {
67
58
  display: block;
68
- height: 105px;
69
- position: relative;
70
- top: 20px;
71
- left: 0;
59
+ height: 65px;
60
+ color: #666;
61
+ font-size: small;
62
+ font-weight: lighter;
63
+ margin-bottom: 40px;
64
+ border: 1px solid #FFF;
72
65
  }
73
66
 
74
67
  div.header h1.title span
75
68
  {
76
- display: block;
77
- padding-left: 260px;
78
- margin-bottom: 2px;
79
69
  }
80
70
 
81
71
  div.header h1.title span.project,
@@ -86,19 +76,21 @@ div.header h1.title span.separator
86
76
 
87
77
  div.header h1.title span.description
88
78
  {
89
- padding-top: 10px;
79
+ display: block;
80
+ padding: 0;
81
+ margin: 35px 0 0 240px;
90
82
  }
91
83
 
92
84
  div.header div.facebook-buttons
93
85
  {
94
86
  position: absolute;
95
- top: 10px;
96
- right: 10px;
97
- border: #992e1d 2px solid;
87
+ top: 0px;
88
+ right: 0px;
89
+ border: #3b5a9a 3px solid;
98
90
  background-color: white;
99
- -moz-border-radius: 10px;
100
- -webkit-border-radius: 10px;
101
- border-radius: 10px;
91
+ -moz-border-radius: 5px;
92
+ -webkit-border-radius: 5px;
93
+ border-radius: 5px;
102
94
  padding-top: 10px;
103
95
  padding-left: 10px;
104
96
  width: 320px;
@@ -110,8 +102,8 @@ div.header div.other-language-links
110
102
  {
111
103
  position: absolute;
112
104
  top: 5px;
113
- right: 10px;
114
- /* width: 50px; */
105
+ right: 0;
106
+ font-size: small;
115
107
  }
116
108
 
117
109
  div.header div.other-language-links ul,
@@ -127,27 +119,43 @@ header div.other-language-links a img
127
119
  border-style: none;
128
120
  }
129
121
 
122
+ a.headerlink
123
+ {
124
+ color: #CCC;
125
+ font-size: 0.8em;
126
+ padding: 0 4px 0 4px;
127
+ text-decoration: none;
128
+ }
129
+
130
+ a.headerlink:hover
131
+ {
132
+ background-color: #f8e0ae;
133
+ color: white;
134
+ }
135
+
136
+ div.documentwrapper
137
+ {
138
+ float: left;
139
+ width: 100%;
140
+ }
141
+
130
142
  div.bodywrapper
131
143
  {
132
- background-color: #fff5e5;
133
- margin-left: 10px;
144
+ background-color: #FAFAFA;
145
+ border: 1px solid #DDD;
146
+ padding: 10px;
134
147
  margin-top: 10px;
148
+ margin-left: 10px;
149
+ margin-right: 230px;
135
150
  margin-bottom: 10px;
136
- -moz-border-radius: 10px;
137
- -webkit-border-radius: 10px;
138
- border-radius: 10px;
139
151
  }
140
152
 
141
153
  div.body
142
154
  {
143
- background-color: #fff5e5;
144
- padding: 0;
145
- padding-left: 20px;
146
- padding-right: 20px;
147
- padding-bottom: 20px;
148
- -moz-border-radius: 10px;
149
- -webkit-border-radius: 10px;
150
- border-radius: 10px;
155
+ background-color: #ffffff;
156
+ color: #000000;
157
+ padding: 0 20px 30px 20px;
158
+ padding-top: 10px;
151
159
  }
152
160
 
153
161
  div.body h1,
@@ -157,39 +165,153 @@ div.body h4,
157
165
  div.body h5,
158
166
  div.body h6
159
167
  {
168
+ font-family: sans-serif;
169
+ background-color: transparent;
170
+ border-bottom: 1px solid #ccc;
160
171
  margin: 0;
161
- margin-left: -20px;
162
- margin-right: -20px;
163
- padding-top: 10px;
164
- padding-left: 20px;
165
- padding-right: 20px;
172
+ padding: 3px 0 3px 10px;
173
+ padding-bottom: 10px;
166
174
  position: relative;
167
- border-bottom: 1px solid #992e1d;
168
- color: #992e1d;
175
+ color: #000;
169
176
  font-weight: bold;
170
177
  }
171
178
 
172
- div.related
179
+ div.body h1
173
180
  {
174
- border-bottom: 1px solid #992e1d;
181
+ color: white;
182
+ background: #005fb0 url(navigation-bar.png) top left repeat-x;
175
183
  font-weight: bold;
176
- background: #f6872e url(navigation-bar.png) no-repeat;
177
- line-height: 36px;
184
+ font-size: large;
185
+ padding: 10px;
186
+ padding-left: 30px;
187
+ margin-top: 0;
188
+ }
189
+
190
+ div.body h2
191
+ {
192
+ font-size: large;
193
+ padding: 10px 0;
194
+ border-bottom: 3px solid #DDD;
195
+ }
196
+
197
+ div.body h3
198
+ {
199
+ font-size: medium;
200
+ padding: 10px 0 0 0;
201
+ border-bottom: 1px solid #EEE;
202
+ }
203
+
204
+ div.body p,
205
+ div.body dd,
206
+ div.body li
207
+ {
208
+ text-align: justify;
209
+ line-height: 130%;
210
+ }
211
+
212
+ div.admonition p.admonition-title + p
213
+ {
214
+ display: inline;
215
+ }
216
+
217
+ div.admonition p
218
+ {
219
+ margin-bottom: 5px;
220
+ }
221
+
222
+ div.admonition pre
223
+ {
224
+ margin-bottom: 5px;
225
+ }
226
+
227
+ div.admonition ul,
228
+ div.admonition ol
229
+ {
230
+ margin-bottom: 5px;
231
+ }
232
+
233
+ div.note
234
+ {
235
+ background-color: #eee;
236
+ border: 1px solid #ccc;
237
+ }
238
+
239
+ div.seealso
240
+ {
241
+ background-color: #ffc;
242
+ border: 1px solid #ff6;
243
+ }
244
+
245
+ div.topic
246
+ {
247
+ background-color: #eee;
248
+ }
249
+
250
+ div.warning
251
+ {
252
+ background-color: #ffe4e4;
253
+ border: 1px solid #f66;
254
+ }
255
+
256
+ p.admonition-title
257
+ {
258
+ display: inline;
259
+ }
260
+
261
+ p.admonition-title:after
262
+ {
263
+ content: ":";
264
+ }
265
+
266
+ div.related
267
+ {
268
+ display: block; /* for IE < 9. */
269
+ color: #AAA;
270
+ background:#333;
271
+ border-top: 1px solid #BBB;
272
+ border-bottom: 1px solid #DDD;
178
273
  }
179
274
 
180
275
  div.related ul
181
276
  {
182
- padding-left: 60px;
277
+ padding: 0;
278
+ line-height: 36px;
279
+ margin: 0;
280
+ }
281
+
282
+ div.related li
283
+ {
284
+ display: inline;
285
+ margin-left:20px;
286
+ }
287
+
288
+ div.related a,
289
+ div.related a:link,
290
+ div.related a:visited,
291
+ div.related a:active,
292
+ div.related a:hover
293
+ {
294
+ color: #AAA;
295
+ padding-right: 3px;
296
+ text-decoration: none;
297
+ }
298
+
299
+ div.related a:hover
300
+ {
301
+ color:#FFF;
302
+ text-decoration: underline;
303
+ background:none;
183
304
  }
184
305
 
185
306
  div.document
186
307
  {
187
308
  position: relative;
309
+ background-color: #ffffff;
188
310
  }
189
311
 
190
312
  div.document div.body img
191
313
  {
192
- border: 1px solid #AAAAAA;
314
+ border: 1px solid #DDD;
193
315
  display: block;
194
316
  margin-left: auto;
195
317
  margin-right: auto;
@@ -200,72 +322,158 @@ div.sphinxsidebar
200
322
  {
201
323
  position: absolute;
202
324
  top: 0;
203
- font-size: smaller;
204
- }
205
-
206
- div.sphinxsidebarwrapper
207
- {
208
- padding-right: 0;
325
+ right: 0;
326
+ height: auto;
327
+ margin: 0;
328
+ font-size: 90%;
329
+ background-color: white;
330
+ overflow: auto;
331
+ float: right;
209
332
  }
210
333
 
211
334
  div.sphinxsidebar h3
212
335
  {
336
+ font-family: sans-serif;
337
+ font-size: small;
338
+ font-weight: bold;
213
339
  color: #fff;
214
- background: url(menu-header.png) right top no-repeat;
340
+ background: #005fb0 url(navigation-bar.png) left top repeat-x;
215
341
  margin: 0 0 10px 0;
216
- padding: 0;
217
- padding-left: 10px;
218
- line-height: 36px;
219
- font-weight: bold;
342
+ padding: 7px 0 7px 10px;
220
343
  }
221
344
 
222
- div.sphinxsidebar h3 a:link,
223
- div.sphinxsidebar h3 a:visited
345
+ div.sphinxsidebar h3 a
224
346
  {
225
- color: #fff;
347
+ color: #FFF;
226
348
  }
227
349
 
228
350
  div.sphinxsidebar h4
229
351
  {
352
+ font-family: sans-serif;
230
353
  font-size: small;
354
+ font-weight: bold;
355
+ color: #CCC;
356
+ margin: 5px 0 0 0;
357
+ padding: 0;
231
358
  }
232
359
 
233
- div.sphinxsidebar h4:before
360
+ div.sphinxsidebar p
234
361
  {
235
- content: ">> ";
236
- color: #53aa24;
362
+ color: #000000;
237
363
  }
238
364
 
239
- div.sphinxsidebar ul,
240
- div.sphinxsidebar ul ul
365
+ div.sphinxsidebar p.topless
241
366
  {
242
- list-style-type: none;
367
+ margin: 5px 10px 10px 10px;
243
368
  }
244
369
 
245
- div.sphinxsidebar li ul
370
+ div.sphinxsidebar ul
246
371
  {
247
- margin-top: 4px;
372
+ color: #000000;
373
+ list-style: none;
374
+ margin: 0;
375
+ padding: 0;
376
+ margin-top: 10px;
377
+ margin-bottom: 10px;
378
+ margin-right: 20px;
248
379
  }
249
380
 
250
- div.sphinxsidebar li ul li
381
+ div.sphinxsidebar ul li
251
382
  {
252
- margin-bottom: 4px;
383
+ margin-top: 5px;
384
+ margin-bottom: 5px;
253
385
  }
254
386
 
255
- div.sphinxsidebar p.topless:before,
256
387
  div.sphinxsidebar ul li:before
388
+ {
389
+ content: ">> ";
390
+ color: #005fb0;
391
+ }
392
+
393
+ div.sphinxsidebar ul ul
394
+ {
395
+ margin-left: 20px;
396
+ list-style: none;
397
+ }
398
+
399
+ div.sphinxsidebar ul ul li:before
257
400
  {
258
401
  content: "> ";
259
- font-weight: bold;
260
- color: #2fa52f;
402
+ color: #005fb0;
261
403
  }
262
404
 
263
- div.sphinxsidebar p.searchtip
405
+ div.sphinxsidebar ul li a.amazon-detail img
264
406
  {
265
- margin-right: 10px;
407
+ display: block;
408
+ margin-left: auto;
409
+ margin-right: auto;
410
+ }
411
+
412
+ div.sphinxsidebar span.date
413
+ {
414
+ display: block;
415
+ padding-left: 2em;
416
+ }
417
+
418
+ div.sphinxsidebar input
419
+ {
420
+ border: 1px solid #DDD;
421
+ font-family: sans-serif;
422
+ font-size: 1em;
266
423
  }
267
424
 
268
425
  div.footer
269
426
  {
270
- background: url(footer-bar.png) repeat-x scroll center top;
427
+ display: block; /* for IE < 9. */
428
+ clear: both;
429
+ color: #000000;
430
+ width: 100%;
431
+ padding: 9px 0 9px 0;
432
+ text-align: center;
433
+ font-size: 75%;
434
+ }
435
+
436
+ pre
437
+ {
438
+ overflow: auto;
439
+ overflow-y: hidden;
440
+ padding: 20px;
441
+ background-color: #FAFAFA;
442
+ color: #000;
443
+ line-height: 120%;
444
+ border: 1px solid #DDD;
445
+ }
446
+
447
+ tt
448
+ {
449
+ background-color: #ecf0f3;
450
+ padding: 0 1px 0 1px;
451
+ font-size: 0.95em;
452
+ }
453
+
454
+ th
455
+ {
456
+ background-color: #ede;
457
+ }
458
+
459
+ .warning tt
460
+ {
461
+ background: #efc2c2;
462
+ }
463
+
464
+ .note tt
465
+ {
466
+ background: #d6d6d6;
467
+ }
468
+
469
+ .viewcode-back
470
+ {
471
+ font-family: #666666;
472
+ }
473
+
474
+ div.viewcode-block:target
475
+ {
476
+ background-color: #f4debf;
477
+ border-top: 1px solid #ac9;
478
+ border-bottom: 1px solid #ac9;
271
479
  }