rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. data/doc/text/news.textile +7 -0
  2. data/ext/groonga/rb-grn.h +1 -1
  3. data/lib/1.8/groonga.so +0 -0
  4. data/lib/1.9/groonga.so +0 -0
  5. data/rroonga-build.rb +1 -1
  6. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  7. data/vendor/local/bin/groonga.exe +0 -0
  8. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  9. data/vendor/local/bin/libgroonga-0.dll +0 -0
  10. data/vendor/local/bin/libmecab-1.dll +0 -0
  11. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  12. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  13. data/vendor/local/bin/libstdc++-6.dll +0 -0
  14. data/vendor/local/bin/mecab-config +2 -2
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  17. data/vendor/local/include/groonga/groonga.h +0 -6
  18. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  22. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  26. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  34. data/vendor/local/lib/libgroonga.a +0 -0
  35. data/vendor/local/lib/libgroonga.dll.a +0 -0
  36. data/vendor/local/lib/libgroonga.la +3 -3
  37. data/vendor/local/lib/libmecab.a +0 -0
  38. data/vendor/local/lib/libmecab.dll.a +0 -0
  39. data/vendor/local/lib/libmecab.la +1 -1
  40. data/vendor/local/lib/libmsgpack.a +0 -0
  41. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  42. data/vendor/local/lib/libmsgpack.la +2 -2
  43. data/vendor/local/lib/libmsgpackc.a +0 -0
  44. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpackc.la +2 -2
  46. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  47. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  49. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  53. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +24 -4
  54. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
  55. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  56. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
  57. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
  61. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
  63. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
  67. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
  69. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  71. data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
  73. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  84. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
  86. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
  87. data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
  88. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  89. data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
  98. data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
  99. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  105. data/vendor/local/share/doc/groonga/en/html/reference.html +54 -39
  106. data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
  107. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +15 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
  148. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  149. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  150. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  151. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  155. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
  156. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
  157. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
  158. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  159. data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
  160. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
  163. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
  164. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
  165. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -0
  166. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  167. data/vendor/local/share/doc/groonga/en/html/reference/{type.html → types.html} +12 -12
  168. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  170. data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  177. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -6
  180. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
  186. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
  188. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
  189. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +9 -9
  192. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  199. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +24 -4
  201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
  202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
  204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
  215. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
  216. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
  217. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  218. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  219. data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
  220. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  221. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  222. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  223. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  231. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
  233. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  236. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
  243. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  245. data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
  246. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  252. data/vendor/local/share/doc/groonga/ja/html/reference.html +54 -39
  253. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
  254. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -7
  257. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  258. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  291. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  292. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +15 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
  295. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
  297. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  298. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  299. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  300. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  301. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  302. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
  303. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
  304. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
  305. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  306. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
  307. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
  308. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
  310. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
  311. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
  312. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -0
  313. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  314. data/vendor/local/share/doc/groonga/ja/html/reference/{type.html → types.html} +12 -12
  315. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  316. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  317. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  318. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  321. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  324. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  333. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  335. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  346. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +4 -4
  347. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
  348. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
  349. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
  350. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
  351. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
  352. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
  353. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
  354. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
  355. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
  356. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
  357. data/vendor/local/share/doc/groonga/source/news.txt +24 -4
  358. data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
  359. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
  360. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
  361. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
  362. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
  363. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
  364. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
  365. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
  366. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
  367. data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
  368. data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
  369. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
  370. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
  371. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
  372. data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
  373. data/vendor/local/share/man/man1/groonga.1 +794 -165
  374. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  375. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  376. metadata +1257 -1240
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.9.2. geo_distance &mdash; groonga v2.1.0 documentation</title>
12
+ <title>8.11.2. geo_distance &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../../',
20
- VERSION: '2.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
31
- <link rel="up" title="8.9. Function" href="../function.html" />
32
- <link rel="next" title="8.9.3. geo_in_circle" href="geo_in_circle.html" />
33
- <link rel="prev" title="8.9.1. edit_distance" href="edit_distance.html" />
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.11. Function" href="../function.html" />
32
+ <link rel="next" title="8.11.3. geo_in_circle" href="geo_in_circle.html" />
33
+ <link rel="prev" title="8.11.1. edit_distance" href="edit_distance.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="geo_in_circle.html" title="8.9.3. geo_in_circle"
60
+ <a href="geo_in_circle.html" title="8.11.3. geo_in_circle"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="edit_distance.html" title="8.9.1. edit_distance"
63
+ <a href="edit_distance.html" title="8.11.1. edit_distance"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../function.html" accesskey="U">8.9. Function</a> &raquo;</li>
67
+ <li><a href="../function.html" accesskey="U">8.11. Function</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,13 +74,13 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="geo-distance">
77
- <h1>8.9.2. geo_distance<a class="headerlink" href="#geo-distance" title="Permalink to this headline">¶</a></h1>
77
+ <h1>8.11.2. geo_distance<a class="headerlink" href="#geo-distance" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="summary">
79
- <h2>8.9.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
79
+ <h2>8.11.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
80
80
  <p><tt class="docutils literal"><span class="pre">geo_distance</span></tt> calculates the value of distance between specified two points.</p>
