rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (403) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. data/lib/1.8/groonga.so +0 -0
  3. data/lib/1.9/groonga.so +0 -0
  4. data/rroonga-build.rb +1 -1
  5. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  6. data/vendor/local/bin/groonga.exe +0 -0
  7. data/vendor/local/bin/libgroonga-0.dll +0 -0
  8. data/vendor/local/bin/libmecab-1.dll +0 -0
  9. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  10. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  11. data/vendor/local/bin/mecab-config +2 -2
  12. data/vendor/local/bin/mecab.exe +0 -0
  13. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  14. data/vendor/local/etc/groonga/synonyms.tsv +5 -0
  15. data/vendor/local/include/groonga/groonga.h +77 -4
  16. data/vendor/local/include/groonga/groonga/plugin.h +45 -15
  17. data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
  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 +41 -0
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +1 -1
  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 +1 -1
  46. data/vendor/local/lib/pkgconfig/groonga.pc +4 -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/contribution.txt +3 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
  55. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +13 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +42 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
  63. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
  64. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
  65. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
  76. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
  79. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
  80. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +42 -19
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
  98. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  99. data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +17 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  103. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  104. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  105. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
  106. data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
  107. data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
  108. data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
  109. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  115. data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
  116. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
  120. data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
  121. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
  122. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  155. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
  164. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
  165. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
  168. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
  169. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
  171. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
  174. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  175. data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
  176. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  178. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
  182. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec.html +12 -11
  185. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
  186. data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
  187. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  207. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -3
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +13 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +42 -3
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
  231. data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
  235. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
  238. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +42 -19
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
  253. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  254. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -8
  255. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  256. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +17 -8
  257. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  258. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  259. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  260. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
  261. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
  262. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
  263. data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
  264. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  270. data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
  271. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
  275. data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
  276. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
  277. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
  313. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
  314. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
  315. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
  320. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
  321. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
  322. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
  323. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
  324. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
  325. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
  326. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
  327. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
  329. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  330. data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
  331. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  333. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
  337. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/spec.html +12 -11
  340. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
  341. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
  342. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  362. data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
  363. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
  364. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
  365. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
  366. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
  367. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
  368. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
  369. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
  370. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
  371. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
  372. data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
  373. data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
  374. data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
  375. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
  376. data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
  377. data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
  378. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
  379. data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
  380. data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
  381. data/vendor/local/share/doc/groonga/source/news.txt +96 -1
  382. data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
  383. data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
  384. data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
  385. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
  386. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
  387. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
  388. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
  389. data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
  390. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
  391. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
  392. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
  393. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
  394. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
  395. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
  396. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
  397. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
  398. data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
  399. data/vendor/local/share/man/man1/groonga.1 +1685 -190
  400. metadata +66 -18
  401. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
  402. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -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.1.5. groonga HTTPサーバー &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.1.5. groonga HTTPサーバー &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
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.0.5-316-g23cc017 documentation" href="../../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
31
  <link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
32
32
  <link rel="next" title="8.1.6. groonga-suggest-create-dataset" href="groonga-suggest-create-dataset.html" />
33
33
  <link rel="prev" title="8.1.4. groonga-httpd" href="groonga-httpd.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="groonga-httpd.html" title="8.1.4. groonga-httpd"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
67
  <li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> &raquo;</li>
68
68
  </ul>
@@ -107,7 +107,7 @@
107
107
  <p>ただし、コマンド名、引数名、値はURLエンコードが必要です。</p>
108
108
  <p>GETメソッドのみが使用可能です。</p>
109
109
  <p>output_typeにはjson, tsv, xmlが指定可能です。</p>
110
- <p>command_versionはコマンドの仕様の互換性を指定します。詳細は <a class="reference internal" href="../command_version.html"><em>コマンドバージョン</em></a> を参照してください。</p>
110
+ <p>command_versionはコマンドの仕様の互換性を指定します。詳細は <tt class="xref doc docutils literal"><span class="pre">/reference/command_version</span></tt> を参照してください。</p>
111
111
  </div>
112
112
  <div class="section" id="id5">
113
113
  <h2>8.1.5.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
@@ -173,7 +173,7 @@
173
173
  <li class="right" >
174
174
  <a href="groonga-httpd.html" title="8.1.4. groonga-httpd"
175
175
  >previous</a> |</li>
176
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
176
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
177
177
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
178
178
  <li><a href="../executables.html" >8.1. 実行ファイル</a> &raquo;</li>
179
179
  </ul>
@@ -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.1.6. groonga-suggest-create-dataset &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.1.6. groonga-suggest-create-dataset &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
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.0.5-316-g23cc017 documentation" href="../../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
31
  <link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
32
32
  <link rel="next" title="8.2. Output" href="../output.html" />
