rroonga 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.textile +15 -1
  3. data/ext/groonga/rb-grn-index-column.c +4 -0
  4. data/ext/groonga/rb-grn-object.c +2 -3
  5. data/ext/groonga/rb-grn.h +1 -1
  6. data/lib/1.9/groonga.so +0 -0
  7. data/lib/2.0/groonga.so +0 -0
  8. data/lib/2.1/groonga.so +0 -0
  9. data/lib/groonga/schema.rb +1 -1
  10. data/rroonga-build.rb +1 -1
  11. data/rroonga.gemspec +1 -1
  12. data/test/test-database.rb +74 -0
  13. data/test/test-index-column.rb +22 -0
  14. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  15. data/vendor/local/bin/groonga.exe +0 -0
  16. data/vendor/local/bin/libgroonga-0.dll +0 -0
  17. data/vendor/local/bin/libmecab-1.dll +0 -0
  18. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  19. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  20. data/vendor/local/bin/mecab.exe +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  26. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/libgroonga.a +0 -0
  34. data/vendor/local/lib/libgroonga.dll.a +0 -0
  35. data/vendor/local/lib/libmecab.a +0 -0
  36. data/vendor/local/lib/libmecab.dll.a +0 -0
  37. data/vendor/local/lib/libmsgpack.a +0 -0
  38. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  39. data/vendor/local/lib/libmsgpackc.a +0 -0
  40. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  41. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  42. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  43. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  44. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  45. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  46. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  47. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  48. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +3 -0
  49. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -5
  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 +15 -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 +43 -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 +54 -0
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +38 -30
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +81 -10
  63. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +13 -19
  64. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +71 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +7 -6
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +87 -33
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -3
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +176 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +69 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
  74. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
  75. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/community.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/contribution/development.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  88. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/development.html +10 -10
  91. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/genindex.html +127 -7
  93. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/index.html +54 -42
  95. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  96. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  97. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  98. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  99. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/others.html +20 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +46 -10
  103. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  104. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/news.html +226 -165
  106. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  112. data/vendor/local/share/doc/groonga/en/html/reference.html +46 -36
  113. data/vendor/local/share/doc/groonga/en/html/reference/api.html +35 -35
  114. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
  115. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
  116. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
  118. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
  119. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
  120. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
  121. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
  122. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
  123. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
  124. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
  125. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
  126. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
  127. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
  128. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
  129. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
  130. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
  131. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
  132. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
  133. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
  134. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/reference/command.html +16 -15
  136. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -8
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +48 -47
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +95 -14
  155. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +24 -40
  158. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +196 -0
  159. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +90 -90
  160. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  161. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
  162. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  163. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  164. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  165. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -44
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +61 -17
  175. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +24 -12
  177. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +221 -0
  178. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +174 -0
  179. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -9
  180. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -11
  196. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
  198. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +290 -0
  204. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  205. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  207. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
  215. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
  218. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +194 -5
  219. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +10 -5
  224. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -10
  225. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +167 -0
  226. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +3 -0
  240. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -5
  241. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  242. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  243. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  244. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  245. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +15 -3
  246. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  247. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +43 -3
  248. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  249. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +54 -0
  250. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
  251. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +3 -3
  252. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +38 -30
  253. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +81 -10
  254. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +13 -19
  255. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +71 -0
  256. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +7 -6
  257. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +87 -33
  258. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
  259. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
  260. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
  261. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -3
  262. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +176 -0
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +69 -0
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
  265. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
  266. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  267. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  268. data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
  269. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
  270. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
  271. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
  272. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -6
  273. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
  274. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
  275. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
  277. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  279. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  280. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
  281. data/vendor/local/share/doc/groonga/ja/html/development.html +11 -11
  282. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  283. data/vendor/local/share/doc/groonga/ja/html/genindex.html +127 -7
  284. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  285. data/vendor/local/share/doc/groonga/ja/html/index.html +55 -42
  286. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -7
  287. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
  288. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  289. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
  290. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  291. data/vendor/local/share/doc/groonga/ja/html/install/others.html +17 -9
  292. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
  293. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +43 -11
  294. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  295. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  296. data/vendor/local/share/doc/groonga/ja/html/news.html +245 -169
  297. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
  298. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  299. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
  300. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  301. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
  302. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  303. data/vendor/local/share/doc/groonga/ja/html/reference.html +47 -37
  304. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -36
  305. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +25 -25
  306. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +25 -25
  307. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +25 -25
  308. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +25 -25
  309. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +25 -25
  310. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +25 -25
  311. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +23 -23
  312. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +25 -25
  313. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +25 -25
  314. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +25 -25
  315. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +25 -25
  316. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +25 -25
  317. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -25
  318. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +25 -25
  319. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +25 -25
  320. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +25 -25
  321. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +25 -25
  322. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +25 -25
  323. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -25
  324. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +21 -21
  325. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
  326. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +17 -16
  327. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
  328. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
  329. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
  330. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +9 -9
  331. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
  332. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
  333. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +52 -48
  334. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
  335. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  336. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
  337. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  338. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
  339. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
  340. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
  341. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
  342. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  343. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
  344. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  345. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +93 -11
  346. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  347. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  348. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +24 -44
  349. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +196 -0
  350. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +91 -91
  351. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
  352. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
  353. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
  354. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
  355. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
  356. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
  357. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +44 -43
  358. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  359. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
  362. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +8 -6
  363. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
  364. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  365. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +56 -20
  366. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  367. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +26 -13
  368. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +222 -0
  369. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +175 -0
  370. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +8 -10
  371. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
  372. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
  373. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
  374. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  375. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  376. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
  377. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
  378. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
  379. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
  380. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
  381. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
  382. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
  383. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
  384. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
  385. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +12 -12
  387. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
  388. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -11
  389. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
  390. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
  391. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
  392. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
  393. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
  394. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +289 -0
  395. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  396. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  398. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  399. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
  400. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  401. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  402. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
  403. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
  404. data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
  405. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  406. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
  407. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -6
  409. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +195 -6
  410. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
  411. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
  412. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +11 -6
  415. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +11 -11
  416. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +170 -0
  417. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  418. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  420. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
  421. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  423. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  425. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  427. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
  429. data/vendor/local/share/man/ja/man1/groonga.1 +1152 -241
  430. data/vendor/local/share/man/man1/groonga.1 +1215 -269
  431. metadata +150 -130
