rroonga 1.2.5-x86-mingw32 → 1.2.7-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 (300) hide show
  1. data/Gemfile +30 -0
  2. data/Rakefile +24 -285
  3. data/ext/groonga/extconf.rb +4 -2
  4. data/ext/groonga/rb-grn-array.c +5 -4
  5. data/ext/groonga/rb-grn-context.c +7 -22
  6. data/ext/groonga/rb-grn-database.c +42 -1
  7. data/ext/groonga/rb-grn-index-column.c +5 -0
  8. data/ext/groonga/rb-grn-object.c +58 -26
  9. data/ext/groonga/rb-grn-patricia-trie.c +2 -1
  10. data/ext/groonga/rb-grn-record.c +11 -1
  11. data/ext/groonga/rb-grn-snippet.c +44 -1
  12. data/ext/groonga/rb-grn-table-key-support.c +21 -10
  13. data/ext/groonga/rb-grn-utils.c +3 -1
  14. data/ext/groonga/rb-grn-variable-size-column.c +47 -1
  15. data/ext/groonga/rb-grn.h +4 -1
  16. data/extconf.rb +1 -0
  17. data/lib/1.8/groonga.so +0 -0
  18. data/lib/1.9/groonga.so +0 -0
  19. data/lib/groonga/dumper.rb +3 -3
  20. data/lib/groonga/pagination.rb +1 -1
  21. data/lib/groonga/record.rb +10 -0
  22. data/rroonga-build.rb +1 -1
  23. data/test/test-accessor.rb +4 -0
  24. data/test/test-array.rb +9 -1
  25. data/test/test-database.rb +16 -0
  26. data/test/test-expression.rb +2 -0
  27. data/test/test-hash.rb +11 -2
  28. data/test/test-patricia-trie.rb +10 -1
  29. data/test/test-table-select.rb +31 -17
  30. data/test/test-type.rb +3 -3
  31. data/test/test-variable-size-column.rb +8 -1
  32. data/vendor/local/bin/grntest.exe +0 -0
  33. data/vendor/local/bin/groonga.exe +0 -0
  34. data/vendor/local/bin/libgroonga-0.dll +0 -0
  35. data/vendor/local/bin/libmecab-1.dll +0 -0
  36. data/vendor/local/bin/mecab-config +2 -2
  37. data/vendor/local/bin/mecab.exe +0 -0
  38. data/vendor/local/include/groonga/groonga.h +20 -4
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  41. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  43. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  47. data/vendor/local/lib/libgroonga.a +0 -0
  48. data/vendor/local/lib/libgroonga.dll.a +0 -0
  49. data/vendor/local/lib/libgroonga.la +2 -2
  50. data/vendor/local/lib/libmecab.a +0 -0
  51. data/vendor/local/lib/libmecab.dll.a +0 -0
  52. data/vendor/local/lib/libmecab.la +1 -1
  53. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  54. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  55. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  56. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  57. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  58. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  59. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
  61. data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
  76. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
  77. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
  79. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
  80. data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
  81. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
  82. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
  83. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
  84. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
  85. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
  86. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
  87. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
  88. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
  89. data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
  90. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
  91. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
  92. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
  93. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
  94. data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
  95. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
  96. data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
  97. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
  98. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
  99. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
  100. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
  101. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
  102. data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
  103. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
  106. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
  109. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
  111. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
  112. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
  113. data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
  114. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
  115. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
  116. data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
  117. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
  118. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
  119. data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
  120. data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
  121. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
  122. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
  123. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
  124. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
  126. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
  128. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
  130. data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
  131. data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
  132. data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
  133. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
  135. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
  137. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  138. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
  139. data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
  140. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
  143. data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
  144. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
  145. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
  146. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
  147. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
  148. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
  149. data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
  150. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  151. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
  152. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
  162. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
  164. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
  166. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
  167. data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  169. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
  170. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
  171. data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
  172. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
  174. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
  175. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
  176. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
  177. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
  178. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
  179. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
  180. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
  181. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
  182. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  183. data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
  184. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
  185. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
  186. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
  187. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
  188. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
  189. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
  190. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
  191. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
  192. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
  193. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
  194. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
  195. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
  196. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
  197. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
  198. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
  199. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
  200. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
  201. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
  202. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
  203. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
  204. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
  205. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
  206. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
  207. data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
  208. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  209. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
  210. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
  211. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
  212. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
  213. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
  214. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
  215. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  216. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
  217. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
  218. data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
  219. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
  220. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
  221. data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
  222. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
  223. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
  224. data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
  225. data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
  226. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
  227. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
  228. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
  229. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
  230. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
  231. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
  232. data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
  233. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
  236. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
  237. data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
  238. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  240. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
  242. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  243. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
  244. data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
  245. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
  248. data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
  249. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
  250. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
  251. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
  252. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
  253. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
  254. data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
  255. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  256. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
  257. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
  258. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
  267. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
  269. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
  270. data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
  271. data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
  272. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
  273. data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
  274. data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
  275. data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
  276. data/vendor/local/share/doc/groonga/source/index.txt +1 -0
  277. data/vendor/local/share/doc/groonga/source/install.txt +14 -3
  278. data/vendor/local/share/doc/groonga/source/log.txt +214 -0
  279. data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
  280. data/vendor/local/share/doc/groonga/source/news.txt +35 -3
  281. data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
  282. data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
  283. data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
  284. data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
  285. data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
  286. data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
  287. data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
  288. data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
  289. data/vendor/local/share/license/groonga/AUTHORS +17 -0
  290. data/vendor/local/share/license/groonga/COPYING +504 -0
  291. data/vendor/local/share/license/mecab/AUTHORS +1 -0
  292. data/vendor/local/share/license/mecab/BSD +29 -0
  293. data/vendor/local/share/license/mecab/COPYING +4 -0
  294. data/vendor/local/share/license/mecab/GPL +340 -0
  295. data/vendor/local/share/license/mecab/LGPL +504 -0
  296. data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
  297. data/vendor/local/share/license/naist-jdic/COPYING +31 -0
  298. data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
  299. data/vendor/local/share/man/man1/groonga.1 +1174 -48
  300. metadata +62 -9
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>バージョン1.1.xのお知らせ &mdash; groonga v1.2.4 documentation</title>
12
+ <title>バージョン1.1.xのお知らせ &mdash; groonga v1.2.5 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: '1.2.4',
20
+ VERSION: '1.2.5',
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 v1.2.4 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v1.2.5 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 v1.2.4 documentation</a> &raquo;</li>
56
+ <li><a href="../index.html">groonga v1.2.5 documentation</a> &raquo;</li>
57
57
  </ul>
