rroonga 0.9.5-x86-mingw32 → 1.0.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. data/NEWS.ja.rdoc +24 -0
  2. data/NEWS.rdoc +24 -0
  3. data/README.ja.rdoc +3 -2
  4. data/README.rdoc +3 -2
  5. data/Rakefile +15 -6
  6. data/ext/groonga/extconf.rb +25 -25
  7. data/ext/groonga/groonga.def +2 -0
  8. data/ext/groonga/rb-grn-array.c +1 -1
  9. data/ext/groonga/rb-grn-exception.c +14 -0
  10. data/ext/groonga/rb-grn-hash.c +1 -1
  11. data/ext/groonga/rb-grn-index-column.c +13 -1
  12. data/ext/groonga/rb-grn-object.c +2 -2
  13. data/ext/groonga/rb-grn-patricia-trie.c +394 -1
  14. data/ext/groonga/rb-grn-table.c +33 -2
  15. data/ext/groonga/rb-grn.h +3 -3
  16. data/html/index.html +1 -1
  17. data/lib/1.8/groonga.so +0 -0
  18. data/lib/1.9/groonga.so +0 -0
  19. data/lib/groonga/record.rb +32 -2
  20. data/lib/groonga/schema.rb +1 -1
  21. data/rroonga-build.rb +3 -3
  22. data/test/test-patricia-trie.rb +172 -1
  23. data/test/test-record.rb +7 -0
  24. data/test/test-remote.rb +2 -1
  25. data/test/test-table-cursor.rb +35 -1
  26. data/test/test-table-select-normalize.rb +7 -3
  27. data/vendor/local/bin/grntest.exe +0 -0
  28. data/vendor/local/bin/groonga.exe +0 -0
  29. data/vendor/local/bin/libgroonga-0.dll +0 -0
  30. data/vendor/local/etc/groonga/groonga.conf +11 -0
  31. data/vendor/local/etc/groonga/init.d/redhat/groonga +168 -0
  32. data/vendor/local/etc/groonga/init.d/redhat/sysconfig/groonga +8 -0
  33. data/vendor/local/include/groonga/groonga.h +38 -12
  34. data/vendor/local/lib/groonga/modules/suggest/suggest.a +0 -0
  35. data/vendor/local/lib/groonga/modules/suggest/suggest.dll +0 -0
  36. data/vendor/local/lib/groonga/modules/suggest/suggest.dll.a +0 -0
  37. data/vendor/local/lib/groonga/modules/{functions/cast.la → suggest/suggest.la} +6 -6
  38. data/vendor/local/lib/libgroonga.a +0 -0
  39. data/vendor/local/lib/libgroonga.dll.a +0 -0
  40. data/vendor/local/lib/pkgconfig/groonga.pc +1 -1
  41. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  42. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  43. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  44. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  45. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  46. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  47. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  48. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  49. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  50. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  51. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  52. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  53. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  54. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  55. data/vendor/local/share/groonga/admin_html/images/groonga.png +0 -0
  56. data/vendor/local/share/groonga/admin_html/images/loading.gif +0 -0
  57. data/vendor/local/share/groonga/admin_html/js/jquery.json-2.2.min.js +31 -0
  58. data/vendor/local/share/groonga/doc/ja/html/.buildinfo +4 -0
  59. data/vendor/local/share/groonga/doc/ja/html/_sources/characteristic.txt +56 -0
  60. data/vendor/local/share/groonga/doc/ja/html/_sources/commands.txt +10 -0
  61. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/cache_limit.txt +52 -0
  62. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/check.txt +164 -0
  63. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/clearlock.txt +61 -0
  64. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_create.txt +93 -0
  65. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_list.txt +97 -0
  66. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_remove.txt +58 -0
  67. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/define_selector.txt +114 -0
  68. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/defrag.txt +57 -0
  69. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/delete.txt +68 -0
  70. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/dump.txt +62 -0
  71. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/load.txt +98 -0
  72. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_level.txt +65 -0
  73. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_put.txt +69 -0
  74. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_reopen.txt +66 -0
  75. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/quit.txt +38 -0
  76. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/select.txt +247 -0
  77. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/shutdown.txt +38 -0
  78. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/status.txt +59 -0
  79. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/suggest.txt +79 -0
  80. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_create.txt +111 -0
  81. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_list.txt +87 -0
  82. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_remove.txt +50 -0
  83. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/view_add.txt +53 -0
  84. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/add.txt +102 -0
  85. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/get.txt +78 -0
  86. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/set.txt +103 -0
  87. data/vendor/local/share/groonga/doc/ja/html/_sources/developer.txt +10 -0
  88. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/com.txt +18 -0
  89. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/document.txt +38 -0
  90. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/query.txt +212 -0
  91. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/test.txt +114 -0
  92. data/vendor/local/share/groonga/doc/ja/html/_sources/execfile.txt +226 -0
  93. data/vendor/local/share/groonga/doc/ja/html/_sources/expr.txt +43 -0
  94. data/vendor/local/share/groonga/doc/ja/html/_sources/functions.txt +10 -0
  95. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/edit_distance.txt +48 -0
  96. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_distance.txt +51 -0
  97. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_in_circle.txt +54 -0
  98. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_in_rectangle.txt +55 -0
  99. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/now.txt +34 -0
  100. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/rand.txt +41 -0
  101. data/vendor/local/share/groonga/doc/ja/html/_sources/grnslap.txt +64 -0
  102. data/vendor/local/share/groonga/doc/ja/html/_sources/grntest.txt +259 -0
  103. data/vendor/local/share/groonga/doc/ja/html/_sources/http.txt +52 -0
  104. data/vendor/local/share/groonga/doc/ja/html/_sources/index.txt +21 -0
  105. data/vendor/local/share/groonga/doc/ja/html/_sources/install.txt +114 -0
  106. data/vendor/local/share/groonga/doc/ja/html/_sources/news.txt +199 -0
  107. data/vendor/local/share/groonga/doc/ja/html/_sources/process.txt +12 -0
  108. data/vendor/local/share/groonga/doc/ja/html/_sources/pseudo_column.txt +38 -0
  109. data/vendor/local/share/groonga/doc/ja/html/_sources/reference.txt +14 -0
  110. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial.txt +10 -0
  111. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial01.txt +293 -0
  112. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial02.txt +100 -0
  113. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial03.txt +72 -0
  114. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial04.txt +111 -0
  115. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial05.txt +65 -0
  116. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial06.txt +91 -0
  117. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial07.txt +92 -0
  118. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial08.txt +53 -0
  119. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial09.txt +9 -0
  120. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial10.txt +486 -0
  121. data/vendor/local/share/groonga/doc/ja/html/_sources/type.txt +118 -0
  122. data/vendor/local/share/groonga/doc/ja/html/_static/basic.css +509 -0
  123. data/vendor/local/share/groonga/doc/ja/html/_static/default.css +277 -0
  124. data/vendor/local/share/groonga/doc/ja/html/_static/doctools.js +247 -0
  125. data/vendor/local/share/groonga/doc/ja/html/_static/file.png +0 -0
  126. data/vendor/local/share/groonga/doc/ja/html/_static/jquery.js +6240 -0
  127. data/vendor/local/share/groonga/doc/ja/html/_static/minus.png +0 -0
  128. data/vendor/local/share/groonga/doc/ja/html/_static/plus.png +0 -0
  129. data/vendor/local/share/groonga/doc/ja/html/_static/pygments.css +61 -0
  130. data/vendor/local/share/groonga/doc/ja/html/_static/searchtools.js +518 -0
  131. data/vendor/local/share/groonga/doc/ja/html/_static/sidebar.js +147 -0
  132. data/vendor/local/share/groonga/doc/ja/html/_static/underscore.js +16 -0
  133. data/vendor/local/share/groonga/doc/ja/html/characteristic.html +162 -0
  134. data/vendor/local/share/groonga/doc/ja/html/commands.html +139 -0
  135. data/vendor/local/share/groonga/doc/ja/html/commands/cache_limit.html +173 -0
  136. data/vendor/local/share/groonga/doc/ja/html/commands/check.html +285 -0
  137. data/vendor/local/share/groonga/doc/ja/html/commands/clearlock.html +180 -0
  138. data/vendor/local/share/groonga/doc/ja/html/commands/column_create.html +210 -0
  139. data/vendor/local/share/groonga/doc/ja/html/commands/column_list.html +220 -0
  140. data/vendor/local/share/groonga/doc/ja/html/commands/column_remove.html +183 -0
  141. data/vendor/local/share/groonga/doc/ja/html/commands/define_selector.html +221 -0
  142. data/vendor/local/share/groonga/doc/ja/html/commands/defrag.html +177 -0
  143. data/vendor/local/share/groonga/doc/ja/html/commands/delete.html +182 -0
  144. data/vendor/local/share/groonga/doc/ja/html/commands/dump.html +177 -0
  145. data/vendor/local/share/groonga/doc/ja/html/commands/load.html +208 -0
  146. data/vendor/local/share/groonga/doc/ja/html/commands/log_level.html +187 -0
  147. data/vendor/local/share/groonga/doc/ja/html/commands/log_put.html +190 -0
  148. data/vendor/local/share/groonga/doc/ja/html/commands/log_reopen.html +188 -0
  149. data/vendor/local/share/groonga/doc/ja/html/commands/quit.html +156 -0
  150. data/vendor/local/share/groonga/doc/ja/html/commands/select.html +331 -0
  151. data/vendor/local/share/groonga/doc/ja/html/commands/shutdown.html +156 -0
  152. data/vendor/local/share/groonga/doc/ja/html/commands/status.html +179 -0
  153. data/vendor/local/share/groonga/doc/ja/html/commands/suggest.html +191 -0
  154. data/vendor/local/share/groonga/doc/ja/html/commands/table_create.html +222 -0
  155. data/vendor/local/share/groonga/doc/ja/html/commands/table_list.html +202 -0
  156. data/vendor/local/share/groonga/doc/ja/html/commands/table_remove.html +173 -0
  157. data/vendor/local/share/groonga/doc/ja/html/commands/view_add.html +175 -0
  158. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/add.html +180 -0
  159. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/get.html +161 -0
  160. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/set.html +182 -0
  161. data/vendor/local/share/groonga/doc/ja/html/developer.html +118 -0
  162. data/vendor/local/share/groonga/doc/ja/html/developer/com.html +136 -0
  163. data/vendor/local/share/groonga/doc/ja/html/developer/document.html +159 -0
  164. data/vendor/local/share/groonga/doc/ja/html/developer/query.html +336 -0
  165. data/vendor/local/share/groonga/doc/ja/html/developer/test.html +220 -0
  166. data/vendor/local/share/groonga/doc/ja/html/execfile.html +370 -0
  167. data/vendor/local/share/groonga/doc/ja/html/expr.html +157 -0
  168. data/vendor/local/share/groonga/doc/ja/html/functions.html +122 -0
  169. data/vendor/local/share/groonga/doc/ja/html/functions/edit_distance.html +162 -0
  170. data/vendor/local/share/groonga/doc/ja/html/functions/geo_distance.html +170 -0
  171. data/vendor/local/share/groonga/doc/ja/html/functions/geo_in_circle.html +173 -0
  172. data/vendor/local/share/groonga/doc/ja/html/functions/geo_in_rectangle.html +172 -0
  173. data/vendor/local/share/groonga/doc/ja/html/functions/now.html +152 -0
  174. data/vendor/local/share/groonga/doc/ja/html/functions/rand.html +159 -0
  175. data/vendor/local/share/groonga/doc/ja/html/genindex.html +227 -0
  176. data/vendor/local/share/groonga/doc/ja/html/grnslap.html +183 -0
  177. data/vendor/local/share/groonga/doc/ja/html/grntest.html +368 -0
  178. data/vendor/local/share/groonga/doc/ja/html/http.html +163 -0
  179. data/vendor/local/share/groonga/doc/ja/html/index.html +291 -0
  180. data/vendor/local/share/groonga/doc/ja/html/install.html +228 -0
  181. data/vendor/local/share/groonga/doc/ja/html/news.html +310 -0
  182. data/vendor/local/share/groonga/doc/ja/html/objects.inv +0 -0
  183. data/vendor/local/share/groonga/doc/ja/html/process.html +120 -0
  184. data/vendor/local/share/groonga/doc/ja/html/pseudo_column.html +147 -0
  185. data/vendor/local/share/groonga/doc/ja/html/reference.html +174 -0
  186. data/vendor/local/share/groonga/doc/ja/html/search.html +96 -0
  187. data/vendor/local/share/groonga/doc/ja/html/searchindex.js +1 -0
  188. data/vendor/local/share/groonga/doc/ja/html/tutorial.html +172 -0
  189. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial01.html +388 -0
  190. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial02.html +214 -0
  191. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial03.html +183 -0
  192. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial04.html +212 -0
  193. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial05.html +169 -0
  194. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial06.html +209 -0
  195. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial07.html +212 -0
  196. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial08.html +139 -0
  197. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial09.html +114 -0
  198. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial10.html +458 -0
  199. data/vendor/local/share/groonga/doc/ja/html/type.html +217 -0
  200. data/vendor/local/share/groonga/doc/ja/source/__init__.py +0 -0
  201. data/vendor/local/share/groonga/doc/ja/source/characteristic.txt +56 -0
  202. data/vendor/local/share/groonga/doc/ja/source/commands.txt +10 -0
  203. data/vendor/local/share/groonga/doc/ja/source/commands/cache_limit.txt +52 -0
  204. data/vendor/local/share/groonga/doc/ja/source/commands/check.txt +164 -0
  205. data/vendor/local/share/groonga/doc/ja/source/commands/clearlock.txt +61 -0
  206. data/vendor/local/share/groonga/doc/ja/source/commands/column_create.txt +93 -0
  207. data/vendor/local/share/groonga/doc/ja/source/commands/column_list.txt +97 -0
  208. data/vendor/local/share/groonga/doc/ja/source/commands/column_remove.txt +58 -0
  209. data/vendor/local/share/groonga/doc/ja/source/commands/define_selector.txt +114 -0
  210. data/vendor/local/share/groonga/doc/ja/source/commands/defrag.txt +57 -0
  211. data/vendor/local/share/groonga/doc/ja/source/commands/delete.txt +68 -0
  212. data/vendor/local/share/groonga/doc/ja/source/commands/dump.txt +62 -0
  213. data/vendor/local/share/groonga/doc/ja/source/commands/load.txt +98 -0
  214. data/vendor/local/share/groonga/doc/ja/source/commands/log_level.txt +65 -0
  215. data/vendor/local/share/groonga/doc/ja/source/commands/log_put.txt +69 -0
  216. data/vendor/local/share/groonga/doc/ja/source/commands/log_reopen.txt +66 -0
  217. data/vendor/local/share/groonga/doc/ja/source/commands/quit.txt +38 -0
  218. data/vendor/local/share/groonga/doc/ja/source/commands/select.txt +247 -0
  219. data/vendor/local/share/groonga/doc/ja/source/commands/shutdown.txt +38 -0
  220. data/vendor/local/share/groonga/doc/ja/source/commands/status.txt +59 -0
  221. data/vendor/local/share/groonga/doc/ja/source/commands/table_create.txt +111 -0
  222. data/vendor/local/share/groonga/doc/ja/source/commands/table_list.txt +87 -0
  223. data/vendor/local/share/groonga/doc/ja/source/commands/table_remove.txt +50 -0
  224. data/vendor/local/share/groonga/doc/ja/source/commands/view_add.txt +53 -0
  225. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/add.txt +102 -0
  226. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/get.txt +78 -0
  227. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/set.txt +103 -0
  228. data/vendor/local/share/groonga/doc/ja/source/conf.py +265 -0
  229. data/vendor/local/share/groonga/doc/ja/source/developer.txt +10 -0
  230. data/vendor/local/share/groonga/doc/ja/source/developer/com.txt +18 -0
  231. data/vendor/local/share/groonga/doc/ja/source/developer/document.txt +38 -0
  232. data/vendor/local/share/groonga/doc/ja/source/developer/query.txt +212 -0
  233. data/vendor/local/share/groonga/doc/ja/source/developer/test.txt +114 -0
  234. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-1.log +6 -0
  235. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-10.log +5 -0
  236. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-11.log +5 -0
  237. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-12.log +5 -0
  238. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-13.log +5 -0
  239. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-14.log +9 -0
  240. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-15.log +5 -0
  241. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-16.log +5 -0
  242. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-17.log +5 -0
  243. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-2.log +5 -0
  244. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-3.log +5 -0
  245. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-4.log +7 -0
  246. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-5.log +5 -0
  247. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-6.log +5 -0
  248. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-7.log +16 -0
  249. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-8.log +5 -0
  250. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-9.log +5 -0
  251. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-1.log +8 -0
  252. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-2.log +6 -0
  253. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-3.log +12 -0
  254. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-1.log +18 -0
  255. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-2.log +10 -0
  256. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-3.log +10 -0
  257. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-1.log +5 -0
  258. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-2.log +7 -0
  259. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-3.log +7 -0
  260. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-4.log +13 -0
  261. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-5.log +5 -0
  262. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-6.log +5 -0
  263. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-7.log +5 -0
  264. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-1.log +24 -0
  265. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-2.log +5 -0
  266. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-3.log +5 -0
  267. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-4.log +5 -0
  268. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-5.log +5 -0
  269. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-6.log +5 -0
  270. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-1.log +25 -0
  271. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-2.log +9 -0
  272. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-3.log +21 -0
  273. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-4.log +7 -0
  274. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-5.log +5 -0
  275. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-1.log +22 -0
  276. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-2.log +9 -0
  277. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-3.log +20 -0
  278. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-4.log +9 -0
  279. data/vendor/local/share/groonga/doc/ja/source/example/tutorial08-1.log +14 -0
  280. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-1.log +5 -0
  281. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-10.log +5 -0
  282. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-2.log +5 -0
  283. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-3.log +5 -0
  284. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-4.log +5 -0
  285. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-5.log +5 -0
  286. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-6.log +5 -0
  287. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-7.log +5 -0
  288. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-8.log +5 -0
  289. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-9.log +5 -0
  290. data/vendor/local/share/groonga/doc/ja/source/execfile.txt +226 -0
  291. data/vendor/local/share/groonga/doc/ja/source/expr.txt +43 -0
  292. data/vendor/local/share/groonga/doc/ja/source/functions.txt +10 -0
  293. data/vendor/local/share/groonga/doc/ja/source/functions/edit_distance.txt +48 -0
  294. data/vendor/local/share/groonga/doc/ja/source/functions/geo_distance.txt +51 -0
  295. data/vendor/local/share/groonga/doc/ja/source/functions/geo_in_circle.txt +54 -0
  296. data/vendor/local/share/groonga/doc/ja/source/functions/geo_in_rectangle.txt +55 -0
  297. data/vendor/local/share/groonga/doc/ja/source/functions/now.txt +34 -0
  298. data/vendor/local/share/groonga/doc/ja/source/functions/rand.txt +41 -0
  299. data/vendor/local/share/groonga/doc/ja/source/grnslap.txt +64 -0
  300. data/vendor/local/share/groonga/doc/ja/source/grntest.txt +259 -0
  301. data/vendor/local/share/groonga/doc/ja/source/http.txt +52 -0
  302. data/vendor/local/share/groonga/doc/ja/source/index.txt +21 -0
  303. data/vendor/local/share/groonga/doc/ja/source/install.txt +114 -0
  304. data/vendor/local/share/groonga/doc/ja/source/news.txt +199 -0
  305. data/vendor/local/share/groonga/doc/ja/source/process.txt +12 -0
  306. data/vendor/local/share/groonga/doc/ja/source/pseudo_column.txt +38 -0
  307. data/vendor/local/share/groonga/doc/ja/source/rdoc.py +762 -0
  308. data/vendor/local/share/groonga/doc/ja/source/reference.txt +14 -0
  309. data/vendor/local/share/groonga/doc/ja/source/tutorial.txt +10 -0
  310. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial01.txt +293 -0
  311. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial02.txt +100 -0
  312. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial03.txt +72 -0
  313. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial04.txt +111 -0
  314. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial05.txt +65 -0
  315. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial06.txt +91 -0
  316. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial07.txt +92 -0
  317. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial08.txt +53 -0
  318. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial09.txt +9 -0
  319. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial10.txt +486 -0
  320. data/vendor/local/share/groonga/doc/ja/source/type.txt +118 -0
  321. data/vendor/local/share/groonga/doc/ja/source/update_execution_example.py +113 -0
  322. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +46 -0
  323. data/vendor/local/share/groonga/examples/dictionary/edict/edict_import.sh +10 -0
  324. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +61 -0
  325. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro_import.sh +10 -0
  326. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +46 -0
  327. data/vendor/local/share/groonga/examples/dictionary/gene95/gene_import.sh +10 -0
  328. data/vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css +3 -0
  329. data/vendor/local/share/groonga/examples/dictionary/html/index.html +26 -0
  330. data/vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js +51 -0
  331. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.4.2.min.js +154 -0
  332. data/vendor/local/share/groonga/examples/dictionary/init_db.sh +10 -0
  333. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +42 -0
  334. data/vendor/local/share/groonga/examples/dictionary/readme.txt +71 -0
  335. data/vendor/local/share/man/man1/groonga.1 +5498 -0
  336. metadata +360 -118
  337. data/pkg-config.rb +0 -333
  338. data/pkg/rroonga-0.9.5/NEWS.ja.rdoc +0 -156
  339. data/pkg/rroonga-0.9.5/NEWS.rdoc +0 -158
  340. data/pkg/rroonga-0.9.5/README.ja.rdoc +0 -65
  341. data/pkg/rroonga-0.9.5/README.rdoc +0 -66
  342. data/pkg/rroonga-0.9.5/text/TUTORIAL.ja.rdoc +0 -394
  343. data/pkg/rroonga-0.9.5/text/expression.rdoc +0 -285
  344. data/test-unit/Rakefile +0 -40
  345. data/test-unit/TODO +0 -5
  346. data/test-unit/bin/testrb +0 -5
  347. data/test-unit/html/classic.html +0 -15
  348. data/test-unit/html/index.html +0 -25
  349. data/test-unit/html/index.html.ja +0 -27
  350. data/test-unit/lib/test/unit.rb +0 -323
  351. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  352. data/test-unit/lib/test/unit/assertions.rb +0 -1230
  353. data/test-unit/lib/test/unit/attribute.rb +0 -125
  354. data/test-unit/lib/test/unit/autorunner.rb +0 -360
  355. data/test-unit/lib/test/unit/collector.rb +0 -36
  356. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  357. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  358. data/test-unit/lib/test/unit/collector/load.rb +0 -144
  359. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  360. data/test-unit/lib/test/unit/color-scheme.rb +0 -102
  361. data/test-unit/lib/test/unit/color.rb +0 -96
  362. data/test-unit/lib/test/unit/diff.rb +0 -724
  363. data/test-unit/lib/test/unit/error.rb +0 -130
  364. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  365. data/test-unit/lib/test/unit/failure.rb +0 -136
  366. data/test-unit/lib/test/unit/fixture.rb +0 -176
  367. data/test-unit/lib/test/unit/notification.rb +0 -129
  368. data/test-unit/lib/test/unit/omission.rb +0 -191
  369. data/test-unit/lib/test/unit/pending.rb +0 -150
  370. data/test-unit/lib/test/unit/priority.rb +0 -180
  371. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  372. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  373. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  374. data/test-unit/lib/test/unit/testcase.rb +0 -476
  375. data/test-unit/lib/test/unit/testresult.rb +0 -89
  376. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  377. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  378. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -466
  379. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  380. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  381. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -28
  382. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  383. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  384. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  385. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  386. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  387. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  388. data/test-unit/lib/test/unit/version.rb +0 -7
  389. data/test-unit/sample/adder.rb +0 -13
  390. data/test-unit/sample/subtracter.rb +0 -12
  391. data/test-unit/sample/test_adder.rb +0 -20
  392. data/test-unit/sample/test_subtracter.rb +0 -20
  393. data/test-unit/sample/test_user.rb +0 -23
  394. data/test-unit/test/collector/test-descendant.rb +0 -133
  395. data/test-unit/test/collector/test-load.rb +0 -442
  396. data/test-unit/test/collector/test_dir.rb +0 -406
  397. data/test-unit/test/collector/test_objectspace.rb +0 -100
  398. data/test-unit/test/run-test.rb +0 -15
  399. data/test-unit/test/test-attribute.rb +0 -86
  400. data/test-unit/test/test-color-scheme.rb +0 -67
  401. data/test-unit/test/test-color.rb +0 -47
  402. data/test-unit/test/test-diff.rb +0 -518
  403. data/test-unit/test/test-emacs-runner.rb +0 -60
  404. data/test-unit/test/test-fixture.rb +0 -287
  405. data/test-unit/test/test-notification.rb +0 -33
  406. data/test-unit/test/test-omission.rb +0 -81
  407. data/test-unit/test/test-pending.rb +0 -70
  408. data/test-unit/test/test-priority.rb +0 -119
  409. data/test-unit/test/test-testcase.rb +0 -544
  410. data/test-unit/test/test_assertions.rb +0 -1151
  411. data/test-unit/test/test_error.rb +0 -26
  412. data/test-unit/test/test_failure.rb +0 -33
  413. data/test-unit/test/test_testresult.rb +0 -113
  414. data/test-unit/test/test_testsuite.rb +0 -129
  415. data/test-unit/test/testunit-test-util.rb +0 -14
  416. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  417. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  418. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  419. data/test-unit/test/util/test_observable.rb +0 -102
  420. data/test-unit/test/util/test_procwrapper.rb +0 -36
  421. data/vendor/local/lib/groonga/modules/functions/cast.dll +0 -0
