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,214 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>3.2. ネットワークを通じた利用 &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="../_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '../',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="../_static/jquery.js"></script>
23
+ <script type="text/javascript" src="../_static/underscore.js"></script>
24
+ <script type="text/javascript" src="../_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="../index.html" />
26
+ <link rel="up" title="3. チュートリアル" href="../tutorial.html" />
27
+ <link rel="next" title="3.3. さまざまな種類をもったデータの保存" href="tutorial03.html" />
28
+ <link rel="prev" title="3.1. 基本的な操作" href="tutorial01.html" />
29
+ </head>
30
+ <body>
31
+ <div class="related">
32
+ <h3>Navigation</h3>
33
+ <ul>
34
+ <li class="right" style="margin-right: 10px">
35
+ <a href="../genindex.html" title="General Index"
36
+ accesskey="I">index</a></li>
37
+ <li class="right" >
38
+ <a href="tutorial03.html" title="3.3. さまざまな種類をもったデータの保存"
39
+ accesskey="N">next</a> |</li>
40
+ <li class="right" >
41
+ <a href="tutorial01.html" title="3.1. 基本的な操作"
42
+ accesskey="P">previous</a> |</li>
43
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
44
+ <li><a href="../tutorial.html" accesskey="U">3. チュートリアル</a> &raquo;</li>
45
+ </ul>
46
+ </div>
47
+
48
+ <div class="document">
49
+ <div class="documentwrapper">
50
+ <div class="bodywrapper">
51
+ <div class="body">
52
+
53
+ <div class="section" id="id1">
54
+ <h1>3.2. ネットワークを通じた利用<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
55
+ <p>groongaはネットワークを通じて利用することができます。groonga独自プロトコルもしくはHTTPのどちらかを選択してgroongaを起動することにより、groongaはネットワーク接続を待ち受けます。</p>
56
+ <div class="section" id="groonga">
57
+ <h2>3.2.1. groonga専用プロトコルによる通信<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h2>
58
+ <div class="section" id="id2">
59
+ <h3>3.2.1.1. groongaデーモンの起動<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
60
+ <p>書式</p>
61
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -d DBパス名
62
+ </pre></div>
63
+ </div>
64
+ <p>既存のデータベースのフルパス名をDBパス名に指定します。
65
+ groongaがデーモンモードで起動し、指定したポート番号でgroongaの専用プロトコルを用いた通信をすることができます。
66
+ (ポート番号を省略した場合は10041が使用されます)</p>
67
+ <p>実行例:</p>
68
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -d /var/tmp/hoge.db
69
+ 12345
70
+ %
71
+ </pre></div>
72
+ </div>
73
+ <p>デーモンモードで起動後、プロセス番号が表示されます。</p>
74
+ </div>
75
+ <div class="section" id="id3">
76
+ <h3>3.2.1.2. groongaサーバへの接続<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
77
+ <p>書式</p>
78
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -c [対象ホスト名またはIPアドレス]
79
+ </pre></div>
80
+ </div>
81
+ <p>対象ホストで動作しているgroongaサーバに接続します。</p>
82
+ <p>対象ホスト名を省略した場合はlocalhostに対して接続し、対象ポート番号を省略した場合は10041ポートに対して接続します。</p>
83
+ <p>接続に成功すると対話モードに入り、標準入力からコマンドを読み込んで順次実行します。</p>
84
+ <p>実行例</p>
85
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -c
86
+ &gt; status
87
+ [[0,1280378896.10941,1.8e-05],{&quot;alloc_count&quot;:463,&quot;starttime&quot;:1280378807,&quot;uptime&quot;:89,&quot;version&quot;:&quot;0.7.2-5-g2a77275&quot;}]
88
+ &gt; ctrl-d
89
+ %
90
+ </pre></div>
91
+ </div>
92
+ </div>
93
+ <div class="section" id="id4">
94
+ <h3>3.2.1.3. groongaデーモンの終了<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
95
+ <p>groongaデーモンにshutdownコマンドを発行することにより、終了させることができます。</p>
96
+ <p>実行例</p>
97
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -c
98
+ &gt; shutdown
99
+ %
100
+ </pre></div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div class="section" id="http">
105
+ <h2>3.2.2. HTTPによる通信<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h2>
106
+ <p>groongaをHTTP経由で利用したい場合には、HTTPプロトコルモードで起動します。</p>
107
+ <p>書式</p>
108
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -d --protocol http DBパス名
109
+ </pre></div>
110
+ </div>
111
+ <p>protocolオプションで、groongaが受け付けるプロトコルを指定できます。httpを指定すると、groongaはHTTPプロトコルでの通信を受け付けます。</p>
112
+ <div class="section" id="html">
113
+ <h3>3.2.2.1. HTML管理ツール<a class="headerlink" href="#html" title="Permalink to this headline">¶</a></h3>
114
+ <p>コマンド実行後、http://[IPアドレスまたはホスト名]:[ポート番号]/ というURLにブラウザからアクセスすると、HTML管理ツールが表示されます。ブラウザは、JavaScriptの実行が有効になっている必要があります。</p>
115
+ </div>
116
+ <div class="section" id="id5">
117
+ <h3>3.2.2.2. HTTPでのコマンド実行<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
118
+ <p>groongaがHTTPプロトコルモードで起動されているとき、「/d/コマンド名」というURLにアクセスすると、コマンドを実行することが出来ます。</p>
119
+ <p>コマンドのオプションは、HTTPのGETパラメータで渡します。つまり、「?オプション=値&amp;オプション=値 …」という書式になります。</p>
120
+ <p>実行例</p>
121
+ <div class="highlight-none"><div class="highlight"><pre>http://[IPまたはホスト名]:[ポート番号]/d/status
122
+ 実行される処理:
123
+ &gt; status
124
+ [[0,1280378896.31131,1.4e-05],{&quot;alloc_count&quot;:463,&quot;starttime&quot;:1280378807,&quot;uptime&quot;:89,&quot;version&quot;:&quot;0.7.2-5-g2a77275&quot;}]
125
+
126
+ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&amp;query=title:@this
127
+ 実行される処理:
128
+ &gt; select --table Site --query title:@this
129
+ [[0,1280378896.51281,6.0e-05],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
130
+ </pre></div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ <div class="section" id="id6">
135
+ <h2>3.2.3. セキュリティ<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
136
+ <p>groongaのネットワークサービスにはは認証機能がありません。誰でもデータベースの内容を閲覧・修正することができます。iptablesなどを用いて、アクセス元IPアドレスを制限することを薦めます。</p>
137
+ </div>
138
+ </div>
139
+
140
+
141
+ </div>
142
+ </div>
143
+ </div>
144
+ <div class="sphinxsidebar">
145
+ <div class="sphinxsidebarwrapper">
146
+ <h3><a href="../index.html">Table Of Contents</a></h3>
147
+ <ul>
148
+ <li><a class="reference internal" href="#">3.2. ネットワークを通じた利用</a><ul>
149
+ <li><a class="reference internal" href="#groonga">3.2.1. groonga専用プロトコルによる通信</a><ul>
150
+ <li><a class="reference internal" href="#id2">3.2.1.1. groongaデーモンの起動</a></li>
151
+ <li><a class="reference internal" href="#id3">3.2.1.2. groongaサーバへの接続</a></li>
152
+ <li><a class="reference internal" href="#id4">3.2.1.3. groongaデーモンの終了</a></li>
153
+ </ul>
154
+ </li>
155
+ <li><a class="reference internal" href="#http">3.2.2. HTTPによる通信</a><ul>
156
+ <li><a class="reference internal" href="#html">3.2.2.1. HTML管理ツール</a></li>
157
+ <li><a class="reference internal" href="#id5">3.2.2.2. HTTPでのコマンド実行</a></li>
158
+ </ul>
159
+ </li>
160
+ <li><a class="reference internal" href="#id6">3.2.3. セキュリティ</a></li>
161
+ </ul>
162
+ </li>
163
+ </ul>
164
+
165
+ <h4>Previous topic</h4>
166
+ <p class="topless"><a href="tutorial01.html"
167
+ title="previous chapter">3.1. 基本的な操作</a></p>
168
+ <h4>Next topic</h4>
169
+ <p class="topless"><a href="tutorial03.html"
170
+ title="next chapter">3.3. さまざまな種類をもったデータの保存</a></p>
171
+ <h3>This Page</h3>
172
+ <ul class="this-page-menu">
173
+ <li><a href="../_sources/tutorial/tutorial02.txt"
174
+ rel="nofollow">Show Source</a></li>
175
+ </ul>
176
+ <div id="searchbox" style="display: none">
177
+ <h3>Quick search</h3>
178
+ <form class="search" action="../search.html" method="get">
179
+ <input type="text" name="q" size="18" />
180
+ <input type="submit" value="Go" />
181
+ <input type="hidden" name="check_keywords" value="yes" />
182
+ <input type="hidden" name="area" value="default" />
183
+ </form>
184
+ <p class="searchtip" style="font-size: 90%">
185
+ Enter search terms or a module, class or function name.
186
+ </p>
187
+ </div>
188
+ <script type="text/javascript">$('#searchbox').show(0);</script>
189
+ </div>
190
+ </div>
191
+ <div class="clearer"></div>
192
+ </div>
193
+ <div class="related">
194
+ <h3>Navigation</h3>
195
+ <ul>
196
+ <li class="right" style="margin-right: 10px">
197
+ <a href="../genindex.html" title="General Index"
198
+ >index</a></li>
199
+ <li class="right" >
200
+ <a href="tutorial03.html" title="3.3. さまざまな種類をもったデータの保存"
201
+ >next</a> |</li>
202
+ <li class="right" >
203
+ <a href="tutorial01.html" title="3.1. 基本的な操作"
204
+ >previous</a> |</li>
205
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
206
+ <li><a href="../tutorial.html" >3. チュートリアル</a> &raquo;</li>
207
+ </ul>
208
+ </div>
209
+ <div class="footer">
210
+ &copy; Copyright 2009-2010, Brazil, Inc.
211
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
212
+ </div>
213
+ </body>
214
+ </html>
@@ -0,0 +1,183 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>3.3. さまざまな種類をもったデータの保存 &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="../_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '../',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="../_static/jquery.js"></script>
23
+ <script type="text/javascript" src="../_static/underscore.js"></script>
24
+ <script type="text/javascript" src="../_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="../index.html" />
26
+ <link rel="up" title="3. チュートリアル" href="../tutorial.html" />
27
+ <link rel="next" title="3.4. さまざまな検索条件の指定" href="tutorial04.html" />
28
+ <link rel="prev" title="3.2. ネットワークを通じた利用" href="tutorial02.html" />
29
+ </head>
30
+ <body>
31
+ <div class="related">
32
+ <h3>Navigation</h3>
33
+ <ul>
34
+ <li class="right" style="margin-right: 10px">
35
+ <a href="../genindex.html" title="General Index"
36
+ accesskey="I">index</a></li>
37
+ <li class="right" >
38
+ <a href="tutorial04.html" title="3.4. さまざまな検索条件の指定"
39
+ accesskey="N">next</a> |</li>
40
+ <li class="right" >
41
+ <a href="tutorial02.html" title="3.2. ネットワークを通じた利用"
42
+ accesskey="P">previous</a> |</li>
43
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
44
+ <li><a href="../tutorial.html" accesskey="U">3. チュートリアル</a> &raquo;</li>
45
+ </ul>
46
+ </div>
47
+
48
+ <div class="document">
49
+ <div class="documentwrapper">
50
+ <div class="bodywrapper">
51
+ <div class="body">
52
+
53
+ <div class="section" id="id1">
54
+ <h1>3.3. さまざまな種類をもったデータの保存<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
55
+ <p>groongaでは、さまざまなデータを格納させることが出来ます。</p>
56
+ <div class="section" id="id2">
57
+ <h2>3.3.1. データ型<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
58
+ <p>groongaでは、数値(整数・小数)や文字列や時刻や経緯度などの情報を格納することができます。</p>
59
+ <p>ここでは、Int32型のカラムに整数を格納、Float型のカラムに浮動小数点の小数を、ShortText型のカラムに文字列を、Time型のカラムに時間を格納する例を示します。経緯度の格納については、のちのチュートリアルで触れます。</p>
60
+ <p>その他のデータ型の一覧は、 <a class="reference internal" href="../type.html"><em>データ型</em></a> を参照してください。</p>
61
+ <p>実行例</p>
62
+ <div class="highlight-none"><div class="highlight"><pre>&gt; table_create --name Type --flags TABLE_HASH_KEY --key_type ShortText
63
+ [[0,1280378823.87922,0.063618],true]
64
+ &gt; column_create --table Type --name number --type Int32
65
+ [[0,1280378824.14361,0.066276],true]
66
+ &gt; column_create --table Type --name float --type Float
67
+ [[0,1280378824.41063,0.0673],true]
68
+ &gt; column_create --table Type --name string --type ShortText
69
+ [[0,1280378824.67863,0.067213],true]
70
+ &gt; column_create --table Type --name time --type Time
71
+ [[0,1280378824.94662,0.05711],true]
72
+ &gt; load --table Type
73
+ &gt; [{&quot;_key&quot;:&quot;sample&quot;,&quot;number&quot;:12345,&quot;float&quot;:42.195,&quot;string&quot;:&quot;GROONGA&quot;,&quot;time&quot;:1234567890.12}]
74
+ [[0,1280378825.20443,0.201835],1]
75
+ &gt; select --table Type
76
+ [[0,1280378825.60691,0.000155],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;time&quot;,&quot;Time&quot;],[&quot;string&quot;,&quot;ShortText&quot;],[&quot;number&quot;,&quot;Int32&quot;],[&quot;float&quot;,&quot;Float&quot;]],[1,&quot;sample&quot;,1234567890.0,&quot;GROONGA&quot;,12345,42.195]]]]
77
+ </pre></div>
78
+ </div>
79
+ </div>
80
+ <div class="section" id="id3">
81
+ <h2>3.3.2. テーブル型<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
82
+ <p>table_createで作成したテーブルを、カラムの型として使うことが出来ます。</p>
83
+ <p>また、output_columnsにおいて「.」を区切りとして、参照先のテーブルに存在するカラムを指定すると、指定したカラムの値を表示することができます。</p>
84
+ <p>ここでは、先のチュートリアルで作成したSiteテーブルに手を加え、どのサイトをリンクしているのかを保存してみましょう。</p>
85
+ <p>他のテーブルを参照するカラムにデータを入力する場合には、参照先のテーブルの_keyカラムの値を代入する必要があります。</p>
86
+ <p>実行例</p>
87
+ <div class="highlight-none"><div class="highlight"><pre>&gt; column_create --table Site --name link --type Site
88
+ [[0,1280378825.80958,0.094424],true]
89
+ &gt; load --table Site
90
+ &gt; [{&quot;_key&quot;:&quot;http://example.org/&quot;,&quot;link&quot;:&quot;http://example.net/&quot;}]
91
+ [[0,1280378826.10477,0.200507],1]
92
+ &gt; select --table Site --output_columns _key,title,link._key,link.title --query title:@this
93
+ [[0,1280378826.50595,0.000522],[[[1],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;],[&quot;link._key&quot;,&quot;ShortText&quot;],[&quot;link.title&quot;,&quot;ShortText&quot;]],[&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;,&quot;http://example.net/&quot;,&quot;test record 2.&quot;]]]]
94
+ </pre></div>
95
+ </div>
96
+ <p>このように、linkカラムに他のサイトへの参照を保存することができました。また、参照先の_keyとtitleカラムの内容を表示することができました。</p>
97
+ </div>
98
+ <div class="section" id="id4">
99
+ <h2>3.3.3. ベクターカラム<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
100
+ <p>column_createコマンドでカラムを作成するとき、&#8211;flagsオプションでCOLUMN_VECTORフラグを指定すると、複数の値を配列で格納できるカラムが作成されます。</p>
101
+ <p>テーブル型で配列を格納するカラムは、1対多の参照関係を表すのに有効です。</p>
102
+ <p>テーブル型のチュートリアルでは、Siteテーブルに手を加え、どのサイトをリンクしているのかを保存しました。しかし、通常は1つのサイトから多くのサイトにリンクが張られています。複数のリンク情報を格納するために、複数の参照関係を保存するカラムを作成してみましょう。</p>
103
+ <p>他のテーブルを参照するベクターカラムにデータを入力する場合には、参照先のテーブルの_keyカラムの値の「配列」を代入する必要があります。</p>
104
+ <p>実行例</p>
105
+ <div class="highlight-none"><div class="highlight"><pre>&gt; column_create --table Site --name links --flags COLUMN_VECTOR --type Site
106
+ [[0,1280378826.70921,0.087662],true]
107
+ &gt; load --table Site
108
+ &gt; [{&quot;_key&quot;:&quot;http://example.org/&quot;,&quot;links&quot;:[&quot;http://example.net/&quot;,&quot;http://example.org/&quot;,&quot;http://example.com/&quot;]}]
109
+ [[0,1280378826.99769,0.200643],1]
110
+ &gt; select --table Site --output_columns _key,title,links._key,links.title --query title:@this
111
+ [[0,1280378827.39899,0.000499],[[[1],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;],[&quot;links._key&quot;,&quot;ShortText&quot;],[&quot;links.title&quot;,&quot;ShortText&quot;]],[&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;,[&quot;http://example.net/&quot;,&quot;http://example.org/&quot;,&quot;http://example.com/&quot;],[&quot;test record 2.&quot;,&quot;This is test record 1!&quot;,&quot;test test record three.&quot;]]]]]
112
+ </pre></div>
113
+ </div>
114
+ <p>このように、複数の参照関係が保存できました。また、output_columnsによって、複数の参照先のカラム値も表示させることができました。</p>
115
+ </div>
116
+ </div>
117
+
118
+
119
+ </div>
120
+ </div>
121
+ </div>
122
+ <div class="sphinxsidebar">
123
+ <div class="sphinxsidebarwrapper">
124
+ <h3><a href="../index.html">Table Of Contents</a></h3>
125
+ <ul>
126
+ <li><a class="reference internal" href="#">3.3. さまざまな種類をもったデータの保存</a><ul>
127
+ <li><a class="reference internal" href="#id2">3.3.1. データ型</a></li>
128
+ <li><a class="reference internal" href="#id3">3.3.2. テーブル型</a></li>
129
+ <li><a class="reference internal" href="#id4">3.3.3. ベクターカラム</a></li>
130
+ </ul>
131
+ </li>
132
+ </ul>
133
+
134
+ <h4>Previous topic</h4>
135
+ <p class="topless"><a href="tutorial02.html"
136
+ title="previous chapter">3.2. ネットワークを通じた利用</a></p>
137
+ <h4>Next topic</h4>
138
+ <p class="topless"><a href="tutorial04.html"
139
+ title="next chapter">3.4. さまざまな検索条件の指定</a></p>
140
+ <h3>This Page</h3>
141
+ <ul class="this-page-menu">
142
+ <li><a href="../_sources/tutorial/tutorial03.txt"
143
+ rel="nofollow">Show Source</a></li>
144
+ </ul>
145
+ <div id="searchbox" style="display: none">
146
+ <h3>Quick search</h3>
147
+ <form class="search" action="../search.html" method="get">
148
+ <input type="text" name="q" size="18" />
149
+ <input type="submit" value="Go" />
150
+ <input type="hidden" name="check_keywords" value="yes" />
151
+ <input type="hidden" name="area" value="default" />
152
+ </form>
153
+ <p class="searchtip" style="font-size: 90%">
154
+ Enter search terms or a module, class or function name.
155
+ </p>
156
+ </div>
157
+ <script type="text/javascript">$('#searchbox').show(0);</script>
158
+ </div>
159
+ </div>
160
+ <div class="clearer"></div>
161
+ </div>
162
+ <div class="related">
163
+ <h3>Navigation</h3>
164
+ <ul>
165
+ <li class="right" style="margin-right: 10px">
166
+ <a href="../genindex.html" title="General Index"
167
+ >index</a></li>
168
+ <li class="right" >
169
+ <a href="tutorial04.html" title="3.4. さまざまな検索条件の指定"
170
+ >next</a> |</li>
171
+ <li class="right" >
172
+ <a href="tutorial02.html" title="3.2. ネットワークを通じた利用"
173
+ >previous</a> |</li>
174
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
175
+ <li><a href="../tutorial.html" >3. チュートリアル</a> &raquo;</li>
176
+ </ul>
177
+ </div>
178
+ <div class="footer">
179
+ &copy; Copyright 2009-2010, Brazil, Inc.
180
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
181
+ </div>
182
+ </body>
183
+ </html>
@@ -0,0 +1,212 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>3.4. さまざまな検索条件の指定 &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="../_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '../',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="../_static/jquery.js"></script>
23
+ <script type="text/javascript" src="../_static/underscore.js"></script>
24
+ <script type="text/javascript" src="../_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="../index.html" />
26
+ <link rel="up" title="3. チュートリアル" href="../tutorial.html" />
27
+ <link rel="next" title="3.5. ドリルダウン" href="tutorial05.html" />
28
+ <link rel="prev" title="3.3. さまざまな種類をもったデータの保存" href="tutorial03.html" />
29
+ </head>
30
+ <body>
31
+ <div class="related">
32
+ <h3>Navigation</h3>
33
+ <ul>
34
+ <li class="right" style="margin-right: 10px">
35
+ <a href="../genindex.html" title="General Index"
36
+ accesskey="I">index</a></li>
37
+ <li class="right" >
38
+ <a href="tutorial05.html" title="3.5. ドリルダウン"
39
+ accesskey="N">next</a> |</li>
40
+ <li class="right" >
41
+ <a href="tutorial03.html" title="3.3. さまざまな種類をもったデータの保存"
42
+ accesskey="P">previous</a> |</li>
43
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
44
+ <li><a href="../tutorial.html" accesskey="U">3. チュートリアル</a> &raquo;</li>
45
+ </ul>
46
+ </div>
47
+
48
+ <div class="document">
49
+ <div class="documentwrapper">
50
+ <div class="bodywrapper">
51
+ <div class="body">
52
+
53
+ <div class="section" id="id1">
54
+ <h1>3.4. さまざまな検索条件の指定<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
55
+ <p>groongaは、JavaScriptに似た文法での条件絞込や、計算した値を用いたソートを行うことができます。また、位置情報(緯度・経度)を用いた絞込・ソートを行うことができます。</p>
56
+ <div class="section" id="javascript">
57
+ <h2>3.4.1. JavaScriptに似た文法での絞込・全文検索<a class="headerlink" href="#javascript" title="Permalink to this headline">¶</a></h2>
58
+ <p>selectコマンドのfilterパラメータは、queryパラメータと同様に、レコードの検索条件を指定します。filterパラメータとqueryパラメータが異なる点は、filterパラメータには、JavaScriptの式に似た文法で条件を指定する点です。</p>
59
+ <p>実行例</p>
60
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --filter &quot;_id &lt;= 1&quot; --output_columns _id,_key
61
+ [[0,1280378885.95759,0.000306],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;]]]]
62
+ </pre></div>
63
+ </div>
64
+ <p>ここで、filterパラメータには</p>
65
+ <blockquote>
66
+ _id &lt;= 1</blockquote>
67
+ <p>という条件を指定しています。この場合は_idの値が1以下のレコードが検索結果として得られます。</p>
68
+ <p>また、&amp;&amp; や || を使って、条件のAND・OR指定をすることもできます。</p>
69
+ <p>実行例</p>
70
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --filter &quot;_id &gt;= 4 &amp;&amp; _id &lt;= 6&quot; --output_columns _id,_key
71
+ [[0,1280378886.15944,0.000311],[[[3],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;]],[4,&quot;http://example.net/afr&quot;],[5,&quot;http://example.org/aba&quot;],[6,&quot;http://example.com/rab&quot;]]]]
72
+ &gt; select --table Site --filter &quot;_id &lt;= 2 || _id &gt;= 7&quot; --output_columns _id,_key
73
+ [[0,1280378886.36174,0.000321],[[[5],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;],[2,&quot;http://example.net/&quot;],[7,&quot;http://example.net/atv&quot;],[8,&quot;http://example.org/gat&quot;],[9,&quot;http://example.com/vdw&quot;]]]]
74
+ </pre></div>
75
+ </div>
76
+ <p>queryパラメータとfilterパラメータを同時に指定すると、両者の条件をともに満たすレコードが結果として返ります。</p>
77
+ </div>
78
+ <div class="section" id="scorer">
79
+ <h2>3.4.2. scorerを利用したソート<a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h2>
80
+ <p>selectコマンドのscorerパラメータは、
81
+ 全文検索を行った結果の各レコードに対して処理を行うためのパラメータです。</p>
82
+ <p>filterパラメータと同様に、
83
+ JavaScriptの式に似たな文法で様々な条件を指定することができます。</p>
84
+ <p>実行例</p>
85
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --filter &quot;1&quot; --scorer &quot;_score = rand()&quot; --output_columns _id,_key,_score --sortby _score
86
+ [[0,1280378886.56471,0.000504],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;_score&quot;,&quot;Int32&quot;]],[3,&quot;http://example.com/&quot;,35005211],[9,&quot;http://example.com/vdw&quot;,278722862],[5,&quot;http://example.org/aba&quot;,294702567],[1,&quot;http://example.org/&quot;,304089172],[7,&quot;http://example.net/atv&quot;,336465782],[4,&quot;http://example.net/afr&quot;,521595368],[8,&quot;http://example.org/gat&quot;,861021530],[2,&quot;http://example.net/&quot;,1303455736],[6,&quot;http://example.com/rab&quot;,1726956429]]]]
87
+ &gt; select --table Site --filter &quot;1&quot; --scorer &quot;_score = rand()&quot; --output_columns _id,_key,_score --sortby _score
88
+ [[0,1280378886.76988,0.00049],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;_score&quot;,&quot;Int32&quot;]],[1,&quot;http://example.org/&quot;,233665123],[3,&quot;http://example.com/&quot;,468703135],[7,&quot;http://example.net/atv&quot;,635723058],[4,&quot;http://example.net/afr&quot;,1101513929],[9,&quot;http://example.com/vdw&quot;,1125898167],[6,&quot;http://example.com/rab&quot;,1315634022],[8,&quot;http://example.org/gat&quot;,1369133069],[5,&quot;http://example.org/aba&quot;,1801979802],[2,&quot;http://example.net/&quot;,2145174067]]]]
89
+ </pre></div>
90
+ </div>
91
+ <p>検索結果には、&#8217;_score&#8217;という名前の、全文検索のスコアが代入されている仮想的なカラムが付与されることをチュートリアル中ソートの項目で説明しました。</p>
92
+ <p>上記の実行例では、scorerパラメータに</p>
93
+ <blockquote>
94
+ _score = rand()</blockquote>
95
+ <p>という条件を指定しています。ここでは、rand()という乱数を返す関数を用いて、全文検索のスコアを乱数で上書きしています。</p>
96
+ <p>sortbyパラメータには、</p>
97
+ <blockquote>
98
+ _score</blockquote>
99
+ <p>を指定しています。これは、スコア順に昇順にソートすることを意味しています。</p>
100
+ <p>よって、上記のクエリは実行されるたびに検索結果の並び順がランダムに変わります。</p>
101
+ </div>
102
+ <div class="section" id="id2">
103
+ <h2>3.4.3. 位置情報を用いた絞込・ソート<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
104
+ <p>groongaでは、位置情報(経緯度)を保存することができます。また、保存した経緯度を用いて絞込やソートができます。</p>
105
+ <p>位置情報を保存するためのカラムの型として、TokyoGeoPoint/WGS84GeoPointの2つの型があります。前者は日本測地系、後者は世界測地系(WGS84相当)の経緯度を保存します。</p>
106
+ <p>経緯度をデータを入力するためには、&#8221;緯度のミリ秒x経度のミリ秒&#8221;という形式の文字列を代入する必要があります。</p>
107
+ <p>ここでは、ためしに東京駅と新宿駅とついて、世界測地系での位置情報を保存してみましょう。東京駅は緯度が35度40分52.975秒、経度が139度45分57.902秒です。新宿駅は緯度が35度41分27.316秒、経度が139度42分0.929秒です。よって、代入する文字列はそれぞれ&#8221;128452975x503157902&#8221;/&#8221;128487316x502920929&#8221;となります。</p>
108
+ <p>実行例</p>
109
+ <div class="highlight-none"><div class="highlight"><pre>&gt; column_create --table Site --name location --type WGS84GeoPoint
110
+ [[0,1280378886.97522,0.109348],true]
111
+ &gt; load --table Site
112
+ &gt; [
113
+ &gt; {&quot;_key&quot;:&quot;http://example.org/&quot;,&quot;location&quot;:&quot;128452975x503157902&quot;}
114
+ &gt; {&quot;_key&quot;:&quot;http://example.net/&quot;,&quot;location&quot;:&quot;128487316x502920929&quot;},
115
+ &gt; ]
116
+ [[0,1280378887.28534,0.801067],2]
117
+ &gt; select --table Site --query &quot;_id:1 OR _id:2&quot; --output_columns _key,location
118
+ [[0,1280378888.28703,0.000371],[[[2],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;location&quot;,&quot;WGS84GeoPoint&quot;]],[&quot;http://example.org/&quot;,&quot;128452975x503157902&quot;],[&quot;http://example.net/&quot;,&quot;128487316x502920929&quot;]]]]
119
+ </pre></div>
120
+ </div>
121
+ <p>scorerパラメータにおいて、 <a class="reference internal" href="../functions/geo_distance.html"><em>geo_distance</em></a> 関数を用いることにより、2点間の距離を計算することができます。</p>
122
+ <p>ここでは、秋葉原駅からの距離を表示させてみましょう。世界測地系では、秋葉原駅の位置は緯度が35度41分55.259秒、経度が139度46分27.188秒です。よって、geo_distance関数に与える文字列は&#8221;128515259x503187188&#8221;となります。</p>
123
+ <p>実行例</p>
124
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query &quot;_id:1 OR _id:2&quot; --output_columns _key,location,_score --scorer &#39;_score = geo_distance(location, &quot;128515259x503187188&quot;)&#39;
125
+ [[0,1280378888.48983,0.000429],[[[2],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;location&quot;,&quot;WGS84GeoPoint&quot;],[&quot;_score&quot;,&quot;Int32&quot;]],[&quot;http://example.org/&quot;,&quot;128452975x503157902&quot;,2054],[&quot;http://example.net/&quot;,&quot;128487316x502920929&quot;,6720]]]]
126
+ </pre></div>
127
+ </div>
128
+ <p>この結果を見ると、東京駅と秋葉原駅は2054m、秋葉原駅と新宿駅は6720m離れているようです。</p>
129
+ <p>geo_distance関数は、_scoreを通じてソートでも用いることができます。</p>
130
+ <p>実行例</p>
131
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query &quot;_id:1 OR _id:2&quot; --output_columns _key,location,_score --scorer &#39;_score = geo_distance(location, &quot;128515259x503187188&quot;)&#39; --sortby -_score
132
+ [[0,1280378888.69281,0.000524],[[[2],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;location&quot;,&quot;WGS84GeoPoint&quot;],[&quot;_score&quot;,&quot;Int32&quot;]],[&quot;http://example.net/&quot;,&quot;128487316x502920929&quot;,6720],[&quot;http://example.org/&quot;,&quot;128452975x503157902&quot;,2054]]]]
133
+ </pre></div>
134
+ </div>
135
+ <p>「ある地点から何m以内に存在する」といった絞込も可能です。</p>
136
+ <p>filterパラメータにおいて、 <a class="reference internal" href="../functions/geo_in_circle.html"><em>geo_in_circle</em></a> 関数を用いることにより、2点間の距離が指定のm以下におさまるかどうかを判定することができます。</p>
137
+ <p>たとえば、秋葉原駅から5000m以内にあるレコードを検索してみましょう。</p>
138
+ <p>実行例</p>
139
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --output_columns _key,location --filter &#39;geo_in_circle(location, &quot;128515259x503187188&quot;, 5000)&#39;
140
+ [[0,1280378888.89597,0.000335],[[[1],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;location&quot;,&quot;WGS84GeoPoint&quot;]],[&quot;http://example.org/&quot;,&quot;128452975x503157902&quot;]]]]
141
+ </pre></div>
142
+ </div>
143
+ <p>また、経緯度が指定の矩形領域内であるかどうかを判定する <a class="reference internal" href="../functions/geo_in_rectangle.html"><em>geo_in_rectangle</em></a> 関数も存在します。</p>
144
+ </div>
145
+ </div>
146
+
147
+
148
+ </div>
149
+ </div>
150
+ </div>
151
+ <div class="sphinxsidebar">
152
+ <div class="sphinxsidebarwrapper">
153
+ <h3><a href="../index.html">Table Of Contents</a></h3>
154
+ <ul>
155
+ <li><a class="reference internal" href="#">3.4. さまざまな検索条件の指定</a><ul>
156
+ <li><a class="reference internal" href="#javascript">3.4.1. JavaScriptに似た文法での絞込・全文検索</a></li>
157
+ <li><a class="reference internal" href="#scorer">3.4.2. scorerを利用したソート</a></li>
158
+ <li><a class="reference internal" href="#id2">3.4.3. 位置情報を用いた絞込・ソート</a></li>
159
+ </ul>
160
+ </li>
161
+ </ul>
162
+
163
+ <h4>Previous topic</h4>
164
+ <p class="topless"><a href="tutorial03.html"
165
+ title="previous chapter">3.3. さまざまな種類をもったデータの保存</a></p>
166
+ <h4>Next topic</h4>
167
+ <p class="topless"><a href="tutorial05.html"
168
+ title="next chapter">3.5. ドリルダウン</a></p>
169
+ <h3>This Page</h3>
170
+ <ul class="this-page-menu">
171
+ <li><a href="../_sources/tutorial/tutorial04.txt"
172
+ rel="nofollow">Show Source</a></li>
173
+ </ul>
174
+ <div id="searchbox" style="display: none">
175
+ <h3>Quick search</h3>
176
+ <form class="search" action="../search.html" method="get">
177
+ <input type="text" name="q" size="18" />
178
+ <input type="submit" value="Go" />
179
+ <input type="hidden" name="check_keywords" value="yes" />
180
+ <input type="hidden" name="area" value="default" />
181
+ </form>
182
+ <p class="searchtip" style="font-size: 90%">
183
+ Enter search terms or a module, class or function name.
184
+ </p>
185
+ </div>
186
+ <script type="text/javascript">$('#searchbox').show(0);</script>
187
+ </div>
188
+ </div>
189
+ <div class="clearer"></div>
190
+ </div>
191
+ <div class="related">
192
+ <h3>Navigation</h3>
193
+ <ul>
194
+ <li class="right" style="margin-right: 10px">
195
+ <a href="../genindex.html" title="General Index"
196
+ >index</a></li>
197
+ <li class="right" >
198
+ <a href="tutorial05.html" title="3.5. ドリルダウン"
199
+ >next</a> |</li>
200
+ <li class="right" >
201
+ <a href="tutorial03.html" title="3.3. さまざまな種類をもったデータの保存"
202
+ >previous</a> |</li>
203
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
204
+ <li><a href="../tutorial.html" >3. チュートリアル</a> &raquo;</li>
205
+ </ul>
206
+ </div>
207
+ <div class="footer">
208
+ &copy; Copyright 2009-2010, Brazil, Inc.
209
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
210
+ </div>
211
+ </body>
212
+ </html>