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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. data/Rakefile +3 -2
  2. data/ext/groonga/rb-grn-expression.c +4 -3
  3. data/ext/groonga/rb-grn-object.c +13 -0
  4. data/ext/groonga/rb-grn-snippet.c +32 -126
  5. data/ext/groonga/rb-grn.h +14 -11
  6. data/lib/1.8/groonga.so +0 -0
  7. data/lib/1.9/groonga.so +0 -0
  8. data/rroonga-build.rb +1 -1
  9. data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
  10. data/vendor/local/bin/groonga.exe +0 -0
  11. data/vendor/local/bin/libgroonga-0.dll +0 -0
  12. data/vendor/local/bin/libmecab-1.dll +0 -0
  13. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  14. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/include/groonga/groonga/plugin.h +1 -1
  17. data/vendor/local/include/groonga/groonga.h +10 -3
  18. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  24. data/vendor/local/lib/libgroonga.a +0 -0
  25. data/vendor/local/lib/libgroonga.dll.a +0 -0
  26. data/vendor/local/lib/libmecab.a +0 -0
  27. data/vendor/local/lib/libmecab.dll.a +0 -0
  28. data/vendor/local/lib/libmsgpack.a +0 -0
  29. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  30. data/vendor/local/lib/libmsgpackc.a +0 -0
  31. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  32. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  33. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  34. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  35. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  36. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  37. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  38. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  39. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
  40. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
  41. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
  42. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
  43. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
  44. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
  45. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
  46. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
  47. data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
  48. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
  49. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
  50. data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
  51. data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
  53. data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
  54. data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
  61. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
  65. data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
  70. data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
  72. data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
  73. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
  74. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
  75. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
  76. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
  77. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
  79. data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
  88. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
  96. data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
  102. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
  107. data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
  108. data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
  109. data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
  110. data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
  112. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
  114. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
  116. data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
  117. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  118. data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
  119. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
  124. data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
  126. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
  127. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
  128. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
  129. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
  130. data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  132. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
  134. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
  135. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
  137. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
  138. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
  140. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
  145. data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
  146. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  147. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
  148. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
  149. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
  150. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
  151. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
  152. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
  153. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
  154. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
  155. data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
  156. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
  157. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
  158. data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
  159. data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  231. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
  251. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
  254. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
  255. data/vendor/local/share/doc/groonga/source/community.txt +2 -2
  256. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
  257. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
  258. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
  259. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
  260. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
  261. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
  262. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
  263. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
  264. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
  265. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/install.txt +72 -8
  285. data/vendor/local/share/doc/groonga/source/news.txt +45 -1
  286. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
  287. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
  288. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
  289. data/vendor/local/share/doc/groonga/source/type.txt +30 -21
  290. data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
  291. data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
  292. data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
  293. data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
  294. data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
  295. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  296. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
  297. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
  298. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
  299. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
  300. data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
  301. data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
  302. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
  303. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
  304. data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
  305. data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
  306. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
  307. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
  308. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
  309. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
  310. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
  311. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
  312. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
  313. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
  314. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
  315. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
  316. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
  317. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
  318. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
  319. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
  320. data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
  321. data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
  322. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
  323. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
  324. data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
  325. data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
  326. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
  327. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
  328. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
  329. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
  330. data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
  331. data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
  332. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
  333. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
  334. data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
  335. data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
  336. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
  337. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
  338. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
  339. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
  340. data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
  341. data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
  342. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
  343. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
  344. data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
  345. data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
  346. data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
  347. data/vendor/local/share/man/man1/groonga.1 +510 -211
  348. metadata +62 -15
  349. data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
  350. data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
  351. data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
  352. data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
  353. data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
  354. data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
  355. data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>4.2. How to use groonga with network &mdash; groonga v2.0.0 documentation</title>
12
+ <title>4.2. Remote access &mdash; groonga v2.0.0 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" />
@@ -29,7 +29,7 @@
29
29
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
30
  <link rel="top" title="groonga v2.0.0 documentation" href="../index.html" />
31
31
  <link rel="up" title="4. Tutorial" href="../tutorial.html" />
32
- <link rel="next" title="4.3. さまざまな種類をもったデータの保存" href="data.html" />
32
+ <link rel="next" title="4.3. Various data types" href="data.html" />
33
33
  <link rel="prev" title="4.1. Basic operations" href="introduction.html" />
34
34
  </head>
35
35
  <body>
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/tutorial/network.html"><img src="../_static/jp.png" alt="日本語"></a></li>
47
+ <li><a href="../../../ja/html/tutorial/network.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -57,7 +57,7 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="data.html" title="4.3. さまざまな種類をもったデータの保存"
60
+ <a href="data.html" title="4.3. Various data types"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
63
  <a href="introduction.html" title="4.1. Basic operations"
@@ -72,50 +72,63 @@
72
72
  <div class="bodywrapper">
73
73
  <div class="body">
74
74
 