81
81
  </div>
82
82
  <div class="section" id="syntax">
83
- <h2>8.9.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83
+ <h2>8.11.2.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
84
84
  <p><tt class="docutils literal"><span class="pre">geo_distance</span></tt> requires two point.
85
85
  The parameter <tt class="docutils literal"><span class="pre">approximate_type</span></tt> is optional:</p>
86
86
  <div class="highlight-none"><div class="highlight"><pre>geo_distance(point1, point2)
@@ -92,7 +92,7 @@ If you omit <tt class="docutils literal"><span class="pre">approximate_type</spa
92
92
  distance as if <tt class="docutils literal"><span class="pre">&quot;rectangle&quot;</span></tt> was specified.</p>
93
93
  </div>
94
94
  <div class="section" id="usage">
95
- <h2>8.9.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
95
+ <h2>8.11.2.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
96
96
  <p><tt class="docutils literal"><span class="pre">geo_distance</span></tt> is one of the groonga builtin functions.</p>
97
97
  <p>You can call a builtin function in <a class="reference internal" href="../grn_expr.html"><em>grn_expr</em></a></p>
98
98
  <p><tt class="docutils literal"><span class="pre">geo_distance</span></tt> function calculates the value of distance (approximate value)
@@ -115,7 +115,7 @@ Those samples show how to calculate the value of distance between New York City
115
115
  <li>Using the explicitly specified coordinates for calculating the distance (<tt class="docutils literal"><span class="pre">Geo</span></tt> table)</li>
116
116
  </ol>
117
117
  <div class="section" id="using-the-column-value-of-location">
118
- <h3>8.9.2.3.1. Using the column value of location<a class="headerlink" href="#using-the-column-value-of-location" title="Permalink to this headline">¶</a></h3>
118
+ <h3>8.11.2.3.1. Using the column value of location<a class="headerlink" href="#using-the-column-value-of-location" title="Permalink to this headline">¶</a></h3>
119
119
  <p>Here are a schema definition of <tt class="docutils literal"><span class="pre">Cities</span></tt> table and sample data to show usage.</p>
120
120
  <div class="highlight-none"><div class="highlight"><pre>table_create Cities TABLE_HASH_KEY ShortText
121
121
  column_create Cities location COLUMN_SCALAR WGS84GeoPoint
@@ -183,7 +183,7 @@ and the value of coordinate to calculate distance.</p>
183
183
  the coordinate of London.</p>
184
184
  </div>
185
185
  <div class="section" id="using-the-explicitly-specified-value-of-location">
186
- <h3>8.9.2.3.2. Using the explicitly specified value of location<a class="headerlink" href="#using-the-explicitly-specified-value-of-location" title="Permalink to this headline">¶</a></h3>
186
+ <h3>8.11.2.3.2. Using the explicitly specified value of location<a class="headerlink" href="#using-the-explicitly-specified-value-of-location" title="Permalink to this headline">¶</a></h3>
187
187
  <p>Here are a schema definition of <tt class="docutils literal"><span class="pre">Geo</span></tt> table and sample data to show usage.</p>
188
188
  <div class="highlight-none"><div class="highlight"><pre>table_create Geo TABLE_HASH_KEY ShortText
189
189
  column_create Geo distance COLUMN_SCALAR Int32
@@ -243,31 +243,31 @@ and the coordinate of New York to calculate distance.</p>
243
243
  </div>
244
244
  </div>
245
245
  <div class="section" id="parameters">
246
- <h2>8.9.2.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
246
+ <h2>8.11.2.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
247
247
  <div class="section" id="required-parameter">