58
58
  </div>
59
59
 
@@ -141,7 +141,7 @@ groonga_suggest_create_dataset変数を追加。</li>
141
141
  <li class="right" style="margin-right: 10px">
142
142
  <a href="../genindex.html" title="General Index"
143
143
  >index</a></li>
144
- <li><a href="../index.html">groonga v1.2.4 documentation</a> &raquo;</li>
144
+ <li><a href="../index.html">groonga v1.2.5 documentation</a> &raquo;</li>
145
145
  </ul>
146
146
  </div>
147
147
  <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 v1.2.4 documentation</title>
12
+ <title>News &mdash; groonga v1.2.5 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: '1.2.4',
20
+ VERSION: '1.2.5',
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 v1.2.4 documentation" href="index.html" />
30
+ <link rel="top" title="groonga v1.2.5 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 v1.2.4 documentation</a> &raquo;</li>
56
+ <li><a href="index.html">groonga v1.2.5 documentation</a> &raquo;</li>
57
57
  </ul>
58
58
  </div>
59
59
 
@@ -64,12 +64,44 @@
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-1-2-4-2011-07-29">
68
- <span id="release-1-2-4"></span><h2>Release 1.2.4 - 2011/07/29<a class="headerlink" href="#release-1-2-4-2011-07-29" title="Permalink to this headline">¶</a></h2>
67
+ <div class="section" id="release-1-2-5-2011-08-29">
68
+ <span id="release-1-2-5"></span><h2>Release 1.2.5 - 2011/08/29<a class="headerlink" href="#release-1-2-5-2011-08-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>Re-supported <a href="#id1"><span class="problematic" id="id2">*</span></a>BSD. (Reported by OBATA Akio)</li>
72
+ <li>Added experimental Windows installer support.</li>
73
+ <li>Accepted &quot;#&quot; and &quot;-&quot; as a valid name characters. #1043</li>
74
+ <li>Accepted all valid characters except &quot;_&quot; as the first character. #1043</li>
75
+ <li>Supported <cite>--each</cite> for <cite>[...]</cite> form <a class="reference internal" href="commands/load.html"><em>load</em></a>. #1044</li>
76
+ <li>Added documentation for <a class="reference internal" href="suggest.html"><em>Suggest</em></a>.</li>
77
+ <li>Supported threshold as <cite>--frequency_threshold</cite> and
78
+ <cite>--conditional_probability_threshold</cite> options in all
79
+ <a class="reference internal" href="commands/suggest.html"><em>suggest</em></a> types. #1042</li>
80
+ <li>[groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048</li>
81
+ <li>Supported string input for reference vector column value. #1051</li>
82
+ <li>[groonga-suggest-httpd] Added <cite>--n-lines-per-log-file</cite>
83
+ option that changes log line limitation for a file.</li>
84
+ <li>[groonga-suggest-httpd] Added <cite>p</cite> parameter for
85
+ <cite>--conditional_probability_threshold</cite>.</li>
86
+ <li>Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053</li>
87
+ <li>Exported grn_ctx_close(). #1035</li>
88
+ </ul>
89
+ </div>
90
+ <div class="section" id="fixes">
91
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
92
+ <ul class="simple">
93
+ <li>Fixed a crash bug that invalid value is passed as match expression
94
+ argument in <a class="reference internal" href="commands/select.html"><em>select</em></a>. #1047</li>
95
+ <li>Fixed a bug that hash table cursor returns garbage records.</li>
96
+ </ul>
97
+ </div>
98
+ </div>
99
+ <div class="section" id="release-1-2-4-2011-07-29">
100
+ <span id="release-1-2-4"></span><h2>Release 1.2.4 - 2011/07/29<a class="headerlink" href="#release-1-2-4-2011-07-29" title="Permalink to this headline">¶</a></h2>
101
+ <div class="section" id="id1">
102
+ <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
103
+ <ul class="simple">
104
+ <li>Re-supported <a href="#id2"><span class="problematic" id="id3">*</span></a>BSD. (Reported by OBATA Akio)</li>
73
105
  <li>Improved sed related portability. (Suggested by OBATA Akio)</li>
74
106
  <li>Re-supported Visual C++ 2008.</li>
75
107
  <li>Supported <a class="reference internal" href="commands/check.html"><em>check</em></a> for hash table.</li>
@@ -80,11 +112,11 @@ for convenience. #1030</li>
80
112
  <li>Supported ~/.groonga-history.</li>
81
113
  </ul>
82
114
  </div>
83
- <div class="section" id="fixes">
84
- <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
115
+ <div class="section" id="id4">
116
+ <h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
85
117
  <ul class="simple">
86
118
  <li>Fixed broken libedit support. (Reported by Daiki Ueno)</li>
87
- <li>Fixed source URL in <a href="#id3"><span class="problematic" id="id4">*</span></a>.spec (Reported by Daiki Ueno)</li>
119
+ <li>Fixed source URL in <a href="#id5"><span class="problematic" id="id6">*</span></a>.spec (Reported by Daiki Ueno)</li>
88
120
  <li>Fixed patricia trie cursor returns wrong records.</li>
89
121
  <li>Added missing database lock clear for grn_obj_clear_lock()
90
122
  for database.</li>
@@ -102,8 +134,8 @@ record deletion.</li>
102
134
  </div>
103
135
  <div class="section" id="release-1-2-3-2011-06-29">
104
136
  <span id="release-1-2-3"></span><h2>Release 1.2.3 - 2011/06/29<a class="headerlink" href="#release-1-2-3-2011-06-29" title="Permalink to this headline">¶</a></h2>
105
- <div class="section" id="id5">
106
- <h3>Improvements<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
137
+ <div class="section" id="id7">
138
+ <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
107
139
  <ul class="simple">
108
140
  <li>Added invalid table name check. #912</li>
109
141
  <li>Added groonga-query-log-analyzer that analyze query log.</li>
@@ -113,15 +145,15 @@ record deletion.</li>
113
145
  <li>Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental)</li>
