rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-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 (403) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. data/lib/1.8/groonga.so +0 -0
  3. data/lib/1.9/groonga.so +0 -0
  4. data/rroonga-build.rb +1 -1
  5. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  6. data/vendor/local/bin/groonga.exe +0 -0
  7. data/vendor/local/bin/libgroonga-0.dll +0 -0
  8. data/vendor/local/bin/libmecab-1.dll +0 -0
  9. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  10. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  11. data/vendor/local/bin/mecab-config +2 -2
  12. data/vendor/local/bin/mecab.exe +0 -0
  13. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  14. data/vendor/local/etc/groonga/synonyms.tsv +5 -0
  15. data/vendor/local/include/groonga/groonga.h +77 -4
  16. data/vendor/local/include/groonga/groonga/plugin.h +45 -15
  17. data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
  18. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +41 -0
  22. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  26. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  34. data/vendor/local/lib/libgroonga.a +0 -0
  35. data/vendor/local/lib/libgroonga.dll.a +0 -0
  36. data/vendor/local/lib/libgroonga.la +2 -2
  37. data/vendor/local/lib/libmecab.a +0 -0
  38. data/vendor/local/lib/libmecab.dll.a +0 -0
  39. data/vendor/local/lib/libmecab.la +1 -1
  40. data/vendor/local/lib/libmsgpack.a +0 -0
  41. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  42. data/vendor/local/lib/libmsgpack.la +1 -1
  43. data/vendor/local/lib/libmsgpackc.a +0 -0
  44. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpackc.la +1 -1
  46. data/vendor/local/lib/pkgconfig/groonga.pc +4 -3
  47. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  49. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  53. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +3 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
  55. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +13 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +42 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
  63. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
  64. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
  65. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
  76. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
  79. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
  80. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +42 -19
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
  98. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  99. data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +17 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  103. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  104. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  105. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
  106. data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
  107. data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
  108. data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
  109. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  115. data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
  116. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
  120. data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
  121. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
  122. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  155. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
  164. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
  165. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
  168. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
  169. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
  171. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
  174. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  175. data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
  176. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  178. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
  182. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec.html +12 -11
  185. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
  186. data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
  187. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  207. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -3
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +13 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +42 -3
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
  231. data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
  235. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
  238. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +42 -19
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
  253. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  254. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -8
  255. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  256. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +17 -8
  257. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  258. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  259. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  260. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
  261. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
  262. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
  263. data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
  264. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  270. data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
  271. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
  275. data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
  276. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
  277. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
  313. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
  314. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
  315. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
  320. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
  321. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
  322. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
  323. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
  324. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
  325. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
  326. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
  327. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
  329. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  330. data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
  331. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  333. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
  337. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/spec.html +12 -11
  340. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
  341. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
  342. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  362. data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
  363. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
  364. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
  365. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
  366. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
  367. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
  368. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
  369. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
  370. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
  371. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
  372. data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
  373. data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
  374. data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
  375. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
  376. data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
  377. data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
  378. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
  379. data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
  380. data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
  381. data/vendor/local/share/doc/groonga/source/news.txt +96 -1
  382. data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
  383. data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
  384. data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
  385. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
  386. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
  387. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
  388. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
  389. data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
  390. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
  391. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
  392. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
  393. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
  394. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
  395. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
  396. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
  397. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
  398. data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
  399. data/vendor/local/share/man/man1/groonga.1 +1685 -190
  400. metadata +66 -18
  401. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
  402. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>10. Limitations &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>10. Limitations &mdash; groonga v2.0.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '',
20
- VERSION: '2.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,9 +27,9 @@
27
27
  <script type="text/javascript" src="_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.0.5-316-g23cc017 documentation" href="index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="index.html" />
31
31
  <link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
32
- <link rel="prev" title="9.1. 検索" href="spec/search.html" />
32
+ <link rel="prev" title="9.2. 検索" href="spec/search.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="troubleshooting.html" title="11. トラブルシューティング"
60
60
  accesskey="N">next</a> |</li>