248
- <h3>8.9.2.4.1. Required parameter<a class="headerlink" href="#required-parameter" title="Permalink to this headline">¶</a></h3>
248
+ <h3>8.11.2.4.1. Required parameter<a class="headerlink" href="#required-parameter" title="Permalink to this headline">¶</a></h3>
249
249
  <p>There are two required parameter, <tt class="docutils literal"><span class="pre">point1</span></tt> and <tt class="docutils literal"><span class="pre">point2</span></tt>.</p>
250
250
  <div class="section" id="point1">
251
- <h4>8.9.2.4.1.1. <tt class="docutils literal"><span class="pre">point1</span></tt><a class="headerlink" href="#point1" title="Permalink to this headline">¶</a></h4>
251
+ <h4>8.11.2.4.1.1. <tt class="docutils literal"><span class="pre">point1</span></tt><a class="headerlink" href="#point1" title="Permalink to this headline">¶</a></h4>
252
252
  <p>It specifies the start point that
253
253
  you want to calculate the value of distance between two points.</p>
254
254
  <p>You can specify the value of GeoPoint type. <a class="footnote-reference" href="#id2" id="id1">[1]</a></p>
255
- <p>See <a class="reference internal" href="../type.html"><em>データ型</em></a> about GeoPoint.</p>
255
+ <p>See <a class="reference internal" href="../types.html"><em>データ型</em></a> about GeoPoint.</p>
256
256
  </div>
257
257
  <div class="section" id="point2">
258
- <h4>8.9.2.4.1.2. <tt class="docutils literal"><span class="pre">point2</span></tt><a class="headerlink" href="#point2" title="Permalink to this headline">¶</a></h4>
258
+ <h4>8.11.2.4.1.2. <tt class="docutils literal"><span class="pre">point2</span></tt><a class="headerlink" href="#point2" title="Permalink to this headline">¶</a></h4>
259
259
  <p>It specifies the end point that
260
260
  you want to calculate the value of distance between two points.</p>
261
261
  <p>You can specify the value of GeoPoint type or
262
262
  the string indicating the coordinate.</p>
263
- <p>See <a class="reference internal" href="../type.html"><em>データ型</em></a> about GeoPoint and the coordinate.</p>
263
+ <p>See <a class="reference internal" href="../types.html"><em>データ型</em></a> about GeoPoint and the coordinate.</p>
264
264
  </div>
265
265
  </div>
266
266
  <div class="section" id="optional-parameter">
267
- <h3>8.9.2.4.2. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3>
267
+ <h3>8.11.2.4.2. Optional parameter<a class="headerlink" href="#optional-parameter" title="Permalink to this headline">¶</a></h3>
268
268
  <p>There is a optional parameter, <tt class="docutils literal"><span class="pre">approximate_type</span></tt>.</p>
269
269
  <div class="section" id="approximate-type">
270
- <h4>8.9.2.4.2.1. <tt class="docutils literal"><span class="pre">approximate_type</span></tt><a class="headerlink" href="#approximate-type" title="Permalink to this headline">¶</a></h4>
270
+ <h4>8.11.2.4.2.1. <tt class="docutils literal"><span class="pre">approximate_type</span></tt><a class="headerlink" href="#approximate-type" title="Permalink to this headline">¶</a></h4>
271
271
  <p>It specifies how to approximate the geographical features for calculating
272
272
  the value of distance.</p>
273
273
  <p>You can specify the value of <tt class="docutils literal"><span class="pre">approximate_type</span></tt> by one of the followings.</p>
@@ -288,7 +288,7 @@ This is temporary limitation according to the implementation of groonga,
288
288
  but it will be fixed in the future release.</p>
289
289
  </div>
290
290
  <div class="section" id="rectangle">
291
- <h5>8.9.2.4.2.1.1. <tt class="docutils literal"><span class="pre">rectangle</span></tt><a class="headerlink" href="#rectangle" title="Permalink to this headline">¶</a></h5>
291
+ <h5>8.11.2.4.2.1.1. <tt class="docutils literal"><span class="pre">rectangle</span></tt><a class="headerlink" href="#rectangle" title="Permalink to this headline">¶</a></h5>
292
292
  <p>This parameter require to approximate the geographical features
293
293
  by square approximation for calculating the distance.</p>
294
294
  <p>Since the value of distance is calculated by simple formula,