33
33
  <link rel="prev" title="8.1.5. groonga HTTPサーバー" href="groonga-server-http.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="groonga-server-http.html" title="8.1.5. groonga HTTPサーバー"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
67
  <li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> &raquo;</li>
68
68
  </ul>
@@ -174,7 +174,7 @@
174
174
  <li class="right" >
175
175
  <a href="groonga-server-http.html" title="8.1.5. groonga HTTPサーバー"
176
176
  >previous</a> |</li>
177
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
177
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
178
178
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
179
179
  <li><a href="../executables.html" >8.1. 実行ファイル</a> &raquo;</li>
180
180
  </ul>
@@ -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.1.3. groonga command &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.1.3. groonga command &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
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.0.5-316-g23cc017 documentation" href="../../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
31
  <link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
32
32
  <link rel="next" title="8.1.4. groonga-httpd" href="groonga-httpd.html" />
33
33
  <link rel="prev" title="8.1.2. grntest" href="grntest.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="grntest.html" title="8.1.2. grntest"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
67
  <li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> &raquo;</li>
68
68
  </ul>
@@ -394,7 +394,7 @@ pid-file=/var/run/groonga.pid
394
394
  <li class="right" >
395
395
  <a href="grntest.html" title="8.1.2. grntest"
396
396
  >previous</a> |</li>
397
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
397
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
398
398
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
399
399
  <li><a href="../executables.html" >8.1. 実行ファイル</a> &raquo;</li>
400
400
  </ul>
@@ -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. 組み込み関数一覧 &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.9. Function &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
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.0.5-316-g23cc017 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
31
31
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
32
32
  <link rel="next" title="8.9.1. edit_distance" href="functions/edit_distance.html" />
33
33
  <link rel="prev" title="8.8.2. Script syntax" href="grn_expr/script_syntax.html" />
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/reference/functions.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
47
+ <li><a href="../../../ja/html/reference/function.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="grn_expr/script_syntax.html" title="8.8.2. Script syntax"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
@@ -72,8 +72,13 @@
72
72
  <div class="bodywrapper">
73
73
  <div class="body">
74
74
 
75
- <div class="section" id="id1">
76
- <h1>8.9. 組み込み関数一覧<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
75
+ <div class="section" id="function">
76
+ <h1>8.9. Function<a class="headerlink" href="#function" title="Permalink to this headline">¶</a></h1>
77
+ <p>Function can be used in some commands. For example, you can use
78
+ function in <tt class="docutils literal"><span class="pre">--filter</span></tt>, <tt class="docutils literal"><span class="pre">--scorer</span></tt> and <tt class="docutils literal"><span class="pre">output_columns</span></tt>
79
+ options of <a class="reference internal" href="commands/select.html"><em>select</em></a>.</p>
80
+ <p>This section describes about function and built-in functions.</p>
81
+ <p>TODO: Add documentations about function.</p>
77
82
  <div class="toctree-wrapper compound">
78
83
  <ul>
79
84
  <li class="toctree-l1"><a class="reference internal" href="functions/edit_distance.html">8.9.1. edit_distance</a></li>
@@ -82,6 +87,7 @@
82
87
  <li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">8.9.4. geo_in_rectangle</a></li>
83
88
  <li class="toctree-l1"><a class="reference internal" href="functions/now.html">8.9.5. now</a></li>
84
89
  <li class="toctree-l1"><a class="reference internal" href="functions/rand.html">8.9.6. rand</a></li>
90
+ <li class="toctree-l1"><a class="reference internal" href="functions/snippet_html.html">8.9.7. snippet_html</a></li>
85
91
  </ul>
86
92
  </div>
87
93
  </div>
@@ -100,7 +106,7 @@
100
106
  title="next chapter">8.9.1. edit_distance</a></p>
101
107
  <h3>This Page</h3>
102
108
  <ul class="this-page-menu">
103
- <li><a href="../_sources/reference/functions.txt"
109
+ <li><a href="../_sources/reference/function.txt"
104
110
  rel="nofollow">Show Source</a></li>
105
111
  </ul>
106
112
  <div id="searchbox" style="display: none">
@@ -132,7 +138,7 @@
132
138
  <li class="right" >
133
139
  <a href="grn_expr/script_syntax.html" title="8.8.2. Script syntax"
134
140
  >previous</a> |</li>
135
- <li><a href="../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
141
+ <li><a href="../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
136
142
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
137
143
  </ul>
138
144
  </div>
@@ -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.1. edit_distance &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.9.1. edit_distance &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
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.0.5-316-g23cc017 documentation" href="../../index.html" />
31
- <link rel="up" title="8.9. 組み込み関数一覧" href="../functions.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.9. Function" href="../function.html" />
32
32
  <link rel="next" title="8.9.2. geo_distance" href="geo_distance.html" />
