rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
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>5.6. 組み込み関数一覧 &mdash; groonga v1.2.4ドキュメント</title>
12
+ <title>6.6. 組み込み関数一覧 &mdash; groonga v1.2.5ドキュメント</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
@@ -28,10 +28,10 @@
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="_static/favicon.ico"/>
31
- <link rel="top" title="groonga v1.2.4ドキュメント" href="index.html" />
32
- <link rel="up" title="5. リファレンスマニュアル" href="reference.html" />
33
- <link rel="next" title="5.6.1. edit_distance" href="functions/edit_distance.html" />
34
- <link rel="prev" title="5.5. grn_expr" href="expr.html" />
31
+ <link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
32
+ <link rel="up" title="6. リファレンスマニュアル" href="reference.html" />
33
+ <link rel="next" title="6.6.1. edit_distance" href="functions/edit_distance.html" />
34
+ <link rel="prev" title="6.5. grn_expr" href="expr.html" />
35
35
  </head>
36
36
  <body>
37
37
  <div class="header">
@@ -58,13 +58,13 @@
58
58
  <a href="genindex.html" title="総合索引"
59
59
  accesskey="I">索引</a></li>
60
60
  <li class="right" >
61
- <a href="functions/edit_distance.html" title="5.6.1. edit_distance"
61
+ <a href="functions/edit_distance.html" title="6.6.1. edit_distance"
62
62
  accesskey="N">次へ</a> |</li>
63
63
  <li class="right" >
64
- <a href="expr.html" title="5.5. grn_expr"
64
+ <a href="expr.html" title="6.5. grn_expr"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
67
- <li><a href="reference.html" accesskey="U">5. リファレンスマニュアル</a> &raquo;</li>
66
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
67
+ <li><a href="reference.html" accesskey="U">6. リファレンスマニュアル</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,15 +74,15 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="id1">
77
- <h1>5.6. 組み込み関数一覧<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
+ <h1>6.6. 組み込み関数一覧<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
78
78
  <div class="toctree-wrapper compound">
79
79
  <ul>
80
- <li class="toctree-l1"><a class="reference internal" href="functions/edit_distance.html">5.6.1. edit_distance</a></li>
81
- <li class="toctree-l1"><a class="reference internal" href="functions/geo_distance.html">5.6.2. geo_distance</a></li>
82
- <li class="toctree-l1"><a class="reference internal" href="functions/geo_in_circle.html">5.6.3. geo_in_circle</a></li>
83
- <li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">5.6.4. geo_in_rectangle</a></li>
84
- <li class="toctree-l1"><a class="reference internal" href="functions/now.html">5.6.5. now</a></li>
85
- <li class="toctree-l1"><a class="reference internal" href="functions/rand.html">5.6.6. rand</a></li>
80
+ <li class="toctree-l1"><a class="reference internal" href="functions/edit_distance.html">6.6.1. edit_distance</a></li>
81
+ <li class="toctree-l1"><a class="reference internal" href="functions/geo_distance.html">6.6.2. geo_distance</a></li>
82
+ <li class="toctree-l1"><a class="reference internal" href="functions/geo_in_circle.html">6.6.3. geo_in_circle</a></li>
83
+ <li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">6.6.4. geo_in_rectangle</a></li>
84
+ <li class="toctree-l1"><a class="reference internal" href="functions/now.html">6.6.5. now</a></li>
85
+ <li class="toctree-l1"><a class="reference internal" href="functions/rand.html">6.6.6. rand</a></li>
86
86
  </ul>
87
87
  </div>
88
88
  </div>
@@ -95,10 +95,10 @@
95
95
  <div class="sphinxsidebarwrapper">
96
96
  <h4>前のトピックへ</h4>
97
97
  <p class="topless"><a href="expr.html"
98
- title="前の章へ">5.5. grn_expr</a></p>
98
+ title="前の章へ">6.5. grn_expr</a></p>
99
99
  <h4>次のトピックへ</h4>
100
100
  <p class="topless"><a href="functions/edit_distance.html"
101
- title="次の章へ">5.6.1. edit_distance</a></p>
101
+ title="次の章へ">6.6.1. edit_distance</a></p>
102
102
  <h3>このページ</h3>
103
103
  <ul class="this-page-menu">
104
104
  <li><a href="_sources/functions.txt"