@@ -454,7 +454,7 @@ returns 0 as the value of distance.</p>
454
454
  </div>
455
455
  </div>
456
456
  <div class="section" id="sphere">
457
- <h5>8.9.2.4.2.1.2. <tt class="docutils literal"><span class="pre">sphere</span></tt><a class="headerlink" href="#sphere" title="Permalink to this headline">¶</a></h5>
457
+ <h5>8.11.2.4.2.1.2. <tt class="docutils literal"><span class="pre">sphere</span></tt><a class="headerlink" href="#sphere" title="Permalink to this headline">¶</a></h5>
458
458
  <p>This parameter require to approximate the geographical features
459
459
  by spherical approximation for calculating the distance.</p>
460
460
  <p>It is slower than <tt class="docutils literal"><span class="pre">rectangle</span></tt>, but the error of distance becomes
@@ -490,7 +490,7 @@ smaller than <tt class="docutils literal"><span class="pre">rectangle</span></tt
490
490
  </div>
491
491
  </div>
492
492
  <div class="section" id="ellipsoid">
493
- <h5>8.9.2.4.2.1.3. <tt class="docutils literal"><span class="pre">ellipsoid</span></tt><a class="headerlink" href="#ellipsoid" title="Permalink to this headline">¶</a></h5>
493
+ <h5>8.11.2.4.2.1.3. <tt class="docutils literal"><span class="pre">ellipsoid</span></tt><a class="headerlink" href="#ellipsoid" title="Permalink to this headline">¶</a></h5>
494
494
  <p>This parameter require to approximate the geographical features
495
495
  by ellipsoid approximation for calculating the distance.</p>
496
496
  <p>It uses the calculation of distance by the formula of Hubeny.
@@ -530,7 +530,7 @@ smaller than <tt class="docutils literal"><span class="pre">sphere</span></tt>.<
530
530
  </div>
531
531
  </div>
532
532
  <div class="section" id="return-value">
533
- <h2>8.9.2.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
533
+ <h2>8.11.2.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
534
534
  <p><tt class="docutils literal"><span class="pre">geo_distance</span></tt> returns the value of distance in float type.
535
535
  The unit of return value is meter.</p>
536
536
  <p class="rubric">Footnote</p>
@@ -551,42 +551,42 @@ The unit of return value is meter.</p>
551
551
  <div class="sphinxsidebarwrapper">
552
552
  <h3><a href="../../index.html">Table Of Contents</a></h3>
553
553
  <ul>
554
- <li><a class="reference internal" href="#">8.9.2. geo_distance</a><ul>
555
- <li><a class="reference internal" href="#summary">8.9.2.1. Summary</a></li>
556
- <li><a class="reference internal" href="#syntax">8.9.2.2. Syntax</a></li>
557
- <li><a class="reference internal" href="#usage">8.9.2.3. Usage</a><ul>
558
- <li><a class="reference internal" href="#using-the-column-value-of-location">8.9.2.3.1. Using the column value of location</a></li>
559
- <li><a class="reference internal" href="#using-the-explicitly-specified-value-of-location">8.9.2.3.2. Using the explicitly specified value of location</a></li>
554
+ <li><a class="reference internal" href="#">8.11.2. geo_distance</a><ul>
555
+ <li><a class="reference internal" href="#summary">8.11.2.1. Summary</a></li>
556
+ <li><a class="reference internal" href="#syntax">8.11.2.2. Syntax</a></li>
557
+ <li><a class="reference internal" href="#usage">8.11.2.3. Usage</a><ul>
558
+ <li><a class="reference internal" href="#using-the-column-value-of-location">8.11.2.3.1. Using the column value of location</a></li>
559
+ <li><a class="reference internal" href="#using-the-explicitly-specified-value-of-location">8.11.2.3.2. Using the explicitly specified value of location</a></li>
560
560
  </ul>
561
561
  </li>