61
61
  <li class="right" >
62
- <a href="spec/search.html" title="9.1. 検索"
62
+ <a href="spec/search.html" title="9.2. 検索"
63
63
  accesskey="P">previous</a> |</li>
64
- <li><a href="index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
64
+ <li><a href="index.html">groonga v2.0.9 documentation</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -73,12 +73,21 @@
73
73
  <div class="section" id="limitations">
74
74
  <h1>10. Limitations<a class="headerlink" href="#limitations" title="Permalink to this headline">¶</a></h1>
75
75
  <p>Groonga has some limitations.</p>
76
+ <div class="section" id="limitations-of-table">
77
+ <h2>10.1. Limitations of table<a class="headerlink" href="#limitations-of-table" title="Permalink to this headline">¶</a></h2>
78
+ <p>A table has the following limitations.</p>
79
+ <ul class="simple">
80
+ <li>The maximum one key size: 4096Bytes</li>
81
+ <li>The maximum total size of keys: 4GBytes</li>
82
+ </ul>
83
+ <p>Keep in mind that these limitations may vary depending on conditions.</p>
84
+ </div>
76
85
  <div class="section" id="limitations-of-indexing">
77
- <h2>10.1. Limitations of indexing<a class="headerlink" href="#limitations-of-indexing" title="Permalink to this headline">¶</a></h2>
86
+ <h2>10.2. Limitations of indexing<a class="headerlink" href="#limitations-of-indexing" title="Permalink to this headline">¶</a></h2>
78
87
  <p>A full-text index has the following limitations.</p>
79
88
  <ul class="simple">
80
- <li>The maximum number of records: 268,435,455 (more than 26 million)</li>
81
- <li>The maximum number of distinct terms: 268,435,455 (more than 26 million)</li>
89
+ <li>The maximum number of records: 268,435,455 (more than 268 million)</li>
90
+ <li>The maximum number of distinct terms: 268,435,455 (more than 268 million)</li>
82
91
  <li>The maximum index size: 256GBytes</li>
83
92
  </ul>
84
93
  <p>Keep in mind that these limitations may vary depending on conditions.</p>
@@ -94,14 +103,15 @@
94
103
  <h3><a href="index.html">Table Of Contents</a></h3>
95
104
  <ul>
96
105
  <li><a class="reference internal" href="#">10. Limitations</a><ul>
97
- <li><a class="reference internal" href="#limitations-of-indexing">10.1. Limitations of indexing</a></li>
106
+ <li><a class="reference internal" href="#limitations-of-table">10.1. Limitations of table</a></li>
107
+ <li><a class="reference internal" href="#limitations-of-indexing">10.2. Limitations of indexing</a></li>
98
108
  </ul>
99
109
  </li>
100
110
  </ul>
101
111
 
102
112
  <h4>Previous topic</h4>
103
113
  <p class="topless"><a href="spec/search.html"
104
- title="previous chapter">9.1. 検索</a></p>
114
+ title="previous chapter">9.2. 検索</a></p>
105
115
  <h4>Next topic</h4>
106
116
  <p class="topless"><a href="troubleshooting.html"
107
117
  title="next chapter">11. トラブルシューティング</a></p>
@@ -137,9 +147,9 @@
137
147
  <a href="troubleshooting.html" title="11. トラブルシューティング"
138
148
  >next</a> |</li>
139
149
  <li class="right" >
140
- <a href="spec/search.html" title="9.1. 検索"
150
+ <a href="spec/search.html" title="9.2. 検索"
141
151
  >previous</a> |</li>
142
- <li><a href="index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
152
+ <li><a href="index.html">groonga v2.0.9 documentation</a> &raquo;</li>
143
153
  </ul>
144
154
  </div>
145
155
  <div class="footer">
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>News &mdash; groonga v2.0.5-316-g23cc017 documentation</title>
12
+ <title>News &mdash; groonga v2.0.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '',
20
- VERSION: '2.0.5-316-g23cc017',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.0.5-316-g23cc017 documentation" href="index.html" />
30
+ <link rel="top" title="groonga v2.0.9 documentation" href="index.html" />
31
31
  </head>
