rroonga 3.1.2-x86-mingw32 → 4.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (406) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/install.textile +145 -0
  3. data/doc/text/news.textile +12 -0
  4. data/ext/groonga/rb-grn-expression.c +3 -3
  5. data/ext/groonga/rb-grn-snippet.c +6 -6
  6. data/ext/groonga/rb-grn.h +4 -4
  7. data/lib/1.9/groonga.so +0 -0
  8. data/lib/2.0/groonga.so +0 -0
  9. data/lib/2.1/groonga.so +0 -0
  10. data/lib/groonga/database-inspector.rb +1 -1
  11. data/rroonga-build.rb +7 -7
  12. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  13. data/vendor/local/bin/groonga.exe +0 -0
  14. data/vendor/local/bin/libgroonga-0.dll +0 -0
  15. data/vendor/local/bin/libmecab-1.dll +0 -0
  16. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  17. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  18. data/vendor/local/bin/mecab.exe +0 -0
  19. data/vendor/local/include/groonga/groonga.h +17 -25
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  22. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  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/tokenizers/mecab.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  32. data/vendor/local/lib/libgroonga.a +0 -0
  33. data/vendor/local/lib/libgroonga.dll.a +0 -0
  34. data/vendor/local/lib/libmecab.a +0 -0
  35. data/vendor/local/lib/libmecab.dll.a +0 -0
  36. data/vendor/local/lib/libmsgpack.a +0 -0
  37. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  38. data/vendor/local/lib/libmsgpackc.a +0 -0
  39. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  40. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  41. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  42. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  43. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  44. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  45. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  46. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  47. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -0
  48. data/vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt +3 -2
  49. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +3 -2
  50. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  51. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  52. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  53. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  55. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  58. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +50 -2
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +43 -18
  61. data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +1 -0
  62. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +1 -0
  63. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -9
  64. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  65. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  66. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  67. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  68. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  69. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  70. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  71. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  72. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  73. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -7
  82. data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
  83. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  84. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  85. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  86. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  87. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  88. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  89. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  90. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  91. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  98. data/vendor/local/share/doc/groonga/en/html/news.html +250 -195
  99. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  100. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
  101. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +48 -27
  159. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  194. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -0
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt +3 -2
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +3 -2
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  231. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  235. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  236. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  237. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +50 -2
  238. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +43 -18
  240. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +1 -0
  241. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +1 -0
  242. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -9
  243. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  253. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  254. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  258. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  261. data/vendor/local/share/doc/groonga/ja/html/index.html +7 -7
  262. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  263. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  264. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  265. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  266. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  267. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  268. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  269. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  270. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  276. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  277. data/vendor/local/share/doc/groonga/ja/html/news.html +262 -202
  278. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  279. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +17 -19
  280. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +10 -10
  281. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
  282. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
  284. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  290. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  294. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  295. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  296. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  297. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  298. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  299. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
  301. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  302. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  315. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  318. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
  327. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +48 -22
  338. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
  346. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +7 -8
  355. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
  371. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  372. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  373. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  380. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  385. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  404. data/vendor/local/share/man/ja/man1/groonga.1 +107 -67
  405. data/vendor/local/share/man/man1/groonga.1 +96 -56
  406. metadata +3 -2
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "GROONGA" "1" "2014 年 0127 日" "3.1.2" "Groonga"
3
+ .TH "GROONGA" "1" "2014 年 0207 日" "4.0.0" "Groonga"
4
4
  .SH NAME
5
5
  groonga \- Groonga documentation
6
6
  .
@@ -97,7 +97,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
97
97
  .INDENT 3.5
98
98
  .INDENT 0.0