114
146
  </ul>
115
147
  </div>
116
- <div class="section" id="id6">
117
- <h3>Fixes<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
148
+ <div class="section" id="id8">
149
+ <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
118
150
  <ul class="simple">
119
151
  <li>fix get command crash. (Reported by OBATA Akio)</li>
120
152
  <li>fix elapsed time overflow in query log. #944</li>
121
153
  </ul>
122
154
  </div>
123
- <div class="section" id="id7">
124
- <h3>Thanks<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
155
+ <div class="section" id="id9">
156
+ <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
125
157
  <ul class="simple">
126
158
  <li>OBATA Akio</li>
127
159
  </ul>
@@ -129,8 +161,8 @@ record deletion.</li>
129
161
  </div>
130
162
  <div class="section" id="release-1-2-2-2011-05-29">
131
163
  <span id="release-1-2-2"></span><h2>Release 1.2.2 - 2011/05/29<a class="headerlink" href="#release-1-2-2-2011-05-29" title="Permalink to this headline">¶</a></h2>
132
- <div class="section" id="id8">
133
- <h3>Improvements<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
164
+ <div class="section" id="id10">
165
+ <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
134
166
  <ul class="simple">
135
167
  <li>Added packages for Ubuntu 11.04 Natty Narwhal.</li>