562
- <li><a class="reference internal" href="#parameters">8.9.2.4. Parameters</a><ul>
563
- <li><a class="reference internal" href="#required-parameter">8.9.2.4.1. Required parameter</a><ul>
564
- <li><a class="reference internal" href="#point1">8.9.2.4.1.1. <tt class="docutils literal"><span class="pre">point1</span></tt></a></li>
565
- <li><a class="reference internal" href="#point2">8.9.2.4.1.2. <tt class="docutils literal"><span class="pre">point2</span></tt></a></li>
562
+ <li><a class="reference internal" href="#parameters">8.11.2.4. Parameters</a><ul>
563
+ <li><a class="reference internal" href="#required-parameter">8.11.2.4.1. Required parameter</a><ul>
564
+ <li><a class="reference internal" href="#point1">8.11.2.4.1.1. <tt class="docutils literal"><span class="pre">point1</span></tt></a></li>
565
+ <li><a class="reference internal" href="#point2">8.11.2.4.1.2. <tt class="docutils literal"><span class="pre">point2</span></tt></a></li>
566
566
  </ul>
567
567
  </li>
568
- <li><a class="reference internal" href="#optional-parameter">8.9.2.4.2. Optional parameter</a><ul>
569
- <li><a class="reference internal" href="#approximate-type">8.9.2.4.2.1. <tt class="docutils literal"><span class="pre">approximate_type</span></tt></a><ul>
570
- <li><a class="reference internal" href="#rectangle">8.9.2.4.2.1.1. <tt class="docutils literal"><span class="pre">rectangle</span></tt></a></li>
571
- <li><a class="reference internal" href="#sphere">8.9.2.4.2.1.2. <tt class="docutils literal"><span class="pre">sphere</span></tt></a></li>
572
- <li><a class="reference internal" href="#ellipsoid">8.9.2.4.2.1.3. <tt class="docutils literal"><span class="pre">ellipsoid</span></tt></a></li>
568
+ <li><a class="reference internal" href="#optional-parameter">8.11.2.4.2. Optional parameter</a><ul>
569
+ <li><a class="reference internal" href="#approximate-type">8.11.2.4.2.1. <tt class="docutils literal"><span class="pre">approximate_type</span></tt></a><ul>
570
+ <li><a class="reference internal" href="#rectangle">8.11.2.4.2.1.1. <tt class="docutils literal"><span class="pre">rectangle</span></tt></a></li>
571
+ <li><a class="reference internal" href="#sphere">8.11.2.4.2.1.2. <tt class="docutils literal"><span class="pre">sphere</span></tt></a></li>
572
+ <li><a class="reference internal" href="#ellipsoid">8.11.2.4.2.1.3. <tt class="docutils literal"><span class="pre">ellipsoid</span></tt></a></li>
573
573
  </ul>
574
574
  </li>
575
575
  </ul>
576
576
  </li>
577
577
  </ul>
578
578
  </li>
579
- <li><a class="reference internal" href="#return-value">8.9.2.5. Return value</a></li>
579
+ <li><a class="reference internal" href="#return-value">8.11.2.5. Return value</a></li>
580
580
  </ul>
581
581
  </li>
582
582
  </ul>
583
583
 
584
584
  <h4>Previous topic</h4>
585
585
  <p class="topless"><a href="edit_distance.html"
586
- title="previous chapter">8.9.1. edit_distance</a></p>
586
+ title="previous chapter">8.11.1. edit_distance</a></p>
587
587
  <h4>Next topic</h4>
588
588
  <p class="topless"><a href="geo_in_circle.html"
589
- title="next chapter">8.9.3. geo_in_circle</a></p>
589
+ title="next chapter">8.11.3. geo_in_circle</a></p>
590
590
  <h3>This Page</h3>
591
591
  <ul class="this-page-menu">
592
592
  <li><a href="../../_sources/reference/functions/geo_distance.txt"
@@ -616,14 +616,14 @@ The unit of return value is meter.</p>
616
616
  <a href="../../genindex.html" title="General Index"
617
617
  >index</a></li>
618
618
  <li class="right" >
619
- <a href="geo_in_circle.html" title="8.9.3. geo_in_circle"
619
+ <a href="geo_in_circle.html" title="8.11.3. geo_in_circle"
620
620
  >next</a> |</li>
621
621
  <li class="right" >
622
- <a href="edit_distance.html" title="8.9.1. edit_distance"
622
+ <a href="edit_distance.html" title="8.11.1. edit_distance"
623
623
  >previous</a> |</li>
624
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
624
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
625
625
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
626
- <li><a href="../function.html" >8.9. Function</a> &raquo;</li>
626
+ <li><a href="../function.html" >8.11. Function</a> &raquo;</li>
627
627
  </ul>
628
628
  </div>