75
- <div class="section" id="how-to-use-groonga-with-network">
76
- <h1>4.2. How to use groonga with network<a class="headerlink" href="#how-to-use-groonga-with-network" title="Permalink to this headline">¶</a></h1>
77
- <p>You can use groonga with network. When you run groonga by using the groonga original protocol or HTTP, groonga accepts connection for network.</p>
78
- <div class="section" id="connect-with-groonga-s-original-protocol">
79
- <h2>4.2.1. Connect with groonga's original protocol<a class="headerlink" href="#connect-with-groonga-s-original-protocol" title="Permalink to this headline">¶</a></h2>
80
- <div class="section" id="run-groonga-daemon">
81
- <h3>4.2.1.1. Run groonga daemon<a class="headerlink" href="#run-groonga-daemon" title="Permalink to this headline">¶</a></h3>
75
+ <div class="section" id="remote-access">
76
+ <h1>4.2. Remote access<a class="headerlink" href="#remote-access" title="Permalink to this headline">¶</a></h1>
77
+ <p>You can use groonga as a server which allows remote access. Groonga supports the original protocol (gqtp), the memcached binary protocol and HTTP.</p>
78
+ <div class="section" id="groonga-query-transfer-protocol-gqtp">
79
+ <h2>4.2.1. Groonga query transfer protocol (gqtp)<a class="headerlink" href="#groonga-query-transfer-protocol-gqtp" title="Permalink to this headline">¶</a></h2>
80
+ <div class="section" id="how-to-run-a-gqtp-server">
81
+ <h3>4.2.1.1. How to run a gqtp server<a class="headerlink" href="#how-to-run-a-gqtp-server" title="Permalink to this headline">¶</a></h3>
82
+ <p>Groonga has a special protocol, named groonga query transfer ptorotocl (gqtp), for remote access to a database. The following form shows how to run groonga as a gqtp server.</p>
82
83
  <p>Form:</p>
83
- <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d DB_PATH_NAME
84
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -s DB_PATH
84
85
  </pre></div>
85
86
  </div>