136
168
  <li>Removed packages for Ubuntu 10.10 Maverick Meerkat.</li>
@@ -157,25 +189,25 @@ grn_plugin_get_suffix() API.</li>
157
189
  <li>Showed invalid name context in error message. #935</li>
158
190
  </ul>
159
191
  </div>
160
- <div class="section" id="id9">
161
- <h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
192
+ <div class="section" id="id11">
193
+ <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
162
194
  <ul class="simple">
163
195
  <li>Fixed a data breaking bug on multi process update. #890</li>
164
196
  </ul>
165
197
  </div>
166
198
  </div>
167
- <div class="section" id="id10">
168
- <h2>1.2.1リリース - 2011/04/29<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
169
- <div class="section" id="id11">
170
- <h3>改良<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
199
+ <div class="section" id="id12">
200
+ <h2>1.2.1リリース - 2011/04/29<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
201
+ <div class="section" id="id13">
202
+ <h3>改良<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
171
203
  <ul class="simple">
172
204
  <li>suggestコマンドにthresholdパラメーターを追加。#895</li>
173
205
  <li>suggestのHTTPサーバにlimitパラメーターを追加。#899</li>
174
206
  <li>grntest: SIGINTでの中断に対応。</li>
175
207
  </ul>
176
208
  </div>
177
- <div class="section" id="id12">
178
- <h3>修正<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
209
+ <div class="section" id="id14">
210
+ <h3>修正<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
179
211
  <ul class="simple">
180
212
  <li>同時に複数のデータベースを開いているとき、1つでもデータベー
181
213
  スを閉じると関連するプラグインも閉じられてしまう問題を修正。 #894</li>
@@ -184,18 +216,18 @@ grn_plugin_get_suffix() API.</li>
184
216
  <li>チュートリアル中のtypoを修正。(moozさんが修正)</li>
185
217
  </ul>
186
218
  </div>
187
- <div class="section" id="id13">
188
- <h3>感謝<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
219
+ <div class="section" id="id15">
220
+ <h3>感謝<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
189
221
  <ul class="simple">
190
222
  <li>ICHII Takashiさん</li>
191
223
  <li>moozさん</li>
192
224
  </ul>
193
225
  </div>