629
629
  <div class="footer">
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.9.3. geo_in_circle &mdash; groonga v2.1.0 documentation</title>
12
+ <title>8.11.3. geo_in_circle &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../../',
20
- VERSION: '2.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
31
- <link rel="up" title="8.9. Function" href="../function.html" />
32
- <link rel="next" title="8.9.4. geo_in_rectangle" href="geo_in_rectangle.html" />
33
- <link rel="prev" title="8.9.2. geo_distance" href="geo_distance.html" />
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.11. Function" href="../function.html" />
32
+ <link rel="next" title="8.11.4. geo_in_rectangle" href="geo_in_rectangle.html" />
33
+ <link rel="prev" title="8.11.2. geo_distance" href="geo_distance.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="geo_in_rectangle.html" title="8.9.4. geo_in_rectangle"
60
+ <a href="geo_in_rectangle.html" title="8.11.4. geo_in_rectangle"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="geo_distance.html" title="8.9.2. geo_distance"
63
+ <a href="geo_distance.html" title="8.11.2. geo_distance"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../function.html" accesskey="U">8.9. Function</a> &raquo;</li>
67
+ <li><a href="../function.html" accesskey="U">8.11. Function</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,24 +74,24 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="geo-in-circle">
77
- <h1>8.9.3. geo_in_circle<a class="headerlink" href="#geo-in-circle" title="Permalink to this headline">¶</a></h1>
77
+ <h1>8.11.3. geo_in_circle<a class="headerlink" href="#geo-in-circle" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id1">
79
- <h2>8.9.3.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
+ <h2>8.11.3.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
80
80
  <p>geo_in_circle - 座標が円の範囲内に存在するかどうかを調べます。</p>
81
81
  </div>
82
82
  <div class="section" id="id2">
83
- <h2>8.9.3.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
+ <h2>8.11.3.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
84
84
  <div class="highlight-none"><div class="highlight"><pre>geo_in_circle(point, center, radious_or_point[, approximate_type])
85
85
  </pre></div>
86
86
  </div>
87
87
  </div>
88
88
  <div class="section" id="id3">
89
- <h2>8.9.3.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
89
+ <h2>8.11.3.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
90
90
  <p>groonga組込関数の一つであるgeo_in_circleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
91
91
  <p>geo_in_circle() 関数は、pointに指定した座標が、centerに指定した座標を中心とする円の範囲内にあるかどうかを調べます。</p>
92
92
  </div>
93
93
  <div class="section" id="id4">
94
- <h2>8.9.3.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
94
+ <h2>8.11.3.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
95
95
  <p><tt class="docutils literal"><span class="pre">point</span></tt></p>
96
96
  <blockquote>
97
97
  <div>円の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></div></blockquote>
@@ -124,11 +124,11 @@ Point型の値、あるいは座標を示す文字列を指定した場合は、
124
124
  </div></blockquote>
125
125
  </div>
126
126
  <div class="section" id="id6">
127
- <h2>8.9.3.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
127
+ <h2>8.11.3.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
128
128
  <p>pointに指定した座標が円の範囲内にあるかどうかをBool型の値で返します。</p>
129
129
  </div>
130
130
  <div class="section" id="id7">
131
- <h2>8.9.3.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
131
+ <h2>8.11.3.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
132
132
  <div class="highlight-none"><div class="highlight"><pre>geo_in_circle(pos, &quot;100x100&quot;, 100)
133
133
  true
134
134
  </pre></div>
@@ -151,23 +151,23 @@ true
151
151
  <div class="sphinxsidebarwrapper">
152
152
  <h3><a href="../../index.html">Table Of Contents</a></h3>
153
153
  <ul>
154
- <li><a class="reference internal" href="#">8.9.3. geo_in_circle</a><ul>
155
- <li><a class="reference internal" href="#id1">8.9.3.1. 名前</a></li>
156
- <li><a class="reference internal" href="#id2">8.9.3.2. 書式</a></li>
157
- <li><a class="reference internal" href="#id3">8.9.3.3. 説明</a></li>
158
- <li><a class="reference internal" href="#id4">8.9.3.4. 引数</a></li>
159
- <li><a class="reference internal" href="#id6">8.9.3.5. 返値</a></li>
160
- <li><a class="reference internal" href="#id7">8.9.3.6. 例</a></li>
154
+ <li><a class="reference internal" href="#">8.11.3. geo_in_circle</a><ul>
155
+ <li><a class="reference internal" href="#id1">8.11.3.1. 名前</a></li>
156
+ <li><a class="reference internal" href="#id2">8.11.3.2. 書式</a></li>
157
+ <li><a class="reference internal" href="#id3">8.11.3.3. 説明</a></li>
158
+ <li><a class="reference internal" href="#id4">8.11.3.4. 引数</a></li>
159
+ <li><a class="reference internal" href="#id6">8.11.3.5. 返値</a></li>
160
+ <li><a class="reference internal" href="#id7">8.11.3.6. 例</a></li>
161
161
  </ul>
