rroonga 1.3.0-x86-mingw32 → 1.3.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (334) hide show
  1. data/Rakefile +33 -2
  2. data/benchmark/common.rb +2 -2
  3. data/benchmark/read-write-many-small-items.rb +71 -62
  4. data/benchmark/write-many-small-items.rb +61 -53
  5. data/ext/groonga/rb-grn-context.c +23 -5
  6. data/ext/groonga/rb-grn-index-column.c +2 -6
  7. data/ext/groonga/rb-grn-operator.c +31 -1
  8. data/ext/groonga/rb-grn-variable-size-column.c +77 -1
  9. data/ext/groonga/rb-grn.h +2 -11
  10. data/ext/groonga/rb-groonga.c +1 -2
  11. data/lib/1.8/groonga.so +0 -0
  12. data/lib/1.9/groonga.so +0 -0
  13. data/lib/groonga/command.rb +169 -0
  14. data/lib/groonga/context.rb +4 -124
  15. data/lib/groonga/dumper.rb +10 -8
  16. data/lib/groonga/record.rb +7 -0
  17. data/lib/groonga/schema.rb +98 -7
  18. data/rroonga-build.rb +3 -3
  19. data/test/{test-context-select.rb → test-command-select.rb} +3 -3
  20. data/test/test-record.rb +18 -1
  21. data/test/test-schema-dumper.rb +48 -0
  22. data/test/test-schema-type.rb +35 -0
  23. data/test/test-schema.rb +81 -11
  24. data/test/test-table-select.rb +49 -38
  25. data/test/test-variable-size-column.rb +30 -0
  26. data/vendor/local/bin/grntest.exe +0 -0
  27. data/vendor/local/bin/groonga.exe +0 -0
  28. data/vendor/local/bin/libgroonga-0.dll +0 -0
  29. data/vendor/local/bin/libmecab-1.dll +0 -0
  30. data/vendor/local/bin/mecab.exe +0 -0
  31. data/vendor/local/include/groonga/groonga/plugin.h +3 -2
  32. data/vendor/local/include/groonga/groonga.h +106 -78
  33. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  37. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  38. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  39. data/vendor/local/lib/libgroonga.a +0 -0
  40. data/vendor/local/lib/libgroonga.dll.a +0 -0
  41. data/vendor/local/lib/libmecab.a +0 -0
  42. data/vendor/local/lib/libmecab.dll.a +0 -0
  43. data/vendor/local/lib/pkgconfig/groonga.pc +5 -2
  44. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  45. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  46. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  47. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  49. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  50. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +42 -32
  51. data/vendor/local/share/doc/groonga/en/html/_sources/commands/delete.txt +5 -1
  52. data/vendor/local/share/doc/groonga/en/html/_sources/commands/table_create.txt +5 -2
  53. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +4 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +8 -6
  55. data/vendor/local/share/doc/groonga/en/html/_sources/functions/geo_distance.txt +42 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt +26 -1
  57. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +2 -2
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +102 -27
  59. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +10 -10
  60. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +130 -21
  61. data/vendor/local/share/doc/groonga/en/html/_sources/output.txt +164 -0
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
  63. data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +0 -5
  64. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +6 -4
  65. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +2 -1
  67. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +95 -116
  68. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +1 -4
  69. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +1 -4
  70. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +3 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -2
  72. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +3 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +2 -2
  75. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +3 -3
  76. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +13 -1
  77. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +11 -7
  79. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  80. data/vendor/local/share/doc/groonga/en/html/characteristic.html +60 -52
  81. data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
  82. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
  83. data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
  84. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
  85. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
  86. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
  87. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
  88. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
  89. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
  90. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +38 -35
  91. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
  92. data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
  93. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
  94. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
  95. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
  96. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
  97. data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
  98. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
  99. data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
  100. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +36 -36
  101. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +38 -36
  102. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
  103. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
  104. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
  105. data/vendor/local/share/doc/groonga/en/html/commands.html +41 -41
  106. data/vendor/local/share/doc/groonga/en/html/community.html +14 -12
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +7 -7
  112. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
  113. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
  114. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +7 -7
  115. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +7 -7
  116. data/vendor/local/share/doc/groonga/en/html/contribution.html +15 -13
  117. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +7 -7
  118. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +7 -7
  119. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +7 -7
  120. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +12 -12
  121. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +7 -7
  122. data/vendor/local/share/doc/groonga/en/html/executables.html +7 -7
  123. data/vendor/local/share/doc/groonga/en/html/expr.html +25 -25
  124. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +71 -36
  126. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +53 -33
  127. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
  128. data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
  129. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
  130. data/vendor/local/share/doc/groonga/en/html/functions.html +22 -22
  131. data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -7
  132. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -7
  133. data/vendor/local/share/doc/groonga/en/html/index.html +92 -87
  134. data/vendor/local/share/doc/groonga/en/html/install.html +109 -40
  135. data/vendor/local/share/doc/groonga/en/html/limitations.html +19 -19
  136. data/vendor/local/share/doc/groonga/en/html/log.html +21 -21
  137. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +7 -7
  138. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +7 -7
  139. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +7 -7
  140. data/vendor/local/share/doc/groonga/en/html/news/senna.html +7 -7
  141. data/vendor/local/share/doc/groonga/en/html/news.html +233 -112
  142. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  143. data/vendor/local/share/doc/groonga/en/html/output.html +302 -0
  144. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +21 -21
  145. data/vendor/local/share/doc/groonga/en/html/reference.html +59 -55
  146. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  147. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  148. data/vendor/local/share/doc/groonga/en/html/spec/search.html +11 -11
  149. data/vendor/local/share/doc/groonga/en/html/spec.html +11 -11
  150. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +7 -7
  151. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +7 -7
  152. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +7 -7
  153. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +7 -7
  154. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +7 -7
  155. data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -12
  156. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
  157. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +11 -11
  158. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +23 -23
  159. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +10 -10
  160. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -10
  161. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +124 -164
  162. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +10 -10
  163. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +10 -10
  164. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -10
  165. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +14 -14
  166. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +10 -10
  167. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +11 -10
  168. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +10 -10
  169. data/vendor/local/share/doc/groonga/en/html/tutorial.html +26 -26
  170. data/vendor/local/share/doc/groonga/en/html/type.html +31 -31
  171. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +42 -32
  173. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/delete.txt +5 -1
  174. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/table_create.txt +5 -2
  175. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +4 -3
  176. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +8 -6
  177. data/vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_distance.txt +42 -3
  178. data/vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt +26 -1
  179. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +2 -2
  180. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +102 -27
  181. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +10 -10
  182. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +130 -21
  183. data/vendor/local/share/doc/groonga/ja/html/_sources/output.txt +164 -0
  184. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
  185. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +0 -5
  186. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +6 -4
  187. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -3
  188. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +2 -1
  189. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +95 -116
  190. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +1 -4
  191. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +1 -4
  192. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +3 -0
  193. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -2
  194. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -0
  195. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +3 -0
  196. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +2 -2
  197. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +3 -3
  198. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +13 -1
  199. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +5 -5
  200. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +11 -7
  201. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +55 -47
  203. data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
  204. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
  205. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
  206. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
  207. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
  208. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
  209. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
  210. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
  211. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
  212. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +38 -35
  213. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
  214. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
  215. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
  216. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
  217. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
  218. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
  219. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
  220. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
  221. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
  222. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +36 -36
  223. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +38 -36
  224. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
  225. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
  226. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
  227. data/vendor/local/share/doc/groonga/ja/html/commands.html +41 -41
  228. data/vendor/local/share/doc/groonga/ja/html/community.html +10 -8
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
  230. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
  231. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
  232. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
  233. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +7 -7
  234. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
  235. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  236. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -7
  237. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -7
  238. data/vendor/local/share/doc/groonga/ja/html/contribution.html +7 -7
  239. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +7 -7
  240. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +7 -7
  241. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +7 -7
  242. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +12 -12
  243. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +7 -7
  244. data/vendor/local/share/doc/groonga/ja/html/executables.html +7 -7
  245. data/vendor/local/share/doc/groonga/ja/html/expr.html +25 -25
  246. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
  247. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +71 -36
  248. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +53 -33
  249. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
  250. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
  251. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
  252. data/vendor/local/share/doc/groonga/ja/html/functions.html +22 -22
  253. data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -7
  254. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -7
  255. data/vendor/local/share/doc/groonga/ja/html/index.html +84 -79
  256. data/vendor/local/share/doc/groonga/ja/html/install.html +92 -16
  257. data/vendor/local/share/doc/groonga/ja/html/limitations.html +13 -13
  258. data/vendor/local/share/doc/groonga/ja/html/log.html +21 -21
  259. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +7 -7
  260. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +7 -7
  261. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +7 -7
  262. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +7 -7
  263. data/vendor/local/share/doc/groonga/ja/html/news.html +202 -99
  264. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  265. data/vendor/local/share/doc/groonga/ja/html/output.html +287 -0
  266. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +21 -21
  267. data/vendor/local/share/doc/groonga/ja/html/reference.html +59 -55
  268. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  269. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  270. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +7 -7
  271. data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
  272. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +7 -7
  273. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +7 -7
  274. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +7 -7
  275. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +7 -7
  276. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -11
  278. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
  279. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -7
  280. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +20 -20
  281. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +7 -7
  282. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +7 -7
  283. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +93 -115
  284. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +7 -7
  285. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
  286. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +7 -7
  287. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +8 -8
  288. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +7 -7
  289. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +8 -7
  290. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
  291. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -21
  292. data/vendor/local/share/doc/groonga/ja/html/type.html +31 -31
  293. data/vendor/local/share/doc/groonga/source/characteristic.txt +42 -32
  294. data/vendor/local/share/doc/groonga/source/commands/delete.txt +5 -1
  295. data/vendor/local/share/doc/groonga/source/commands/table_create.txt +5 -2
  296. data/vendor/local/share/doc/groonga/source/community.txt +4 -3
  297. data/vendor/local/share/doc/groonga/source/contribution.txt +8 -6
  298. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +8 -8
  299. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +4 -4
  300. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +4 -4
  301. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +3 -15
  302. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +2 -7
  303. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -7
  304. data/vendor/local/share/doc/groonga/source/functions/geo_distance.txt +42 -3
  305. data/vendor/local/share/doc/groonga/source/functions/geo_in_circle.txt +26 -1
  306. data/vendor/local/share/doc/groonga/source/index.txt +2 -2
  307. data/vendor/local/share/doc/groonga/source/install.txt +102 -27
  308. data/vendor/local/share/doc/groonga/source/limitations.txt +10 -10
  309. data/vendor/local/share/doc/groonga/source/news.txt +130 -21
  310. data/vendor/local/share/doc/groonga/source/output.txt +164 -0
  311. data/vendor/local/share/doc/groonga/source/reference.txt +1 -0
  312. data/vendor/local/share/doc/groonga/source/suggest.txt +0 -5
  313. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +6 -4
  314. data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +1 -3
  315. data/vendor/local/share/doc/groonga/source/tutorial/index.txt +2 -1
  316. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +95 -116
  317. data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +1 -4
  318. data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +1 -4
  319. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +3 -0
  320. data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +1 -2
  321. data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +5 -0
  322. data/vendor/local/share/doc/groonga/source/tutorial/search.txt +3 -0
  323. data/vendor/local/share/doc/groonga/source/tutorial.txt +2 -2
  324. data/vendor/local/share/doc/groonga/source/type.txt +3 -3
  325. data/vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js +1 -0
  326. data/vendor/local/share/groonga/html/admin/index.html +40 -0
  327. data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +6 -0
  328. data/vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt +22 -0
  329. data/vendor/local/share/man/ja/man1/groonga.1 +560 -138
  330. data/vendor/local/share/man/man1/groonga.1 +637 -223
  331. metadata +887 -898
  332. data/ext/groonga/Makefile +0 -184
  333. data/ext/groonga/rb-grn-query.c +0 -260
  334. data/test/test-query.rb +0 -22
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.2.7. column_remove &mdash; groonga v1.2.7 documentation</title>
12
+ <title>7.3.7. column_remove &mdash; groonga v1.2.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '1.2.7',
20
+ VERSION: '1.2.9',
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.7 documentation" href="../index.html" />
31
- <link rel="up" title="7.2. コマンド" href="../commands.html" />
32
- <link rel="next" title="7.2.8. define_selector" href="define_selector.html" />
33
- <link rel="prev" title="7.2.6. column_list" href="column_list.html" />
30
+ <link rel="top" title="groonga v1.2.9 documentation" href="../index.html" />
31
+ <link rel="up" title="7.3. コマンド" href="../commands.html" />
32
+ <link rel="next" title="7.3.8. define_selector" href="define_selector.html" />
33
+ <link rel="prev" title="7.3.6. column_list" href="column_list.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="define_selector.html" title="7.2.8. define_selector"
60
+ <a href="define_selector.html" title="7.3.8. define_selector"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="column_list.html" title="7.2.6. column_list"
63
+ <a href="column_list.html" title="7.3.6. column_list"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../commands.html" accesskey="U">7.2. コマンド</a> &raquo;</li>
67
+ <li><a href="../commands.html" accesskey="U">7.3. コマンド</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,25 +74,25 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="column-remove">
77
- <h1>7.2.7. column_remove<a class="headerlink" href="#column-remove" title="Permalink to this headline">¶</a></h1>
77
+ <h1>7.3.7. column_remove<a class="headerlink" href="#column-remove" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id1">
79
- <h2>7.2.7.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
+ <h2>7.3.7.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
80
80
  <p>column_remove - テーブルに定義されているカラムの削除</p>