194
226
  </div>
195
- <div class="section" id="id14">
196
- <h2>1.2.0リリース - 2011/03/29<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
197
- <div class="section" id="id15">
198
- <h3>改良<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
227
+ <div class="section" id="id16">
228
+ <h2>1.2.0リリース - 2011/03/29<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h2>
229
+ <div class="section" id="id17">
230
+ <h3>改良<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
199
231
  <ul class="simple">
200
232
  <li>MacPortsでのインストールドキュメントを追加。</li>
201
233
  <li>Homebrewでのインストールドキュメントを追加。</li>
@@ -211,8 +243,8 @@ grn_plugin_get_suffix() API.</li>
211
243
  だし、ログには残る。 #893</li>
212
244
  </ul>
213
245
  </div>
214
- <div class="section" id="id16">
215
- <h3>修正<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
246
+ <div class="section" id="id18">
247
+ <h3>修正<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
216
248
  <ul class="simple">
217
249
  <li>autoconf 2.59環境において、ファイルシステムのルート直下に
218
250
  groongaディレクトリを作成しようとする問題を修正。 #833</li>
@@ -230,22 +262,22 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
230
262
  <li><a class="reference internal" href="commands/load.html"><em>load</em></a> でクラッシュする問題を修正。 #661</li>
231
263
  </ul>
232
264
  </div>
233
- <div class="section" id="id17">
234
- <h3>実験的<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
265
+ <div class="section" id="id19">
266
+ <h3>実験的<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
235
267
  <ul class="simple">
236
268
  <li>grn_table_truncate()を追加。(実験的。問題あり)</li>
237
269
  <li>truncateコマンドを追加。(実験的。問題あり) #888</li>
238
270
  </ul>
239
271
  </div>
240
- <div class="section" id="id18">
241
- <h3>感謝<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
272
+ <div class="section" id="id20">
273
+ <h3>感謝<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
242
274
  <ul class="simple">
243
275
  <li>&#64;tomotaka_itoさん</li>
244
276
  </ul>
245
277
  </div>
246
278
  </div>
247
- <div class="section" id="id19">
248
- <h2>過去のリリース<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h2>
279
+ <div class="section" id="id21">
280
+ <h2>過去のリリース<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h2>
249
281
  <div class="toctree-wrapper compound">
250
282
  <ul>
251
283
  <li class="toctree-l1"><a class="reference internal" href="news/1.1.x.html">バージョン1.1.xのお知らせ</a><ul>
@@ -283,37 +315,42 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
283
315
  <h3><a href="index.html">Table Of Contents</a></h3>
284
316
  <ul>
285
317
  <li><a class="reference internal" href="#">News</a><ul>
286
- <li><a class="reference internal" href="#release-1-2-4-2011-07-29">Release 1.2.4 - 2011/07/29</a><ul>
318
+ <li><a class="reference internal" href="#release-1-2-5-2011-08-29">Release 1.2.5 - 2011/08/29</a><ul>
287
319
  <li><a class="reference internal" href="#improvements">Improvements</a></li>
288
320
  <li><a class="reference internal" href="#fixes">Fixes</a></li>
321
+ </ul>
322
+ </li>
323
+ <li><a class="reference internal" href="#release-1-2-4-2011-07-29">Release 1.2.4 - 2011/07/29</a><ul>
324
+ <li><a class="reference internal" href="#id1">Improvements</a></li>
325
+ <li><a class="reference internal" href="#id4">Fixes</a></li>
289
326
  <li><a class="reference internal" href="#thanks">Thanks</a></li>
290
327
  </ul>
291
328
  </li>
292
329
  <li><a class="reference internal" href="#release-1-2-3-2011-06-29">Release 1.2.3 - 2011/06/29</a><ul>
293
- <li><a class="reference internal" href="#id5">Improvements</a></li>
294
- <li><a class="reference internal" href="#id6">Fixes</a></li>
295
- <li><a class="reference internal" href="#id7">Thanks</a></li>
330
+ <li><a class="reference internal" href="#id7">Improvements</a></li>
331
+ <li><a class="reference internal" href="#id8">Fixes</a></li>
332
+ <li><a class="reference internal" href="#id9">Thanks</a></li>
296
333
  </ul>