@@ -0,0 +1,265 @@
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # groonga documentation build configuration file, created by
4
+ # sphinx-quickstart on Thu Oct 22 15:42:37 2009.
5
+ #
6
+ # This file is execfile()d with the current directory set to its containing dir.
7
+ #
8
+ # Note that not all possible configuration values are present in this
9
+ # autogenerated file.
10
+ #
11
+ # All configuration values have a default; values that are commented out
12
+ # serve to show the default.
13
+
14
+ SPHINX_VERSION_REQUIRED = "1.0.1"
15
+ RST2PDF_VERSION_REQUIRED = "0.14.2"
16
+
17
+ import re
18
+ import sphinx
19
+ import sys, os
20
+ from datetime import datetime
21
+ from pkg_resources import parse_version
22
+
23
+ # If extensions (or modules to document with autodoc) are in another directory,
24
+ # add these directories to sys.path here. If the directory is relative to the
25
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
26
+ #sys.path.append(os.path.abspath('.'))
27
+
28
+ if parse_version(sphinx.__version__) < parse_version(SPHINX_VERSION_REQUIRED):
29
+ print 'sphinx version is old. %s is requred. exec "easy_install -U sphinx"' % SPHINX_VERSION_REQUIRED
30
+ sys.exit(1)
31
+
32
+ #if sphinx.__version__ != SPHINX_VERSION_REQUIRED:
33
+ # print 'sphinx version is different. %s is requred. exec "easy_install -U sphinx"' % SPHINX_VERSION_REQUIRED
34
+ # sys.exit(1)
35
+
36
+ # -- General configuration -----------------------------------------------------
37
+
38
+ # Add any Sphinx extension module names here, as strings. They can be extensions
39
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
40
+ #extensions = ["source.rdoc"]
41
+ extensions = []
42
+ try:
43
+ import rst2pdf
44
+ if parse_version(rst2pdf.version) >= parse_version(RST2PDF_VERSION_REQUIRED):
45
+ extensions.append('sphinx.ext.autodoc')
46
+ extensions.append('rst2pdf.pdfbuilder')
47
+ except:
48
+ pass
49
+
50
+ # Add any paths that contain templates here, relative to this directory.
51
+ templates_path = ['templates']
52
+
53
+ # The suffix of source filenames.
54
+ source_suffix = '.txt'
55
+
56
+ # The encoding of source files.
57
+ #source_encoding = 'utf-8'
58
+
59
+ # The master toctree document.
60
+ master_doc = 'index'
61
+
62
+ # General information about the project.
63
+ project = u'groonga'
64
+ copyright = u'2009-' + unicode(datetime.today().year) + ', Brazil, Inc'
65
+
66
+ # The version info for the project you're documenting, acts as replacement for
67
+ # |version| and |release|, also used in various other places throughout the
68
+ # built documents.
69
+ #
70
+
71
+ # read version from env/file.
72
+ if os.environ.has_key('GROONGA_VERSION'):
73
+ version_sh = 'GROONGA_VERSION=' + os.environ['GROONGA_VERSION']
74
+ else:
75
+ os.system('../../../version-gen.sh')
76
+ version_sh = open(os.path.join(os.path.dirname(__file__), '../../../version.sh')).read()
77
+
78
+ release_regex = re.compile(r'^GROONGA_VERSION=(?P<release>.*)$')
79
+ # The full version, including alpha/beta/rc tags.
80
+ release = release_regex.search(version_sh).group('release')
81
+
82
+ version_regex = re.compile(r'^(?P<version>\d+(\.\d+)*)')
83
+ # The short X.Y version.
84
+ version = version_regex.search(release).group('version')
85
+
86
+ # NOTE: release == version, because release includes git tag.
87
+ release = version
88
+
89
+ # The language for content autogenerated by Sphinx. Refer to documentation
90
+ # for a list of supported languages.
91
+ #language = None
92
+
93
+ # There are two options for replacing |today|: either, you set today to some
94
+ # non-false value, then it is used:
95
+ #today = ''
96
+ # Else, today_fmt is used as the format for a strftime call.
97
+ #today_fmt = '%B %d, %Y'
98
+
99
+ # List of documents that shouldn't be included in the build.
100
+ #unused_docs = []
101
+
102
+ # List of directories, relative to source directory, that shouldn't be searched
103
+ # for source files.
104
+ exclude_trees = []
105
+
106
+ # The reST default role (used for this markup: `text`) to use for all documents.
107
+ #default_role = None
108
+
109
+ # If true, '()' will be appended to :func: etc. cross-reference text.
110
+ #add_function_parentheses = True
111
+
112
+ # If true, the current module name will be prepended to all description
113
+ # unit titles (such as .. function::).
114
+ #add_module_names = True
115
+
116
+ # If true, sectionauthor and moduleauthor directives will be shown in the
117
+ # output. They are ignored by default.
118
+ #show_authors = False
119
+
120
+ # The name of the Pygments (syntax highlighting) style to use.
121
+ pygments_style = 'sphinx'
122
+
123
+ # A list of ignored prefixes for module index sorting.
124
+ #modindex_common_prefix = []
125
+
126
+
127
+ # -- Options for HTML output ---------------------------------------------------
128
+
129
+ # The theme to use for HTML and HTML Help pages. Major themes that come with
130
+ # Sphinx are currently 'default' and 'sphinxdoc'.
131
+ html_theme = 'default'
132
+
133
+ # Theme options are theme-specific and customize the look and feel of a theme
134
+ # further. For a list of options available for each theme, see the
135
+ # documentation.
136
+ html_theme_options = {
137
+ 'rightsidebar': 'true',
138
+ 'stickysidebar': 'true',
139
+ # 'relbarbgcolor': '#ED4517',
140
+ # 'relbartextcolor': 'white',
141
+ # 'relbarlinkcolor': '#F8F0FF',
142
+ # 'footerbgcolor': '#ED4517',
143
+ # 'footertextcolor': 'white',
144
+ # 'sidebarbgcolor': '#FFd587',
145
+ # 'sidebartextcolor': '#ED4517',
146
+ # 'sidebarlinkcolor': '#666666',
147
+ 'bodyfont': '#666666',
148
+ }
149
+
150
+ # Add any paths that contain custom themes here, relative to this directory.
151
+ #html_theme_path = []
152
+
153
+ # The name for this set of Sphinx documents. If None, it defaults to
154
+ # "<project> v<release> documentation".
155
+ #html_title = None
156
+
157
+ # A shorter title for the navigation bar. Default is the same as html_title.
158
+ #html_short_title = None
159
+
160
+ # The name of an image file (relative to this directory) to place at the top
161
+ # of the sidebar.
162
+ #html_logo = None
163
+
164
+ # The name of an image file (within the static path) to use as favicon of the
165
+ # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
166
+ # pixels large.
167
+ #html_favicon = None
168
+
169
+ # Add any paths that contain custom static files (such as style sheets) here,
170
+ # relative to this directory. They are copied after the builtin static files,
171
+ # so a file named "default.css" will overwrite the builtin "default.css".
172
+ html_static_path = ['static']
173
+
174
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
175
+ # using the given strftime format.
176
+ #html_last_updated_fmt = '%b %d, %Y'
177
+
178
+ # If true, SmartyPants will be used to convert quotes and dashes to
179
+ # typographically correct entities.
180
+ #html_use_smartypants = True
181
+
182
+ # Custom sidebar templates, maps document names to template names.
183
+ #html_sidebars = {}
184
+
185
+ # Additional templates that should be rendered to pages, maps page names to
186
+ # template names.
187
+ #html_additional_pages = {}
188
+
189
+ # If false, no module index is generated.
190
+ #html_use_modindex = True
191
+
192
+ # If false, no index is generated.
193
+ #html_use_index = True
194
+
195
+ # If true, the index is split into individual pages for each letter.
196
+ #html_split_index = False
197
+
198
+ # If true, links to the reST sources are added to the pages.
199
+ #html_show_sourcelink = True
200
+
201
+ # If true, an OpenSearch description file will be output, and all pages will
202
+ # contain a <link> tag referring to it. The value of this option must be the
203
+ # base URL from which the finished HTML is served.
204
+ #html_use_opensearch = ''
205
+
206
+ # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
207
+ #html_file_suffix = ''
208
+
209
+ # Output file base name for HTML help builder.
210
+ htmlhelp_basename = 'groongadoc'
211
+
212
+
213
+ # -- Options for LaTeX output --------------------------------------------------
214
+
215
+ # The paper size ('letter' or 'a4').
216
+ #latex_paper_size = 'letter'
217
+
218
+ # The font size ('10pt', '11pt' or '12pt').
219
+ #latex_font_size = '10pt'
220
+
221
+ # Grouping the document tree into LaTeX files. List of tuples
222
+ # (source start file, target name, title, author, documentclass [howto/manual]).
223
+ latex_documents = [
224
+ ('index', 'groonga.tex', u'groonga Documentation',
225
+ u'Brazil, Inc', 'manual'),
226
+ ]
227
+
228
+ # The name of an image file (relative to this directory) to place at the top of
229
+ # the title page.
230
+ #latex_logo = None
231
+
232
+ # For "manual" documents, if this is true, then toplevel headings are parts,
233
+ # not chapters.
234
+ #latex_use_parts = False
235
+
236
+ # Additional stuff for the LaTeX preamble.
237
+ #latex_preamble = ''
238
+
239
+ # Documents to append as an appendix to all manuals.
240
+ #latex_appendices = []
241
+
242
+ # If false, no module index is generated.
243
+ #latex_use_modindex = True
244
+
245
+ # -- Options for rst2pdf output --------------------------------------------------
246
+ pdf_documents = [
247
+ ('index',
248
+ u'groonga-%s' % (release,),
249
+ u'groonga %s document' % (release,),
250
+ u'groonga project')
251
+ ]
252
+ pdf_stylesheets = ['sphinx', 'kerning', 'a4', 'ja']
253
+ pdf_font_path = ['/usr/share/fonts']
254
+ pdf_language = 'ja'
255
+ pdf_fit_mode = "shrink"
256
+ pdf_inline_footnotes = True
257
+ pdf_break_level = 2
258
+
259
+ # -- Options for manual page output --------------------------------------------
260
+ # One entry per manual page. List of tuples
261
+ # (source start file, name, description, authors, manual section).
262
+ man_pages = [
263
+ ('index', 'groonga', u'groonga documentation',
264
+ [u'groonga project'], 1)
265
+ ]
@@ -0,0 +1,10 @@
1
+ .. highlightlang:: none
2
+
3
+ groonga開発者向け情報
4
+ =====================
5
+
6
+ .. toctree::
7
+ :maxdepth: 1
8
+ :glob:
9
+
10
+ developer/*
@@ -0,0 +1,18 @@
1
+ groonga 通信アーキテクチャ
2
+ ==========================
3
+
4
+ gqtpでのアーキテクチャ
5
+ ----------------------
6
+
7
+ - comが外部からの接続を受け付ける。
8
+ - comは1スレッド。
9
+ - comがedgeを作る。
10
+ - edgeは接続と1対1対応。
11
+ - edgeはctxを含む。
12
+ - workerはthreadと1対1対応。
13
+ - workerは上限が個定数。
14
+ - workerは、1つのedgeと結びつくことができる。
15
+
16
+ - edgeごとにqueueを持つ。
17
+ - msgはcomによって、edgeのqueueにenqueueされる。
18
+ edgeがworkerに結びついていないときは、同時に、ctx_newというqueueに、msgをenqueueした対象のedgeをenqueueする。
@@ -0,0 +1,38 @@
1
+ .. highlightlang:: none
2
+
3
+ ドキュメント作成
4
+ ================
5
+
6
+ Sphinxのインストール
7
+ --------------------------
8
+
9
+ groongaのドキュメントは、Sphinxというツールを用いて作成されています。Sphinxは以下のように導入します。::
10
+
11
+ # aptitude install python-setuptools
12
+ # easy_install -U sphinx
13
+
14
+ htmlの作成
15
+ ----------------
16
+
17
+ 以下のコマンドでhtmlが作成されます。::
18
+
19
+ % make html
20
+
21
+ pdfの作成
22
+ ---------------
23
+
24
+ groongaのドキュメントは、pdf出力することもできます。rst2pdfと、IPAフォント(IPA Gothic/IPAexGothic)が必要となります。
25
+
26
+ rst2pdfのインストール
27
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
28
+
29
+ 以下のようにしてインストールできます。::
30
+
31
+ # eazy_install rst2pdf
32
+
33
+ pdfの作成
34
+ ^^^^^^^^^^^^^^^
35
+
36
+ 以下のコマンドでpdfが作成されます。::
37
+
38
+ % make pdf
@@ -0,0 +1,212 @@
1
+ .. highlightlang:: none
2
+
3
+ クエリの実現
4
+ ============
5
+
6
+ groongaのデータベースには大量のデータを格納し、その中から必要な部分を高速に取り出すことができます。必要な部分をgroongaのデータベースに問い合わせるためのクエリの表現と実行に関して、groongaは複数の手段を用意しています。
7
+
8
+ クエリ実行のためのインタフェース
9
+ --------------------------------
10
+
11
+ groongaは低機能で単純なライブラリインタフェースから、高機能で複雑なコマンドインタフェースまでいくつかの階層的なインタフェースをユーザプログラムに提供しています。
12
+
13
+ クエリ実行のためのインタフェースも階層的なインタフェースのそれぞれに対応する形で用意されています。以下に低レイヤなインタフェースから順に説明します。
14
+
15
+ DB_API
16
+ ^^^^^^
17
+
18
+ DB_APIは、groongaデータベースを操作するための一群のC言語向けAPI関数を提供します。DB_APIはデータベースを構成する個々の部分に対する単純な操作関数を提供します。DB_APIの機能を組み合わせることによって複雑なクエリを実行することができます。後述のすべてのクエリインタフェースはDB_APIの機能を組み合わせることによって実現されています。
19
+
20
+ grn_expr
21
+ ^^^^^^^^
22
+
23
+ grn_exprは、groongaデータベースに対する検索処理や更新処理のための条件を表現するためのデータ構造で、複数の条件を再帰的に組み合わせてより複雑な条件を表現することができます。grn_exprによって表現されたクエリを実行するためには、grn_table_select()関数を使用します。
24
+
25
+ groonga実行ファイル
26
+ ^^^^^^^^^^^^^^^^^^^
27
+
28
+ groongaデータベースを操作するためのコマンドインタープリタです。渡されたコマンドを解釈し、実行結果を返します。コマンドの実処理はC言語で記述されます。ユーザがC言語で定義した関数を新たなコマンドとしてgroonga実行ファイルに組み込むことができます。各コマンドはいくつかの文字列引数を受け取り、これをクエリとして解釈して実行します。引数をgrn_exprとして解釈するか、別の形式として解釈してDB_APIを使ってデータベースを操作するかはコマンド毎に自由に決めることができます。
29
+
30
+ grn_exprで表現できるクエリ
31
+ --------------------------
32
+
33
+ grn_exprは代入や関数呼び出しのような様々な操作を表現できますが、この中で検索クエリを表現するgrn_exprのことを特に条件式とよびます。条件式を構成する個々の要素を関係式と呼びます。条件式は一個以上の関係式か、あるいは条件式を論理演算子で結合したものです。
34
+
35
+ 論理演算子は、以下の3種類があります。
36
+ ::
37
+
38
+ && (論理積)
39
+ || (論理和)
40
+ ! (否定)
41
+
42
+ 関係式は、下記の11種類が用意されています。また、ユーザが定義した関数を新たな関係式として使うこともできます。
43
+ ::
44
+
45
+ equal(==)
46
+ not_equal(!=)
47
+ less(<)
48
+ greater(>)
49
+ less_equal(<=)
50
+ greater_equal(>=)
51
+ contain()
52
+ near()
53
+ similar()
54
+ prefix()
55
+ suffix()
56
+
57
+ grn_table_select()
58
+ ------------------
59
+
60
+ grn_table_select()関数は、grn_exprで表現された検索クエリを実行するときに使います。引数として、検索対象となるテーブル、クエリを表すgrn_expr、検索結果を格納するテーブル、それに検索にマッチしたレコードを検索結果にどのように反映するかを指定する演算子を渡します。演算子と指定できるのは下記の4種類です。
61
+ ::
62
+
63
+ GRN_OP_OR
64
+ GRN_OP_AND
65
+ GRN_OP_BUT
66
+ GRN_OP_ADJUST
67
+
68
+ GRN_OP_ORは、検索対象テーブルの中からクエリにマッチするレコードを検索結果テーブルに加えます。GRN_OP_OR以外の演算子は、検索結果テーブルが空でない場合にだけ意味を持ちます。GRN_OP_ANDは、検索結果テーブルの中からクエリにマッチしないレコードを取り除きます。GRN_OP_BUTは、検索結果テーブルの中からクエリにマッチするレコードを取り除きます。GRN_OP_ADJUSTは、検索結果テーブルの中でクエリにマッチするレコードに対してスコア値の更新のみを行います。
69
+
70
+ grn_table_select()は、データベース上に定義されたテーブルや索引などを組み合わせて可能な限り高速に指定されたクエリを実行しようとします。
71
+
72
+ 関係式
73
+ ------
74
+
75
+ 関係式は、検索しようとしているデータが満たすべき条件を、指定した値の間の関係として表現します。いずれの関係式も、その関係が成り立ったときに評価されるcallback、コールバック関数に渡されるargとを引数として指定することができます。callbackが与えられず、argのみが数値で与えられた場合はスコア値の係数とみなされます。主な関係式について説明します。
76
+
77
+ equal(v1, v2, arg, callback)
78
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
79
+ v1の値とv2の値が等しいことを表します。
80
+
81
+ not_equal(v1, v2, arg, callback)
82
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
83
+ v1の値とv2の値が等しくないことを表します。
84
+
85
+ less(v1, v2, arg, callback)
86
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
87
+ v1の値がv2の値よりも小さいことを表します。
88
+
89
+ greater(v1, v2, arg, callback)
90
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91
+ v1の値がv2の値よりも大きいことを表します。
92
+
93
+ less_equal(v1, v2, arg, callback)
94
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
+ v1の値がv2の値と等しいか小さいことを表します。
96
+
97
+ greater_equal(v1, v2, arg, callback)
98
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
+ v1の値がv2の値と等しいか大きいことを表します。
100
+
101
+ contain(v1, v2, mode, arg, callback)
102
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103
+ v1の値がv2の値を含んでいることを表します。また、v1の値が要素に分解されるとき、それぞれの要素に対して二つ目の要素が一致するためのmodeとして下記のいずれかを指定することができます。
104
+
105
+ ::
106
+
107
+ EXACT: v2の値もv1の値と同様に要素に分解したとき、それぞれの要素が完全に一致する(デフォルト)
108
+ UNSPLIT: v2の値は要素に分解しない
109
+ PREFIX: v1の値の要素がv2の値に前方一致する
110
+ SUFFIX: v1の値の要素がv2の値に後方一致する
111
+ PARTIAL: v1の値の要素がv2の値に中間一致する
112
+
113
+ near(v1, v2, arg, callback)
114
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
+ v1の値の中に、v2の値の要素が接近して含まれていることを表します。(v2には値の配列を渡します)
116
+
117
+ similar(v1, v2, arg, callback)
118
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119
+ v1の値とv2の値が類似していることを表します。
120
+
121
+ prefix(v1, v2, arg, callback)
122
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123
+ v1の値がv2の値に対して前方一致することを表します。
124
+
125
+ suffix(v1, v2, arg, callback)
126
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127
+ v1の値がv2の値に対して後方一致することを表します。
128
+
129
+ クエリの実例
130
+ ============
131
+
132
+ grn_exprを使って様々な検索クエリを表現することができます。
133
+
134
+ 検索例1
135
+ -------
136
+ ::
137
+
138
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
139
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
140
+ grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
141
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
142
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
143
+ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
144
+
145
+ tableのcolumnの値がstringを含むレコードをresultに返します。columnの値が'needle in haystack'であるレコードr1と、columnの値が'haystack'であるレコードr2がtableに登録されていたとき、stringに'needle'を指定したなら、レコードr1のみがヒットします。
146
+
147
+
148
+ 検索例2
149
+ -------
150
+ ::
151
+
152
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
153
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
154
+ grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
155
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
156
+ grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
157
+ grn_expr_append_const(ctx, query, score1, GRN_OP_PUSH, 1);
158
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
159
+ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
160
+ grn_obj_close(ctx, query);
161
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
162
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
163
+ grn_expr_append_obj(ctx, query, column2, GRN_OP_PUSH, 1);
164
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
165
+ grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
166
+ grn_expr_append_const(ctx, query, score2, GRN_OP_PUSH, 1);
167
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
168
+ grn_table_select(ctx, table, query, result, GRN_OP_ADJUST);
169
+ grn_obj_close(ctx, query);
170
+
171
+ tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。次に、resultにセットされたレコードのうち、column2の値がstringにexactモードでヒットするレコードについては、得られたスコア値にscore2を積算したものを、元のスコア値に加えます。
172
+
173
+ 検索例3
174
+ -------
175
+ ::
176
+
177
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
178
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
179
+ grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
180
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
181
+ grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
182
+ grn_expr_append_const(ctx, query, score1, GRN_OP_PUSH, 1);
183
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
184
+ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
185
+ grn_obj_close(ctx, query);
186
+ if (grn_table_size(ctx, result) < t1) {
187
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
188
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
189
+ grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
190
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
191
+ grn_expr_append_const(ctx, query, partial, GRN_OP_PUSH, 1);
192
+ grn_expr_append_const(ctx, query, score2, GRN_OP_PUSH, 1);
193
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
194
+ grn_table_select(ctx, table, query, result, GRN_OP_OR);
195
+ grn_obj_close(ctx, query);
196
+ }
197
+
198
+ tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。得られた検索結果数がt1よりも小さい場合は、partialモードで再度検索し、ヒットしたレコードについて得られるスコア値にscore2を積算してresultに追加します。
199
+
200
+ 検索例4
201
+ -------
202
+ ::
203
+
204
+ GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
205
+ grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
206
+ grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
207
+ grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
208
+ grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
209
+ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
210
+
211
+ tableのcolumnの値がstringに含まれるレコードをresultに返します。
212
+ columnの値が'needle'であるレコードr1と、columnの値が'haystack'であるレコードr2がtableに登録されていたとき、stringに'hay in haystack'を指定したなら、レコードr2のみがヒットします。