81
81
  </div>
82
82
  <div class="section" id="id2">
83
- <h2>7.2.7.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
+ <h2>7.3.7.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
84
84
  <div class="highlight-none"><div class="highlight"><pre>column_remove table name
85
85
  </pre></div>
86
86
  </div>
87
87
  </div>
88
88
  <div class="section" id="id3">
89
- <h2>7.2.7.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
89
+ <h2>7.3.7.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
90
90
  <p>groonga組込コマンドの一つであるcolumn_removeについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
91
91
  <p>column_removeはテーブルに定義されているカラムを削除します。
92
92
  また、付随するインデックスも削除されます。[#]_</p>
93
93
  </div>
94
94
  <div class="section" id="id4">
95
- <h2>7.2.7.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
95
+ <h2>7.3.7.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
96
96
  <dl class="docutils">
97
97
  <dt><tt class="docutils literal"><span class="pre">table</span></tt></dt>
98
98
  <dd>削除対象のカラムが定義されているテーブルの名前を指定します。</dd>
@@ -101,9 +101,9 @@
101
101
  </dl>
102
102
  </div>
103
103
  <div class="section" id="id5">
104
- <h2>7.2.7.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
104
+ <h2>7.3.7.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
105
105
  <div class="section" id="json">
106
- <h3>7.2.7.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
106
+ <h3>7.3.7.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
107
107
  <div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
108
108
 
109
109
  ``成功かどうかのフラグ``
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
  </div>
116
116
  <div class="section" id="id6">
117
- <h2>7.2.7.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
117
+ <h2>7.3.7.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
118
118
  <div class="highlight-none"><div class="highlight"><pre>column_remove Entry body
119
119
 
120
120
  [true]
@@ -138,26 +138,26 @@
138
138
  <div class="sphinxsidebarwrapper">
139
139
  <h3><a href="../index.html">Table Of Contents</a></h3>
140
140
  <ul>
141
- <li><a class="reference internal" href="#">7.2.7. column_remove</a><ul>
142
- <li><a class="reference internal" href="#id1">7.2.7.1. 名前</a></li>
143
- <li><a class="reference internal" href="#id2">7.2.7.2. 書式</a></li>
144
- <li><a class="reference internal" href="#id3">7.2.7.3. 説明</a></li>
145
- <li><a class="reference internal" href="#id4">7.2.7.4. 引数</a></li>
146
- <li><a class="reference internal" href="#id5">7.2.7.5. 返値</a><ul>
147
- <li><a class="reference internal" href="#json">7.2.7.5.1. json形式</a></li>
141
+ <li><a class="reference internal" href="#">7.3.7. column_remove</a><ul>
142
+ <li><a class="reference internal" href="#id1">7.3.7.1. 名前</a></li>
143
+ <li><a class="reference internal" href="#id2">7.3.7.2. 書式</a></li>
144
+ <li><a class="reference internal" href="#id3">7.3.7.3. 説明</a></li>
145
+ <li><a class="reference internal" href="#id4">7.3.7.4. 引数</a></li>
146
+ <li><a class="reference internal" href="#id5">7.3.7.5. 返値</a><ul>
147
+ <li><a class="reference internal" href="#json">7.3.7.5.1. json形式</a></li>
148
148
  </ul>
149
149
  </li>
150
- <li><a class="reference internal" href="#id6">7.2.7.6. 例</a></li>
150
+ <li><a class="reference internal" href="#id6">7.3.7.6. 例</a></li>
151
151
  </ul>
152
152
  </li>
153
153
  </ul>
154
154
 
155
155
  <h4>Previous topic</h4>
156
156
  <p class="topless"><a href="column_list.html"
157
- title="previous chapter">7.2.6. column_list</a></p>
157
+ title="previous chapter">7.3.6. column_list</a></p>
158
158
  <h4>Next topic</h4>
159
159
  <p class="topless"><a href="define_selector.html"
160
- title="next chapter">7.2.8. define_selector</a></p>
160
+ title="next chapter">7.3.8. define_selector</a></p>
161
161
  <h3>This Page</h3>
162
162
  <ul class="this-page-menu">
163
163
  <li><a href="../_sources/commands/column_remove.txt"
@@ -166,7 +166,7 @@
166
166
  <div id="searchbox" style="display: none">
167
167
  <h3>Quick search</h3>
168
168
  <form class="search" action="../search.html" method="get">
169
- <input type="text" name="q" size="18" />
169
+ <input type="text" name="q" />
170
170
  <input type="submit" value="Go" />
171
171
  <input type="hidden" name="check_keywords" value="yes" />
172
172
  <input type="hidden" name="area" value="default" />
@@ -187,18 +187,18 @@
187
187
  <a href="../genindex.html" title="General Index"
188
188
  >index</a></li>
189
189
  <li class="right" >
190
- <a href="define_selector.html" title="7.2.8. define_selector"
190
+ <a href="define_selector.html" title="7.3.8. define_selector"
191
191
  >next</a> |</li>
192
192
  <li class="right" >
193
- <a href="column_list.html" title="7.2.6. column_list"
193
+ <a href="column_list.html" title="7.3.6. column_list"
194
194
  >previous</a> |</li>
195
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
195
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
196
196
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
197
- <li><a href="../commands.html" >7.2. コマンド</a> &raquo;</li>
197
+ <li><a href="../commands.html" >7.3. コマンド</a> &raquo;</li>
198
198
  </ul>
199
199
  </div>
200
200
  <div class="footer">
201
- &copy; Copyright 2009-2011, Brazil, Inc.
201
+ &copy; Copyright 2009-2012, Brazil, Inc.
202
202
  </div>
203
203
  </body>
204
204
  </html>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.2.8. define_selector &mdash; groonga v1.2.7 documentation</title>
12
+ <title>7.3.8. define_selector &mdash; groonga v1.2.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '1.2.7',
20
+ VERSION: '1.2.9',
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.7 documentation" href="../index.html" />
31
- <link rel="up" title="7.2. コマンド" href="../commands.html" />
32
- <link rel="next" title="7.2.9. defrag" href="defrag.html" />
33
- <link rel="prev" title="7.2.7. column_remove" href="column_remove.html" />
30
+ <link rel="top" title="groonga v1.2.9 documentation" href="../index.html" />
31
+ <link rel="up" title="7.3. コマンド" href="../commands.html" />
32
+ <link rel="next" title="7.3.9. defrag" href="defrag.html" />
33
+ <link rel="prev" title="7.3.7. column_remove" href="column_remove.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="defrag.html" title="7.2.9. defrag"
60
+ <a href="defrag.html" title="7.3.9. defrag"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="column_remove.html" title="7.2.7. column_remove"
63
+ <a href="column_remove.html" title="7.3.7. column_remove"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../commands.html" accesskey="U">7.2. コマンド</a> &raquo;</li>
67
+ <li><a href="../commands.html" accesskey="U">7.3. コマンド</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,13 +74,13 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="define-selector">
77
- <h1>7.2.8. define_selector<a class="headerlink" href="#define-selector" title="Permalink to this headline">¶</a></h1>
77
+ <h1>7.3.8. define_selector<a class="headerlink" href="#define-selector" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id1">
79
- <h2>7.2.8.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
+ <h2>7.3.8.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
80
80
  <p>define_selector - 検索コマンドを定義</p>
81
81
  </div>
82
82
  <div class="section" id="id2">
83
- <h2>7.2.8.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
+ <h2>7.3.8.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
84
84
  <div class="highlight-none"><div class="highlight"><pre>define_selector name table [match_columns [query [filter [scorer [sortby
85
85
  [output_columns [offset [limit [drilldown [drilldown_sortby
86
86
  [drilldown_output_columns [drilldown_offset [drilldown_limit]]]]]]]]]]]]]
@@ -88,12 +88,12 @@
88
88
  </div>
89
89
  </div>
90
90
  <div class="section" id="id3">
91
- <h2>7.2.8.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
91
+ <h2>7.3.8.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
92
92
  <p>groonga組込コマンドの一つであるdefine_selectorについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
93
93
  <p>define_selectorは、検索条件をカスタマイズした新たな検索コマンドを定義します。</p>
94
94
  </div>
95
95
  <div class="section" id="id4">
96
- <h2>7.2.8.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
96
+ <h2>7.3.8.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
97
97
  <p><tt class="docutils literal"><span class="pre">name</span></tt></p>
98
98
  <blockquote>
99
99
  <div>定義するselectorコマンドの名前を指定します。</div></blockquote>
@@ -141,9 +141,9 @@
141
141
  <div>追加するselectorコマンドのdrilldown_limit引数のデフォルト値を指定します。</div></blockquote>
142
142
  </div>
143
143
  <div class="section" id="id5">
144
- <h2>7.2.8.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
144
+ <h2>7.3.8.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
145
145
  <div class="section" id="json">
146
- <h3>7.2.8.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
146
+ <h3>7.3.8.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
147
147
  <div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
148
148
 
149
149
  ``成功かどうかのフラグ``
@@ -154,7 +154,7 @@
154
154
  </div>
155
155
  </div>
156
156
  <div class="section" id="id6">
157
- <h2>7.2.8.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
157
+ <h2>7.3.8.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
158
158
  <p>テーブルEntryの全レコード・全カラムの値を出力するselectorコマンドを定義します。:</p>
159
159
  <div class="highlight-none"><div class="highlight"><pre>define_selector entry_selector Entry
160
160
  [true]
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
  </div>
164
164
  <div class="section" id="id7">
165
- <h2>7.2.8.7. 関連項目<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
165
+ <h2>7.3.8.7. 関連項目<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
166
166
  <p><a class="reference internal" href="../expr.html"><em>grn_expr</em></a></p>
167
167
  </div>
168
168
  </div>
@@ -175,27 +175,27 @@
175
175
  <div class="sphinxsidebarwrapper">
176
176
  <h3><a href="../index.html">Table Of Contents</a></h3>
177
177
  <ul>
178
- <li><a class="reference internal" href="#">7.2.8. define_selector</a><ul>
179
- <li><a class="reference internal" href="#id1">7.2.8.1. 名前</a></li>
180
- <li><a class="reference internal" href="#id2">7.2.8.2. 書式</a></li>
181
- <li><a class="reference internal" href="#id3">7.2.8.3. 説明</a></li>
182
- <li><a class="reference internal" href="#id4">7.2.8.4. 引数</a></li>
183
- <li><a class="reference internal" href="#id5">7.2.8.5. 返値</a><ul>
184
- <li><a class="reference internal" href="#json">7.2.8.5.1. json形式</a></li>
178
+ <li><a class="reference internal" href="#">7.3.8. define_selector</a><ul>
179
+ <li><a class="reference internal" href="#id1">7.3.8.1. 名前</a></li>
180
+ <li><a class="reference internal" href="#id2">7.3.8.2. 書式</a></li>
181
+ <li><a class="reference internal" href="#id3">7.3.8.3. 説明</a></li>
182
+ <li><a class="reference internal" href="#id4">7.3.8.4. 引数</a></li>
183
+ <li><a class="reference internal" href="#id5">7.3.8.5. 返値</a><ul>
184
+ <li><a class="reference internal" href="#json">7.3.8.5.1. json形式</a></li>
185
185
  </ul>
186
186
  </li>
187
- <li><a class="reference internal" href="#id6">7.2.8.6. 例</a></li>
188
- <li><a class="reference internal" href="#id7">7.2.8.7. 関連項目</a></li>
187
+ <li><a class="reference internal" href="#id6">7.3.8.6. 例</a></li>
188
+ <li><a class="reference internal" href="#id7">7.3.8.7. 関連項目</a></li>
189
189
  </ul>
190
190
  </li>
191
191
  </ul>
192
192
 
193
193
  <h4>Previous topic</h4>
194
194
  <p class="topless"><a href="column_remove.html"
195
- title="previous chapter">7.2.7. column_remove</a></p>
195
+ title="previous chapter">7.3.7. column_remove</a></p>
196
196
  <h4>Next topic</h4>
197
197
  <p class="topless"><a href="defrag.html"
198
- title="next chapter">7.2.9. defrag</a></p>
198
+ title="next chapter">7.3.9. defrag</a></p>
199
199
  <h3>This Page</h3>
200
200
  <ul class="this-page-menu">
201
201
  <li><a href="../_sources/commands/define_selector.txt"
@@ -204,7 +204,7 @@
204
204
  <div id="searchbox" style="display: none">
205
205
  <h3>Quick search</h3>
206
206
  <form class="search" action="../search.html" method="get">
207
- <input type="text" name="q" size="18" />
207
+ <input type="text" name="q" />
208
208
  <input type="submit" value="Go" />
209
209
  <input type="hidden" name="check_keywords" value="yes" />
210
210
  <input type="hidden" name="area" value="default" />
@@ -225,18 +225,18 @@
225
225
  <a href="../genindex.html" title="General Index"
226
226
  >index</a></li>
227
227
  <li class="right" >
228
- <a href="defrag.html" title="7.2.9. defrag"
228
+ <a href="defrag.html" title="7.3.9. defrag"
229
229
  >next</a> |</li>
230
230
  <li class="right" >
231
- <a href="column_remove.html" title="7.2.7. column_remove"
231
+ <a href="column_remove.html" title="7.3.7. column_remove"
232
232
  >previous</a> |</li>
233
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
233
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
234
234
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
235
- <li><a href="../commands.html" >7.2. コマンド</a> &raquo;</li>
235
+ <li><a href="../commands.html" >7.3. コマンド</a> &raquo;</li>
236
236
  </ul>
237
237
  </div>
238
238
  <div class="footer">
239
- &copy; Copyright 2009-2011, Brazil, Inc.
239
+ &copy; Copyright 2009-2012, Brazil, Inc.
240
240
  </div>
241
241
  </body>
242
242
  </html>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.2.9. defrag &mdash; groonga v1.2.7 documentation</title>
12
+ <title>7.3.9. defrag &mdash; groonga v1.2.9 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '1.2.7',
20
+ VERSION: '1.2.9',
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.7 documentation" href="../index.html" />
31
- <link rel="up" title="7.2. コマンド" href="../commands.html" />
32
- <link rel="next" title="7.2.10. delete" href="delete.html" />
33
- <link rel="prev" title="7.2.8. define_selector" href="define_selector.html" />
30
+ <link rel="top" title="groonga v1.2.9 documentation" href="../index.html" />
31
+ <link rel="up" title="7.3. コマンド" href="../commands.html" />
32
+ <link rel="next" title="7.3.10. delete" href="delete.html" />
33
+ <link rel="prev" title="7.3.8. define_selector" href="define_selector.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,14 +57,14 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="delete.html" title="7.2.10. delete"
60
+ <a href="delete.html" title="7.3.10. delete"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="define_selector.html" title="7.2.8. define_selector"
63
+ <a href="define_selector.html" title="7.3.8. define_selector"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
67
- <li><a href="../commands.html" accesskey="U">7.2. コマンド</a> &raquo;</li>
67
+ <li><a href="../commands.html" accesskey="U">7.3. コマンド</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
70
70
 
@@ -74,32 +74,32 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="defrag">
77
- <h1>7.2.9. defrag<a class="headerlink" href="#defrag" title="Permalink to this headline">¶</a></h1>
77
+ <h1>7.3.9. defrag<a class="headerlink" href="#defrag" title="Permalink to this headline">¶</a></h1>
78
78
  <div class="section" id="id1">
79
- <h2>7.2.9.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
79
+ <h2>7.3.9.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
80
80
  <p>defrag - オブジェクトにセットされたロックを解除する</p>
81
81
  </div>
82
82
  <div class="section" id="id2">
83
- <h2>7.2.9.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
83
+ <h2>7.3.9.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
84
84
  <div class="highlight-none"><div class="highlight"><pre>defrag objname threshold
85
85
  </pre></div>
86
86
  </div>
87
87
  </div>
88
88
  <div class="section" id="id3">
89
- <h2>7.2.9.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
89
+ <h2>7.3.9.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
90
90
  <p>groonga組込コマンドの一つであるdefragについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
91
91
  <p>defragは、対象となるオブジェクト(データベースか可変長サイズカラム)を指定し、オブジェクトのフラグメンテーションを解消します。</p>
92
92
  </div>
93
93
  <div class="section" id="id4">
94
- <h2>7.2.9.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
94
+ <h2>7.3.9.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
95
95
  <p><tt class="docutils literal"><span class="pre">objname</span></tt></p>
96
96
  <blockquote>
97
97
  <div>対象となるオブジェクト名を指定します。空の場合、開いているdbオブジェクトが対象となります。</div></blockquote>
98
98
  </div>
99
99
  <div class="section" id="id5">
100
- <h2>7.2.9.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
100
+ <h2>7.3.9.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
101
101
  <div class="section" id="json">
102
- <h3>7.2.9.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
102
+ <h3>7.3.9.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
103
103
  <div class="highlight-none"><div class="highlight"><pre>[フラグメンテーション解消を実行したセグメントの数]
104
104
 
105
105
  ``フラグメンテーション解消を実行したセグメントの数``
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
  </div>
112
112
  <div class="section" id="id6">
113
- <h2>7.2.9.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
113
+ <h2>7.3.9.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
114
114
  <p>開いているデータベースのフラグメンテーションを解消する:</p>
115
115
  <div class="highlight-none"><div class="highlight"><pre>defrag
116
116
  [300]
@@ -132,26 +132,26 @@
132
132
  <div class="sphinxsidebarwrapper">
133
133
  <h3><a href="../index.html">Table Of Contents</a></h3>
134
134
  <ul>
135
- <li><a class="reference internal" href="#">7.2.9. defrag</a><ul>
136
- <li><a class="reference internal" href="#id1">7.2.9.1. 名前</a></li>
137
- <li><a class="reference internal" href="#id2">7.2.9.2. 書式</a></li>
138
- <li><a class="reference internal" href="#id3">7.2.9.3. 説明</a></li>
139
- <li><a class="reference internal" href="#id4">7.2.9.4. 引数</a></li>
140
- <li><a class="reference internal" href="#id5">7.2.9.5. 返値</a><ul>
141
- <li><a class="reference internal" href="#json">7.2.9.5.1. json形式</a></li>
135
+ <li><a class="reference internal" href="#">7.3.9. defrag</a><ul>
136
+ <li><a class="reference internal" href="#id1">7.3.9.1. 名前</a></li>
137
+ <li><a class="reference internal" href="#id2">7.3.9.2. 書式</a></li>
138
+ <li><a class="reference internal" href="#id3">7.3.9.3. 説明</a></li>
139
+ <li><a class="reference internal" href="#id4">7.3.9.4. 引数</a></li>
140
+ <li><a class="reference internal" href="#id5">7.3.9.5. 返値</a><ul>
141
+ <li><a class="reference internal" href="#json">7.3.9.5.1. json形式</a></li>
142
142
  </ul>
143
143
  </li>
144
- <li><a class="reference internal" href="#id6">7.2.9.6. 例</a></li>
144
+ <li><a class="reference internal" href="#id6">7.3.9.6. 例</a></li>
145
145
  </ul>
146
146
  </li>
147
147
  </ul>
148
148
 
149
149
  <h4>Previous topic</h4>
150
150
  <p class="topless"><a href="define_selector.html"
151
- title="previous chapter">7.2.8. define_selector</a></p>
151
+ title="previous chapter">7.3.8. define_selector</a></p>
152
152
  <h4>Next topic</h4>
153
153
  <p class="topless"><a href="delete.html"
154
- title="next chapter">7.2.10. delete</a></p>
154
+ title="next chapter">7.3.10. delete</a></p>
155
155
  <h3>This Page</h3>
156
156
  <ul class="this-page-menu">
157
157
  <li><a href="../_sources/commands/defrag.txt"
@@ -160,7 +160,7 @@
160
160
  <div id="searchbox" style="display: none">
161
161
  <h3>Quick search</h3>
162
162
  <form class="search" action="../search.html" method="get">
163
- <input type="text" name="q" size="18" />
163
+ <input type="text" name="q" />
164
164
  <input type="submit" value="Go" />
165
165
  <input type="hidden" name="check_keywords" value="yes" />
166
166
  <input type="hidden" name="area" value="default" />
@@ -181,18 +181,18 @@
181
181
  <a href="../genindex.html" title="General Index"
182
182
  >index</a></li>
183
183
  <li class="right" >
184
- <a href="delete.html" title="7.2.10. delete"
184
+ <a href="delete.html" title="7.3.10. delete"
185
185
  >next</a> |</li>
186
186
  <li class="right" >
187
- <a href="define_selector.html" title="7.2.8. define_selector"
187
+ <a href="define_selector.html" title="7.3.8. define_selector"
188
188
  >previous</a> |</li>
189
- <li><a href="../index.html">groonga v1.2.7 documentation</a> &raquo;</li>
189
+ <li><a href="../index.html">groonga v1.2.9 documentation</a> &raquo;</li>
190
190
  <li><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
191
- <li><a href="../commands.html" >7.2. コマンド</a> &raquo;</li>
191
+ <li><a href="../commands.html" >7.3. コマンド</a> &raquo;</li>
192
192
  </ul>
193
193
  </div>
194
194
  <div class="footer">
195
- &copy; Copyright 2009-2011, Brazil, Inc.
195
+ &copy; Copyright 2009-2012, Brazil, Inc.
196
196
  </div>
197
197
  </body>
198
198
  </html>