297
334
  </li>
298
335
  <li><a class="reference internal" href="#release-1-2-2-2011-05-29">Release 1.2.2 - 2011/05/29</a><ul>
299
- <li><a class="reference internal" href="#id8">Improvements</a></li>
300
- <li><a class="reference internal" href="#id9">Fixes</a></li>
336
+ <li><a class="reference internal" href="#id10">Improvements</a></li>
337
+ <li><a class="reference internal" href="#id11">Fixes</a></li>
301
338
  </ul>
302
339
  </li>
303
- <li><a class="reference internal" href="#id10">1.2.1リリース - 2011/04/29</a><ul>
304
- <li><a class="reference internal" href="#id11">改良</a></li>
305
- <li><a class="reference internal" href="#id12">修正</a></li>
306
- <li><a class="reference internal" href="#id13">感謝</a></li>
340
+ <li><a class="reference internal" href="#id12">1.2.1リリース - 2011/04/29</a><ul>
341
+ <li><a class="reference internal" href="#id13">改良</a></li>
342
+ <li><a class="reference internal" href="#id14">修正</a></li>
343
+ <li><a class="reference internal" href="#id15">感謝</a></li>
307
344
  </ul>
308
345
  </li>
309
- <li><a class="reference internal" href="#id14">1.2.0リリース - 2011/03/29</a><ul>
310
- <li><a class="reference internal" href="#id15">改良</a></li>
311
- <li><a class="reference internal" href="#id16">修正</a></li>
312
- <li><a class="reference internal" href="#id17">実験的</a></li>
313
- <li><a class="reference internal" href="#id18">感謝</a></li>
346
+ <li><a class="reference internal" href="#id16">1.2.0リリース - 2011/03/29</a><ul>
347
+ <li><a class="reference internal" href="#id17">改良</a></li>
348
+ <li><a class="reference internal" href="#id18">修正</a></li>
349
+ <li><a class="reference internal" href="#id19">実験的</a></li>
350
+ <li><a class="reference internal" href="#id20">感謝</a></li>
314
351
  </ul>
315
352
  </li>
316
- <li><a class="reference internal" href="#id19">過去のリリース</a><ul>
353
+ <li><a class="reference internal" href="#id21">過去のリリース</a><ul>
317
354
  </ul>
318
355
  </li>
319
356
  </ul>
@@ -348,7 +385,7 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
348
385
  <li class="right" style="margin-right: 10px">
349
386
  <a href="genindex.html" title="General Index"
350
387
  >index</a></li>
351
- <li><a href="index.html">groonga v1.2.4 documentation</a> &raquo;</li>
388
+ <li><a href="index.html">groonga v1.2.5 documentation</a> &raquo;</li>
352
389
  </ul>
353
390
  </div>
354
391
  <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>5.4. 疑似カラム (pseudo_column) &mdash; groonga v1.2.4 documentation</title>
12
+ <title>6.4. 疑似カラム (pseudo_column) &mdash; groonga v1.2.5 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: '1.2.4',
20
+ VERSION: '1.2.5',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="groonga v1.2.4 documentation" href="index.html" />
31
- <link rel="up" title="5. リファレンスマニュアル" href="reference.html" />
32
- <link rel="next" title="5.5. grn_expr" href="expr.html" />
33
- <link rel="prev" title="5.3. データ型" href="type.html" />
30
+ <link rel="top" title="groonga v1.2.5 documentation" href="index.html" />
31
+ <link rel="up" title="6. リファレンスマニュアル" href="reference.html" />
32
+ <link rel="next" title="6.5. grn_expr" href="expr.html" />
33
+ <link rel="prev" title="6.3. データ型" href="type.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,13 +57,13 @@
57
57
  <a href="genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="expr.html" title="5.5. grn_expr"