162
162
  </li>
163
163
  </ul>
164
164
 
165
165
  <h4>Previous topic</h4>
166
166
  <p class="topless"><a href="geo_distance.html"
167
- title="previous chapter">8.9.2. geo_distance</a></p>
167
+ title="previous chapter">8.11.2. geo_distance</a></p>
168
168
  <h4>Next topic</h4>
169
169
  <p class="topless"><a href="geo_in_rectangle.html"
170
- title="next chapter">8.9.4. geo_in_rectangle</a></p>
170
+ title="next chapter">8.11.4. geo_in_rectangle</a></p>
171
171
  <h3>This Page</h3>
172
172
  <ul class="this-page-menu">
173
173
  <li><a href="../../_sources/reference/functions/geo_in_circle.txt"
@@ -197,14 +197,14 @@ true
197
197
  <a href="../../genindex.html" title="General Index"
198
198
  >index</a></li>
199
199
  <li class="right" >
200
- <a href="geo_in_rectangle.html" title="8.9.4. geo_in_rectangle"
200
+ <a href="geo_in_rectangle.html" title="8.11.4. geo_in_rectangle"
201
201
  >next</a> |</li>
202
202
  <li class="right" >
203
- <a href="geo_distance.html" title="8.9.2. geo_distance"
203
+ <a href="geo_distance.html" title="8.11.2. geo_distance"
204
204
  >previous</a> |</li>
205
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
205
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
206
206
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
207
- <li><a href="../function.html" >8.9. Function</a> &raquo;</li>
207
+ <li><a href="../function.html" >8.11. Function</a> &raquo;</li>
208
208
  </ul>
209
209
  </div>
210
210
  <div class="footer">
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.9.4. geo_in_rectangle &mdash; groonga v2.1.0 documentation</title>
12
+ <title>8.11.4. geo_in_rectangle &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../../',
20
- VERSION: '2.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
31
- <link rel="up" title="8.9. Function" href="../function.html" />
32
- <link rel="next" title="8.9.5. now" href="now.html" />
33
- <link rel="prev" title="8.9.3. geo_in_circle" href="geo_in_circle.html" />
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.11. Function" href="../function.html" />
32
+ <link rel="next" title="8.11.5. now" href="now.html" />
33
+ <link rel="prev" title="8.11.3. geo_in_circle" href="geo_in_circle.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="now.html" title="8.9.5. now"
60
+ <a href="now.html" title="8.11.5. now"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="geo_in_circle.html" title="8.9.3. geo_in_circle"
63
+ <a href="geo_in_circle.html" title="8.11.3. geo_in_circle"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../function.html" accesskey="U">8.9. Function</a> &raquo;</li>
67
+ <li><a href="../function.html" accesskey="U">8.11. Function</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,24 +74,24 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="geo-in-rectangle">
77
- <h1>8.9.4. geo_in_rectangle<a class="headerlink" href="#geo-in-rectangle" title="Permalink to this headline">¶</a></h1>
77
+ <h1>8.11.4. geo_in_rectangle<a class="headerlink" href="#geo-in-rectangle" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id1">
79
- <h2>8.9.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
+ <h2>8.11.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
80
80
  <p>geo_in_rectangle - 座標が矩形の範囲内に存在するかどうかを調べます。</p>
81
81
  </div>
82
82
  <div class="section" id="id2">
83
- <h2>8.9.4.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
+ <h2>8.11.4.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
84
84
  <div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(point, top_left, bottom_right)
85
85
  </pre></div>
86
86
  </div>
87
87
  </div>
88
88
  <div class="section" id="id3">
89
- <h2>8.9.4.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
89
+ <h2>8.11.4.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
90
90
  <p>groonga組込関数の一つであるgeo_in_rectangleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