@@ -128,13 +128,13 @@
128
128
  <a href="genindex.html" title="総合索引"
129
129
  >索引</a></li>
130
130
  <li class="right" >
131
- <a href="functions/edit_distance.html" title="5.6.1. edit_distance"
131
+ <a href="functions/edit_distance.html" title="6.6.1. edit_distance"
132
132
  >次へ</a> |</li>
133
133
  <li class="right" >
134
- <a href="expr.html" title="5.5. grn_expr"
134
+ <a href="expr.html" title="6.5. grn_expr"
135
135
  >前へ</a> |</li>
136
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
137
- <li><a href="reference.html" >5. リファレンスマニュアル</a> &raquo;</li>
136
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
137
+ <li><a href="reference.html" >6. リファレンスマニュアル</a> &raquo;</li>
138
138
  </ul>
139
139
  </div>
140
140
  <div class="footer">
@@ -11,7 +11,7 @@
11
11
  <head>
12
12
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
13
 
14
- <title>索引 &mdash; groonga v1.2.4ドキュメント</title>
14
+ <title>索引 &mdash; groonga v1.2.5ドキュメント</title>
15
15
 
16
16
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
17
17
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -19,7 +19,7 @@
19
19
  <script type="text/javascript">
20
20
  var DOCUMENTATION_OPTIONS = {
21
21
  URL_ROOT: '',
22
- VERSION: '1.2.4',
22
+ VERSION: '1.2.5',
23
23
  COLLAPSE_INDEX: false,
24
24
  FILE_SUFFIX: '.html',
25
25
  HAS_SOURCE: true
@@ -30,7 +30,7 @@
30
30
  <script type="text/javascript" src="_static/doctools.js"></script>
31
31
  <script type="text/javascript" src="_static/translations.js"></script>
32
32
  <link rel="shortcut icon" href="_static/favicon.ico"/>
33
- <link rel="top" title="groonga v1.2.4ドキュメント" href="index.html" />
33
+ <link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -56,7 +56,7 @@
56
56
  <li class="right" style="margin-right: 10px">
57
57
  <a href="#" title="総合索引"
58
58
  accesskey="I">索引</a></li>
59
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
59
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
60
60
  </ul>
61
61
  </div>
62
62
 
@@ -540,7 +540,7 @@
540
540
  <li class="right" style="margin-right: 10px">
541
541
  <a href="#" title="総合索引"
542
542
  >索引</a></li>
543
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
543
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
544
544
  </ul>
545
545
  </div>
546
546
  <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>groonga ドキュメント &mdash; groonga v1.2.4ドキュメント</title>
12
+ <title>groonga ドキュメント &mdash; groonga v1.2.5ドキュメント</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
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="_static/favicon.ico"/>
31
- <link rel="top" title="groonga v1.2.4ドキュメント" href="#" />
31
+ <link rel="top" title="groonga v1.2.5ドキュメント" href="#" />
32
32
  <link rel="next" title="1. groongaの特徴" href="characteristic.html" />
33
33
  </head>
34
34
  <body>
@@ -58,7 +58,7 @@
58
58
  <li class="right" >
59
59
  <a href="characteristic.html" title="1. groongaの特徴"
60
60
  accesskey="N">次へ</a> |</li>
61
- <li><a href="#">groonga v1.2.4ドキュメント</a> &raquo;</li>
61
+ <li><a href="#">groonga v1.2.5ドキュメント</a> &raquo;</li>
62
62
  </ul>
63
63
  </div>
64
64
 
@@ -95,8 +95,9 @@
95
95
  <li class="toctree-l2"><a class="reference internal" href="install.html#fedora-15">2.7. Fedora 15</a></li>
96
96
  <li class="toctree-l2"><a class="reference internal" href="install.html#mac-os-x-macports">2.8. Mac OS X (MacPorts)</a></li>
97
97
  <li class="toctree-l2"><a class="reference internal" href="install.html#mac-os-x-homebrew">2.9. Mac OS X (Homebrew)</a></li>
98
- <li class="toctree-l2"><a class="reference internal" href="install.html#windows">2.10. Windows</a></li>
99
- <li class="toctree-l2"><a class="reference internal" href="install.html#others">2.11. その他</a></li>
98
+ <li class="toctree-l2"><a class="reference internal" href="install.html#windows-installer">2.10. Windows (Installer)</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="install.html#windows-zip">2.11. Windows (zip)</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="install.html#others">2.12. その他</a></li>
100
101
  </ul>
101
102
  </li>
102
103
  <li class="toctree-l1"><a class="reference internal" href="community.html">3. コミュニティ</a><ul>
@@ -167,99 +168,129 @@
167
168
  </li>
168
169
  </ul>
169
170
  </li>
170
- <li class="toctree-l1"><a class="reference internal" href="reference.html">5. リファレンスマニュアル</a><ul>
171
- <li class="toctree-l2"><a class="reference internal" href="executables.html">5.1. 実行ファイル</a><ul>
172
- <li class="toctree-l3"><a class="reference internal" href="executables/grnslap.html">5.1.1. grnslap</a></li>
173
- <li class="toctree-l3"><a class="reference internal" href="executables/grntest.html">5.1.2. grntest</a></li>
174
- <li class="toctree-l3"><a class="reference internal" href="executables/groonga.html">5.1.3. groonga実行ファイル</a></li>
175
- <li class="toctree-l3"><a class="reference internal" href="executables/http.html">5.1.4. groonga HTTPサービス</a></li>
171
+ <li class="toctree-l1"><a class="reference internal" href="suggest.html">5. サジェスト</a><ul>
172
+ <li class="toctree-l2"><a class="reference internal" href="suggest/introduction.html">5.1. はじめに</a><ul>
173
+ <li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#completion">5.1.1. 補完</a></li>
174
+ <li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#correction">5.1.2. 補正</a></li>
175
+ <li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#suggestion">5.1.3. 提案</a></li>
176
+ <li class="toctree-l3"><a class="reference internal" href="suggest/introduction.html#learning">5.1.4. 学習</a></li>
176
177
  </ul>
177
178
  </li>
178
- <li class="toctree-l2"><a class="reference internal" href="commands.html">5.2. コマンド</a><ul>
179
- <li class="toctree-l3"><a class="reference internal" href="command_version.html">5.2.1. コマンドバージョン</a></li>
180
- <li class="toctree-l3"><a class="reference internal" href="commands/cache_limit.html">5.2.2. cache_limit</a></li>
181
- <li class="toctree-l3"><a class="reference internal" href="commands/check.html">5.2.3. check</a></li>
182
- <li class="toctree-l3"><a class="reference internal" href="commands/clearlock.html">5.2.4. clearlock</a></li>
183
- <li class="toctree-l3"><a class="reference internal" href="commands/column_create.html">5.2.5. column_create</a></li>
184
- <li class="toctree-l3"><a class="reference internal" href="commands/column_list.html">5.2.6. column_list</a></li>
185
- <li class="toctree-l3"><a class="reference internal" href="commands/column_remove.html">5.2.7. column_remove</a></li>
186
- <li class="toctree-l3"><a class="reference internal" href="commands/define_selector.html">5.2.8. define_selector</a></li>
187
- <li class="toctree-l3"><a class="reference internal" href="commands/defrag.html">5.2.9. defrag</a></li>
188
- <li class="toctree-l3"><a class="reference internal" href="commands/delete.html">5.2.10. delete</a></li>
189
- <li class="toctree-l3"><a class="reference internal" href="commands/dump.html">5.2.11. dump</a></li>
190
- <li class="toctree-l3"><a class="reference internal" href="commands/load.html">5.2.12. load</a></li>
191
- <li class="toctree-l3"><a class="reference internal" href="commands/log_level.html">5.2.13. log_level</a></li>
192
- <li class="toctree-l3"><a class="reference internal" href="commands/log_put.html">5.2.14. log_put</a></li>
193
- <li class="toctree-l3"><a class="reference internal" href="commands/log_reopen.html">5.2.15. log_reopen</a></li>
194
- <li class="toctree-l3"><a class="reference internal" href="commands/quit.html">5.2.16. quit</a></li>
195
- <li class="toctree-l3"><a class="reference internal" href="commands/select.html">5.2.17. select</a></li>
196
- <li class="toctree-l3"><a class="reference internal" href="commands/shutdown.html">5.2.18. shutdown</a></li>
197
- <li class="toctree-l3"><a class="reference internal" href="commands/status.html">5.2.19. status</a></li>
198
- <li class="toctree-l3"><a class="reference internal" href="commands/suggest.html">5.2.20. suggest</a></li>
199
- <li class="toctree-l3"><a class="reference internal" href="commands/table_create.html">5.2.21. table_create</a></li>
200
- <li class="toctree-l3"><a class="reference internal" href="commands/table_list.html">5.2.22. table_list</a></li>
201
- <li class="toctree-l3"><a class="reference internal" href="commands/table_remove.html">5.2.23. table_remove</a></li>
202
- <li class="toctree-l3"><a class="reference internal" href="commands/view_add.html">5.2.24. view_add</a></li>
179
+ <li class="toctree-l2"><a class="reference internal" href="suggest/tutorial.html">5.2. チュートリアル</a></li>
180
+ <li class="toctree-l2"><a class="reference internal" href="suggest/completion.html">5.3. 補完</a><ul>
181
+ <li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-it-works">5.3.1. どのように動作するか</a></li>
182
+ <li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-to-use">5.3.2. 使い方</a></li>
183
+ <li class="toctree-l3"><a class="reference internal" href="suggest/completion.html#how-it-learns">5.3.3. 学習方法</a></li>
203
184
  </ul>
204
185
  </li>
205
- <li class="toctree-l2"><a class="reference internal" href="type.html">5.3. データ型</a><ul>
206
- <li class="toctree-l3"><a class="reference internal" href="type.html#id2">5.3.1. 名前</a></li>
207
- <li class="toctree-l3"><a class="reference internal" href="type.html#id3">5.3.2. 説明</a></li>
208
- <li class="toctree-l3"><a class="reference internal" href="type.html#id4">5.3.3. 組込型</a></li>
209
- <li class="toctree-l3"><a class="reference internal" href="type.html#id6">5.3.4. 型に関する制限事項</a></li>
186
+ <li class="toctree-l2"><a class="reference internal" href="suggest/correction.html">5.4. 補正</a><ul>
187
+ <li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-it-works">5.4.1. どのように動作するか</a></li>
188
+ <li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-to-use">5.4.2. 使い方</a></li>
189
+ <li class="toctree-l3"><a class="reference internal" href="suggest/correction.html#how-it-learns">5.4.3. 学習方法</a></li>
210
190
  </ul>
211
191
  </li>
212
- <li class="toctree-l2"><a class="reference internal" href="pseudo_column.html">5.4. 疑似カラム (pseudo_column)</a><ul>
213
- <li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id1">5.4.1. 名前</a></li>
214
- <li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id2">5.4.2. 説明</a></li>
192
+ <li class="toctree-l2"><a class="reference internal" href="suggest/suggestion.html">5.5. 提案</a><ul>
193
+ <li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-it-works">5.5.1. どのように動作するか</a></li>
194
+ <li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-to-use">5.5.2. 使い方</a></li>
195
+ <li class="toctree-l3"><a class="reference internal" href="suggest/suggestion.html#how-it-learns">5.5.3. 学習方法</a></li>
215
196
  </ul>
216
197
  </li>
217
- <li class="toctree-l2"><a class="reference internal" href="expr.html">5.5. grn_expr</a><ul>
218
- <li class="toctree-l3"><a class="reference internal" href="expr.html#id1">5.5.1. 名前</a></li>
219
- <li class="toctree-l3"><a class="reference internal" href="expr.html#id2">5.5.2. 説明</a></li>
220
- <li class="toctree-l3"><a class="reference internal" href="expr.html#scriptgrn-expr">5.5.3. script形式のgrn_expr</a></li>
221
- <li class="toctree-l3"><a class="reference internal" href="expr.html#id3">5.5.4. 例</a></li>
222
198
  </ul>
223
199
  </li>
224
- <li class="toctree-l2"><a class="reference internal" href="functions.html">5.6. 組み込み関数一覧</a><ul>
225
- <li class="toctree-l3"><a class="reference internal" href="functions/edit_distance.html">5.6.1. edit_distance</a></li>
226
- <li class="toctree-l3"><a class="reference internal" href="functions/geo_distance.html">5.6.2. geo_distance</a></li>
227
- <li class="toctree-l3"><a class="reference internal" href="functions/geo_in_circle.html">5.6.3. geo_in_circle</a></li>
228
- <li class="toctree-l3"><a class="reference internal" href="functions/geo_in_rectangle.html">5.6.4. geo_in_rectangle</a></li>
229
- <li class="toctree-l3"><a class="reference internal" href="functions/now.html">5.6.5. now</a></li>
230
- <li class="toctree-l3"><a class="reference internal" href="functions/rand.html">5.6.6. rand</a></li>
200
+ <li class="toctree-l1"><a class="reference internal" href="reference.html">6. リファレンスマニュアル</a><ul>
201
+ <li class="toctree-l2"><a class="reference internal" href="executables.html">6.1. 実行ファイル</a><ul>
202
+ <li class="toctree-l3"><a class="reference internal" href="executables/grnslap.html">6.1.1. grnslap</a></li>
203
+ <li class="toctree-l3"><a class="reference internal" href="executables/grntest.html">6.1.2. grntest</a></li>
204
+ <li class="toctree-l3"><a class="reference internal" href="executables/groonga.html">6.1.3. groonga実行ファイル</a></li>
205
+ <li class="toctree-l3"><a class="reference internal" href="executables/groonga-http.html">6.1.4. groonga HTTPサービス</a></li>
206
+ <li class="toctree-l3"><a class="reference internal" href="executables/groonga-suggest-create-dataset.html">6.1.5. groonga-suggest-create-dataset</a></li>
231
207
  </ul>
232
208
  </li>
233
- <li class="toctree-l2"><a class="reference internal" href="log.html">5.7. Log</a><ul>
234
- <li class="toctree-l3"><a class="reference internal" href="log.html#process-log">5.7.1. Process log</a></li>
235
- <li class="toctree-l3"><a class="reference internal" href="log.html#query-log">5.7.2. Query log</a></li>
209
+ <li class="toctree-l2"><a class="reference internal" href="commands.html">6.2. コマンド</a><ul>
210
+ <li class="toctree-l3"><a class="reference internal" href="command_version.html">6.2.1. コマンドバージョン</a></li>
211
+ <li class="toctree-l3"><a class="reference internal" href="commands/cache_limit.html">6.2.2. cache_limit</a></li>
212
+ <li class="toctree-l3"><a class="reference internal" href="commands/check.html">6.2.3. check</a></li>
213
+ <li class="toctree-l3"><a class="reference internal" href="commands/clearlock.html">6.2.4. clearlock</a></li>
214
+ <li class="toctree-l3"><a class="reference internal" href="commands/column_create.html">6.2.5. column_create</a></li>
215
+ <li class="toctree-l3"><a class="reference internal" href="commands/column_list.html">6.2.6. column_list</a></li>
216
+ <li class="toctree-l3"><a class="reference internal" href="commands/column_remove.html">6.2.7. column_remove</a></li>
217
+ <li class="toctree-l3"><a class="reference internal" href="commands/define_selector.html">6.2.8. define_selector</a></li>
218
+ <li class="toctree-l3"><a class="reference internal" href="commands/defrag.html">6.2.9. defrag</a></li>
219
+ <li class="toctree-l3"><a class="reference internal" href="commands/delete.html">6.2.10. delete</a></li>
220
+ <li class="toctree-l3"><a class="reference internal" href="commands/dump.html">6.2.11. dump</a></li>
221
+ <li class="toctree-l3"><a class="reference internal" href="commands/load.html">6.2.12. load</a></li>
222
+ <li class="toctree-l3"><a class="reference internal" href="commands/log_level.html">6.2.13. log_level</a></li>
223
+ <li class="toctree-l3"><a class="reference internal" href="commands/log_put.html">6.2.14. log_put</a></li>
224
+ <li class="toctree-l3"><a class="reference internal" href="commands/log_reopen.html">6.2.15. log_reopen</a></li>
225
+ <li class="toctree-l3"><a class="reference internal" href="commands/quit.html">6.2.16. quit</a></li>
226
+ <li class="toctree-l3"><a class="reference internal" href="commands/select.html">6.2.17. select</a></li>
227
+ <li class="toctree-l3"><a class="reference internal" href="commands/shutdown.html">6.2.18. shutdown</a></li>
228
+ <li class="toctree-l3"><a class="reference internal" href="commands/status.html">6.2.19. status</a></li>
229
+ <li class="toctree-l3"><a class="reference internal" href="commands/suggest.html">6.2.20. suggest</a></li>
230
+ <li class="toctree-l3"><a class="reference internal" href="commands/table_create.html">6.2.21. table_create</a></li>
231
+ <li class="toctree-l3"><a class="reference internal" href="commands/table_list.html">6.2.22. table_list</a></li>
232
+ <li class="toctree-l3"><a class="reference internal" href="commands/table_remove.html">6.2.23. table_remove</a></li>
233
+ <li class="toctree-l3"><a class="reference internal" href="commands/view_add.html">6.2.24. view_add</a></li>
236
234
  </ul>
237
235
  </li>
236
+ <li class="toctree-l2"><a class="reference internal" href="type.html">6.3. データ型</a><ul>
237
+ <li class="toctree-l3"><a class="reference internal" href="type.html#id2">6.3.1. 名前</a></li>
238
+ <li class="toctree-l3"><a class="reference internal" href="type.html#id3">6.3.2. 説明</a></li>
239
+ <li class="toctree-l3"><a class="reference internal" href="type.html#id4">6.3.3. 組込型</a></li>
240
+ <li class="toctree-l3"><a class="reference internal" href="type.html#id6">6.3.4. 型に関する制限事項</a></li>
238
241
  </ul>
239
242
  </li>
240
- <li class="toctree-l1"><a class="reference internal" href="spec.html">6. 仕様</a><ul>
241
- <li class="toctree-l2"><a class="reference internal" href="spec/search.html">6.1. 検索</a><ul>
242
- <li class="toctree-l3"><a class="reference internal" href="spec/search.html#id2">6.1.1. 検索の挙動</a></li>
243
- <li class="toctree-l3"><a class="reference internal" href="spec/search.html#id6">6.1.2. 検索の使い分け</a></li>
243
+ <li class="toctree-l2"><a class="reference internal" href="pseudo_column.html">6.4. 疑似カラム (pseudo_column)</a><ul>
244
+ <li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id1">6.4.1. 名前</a></li>
245
+ <li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id2">6.4.2. 説明</a></li>
244
246
  </ul>
245
247
  </li>
248
+ <li class="toctree-l2"><a class="reference internal" href="expr.html">6.5. grn_expr</a><ul>
249
+ <li class="toctree-l3"><a class="reference internal" href="expr.html#id1">6.5.1. 名前</a></li>
250
+ <li class="toctree-l3"><a class="reference internal" href="expr.html#id2">6.5.2. 説明</a></li>
251
+ <li class="toctree-l3"><a class="reference internal" href="expr.html#scriptgrn-expr">6.5.3. script形式のgrn_expr</a></li>
252
+ <li class="toctree-l3"><a class="reference internal" href="expr.html#id3">6.5.4. 例</a></li>
246
253
  </ul>
247
254
  </li>
248
- <li class="toctree-l1"><a class="reference internal" href="limitations.html">7. 制限事項</a><ul>
249
- <li class="toctree-l2"><a class="reference internal" href="limitations.html#id2">7.1. インデックス上限値</a></li>
255
+ <li class="toctree-l2"><a class="reference internal" href="functions.html">6.6. 組み込み関数一覧</a><ul>
256
+ <li class="toctree-l3"><a class="reference internal" href="functions/edit_distance.html">6.6.1. edit_distance</a></li>
257
+ <li class="toctree-l3"><a class="reference internal" href="functions/geo_distance.html">6.6.2. geo_distance</a></li>
258
+ <li class="toctree-l3"><a class="reference internal" href="functions/geo_in_circle.html">6.6.3. geo_in_circle</a></li>
259
+ <li class="toctree-l3"><a class="reference internal" href="functions/geo_in_rectangle.html">6.6.4. geo_in_rectangle</a></li>
260
+ <li class="toctree-l3"><a class="reference internal" href="functions/now.html">6.6.5. now</a></li>
261
+ <li class="toctree-l3"><a class="reference internal" href="functions/rand.html">6.6.6. rand</a></li>
250
262
  </ul>
251
263
  </li>
252
- <li class="toctree-l1"><a class="reference internal" href="troubleshooting.html">8. トラブルシューティング</a><ul>
253
- <li class="toctree-l2"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html">8.1. 同じ検索キーワードなのに全文検索結果が異なる</a><ul>
254
- <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id2">8.1.1. 例</a></li>
255
- <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id3">8.1.2. 原因</a></li>
256
- <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id4">8.1.3. 対策方法1: トークナイザーを変更する</a></li>
257
- <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id5">8.1.4. 対策方法2: 閾値をあげる</a></li>
264
+ <li class="toctree-l2"><a class="reference internal" href="log.html">6.7. Log</a><ul>
265
+ <li class="toctree-l3"><a class="reference internal" href="log.html#process-log">6.7.1. Process log</a></li>
266
+ <li class="toctree-l3"><a class="reference internal" href="log.html#query-log">6.7.2. Query log</a></li>
258
267
  </ul>
259
268
  </li>
260
269
  </ul>
261
270
  </li>
262
- <li class="toctree-l1"><a class="reference internal" href="contribution.html">9. groongaへのコントリビュート方法</a><ul>
271
+ <li class="toctree-l1"><a class="reference internal" href="spec.html">7. 仕様</a><ul>
272
+ <li class="toctree-l2"><a class="reference internal" href="spec/search.html">7.1. 検索</a><ul>
273
+ <li class="toctree-l3"><a class="reference internal" href="spec/search.html#id2">7.1.1. 検索の挙動</a></li>
274
+ <li class="toctree-l3"><a class="reference internal" href="spec/search.html#id6">7.1.2. 検索の使い分け</a></li>
275
+ </ul>
276
+ </li>
277
+ </ul>
278
+ </li>
279
+ <li class="toctree-l1"><a class="reference internal" href="limitations.html">8. 制限事項</a><ul>
280
+ <li class="toctree-l2"><a class="reference internal" href="limitations.html#id2">8.1. インデックス上限値</a></li>
281
+ </ul>
282
+ </li>
283
+ <li class="toctree-l1"><a class="reference internal" href="troubleshooting.html">9. トラブルシューティング</a><ul>
284
+ <li class="toctree-l2"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html">9.1. 同じ検索キーワードなのに全文検索結果が異なる</a><ul>
285
+ <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id2">9.1.1. 例</a></li>
286
+ <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id3">9.1.2. 原因</a></li>
287
+ <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id4">9.1.3. 対策方法1: トークナイザーを変更する</a></li>
288
+ <li class="toctree-l3"><a class="reference internal" href="troubleshooting/different_results_with_the_same_keyword.html#id5">9.1.4. 対策方法2: 閾値をあげる</a></li>
289
+ </ul>
290
+ </li>
291
+ </ul>
292
+ </li>
293
+ <li class="toctree-l1"><a class="reference internal" href="contribution.html">10. groongaへのコントリビュート方法</a><ul>
263
294
  <li class="toctree-l2"><a class="reference internal" href="contribution/report.html">1. バグレポートの送り方</a></li>
264
295
  <li class="toctree-l2"><a class="reference internal" href="contribution/development.html">2. groonga開発者向け情報</a><ul>
265
296
  <li class="toctree-l3"><a class="reference internal" href="contribution/development/com.html">2.1. groonga 通信アーキテクチャ</a></li>
@@ -325,7 +356,7 @@
325
356
  <li class="right" >
326
357
  <a href="characteristic.html" title="1. groongaの特徴"
327
358
  >次へ</a> |</li>
328
- <li><a href="#">groonga v1.2.4ドキュメント</a> &raquo;</li>
359
+ <li><a href="#">groonga v1.2.5ドキュメント</a> &raquo;</li>
329
360
  </ul>
330
361
  </div>
331
362
  <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>2. インストール &mdash; groonga v1.2.4ドキュメント</title>
12
+ <title>2. インストール &mdash; groonga v1.2.5ドキュメント</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
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="_static/favicon.ico"/>
31
- <link rel="top" title="groonga v1.2.4ドキュメント" href="index.html" />
31
+ <link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
32
32
  <link rel="next" title="3. コミュニティ" href="community.html" />
33
33
  <link rel="prev" title="1. groongaの特徴" href="characteristic.html" />
34
34
  </head>
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="characteristic.html" title="1. groongaの特徴"
64
64
  accesskey="P">前へ</a> |</li>
65
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
65
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
68
68
 
@@ -215,16 +215,28 @@ deb-src http://packages.groonga.org/ubuntu/ natty universe
215
215
  </pre></div>
216
216
  </div>
217
217
  </div>
218
- <div class="section" id="windows">
219
- <h2>2.10. Windows<a class="headerlink" href="#windows" title="このヘッドラインへのパーマリンク">¶</a></h2>
218
+ <div class="section" id="windows-installer">
219
+ <h2>2.10. Windows (Installer)<a class="headerlink" href="#windows-installer" title="このヘッドラインへのパーマリンク">¶</a></h2>
220
220
  <div class="admonition note">
221
221
  <p class="first admonition-title">ノート</p>
222
222
  <p class="last">x64版のみ提供で32bit版は未提供。</p>
223
223
  </div>
224
- <p><a class="reference external" href="http://packages.groonga.org/windows/groonga/">packages.groonga.org/windows/</a> からzipファイルをダウンロードして展開するだけで使えます。今のところインストーラは配布していません。</p>
224
+ <p>You just download installer (.exe file) from
225
+ <a class="reference external" href="http://packages.groonga.org/windows/groonga/">packages.groonga.org/windows/</a>
226
+ and execute it.</p>
227
+ </div>
228
+ <div class="section" id="windows-zip">
229
+ <h2>2.11. Windows (zip)<a class="headerlink" href="#windows-zip" title="このヘッドラインへのパーマリンク">¶</a></h2>
230
+ <div class="admonition note">
231
+ <p class="first admonition-title">ノート</p>
232
+ <p class="last">x64版のみ提供で32bit版は未提供。</p>
233
+ </div>
234
+ <p>You just download zip-file from
235
+ <a class="reference external" href="http://packages.groonga.org/windows/groonga/">packages.groonga.org/windows/</a>
236
+ and extract it.</p>
225
237
  </div>
226
238
  <div class="section" id="others">
227
- <h2>2.11. その他<a class="headerlink" href="#others" title="このヘッドラインへのパーマリンク">¶</a></h2>
239
+ <h2>2.12. その他<a class="headerlink" href="#others" title="このヘッドラインへのパーマリンク">¶</a></h2>
228
240
  <p>形態素単位でトークナイズした全文検索索引を使用したい場合は、groongaをインストールする前に <a class="reference external" href="http://mecab.sourceforge.net/">MeCab</a> をインストールしてください。</p>
229
241
  <p><a class="reference external" href="http://packages.groonga.org/source/groonga/">packages.groonga.org/source/</a> よりtar.gzファイルを取得し、インストール先の環境にファイルを展開して、以下のように実行することでインストールできます。:</p>
230
242
  <div class="highlight-none"><div class="highlight"><pre>./configure --prefix=/usr --localstatedir=/var &amp;&amp; make &amp;&amp; sudo make install
@@ -252,8 +264,9 @@ deb-src http://packages.groonga.org/ubuntu/ natty universe
252
264
  <li><a class="reference internal" href="#fedora-15">2.7. Fedora 15</a></li>
253
265
  <li><a class="reference internal" href="#mac-os-x-macports">2.8. Mac OS X (MacPorts)</a></li>
254
266
  <li><a class="reference internal" href="#mac-os-x-homebrew">2.9. Mac OS X (Homebrew)</a></li>
255
- <li><a class="reference internal" href="#windows">2.10. Windows</a></li>
256
- <li><a class="reference internal" href="#others">2.11. その他</a></li>
267
+ <li><a class="reference internal" href="#windows-installer">2.10. Windows (Installer)</a></li>
268
+ <li><a class="reference internal" href="#windows-zip">2.11. Windows (zip)</a></li>
269
+ <li><a class="reference internal" href="#others">2.12. その他</a></li>
257
270
  </ul>
258
271
  </li>
259
272
  </ul>
@@ -298,7 +311,7 @@ deb-src http://packages.groonga.org/ubuntu/ natty universe
298
311
  <li class="right" >
299
312
  <a href="characteristic.html" title="1. groongaの特徴"
300
313
  >前へ</a> |</li>
301
- <li><a href="index.html">groonga v1.2.4ドキュメント</a> &raquo;</li>
314
+ <li><a href="index.html">groonga v1.2.5ドキュメント</a> &raquo;</li>
302
315
  </ul>
303
316
  </div>
304
317
  <div class="footer">