86
- <p>The DB_PATH_NAME is set the full-path of existing database.
87
- With this form, you can run groonga as a daemon and connect by
88
- with groonga original protocol on PORT_NUMBER.
89
- (The port number is 10041 when you don't specify PORT_NUMBER.)</p>
87
+ <p>The <cite>-s</cite> option specifies to run groonga as a server. DB_PATH specifies the path of the existing database to be hosted. The <cite>-p</cite> option and its argument, PORT_NUMBER, specify the port number of the server. The default port number is 10041, which is used when you don't specify PORT_NUMBER.</p>
88
+ <p>The following command runs a server that listens on the default port number. The server accepts operations to the specified database.</p>
89
+ <p>Execution example:</p>
90
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -s /tmp/groonga-databases/introduction.db
91
+ Ctrl-c
92
+ %
93
+ </pre></div>
94
+ </div>
95
+ </div>
96
+ <div class="section" id="how-to-run-a-gqtp-daemon">
97
+ <h3>4.2.1.2. How to run a gqtp daemon<a class="headerlink" href="#how-to-run-a-gqtp-daemon" title="Permalink to this headline">¶</a></h3>
98
+ <p>You can also run a gqtp server as a daemon by using the <cite>-d</cite> option, instead of the <cite>-s</cite> option.</p>
99
+ <p>Form:</p>
100
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d DB_PATH
101
+ </pre></div>
102
+ </div>
103
+ <p>A groonga daemon prints its process ID as follows. In this example, the process ID is 12345. Then, the daemon opens a specified database and accepts operations to that database.</p>
90
104
  <p>Execution example:</p>
91
105
  <div class="highlight-none"><div class="highlight"><pre>% groonga -d /tmp/groonga-databases/introduction.db
92
106
  12345
93
107
  %
94
108
  </pre></div>
95
109
  </div>
96
- <p>Groonga shows its process ID on daemon mode.</p>
97
110
  </div>
98
- <div class="section" id="connect-to-groonga-server">
99
- <h3>4.2.1.2. Connect to groonga server<a class="headerlink" href="#connect-to-groonga-server" title="Permalink to this headline">¶</a></h3>
111
+ <div class="section" id="how-to-run-a-gqtp-client">
112
+ <h3>4.2.1.3. How to run a gqtp client<a class="headerlink" href="#how-to-run-a-gqtp-client" title="Permalink to this headline">¶</a></h3>
113
+ <p>You can run groonga as a gqtp client as follows:</p>
100
114
  <p>Form:</p>
101
115
  <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -c [HOST_NAME_OR_IP_ADDRESS]
102
116
  </pre></div>
103
117
  </div>
104
- <p>This command connects to groonga server running at specified HOST_NAME_OR_IP_ADDRESS.</p>
105
- <p>When you don't specify HOST_NAME_OR_IP_ADDRESS, this command connects to groonga server running at localhost. When you don't specify PORT_NUMBER, 10041 is used.</p>
106
- <p>Groonga runs in interactive mode after connect to groonga server successfully. Groonga reads command from standard input and evaluates it repeatedly.</p>
118
+ <p>This command establishes a connection with a gqtp server and then enters into interactive mode. HOST_NAME_OR_IP_ADDRESS specifies the hostname or the IP address of the server. If not specifed, groonga uses the default hostname &quot;localhost&quot;. The <cite>-p</cite> option and its argument, PORT_NUMBER, specify the port number of the server. If not specified, groonga uses the default port number 10041.</p>
107
119
  <p>Execution example:</p>
108
120
  <div class="highlight-none"><div class="highlight"><pre>% groonga -c
109
121
  &gt; status
110
- [[0,1317212813.13814,0.000102148],{&quot;alloc_count&quot;:184,&quot;starttime&quot;:1317212806,&quot;uptime&quot;:7,&quot;version&quot;:&quot;1.2.5-84-g5c190df&quot;,&quot;n_queries&quot;:14,&quot;cache_hit_rate&quot;:0.0,&quot;command_version&quot;:1,&quot;default_command_version&quot;:1,&quot;max_command_version&quot;:2}]
122
+ [[0,1332486613.4953,9.918212890625e-05],{&quot;alloc_count&quot;:130,&quot;starttime&quot;:1332486613,&quot;uptime&quot;:0,&quot;version&quot;:&quot;2.0.0-250-g5a3cf19&quot;,&quot;n_queries&quot;:0,&quot;cache_hit_rate&quot;:0.0,&quot;command_version&quot;:1,&quot;default_command_version&quot;:1,&quot;max_command_version&quot;:2}]
111
123
  &gt; ctrl-d
112
124
  %
113
125
  </pre></div>
114
126
  </div>
127
+ <p>In interactive mode, groonga reads commands from the standard input and executes them one by one.</p>
115
128
  </div>
116
- <div class="section" id="terminate-groonga-daemon">
117
- <h3>4.2.1.3. Terminate groonga daemon<a class="headerlink" href="#terminate-groonga-daemon" title="Permalink to this headline">¶</a></h3>
118
- <p>You can terminate groonga daemon with shutdown command.</p>
129
+ <div class="section" id="how-to-terminate-a-gqtp-server">
130
+ <h3>4.2.1.4. How to terminate a gqtp server<a class="headerlink" href="#how-to-terminate-a-gqtp-server" title="Permalink to this headline">¶</a></h3>
131
+ <p>You can terminate a gqtp server with a <a class="reference internal" href="../commands/shutdown.html"><em>shutdown</em></a> command.</p>
119
132
  <p>Execution example:</p>
120
133
  <div class="highlight-none"><div class="highlight"><pre>% groonga -c
121
134
  &gt; shutdown
@@ -124,39 +137,57 @@ with groonga original protocol on PORT_NUMBER.
124
137
  </div>
125
138
  </div>
126
139
  </div>
127
- <div class="section" id="connect-with-http">
128
- <h2>4.2.2. Connect with HTTP<a class="headerlink" href="#connect-with-http" title="Permalink to this headline">¶</a></h2>
129
- <p>You need to run groonga in HTTP protocol mode when you want to use groonga via HTTP.</p>
140
+ <div class="section" id="memcached-binary-protocol">
141
+ <h2>4.2.2. Memcached binary protocol<a class="headerlink" href="#memcached-binary-protocol" title="Permalink to this headline">¶</a></h2>
142
+ <p>Groonga supports the memcached binary protocol. The following form shows how to run groonga as a memcached binary protocol server daemon.</p>
130
143
  <p>Form:</p>
131
- <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol http DB_PATH_NAME
144
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol memcached DB_PATH
132
145
  </pre></div>
133
146
  </div>
134
- <p><cite>--protocol</cite> option specifies a protocol of groonga server. <cite>http</cite> means that groonga accepts connections via HTTP.</p>
135
- <div class="section" id="administration-tool-based-on-html">
136
- <h3>4.2.2.1. Administration tool based on HTML<a class="headerlink" href="#administration-tool-based-on-html" title="Permalink to this headline">¶</a></h3>
137
- <p>You can access administration tool based on HTML at <cite>http://[HOST_NAME_OR_IP_ADDRESS]:[PORT_NUMBER]/</cite> after the above command is ran. Your browser must enable JavaScript.</p>
147
+ <p>The <cite>--protocol</cite> option and its argument specify the protocol of the server. &quot;memcached&quot; specifies to use the memcached binary protocol.</p>
138
148
  </div>
139
- <div class="section" id="run-command-with-http">
140
- <h3>4.2.2.2. Run command with HTTP<a class="headerlink" href="#run-command-with-http" title="Permalink to this headline">¶</a></h3>
141
- <p>You can run command at <cite>/d/COMMAND_NAME</cite> when groonga is ran in HTTP protocol mode.</p>
142
- <p>Command options are passed as HTTP's GET parameters. They are in <cite>?OPTION=VALUE&amp;OPTION=VALUE&amp;...</cite> form.</p>
149
+ <div class="section" id="hypertext-transfer-protocol-http">
150
+ <h2>4.2.3. Hypertext transfer protocol (HTTP)<a class="headerlink" href="#hypertext-transfer-protocol-http" title="Permalink to this headline">¶</a></h2>
151
+ <div class="section" id="how-to-run-an-http-server">
152
+ <h3>4.2.3.1. How to run an HTTP server<a class="headerlink" href="#how-to-run-an-http-server" title="Permalink to this headline">¶</a></h3>
153
+ <p>Groonga supports the hypertext transfer protocol (HTTP). The following form shows how to run groonga as an HTTP server daemon.</p>
154
+ <p>Form:</p>
155
+ <div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol http DB_PATH
156
+ </pre></div>
157
+ </div>
158
+ <p>The <cite>--protocol</cite> option and its argument specify the protocol of the server. &quot;http&quot; specifies to use HTTP.</p>
159
+ <p>The following command runs an HTTP server that listens on the port number 80.</p>
160
+ <p>Execution example:</p>
161
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -p 80 -d --protocol http /tmp/groonga-databases/introduction.db
162
+ %
163
+ </pre></div>
164
+ </div>
165
+ </div>
166
+ <div class="section" id="how-to-send-a-command-to-an-http-server">
167
+ <h3>4.2.3.2. How to send a command to an HTTP server<a class="headerlink" href="#how-to-send-a-command-to-an-http-server" title="Permalink to this headline">¶</a></h3>
168
+ <p>You can send a command to an HTTP server by sending a GET request to /d/COMMAND_NAME. Command parameters can be passed as parameters of the GET request. The format is &quot;?NAME_1=VALUE_1&amp;NAME_2=VALUE_2&amp;...&quot;.</p>
169
+ <p>The following example shows how to send commands to an HTTP server.</p>
143
170
  <p>Execution example:</p>
144
- <div class="highlight-none"><div class="highlight"><pre>http://[IPまたはホスト名]:[ポート番号]/d/status
145
- 実行される処理:
171
+ <div class="highlight-none"><div class="highlight"><pre>http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/status
172
+ Executed command:
146
173
  &gt; status
147
- [[0,1317212813.33982,0.000109691],{&quot;alloc_count&quot;:184,&quot;starttime&quot;:1317212806,&quot;uptime&quot;:7,&quot;version&quot;:&quot;1.2.5-84-g5c190df&quot;,&quot;n_queries&quot;:14,&quot;cache_hit_rate&quot;:0.0,&quot;command_version&quot;:1,&quot;default_command_version&quot;:1,&quot;max_command_version&quot;:2}]
174
+ [[0,1332486613.69917,0.000123739242553711],{&quot;alloc_count&quot;:131,&quot;starttime&quot;:1332486613,&quot;uptime&quot;:0,&quot;version&quot;:&quot;2.0.0-250-g5a3cf19&quot;,&quot;n_queries&quot;:0,&quot;cache_hit_rate&quot;:0.0,&quot;command_version&quot;:1,&quot;default_command_version&quot;:1,&quot;max_command_version&quot;:2}]
148
175
 
149
- http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&amp;query=title:@this
150
- 実行される処理:
176
+ http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/select?table=Site&amp;query=title:@this
177
+ Executed command:
151
178
  &gt; select --table Site --query title:@this
152
- [[0,1317212813.54112,6.7993e-05],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
179
+ [[0,1332486613.90319,0.00245404243469238],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
153
180
  </pre></div>
154
181
  </div>
155
182
  </div>
156
183
  </div>
157
- <div class="section" id="security">
158
- <h2>4.2.3. Security<a class="headerlink" href="#security" title="Permalink to this headline">¶</a></h2>
159
- <p>Network service of groonga doesn't support authentication. Everyone can view and modify the database. We recommend that you restrict client accesses by IP address. You can use iptables or any similar tool for it.</p>
184
+ <div class="section" id="administration-tool-http">
185
+ <h2>4.2.4. Administration tool (HTTP)<a class="headerlink" href="#administration-tool-http" title="Permalink to this headline">¶</a></h2>
186
+ <p>An HTTP server of groonga provides a browser based administration tool that makes database management easy. After starting an HTTP server, you can use the administration tool by accessing <a class="reference external" href="http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/">http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/</a>. Note that Javascript must be enabled for the tool to work properly.</p>
187
+ </div>
188
+ <div class="section" id="security-issues">
189
+ <h2>4.2.5. Security issues<a class="headerlink" href="#security-issues" title="Permalink to this headline">¶</a></h2>
190
+ <p>Groonga servers don't support user authentication. Everyone can view and modify databases hosted by groonga servers. You are recommended to restrict IP addresses that can access groonga servers. You can use iptables or similar for this purpose.</p>
160
191
  </div>
161
192
  </div>
162
193
 
@@ -168,19 +199,22 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&amp;query
168
199
  <div class="sphinxsidebarwrapper">
169
200
  <h3><a href="../index.html">Table Of Contents</a></h3>
170
201
  <ul>
171
- <li><a class="reference internal" href="#">4.2. How to use groonga with network</a><ul>
172
- <li><a class="reference internal" href="#connect-with-groonga-s-original-protocol">4.2.1. Connect with groonga's original protocol</a><ul>
173
- <li><a class="reference internal" href="#run-groonga-daemon">4.2.1.1. Run groonga daemon</a></li>
174
- <li><a class="reference internal" href="#connect-to-groonga-server">4.2.1.2. Connect to groonga server</a></li>
175
- <li><a class="reference internal" href="#terminate-groonga-daemon">4.2.1.3. Terminate groonga daemon</a></li>
202
+ <li><a class="reference internal" href="#">4.2. Remote access</a><ul>
203
+ <li><a class="reference internal" href="#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga query transfer protocol (gqtp)</a><ul>
204
+ <li><a class="reference internal" href="#how-to-run-a-gqtp-server">4.2.1.1. How to run a gqtp server</a></li>
205
+ <li><a class="reference internal" href="#how-to-run-a-gqtp-daemon">4.2.1.2. How to run a gqtp daemon</a></li>
206
+ <li><a class="reference internal" href="#how-to-run-a-gqtp-client">4.2.1.3. How to run a gqtp client</a></li>
207
+ <li><a class="reference internal" href="#how-to-terminate-a-gqtp-server">4.2.1.4. How to terminate a gqtp server</a></li>
176
208
  </ul>
177
209
  </li>
178
- <li><a class="reference internal" href="#connect-with-http">4.2.2. Connect with HTTP</a><ul>
179
- <li><a class="reference internal" href="#administration-tool-based-on-html">4.2.2.1. Administration tool based on HTML</a></li>
180
- <li><a class="reference internal" href="#run-command-with-http">4.2.2.2. Run command with HTTP</a></li>
210
+ <li><a class="reference internal" href="#memcached-binary-protocol">4.2.2. Memcached binary protocol</a></li>
211
+ <li><a class="reference internal" href="#hypertext-transfer-protocol-http">4.2.3. Hypertext transfer protocol (HTTP)</a><ul>
212
+ <li><a class="reference internal" href="#how-to-run-an-http-server">4.2.3.1. How to run an HTTP server</a></li>
213
+ <li><a class="reference internal" href="#how-to-send-a-command-to-an-http-server">4.2.3.2. How to send a command to an HTTP server</a></li>
181
214
  </ul>
182
215
  </li>
183
- <li><a class="reference internal" href="#security">4.2.3. Security</a></li>
216
+ <li><a class="reference internal" href="#administration-tool-http">4.2.4. Administration tool (HTTP)</a></li>
217
+ <li><a class="reference internal" href="#security-issues">4.2.5. Security issues</a></li>
184
218
  </ul>
185
219
  </li>
186
220
  </ul>
@@ -190,7 +224,7 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&amp;query
190
224
  title="previous chapter">4.1. Basic operations</a></p>
191
225
  <h4>Next topic</h4>
192
226
  <p class="topless"><a href="data.html"
193
- title="next chapter">4.3. さまざまな種類をもったデータの保存</a></p>
227
+ title="next chapter">4.3. Various data types</a></p>
194
228
  <h3>This Page</h3>
195
229
  <ul class="this-page-menu">
196
230
  <li><a href="../_sources/tutorial/network.txt"
@@ -220,7 +254,7 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&amp;query
220
254
  <a href="../genindex.html" title="General Index"
221
255
  >index</a></li>
222
256
  <li class="right" >
223
- <a href="data.html" title="4.3. さまざまな種類をもったデータの保存"
257
+ <a href="data.html" title="4.3. Various data types"
224
258
  >next</a> |</li>
225
259
  <li class="right" >
226
260
  <a href="introduction.html" title="4.1. Basic operations"
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/tutorial/patricia_trie.html"><img src="../_static/jp.png" alt="日本語"></a></li>
47
+ <li><a href="../../../ja/html/tutorial/patricia_trie.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/tutorial/query_expansion.html"><img src="../_static/jp.png" alt="日本語"></a></li>
47
+ <li><a href="../../../ja/html/tutorial/query_expansion.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -30,7 +30,7 @@
30
30
  <link rel="top" title="groonga v2.0.0 documentation" href="../index.html" />
31
31
  <link rel="up" title="4. Tutorial" href="../tutorial.html" />
32
32
  <link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
33
- <link rel="prev" title="4.3. さまざまな種類をもったデータの保存" href="data.html" />
33
+ <link rel="prev" title="4.3. Various data types" href="data.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../../ja/html/tutorial/search.html"><img src="../_static/jp.png" alt="日本語"></a></li>
47
+ <li><a href="../../../ja/html/tutorial/search.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -60,7 +60,7 @@
60
60
  <a href="drilldown.html" title="4.5. ドリルダウン"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="data.html" title="4.3. さまざまな種類をもったデータの保存"
63
+ <a href="data.html" title="4.3. Various data types"
64
64
  accesskey="P">previous</a> |</li>
65
65
  <li><a href="../index.html">groonga v2.0.0 documentation</a> &raquo;</li>
66
66
  <li><a href="../tutorial.html" accesskey="U">4. Tutorial</a> &raquo;</li>
@@ -190,7 +190,7 @@ JavaScriptの式に似たな文法で様々な条件を指定することがで
190
190
 
191
191
  <h4>Previous topic</h4>
192
192
  <p class="topless"><a href="data.html"
193
- title="previous chapter">4.3. さまざまな種類をもったデータの保存</a></p>
193
+ title="previous chapter">4.3. Various data types</a></p>
194
194
  <h4>Next topic</h4>
195
195
  <p class="topless"><a href="drilldown.html"
196
196
  title="next chapter">4.5. ドリルダウン</a></p>
@@ -226,7 +226,7 @@ JavaScriptの式に似たな文法で様々な条件を指定することがで
226
226
  <a href="drilldown.html" title="4.5. ドリルダウン"
227
227
  >next</a> |</li>
228
228
  <li class="right" >
229
- <a href="data.html" title="4.3. さまざまな種類をもったデータの保存"
229
+ <a href="data.html" title="4.3. Various data types"
230
230
  >previous</a> |</li>
231
231
  <li><a href="../index.html">groonga v2.0.0 documentation</a> &raquo;</li>
232
232
  <li><a href="../tutorial.html" >4. Tutorial</a> &raquo;</li>
@@ -43,7 +43,7 @@
43
43
 
44
44
  <div class="other-language-links">
45
45
  <ul>
46
- <li><a href="../../ja/html/tutorial.html"><img src="_static/jp.png" alt="日本語"></a></li>
46
+ <li><a href="../../ja/html/tutorial.html"><img src="_static/jp.png" alt="日本語">日本語版はこちら</a></li>
47
47
  </ul>
48
48
  </div>
49
49
  </div>
@@ -82,26 +82,33 @@
82
82
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-table">4.1.5. Create a table</a></li>
83
83
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#view-a-table">4.1.6. View a table</a></li>
84
84
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-column">4.1.7. Create a column</a></li>
85
- <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-lexicon-table-for-full-text-searches">4.1.8. Create a lexicon table for full text searches</a></li>
86
- <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-an-index-column-for-full-text-search">4.1.9. Create an index column for full text search</a></li>
87
- <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#load-data">4.1.10. Load data</a></li>
88
- <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#search-data">4.1.11. Search data</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#load-records">4.1.8. Load records</a></li>
86
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#get-a-record">4.1.9. Get a record</a></li>
87
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-lexicon-table-for-full-text-search">4.1.10. Create a lexicon table for full text search</a></li>
88
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-an-index-column-for-full-text-search">4.1.11. Create an index column for full text search</a></li>
89
89
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#full-text-search">4.1.12. Full text search</a></li>
90
90
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#specify-output-columns">4.1.13. Specify output columns</a></li>
91
91
  <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#specify-output-ranges">4.1.14. Specify output ranges</a></li>
92
- <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#sort">4.1.15. Sort</a></li>
92
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#sort-a-search-result">4.1.15. Sort a search result</a></li>
93
93
  </ul>
94
94
  </li>
95
- <li class="toctree-l1"><a class="reference internal" href="tutorial/network.html">4.2. How to use groonga with network</a><ul>
96
- <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#connect-with-groonga-s-original-protocol">4.2.1. Connect with groonga's original protocol</a></li>
97
- <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#connect-with-http">4.2.2. Connect with HTTP</a></li>
98
- <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#security">4.2.3. Security</a></li>
95
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/network.html">4.2. Remote access</a><ul>
96
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga query transfer protocol (gqtp)</a></li>
97
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#memcached-binary-protocol">4.2.2. Memcached binary protocol</a></li>
98
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#hypertext-transfer-protocol-http">4.2.3. Hypertext transfer protocol (HTTP)</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#administration-tool-http">4.2.4. Administration tool (HTTP)</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#security-issues">4.2.5. Security issues</a></li>
99
101
  </ul>
100
102
  </li>
101
- <li class="toctree-l1"><a class="reference internal" href="tutorial/data.html">4.3. さまざまな種類をもったデータの保存</a><ul>
102
- <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#id2">4.3.1. データ型</a></li>
103
- <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#id3">4.3.2. テーブル型</a></li>
104
- <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#id4">4.3.3. ベクターカラム</a></li>
103
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/data.html">4.3. Various data types</a><ul>
104
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#overview">4.3.1. Overview</a></li>
105
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#boolean-type">4.3.2. Boolean type</a></li>
106
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#numeric-types">4.3.3. Numeric types</a></li>
107
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#string-types">4.3.4. String types</a></li>
108
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#date-and-time-type">4.3.5. Date and time type</a></li>
109
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#longitude-and-latitude-types">4.3.6. Longitude and latitude types</a></li>
110
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#reference-types">4.3.7. Reference types</a></li>
111
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#vector-types">4.3.8. Vector types</a></li>
105
112
  </ul>
106
113
  </li>
107
114
  <li class="toctree-l1"><a class="reference internal" href="tutorial/search.html">4.4. さまざまな検索条件の指定</a><ul>
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="other-language-links">
46
46
  <ul>
47
- <li><a href="../../ja/html/type.html"><img src="_static/jp.png" alt="日本語"></a></li>
47
+ <li><a href="../../ja/html/type.html"><img src="_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
48
  </ul>
49
49
  </div>
50
50
  </div>
@@ -91,59 +91,67 @@
91
91
  <p>以下の型が組込型としてあらかじめ定義されています。</p>
92
92
  <p><tt class="docutils literal"><span class="pre">Object</span></tt></p>
93
93
  <blockquote>
94
- <div>任意のテーブルに属する全てのレコード <a class="footnote-reference" href="#id9" id="id5">[1]</a></div></blockquote>
94
+ <div>任意のテーブルに属する全てのレコードです。 <a class="footnote-reference" href="#id9" id="id5">[1]</a></div></blockquote>
95
95
  <p><tt class="docutils literal"><span class="pre">Bool</span></tt></p>
96
96
  <blockquote>
97
- <div>bool型。trueとfalse。</div></blockquote>
97
+ <div><p>ブーリアン型やブール型などと呼ばれる型であり、真偽値を表します。取り得る値はtrueとfalseです。(デフォルト値: false)</p>
98
+ <p><a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、false、0、空文字列のいずれかを指定するとfalseになり、それ以外を指定するとtrueになります。</p>
99
+ </div></blockquote>
98
100
  <p><tt class="docutils literal"><span class="pre">Int8</span></tt></p>
99
101
  <blockquote>
100
- <div>8bit符号付き整数。</div></blockquote>
102
+ <div>8bit符号付き整数であり、-128以上127以下の整数を表します。(デフォルト値: 0)</div></blockquote>
101
103
  <p><tt class="docutils literal"><span class="pre">UInt8</span></tt></p>
102
104
  <blockquote>
103
- <div>8bit符号なし整数。</div></blockquote>
105
+ <div>8bit符号なし整数であり、0以上255以下の整数を表します。(デフォルト値: 0)</div></blockquote>
104
106
  <p><tt class="docutils literal"><span class="pre">Int16</span></tt></p>
105
107
  <blockquote>
106
- <div>16bit符号付き整数。</div></blockquote>
108
+ <div>16bit符号付き整数であり、-32,768以上32,767以下の整数を表します。(デフォルト値: 0)</div></blockquote>
107
109
  <p><tt class="docutils literal"><span class="pre">UInt16</span></tt></p>
108
110
  <blockquote>
109
- <div>16bit符号なし整数。</div></blockquote>
111
+ <div>16bit符号なし整数であり、0以上65,535以下の整数を表します。(デフォルト値: 0)</div></blockquote>
110
112
  <p><tt class="docutils literal"><span class="pre">Int32</span></tt></p>
111
113
  <blockquote>
112
- <div>32bit符号付き整数。</div></blockquote>
114
+ <div>32bit符号付き整数であり、-2,147,483,648以上2,147,483,647以下の整数を表します。(デフォルト値: 0)</div></blockquote>
113
115
  <p><tt class="docutils literal"><span class="pre">UInt32</span></tt></p>
114
116
  <blockquote>
115
- <div>32bit符号なし整数。</div></blockquote>
117
+ <div>32bit符号なし整数であり、0以上4,294,967,295以下の整数を表します。(デフォルト値: 0)</div></blockquote>
116
118
  <p><tt class="docutils literal"><span class="pre">Int64</span></tt></p>
117
119
  <blockquote>
118
- <div>64bit符号付き整数。</div></blockquote>
120
+ <div>64bit符号付き整数であり、-9,223,372,036,854,775,808以上9,223,372,036,854,775,807以下の整数を表します。(デフォルト値: 0)</div></blockquote>
119
121
  <p><tt class="docutils literal"><span class="pre">UInt64</span></tt></p>
120
122
  <blockquote>
121
- <div>64bit符号なし整数。</div></blockquote>
123
+ <div>64bit符号なし整数であり、0以上18,446,744,073,709,551,615以下の整数を表します。(デフォルト値: 0)</div></blockquote>
122
124
  <p><tt class="docutils literal"><span class="pre">Float</span></tt></p>
123
125
  <blockquote>
124
- <div>ieee754形式の64bit浮動小数点数。</div></blockquote>
126
+ <div><p>IEEE 754形式の倍精度浮動小数点数であり、実数を表します。(デフォルト値: 0.0)</p>
127
+ <p>IEEE 754形式の詳細については、 <a class="reference external" href="http://ja.wikipedia.org/wiki/IEEE_754">IEEE 754 - Wikipedia</a> や <a class="reference external" href="http://grouper.ieee.org/groups/754/">IEEE 754: Standard for Binary Floating-Point</a> を参照してください。</p>
128
+ </div></blockquote>
125
129
  <p><tt class="docutils literal"><span class="pre">Time</span></tt></p>
126
130
  <blockquote>
127
- <div>1970年1月1日0時0分0秒からの経過マイクロ秒数を64bit符号付き整数で表現した値。</div></blockquote>
131
+ <div><p>日時を表す型であり、1970年1月1日0時0分0秒からの経過時間を、マイクロ秒単位で64bit符号付き整数により表現します。(デフォルト値: 0)</p>
132
+ <p><a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、1970年1月1日0時0分0秒からの経過秒数を指定します。秒単位より詳細な日時を指定するには、小数を使います。</p>
133
+ </div></blockquote>
128
134
  <p><tt class="docutils literal"><span class="pre">ShortText</span></tt></p>
129
135
  <blockquote>
130
- <div>4Kbyte以下の文字列。</div></blockquote>
136
+ <div>4,095バイト以下の文字列を表します。(デフォルト値: &quot;&quot;)</div></blockquote>
131
137
  <p><tt class="docutils literal"><span class="pre">Text</span></tt></p>
132
138
  <blockquote>
133
- <div>64Kbyte以下の文字列。</div></blockquote>
139
+ <div>65,535バイト以下の文字列を表します。(デフォルト値: &quot;&quot;)</div></blockquote>
134
140
  <p><tt class="docutils literal"><span class="pre">LongText</span></tt></p>
135
141
  <blockquote>
136
- <div>2Gbyte以下の文字列。</div></blockquote>
142
+ <div>2,147,483,647バイト以下の文字列を表します。(デフォルト値: &quot;&quot;)</div></blockquote>
137
143
  <p><tt class="docutils literal"><span class="pre">TokyoGeoPoint</span></tt></p>
138
144
  <blockquote>
139
- <div>日本測地系緯度経度座標。緯度と経度はミリ秒単位での整数。
140
- &quot;経度のミリ秒x緯度のミリ秒&quot;という文字列表現を持つ。
141
- 度分秒形式であれば、x度y分z秒は(((x * 60) + y) * 60 + z) * 1000という計算式で変換した値を代入します。</div></blockquote>
145
+ <div><p>旧日本測地系による経緯度であり、経度と緯度をミリ秒単位で表現した整数の組により表現します。(デフォルト値: 0x0)</p>
146
+ <p>度分秒形式でx度y分z秒となる経度・緯度は、(((x * 60) + y) * 60 + z) * 1000という計算式でミリ秒単位へと変換されます。
147
+ <a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、&quot;ミリ秒単位の経度xミリ秒単位の緯度&quot; もしくは &quot;経度の小数表記x緯度の小数表記&quot; という文字列表現を使って指定します。経度と緯度の区切りとしては、'x' のほかに ',' を使うことができます。</p>
148
+ <p>測地系の詳細については、 <a class="reference external" href="http://ja.wikipedia.org/wiki/%E6%B8%AC%E5%9C%B0%E7%B3%BB">測地系 - Wikipedia</a> を参照してください。</p>
149
+ </div></blockquote>
142
150
  <p><tt class="docutils literal"><span class="pre">WGS84GeoPoint</span></tt></p>
143
151
  <blockquote>
144
- <div>世界測地系緯度経度座標。緯度と経度はミリ秒単位での整数。
145
- &quot;経度のミリ秒x緯度のミリ秒&quot;という文字列表現を持つ。
146
- 度分秒形式であれば、x度y分z秒は(((x * 60) + y) * 60 + z) * 1000という計算式で変換した値を代入します。</div></blockquote>
152
+ <div><p>世界測地系(World Geodetic System, WGS 84)による経緯度であり、経度と緯度をミリ秒単位で表現した整数の組により表現します。(デフォルト値: 0x0)</p>
153
+ <p>度分秒形式からミリ秒形式への変換方法や <a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドにおける指定方法はTokyoGeoPointと同じです。</p>
154
+ </div></blockquote>
147
155
  </div>
148
156
  <div class="section" id="id6">
149
157
  <h2>7.4.4. 型に関する制限事項<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
@@ -1,4 +1,4 @@
1
1
  # Sphinx build info version 1
2
2
  # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: f7f26d027f0b680aa519d80b72e3966e
3
+ config: f619d331026fc8e0738d40ea9d41e0f4
4
4
  tags: fbb0d17656682115ca4d033fb2f83ba1
@@ -144,6 +144,25 @@ OPTIONS
144
144
  Default:
145
145
  ``auto``
146
146
 
147
+ ``similar_search``
148
+ It specifies whether optional similar search is used or not
149
+ in correction.
150
+
151
+ Here are available values:
152
+
153
+ ``yes``
154
+ Similar search is always used.
155
+
156
+ ``no``
157
+ Similar search is never used.
158
+
159
+ ``auto``
160
+ Similar search is used only when other search can't
161
+ find any records.
162
+
163
+ Default:
164
+ ``auto``
165
+
147
166
  RETURN VALUE
148
167
  ------------
149
168
 
@@ -13,8 +13,8 @@ Mailing List
13
13
 
14
14
  There are mailing lists for discussion about groonga.
15
15
 
16
- For English speaker
16
+ For English speakers
17
17
  `groonga-talk@lists.sourceforge.net <http://lists.sourceforge.net/mailman/listinfo/groonga-talk>`_
18
18
 
19
- For Japanese speaker
19
+ For Japanese speakers
20
20
  `groonga-dev@lists.sourceforge.jp <http://lists.sourceforge.jp/mailman/listinfo/groonga-dev>`_