91
91
  <p>geo_in_rectangle() 関数は、pointに指定した座標が、top_leftとbottom_rightがなす矩形の範囲内にあるかどうかを調べます。</p>
92
92
  </div>
93
93
  <div class="section" id="id4">
94
- <h2>8.9.4.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
94
+ <h2>8.11.4.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
95
95
  <p><tt class="docutils literal"><span class="pre">point</span></tt></p>
96
96
  <blockquote>
97
97
  <div>矩形の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></div></blockquote>
@@ -103,11 +103,11 @@
103
103
  <div>矩形の右下隅となる座標を指定します。Point型の値、あるいは座標を示す文字列を指定できます。</div></blockquote>
104
104
  </div>
105
105
  <div class="section" id="id6">
106
- <h2>8.9.4.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
106
+ <h2>8.11.4.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
107
107
  <p>pointに指定した座標が矩形の範囲内にあるかどうかをBool型の値で返します。</p>
108
108
  </div>
109
109
  <div class="section" id="id7">
110
- <h2>8.9.4.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
110
+ <h2>8.11.4.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
111
111
  <div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(pos, &quot;150x100&quot;, &quot;100x150&quot;)
112
112
  true
113
113
  </pre></div>
@@ -130,23 +130,23 @@ true
130
130
  <div class="sphinxsidebarwrapper">
131
131
  <h3><a href="../../index.html">Table Of Contents</a></h3>
132
132
  <ul>
133
- <li><a class="reference internal" href="#">8.9.4. geo_in_rectangle</a><ul>
134
- <li><a class="reference internal" href="#id1">8.9.4.1. 名前</a></li>
135
- <li><a class="reference internal" href="#id2">8.9.4.2. 書式</a></li>
136
- <li><a class="reference internal" href="#id3">8.9.4.3. 説明</a></li>
137
- <li><a class="reference internal" href="#id4">8.9.4.4. 引数</a></li>
138
- <li><a class="reference internal" href="#id6">8.9.4.5. 返値</a></li>
139
- <li><a class="reference internal" href="#id7">8.9.4.6. 例</a></li>
133
+ <li><a class="reference internal" href="#">8.11.4. geo_in_rectangle</a><ul>
134
+ <li><a class="reference internal" href="#id1">8.11.4.1. 名前</a></li>
135
+ <li><a class="reference internal" href="#id2">8.11.4.2. 書式</a></li>
136
+ <li><a class="reference internal" href="#id3">8.11.4.3. 説明</a></li>
137
+ <li><a class="reference internal" href="#id4">8.11.4.4. 引数</a></li>
138
+ <li><a class="reference internal" href="#id6">8.11.4.5. 返値</a></li>
139
+ <li><a class="reference internal" href="#id7">8.11.4.6. 例</a></li>
140
140
  </ul>
141
141
  </li>
142
142
  </ul>
143
143
 
144
144
  <h4>Previous topic</h4>
145
145
  <p class="topless"><a href="geo_in_circle.html"
146
- title="previous chapter">8.9.3. geo_in_circle</a></p>
146
+ title="previous chapter">8.11.3. geo_in_circle</a></p>
147
147
  <h4>Next topic</h4>
148
148
  <p class="topless"><a href="now.html"
149
- title="next chapter">8.9.5. now</a></p>
149
+ title="next chapter">8.11.5. now</a></p>
150
150
  <h3>This Page</h3>
151
151
  <ul class="this-page-menu">
152
152
  <li><a href="../../_sources/reference/functions/geo_in_rectangle.txt"
@@ -176,14 +176,14 @@ true
176
176
  <a href="../../genindex.html" title="General Index"
177
177
  >index</a></li>
178
178
  <li class="right" >
179
- <a href="now.html" title="8.9.5. now"
179
+ <a href="now.html" title="8.11.5. now"
180
180
  >next</a> |</li>
181
181
  <li class="right" >
182
- <a href="geo_in_circle.html" title="8.9.3. geo_in_circle"
182
+ <a href="geo_in_circle.html" title="8.11.3. geo_in_circle"
183
183
  >previous</a> |</li>
184
- <li><a href="../../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
184
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
185
185
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
186
- <li><a href="../function.html" >8.9. Function</a> &raquo;</li>
186
+ <li><a href="../function.html" >8.11. Function</a> &raquo;</li>
187
187
  </ul>
188
188
  </div>
189
189
  <div class="footer">