60
+ <a href="expr.html" title="6.5. grn_expr"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="type.html" title="5.3. データ型"
63
+ <a href="type.html" title="6.3. データ型"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="index.html">groonga v1.2.4 documentation</a> &raquo;</li>
66
- <li><a href="reference.html" accesskey="U">5. リファレンスマニュアル</a> &raquo;</li>
65
+ <li><a href="index.html">groonga v1.2.5 documentation</a> &raquo;</li>
66
+ <li><a href="reference.html" accesskey="U">6. リファレンスマニュアル</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
69
69
 
@@ -73,13 +73,13 @@
73
73
  <div class="body">
74
74
 
75
75
  <div class="section" id="pseudo-column">
76
- <h1>5.4. 疑似カラム (pseudo_column)<a class="headerlink" href="#pseudo-column" title="Permalink to this headline">¶</a></h1>
76
+ <h1>6.4. 疑似カラム (pseudo_column)<a class="headerlink" href="#pseudo-column" title="Permalink to this headline">¶</a></h1>
77
77
  <div class="section" id="id1">
78
- <h2>5.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
78
+ <h2>6.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
79
  <p>疑似カラム</p>
80
80
  </div>
81
81
  <div class="section" id="id2">
82
- <h2>5.4.2. 説明<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
82
+ <h2>6.4.2. 説明<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
83
  <p>groongaのデータベースで作成したテーブルには、いくつかのカラムが自動的に定義されます。</p>
84
84
  <p>これらのカラムはいずれもアンダースコア('_')で始まる名前が付与されます。定義される疑似カラムは、テーブルの種類によって異なります。</p>
85
85
  <p><tt class="docutils literal"><span class="pre">_id</span></tt></p>
@@ -110,19 +110,19 @@
110
110
  <div class="sphinxsidebarwrapper">
111
111
  <h3><a href="index.html">Table Of Contents</a></h3>
112
112
  <ul>
113
- <li><a class="reference internal" href="#">5.4. 疑似カラム (pseudo_column)</a><ul>
114
- <li><a class="reference internal" href="#id1">5.4.1. 名前</a></li>
115
- <li><a class="reference internal" href="#id2">5.4.2. 説明</a></li>
113
+ <li><a class="reference internal" href="#">6.4. 疑似カラム (pseudo_column)</a><ul>
114
+ <li><a class="reference internal" href="#id1">6.4.1. 名前</a></li>
115
+ <li><a class="reference internal" href="#id2">6.4.2. 説明</a></li>
116
116
  </ul>
117
117
  </li>
118
118
  </ul>
119
119
 
120
120
  <h4>Previous topic</h4>
121
121
  <p class="topless"><a href="type.html"
122
- title="previous chapter">5.3. データ型</a></p>
122
+ title="previous chapter">6.3. データ型</a></p>
123
123
  <h4>Next topic</h4>
124
124
  <p class="topless"><a href="expr.html"
125
- title="next chapter">5.5. grn_expr</a></p>
125
+ title="next chapter">6.5. grn_expr</a></p>
126
126
  <h3>This Page</h3>
127
127
  <ul class="this-page-menu">
128
128
  <li><a href="_sources/pseudo_column.txt"
@@ -152,13 +152,13 @@
152
152
  <a href="genindex.html" title="General Index"
153
153
  >index</a></li>
154
154
  <li class="right" >
155
- <a href="expr.html" title="5.5. grn_expr"
155
+ <a href="expr.html" title="6.5. grn_expr"
156
156
  >next</a> |</li>
157
157
  <li class="right" >
158
- <a href="type.html" title="5.3. データ型"
158
+ <a href="type.html" title="6.3. データ型"
159
159
  >previous</a> |</li>
160
- <li><a href="index.html">groonga v1.2.4 documentation</a> &raquo;</li>
161
- <li><a href="reference.html" >5. リファレンスマニュアル</a> &raquo;</li>
160
+ <li><a href="index.html">groonga v1.2.5 documentation</a> &raquo;</li>
161
+ <li><a href="reference.html" >6. リファレンスマニュアル</a> &raquo;</li>
162
162
  </ul>
163
163
  </div>
164
164
  <div class="footer">