33
- <link rel="prev" title="8.9. 組み込み関数一覧" href="../functions.html" />
33
+ <link rel="prev" title="8.9. Function" href="../function.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -60,11 +60,11 @@
60
60
  <a href="geo_distance.html" title="8.9.2. geo_distance"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="../functions.html" title="8.9. 組み込み関数一覧"
63
+ <a href="../function.html" title="8.9. Function"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../functions.html" accesskey="U">8.9. 組み込み関数一覧</a> &raquo;</li>
67
+ <li><a href="../function.html" accesskey="U">8.9. Function</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -132,8 +132,8 @@
132
132
  </ul>
133
133
 
134
134
  <h4>Previous topic</h4>
135
- <p class="topless"><a href="../functions.html"
136
- title="previous chapter">8.9. 組み込み関数一覧</a></p>
135
+ <p class="topless"><a href="../function.html"
136
+ title="previous chapter">8.9. Function</a></p>
137
137
  <h4>Next topic</h4>
138
138
  <p class="topless"><a href="geo_distance.html"
139
139
  title="next chapter">8.9.2. geo_distance</a></p>
@@ -169,11 +169,11 @@
169
169
  <a href="geo_distance.html" title="8.9.2. geo_distance"
170
170
  >next</a> |</li>
171
171
  <li class="right" >
172
- <a href="../functions.html" title="8.9. 組み込み関数一覧"
172
+ <a href="../function.html" title="8.9. Function"
173
173
  >previous</a> |</li>
174
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
174
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
175
175
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
176
- <li><a href="../functions.html" >8.9. 組み込み関数一覧</a> &raquo;</li>
176
+ <li><a href="../function.html" >8.9. Function</a> &raquo;</li>
177
177
  </ul>
178
178
  </div>
179
179
  <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.2. geo_distance &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>8.9.2. geo_distance &mdash; groonga v2.0.9 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.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,8 +27,8 @@
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.0.5-316-g23cc017 documentation" href="../../index.html" />
31
- <link rel="up" title="8.9. 組み込み関数一覧" href="../functions.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
31
+ <link rel="up" title="8.9. Function" href="../function.html" />
32
32
  <link rel="next" title="8.9.3. geo_in_circle" href="geo_in_circle.html" />
33
33
  <link rel="prev" title="8.9.1. edit_distance" href="edit_distance.html" />
34
34
  </head>
@@ -62,9 +62,9 @@
62
62
  <li class="right" >
63
63
  <a href="edit_distance.html" title="8.9.1. edit_distance"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
65
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../functions.html" accesskey="U">8.9. 組み込み関数一覧</a> &raquo;</li>
67
+ <li><a href="../function.html" accesskey="U">8.9. Function</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -282,17 +282,11 @@ the value of distance.</p>
282
282
  <p class="first admonition-title">Note</p>
283
283
  <p class="last">There is a limitation about <tt class="docutils literal"><span class="pre">geo_distance</span></tt>. <tt class="docutils literal"><span class="pre">geo_distance</span></tt> can not
284
284
  calculate the value of distance between two points across meridian,
285
- euator or the date line.
285
+ equator or the date line if you use <tt class="docutils literal"><span class="pre">sphere</span></tt> or <tt class="docutils literal"><span class="pre">ellipsoid</span></tt> as
286
+ approximate type. There is not such a limitation for <tt class="docutils literal"><span class="pre">rectangle</span></tt>.
286
287
  This is temporary limitation according to the implementation of groonga,
287
288
  but it will be fixed in the future release.</p>
288
289
  </div>
289
- <div class="admonition note">
290
- <p class="first admonition-title">Note</p>
291
- <p class="last">There is a limitation about <tt class="docutils literal"><span class="pre">geo_distance</span></tt> above notice.
292
- But it relaxes the limitation if you use <tt class="docutils literal"><span class="pre">rectangle</span></tt> as approximate type.
293
- You can calculate the correct distance if two point are placed at northern
294
- hemisphere or southern hemisphere.</p>
295
- </div>
296
290
  <div class="section" id="rectangle">
297
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>
298
292
  <p>This parameter require to approximate the geographical features
@@ -357,6 +351,94 @@ But, the error of distance increases as it approaches the pole.</p>
357
351
  # ]
358
352
  </pre></div>
359
353
  </div>