@@ -10,11 +10,6 @@ groonga documentation
10
10
 
11
11
  * :doc:`news`
12
12
 
13
- .. note::
14
-
15
- This document is also ditributed in forms of release source archive and updated time to time.
16
- If you want to refer latest documentation in source form, you can view such files via GitHub repository browser (https://github.com/groonga/groonga/tree/master/doc/source).
17
-
18
13
  .. toctree::
19
14
  :maxdepth: 3
20
15
  :numbered:
@@ -153,9 +153,9 @@ Install required packages to build groonga::
153
153
 
154
154
  Download source::
155
155
 
156
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
157
- % tar xvzf groonga-3.0.8.tar.gz
158
- % cd groonga-3.0.8
156
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
157
+ % tar xvzf groonga-3.0.9.tar.gz
158
+ % cd groonga-3.0.9
159
159
 
160
160
  Configure (see :ref:`source-configure` about ``configure`` options)::
161
161
 
@@ -185,9 +185,9 @@ Install required packages to build groonga::
185
185
 
186
186
  Download source::
187
187
 
188
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
189
- % tar xvzf groonga-3.0.8.tar.gz
190
- % cd groonga-3.0.8
188
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
189
+ % tar xvzf groonga-3.0.9.tar.gz
190
+ % cd groonga-3.0.9
191
191
 
192
192
  Configure (see :ref:`source-configure` about ``configure`` options)::
193
193
 
@@ -82,9 +82,9 @@ Install required packages to build groonga::
82
82
 
83
83
  Download source::
84
84
 
85
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
86
- % tar xvzf groonga-3.0.8.tar.gz
87
- % cd groonga-3.0.8
85
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
86
+ % tar xvzf groonga-3.0.9.tar.gz
87
+ % cd groonga-3.0.9
88
88
 
89
89
  Configure (see :ref:`source-configure` about ``configure`` options)::
90
90
 
@@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
40
40
 
41
41
  Download source::
42
42
 
43
- % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
44
- % tar xvzf groonga-3.0.8.tar.gz
45
- % cd groonga-3.0.8
43
+ % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
44
+ % tar xvzf groonga-3.0.9.tar.gz
45
+ % cd groonga-3.0.9
46
46
 
47
47
  Configure (see :ref:`source-configure` about ``configure`` options)::
48
48
 
@@ -74,9 +74,9 @@ Build from source
74
74
  Groonga uses GNU build system. So the following is the simplest build
75
75
  steps::
76
76
 
77
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
78
- % tar xvzf groonga-3.0.8.tar.gz
79
- % cd groonga-3.0.8
77
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
78
+ % tar xvzf groonga-3.0.9.tar.gz
79
+ % cd groonga-3.0.9
80
80
  % ./configure
81
81
  % make
82
82
  % sudo make install
@@ -177,6 +177,12 @@ Here is an example that enables column value compression by zlib::
177
177
 
178
178
  % ./configure --with-zlib
179
179
 
180
+ .. note::
181
+
182
+ The disabled reason is that memory leak occurs when it refers column value.
183
+ This is already known issue as `GitHub#6 <https://github.com/groonga/groonga/issues/6>`_.
184
+ This issue is not nothing to do with updating column value.
185
+
180
186
  ``--with-lzo``
181
187
  ++++++++++++++
182
188
 
@@ -188,6 +194,12 @@ Here is an example that enables column value compression by LZO::
188
194
 
189
195
  % ./configure --with-lzo
190
196
 
197
+ .. note::
198
+
199
+ The disabled reason is that memory leak occurs when it refers column value.
200
+ This is already known issue as `GitHub#6 <https://github.com/groonga/groonga/issues/6>`_.
201
+ This issue is not nothing to do with updating column value.
202
+
191
203
  ``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``
192
204
  +++++++++++++++++++++++++++++++++++++++++++++++++++
193
205
 
@@ -17,9 +17,9 @@ Install required packages to build groonga::
17
17
 
18
18
  Download source::
19
19
 
20
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
21
- % gtar xvzf groonga-3.0.8.tar.gz
22
- % cd groonga-3.0.8
20
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
21
+ % gtar xvzf groonga-3.0.9.tar.gz
22
+ % cd groonga-3.0.9
23
23
 
24
24
  Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
25
25
  needed for building 64-bit version. To build 32-bit version, just
@@ -200,6 +200,46 @@ There is a package that provides MySQL compatible normalizer as
200
200
  groonga plugins.
201
201
  If you want to use that one, install groonga-normalizer-mysql package.
202
202
 
203
+ Install groonga-normalizer-mysql package::
204
+
205
+ % sudo apt-get -y install groonga-normalizer-mysql
206
+
207
+ 13.10 Saucy Salamander
208
+ ----------------------
209
+
210
+ Add the Groonga apt repository.
211
+
212
+ /etc/apt/sources.list.d/groonga.list::
213
+
214
+ deb http://packages.groonga.org/ubuntu/ saucy universe
215
+ deb-src http://packages.groonga.org/ubuntu/ saucy universe
216
+
217
+ Install::
218
+
219
+ % sudo apt-get update
220
+ % sudo apt-get -y --allow-unauthenticated install groonga-keyring
221
+ % sudo apt-get update
222
+ % sudo apt-get -y install groonga
223
+
224
+ If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
225
+ tokenizer, install groonga-tokenizer-mecab package.
226
+
227
+ Install groonga-tokenizer-mecab package::
228
+
229
+ % sudo apt-get -y install groonga-tokenizer-mecab
230
+
231
+ There is a package that provides `Munin
232
+ <http://munin-monitoring.org/>`_ plugins. If you want to monitor
233
+ Groonga status by Munin, install groonga-munin-plugins package.
234
+
235
+ Install groonga-munin-plugins package::
236
+
237
+ % sudo apt-get -y install groonga-munin-plugins
238
+
239
+ There is a package that provides MySQL compatible normalizer as
240
+ Groonga plugins.
241
+ If you want to use that one, install groonga-normalizer-mysql package.
242
+
203
243
  Install groonga-normalizer-mysql package::
204
244
 
205
245
  % sudo apt-get -y install groonga-normalizer-mysql
@@ -213,9 +253,9 @@ Install required packages to build groonga::
213
253
 
214
254
  Download source::
215
255
 
216
- % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
217
- % tar xvzf groonga-3.0.8.tar.gz
218
- % cd groonga-3.0.8
256
+ % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
257
+ % tar xvzf groonga-3.0.9.tar.gz
258
+ % cd groonga-3.0.9
219
259
 
220
260
  Configure (see :ref:`source-configure` about ``configure`` options)::
221
261
 
@@ -23,7 +23,7 @@ You can download such a binary by command line operation.
23
23
 
24
24
  Start command prompt ``cmd.exe`` and download x86 executable binary by default browser::
25
25
 
26
- > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.exe
26
+ > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.exe
27
27
 
28
28
  Then run it.
29
29
 
@@ -32,7 +32,7 @@ For 64-bit environment, download x64 executable binary from packages.groonga.org
32
32
 
33
33
  Start command prompt ``cmd.exe`` and download x64 executable binary by default browser::
34
34
 
35
- > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.exe
35
+ > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.exe
36
36
 
37
37
  Then run it.
38
38
 
@@ -47,7 +47,7 @@ You can download such a binary by command line operation.
47
47
 
48
48
  Start command prompt ``cmd.exe`` and download x86 zip archive by default browser::
49
49
 
50
- > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.zip
50
+ > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.zip
51
51
 
52
52
  Then extract it.
53
53
 
@@ -55,7 +55,7 @@ For 64-bit environment, download x64 zip archive from packages.groonga.org.
55
55
 
56
56
  Start command prompt ``cmd.exe`` and download x64 zip archive by default browser::
57
57
 
58
- > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.zip
58
+ > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.zip
59
59
 
60
60
  Then extract it.
61
61
 
@@ -79,27 +79,27 @@ Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft
79
79
  Visual Studio 2010 Express and download it by default browser::
80
80
 
81
81
  > cd c:\Users\%USERNAME%\Downloads
82
- > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.8.zip
82
+ > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.9.zip
83
83
 
84
84
  Then extract it.
85
85
 
86
86
  Move to the groonga's source folder::
87
87
 
88
- > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.8
88
+ > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.9
89
89
 
90
90
  Configure by ``cmake``. The following commnad line is for 64-bit
91
91
  version. To build 32-bit version, use ``-G "Visual Studio 10"``
92
92
  parameter instead::
93
93
 
94
- groonga-3.0.8> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
94
+ groonga-3.0.9> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
95
95
 
96
96
  Build::
97
97
 
98
- groonga-3.0.8> cmake --build . --config Release
98
+ groonga-3.0.9> cmake --build . --config Release
99
99
 
100
100
  Install::
101
101
 
102
- groonga-3.0.8> cmake --build . --config Release --target Install
102
+ groonga-3.0.9> cmake --build . --config Release --target Install
103
103
 
104
104
  After the above steps, :doc:`/reference/executables/groonga` is found in
105
105
  ``c:\groonga\bin\groonga.exe``.
@@ -5,6 +5,60 @@
5
5
  News
6
6
  ====
7
7
 
8
+ .. _release-3-0-9:
9
+
10
+ Release 3.0.9 - 2013/10/29
11
+ --------------------------
12
+
13
+ Improvements
14
+ ^^^^^^^^^^^^
15
+
16
+ * [doc][httpd] Added documentation about :ref:`groonga-database-auto-create` directive.
17
+ * [httpd] Added :ref:`groonga-cache-limit` directive.
18
+ * [doc] Added description why zlib/lzo compression are disabled by default. [groonga-dev, 01845] [Suggested by Naoya Murakami]
19
+ * Remove a restriction related to RLIMIT_NOFILE on HTTP server.
20
+ It enables HTTP server process to handle over 4096 files.
21
+ * [experimental] Added some API to integrate mruby into groonga. [GitHub#109, #110, #111, #112, #113, #114, #115, #116, #117, #118] [Patch by wanabe]
22
+ * [travis] Supported CMake build on Travis-CI.
23
+ * [doc] Added documentation about :doc:`reference/tuning`.
24
+ * [experimental] Added :doc:`ruby_load` command.
25
+ * [httpd] Supported multiple buffered body of POST request.
26
+ The load command caused timeout in such a case. [GitHub #120] [Patch by Motoi Washida]
27
+ * [gqtp] Supported error message. The body is changed to return
28
+ raw text insted of double quoted text. This is incompatible changes.
29
+ * [http] Supported "400 Bad request" for invalid argument error.
30
+ * [doc] Added examples for :doc:`/suggest/completion`
31
+ * Supported Ubuntu 13.10 (Saucy Salamander).
32
+
33
+ Fixes
34
+ ^^^^^
35
+
36
+ * Fixed a bug that it cause SEGV by arithmetic overflow.
37
+ This problem occurs when the size of indexes exceeds
38
+ the size of virtual memory. [groonga-dev,01661]
39
+ [Reported by Naoya Murakami]
40
+ * Fixed needless lock for creating table.
41
+ This change fixes a performance regression instroduced at Groonga 3.0.5.
42
+ * Fixed a bug that database which has reference column can't be removed.
43
+ It affects the case that indexed tables/columns and referenced tables
44
+ are removed at first, then remove operation to index columns and
45
+ reference columns fails. [Reported by Eito Katagiri] [GitHub Rroonga #13]
46
+ * Fixed a bug that removing database which uses DAT key may remain garbage.
47
+ * [http] Fixed a small memory leak which is caused by shared HTTP header buffer in the same worker thread.
48
+ * [httpd] Fixed a bug that :ref:`groonga-database-auto-create` parameter
49
+ isn't inherited. It means that these parameters are just ignored in non location blocks.
50
+ * Fixed a bug that status command may returns invalid cache hit rate.
51
+ * Fix a bug that casting to Time may causes overflow issue.
52
+ It affects the case that assignment of the Time value which indicate over 32bit value.
53
+
54
+ Thanks
55
+ ^^^^^^
56
+
57
+ * Naoya Murakami
58
+ * wanabe
59
+ * Motoi Washida
60
+ * Eito Katagiri
61
+
8
62
  .. _release-3-0-8:
9
63
 
10
64
  Release 3.0.8 - 2013/09/29
@@ -21,4 +21,5 @@
21
21
  reference/function
22
22
  reference/indexing
23
23
  reference/log
24
+ reference/tuning
24
25
  reference/api
@@ -69,15 +69,15 @@ Return value
69
69
 
70
70
  ``cache_limit`` returns the current max number of query cache entries::
71
71
 
72
- [[HEADER, n_entries]]
72
+ [[HEADER, N_ENTRIES]]
73
73
 
74
74
  ``HEADER``
75
75
 
76
76
  See :doc:`/reference/command/output_format` about ``HEADER``.
77
77
 
78
- ``n_entries``
78
+ ``N_ENTRIES``
79
79
 
80
- ``n_entries`` is the current max number of query cache entries. It
80
+ ``N_ENTRIES`` is the current max number of query cache entries. It
81
81
  is a number.
82
82
 
83
83
  See also
@@ -2,29 +2,40 @@
2
2
 
3
3
  .. highlightlang:: none
4
4
 
5
- column_create
6
- =============
5
+ ``column_create``
6
+ =================
7
7
 
8
- 名前
9
- ----
8
+ Summary
9
+ -------
10
10
 
11
11
  column_create - カラムの追加
12
12
 
13
- 書式
14
- ----
13
+ groonga組込コマンドの一つであるcolumn_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
14
+
15
+ column_createは、使用しているデータベースのテーブルに対してカラムを追加します。
16
+
17
+
18
+ Syntax
19
+ ------
15
20
  ::
16
21
 
17
22
  column_create table name flags type [source]
18
23
 
19
- 説明
20
- ----
24
+ Usage
25
+ -----
21
26
 
22
- groonga組込コマンドの一つであるcolumn_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
27
+ テーブルEntryに、ShortText型の値を格納するカラム、bodyを作成します。::
23
28
 
24
- column_createは、使用しているデータベースのテーブルに対してカラムを追加します。
29
+ column_create Entry body --type ShortText
30
+ [true]
31
+
32
+ テーブルTermに、Entryテーブルのbodyカラムの値を対象とする完全転置インデックス型カラム、entry_bodyを作成します。::
33
+
34
+ column_create Term entry_body COLUMN_INDEX|WITH_POSITION Entry body
35
+ [true]
25
36
 
26
- 引数
27
- ----
37
+ Parameters
38
+ ----------
28
39
 
29
40
  ``table``
30
41
 
@@ -47,6 +58,13 @@ column_createは、使用しているデータベースのテーブルに対し
47
58
  2, ``COLUMN_INDEX``
48
59
  インデックス型のカラムを作成します。
49
60
 
61
+ There are two flags to compress the value of column, but you can't specify these flags for now because there are memory leaks issue `GitHub#6 <https://github.com/groonga/groonga/issues/6>`_ when refers the value of column. This issue occurs both of them (zlib and lzo).
62
+
63
+ 16, ``COMPRESS_ZLIB``
64
+ Reserved. Compress the value of column by using zlib. This flag is disabled feature even if you build groonga with ``--with-zlib``.
65
+ 32, ``COMPRESS_LZO``
66
+ Reserved. Compress the value of column by using lzo. This flag is disabled feature even if you build groonga with ``--with-lzo``.
67
+
50
68
  インデックス型のカラムについては、flagsの値に以下の値を加えることによって、追加の属
51
69
  性を指定することができます。
52
70
 
@@ -67,29 +85,19 @@ column_createは、使用しているデータベースのテーブルに対し
67
85
 
68
86
  インデックス型のカラムを作成した場合は、インデックス対象となるカラムをsource引数に指定します。
69
87
 
70
- 返値
71
- ----
72
-
73
- json形式
74
- ^^^^^^^^
88
+ Return value
89
+ ------------
75
90
 
76
91
  ::
77
92
 
78
- [成功かどうかのフラグ]
93
+ [HEADER, SUCCEEDED]
79
94
 
80
- ``成功かどうかのフラグ``
95
+ ``HEADER``
81
96
 
82
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
97
+ The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
98
+ See :doc:`/reference/command/output_format` about HEADER.
83
99
 
84
-
85
- --
100
+ ``SUCCEEDED``
86
101
 
87
- テーブルEntryに、ShortText型の値を格納するカラム、bodyを作成します。::
102
+ If command is succeeded, it returns true on success, false otherwise.
88
103
 
89
- column_create Entry body --type ShortText
90
- [true]
91
-
92
- テーブルTermに、Entryテーブルのbodyカラムの値を対象とする完全転置インデックス型カラム、entry_bodyを作成します。::
93
-
94
- column_create Term entry_body COLUMN_INDEX|WITH_POSITION Entry body
95
- [true]
@@ -24,13 +24,14 @@ It is usefull for you to check the results of normalizer.
24
24
  Syntax
25
25
  --------
26
26
 
27
- ``normalize`` commands takes two parameters - ``normalizer`` and ``string``.
28
- Both of them are required.
27
+ ``normalize`` commands has two required parameters. They are
28
+ ``normalizer`` and ``string``.
29
29
 
30
30
  ::
31
31
 
32
- normalize normalizer string
33
-
32
+ normalize normalizer
33
+ string
34
+ [flags=NONE]
34
35
 
35
36
  Usage
36
37
  -----
@@ -54,30 +55,100 @@ There are required parameters, ``normalizer`` and ``string``.
54
55
  ``normalizer``
55
56
  """"""""""""""
56
57
 
57
- It specifies the name of normalizer.
58
- Currently, ``normalize`` command accepts ``NormalizerAuto`` or ``NormalizerNFKC51`` as built-in normalizer.
59
- If you want to try another normalizer, you need to register additional normalizer plugin by ``register`` command.
58
+ It specifies the normalizer name. ``normalize`` command uses the
59
+ normalizer that is named ``normalizer``.
60
+
61
+ See :doc:`/reference/normalizers` about built-in normalizers.
62
+
63
+ Here is an example to use built-in ``NormalizerAuto`` normalizer.
64
+
65
+ TODO
66
+
67
+ If you want to use other normalizers, you need to register additional
68
+ normalizer plugin by :doc:`register` command. For example, you can use
69
+ MySQL compatible normalizer by registering `groonga-normalizer-mysql
70
+ <https://github.com/groonga/groonga-normalizer-mysql>`_.
60
71
 
61
72
  ``string``
62
73
  """"""""""
63
74
 
64
75
  It specifies any string which you want to normalize.
65
76
 
77
+ If you want to include spaces in ``string``, you need to quote
78
+ ``string`` by single quotation (``'``) or double quotation (``"``).
79
+
80
+ Here is an example to use spaces in ``string``.
81
+
82
+ TODO
83
+
84
+ Optional parameters
85
+ ^^^^^^^^^^^^^^^^^^^
86
+
87
+ There are optional parameters.
88
+
89
+ ``flags``
90
+ """""""""
91
+
92
+ It specifies a normalization customize options. You can specify
93
+ multiple options separated by "``|``". For example,
94
+ ``REMOVE_BLANK|WITH_TYPES``.
95
+
96
+ Here are available flags.
97
+
98
+ .. list-table::
99
+ :header-rows: 1
100
+
101
+ * - Flag
102
+ - Description
103
+ * - ``NONE``
104
+ - Just ignored.
105
+ * - ``REMOVE_BLANK``
106
+ - TODO
107
+ * - ``WITH_TYPES``
108
+ - TODO
109
+ * - ``WITH_CHECKS``
110
+ - TODO
111
+ * - ``REMOVE_TOKENIZED_DELIMITER``
112
+ - TODO
113
+
114
+ Here is an example that uses ``REMOVE_BLANK``.
115
+
116
+ TODO
117
+
118
+ Here is an example that uses ``WITH_TYPES``.
119
+
120
+ TODO
121
+
122
+ Here is an example that uses ``REMOVE_TOKENIZED_DELIMITER``.
123
+
124
+ TODO
125
+
66
126
  Return value
67
127
  ------------
68
128
 
69
129
  ::
70
130
 
71
- [HEADER, normalized]
131
+ [HEADER, normalized_text]
72
132
 
73
133
  ``HEADER``
74
134
 
75
135
  The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
76
136
  See :doc:`/reference/command/output_format` about HEADER.
77
137
 
78
- ``normalized``
138
+ ``normalized_text``
139
+
140
+ ``normalized_text`` is an object that has the following attributes.
141
+
142
+ .. list-table::
143
+ :header-rows: 1
79
144
 
80
- normalized is the normalized text by the specified normalizer.
145
+ * - Name
146
+ - Description
147
+ * - ``normalized``
148
+ - The normalized text.
149
+ * - ``types``
150
+ - An array of types of the normalized text. The N-th ``types`` shows
151
+ the type of the N-th character in ``normalized``.
81
152
 
82
153
  See also
83
154
  --------