99
99
  .IP \(bu 2
100
- \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-x86.exe\fP
100
+ \fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x86.exe\fP
101
101
  .UNINDENT
102
102
  .UNINDENT
103
103
  .UNINDENT
@@ -109,7 +109,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
109
109
  .INDENT 3.5
110
110
  .INDENT 0.0
111
111
  .IP \(bu 2
112
- \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-x64.exe\fP
112
+ \fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x64.exe\fP
113
113
  .UNINDENT
114
114
  .UNINDENT
115
115
  .UNINDENT
@@ -124,7 +124,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
124
124
  .INDENT 3.5
125
125
  .INDENT 0.0
126
126
  .IP \(bu 2
127
- \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-x86.zip\fP
127
+ \fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x86.zip\fP
128
128
  .UNINDENT
129
129
  .UNINDENT
130
130
  .UNINDENT
@@ -136,7 +136,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
136
136
  .INDENT 3.5
137
137
  .INDENT 0.0
138
138
  .IP \(bu 2
139
- \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-x64.zip\fP
139
+ \fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x64.zip\fP
140
140
  .UNINDENT
141
141
  .UNINDENT
142
142
  .UNINDENT
@@ -163,7 +163,7 @@ zipアーカイブをpackages.groonga.orgからダウンロードしてくださ
163
163
  .INDENT 3.5
164
164
  .INDENT 0.0
165
165
  .IP \(bu 2
166
- \fI\%http://packages.groonga.org/source/groonga/groonga\-3.1.2.zip\fP
166
+ \fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.0.zip\fP
167
167
  .UNINDENT
168
168
  .UNINDENT
169
169
  .UNINDENT
@@ -176,7 +176,7 @@ Groongaのソースフォルダへと移動します:
176
176
  .sp
177
177
  .nf
178
178
  .ft C
179
- > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-3.1.2
179
+ > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.0
180
180
  .ft P
181
181
  .fi
182
182
  .UNINDENT
@@ -188,7 +188,7 @@ Groongaのソースフォルダへと移動します:
188
188
  .sp
189
189
  .nf
190
190
  .ft C
191
- groonga\-3.1.2> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
191
+ groonga\-4.0.0> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
192
192
  .ft P
193
193
  .fi
194
194
  .UNINDENT
@@ -200,7 +200,7 @@ groonga\-3.1.2> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\
200
200
  .sp
201
201
  .nf
202
202
  .ft C
203
- groonga\-3.1.2> cmake \-\-build . \-\-config Release
203
+ groonga\-4.0.0> cmake \-\-build . \-\-config Release
204
204
  .ft P
205
205
  .fi
206
206
  .UNINDENT
@@ -212,7 +212,7 @@ groonga\-3.1.2> cmake \-\-build . \-\-config Release
212
212
  .sp
213
213
  .nf
214
214
  .ft C
215
- groonga\-3.1.2> cmake \-\-build . \-\-config Release \-\-target Install
215
+ groonga\-4.0.0> cmake \-\-build . \-\-config Release \-\-target Install
216
216
  .ft P
217
217
  .fi
218
218
  .UNINDENT
@@ -260,9 +260,9 @@ groonga\-3.1.2> cmake \-\-build . \-\-config Release \-\-target Install
260
260
  .sp
261
261
  .nf
262
262
  .ft C
263
- % curl \-O http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
264
- % tar xvzf groonga\-3.1.2.tar.gz
265
- % cd groonga\-3.1.2
263
+ % curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
264
+ % tar xvzf groonga\-4.0.0.tar.gz
265
+ % cd groonga\-4.0.0
266
266
  .ft P
267
267
  .fi
268
268
  .UNINDENT
@@ -566,9 +566,9 @@ Groongaをビルドするために必要なパッケージをインストール
566
566
  .sp
567
567
  .nf
568
568
  .ft C
569
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
570
- % tar xvzf groonga\-3.1.2.tar.gz
571
- % cd groonga\-3.1.2
569
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
570
+ % tar xvzf groonga\-4.0.0.tar.gz
571
+ % cd groonga\-4.0.0
572
572
  .ft P
573
573
  .fi
574
574
  .UNINDENT
@@ -999,9 +999,9 @@ Groongaをビルドするために必要なパッケージをインストール
999
999
  .sp
1000
1000
  .nf
1001
1001
  .ft C
1002
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
1003
- % tar xvzf groonga\-3.1.2.tar.gz
1004
- % cd groonga\-3.1.2
1002
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
1003
+ % tar xvzf groonga\-4.0.0.tar.gz
1004
+ % cd groonga\-4.0.0
1005
1005
  .ft P
1006
1006
  .fi
1007
1007
  .UNINDENT
@@ -1317,9 +1317,9 @@ Groongaをビルドするために必要なパッケージをインストール
1317
1317
  .sp
1318
1318
  .nf
1319
1319
  .ft C
1320
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
1321
- % tar xvzf groonga\-3.1.2.tar.gz
1322
- % cd groonga\-3.1.2
1320
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
1321
+ % tar xvzf groonga\-4.0.0.tar.gz
1322
+ % cd groonga\-4.0.0
1323
1323
  .ft P
1324
1324
  .fi
1325
1325
  .UNINDENT
@@ -1505,9 +1505,9 @@ Groongaをビルドするために必要なパッケージをインストール
1505
1505
  .sp
1506
1506
  .nf
1507
1507
  .ft C
1508
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
1509
- % tar xvzf groonga\-3.1.2.tar.gz
1510
- % cd groonga\-3.1.2
1508
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
1509
+ % tar xvzf groonga\-4.0.0.tar.gz
1510
+ % cd groonga\-4.0.0
1511
1511
  .ft P
1512
1512
  .fi
1513
1513
  .UNINDENT
@@ -1571,9 +1571,9 @@ Groongaをビルドするために必要なパッケージをインストール
1571
1571
  .sp
1572
1572
  .nf
1573
1573
  .ft C
1574
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
1575
- % gtar xvzf groonga\-3.1.2.tar.gz
1576
- % cd groonga\-3.1.2
1574
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
1575
+ % gtar xvzf groonga\-4.0.0.tar.gz
1576
+ % cd groonga\-4.0.0
1577
1577
  .ft P
1578
1578
  .fi
1579
1579
  .UNINDENT
@@ -1694,9 +1694,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
1694
1694
  .sp
1695
1695
  .nf
1696
1696
  .ft C
1697
- % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
1698
- % tar xvzf groonga\-3.1.2.tar.gz
1699
- % cd groonga\-3.1.2
1697
+ % wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
1698
+ % tar xvzf groonga\-4.0.0.tar.gz
1699
+ % cd groonga\-4.0.0
1700
1700
  % ./configure
1701
1701
  % make
1702
1702
  % sudo make install
@@ -8824,7 +8824,7 @@ Groongaは位置情報データのうち座標データのみサポートして
8824
8824
  指定した座標からの距離が近い順にレコードをソートできる。
8825
8825
  .UNINDENT
8826
8826
  .sp
8827
- 以下はGroongaの位置情報検索を利用例です。
8827
+ 以下はGroongaの位置情報検索の利用例です。
8828
8828
  .INDENT 0.0
8829
8829
  .IP \(bu 2
8830
8830
  駅の近くにあるマクドナルドをリストする。
@@ -10420,7 +10420,12 @@ groonga サーバが動作していないか? groonga\-benchmarkは、\-i, \
10420
10420
  .SS groonga\-httpd
10421
10421
  .SS 概要
10422
10422
  .sp
10423
- groonga\-httpdはgroongaサーバーとHTTPプロトコルで通信するプログラムです。 機能的には、 \fBgroonga\-server\-http\fP と同じです。 \fBgroonga\-server\-http\fP はHTTPサーバーとしては最小限の機能しか持ちませんが、groonga\-httpdは \fI\%nginx\fP を組み込むことでnginxが準拠しているHTTPの仕様と機能をすべて利用できます。
10423
+ groonga\-httpd is a program to communicate with a Groonga server using
10424
+ the HTTP protocol. It functions as same as
10425
+ \fBgroonga\-server\-http\fP\&. Although \fBgroonga\-server\-http\fP has
10426
+ limited support for HTTP with a minimal built\-in HTTP server,
10427
+ groonga\-httpd has full support for HTTP with an embedded \fI\%nginx\fP\&. All standards\-compliance and features provided
10428
+ by nginx is also available in groonga\-httpd.
10424
10429
  .sp
10425
10430
  groonga\-httpdにはHTML + JavaScriptで実装された管理ツールが標準で付属しています。ウェブブラウザでhttp://hostname:port/にアクセスすると、管理ツールを利用できます。
10426
10431
  .SS 書式
@@ -10507,6 +10512,50 @@ http {
10507
10512
  .fi
10508
10513
  .UNINDENT
10509
10514
  .UNINDENT
10515
+ .SS Loading data by POST
10516
+ .sp
10517
+ The feature of groonga\-httpd in contrast to groonga is supporting POST method.
10518
+ .sp
10519
+ You can load data by POST JSON data.
10520
+ .sp
10521
+ Here is an example curl command line that loads two users alice and bob to Users table:
10522
+ .INDENT 0.0
10523
+ .INDENT 3.5
10524
+ .sp
10525
+ .nf
10526
+ .ft C
10527
+ % curl \-\-data\-binary \(aq[{"_key": "alice"}, {"_key": "bob"}]\(aq \-H "Content\-Type: application/json" "http://localhost:10041/d/load?table=Users"
10528
+ .ft P
10529
+ .fi
10530
+ .UNINDENT
10531
+ .UNINDENT
10532
+ .sp
10533
+ If you loads users from JSON file, prepare JSON file like this:
10534
+ .INDENT 0.0
10535
+ .INDENT 3.5
10536
+ .sp
10537
+ .nf
10538
+ .ft C
10539
+ [
10540
+ {"_key": "alice"},
10541
+ {"_key": "bob"}
10542
+ ]
10543
+ .ft P
10544
+ .fi
10545
+ .UNINDENT
10546
+ .UNINDENT
10547
+ .sp
10548
+ Then specify JSON file in curl command line:
10549
+ .INDENT 0.0
10550
+ .INDENT 3.5
10551
+ .sp
10552
+ .nf
10553
+ .ft C
10554
+ % curl \-X POST \(aqhttp://localhost:10041/d/load?table=Users\(aq \-H \(aqContent\-Type: application/json\(aq \-d @users.json
10555
+ .ft P
10556
+ .fi
10557
+ .UNINDENT
10558
+ .UNINDENT
10510
10559
  .SS 管理ツールを使う
10511
10560
  .sp
10512
10561
  補足ですが、 \fI\%http://localhost:10041/\fP にアクセスすると管理ツールを利用できます。
@@ -10553,7 +10602,7 @@ groonga on | off;
10553
10602
  \fBlocation\fP
10554
10603
  .UNINDENT
10555
10604
  .sp
10556
- この \fBlocation\fP ブロックでgroongaを使うかどうかを指定します。デフォルトは \fBoff\fP です。groongaを使うためには \fBon\fP を指定してください。
10605
+ この \fBlocation\fP ブロックでGroongaを使うかどうかを指定します。デフォルトは \fBoff\fP です。Groongaを使うためには \fBon\fP を指定してください。
10557
10606
  .sp
10558
10607
  例:
10559
10608
  .INDENT 0.0
@@ -10594,7 +10643,7 @@ groonga_database /path/to/groonga/database;
10594
10643
  \fBhttp\fP, \fBserver\fP, \fBlocation\fP
10595
10644
  .UNINDENT
10596
10645
  .sp
10597
- groongaデータベースのパスを指定します。このディレクティブは必須です。
10646
+ Groongaデータベースのパスを指定します。このディレクティブは必須です。
10598
10647
  .SS \fBgroonga_database_auto_create\fP
10599
10648
  .sp
10600
10649
  書式:
@@ -10617,7 +10666,7 @@ groonga_database_auto_create on | off;
10617
10666
  \fBhttp\fP, \fBserver\fP, \fBlocation\fP
10618
10667
  .UNINDENT
10619
10668
  .sp
10620
- groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が \fBon\fP で \fIgroonga\-database\fP に指定したgroongaのデータベースが存在しない場合は自動でgroongaのデータベースを作成します。groongaのデータベースが存在している場合は何もしません。
10669
+ Groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が \fBon\fP で \fIgroonga\-database\fP に指定したGroongaのデータベースが存在しない場合は自動でGroongaのデータベースを作成します。Groongaのデータベースが存在している場合は何もしません。
10621
10670
  .sp
10622
10671
  もし、親ディレクトリが存在しな場合は再帰的に親ディレクトリも作成します。
10623
10672
  .sp
@@ -10644,7 +10693,7 @@ groonga_base_path /d/;
10644
10693
  \fBlocation\fP
10645
10694
  .UNINDENT
10646
10695
  .sp
10647
- URIのベースパスを指定します。groongaは \fBcommand\fP を実行するために \fB/d/command?parameter1=value1&...\fP というパスを使います。groonga\-httpdでもこのパスの形式を使いますが、groonga\-httpdは \fB/other\-prefix/command?parameter1=value1&...\fP というように \fB/d/\fP ではなく別のプレフィックスを使った形式もサポートしています。この別の形式もサポートするために、groonga\-httpdはリクエストURIの先頭からベースパスを削除し、先頭に \fB/d/\fP を追加します。このパスの変換をすることにより、ユーザーはプレフィックスをカスタムできるようになりますが、groongaは常に \fB/d/command?parameter1=value1&...\fP という形式で処理できます。
10696
+ URIのベースパスを指定します。Groongaは \fBcommand\fP を実行するために \fB/d/command?parameter1=value1&...\fP というパスを使います。groonga\-httpdでもこのパスの形式を使いますが、groonga\-httpdは \fB/other\-prefix/command?parameter1=value1&...\fP というように \fB/d/\fP ではなく別のプレフィックスを使った形式もサポートしています。この別の形式もサポートするために、groonga\-httpdはリクエストURIの先頭からベースパスを削除し、先頭に \fB/d/\fP を追加します。このパスの変換をすることにより、ユーザーはプレフィックスをカスタムできるようになりますが、Groongaは常に \fB/d/command?parameter1=value1&...\fP という形式で処理できます。
10648
10697
  .sp
10649
10698
  通常、このディレクティブを使う必要はありません。このディレクティブはコマンド毎に設定をしたい場合に使います。
10650
10699
  .sp
@@ -10698,7 +10747,7 @@ groonga_log_path path | off;
10698
10747
  \fBhttp\fP, \fBserver\fP, \fBlocation\fP
10699
10748
  .UNINDENT
10700
10749
  .sp
10701
- groongaのログ保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga.log\fP です。ログを無効にするには \fBoff\fP を指定します。
10750
+ Groongaのログ保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga.log\fP です。ログを無効にするには \fBoff\fP を指定します。
10702
10751
  .sp
10703
10752
  例:
10704
10753
  .INDENT 0.0
@@ -10737,7 +10786,7 @@ groonga_log_level none | emergency | alert | ciritical | error | warning | notic
10737
10786
  \fBhttp\fP, \fBserver\fP, \fBlocation\fP
10738
10787
  .UNINDENT
10739
10788
  .sp
10740
- groongaのログレベルを \fBhttp\fP 、 \fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fBnotice\fP です。 \fBnone\fP を指定することでログを無効にできます。
10789
+ Groongaのログレベルを \fBhttp\fP 、 \fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fBnotice\fP です。 \fBnone\fP を指定することでログを無効にできます。
10741
10790
  .sp
10742
10791
  例:
10743
10792
  .INDENT 0.0
@@ -10776,7 +10825,7 @@ groonga_query_log_path path | off;
10776
10825
  \fBhttp\fP, \fBserver\fP, \fBlocation\fP
10777
10826
  .UNINDENT
10778
10827
  .sp
10779
- groongaのクエリーログの保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga\-query.log\fP です。ログを無効にするには \fBoff\fP を指定します。
10828
+ Groongaのクエリーログの保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga\-query.log\fP です。ログを無効にするには \fBoff\fP を指定します。
10780
10829
  .sp
10781
10830
  例:
10782
10831
  .INDENT 0.0
@@ -10808,13 +10857,13 @@ location /d/ {
10808
10857
  .sp
10809
10858
  \fI\%groonga\-query\-log パッケージ\fP でクエリーログを解析できます。このパッケージは有用なツールを提供しています。
10810
10859
  .sp
10811
- 例えば、クエリーログを解析するツールがあります。これを使えば、スロークエリーを見つけることができます。クエリーログ内のすべてのクエリーを再生するツールもあります。これを使えば、新しいgroongaをプロダクション環境にデプロイする前に網羅的にテストすることができます。
10860
+ 例えば、クエリーログを解析するツールがあります。これを使えば、スロークエリーを見つけることができます。クエリーログ内のすべてのクエリーを再生するツールもあります。これを使えば、新しいGroongaをプロダクション環境にデプロイする前に網羅的にテストすることができます。
10812
10861
  .SS 性能関連のディレクティブ
10813
10862
  .sp
10814
10863
  以下のディレクティブはgronoga\-httpdの性能に関連しているディレクティブです。
10815
10864
  .SS \fBworker_processes\fP
10816
10865
  .sp
10817
- 最適なパフォーマンスを得るためには、CPU数あるいはコア数と同じ数になるようにこのディレクティブを設定してください。大抵の場合、groongaのクエリーはCPU負荷が高いものとなり、複数のCPU/コアを使い切るためには、このディレクティブを設定する必要があります。
10866
+ 最適なパフォーマンスを得るためには、CPU数あるいはコア数と同じ数になるようにこのディレクティブを設定してください。大抵の場合、GroongaのクエリーはCPU負荷が高いものとなり、複数のCPU/コアを使い切るためには、このディレクティブを設定する必要があります。
10818
10867
  .sp
10819
10868
  このディレクティブはgroonga\-httpdのディレクティブではなく、nginxのディレクティブです。詳細は、 \fI\%http://wiki.nginx.org/CoreModule#worker_processes\fP を参照してください。
10820
10869
  .sp
@@ -10862,7 +10911,7 @@ location /d/ {
10862
10911
  .UNINDENT
10863
10912
  .SS \fBproxy_cache\fP
10864
10913
  .sp
10865
- まとめると、groonga組み込みのクエリーキャッシュ機能の代わりにnginxのリバースプロ機とキャッシュの仕組みを使うこともできます。
10914
+ まとめると、Groonga組み込みのクエリーキャッシュ機能の代わりにnginxのリバースプロ機とキャッシュの仕組みを使うこともできます。
10866
10915
  .SS クエリーキャッシュ
10867
10916
  .sp
10868
10917
  groongaは \fB/reference/commands/select\fP コマンド用にクエリーキャッシュ機能を提供しています。この機能は多くのケースで性能向上を実現します。
@@ -10997,7 +11046,7 @@ http {
10997
11046
  .UNINDENT
10998
11047
  .UNINDENT
10999
11048
  .sp
11000
- groongaに新しいデータをロードしたときは自分でnginxが作ったキャッシュファイルを削除しなければいけないことに注意してください。前述のサンプル設定では、以下のコマンドでキャッシュを消せます:
11049
+ Groongaに新しいデータをロードしたときは自分でnginxが作ったキャッシュファイルを削除しなければいけないことに注意してください。前述のサンプル設定では、以下のコマンドでキャッシュを消せます:
11001
11050
  .INDENT 0.0
11002
11051
  .INDENT 3.5
11003
11052
  .sp
@@ -11010,7 +11059,7 @@ groongaに新しいデータをロードしたときは自分でnginxが作っ
11010
11059
  .UNINDENT
11011
11060
  .UNINDENT
11012
11061
  .sp
11013
- groongaのクエリーキャッシュ機能を使うと、手動でキャッシュを失効する必要はありません。自動で失効します。
11062
+ Groongaのクエリーキャッシュ機能を使うと、手動でキャッシュを失効する必要はありません。自動で失効します。
11014
11063
  .SS 利用可能なnginxモジュール
11015
11064
  .sp
11016
11065
  全てのHTTPの標準モジュールが利用可能です。PCRE(Perl Compatible Regular Expressions)がない場合はHttpRewriteModuleは無効になります。標準モジュールの一覧は、 \fI\%http://wiki.nginx.org/Modules\fP を参照してください。
@@ -23592,7 +23641,7 @@ between(column_or_value, min, min_border, max, max_border)
23592
23641
  .UNINDENT
23593
23642
  .SS 使い方
23594
23643
  .sp
23595
- Here are a schema definition and sample data to show usage.:
23644
+ 使い方を示すために使うスキーマ定義とサンプルデータは以下の通りです。
23596
23645
  .INDENT 0.0
23597
23646
  .INDENT 3.5
23598
23647
  .sp
@@ -25197,10 +25246,9 @@ select Documents \-\-output_columns \(aqsnippet_html("Groonga is very fast fullt
25197
25246
  .UNINDENT
25198
25247
  .SS 戻り値
25199
25248
  .sp
25200
- \fBsnippet_html\fP returns an array of string or \fBnull\fP\&. If
25201
- \fBsnippet_html\fP can\(aqt find any snippets, it returns \fBnull\fP\&.
25249
+ \fBsnippet_html\fP は文字列の配列もしくは \fBnull\fP を返します。 \fBsnippet_html\fP は該当するスニペットがない場合に \fBnull\fP を返します。
25202
25250
  .sp
25203
- An element of array is a snippet:
25251
+ 配列の要素がスニペットになります:
25204
25252
  .INDENT 0.0
25205
25253
  .INDENT 3.5
25206
25254
  .sp
@@ -26221,7 +26269,7 @@ TODO
26221
26269
  .SS API
26222
26270
  .sp
26223
26271
  Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供しているAPIを示します。
26224
- .SS Global configurations
26272
+ .SS 全体設定
26225
26273
  .SS 概要
26226
26274
  .sp
26227
26275
  Groonga has the global configurations. You can access them by API.
@@ -26229,7 +26277,7 @@ Groonga has the global configurations. You can access them by API.
26229
26277
  .INDENT 0.0
26230
26278
  .TP
26231
26279
  .B int grn_get_lock_timeout(void)
26232
- Returns the lock timeout.
26280
+ ロックタイムアウトを返します。
26233
26281
  .sp
26234
26282
  \fBgrn_ctx\fP acquires a lock for updating a shared value. If
26235
26283
  other \fBgrn_ctx\fP is already updating the same value,
@@ -26239,36 +26287,28 @@ millisecond and try to acquire a lock again. The try is done
26239
26287
  \fBtimeout\fP times. If the \fBgrn_ctx\fP that can\(aqt acquires a
26240
26288
  lock until \fBtimeout\fP times, the tries are failed.
26241
26289
  .sp
26242
- The default lock timeout is \fB10000000\fP\&. It means that Groonga
26243
- doesn\(aqt report a lock failure until about 3 hours. (1 * 10000000
26244
- [msec] = 10000 [sec] = 166.666... [min] = 2.777... [hour])
26290
+ デフォルトのロックタイムアウトは \fB10000000\fP です。つまりGroongaはロックの失敗をおよそ3時間経過するまで報告しません。(1 * 10000000 [msec] = 10000 [sec] = 166.666... [min] = 2.777... [hour])
26245
26291
  .INDENT 7.0
26246
26292
  .TP
26247
26293
  .B 戻り値
26248
- The lock timeout.
26294
+ ロックタイムアウト。
26249
26295
  .UNINDENT
26250
26296
  .UNINDENT
26251
26297
  .INDENT 0.0
26252
26298
  .TP
26253
26299
  .B grn_rc grn_set_lock_timeout(int\fI\ timeout\fP)
26254
- Sets the lock timeout.
26300
+ ロックタイムアウトを設定します。
26255
26301
  .sp
26256
- See
26257
- .nf
26258
- :c:function:\(gagrn_get_lock_timeout\(ga
26259
- .fi
26260
- about lock timeout.
26302
+ ロックタイムアウトについては、 \fBgrn_get_lock_timeout()\fP を参照してください。
26261
26303
  .sp
26262
- There are some special values for \fBtimeout\fP\&.
26304
+ \fBtimeout\fP にはいくつか特別扱いする値があります。
26263
26305
  .INDENT 7.0
26264
26306
  .INDENT 3.5
26265
26307
  .INDENT 0.0
26266
26308
  .IP \(bu 2
26267
- \fB0\fP: It means that Groonga doesn\(aqt retry acquiring a lock.
26268
- Groonga reports a failure after one lock acquirement failure.
26309
+ \fB0\fP: Groongaがロックを再度取得しようとしません。一度ロックの取得に失敗した時点でGroongaはその失敗を報告します。
26269
26310
  .IP \(bu 2
26270
- negative value: It means that Groonga retries acquiring a lock
26271
- until Groonga can acquire a lock.
26311
+ 負数: Groongaはロックを取得できるまでリトライします。
26272
26312
  .UNINDENT
26273
26313
  .UNINDENT
26274
26314
  .UNINDENT
@@ -26290,7 +26330,7 @@ until Groonga can acquire a lock.
26290
26330
  \fBノート:\fP
26291
26331
  .INDENT 0.0
26292
26332
  .INDENT 3.5
26293
- This API is experimental.
26333
+ このAPIは実験的です。
26294
26334
  .UNINDENT
26295
26335
  .UNINDENT
26296
26336
  .sp