354
+ <p>Here are samples about calculating the value of distance with explicitly specified point across meridian, equator, the date line.</p>
355
+ <p>Execution example:</p>
356
+ <div class="highlight-none"><div class="highlight"><pre>select Geo --output_columns distance --scorer &#39;distance = geo_distance(&quot;175904000x8464000&quot;, &quot;145508000x-13291000&quot;, &quot;rectangle&quot;)&#39;
357
+ # [
358
+ # [
359
+ # 0,
360
+ # 1337566253.89858,
361
+ # 0.000355720520019531
362
+ # ],
363
+ # [
364
+ # [
365
+ # [
366
+ # 1
367
+ # ],
368
+ # [
369
+ # [
370
+ # &quot;distance&quot;,
371
+ # &quot;Int32&quot;
372
+ # ]
373
+ # ],
374
+ # [
375
+ # 1051293
376
+ # ]
377
+ # ]
378
+ # ]
379
+ # ]
380
+ </pre></div>
381
+ </div>
382
+ <p>This sample shows the value of distance across meridian.
383
+ The return value of <tt class="docutils literal"><span class="pre">geo_distance(&quot;175904000x8464000&quot;,</span> <span class="pre">&quot;145508000x-13291000&quot;,</span> <span class="pre">&quot;rectangle&quot;)</span></tt> is the value of distance from Paris, Flance to Madrid, Spain.</p>
384
+ <p>Execution example:</p>
385
+ <div class="highlight-none"><div class="highlight"><pre>select Geo --output_columns distance --scorer &#39;distance = geo_distance(&quot;146566000x-266422000&quot;, &quot;-56880000x-172310000&quot;, &quot;rectangle&quot;)&#39;
386
+ # [
387
+ # [
388
+ # 0,
389
+ # 1337566253.89858,
390
+ # 0.000355720520019531
391
+ # ],
392
+ # [
393
+ # [
394
+ # [
395
+ # 1
396
+ # ],
397
+ # [
398
+ # [
399
+ # &quot;distance&quot;,
400
+ # &quot;Int32&quot;
401
+ # ]
402
+ # ],
403
+ # [
404
+ # 6880439
405
+ # ]
406
+ # ]
407
+ # ]
408
+ # ]
409
+ </pre></div>
410
+ </div>
411
+ <p>This sample shows the value of distance across equator.
412
+ The return value of <tt class="docutils literal"><span class="pre">geo_distance(&quot;146566000x-266422000&quot;,</span> <span class="pre">&quot;-56880000x-172310000&quot;,</span> <span class="pre">&quot;rectangle&quot;)</span></tt> is the value of distance from New York, The United Status to Brasillia, Brasil.</p>
413
+ <p>Execution example:</p>
414
+ <div class="highlight-none"><div class="highlight"><pre>select Geo --output_columns distance --scorer &#39;distance = geo_distance(&quot;143660000x419009000&quot;, &quot;135960000x-440760000&quot;, &quot;rectangle&quot;)&#39;
415
+ # [
416
+ # [
417
+ # 0,
418
+ # 1337566253.89858,
419
+ # 0.000355720520019531
420
+ # ],
421
+ # [
422
+ # [
423
+ # [
424
+ # 1
425
+ # ],
426
+ # [
427
+ # [
428
+ # &quot;distance&quot;,
429
+ # &quot;Int32&quot;
430
+ # ]
431
+ # ],
432
+ # [
433
+ # 10475205
434
+ # ]
435
+ # ]
436
+ # ]
437
+ # ]
438
+ </pre></div>
439
+ </div>
440
+ <p>This sample shows the value of distance across the date line.
441
+ The return value of <tt class="docutils literal"><span class="pre">geo_distance(&quot;143660000x419009000&quot;,</span> <span class="pre">&quot;135960000x-440760000&quot;,</span> <span class="pre">&quot;rectangle&quot;)</span></tt> is the value of distance from Beijin, China to San Francisco, The United States.</p>
360
442
  <div class="admonition note">
361
443
  <p class="first admonition-title">Note</p>
362
444
  <p class="last"><tt class="docutils literal"><span class="pre">geo_distance</span></tt> uses square approximation as default. If you omit <tt class="docutils literal"><span class="pre">approximate_type</span></tt>, <tt class="docutils literal"><span class="pre">geo_distance</span></tt> behaves like <tt class="docutils literal"><span class="pre">rectangle</span></tt> was specified.</p>
@@ -539,9 +621,9 @@ The unit of return value is meter.</p>
539
621
  <li class="right" >
540
622
  <a href="edit_distance.html" title="8.9.1. edit_distance"
541
623
  >previous</a> |</li>
542
- <li><a href="../../index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
624
+ <li><a href="../../index.html">groonga v2.0.9 documentation</a> &raquo;</li>
543
625
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
544
- <li><a href="../functions.html" >8.9. 組み込み関数一覧</a> &raquo;</li>
626
+ <li><a href="../function.html" >8.9. Function</a> &raquo;</li>
545
627
  </ul>
546
628
  </div>
547
629
  <div class="footer">