32
32
  <body>
33
33
  <div class="header">
@@ -53,7 +53,7 @@
53
53
  <li class="right" style="margin-right: 10px">
54
54
  <a href="genindex.html" title="General Index"
55
55
  accesskey="I">index</a></li>
56
- <li><a href="index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
56
+ <li><a href="index.html">groonga v2.0.9 documentation</a> &raquo;</li>
57
57
  </ul>
58
58
  </div>
59
59
 
@@ -64,11 +64,107 @@
64
64
 
65
65
  <div class="section" id="news">
66
66
  <h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
67
- <div class="section" id="release-2-0-7-2012-09-29">
68
- <span id="release-2-0-7"></span><h2>Release 2.0.7 - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="Permalink to this headline">¶</a></h2>
67
+ <div class="section" id="release-2-0-9-2012-11-29">
68
+ <span id="release-2-0-9"></span><h2>Release 2.0.9 - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="Permalink to this headline">¶</a></h2>
69
69
  <div class="section" id="improvements">
70
70
  <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
71
71
  <ul class="simple">
72
+ <li>Supported to calculate the value of distance accross border
73
+ in <tt class="docutils literal"><span class="pre">geo_distance</span></tt> with <tt class="docutils literal"><span class="pre">rectangle</span></tt> as approximate type. [#1534]</li>
74
+ <li>[doc] Added the <a class="reference internal" href="spec/gqtp.html"><em>GQTP</em></a> specification.</li>
75
+ <li>Improved to ignore non critical <tt class="docutils literal"><span class="pre">getaddrinfo()</span></tt> error which groonga command emits on startup.
76
+ This change does not affects nomal use of groonga because it just checked whether default hostname
77
+ is resolved in previous version.</li>
78
+ <li>[experimental] Added <tt class="docutils literal"><span class="pre">snippet_html()</span></tt> function which extract keyword and surrounding text.
79
+ See <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> about details.</li>
80
+ <li>Supported to report error reason when error occured during reading table record.</li>
81
+ <li>Supported to search with keyword by nested index notation ( concatinate multiple
82
+ indexed column name with dot character ) if there is a relationship between
83
+ multiple table with index.</li>
84
+ <li>Supported to log &quot;[tokenizer][mecab]&quot; tag when using <tt class="docutils literal"><span class="pre">TokenMecab</span></tt> tokenizer.</li>
85
+ <li>Supported to log &quot;[tokenizer][kytea]&quot; tag when using <tt class="docutils literal"><span class="pre">TokenKyTea</span></tt> tokenizer.</li>
86
+ <li>Improved to use separated array for command error location as output results.
87
+ This change is incompatibility change, but does not affects existing program.</li>
88
+ <li>Added documentation for <a class="reference internal" href="reference/command/output_format.html"><em>Output format</em></a>.</li>
89
+ <li>Added documentation for <a class="reference internal" href="reference/command/return_code.html"><em>Return code</em></a> of output results.</li>
90
+ <li>Supported range search by using index.</li>
91
+ </ul>
92
+ </div>
93
+ <div class="section" id="fixes">
94
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
95
+ <ul class="simple">
96
+ <li>Fixed to use network byte order for status code of <a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTP header</em></a> to follow
97
+ the normal network protocol convention.
98
+ This change affects that groonga &lt;= 2.0.8 client which connects to groonga server 2.0.9
99
+ or later can not show status code properly when command failed.</li>
100
+ <li>Fixed a bug that UTF-8 normalization computes wrong offset which affects to return value
101
+ of <tt class="docutils literal"><span class="pre">snippet_html()</span></tt>. This change not to insert tag of snippet into invalid location.
102
+ [#1531] [Reported by Tomoatsu Shimada]</li>
103
+ <li>[windows] Fixed over allocated memory access which cause segmentation fault
104
+ on startup by groonga command. [#1532] [Patch by Akio Tajima]</li>
105
+ <li>[windows] Fixed a bug that data stored in column couldn't be read when total amount of data
106
+ stored in column exceeds 128MB. [groonga-dev,01088] [Reported by ongaeshi]</li>
107
+ <li>Fixed a bug that searching with indexed column for <tt class="docutils literal"><span class="pre">Int*</span></tt> and <tt class="docutils literal"><span class="pre">UInt*</span></tt>
108
+ except <tt class="docutils literal"><span class="pre">Int32/Uint32</span></tt> returns invalid results.</li>
109
+ <li>Fixed a bug that deleting record can be found.</li>
110
+ <li>Fixed a bug that latin1 and koi8r normalizations could not process all string data
111
+ if given string contains NULL character on the way.</li>
112
+ <li>Fixed to return the correct default value of type when no data stored in column is
113
+ referenced by <tt class="docutils literal"><span class="pre">select</span></tt> command.</li>
114
+ <li>Fixed to exclude the value of vector column metadata in <a class="reference internal" href="reference/indexing.html#offline-index-construction"><em>Offline index construction</em></a>.
115
+ This change not to contain such a metadata as search results.</li>
116
+ </ul>
117
+ </div>
118
+ <div class="section" id="thanks">
119
+ <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
120
+ <ul class="simple">
121
+ <li>Tomoatsu Shimada</li>
122
+ <li>Akio Tajima</li>
123
+ <li>ongaeshi</li>
124
+ </ul>
125
+ </div>
126
+ </div>
127
+ <div class="section" id="release-2-0-8-2012-10-29">
128
+ <span id="release-2-0-8"></span><h2>Release 2.0.8 - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="Permalink to this headline">¶</a></h2>
129
+ <div class="section" id="id1">
130
+ <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
131
+ <ul class="simple">
132
+ <li>[rpm] Improved the description of server-http and httpd packages.
133
+ [Suggested by Daiki Ueno]</li>
134
+ <li>Supported custom query expansion by plugin.</li>
135
+ <li>[experimental] Added query expander <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> plugin.</li>
136
+ <li>Supported Ubuntu 12.10 Quantal Quetzal</li>
137
+ <li>[experimental] Supported function call in <tt class="docutils literal"><span class="pre">output_columns</span></tt>.</li>
138
+ <li>[doc][rpm] Add missing description about installing MeCab dictionary.
139
+ [Reported by serihiro]</li>
140
+ </ul>
141
+ </div>
142
+ <div class="section" id="id2">
143
+ <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
144
+ <ul class="simple">
145
+ <li>[rpm] Fixed to remove needless &quot;Requires&quot; from spec file.
146
+ [Reported by Daiki Ueno]</li>
147
+ <li>[rpm] Fixed inaccurate description about license of groonga-server-gqtp.</li>
148
+ <li>[admin] Fixed record edit button shows wrong record. [GitHub#34]
149
+ [Reported by firewood]</li>
150
+ <li>[deb] Fixed to remove needless dependency to pcre.</li>
151
+ <li>[deb] Fixed to bundle missing table plugin.</li>
152
+ </ul>
153
+ </div>
154
+ <div class="section" id="id3">
155
+ <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
156
+ <ul class="simple">
157
+ <li>Daiki Ueno</li>
158
+ <li>firewood</li>
159
+ <li>serihiro</li>
160
+ </ul>
161
+ </div>
162
+ </div>
163
+ <div class="section" id="release-2-0-7-2012-09-29">
164
+ <span id="release-2-0-7"></span><h2>Release 2.0.7 - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="Permalink to this headline">¶</a></h2>
165
+ <div class="section" id="id4">
166
+ <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
167
+ <ul class="simple">
72
168
  <li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
73
169
  <li>[doc][httpd] Added sample configuration for gzip compression.</li>
74
170
  <li>[httpd][rpm][centos] Added groonga-httpd init script.</li>
@@ -83,8 +179,8 @@
83
179
  <li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
84
180
  </ul>
85
181
  </div>
86
- <div class="section" id="fixes">
87
- <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
182
+ <div class="section" id="id5">
183
+ <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
88
184
  <ul class="simple">
89
185
  <li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
90
186
  <li>[httpd] Fixed missing NULL initialization. [Reported by &#64;Kiske]</li>
@@ -95,8 +191,8 @@
95
191
  <li>Fixed a bug that Time -&gt; Float cast breaks value.</li>
96
192
  </ul>
97
193
  </div>
98
- <div class="section" id="thanks">
99
- <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
194
+ <div class="section" id="id6">
195
+ <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
100
196
  <ul class="simple">
101
197
  <li>&#64;Kiske</li>
102
198
  </ul>
@@ -104,8 +200,8 @@
104
200
  </div>
105
201
  <div class="section" id="release-2-0-6-2012-08-29">
106
202
  <span id="release-2-0-6"></span><h2>Release 2.0.6 - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="Permalink to this headline">¶</a></h2>
107
- <div class="section" id="id1">
108
- <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
203
+ <div class="section" id="id7">
204
+ <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
109
205
  <ul class="simple">
110
206
  <li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
111
207
  <li>Supported <tt class="docutils literal"><span class="pre">--query_flags</span></tt> option to <tt class="docutils literal"><span class="pre">select</span></tt> command.</li>
@@ -126,8 +222,8 @@
126
222
  <li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
127
223
  </ul>
128
224
  </div>
129
- <div class="section" id="id2">
130
- <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
225
+ <div class="section" id="id8">
226
+ <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
131
227
  <ul class="simple">
132
228
  <li>[doc] Fixed the execution examples. [#1428]
133
229
  [Reported by IWAI, Masaharu]</li>
@@ -142,8 +238,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
142
238
  [Reported by &#64;yito]</li>
143
239
  </ul>
144
240
  </div>
145
- <div class="section" id="id3">
146
- <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
241
+ <div class="section" id="id9">
242
+ <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
147
243
  <ul class="simple">
148
244
  <li>IWAI, Masaharu</li>
149
245
  <li>&#64;yito</li>
@@ -152,8 +248,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
152
248
  </div>
153
249
  <div class="section" id="release-2-0-5-2012-07-29">
154
250
  <span id="release-2-0-5"></span><h2>Release 2.0.5 - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="Permalink to this headline">¶</a></h2>
155
- <div class="section" id="id4">
156
- <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
251
+ <div class="section" id="id10">
252
+ <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
157
253
  <ul class="simple">
158
254
  <li>Supported calculating the value of distance with &quot;rect&quot; or &quot;rectangle&quot;
159
255
  argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
@@ -178,8 +274,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
178
274
  <li>Supported to open locked database. [GitHub#21]</li>
179
275
  </ul>
180
276
  </div>
181
- <div class="section" id="id5">
182
- <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
277
+ <div class="section" id="id11">
278
+ <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
183
279
  <ul class="simple">
184
280
  <li>Fixed a build problem about groonga-httpd on Mac OS X.
185
281
  [Reported by SHIMADA Koji]</li>
@@ -195,8 +291,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
195
291
  [#1429] [Reported by IWAI, Masaharu]</li>
196
292
  </ul>
197
293
  </div>
198
- <div class="section" id="id6">
199
- <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
294
+ <div class="section" id="id12">
295
+ <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
200
296
  <ul class="simple">
201
297
  <li>SHIMADA Koji</li>
202
298
  <li>IWAI, Masaharu</li>
@@ -205,8 +301,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
205
301
  </div>
206
302
  <div class="section" id="release-2-0-4-2012-06-29">
207
303
  <span id="release-2-0-4"></span><h2>Release 2.0.4 - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="Permalink to this headline">¶</a></h2>
208
- <div class="section" id="id7">
209
- <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
304
+ <div class="section" id="id13">
305
+ <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
210
306
  <ul class="simple">
211
307
  <li>Supported only KyTea 0.4.2.</li>
212
308
  <li>Dropped KyTea 0.4.1 or ealier support.</li>
@@ -233,8 +329,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
233
329
  [GitHub#18] [Patch by IWAI, Masaharu]</li>
234
330
  </ul>
235
331
  </div>
236
- <div class="section" id="id8">
237
- <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
332
+ <div class="section" id="id14">
333
+ <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
238
334
  <ul class="simple">
239
335
  <li>Fixed a problem that display of command prompt changes to not intended state
240
336
  by using batch mode on Mac OS X.
@@ -243,8 +339,8 @@ by using batch mode on Mac OS X.
243
339
  <li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
244
340
  </ul>
245
341
  </div>
246
- <div class="section" id="id9">
247
- <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
342
+ <div class="section" id="id15">
343
+ <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
248
344
  <ul class="simple">
249
345
  <li>&#64;soundkitchen</li>
250
346
  <li>IWAI, Masaharu</li>
@@ -253,8 +349,8 @@ by using batch mode on Mac OS X.
253
349
  </div>
254
350
  <div class="section" id="release-2-0-3-2012-05-29">
255
351
  <span id="release-2-0-3"></span><h2>Release 2.0.3 - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="Permalink to this headline">¶</a></h2>
256
- <div class="section" id="id10">
257
- <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
352
+ <div class="section" id="id16">
353
+ <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
258
354
  <ul class="simple">
259
355
  <li>[doc] Added about release procedure.</li>
260
356
  <li>Removed restriction that the max number of opened files is 4096.</li>
@@ -278,8 +374,8 @@ groonga-repository to groonga-release to follow RPM package name
278
374
  convension such as centos-release and fedora-release.</li>
279
375
  </ul>
280
376
  </div>
281
- <div class="section" id="id11">
282
- <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
377
+ <div class="section" id="id17">
378
+ <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
283
379
  <ul class="simple">
284
380
  <li>[doc] Fixed a command to update yum repository.
285
381
  [Suggested by IWAI, Masaharu]</li>
@@ -292,8 +388,8 @@ expression. [#1372]</li>
292
388
  <li>Fixed a bug that a record key registered via index source isn't normalized.</li>
293
389
  </ul>
294
390
  </div>
295
- <div class="section" id="id12">
296
- <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
391
+ <div class="section" id="id18">
392
+ <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
297
393
  <ul class="simple">
298
394
  <li>IWAI, Masaharu</li>
299
395
  </ul>
@@ -316,8 +412,8 @@ package sign key before updating groogna packages.</p>
316
412
  </pre></div>
317
413
  </div>
318
414
  </div>
319
- <div class="section" id="id13">
320
- <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
415
+ <div class="section" id="id19">
416
+ <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
321
417
  <ul class="simple">
322
418
  <li>[pkg-config] Removed needless MessagePack dependency.</li>
323
419
  <li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
@@ -337,8 +433,8 @@ is the similar search syntax. [#1342]</li>
337
433
  package sign key.</li>
338
434
  </ul>
339
435
  </div>
340
- <div class="section" id="id14">
341
- <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
436
+ <div class="section" id="id20">
437
+ <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
342
438
  <ul class="simple">
343
439
  <li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
344
440
  <tt class="docutils literal"><span class="pre">--address</span></tt> option.
@@ -360,8 +456,8 @@ inverted index. [#1329]</li>
360
456
  [#1340] [Reported by Shinya Kawaji]</li>
361
457
  </ul>
362
458
  </div>
363
- <div class="section" id="id15">
364
- <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
459
+ <div class="section" id="id21">
460
+ <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
365
461
  <ul class="simple">
366
462
  <li>IWAI, Masaharu</li>
367
463
  <li>Daiki Ueno</li>
@@ -371,8 +467,8 @@ inverted index. [#1329]</li>
371
467
  </div>
372
468
  <div class="section" id="release-2-0-1-2012-03-29">
373
469
  <span id="release-2-0-1"></span><h2>Release 2.0.1 - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="Permalink to this headline">¶</a></h2>
374
- <div class="section" id="id16">
375
- <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
470
+ <div class="section" id="id22">
471
+ <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
376
472
  <ul class="simple">
377
473
  <li>Supported build in other directory.
378
474
  [#1298] [Reported by Kazuhiko]</li>
@@ -394,8 +490,8 @@ check. [#1289]</li>
394
490
  <li><tt class="docutils literal"><span class="pre">grn_snip</span></tt> uses <tt class="docutils literal"><span class="pre">grn_obj</span></tt> mechanism. [#1054]</li>
395
491
  </ul>
396
492
  </div>
397
- <div class="section" id="id17">
398
- <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
493
+ <div class="section" id="id23">
494
+ <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
399
495
  <ul class="simple">
400
496
  <li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
401
497
  scripts. [#1299] [Reported by Kazuhiko]</li>
@@ -406,8 +502,8 @@ only used by mroonga. [#1303]</li>
406
502
  <li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
407
503
  </ul>
408
504
  </div>
409
- <div class="section" id="id18">
410
- <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
505
+ <div class="section" id="id24">
506
+ <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
411
507
  <ul class="simple">
412
508
  <li>Kazuhiko</li>
413
509
  <li>Markus Elfring</li>
@@ -416,8 +512,8 @@ only used by mroonga. [#1303]</li>
416
512
  </div>
417
513
  <div class="section" id="release-2-0-0-2012-02-29">
418
514
  <span id="release-2-0-0"></span><h2>Release 2.0.0 - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="Permalink to this headline">¶</a></h2>
419
- <div class="section" id="id19">
420
- <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
515
+ <div class="section" id="id25">
516
+ <h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
421
517
  <ul class="simple">
422
518
  <li>[dat] Added 0 length key check.</li>
423
519
  <li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
@@ -441,8 +537,8 @@ only used by mroonga. [#1303]</li>
441
537
  <li>[windows] Supported MessagePack.</li>
442
538
  </ul>
443
539
  </div>
444
- <div class="section" id="id20">
445
- <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
540
+ <div class="section" id="id26">
541
+ <h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
446
542
  <ul class="simple">
447
543
  <li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
448
544
  <li>[doc] Fixed links in Japanese page. [Reported by &#64;naoina]</li>
@@ -452,8 +548,8 @@ only used by mroonga. [#1303]</li>
452
548
  [Reported by &#64;wareohji]</li>
453
549
  </ul>
454
550
  </div>
455
- <div class="section" id="id21">
456
- <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
551
+ <div class="section" id="id27">
552
+ <h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
457
553
  <ul class="simple">
458
554
  <li>Suzuki</li>
459
555
  <li>Daiki Ueno</li>
@@ -466,8 +562,8 @@ only used by mroonga. [#1303]</li>
466
562
  </div>
467
563
  <div class="section" id="release-1-3-0-2012-01-29">
468
564
  <span id="release-1-3-0"></span><h2>Release 1.3.0 - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="Permalink to this headline">¶</a></h2>
469
- <div class="section" id="id22">
470
- <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
565
+ <div class="section" id="id28">
566
+ <h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
471
567
  <ul class="simple">
472
568
  <li>Supported dynamic DB key table change by
473
569
  GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
@@ -502,8 +598,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
502
598
  <li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
503
599
  </ul>
504
600
  </div>
505
- <div class="section" id="id23">
506
- <h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
601
+ <div class="section" id="id29">
602
+ <h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
507
603
  <ul class="simple">
508
604
  <li>montywi</li>
509
605
  <li>Masaharu IWAI</li>
@@ -624,57 +720,69 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
624
720
  <h3><a href="index.html">Table Of Contents</a></h3>
625
721
  <ul>
626
722
  <li><a class="reference internal" href="#">News</a><ul>
627
- <li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
723
+ <li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
628
724
  <li><a class="reference internal" href="#improvements">Improvements</a></li>
629
725
  <li><a class="reference internal" href="#fixes">Fixes</a></li>
630
726
  <li><a class="reference internal" href="#thanks">Thanks</a></li>
631
727
  </ul>
632
728
  </li>
633
- <li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
729
+ <li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
634
730
  <li><a class="reference internal" href="#id1">Improvements</a></li>
635
731
  <li><a class="reference internal" href="#id2">Fixes</a></li>
636
732
  <li><a class="reference internal" href="#id3">Thanks</a></li>
637
733
  </ul>
638
734
  </li>
639
- <li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
735
+ <li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
640
736
  <li><a class="reference internal" href="#id4">Improvements</a></li>
641
737
  <li><a class="reference internal" href="#id5">Fixes</a></li>
642
738
  <li><a class="reference internal" href="#id6">Thanks</a></li>
643
739
  </ul>
644
740
  </li>
645
- <li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
741
+ <li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
646
742
  <li><a class="reference internal" href="#id7">Improvements</a></li>
647
743
  <li><a class="reference internal" href="#id8">Fixes</a></li>
648
744
  <li><a class="reference internal" href="#id9">Thanks</a></li>
649
745
  </ul>
650
746
  </li>
651
- <li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
747
+ <li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
652
748
  <li><a class="reference internal" href="#id10">Improvements</a></li>
653
749
  <li><a class="reference internal" href="#id11">Fixes</a></li>
654
750
  <li><a class="reference internal" href="#id12">Thanks</a></li>
655
751
  </ul>
656
752
  </li>
657
- <li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
753
+ <li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
658
754
  <li><a class="reference internal" href="#id13">Improvements</a></li>
659
755
  <li><a class="reference internal" href="#id14">Fixes</a></li>
660
756
  <li><a class="reference internal" href="#id15">Thanks</a></li>
661
757
  </ul>
662
758
  </li>
663
- <li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
759
+ <li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
664
760
  <li><a class="reference internal" href="#id16">Improvements</a></li>
665
761
  <li><a class="reference internal" href="#id17">Fixes</a></li>
666
762
  <li><a class="reference internal" href="#id18">Thanks</a></li>
667
763
  </ul>
668
764
  </li>
669
- <li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
765
+ <li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
670
766
  <li><a class="reference internal" href="#id19">Improvements</a></li>
671
767
  <li><a class="reference internal" href="#id20">Fixes</a></li>
672
768
  <li><a class="reference internal" href="#id21">Thanks</a></li>
673
769
  </ul>
674
770
  </li>
675
- <li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
771
+ <li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
676
772
  <li><a class="reference internal" href="#id22">Improvements</a></li>
677
- <li><a class="reference internal" href="#id23">Thanks</a></li>
773
+ <li><a class="reference internal" href="#id23">Fixes</a></li>
774
+ <li><a class="reference internal" href="#id24">Thanks</a></li>
775
+ </ul>
776
+ </li>
777
+ <li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
778
+ <li><a class="reference internal" href="#id25">Improvements</a></li>
779
+ <li><a class="reference internal" href="#id26">Fixes</a></li>
780
+ <li><a class="reference internal" href="#id27">Thanks</a></li>
781
+ </ul>
782
+ </li>
783
+ <li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
784
+ <li><a class="reference internal" href="#id28">Improvements</a></li>
785
+ <li><a class="reference internal" href="#id29">Thanks</a></li>
678
786
  </ul>
679
787
  </li>
680
788
  <li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
@@ -712,7 +820,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
712
820
  <li class="right" style="margin-right: 10px">
713
821
  <a href="genindex.html" title="General Index"
714
822
  >index</a></li>
715
- <li><a href="index.html">groonga v2.0.5-316-g23cc017 documentation</a> &raquo;</li>
823
+ <li><a href="index.html">groonga v2.0.9 documentation</a> &raquo;</li>
716
824
  </ul>
717
825
  </div>
718
826
  <div class="footer">