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
metadata CHANGED
@@ -1,15 +1,10 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
- version: !ruby/object:Gem::Version
4
- hash: 27
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.1
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 3
9
- - 0
10
- version: 1.3.0
11
6
  platform: x86-mingw32
12
- authors:
7
+ authors:
13
8
  - Kouhei Sutou
14
9
  - Tasuku SUENAGA
15
10
  - daijiro
@@ -18,999 +13,993 @@ authors:
18
13
  autorequire:
19
14
  bindir: bin
20
15
  cert_chain: []
21
-
22
- date: 2011-11-27 00:00:00 Z
16
+ date: 2012-01-30 00:00:00.000000000 Z
23
17
  dependencies: []
18
+ description: ! 'rroonga is an extension library to use groonga''s DB-API
24
19
 
25
- description: |-
26
- rroonga is an extension library to use groonga's DB-API
27
20
  layer. rroonga provides Rubyish readable and writable API
28
- not C like API. You can use groonga's fast and highly
29
- functional features from Ruby with Rubyish form.
30
- email:
21
+
22
+ not C like API. You can use groonga''s fast and highly
23
+
24
+ functional features from Ruby with Rubyish form.'
25
+ email:
31
26
  - groonga-users-en@rubyforge.org
32
27
  - groonga-dev@lists.sourceforge.jp
33
28
  executables: []
34
-
35
29
  extensions: []
36
-
37
30
  extra_rdoc_files: []
38
-
39
- files:
40
- - lib/groonga.rb
41
- - lib/groonga/record.rb
42
- - lib/groonga/view-record.rb
43
- - lib/groonga/context.rb
44
- - lib/groonga/grntest-log.rb
31
+ files:
32
+ - lib/groonga/schema.rb
33
+ - lib/groonga/expression-builder-19.rb
45
34
  - lib/groonga/pagination.rb
35
+ - lib/groonga/view-record.rb
46
36
  - lib/groonga/query-log.rb
47
- - lib/groonga/schema.rb
48
- - lib/groonga/posting.rb
49
37
  - lib/groonga/patricia-trie.rb
50
- - lib/groonga/expression-builder.rb
38
+ - lib/groonga/grntest-log.rb
39
+ - lib/groonga/command.rb
51
40
  - lib/groonga/dumper.rb
52
- - lib/groonga/expression-builder-19.rb
53
- - benchmark/create-wikipedia-database.rb
41
+ - lib/groonga/posting.rb
42
+ - lib/groonga/context.rb
43
+ - lib/groonga/record.rb
44
+ - lib/groonga/expression-builder.rb
45
+ - lib/groonga.rb
54
46
  - benchmark/common.rb
55
- - benchmark/write-many-small-items.rb
47
+ - benchmark/repeat-load.rb
56
48
  - benchmark/read-write-many-small-items.rb
49
+ - benchmark/create-wikipedia-database.rb
50
+ - benchmark/write-many-small-items.rb
57
51
  - benchmark/select.rb
58
- - benchmark/repeat-load.rb
59
52
  - misc/grnop2ruby.rb
60
53
  - bin/grntest-log-analyze
61
- - bin/groonga-query-log-extract
62
54
  - bin/grndump
63
- - rroonga-build.rb
55
+ - bin/groonga-query-log-extract
64
56
  - extconf.rb
57
+ - rroonga-build.rb
65
58
  - example/index-html.rb
66
59
  - example/bookmark.rb
67
60
  - Rakefile
68
61
  - Gemfile
69
- - ext/groonga/rb-grn-exception.c
70
- - ext/groonga/rb-grn-view-accessor.c
71
- - ext/groonga/rb-grn-hash-cursor.c
72
- - ext/groonga/rb-grn-query.c
73
- - ext/groonga/rb-grn-record.c
62
+ - ext/groonga/rb-grn.h
63
+ - ext/groonga/rb-grn-procedure.c
64
+ - ext/groonga/rb-grn-column.c
65
+ - ext/groonga/rb-grn-index-column.c
66
+ - ext/groonga/rb-grn-encoding-support.c
74
67
  - ext/groonga/rb-grn-variable.c
75
- - ext/groonga/rb-grn-view.c
68
+ - ext/groonga/rb-grn-table.c
69
+ - ext/groonga/rb-grn-hash-cursor.c
76
70
  - ext/groonga/rb-grn-table-cursor-key-support.c
77
- - ext/groonga/rb-grn-fix-size-column.c
78
- - ext/groonga/rb-grn-context.c
79
- - ext/groonga/rb-grn-plugin.c
80
- - ext/groonga/rb-grn-hash.c
81
- - ext/groonga/rb-grn-variable-size-column.c
82
- - ext/groonga/Makefile
83
- - ext/groonga/rb-grn-index-column.c
84
- - ext/groonga/rb-grn-operator.c
71
+ - ext/groonga/rb-grn-object.c
72
+ - ext/groonga/rb-grn-double-array-trie.c
73
+ - ext/groonga/rb-grn-view-accessor.c
85
74
  - ext/groonga/rb-grn-table-key-support.c
75
+ - ext/groonga/rb-grn-array.c
86
76
  - ext/groonga/rb-grn-patricia-trie.c
77
+ - ext/groonga/rb-grn-double-array-trie-cursor.c
78
+ - ext/groonga/rb-grn-utils.c
79
+ - ext/groonga/rb-grn-record.c
80
+ - ext/groonga/rb-groonga.c
81
+ - ext/groonga/rb-grn-exception.c
82
+ - ext/groonga/rb-grn-variable-size-column.c
83
+ - ext/groonga/rb-grn-encoding.c
84
+ - ext/groonga/rb-grn-expression-builder.c
85
+ - ext/groonga/rb-grn-operator.c
86
+ - ext/groonga/rb-grn-snippet.c
87
+ - ext/groonga/rb-grn-array-cursor.c
88
+ - ext/groonga/rb-grn-type.c
87
89
  - ext/groonga/rb-grn-table-cursor.c
88
- - ext/groonga/rb-grn-object.c
89
- - ext/groonga/rb-grn-table.c
90
90
  - ext/groonga/extconf.rb
91
91
  - ext/groonga/groonga.def
92
- - ext/groonga/rb-grn-procedure.c
93
- - ext/groonga/rb-grn-snippet.c
94
- - ext/groonga/rb-grn-encoding-support.c
92
+ - ext/groonga/rb-grn-fix-size-column.c
93
+ - ext/groonga/rb-grn-view-cursor.c
94
+ - ext/groonga/rb-grn-logger.c
95
+ - ext/groonga/rb-grn-plugin.c
96
+ - ext/groonga/rb-grn-database.c
95
97
  - ext/groonga/rb-grn-view-record.c
96
98
  - ext/groonga/rb-grn-patricia-trie-cursor.c
97
- - ext/groonga/rb-grn-array.c
98
- - ext/groonga/rb-grn-database.c
99
- - ext/groonga/rb-grn-view-cursor.c
100
- - ext/groonga/rb-grn-column.c
101
99
  - ext/groonga/rb-grn-index-cursor.c
102
- - ext/groonga/rb-grn-type.c
100
+ - ext/groonga/rb-grn-view.c
103
101
  - ext/groonga/rb-grn-accessor.c
104
- - ext/groonga/rb-grn-double-array-trie-cursor.c
102
+ - ext/groonga/rb-grn-context.c
105
103
  - ext/groonga/rb-grn-posting.c
106
- - ext/groonga/rb-groonga.c
107
- - ext/groonga/rb-grn-array-cursor.c
108
- - ext/groonga/rb-grn-utils.c
109
- - ext/groonga/rb-grn-logger.c
110
104
  - ext/groonga/rb-grn-expression.c
111
- - ext/groonga/rb-grn-encoding.c
112
- - ext/groonga/rb-grn-expression-builder.c
113
- - ext/groonga/rb-grn-double-array-trie.c
114
- - ext/groonga/rb-grn.h
115
- - test/test-remote.rb
105
+ - ext/groonga/rb-grn-hash.c
106
+ - test/test-schema.rb
107
+ - test/test-vector-column.rb
108
+ - test/test-schema-dumper.rb
109
+ - test/run-test.rb
116
110
  - test/test-table-cursor.rb
117
- - test/test-accessor.rb
118
- - test/test-database-dumper.rb
119
- - test/test-index-column.rb
120
- - test/test-context-select.rb
121
- - test/groonga-test-utils.rb
122
- - test/test-pagination.rb
123
- - test/test-table.rb
124
- - test/test-variable-size-column.rb
125
- - test/test-plugin.rb
111
+ - test/test-procedure.rb
126
112
  - test/test-hash.rb
113
+ - test/test-expression.rb
114
+ - test/test-version.rb
115
+ - test/test-remote.rb
116
+ - test/test-table-offset-and-limit.rb
117
+ - test/test-expression-builder.rb
127
118
  - test/test-encoding.rb
128
- - test/test-schema-create-table.rb
119
+ - test/test-snippet.rb
120
+ - test/test-index-cursor.rb
129
121
  - test/test-type.rb
130
- - test/test-database.rb
131
- - test/test-variable.rb
132
- - test/test-table-select.rb
133
- - test/test-patricia-trie.rb
134
- - test/test-expression-builder.rb
122
+ - test/test-table-dumper.rb
123
+ - test/test-table.rb
124
+ - test/test-pagination.rb
125
+ - test/groonga-test-utils.rb
135
126
  - test/test-logger.rb
127
+ - test/test-context.rb
128
+ - test/test-table-select-weight.rb
129
+ - test/test-exception.rb
130
+ - test/test-table-select-normalize.rb
131
+ - test/test-command-select.rb
132
+ - test/test-gqtp.rb
133
+ - test/test-database-dumper.rb
134
+ - test/test-index-column.rb
135
+ - test/test-plugin.rb
136
+ - test/test-query-log.rb
137
+ - test/test-variable-size-column.rb
138
+ - test/test-schema-create-table.rb
136
139
  - test/test-array.rb
137
- - test/test-record.rb
138
- - test/test-column.rb
139
140
  - test/test-fix-size-column.rb
140
- - test/run-test.rb
141
- - test/test-procedure.rb
142
- - test/test-query-log.rb
143
- - test/test-table-dumper.rb
144
- - test/test-schema.rb
141
+ - test/test-schema-type.rb
142
+ - test/test-table-select.rb
143
+ - test/test-schema-view.rb
145
144
  - test/test-view.rb
145
+ - test/test-variable.rb
146
+ - test/test-column.rb
147
+ - test/test-patricia-trie.rb
146
148
  - test/test-table-select-mecab.rb
147
- - test/test-table-select-normalize.rb
148
- - test/test-expression.rb
149
- - test/test-vector-column.rb
150
- - test/test-version.rb
151
- - test/test-schema-view.rb
152
- - test/test-index-cursor.rb
149
+ - test/test-accessor.rb
150
+ - test/test-database.rb
153
151
  - test/test-double-array-trie.rb
154
- - test/test-exception.rb
155
- - test/test-schema-dumper.rb
156
- - test/test-query.rb
157
- - test/test-schema-type.rb
158
- - test/test-table-select-weight.rb
159
- - test/test-gqtp.rb
160
- - test/test-context.rb
161
- - test/test-snippet.rb
162
- - test/test-table-offset-and-limit.rb
152
+ - test/test-record.rb
163
153
  - lib/1.8/groonga.so
164
154
  - lib/1.9/groonga.so
165
- - vendor/local/share/license/mecab/GPL
166
- - vendor/local/share/license/mecab/AUTHORS
167
- - vendor/local/share/license/mecab/LGPL
168
- - vendor/local/share/license/mecab/COPYING
169
- - vendor/local/share/license/mecab/BSD
170
- - vendor/local/share/license/groonga/AUTHORS
171
- - vendor/local/share/license/groonga/COPYING
172
- - vendor/local/share/license/naist-jdic/AUTHORS
173
- - vendor/local/share/license/naist-jdic/COPYING
174
- - vendor/local/share/mecab/dic/naist-jdic/char.def
175
- - vendor/local/share/mecab/dic/naist-jdic/matrix.bin
176
- - vendor/local/share/mecab/dic/naist-jdic/unk.dic
177
- - vendor/local/share/mecab/dic/naist-jdic/sys.dic
178
- - vendor/local/share/mecab/dic/naist-jdic/matrix.def
179
- - vendor/local/share/mecab/dic/naist-jdic/left-id.def
180
- - vendor/local/share/mecab/dic/naist-jdic/feature.def
181
- - vendor/local/share/mecab/dic/naist-jdic/pos-id.def
182
- - vendor/local/share/mecab/dic/naist-jdic/dicrc
183
- - vendor/local/share/mecab/dic/naist-jdic/unk.def
184
- - vendor/local/share/mecab/dic/naist-jdic/char.bin
185
- - vendor/local/share/mecab/dic/naist-jdic/right-id.def
186
- - vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv
187
- - vendor/local/share/mecab/dic/naist-jdic/rewrite.def
188
- - vendor/local/share/groonga/examples/dictionary/readme.txt
189
- - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
190
- - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
191
- - vendor/local/share/groonga/examples/dictionary/init-db.sh
192
- - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
193
- - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
194
- - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
195
- - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
196
- - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
197
- - vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css
198
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
199
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
200
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
201
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
202
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
203
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
204
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
205
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
206
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
207
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
208
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
209
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
210
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
211
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
212
- - vendor/local/share/groonga/examples/dictionary/html/index.html
213
- - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
214
- - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
215
- - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
216
- - vendor/local/share/groonga/html/admin/favicon.ico
217
- - vendor/local/share/groonga/html/admin/favicon.png
218
- - vendor/local/share/groonga/html/admin/favicon.svg
219
- - vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js
220
- - vendor/local/share/groonga/html/admin/js/jquery-1.4.2.min.js
221
- - vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
222
- - vendor/local/share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
223
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
224
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
225
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
226
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
227
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
228
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
229
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
230
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
231
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
232
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
233
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png
234
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
235
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
236
- - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
237
- - vendor/local/share/groonga/html/admin/css/admin.css
238
- - vendor/local/share/groonga/html/admin/index.html
239
- - vendor/local/share/groonga/html/admin/images/groonga.png
240
- - vendor/local/share/groonga/html/admin/images/loading.gif
241
- - vendor/local/share/doc/groonga/source/index.txt
242
- - vendor/local/share/doc/groonga/source/rdoc.py
243
- - vendor/local/share/doc/groonga/source/commands/clearlock.txt
244
- - vendor/local/share/doc/groonga/source/commands/check.txt
245
- - vendor/local/share/doc/groonga/source/commands/column_remove.txt
246
- - vendor/local/share/doc/groonga/source/commands/define_selector.txt
247
- - vendor/local/share/doc/groonga/source/commands/column_list.txt
248
- - vendor/local/share/doc/groonga/source/commands/shutdown.txt
249
- - vendor/local/share/doc/groonga/source/commands/suggest-completion.log
250
- - vendor/local/share/doc/groonga/source/commands/suggest-suggestion.log
251
- - vendor/local/share/doc/groonga/source/commands/table_create.txt
252
- - vendor/local/share/doc/groonga/source/commands/log_reopen.txt
253
- - vendor/local/share/doc/groonga/source/commands/quit.txt
254
- - vendor/local/share/doc/groonga/source/commands/dump.txt
255
- - vendor/local/share/doc/groonga/source/commands/delete.txt
256
- - vendor/local/share/doc/groonga/source/commands/table_remove.txt
257
- - vendor/local/share/doc/groonga/source/commands/table_list.txt
258
- - vendor/local/share/doc/groonga/source/commands/log_level.txt
259
- - vendor/local/share/doc/groonga/source/commands/suggest.txt
260
- - vendor/local/share/doc/groonga/source/commands/cache_limit.txt
261
- - vendor/local/share/doc/groonga/source/commands/select.txt
262
- - vendor/local/share/doc/groonga/source/commands/load.txt
263
- - vendor/local/share/doc/groonga/source/commands/suggest-correction.log
264
- - vendor/local/share/doc/groonga/source/commands/suggest-learn-correction.log
265
- - vendor/local/share/doc/groonga/source/commands/log_put.txt
266
- - vendor/local/share/doc/groonga/source/commands/suggest-learn-completion.log
267
- - vendor/local/share/doc/groonga/source/commands/defrag.txt
268
- - vendor/local/share/doc/groonga/source/commands/suggest-mixed.log
269
- - vendor/local/share/doc/groonga/source/commands/column_create.txt
270
- - vendor/local/share/doc/groonga/source/commands/status.txt
271
- - vendor/local/share/doc/groonga/source/commands/suggest-learn-suggestion.log
272
- - vendor/local/share/doc/groonga/source/commands/view_add.txt
273
- - vendor/local/share/doc/groonga/source/pseudo_column.txt
274
- - vendor/local/share/doc/groonga/source/conf.py
275
- - vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt
276
- - vendor/local/share/doc/groonga/source/functions.txt
277
- - vendor/local/share/doc/groonga/source/troubleshooting.txt
278
- - vendor/local/share/doc/groonga/source/example/suggestion-1.log
279
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log
280
- - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log
281
- - vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
282
- - vendor/local/share/doc/groonga/source/example/tutorial/search-1.log
283
- - vendor/local/share/doc/groonga/source/example/tutorial/index-5.log
284
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log
285
- - vendor/local/share/doc/groonga/source/example/tutorial/network-2.log
286
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log
287
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log
288
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log
289
- - vendor/local/share/doc/groonga/source/example/tutorial/index-7.log
290
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log
291
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log
292
- - vendor/local/share/doc/groonga/source/example/tutorial/search-2.log
293
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log
294
- - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log
295
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log
296
- - vendor/local/share/doc/groonga/source/example/tutorial/search-5.log
297
- - vendor/local/share/doc/groonga/source/example/tutorial/search-7.log
298
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log
299
- - vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
300
- - vendor/local/share/doc/groonga/source/example/tutorial/data-3.log
301
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log
302
- - vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
303
- - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
304
- - vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log
305
- - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
306
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log
307
- - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
308
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log
309
- - vendor/local/share/doc/groonga/source/example/tutorial/data-1.log
310
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log
311
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log
312
- - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log
313
- - vendor/local/share/doc/groonga/source/example/tutorial/search-6.log
314
- - vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
315
- - vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
316
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log
317
- - vendor/local/share/doc/groonga/source/example/tutorial/data-2.log
318
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log
319
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log
320
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log
321
- - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
322
- - vendor/local/share/doc/groonga/source/example/tutorial/search-3.log
323
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log
324
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log
325
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
326
- - vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
327
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log
328
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log
329
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log
330
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log
331
- - vendor/local/share/doc/groonga/source/example/tutorial/network-1.log
332
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log
333
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log
334
- - vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
335
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log
336
- - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log
337
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log
338
- - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log
339
- - vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log
340
- - vendor/local/share/doc/groonga/source/example/tutorial/index-1.log
341
- - vendor/local/share/doc/groonga/source/example/correction-1.log
342
- - vendor/local/share/doc/groonga/source/example/completion-1.log
343
- - vendor/local/share/doc/groonga/source/commands.txt
344
- - vendor/local/share/doc/groonga/source/update_execution_example.py
345
- - vendor/local/share/doc/groonga/source/limitations.txt
346
- - vendor/local/share/doc/groonga/source/geolocation_search.txt
347
- - vendor/local/share/doc/groonga/source/contribution.txt
348
- - vendor/local/share/doc/groonga/source/tutorial/index.txt
349
- - vendor/local/share/doc/groonga/source/tutorial/network.txt
350
- - vendor/local/share/doc/groonga/source/tutorial/lexicon.txt
351
- - vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt
352
- - vendor/local/share/doc/groonga/source/tutorial/match_columns.txt
353
- - vendor/local/share/doc/groonga/source/tutorial/data.txt
354
- - vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt
355
- - vendor/local/share/doc/groonga/source/tutorial/drilldown.txt
356
- - vendor/local/share/doc/groonga/source/tutorial/search.txt
357
- - vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt
358
- - vendor/local/share/doc/groonga/source/tutorial/introduction.txt
359
- - vendor/local/share/doc/groonga/source/news.txt
360
- - vendor/local/share/doc/groonga/source/suggest.txt
361
- - vendor/local/share/doc/groonga/source/install.txt
362
- - vendor/local/share/doc/groonga/source/tutorial.txt
363
- - vendor/local/share/doc/groonga/source/functions/edit_distance.txt
364
- - vendor/local/share/doc/groonga/source/functions/now.txt
365
- - vendor/local/share/doc/groonga/source/functions/geo_distance.txt
366
- - vendor/local/share/doc/groonga/source/functions/geo_in_circle.txt
367
- - vendor/local/share/doc/groonga/source/functions/geo_in_rectangle.txt
368
- - vendor/local/share/doc/groonga/source/functions/rand.txt
369
- - vendor/local/share/doc/groonga/source/commands_not_implemented/set.txt
370
- - vendor/local/share/doc/groonga/source/commands_not_implemented/get.txt
371
- - vendor/local/share/doc/groonga/source/commands_not_implemented/add.txt
372
- - vendor/local/share/doc/groonga/source/log.txt
373
- - vendor/local/share/doc/groonga/source/community.txt
374
- - vendor/local/share/doc/groonga/source/suggest/suggestion.txt
375
- - vendor/local/share/doc/groonga/source/suggest/tutorial.txt
376
- - vendor/local/share/doc/groonga/source/suggest/correction.txt
377
- - vendor/local/share/doc/groonga/source/suggest/completion.txt
378
- - vendor/local/share/doc/groonga/source/suggest/introduction.txt
379
- - vendor/local/share/doc/groonga/source/spec.txt
380
- - vendor/local/share/doc/groonga/source/contribution/development/com.txt
381
- - vendor/local/share/doc/groonga/source/contribution/development/document.txt
382
- - vendor/local/share/doc/groonga/source/contribution/development/query.txt
383
- - vendor/local/share/doc/groonga/source/contribution/development/test.txt
384
- - vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt
385
- - vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt
386
- - vendor/local/share/doc/groonga/source/contribution/development.txt
387
- - vendor/local/share/doc/groonga/source/contribution/report.txt
388
- - vendor/local/share/doc/groonga/source/contribution/documentation.txt
389
- - vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png
390
- - vendor/local/share/doc/groonga/source/images/geo-points-sort.png
391
- - vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png
392
- - vendor/local/share/doc/groonga/source/images/geo-points-distance.svg
393
- - vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg
394
- - vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg
395
- - vendor/local/share/doc/groonga/source/images/geo-points.svg
396
- - vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png
397
- - vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png
398
- - vendor/local/share/doc/groonga/source/images/geo-points.png
399
- - vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg
400
- - vendor/local/share/doc/groonga/source/images/geo-points-distance.png
401
- - vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png
402
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png
403
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg
404
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png
405
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg
406
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png
407
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png
408
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg
409
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png
410
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png
411
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg
412
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg
413
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg
414
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png
415
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png
416
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png
417
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg
418
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg
419
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg
420
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg
421
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg
422
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg
423
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg
424
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png
425
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png
426
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png
427
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png
428
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png
429
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg
430
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg
431
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png
432
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg
433
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg
434
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png
435
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg
436
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg
437
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png
438
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg
439
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg
440
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png
441
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg
442
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png
443
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg
444
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png
445
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png
446
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg
447
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg
448
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png
449
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png
450
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg
451
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png
452
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png
453
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg
454
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png
455
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg
456
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png
457
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png
458
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png
459
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg
460
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png
461
- - vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg
462
- - vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg
463
- - vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png
464
- - vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png
465
- - vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg
466
- - vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg
467
- - vendor/local/share/doc/groonga/source/images/geo-points-sort.svg
468
- - vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt
469
- - vendor/local/share/doc/groonga/source/executables/groonga.txt
470
- - vendor/local/share/doc/groonga/source/executables/groonga-http.txt
471
- - vendor/local/share/doc/groonga/source/executables/grnslap.txt
472
- - vendor/local/share/doc/groonga/source/executables/grntest.txt
473
- - vendor/local/share/doc/groonga/source/textile.py
474
- - vendor/local/share/doc/groonga/source/news/0.x.txt
475
- - vendor/local/share/doc/groonga/source/news/1.1.x.txt
476
- - vendor/local/share/doc/groonga/source/news/1.0.x.txt
477
- - vendor/local/share/doc/groonga/source/news/senna.txt
478
- - vendor/local/share/doc/groonga/source/command_version.txt
479
- - vendor/local/share/doc/groonga/source/spec/search.txt
480
- - vendor/local/share/doc/groonga/source/reference.txt
481
- - vendor/local/share/doc/groonga/source/characteristic.txt
482
- - vendor/local/share/doc/groonga/source/executables.txt
483
- - vendor/local/share/doc/groonga/source/__init__.py
484
- - vendor/local/share/doc/groonga/source/expr.txt
485
- - vendor/local/share/doc/groonga/source/type.txt
486
- - vendor/local/share/doc/groonga/ja/html/log.html
487
- - vendor/local/share/doc/groonga/ja/html/commands/dump.html
488
- - vendor/local/share/doc/groonga/ja/html/commands/defrag.html
489
- - vendor/local/share/doc/groonga/ja/html/commands/column_create.html
490
- - vendor/local/share/doc/groonga/ja/html/commands/view_add.html
491
- - vendor/local/share/doc/groonga/ja/html/commands/clearlock.html
492
- - vendor/local/share/doc/groonga/ja/html/commands/delete.html
493
- - vendor/local/share/doc/groonga/ja/html/commands/log_level.html
494
- - vendor/local/share/doc/groonga/ja/html/commands/shutdown.html
495
- - vendor/local/share/doc/groonga/ja/html/commands/quit.html
496
- - vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html
497
- - vendor/local/share/doc/groonga/ja/html/commands/column_list.html
498
- - vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html
499
- - vendor/local/share/doc/groonga/ja/html/commands/suggest.html
500
- - vendor/local/share/doc/groonga/ja/html/commands/status.html
501
- - vendor/local/share/doc/groonga/ja/html/commands/check.html
502
- - vendor/local/share/doc/groonga/ja/html/commands/log_put.html
503
- - vendor/local/share/doc/groonga/ja/html/commands/select.html
504
- - vendor/local/share/doc/groonga/ja/html/commands/column_remove.html
505
- - vendor/local/share/doc/groonga/ja/html/commands/table_create.html
506
- - vendor/local/share/doc/groonga/ja/html/commands/table_remove.html
507
- - vendor/local/share/doc/groonga/ja/html/commands/load.html
508
- - vendor/local/share/doc/groonga/ja/html/commands/table_list.html
509
- - vendor/local/share/doc/groonga/ja/html/commands/define_selector.html
510
- - vendor/local/share/doc/groonga/ja/html/troubleshooting.html
511
- - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
512
- - vendor/local/share/doc/groonga/ja/html/objects.inv
513
- - vendor/local/share/doc/groonga/ja/html/genindex.html
514
- - vendor/local/share/doc/groonga/ja/html/spec.html
515
- - vendor/local/share/doc/groonga/ja/html/executables.html
516
- - vendor/local/share/doc/groonga/ja/html/reference.html
517
- - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
518
- - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
519
- - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
520
- - vendor/local/share/doc/groonga/ja/html/tutorial/data.html
521
- - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
522
- - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
523
- - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
524
- - vendor/local/share/doc/groonga/ja/html/tutorial/index.html
525
- - vendor/local/share/doc/groonga/ja/html/tutorial/search.html
526
- - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
527
- - vendor/local/share/doc/groonga/ja/html/tutorial/network.html
528
- - vendor/local/share/doc/groonga/ja/html/index.html
529
- - vendor/local/share/doc/groonga/ja/html/expr.html
530
- - vendor/local/share/doc/groonga/ja/html/searchindex.js
531
- - vendor/local/share/doc/groonga/ja/html/news.html
532
- - vendor/local/share/doc/groonga/ja/html/limitations.html
533
- - vendor/local/share/doc/groonga/ja/html/commands.html
534
- - vendor/local/share/doc/groonga/ja/html/type.html
535
- - vendor/local/share/doc/groonga/ja/html/tutorial.html
536
- - vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html
537
- - vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html
538
- - vendor/local/share/doc/groonga/ja/html/functions/now.html
539
- - vendor/local/share/doc/groonga/ja/html/functions/rand.html
540
- - vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html
541
- - vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html
542
- - vendor/local/share/doc/groonga/ja/html/suggest.html
543
- - vendor/local/share/doc/groonga/ja/html/characteristic.html
544
- - vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
545
- - vendor/local/share/doc/groonga/ja/html/suggest/correction.html
546
- - vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
547
- - vendor/local/share/doc/groonga/ja/html/suggest/completion.html
548
- - vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
549
- - vendor/local/share/doc/groonga/ja/html/contribution/development.html
550
- - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
551
- - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
552
- - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
553
- - vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
554
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
555
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
556
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
557
- - vendor/local/share/doc/groonga/ja/html/contribution/report.html
558
- - vendor/local/share/doc/groonga/ja/html/geolocation_search.html
559
- - vendor/local/share/doc/groonga/ja/html/search.html
560
- - vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html
561
- - vendor/local/share/doc/groonga/ja/html/executables/groonga.html
562
- - vendor/local/share/doc/groonga/ja/html/executables/grnslap.html
563
- - vendor/local/share/doc/groonga/ja/html/executables/grntest.html
564
- - vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html
565
- - vendor/local/share/doc/groonga/ja/html/news/senna.html
566
- - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
567
- - vendor/local/share/doc/groonga/ja/html/news/0.x.html
568
- - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
569
- - vendor/local/share/doc/groonga/ja/html/functions.html
570
- - vendor/local/share/doc/groonga/ja/html/contribution.html
571
- - vendor/local/share/doc/groonga/ja/html/spec/search.html
572
- - vendor/local/share/doc/groonga/ja/html/.buildinfo
573
- - vendor/local/share/doc/groonga/ja/html/install.html
574
- - vendor/local/share/doc/groonga/ja/html/pseudo_column.html
575
- - vendor/local/share/doc/groonga/ja/html/community.html
576
- - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
577
- - vendor/local/share/doc/groonga/ja/html/command_version.html
578
- - vendor/local/share/doc/groonga/ja/html/_sources/index.txt
579
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/clearlock.txt
580
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/check.txt
581
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_remove.txt
582
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/define_selector.txt
583
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_list.txt
584
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/shutdown.txt
585
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_create.txt
586
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_reopen.txt
587
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/quit.txt
588
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/dump.txt
589
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/delete.txt
590
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
591
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_list.txt
592
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_level.txt
593
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt
594
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/cache_limit.txt
595
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/select.txt
596
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/load.txt
597
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_put.txt
598
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/defrag.txt
599
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_create.txt
600
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/status.txt
601
- - vendor/local/share/doc/groonga/ja/html/_sources/commands/view_add.txt
602
- - vendor/local/share/doc/groonga/ja/html/_sources/pseudo_column.txt
603
- - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
604
- - vendor/local/share/doc/groonga/ja/html/_sources/functions.txt
605
- - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
606
- - vendor/local/share/doc/groonga/ja/html/_sources/commands.txt
607
- - vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
608
- - vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
609
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
610
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
611
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
612
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
613
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
614
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
615
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
616
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
617
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
618
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
619
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
620
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
621
- - vendor/local/share/doc/groonga/ja/html/_sources/news.txt
622
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
623
- - vendor/local/share/doc/groonga/ja/html/_sources/install.txt
624
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
625
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/edit_distance.txt
626
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/now.txt
627
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_distance.txt
628
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt
629
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_rectangle.txt
630
- - vendor/local/share/doc/groonga/ja/html/_sources/functions/rand.txt
631
- - vendor/local/share/doc/groonga/ja/html/_sources/log.txt
632
- - vendor/local/share/doc/groonga/ja/html/_sources/community.txt
633
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
634
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
635
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
636
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
637
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
638
- - vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
639
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
640
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
641
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
642
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
643
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
644
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
645
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
646
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
647
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
648
- - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt
649
- - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga.txt
650
- - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-http.txt
651
- - vendor/local/share/doc/groonga/ja/html/_sources/executables/grnslap.txt
652
- - vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt
653
- - vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
654
- - vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
655
- - vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
656
- - vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
657
- - vendor/local/share/doc/groonga/ja/html/_sources/command_version.txt
658
- - vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
659
- - vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
660
- - vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
661
- - vendor/local/share/doc/groonga/ja/html/_sources/executables.txt
662
- - vendor/local/share/doc/groonga/ja/html/_sources/expr.txt
663
- - vendor/local/share/doc/groonga/ja/html/_sources/type.txt
664
- - vendor/local/share/doc/groonga/ja/html/_static/file.png
665
- - vendor/local/share/doc/groonga/ja/html/_static/basic.css
666
- - vendor/local/share/doc/groonga/ja/html/_static/websupport.js
667
- - vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
668
- - vendor/local/share/doc/groonga/ja/html/_static/default.css
669
- - vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png
670
- - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
671
- - vendor/local/share/doc/groonga/ja/html/_static/doctools.js
672
- - vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
673
- - vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
674
- - vendor/local/share/doc/groonga/ja/html/_static/underscore.js
675
- - vendor/local/share/doc/groonga/ja/html/_static/us.png
676
- - vendor/local/share/doc/groonga/ja/html/_static/logo.png
677
- - vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
678
- - vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
679
- - vendor/local/share/doc/groonga/ja/html/_static/header-background.png
680
- - vendor/local/share/doc/groonga/ja/html/_static/comment.png
681
- - vendor/local/share/doc/groonga/ja/html/_static/menu-header.png
682
- - vendor/local/share/doc/groonga/ja/html/_static/sidebar.js
683
- - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
684
- - vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
685
- - vendor/local/share/doc/groonga/ja/html/_static/down.png
686
- - vendor/local/share/doc/groonga/ja/html/_static/jquery.js
687
- - vendor/local/share/doc/groonga/ja/html/_static/plus.png
688
- - vendor/local/share/doc/groonga/ja/html/_static/minus.png
689
- - vendor/local/share/doc/groonga/ja/html/_static/jp.png
690
- - vendor/local/share/doc/groonga/ja/html/_static/groonga.css
691
- - vendor/local/share/doc/groonga/ja/html/_static/up.png
692
- - vendor/local/share/doc/groonga/ja/html/_static/pygments.css
693
- - vendor/local/share/doc/groonga/en/html/log.html
694
- - vendor/local/share/doc/groonga/en/html/commands/dump.html
695
- - vendor/local/share/doc/groonga/en/html/commands/defrag.html
696
- - vendor/local/share/doc/groonga/en/html/commands/column_create.html
697
- - vendor/local/share/doc/groonga/en/html/commands/view_add.html
698
- - vendor/local/share/doc/groonga/en/html/commands/clearlock.html
699
- - vendor/local/share/doc/groonga/en/html/commands/delete.html
700
- - vendor/local/share/doc/groonga/en/html/commands/log_level.html
701
- - vendor/local/share/doc/groonga/en/html/commands/shutdown.html
702
- - vendor/local/share/doc/groonga/en/html/commands/quit.html
703
- - vendor/local/share/doc/groonga/en/html/commands/cache_limit.html
704
- - vendor/local/share/doc/groonga/en/html/commands/column_list.html
705
- - vendor/local/share/doc/groonga/en/html/commands/log_reopen.html
706
- - vendor/local/share/doc/groonga/en/html/commands/suggest.html
707
- - vendor/local/share/doc/groonga/en/html/commands/status.html
708
- - vendor/local/share/doc/groonga/en/html/commands/check.html
709
- - vendor/local/share/doc/groonga/en/html/commands/log_put.html
710
- - vendor/local/share/doc/groonga/en/html/commands/select.html
711
- - vendor/local/share/doc/groonga/en/html/commands/column_remove.html
712
- - vendor/local/share/doc/groonga/en/html/commands/table_create.html
713
- - vendor/local/share/doc/groonga/en/html/commands/table_remove.html
714
- - vendor/local/share/doc/groonga/en/html/commands/load.html
715
- - vendor/local/share/doc/groonga/en/html/commands/table_list.html
716
- - vendor/local/share/doc/groonga/en/html/commands/define_selector.html
717
- - vendor/local/share/doc/groonga/en/html/troubleshooting.html
718
- - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
719
- - vendor/local/share/doc/groonga/en/html/objects.inv
720
- - vendor/local/share/doc/groonga/en/html/genindex.html
721
- - vendor/local/share/doc/groonga/en/html/spec.html
722
- - vendor/local/share/doc/groonga/en/html/executables.html
723
- - vendor/local/share/doc/groonga/en/html/reference.html
724
- - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
725
- - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
726
- - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
727
- - vendor/local/share/doc/groonga/en/html/tutorial/data.html
728
- - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
729
- - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
730
- - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
731
- - vendor/local/share/doc/groonga/en/html/tutorial/index.html
732
- - vendor/local/share/doc/groonga/en/html/tutorial/search.html
733
- - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
734
- - vendor/local/share/doc/groonga/en/html/tutorial/network.html
735
- - vendor/local/share/doc/groonga/en/html/index.html
736
- - vendor/local/share/doc/groonga/en/html/expr.html
737
- - vendor/local/share/doc/groonga/en/html/searchindex.js
738
- - vendor/local/share/doc/groonga/en/html/news.html
739
- - vendor/local/share/doc/groonga/en/html/limitations.html
740
- - vendor/local/share/doc/groonga/en/html/commands.html
741
- - vendor/local/share/doc/groonga/en/html/type.html
742
- - vendor/local/share/doc/groonga/en/html/tutorial.html
743
- - vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html
744
- - vendor/local/share/doc/groonga/en/html/functions/geo_distance.html
745
- - vendor/local/share/doc/groonga/en/html/functions/now.html
746
- - vendor/local/share/doc/groonga/en/html/functions/rand.html
747
- - vendor/local/share/doc/groonga/en/html/functions/edit_distance.html
748
- - vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html
749
- - vendor/local/share/doc/groonga/en/html/suggest.html
750
- - vendor/local/share/doc/groonga/en/html/characteristic.html
751
- - vendor/local/share/doc/groonga/en/html/suggest/introduction.html
752
- - vendor/local/share/doc/groonga/en/html/suggest/correction.html
753
- - vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
754
- - vendor/local/share/doc/groonga/en/html/suggest/completion.html
755
- - vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
756
- - vendor/local/share/doc/groonga/en/html/contribution/development.html
757
- - vendor/local/share/doc/groonga/en/html/contribution/development/query.html
758
- - vendor/local/share/doc/groonga/en/html/contribution/development/test.html
759
- - vendor/local/share/doc/groonga/en/html/contribution/development/com.html
760
- - vendor/local/share/doc/groonga/en/html/contribution/development/document.html
761
- - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
762
- - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
763
- - vendor/local/share/doc/groonga/en/html/contribution/documentation.html
764
- - vendor/local/share/doc/groonga/en/html/contribution/report.html
765
- - vendor/local/share/doc/groonga/en/html/geolocation_search.html
766
- - vendor/local/share/doc/groonga/en/html/search.html
767
- - vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html
768
- - vendor/local/share/doc/groonga/en/html/executables/groonga.html
769
- - vendor/local/share/doc/groonga/en/html/executables/grnslap.html
770
- - vendor/local/share/doc/groonga/en/html/executables/grntest.html
771
- - vendor/local/share/doc/groonga/en/html/executables/groonga-http.html
772
- - vendor/local/share/doc/groonga/en/html/news/senna.html
773
- - vendor/local/share/doc/groonga/en/html/news/1.0.x.html
774
- - vendor/local/share/doc/groonga/en/html/news/0.x.html
775
- - vendor/local/share/doc/groonga/en/html/news/1.1.x.html
776
- - vendor/local/share/doc/groonga/en/html/functions.html
777
- - vendor/local/share/doc/groonga/en/html/contribution.html
778
- - vendor/local/share/doc/groonga/en/html/spec/search.html
155
+ - vendor/local/bin/grntest.exe
156
+ - vendor/local/bin/groonga-query-log-analyzer
157
+ - vendor/local/bin/groonga.exe
158
+ - vendor/local/bin/libgroonga-0.dll
159
+ - vendor/local/bin/libmecab-1.dll
160
+ - vendor/local/bin/mecab-config
161
+ - vendor/local/bin/mecab.exe
162
+ - vendor/local/bin/mecabrc
163
+ - vendor/local/etc/groonga/groonga.conf
164
+ - vendor/local/include/groonga/groonga/plugin.h
165
+ - vendor/local/include/groonga/groonga.h
166
+ - vendor/local/include/mecab.h
167
+ - vendor/local/lib/groonga/plugins/suggest/suggest.a
168
+ - vendor/local/lib/groonga/plugins/suggest/suggest.dll
169
+ - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
170
+ - vendor/local/lib/groonga/plugins/suggest/suggest.la
171
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.a
172
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
173
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
174
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.la
175
+ - vendor/local/lib/libgroonga.a
176
+ - vendor/local/lib/libgroonga.dll.a
177
+ - vendor/local/lib/libgroonga.la
178
+ - vendor/local/lib/libmecab.a
179
+ - vendor/local/lib/libmecab.dll.a
180
+ - vendor/local/lib/libmecab.la
181
+ - vendor/local/lib/pkgconfig/groonga.pc
182
+ - vendor/local/libexec/mecab/mecab-cost-train.exe
183
+ - vendor/local/libexec/mecab/mecab-dict-gen.exe
184
+ - vendor/local/libexec/mecab/mecab-dict-index.exe
185
+ - vendor/local/libexec/mecab/mecab-system-eval.exe
186
+ - vendor/local/libexec/mecab/mecab-test-gen.exe
779
187
  - vendor/local/share/doc/groonga/en/html/.buildinfo
780
- - vendor/local/share/doc/groonga/en/html/install.html
781
- - vendor/local/share/doc/groonga/en/html/pseudo_column.html
782
- - vendor/local/share/doc/groonga/en/html/community.html
783
188
  - vendor/local/share/doc/groonga/en/html/_images/geo-points.png
784
- - vendor/local/share/doc/groonga/en/html/command_version.html
785
- - vendor/local/share/doc/groonga/en/html/_sources/index.txt
786
- - vendor/local/share/doc/groonga/en/html/_sources/commands/clearlock.txt
189
+ - vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
190
+ - vendor/local/share/doc/groonga/en/html/_sources/command_version.txt
191
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/cache_limit.txt
787
192
  - vendor/local/share/doc/groonga/en/html/_sources/commands/check.txt
193
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/clearlock.txt
194
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/column_create.txt
195
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/column_list.txt
788
196
  - vendor/local/share/doc/groonga/en/html/_sources/commands/column_remove.txt
789
197
  - vendor/local/share/doc/groonga/en/html/_sources/commands/define_selector.txt
790
- - vendor/local/share/doc/groonga/en/html/_sources/commands/column_list.txt
791
- - vendor/local/share/doc/groonga/en/html/_sources/commands/shutdown.txt
792
- - vendor/local/share/doc/groonga/en/html/_sources/commands/table_create.txt
793
- - vendor/local/share/doc/groonga/en/html/_sources/commands/log_reopen.txt
794
- - vendor/local/share/doc/groonga/en/html/_sources/commands/quit.txt
795
- - vendor/local/share/doc/groonga/en/html/_sources/commands/dump.txt
198
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/defrag.txt
796
199
  - vendor/local/share/doc/groonga/en/html/_sources/commands/delete.txt
797
- - vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
798
- - vendor/local/share/doc/groonga/en/html/_sources/commands/table_list.txt
799
- - vendor/local/share/doc/groonga/en/html/_sources/commands/log_level.txt
800
- - vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt
801
- - vendor/local/share/doc/groonga/en/html/_sources/commands/cache_limit.txt
802
- - vendor/local/share/doc/groonga/en/html/_sources/commands/select.txt
200
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/dump.txt
803
201
  - vendor/local/share/doc/groonga/en/html/_sources/commands/load.txt
202
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/log_level.txt
804
203
  - vendor/local/share/doc/groonga/en/html/_sources/commands/log_put.txt
805
- - vendor/local/share/doc/groonga/en/html/_sources/commands/defrag.txt
806
- - vendor/local/share/doc/groonga/en/html/_sources/commands/column_create.txt
204
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/log_reopen.txt
205
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/quit.txt
206
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/select.txt
207
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/shutdown.txt
807
208
  - vendor/local/share/doc/groonga/en/html/_sources/commands/status.txt
209
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt
210
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/table_create.txt
211
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/table_list.txt
212
+ - vendor/local/share/doc/groonga/en/html/_sources/commands/table_remove.txt
808
213
  - vendor/local/share/doc/groonga/en/html/_sources/commands/view_add.txt
809
- - vendor/local/share/doc/groonga/en/html/_sources/pseudo_column.txt
810
- - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
811
- - vendor/local/share/doc/groonga/en/html/_sources/functions.txt
812
- - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
813
214
  - vendor/local/share/doc/groonga/en/html/_sources/commands.txt
814
- - vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
815
- - vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
816
- - vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
817
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
818
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
819
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
820
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
821
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
822
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
823
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
824
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
825
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
826
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
827
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
828
- - vendor/local/share/doc/groonga/en/html/_sources/news.txt
829
- - vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
830
- - vendor/local/share/doc/groonga/en/html/_sources/install.txt
831
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
832
- - vendor/local/share/doc/groonga/en/html/_sources/functions/edit_distance.txt
833
- - vendor/local/share/doc/groonga/en/html/_sources/functions/now.txt
834
- - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_distance.txt
835
- - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt
836
- - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_rectangle.txt
837
- - vendor/local/share/doc/groonga/en/html/_sources/functions/rand.txt
838
- - vendor/local/share/doc/groonga/en/html/_sources/log.txt
839
215
  - vendor/local/share/doc/groonga/en/html/_sources/community.txt
840
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
841
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
842
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
843
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
844
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
845
- - vendor/local/share/doc/groonga/en/html/_sources/spec.txt
846
216
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
847
217
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
848
218
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
849
219
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
850
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
851
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
852
220
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
853
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
221
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
222
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
854
223
  - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
855
- - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt
856
- - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga.txt
857
- - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-http.txt
224
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
225
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
858
226
  - vendor/local/share/doc/groonga/en/html/_sources/executables/grnslap.txt
859
227
  - vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt
228
+ - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-http.txt
229
+ - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt
230
+ - vendor/local/share/doc/groonga/en/html/_sources/executables/groonga.txt
231
+ - vendor/local/share/doc/groonga/en/html/_sources/executables.txt
232
+ - vendor/local/share/doc/groonga/en/html/_sources/expr.txt
233
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/edit_distance.txt
234
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_distance.txt
235
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt
236
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_rectangle.txt
237
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/now.txt
238
+ - vendor/local/share/doc/groonga/en/html/_sources/functions/rand.txt
239
+ - vendor/local/share/doc/groonga/en/html/_sources/functions.txt
240
+ - vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
241
+ - vendor/local/share/doc/groonga/en/html/_sources/index.txt
242
+ - vendor/local/share/doc/groonga/en/html/_sources/install.txt
243
+ - vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
244
+ - vendor/local/share/doc/groonga/en/html/_sources/log.txt
860
245
  - vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
861
- - vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
862
246
  - vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
247
+ - vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
863
248
  - vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
864
- - vendor/local/share/doc/groonga/en/html/_sources/command_version.txt
865
- - vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
249
+ - vendor/local/share/doc/groonga/en/html/_sources/news.txt
250
+ - vendor/local/share/doc/groonga/en/html/_sources/output.txt
251
+ - vendor/local/share/doc/groonga/en/html/_sources/pseudo_column.txt
866
252
  - vendor/local/share/doc/groonga/en/html/_sources/reference.txt
867
- - vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
868
- - vendor/local/share/doc/groonga/en/html/_sources/executables.txt
869
- - vendor/local/share/doc/groonga/en/html/_sources/expr.txt
253
+ - vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
254
+ - vendor/local/share/doc/groonga/en/html/_sources/spec.txt
255
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
256
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
257
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
258
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
259
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
260
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
261
+ - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
262
+ - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
263
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
264
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
265
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
266
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
267
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
268
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
269
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
270
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
271
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
272
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
273
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
274
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
870
275
  - vendor/local/share/doc/groonga/en/html/_sources/type.txt
871
- - vendor/local/share/doc/groonga/en/html/_static/file.png
276
+ - vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
872
277
  - vendor/local/share/doc/groonga/en/html/_static/basic.css
873
- - vendor/local/share/doc/groonga/en/html/_static/websupport.js
874
278
  - vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
279
+ - vendor/local/share/doc/groonga/en/html/_static/comment-close.png
280
+ - vendor/local/share/doc/groonga/en/html/_static/comment.png
875
281
  - vendor/local/share/doc/groonga/en/html/_static/default.css
876
- - vendor/local/share/doc/groonga/en/html/_static/footer-bar.png
877
- - vendor/local/share/doc/groonga/en/html/_static/favicon.ico
878
282
  - vendor/local/share/doc/groonga/en/html/_static/doctools.js
879
- - vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
880
- - vendor/local/share/doc/groonga/en/html/_static/comment-close.png
881
- - vendor/local/share/doc/groonga/en/html/_static/underscore.js
882
- - vendor/local/share/doc/groonga/en/html/_static/us.png
883
- - vendor/local/share/doc/groonga/en/html/_static/logo.png
884
- - vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
885
283
  - vendor/local/share/doc/groonga/en/html/_static/down-pressed.png
284
+ - vendor/local/share/doc/groonga/en/html/_static/down.png
285
+ - vendor/local/share/doc/groonga/en/html/_static/favicon.ico
286
+ - vendor/local/share/doc/groonga/en/html/_static/file.png
287
+ - vendor/local/share/doc/groonga/en/html/_static/footer-bar.png
288
+ - vendor/local/share/doc/groonga/en/html/_static/groonga.css
886
289
  - vendor/local/share/doc/groonga/en/html/_static/header-background.png
887
- - vendor/local/share/doc/groonga/en/html/_static/comment.png
290
+ - vendor/local/share/doc/groonga/en/html/_static/jp.png
291
+ - vendor/local/share/doc/groonga/en/html/_static/jquery.js
292
+ - vendor/local/share/doc/groonga/en/html/_static/logo.png
888
293
  - vendor/local/share/doc/groonga/en/html/_static/menu-header.png
889
- - vendor/local/share/doc/groonga/en/html/_static/sidebar.js
294
+ - vendor/local/share/doc/groonga/en/html/_static/minus.png
295
+ - vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
296
+ - vendor/local/share/doc/groonga/en/html/_static/plus.png
297
+ - vendor/local/share/doc/groonga/en/html/_static/pygments.css
890
298
  - vendor/local/share/doc/groonga/en/html/_static/searchtools.js
299
+ - vendor/local/share/doc/groonga/en/html/_static/sidebar.js
300
+ - vendor/local/share/doc/groonga/en/html/_static/underscore.js
891
301
  - vendor/local/share/doc/groonga/en/html/_static/up-pressed.png
892
- - vendor/local/share/doc/groonga/en/html/_static/down.png
893
- - vendor/local/share/doc/groonga/en/html/_static/jquery.js
894
- - vendor/local/share/doc/groonga/en/html/_static/plus.png
895
- - vendor/local/share/doc/groonga/en/html/_static/minus.png
896
- - vendor/local/share/doc/groonga/en/html/_static/jp.png
897
- - vendor/local/share/doc/groonga/en/html/_static/groonga.css
898
302
  - vendor/local/share/doc/groonga/en/html/_static/up.png
899
- - vendor/local/share/doc/groonga/en/html/_static/pygments.css
303
+ - vendor/local/share/doc/groonga/en/html/_static/us.png
304
+ - vendor/local/share/doc/groonga/en/html/_static/websupport.js
305
+ - vendor/local/share/doc/groonga/en/html/characteristic.html
306
+ - vendor/local/share/doc/groonga/en/html/command_version.html
307
+ - vendor/local/share/doc/groonga/en/html/commands/cache_limit.html
308
+ - vendor/local/share/doc/groonga/en/html/commands/check.html
309
+ - vendor/local/share/doc/groonga/en/html/commands/clearlock.html
310
+ - vendor/local/share/doc/groonga/en/html/commands/column_create.html
311
+ - vendor/local/share/doc/groonga/en/html/commands/column_list.html
312
+ - vendor/local/share/doc/groonga/en/html/commands/column_remove.html
313
+ - vendor/local/share/doc/groonga/en/html/commands/define_selector.html
314
+ - vendor/local/share/doc/groonga/en/html/commands/defrag.html
315
+ - vendor/local/share/doc/groonga/en/html/commands/delete.html
316
+ - vendor/local/share/doc/groonga/en/html/commands/dump.html
317
+ - vendor/local/share/doc/groonga/en/html/commands/load.html
318
+ - vendor/local/share/doc/groonga/en/html/commands/log_level.html
319
+ - vendor/local/share/doc/groonga/en/html/commands/log_put.html
320
+ - vendor/local/share/doc/groonga/en/html/commands/log_reopen.html
321
+ - vendor/local/share/doc/groonga/en/html/commands/quit.html
322
+ - vendor/local/share/doc/groonga/en/html/commands/select.html
323
+ - vendor/local/share/doc/groonga/en/html/commands/shutdown.html
324
+ - vendor/local/share/doc/groonga/en/html/commands/status.html
325
+ - vendor/local/share/doc/groonga/en/html/commands/suggest.html
326
+ - vendor/local/share/doc/groonga/en/html/commands/table_create.html
327
+ - vendor/local/share/doc/groonga/en/html/commands/table_list.html
328
+ - vendor/local/share/doc/groonga/en/html/commands/table_remove.html
329
+ - vendor/local/share/doc/groonga/en/html/commands/view_add.html
330
+ - vendor/local/share/doc/groonga/en/html/commands.html
331
+ - vendor/local/share/doc/groonga/en/html/community.html
332
+ - vendor/local/share/doc/groonga/en/html/contribution/development/com.html
333
+ - vendor/local/share/doc/groonga/en/html/contribution/development/document.html
334
+ - vendor/local/share/doc/groonga/en/html/contribution/development/query.html
335
+ - vendor/local/share/doc/groonga/en/html/contribution/development/test.html
336
+ - vendor/local/share/doc/groonga/en/html/contribution/development.html
337
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
338
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
339
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation.html
340
+ - vendor/local/share/doc/groonga/en/html/contribution/report.html
341
+ - vendor/local/share/doc/groonga/en/html/contribution.html
342
+ - vendor/local/share/doc/groonga/en/html/executables/grnslap.html
343
+ - vendor/local/share/doc/groonga/en/html/executables/grntest.html
344
+ - vendor/local/share/doc/groonga/en/html/executables/groonga-http.html
345
+ - vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html
346
+ - vendor/local/share/doc/groonga/en/html/executables/groonga.html
347
+ - vendor/local/share/doc/groonga/en/html/executables.html
348
+ - vendor/local/share/doc/groonga/en/html/expr.html
349
+ - vendor/local/share/doc/groonga/en/html/functions/edit_distance.html
350
+ - vendor/local/share/doc/groonga/en/html/functions/geo_distance.html
351
+ - vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html
352
+ - vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html
353
+ - vendor/local/share/doc/groonga/en/html/functions/now.html
354
+ - vendor/local/share/doc/groonga/en/html/functions/rand.html
355
+ - vendor/local/share/doc/groonga/en/html/functions.html
356
+ - vendor/local/share/doc/groonga/en/html/genindex.html
357
+ - vendor/local/share/doc/groonga/en/html/geolocation_search.html
358
+ - vendor/local/share/doc/groonga/en/html/index.html
359
+ - vendor/local/share/doc/groonga/en/html/install.html
360
+ - vendor/local/share/doc/groonga/en/html/limitations.html
361
+ - vendor/local/share/doc/groonga/en/html/log.html
362
+ - vendor/local/share/doc/groonga/en/html/news/0.x.html
363
+ - vendor/local/share/doc/groonga/en/html/news/1.0.x.html
364
+ - vendor/local/share/doc/groonga/en/html/news/1.1.x.html
365
+ - vendor/local/share/doc/groonga/en/html/news/senna.html
366
+ - vendor/local/share/doc/groonga/en/html/news.html
367
+ - vendor/local/share/doc/groonga/en/html/objects.inv
368
+ - vendor/local/share/doc/groonga/en/html/output.html
369
+ - vendor/local/share/doc/groonga/en/html/pseudo_column.html
370
+ - vendor/local/share/doc/groonga/en/html/reference.html
371
+ - vendor/local/share/doc/groonga/en/html/search.html
372
+ - vendor/local/share/doc/groonga/en/html/searchindex.js
373
+ - vendor/local/share/doc/groonga/en/html/spec/search.html
374
+ - vendor/local/share/doc/groonga/en/html/spec.html
375
+ - vendor/local/share/doc/groonga/en/html/suggest/completion.html
376
+ - vendor/local/share/doc/groonga/en/html/suggest/correction.html
377
+ - vendor/local/share/doc/groonga/en/html/suggest/introduction.html
378
+ - vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
379
+ - vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
380
+ - vendor/local/share/doc/groonga/en/html/suggest.html
381
+ - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
382
+ - vendor/local/share/doc/groonga/en/html/troubleshooting.html
383
+ - vendor/local/share/doc/groonga/en/html/tutorial/data.html
384
+ - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
385
+ - vendor/local/share/doc/groonga/en/html/tutorial/index.html
386
+ - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
387
+ - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
388
+ - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
389
+ - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
390
+ - vendor/local/share/doc/groonga/en/html/tutorial/network.html
391
+ - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
392
+ - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
393
+ - vendor/local/share/doc/groonga/en/html/tutorial/search.html
394
+ - vendor/local/share/doc/groonga/en/html/tutorial.html
395
+ - vendor/local/share/doc/groonga/en/html/type.html
396
+ - vendor/local/share/doc/groonga/ja/html/.buildinfo
397
+ - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
398
+ - vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
399
+ - vendor/local/share/doc/groonga/ja/html/_sources/command_version.txt
400
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/cache_limit.txt
401
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/check.txt
402
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/clearlock.txt
403
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_create.txt
404
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_list.txt
405
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/column_remove.txt
406
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/define_selector.txt
407
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/defrag.txt
408
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/delete.txt
409
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/dump.txt
410
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/load.txt
411
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_level.txt
412
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_put.txt
413
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/log_reopen.txt
414
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/quit.txt
415
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/select.txt
416
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/shutdown.txt
417
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/status.txt
418
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt
419
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_create.txt
420
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_list.txt
421
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/table_remove.txt
422
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands/view_add.txt
423
+ - vendor/local/share/doc/groonga/ja/html/_sources/commands.txt
424
+ - vendor/local/share/doc/groonga/ja/html/_sources/community.txt
425
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
426
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
427
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
428
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
429
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
430
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
431
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
432
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
433
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
434
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
435
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables/grnslap.txt
436
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt
437
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-http.txt
438
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt
439
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga.txt
440
+ - vendor/local/share/doc/groonga/ja/html/_sources/executables.txt
441
+ - vendor/local/share/doc/groonga/ja/html/_sources/expr.txt
442
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/edit_distance.txt
443
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_distance.txt
444
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt
445
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_rectangle.txt
446
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/now.txt
447
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions/rand.txt
448
+ - vendor/local/share/doc/groonga/ja/html/_sources/functions.txt
449
+ - vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
450
+ - vendor/local/share/doc/groonga/ja/html/_sources/index.txt
451
+ - vendor/local/share/doc/groonga/ja/html/_sources/install.txt
452
+ - vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
453
+ - vendor/local/share/doc/groonga/ja/html/_sources/log.txt
454
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
455
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
456
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
457
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
458
+ - vendor/local/share/doc/groonga/ja/html/_sources/news.txt
459
+ - vendor/local/share/doc/groonga/ja/html/_sources/output.txt
460
+ - vendor/local/share/doc/groonga/ja/html/_sources/pseudo_column.txt
461
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
462
+ - vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
463
+ - vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
464
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
465
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
466
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
467
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
468
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
469
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
470
+ - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
471
+ - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
472
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
473
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
474
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
475
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
476
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
477
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
478
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
479
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
480
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
481
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
482
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
483
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
484
+ - vendor/local/share/doc/groonga/ja/html/_sources/type.txt
485
+ - vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
486
+ - vendor/local/share/doc/groonga/ja/html/_static/basic.css
487
+ - vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
488
+ - vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
489
+ - vendor/local/share/doc/groonga/ja/html/_static/comment.png
490
+ - vendor/local/share/doc/groonga/ja/html/_static/default.css
491
+ - vendor/local/share/doc/groonga/ja/html/_static/doctools.js
492
+ - vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
493
+ - vendor/local/share/doc/groonga/ja/html/_static/down.png
494
+ - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
495
+ - vendor/local/share/doc/groonga/ja/html/_static/file.png
496
+ - vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png
497
+ - vendor/local/share/doc/groonga/ja/html/_static/groonga.css
498
+ - vendor/local/share/doc/groonga/ja/html/_static/header-background.png
499
+ - vendor/local/share/doc/groonga/ja/html/_static/jp.png
500
+ - vendor/local/share/doc/groonga/ja/html/_static/jquery.js
501
+ - vendor/local/share/doc/groonga/ja/html/_static/logo.png
502
+ - vendor/local/share/doc/groonga/ja/html/_static/menu-header.png
503
+ - vendor/local/share/doc/groonga/ja/html/_static/minus.png
504
+ - vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
505
+ - vendor/local/share/doc/groonga/ja/html/_static/plus.png
506
+ - vendor/local/share/doc/groonga/ja/html/_static/pygments.css
507
+ - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
508
+ - vendor/local/share/doc/groonga/ja/html/_static/sidebar.js
509
+ - vendor/local/share/doc/groonga/ja/html/_static/underscore.js
510
+ - vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
511
+ - vendor/local/share/doc/groonga/ja/html/_static/up.png
512
+ - vendor/local/share/doc/groonga/ja/html/_static/us.png
513
+ - vendor/local/share/doc/groonga/ja/html/_static/websupport.js
514
+ - vendor/local/share/doc/groonga/ja/html/characteristic.html
515
+ - vendor/local/share/doc/groonga/ja/html/command_version.html
516
+ - vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html
517
+ - vendor/local/share/doc/groonga/ja/html/commands/check.html
518
+ - vendor/local/share/doc/groonga/ja/html/commands/clearlock.html
519
+ - vendor/local/share/doc/groonga/ja/html/commands/column_create.html
520
+ - vendor/local/share/doc/groonga/ja/html/commands/column_list.html
521
+ - vendor/local/share/doc/groonga/ja/html/commands/column_remove.html
522
+ - vendor/local/share/doc/groonga/ja/html/commands/define_selector.html
523
+ - vendor/local/share/doc/groonga/ja/html/commands/defrag.html
524
+ - vendor/local/share/doc/groonga/ja/html/commands/delete.html
525
+ - vendor/local/share/doc/groonga/ja/html/commands/dump.html
526
+ - vendor/local/share/doc/groonga/ja/html/commands/load.html
527
+ - vendor/local/share/doc/groonga/ja/html/commands/log_level.html
528
+ - vendor/local/share/doc/groonga/ja/html/commands/log_put.html
529
+ - vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html
530
+ - vendor/local/share/doc/groonga/ja/html/commands/quit.html
531
+ - vendor/local/share/doc/groonga/ja/html/commands/select.html
532
+ - vendor/local/share/doc/groonga/ja/html/commands/shutdown.html
533
+ - vendor/local/share/doc/groonga/ja/html/commands/status.html
534
+ - vendor/local/share/doc/groonga/ja/html/commands/suggest.html
535
+ - vendor/local/share/doc/groonga/ja/html/commands/table_create.html
536
+ - vendor/local/share/doc/groonga/ja/html/commands/table_list.html
537
+ - vendor/local/share/doc/groonga/ja/html/commands/table_remove.html
538
+ - vendor/local/share/doc/groonga/ja/html/commands/view_add.html
539
+ - vendor/local/share/doc/groonga/ja/html/commands.html
540
+ - vendor/local/share/doc/groonga/ja/html/community.html
541
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
542
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
543
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
544
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
545
+ - vendor/local/share/doc/groonga/ja/html/contribution/development.html
546
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
547
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
548
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
549
+ - vendor/local/share/doc/groonga/ja/html/contribution/report.html
550
+ - vendor/local/share/doc/groonga/ja/html/contribution.html
551
+ - vendor/local/share/doc/groonga/ja/html/executables/grnslap.html
552
+ - vendor/local/share/doc/groonga/ja/html/executables/grntest.html
553
+ - vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html
554
+ - vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html
555
+ - vendor/local/share/doc/groonga/ja/html/executables/groonga.html
556
+ - vendor/local/share/doc/groonga/ja/html/executables.html
557
+ - vendor/local/share/doc/groonga/ja/html/expr.html
558
+ - vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html
559
+ - vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html
560
+ - vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html
561
+ - vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html
562
+ - vendor/local/share/doc/groonga/ja/html/functions/now.html
563
+ - vendor/local/share/doc/groonga/ja/html/functions/rand.html
564
+ - vendor/local/share/doc/groonga/ja/html/functions.html
565
+ - vendor/local/share/doc/groonga/ja/html/genindex.html
566
+ - vendor/local/share/doc/groonga/ja/html/geolocation_search.html
567
+ - vendor/local/share/doc/groonga/ja/html/index.html
568
+ - vendor/local/share/doc/groonga/ja/html/install.html
569
+ - vendor/local/share/doc/groonga/ja/html/limitations.html
570
+ - vendor/local/share/doc/groonga/ja/html/log.html
571
+ - vendor/local/share/doc/groonga/ja/html/news/0.x.html
572
+ - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
573
+ - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
574
+ - vendor/local/share/doc/groonga/ja/html/news/senna.html
575
+ - vendor/local/share/doc/groonga/ja/html/news.html
576
+ - vendor/local/share/doc/groonga/ja/html/objects.inv
577
+ - vendor/local/share/doc/groonga/ja/html/output.html
578
+ - vendor/local/share/doc/groonga/ja/html/pseudo_column.html
579
+ - vendor/local/share/doc/groonga/ja/html/reference.html
580
+ - vendor/local/share/doc/groonga/ja/html/search.html
581
+ - vendor/local/share/doc/groonga/ja/html/searchindex.js
582
+ - vendor/local/share/doc/groonga/ja/html/spec/search.html
583
+ - vendor/local/share/doc/groonga/ja/html/spec.html
584
+ - vendor/local/share/doc/groonga/ja/html/suggest/completion.html
585
+ - vendor/local/share/doc/groonga/ja/html/suggest/correction.html
586
+ - vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
587
+ - vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
588
+ - vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
589
+ - vendor/local/share/doc/groonga/ja/html/suggest.html
590
+ - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
591
+ - vendor/local/share/doc/groonga/ja/html/troubleshooting.html
592
+ - vendor/local/share/doc/groonga/ja/html/tutorial/data.html
593
+ - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
594
+ - vendor/local/share/doc/groonga/ja/html/tutorial/index.html
595
+ - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
596
+ - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
597
+ - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
598
+ - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
599
+ - vendor/local/share/doc/groonga/ja/html/tutorial/network.html
600
+ - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
601
+ - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
602
+ - vendor/local/share/doc/groonga/ja/html/tutorial/search.html
603
+ - vendor/local/share/doc/groonga/ja/html/tutorial.html
604
+ - vendor/local/share/doc/groonga/ja/html/type.html
605
+ - vendor/local/share/doc/groonga/source/__init__.py
606
+ - vendor/local/share/doc/groonga/source/characteristic.txt
607
+ - vendor/local/share/doc/groonga/source/command_version.txt
608
+ - vendor/local/share/doc/groonga/source/commands/cache_limit.txt
609
+ - vendor/local/share/doc/groonga/source/commands/check.txt
610
+ - vendor/local/share/doc/groonga/source/commands/clearlock.txt
611
+ - vendor/local/share/doc/groonga/source/commands/column_create.txt
612
+ - vendor/local/share/doc/groonga/source/commands/column_list.txt
613
+ - vendor/local/share/doc/groonga/source/commands/column_remove.txt
614
+ - vendor/local/share/doc/groonga/source/commands/define_selector.txt
615
+ - vendor/local/share/doc/groonga/source/commands/defrag.txt
616
+ - vendor/local/share/doc/groonga/source/commands/delete.txt
617
+ - vendor/local/share/doc/groonga/source/commands/dump.txt
618
+ - vendor/local/share/doc/groonga/source/commands/load.txt
619
+ - vendor/local/share/doc/groonga/source/commands/log_level.txt
620
+ - vendor/local/share/doc/groonga/source/commands/log_put.txt
621
+ - vendor/local/share/doc/groonga/source/commands/log_reopen.txt
622
+ - vendor/local/share/doc/groonga/source/commands/quit.txt
623
+ - vendor/local/share/doc/groonga/source/commands/select.txt
624
+ - vendor/local/share/doc/groonga/source/commands/shutdown.txt
625
+ - vendor/local/share/doc/groonga/source/commands/status.txt
626
+ - vendor/local/share/doc/groonga/source/commands/suggest-completion.log
627
+ - vendor/local/share/doc/groonga/source/commands/suggest-correction.log
628
+ - vendor/local/share/doc/groonga/source/commands/suggest-learn-completion.log
629
+ - vendor/local/share/doc/groonga/source/commands/suggest-learn-correction.log
630
+ - vendor/local/share/doc/groonga/source/commands/suggest-learn-suggestion.log
631
+ - vendor/local/share/doc/groonga/source/commands/suggest-mixed.log
632
+ - vendor/local/share/doc/groonga/source/commands/suggest-suggestion.log
633
+ - vendor/local/share/doc/groonga/source/commands/suggest.txt
634
+ - vendor/local/share/doc/groonga/source/commands/table_create.txt
635
+ - vendor/local/share/doc/groonga/source/commands/table_list.txt
636
+ - vendor/local/share/doc/groonga/source/commands/table_remove.txt
637
+ - vendor/local/share/doc/groonga/source/commands/view_add.txt
638
+ - vendor/local/share/doc/groonga/source/commands.txt
639
+ - vendor/local/share/doc/groonga/source/commands_not_implemented/add.txt
640
+ - vendor/local/share/doc/groonga/source/commands_not_implemented/get.txt
641
+ - vendor/local/share/doc/groonga/source/commands_not_implemented/set.txt
642
+ - vendor/local/share/doc/groonga/source/community.txt
643
+ - vendor/local/share/doc/groonga/source/conf.py
644
+ - vendor/local/share/doc/groonga/source/contribution/development/com.txt
645
+ - vendor/local/share/doc/groonga/source/contribution/development/document.txt
646
+ - vendor/local/share/doc/groonga/source/contribution/development/query.txt
647
+ - vendor/local/share/doc/groonga/source/contribution/development/test.txt
648
+ - vendor/local/share/doc/groonga/source/contribution/development.txt
649
+ - vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt
650
+ - vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt
651
+ - vendor/local/share/doc/groonga/source/contribution/documentation.txt
652
+ - vendor/local/share/doc/groonga/source/contribution/report.txt
653
+ - vendor/local/share/doc/groonga/source/contribution.txt
654
+ - vendor/local/share/doc/groonga/source/example/completion-1.log
655
+ - vendor/local/share/doc/groonga/source/example/correction-1.log
656
+ - vendor/local/share/doc/groonga/source/example/suggestion-1.log
657
+ - vendor/local/share/doc/groonga/source/example/tutorial/data-1.log
658
+ - vendor/local/share/doc/groonga/source/example/tutorial/data-2.log
659
+ - vendor/local/share/doc/groonga/source/example/tutorial/data-3.log
660
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
661
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log
662
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log
663
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log
664
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log
665
+ - vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log
666
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-1.log
667
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
668
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
669
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
670
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-5.log
671
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
672
+ - vendor/local/share/doc/groonga/source/example/tutorial/index-7.log
673
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log
674
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log
675
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log
676
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log
677
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log
678
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log
679
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log
680
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log
681
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log
682
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log
683
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log
684
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log
685
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log
686
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log
687
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log
688
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log
689
+ - vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log
690
+ - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
691
+ - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
692
+ - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
693
+ - vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log
694
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log
695
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log
696
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log
697
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log
698
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log
699
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log
700
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log
701
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log
702
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log
703
+ - vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log
704
+ - vendor/local/share/doc/groonga/source/example/tutorial/network-1.log
705
+ - vendor/local/share/doc/groonga/source/example/tutorial/network-2.log
706
+ - vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
707
+ - vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log
708
+ - vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
709
+ - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
710
+ - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log
711
+ - vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log
712
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-1.log
713
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-2.log
714
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-3.log
715
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
716
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-5.log
717
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-6.log
718
+ - vendor/local/share/doc/groonga/source/example/tutorial/search-7.log
719
+ - vendor/local/share/doc/groonga/source/executables/grnslap.txt
720
+ - vendor/local/share/doc/groonga/source/executables/grntest.txt
721
+ - vendor/local/share/doc/groonga/source/executables/groonga-http.txt
722
+ - vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt
723
+ - vendor/local/share/doc/groonga/source/executables/groonga.txt
724
+ - vendor/local/share/doc/groonga/source/executables.txt
725
+ - vendor/local/share/doc/groonga/source/expr.txt
726
+ - vendor/local/share/doc/groonga/source/functions/edit_distance.txt
727
+ - vendor/local/share/doc/groonga/source/functions/geo_distance.txt
728
+ - vendor/local/share/doc/groonga/source/functions/geo_in_circle.txt
729
+ - vendor/local/share/doc/groonga/source/functions/geo_in_rectangle.txt
730
+ - vendor/local/share/doc/groonga/source/functions/now.txt
731
+ - vendor/local/share/doc/groonga/source/functions/rand.txt
732
+ - vendor/local/share/doc/groonga/source/functions.txt
733
+ - vendor/local/share/doc/groonga/source/geolocation_search.txt
734
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png
735
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg
736
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png
737
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg
738
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png
739
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg
740
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png
741
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg
742
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png
743
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg
744
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png
745
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg
746
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png
747
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg
748
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png
749
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg
750
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png
751
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg
752
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png
753
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg
754
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png
755
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg
756
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png
757
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg
758
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png
759
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg
760
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png
761
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg
762
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png
763
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg
764
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png
765
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg
766
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png
767
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg
768
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png
769
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg
770
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png
771
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg
772
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png
773
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg
774
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png
775
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg
776
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png
777
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg
778
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png
779
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg
780
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png
781
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg
782
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png
783
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg
784
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png
785
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg
786
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png
787
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg
788
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png
789
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg
790
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png
791
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg
792
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png
793
+ - vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg
794
+ - vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png
795
+ - vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg
796
+ - vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png
797
+ - vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg
798
+ - vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png
799
+ - vendor/local/share/doc/groonga/source/images/geo-points-distance.png
800
+ - vendor/local/share/doc/groonga/source/images/geo-points-distance.svg
801
+ - vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png
802
+ - vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg
803
+ - vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png
804
+ - vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg
805
+ - vendor/local/share/doc/groonga/source/images/geo-points-sort.png
806
+ - vendor/local/share/doc/groonga/source/images/geo-points-sort.svg
807
+ - vendor/local/share/doc/groonga/source/images/geo-points.png
808
+ - vendor/local/share/doc/groonga/source/images/geo-points.svg
809
+ - vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png
810
+ - vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg
811
+ - vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png
812
+ - vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg
813
+ - vendor/local/share/doc/groonga/source/index.txt
814
+ - vendor/local/share/doc/groonga/source/install.txt
815
+ - vendor/local/share/doc/groonga/source/limitations.txt
816
+ - vendor/local/share/doc/groonga/source/log.txt
817
+ - vendor/local/share/doc/groonga/source/news/0.x.txt
818
+ - vendor/local/share/doc/groonga/source/news/1.0.x.txt
819
+ - vendor/local/share/doc/groonga/source/news/1.1.x.txt
820
+ - vendor/local/share/doc/groonga/source/news/senna.txt
821
+ - vendor/local/share/doc/groonga/source/news.txt
822
+ - vendor/local/share/doc/groonga/source/output.txt
823
+ - vendor/local/share/doc/groonga/source/pseudo_column.txt
824
+ - vendor/local/share/doc/groonga/source/rdoc.py
825
+ - vendor/local/share/doc/groonga/source/reference.txt
826
+ - vendor/local/share/doc/groonga/source/spec/search.txt
827
+ - vendor/local/share/doc/groonga/source/spec.txt
828
+ - vendor/local/share/doc/groonga/source/suggest/completion.txt
829
+ - vendor/local/share/doc/groonga/source/suggest/correction.txt
830
+ - vendor/local/share/doc/groonga/source/suggest/introduction.txt
831
+ - vendor/local/share/doc/groonga/source/suggest/suggestion.txt
832
+ - vendor/local/share/doc/groonga/source/suggest/tutorial.txt
833
+ - vendor/local/share/doc/groonga/source/suggest.txt
834
+ - vendor/local/share/doc/groonga/source/textile.py
835
+ - vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt
836
+ - vendor/local/share/doc/groonga/source/troubleshooting.txt
837
+ - vendor/local/share/doc/groonga/source/tutorial/data.txt
838
+ - vendor/local/share/doc/groonga/source/tutorial/drilldown.txt
839
+ - vendor/local/share/doc/groonga/source/tutorial/index.txt
840
+ - vendor/local/share/doc/groonga/source/tutorial/introduction.txt
841
+ - vendor/local/share/doc/groonga/source/tutorial/lexicon.txt
842
+ - vendor/local/share/doc/groonga/source/tutorial/match_columns.txt
843
+ - vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt
844
+ - vendor/local/share/doc/groonga/source/tutorial/network.txt
845
+ - vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt
846
+ - vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt
847
+ - vendor/local/share/doc/groonga/source/tutorial/search.txt
848
+ - vendor/local/share/doc/groonga/source/tutorial.txt
849
+ - vendor/local/share/doc/groonga/source/type.txt
850
+ - vendor/local/share/doc/groonga/source/update_execution_example.py
851
+ - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
852
+ - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
853
+ - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
854
+ - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
855
+ - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
856
+ - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
857
+ - vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css
858
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
859
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
860
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
861
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
862
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
863
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
864
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
865
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
866
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
867
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
868
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
869
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
870
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
871
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
872
+ - vendor/local/share/groonga/examples/dictionary/html/index.html
873
+ - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
874
+ - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
875
+ - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
876
+ - vendor/local/share/groonga/examples/dictionary/init-db.sh
877
+ - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
878
+ - vendor/local/share/groonga/examples/dictionary/readme.txt
879
+ - vendor/local/share/groonga/html/admin/css/admin.css
880
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
881
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
882
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
883
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
884
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
885
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
886
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
887
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
888
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
889
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_222222_256x240.png
890
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
891
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
892
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
893
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
894
+ - vendor/local/share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
895
+ - vendor/local/share/groonga/html/admin/favicon.ico
896
+ - vendor/local/share/groonga/html/admin/favicon.png
897
+ - vendor/local/share/groonga/html/admin/favicon.svg
898
+ - vendor/local/share/groonga/html/admin/images/groonga.png
899
+ - vendor/local/share/groonga/html/admin/images/loading.gif
900
+ - vendor/local/share/groonga/html/admin/index.html
901
+ - vendor/local/share/groonga/html/admin/js/jquery-1.4.2.min.js
902
+ - vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js
903
+ - vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
904
+ - vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
905
+ - vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
906
+ - vendor/local/share/license/groonga/AUTHORS
907
+ - vendor/local/share/license/groonga/COPYING
908
+ - vendor/local/share/license/mecab/AUTHORS
909
+ - vendor/local/share/license/mecab/BSD
910
+ - vendor/local/share/license/mecab/COPYING
911
+ - vendor/local/share/license/mecab/GPL
912
+ - vendor/local/share/license/mecab/LGPL
913
+ - vendor/local/share/license/naist-jdic/AUTHORS
914
+ - vendor/local/share/license/naist-jdic/COPYING
900
915
  - vendor/local/share/man/ja/man1/groonga.1
901
916
  - vendor/local/share/man/man1/groonga.1
902
917
  - vendor/local/share/man/man1/mecab.1
903
- - vendor/local/bin/mecab-config
904
- - vendor/local/bin/groonga-query-log-analyzer
905
- - vendor/local/bin/mecabrc
906
- - vendor/local/bin/libmecab-1.dll
907
- - vendor/local/bin/groonga.exe
908
- - vendor/local/bin/libgroonga-0.dll
909
- - vendor/local/bin/mecab.exe
910
- - vendor/local/bin/grntest.exe
911
- - vendor/local/lib/libgroonga.la
912
- - vendor/local/lib/groonga/plugins/suggest/suggest.dll
913
- - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
914
- - vendor/local/lib/groonga/plugins/suggest/suggest.a
915
- - vendor/local/lib/groonga/plugins/suggest/suggest.la
916
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.a
917
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
918
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
919
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.la
920
- - vendor/local/lib/libgroonga.a
921
- - vendor/local/lib/libmecab.dll.a
922
- - vendor/local/lib/libmecab.la
923
- - vendor/local/lib/libgroonga.dll.a
924
- - vendor/local/lib/libmecab.a
925
- - vendor/local/lib/pkgconfig/groonga.pc
926
- - vendor/local/etc/groonga/groonga.conf
927
- - vendor/local/libexec/mecab/mecab-test-gen.exe
928
- - vendor/local/libexec/mecab/mecab-dict-index.exe
929
- - vendor/local/libexec/mecab/mecab-cost-train.exe
930
- - vendor/local/libexec/mecab/mecab-system-eval.exe
931
- - vendor/local/libexec/mecab/mecab-dict-gen.exe
932
- - vendor/local/include/mecab.h
933
- - vendor/local/include/groonga/groonga/plugin.h
934
- - vendor/local/include/groonga/groonga.h
918
+ - vendor/local/share/mecab/dic/naist-jdic/char.bin
919
+ - vendor/local/share/mecab/dic/naist-jdic/char.def
920
+ - vendor/local/share/mecab/dic/naist-jdic/dicrc
921
+ - vendor/local/share/mecab/dic/naist-jdic/feature.def
922
+ - vendor/local/share/mecab/dic/naist-jdic/left-id.def
923
+ - vendor/local/share/mecab/dic/naist-jdic/matrix.bin
924
+ - vendor/local/share/mecab/dic/naist-jdic/matrix.def
925
+ - vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv
926
+ - vendor/local/share/mecab/dic/naist-jdic/pos-id.def
927
+ - vendor/local/share/mecab/dic/naist-jdic/rewrite.def
928
+ - vendor/local/share/mecab/dic/naist-jdic/right-id.def
929
+ - vendor/local/share/mecab/dic/naist-jdic/sys.dic
930
+ - vendor/local/share/mecab/dic/naist-jdic/unk.def
931
+ - vendor/local/share/mecab/dic/naist-jdic/unk.dic
935
932
  homepage: http://groonga.rubyforge.org/
936
- licenses:
933
+ licenses:
937
934
  - LGPLv2
938
935
  post_install_message:
939
936
  rdoc_options: []
940
-
941
- require_paths:
937
+ require_paths:
942
938
  - lib
943
- required_ruby_version: !ruby/object:Gem::Requirement
939
+ required_ruby_version: !ruby/object:Gem::Requirement
944
940
  none: false
945
- requirements:
946
- - - ">="
947
- - !ruby/object:Gem::Version
948
- hash: 3
949
- segments:
950
- - 0
951
- version: "0"
952
- required_rubygems_version: !ruby/object:Gem::Requirement
941
+ requirements:
942
+ - - ! '>='
943
+ - !ruby/object:Gem::Version
944
+ version: '0'
945
+ required_rubygems_version: !ruby/object:Gem::Requirement
953
946
  none: false
954
- requirements:
955
- - - ">="
956
- - !ruby/object:Gem::Version
957
- hash: 3
958
- segments:
959
- - 0
960
- version: "0"
947
+ requirements:
948
+ - - ! '>='
949
+ - !ruby/object:Gem::Version
950
+ version: '0'
961
951
  requirements: []
962
-
963
952
  rubyforge_project: groonga
964
- rubygems_version: 1.8.10
953
+ rubygems_version: 1.8.11
965
954
  signing_key:
966
955
  specification_version: 3
967
- summary: Ruby bindings for groonga that provide full text search and column store features.
968
- test_files:
969
- - test/test-remote.rb
956
+ summary: Ruby bindings for groonga that provide full text search and column store
957
+ features.
958
+ test_files:
959
+ - test/test-schema.rb
960
+ - test/test-vector-column.rb
961
+ - test/test-schema-dumper.rb
962
+ - test/run-test.rb
970
963
  - test/test-table-cursor.rb
971
- - test/test-accessor.rb
972
- - test/test-database-dumper.rb
973
- - test/test-index-column.rb
974
- - test/test-context-select.rb
975
- - test/groonga-test-utils.rb
976
- - test/test-pagination.rb
977
- - test/test-table.rb
978
- - test/test-variable-size-column.rb
979
- - test/test-plugin.rb
964
+ - test/test-procedure.rb
980
965
  - test/test-hash.rb
966
+ - test/test-expression.rb
967
+ - test/test-version.rb
968
+ - test/test-remote.rb
969
+ - test/test-table-offset-and-limit.rb
970
+ - test/test-expression-builder.rb
981
971
  - test/test-encoding.rb
982
- - test/test-schema-create-table.rb
972
+ - test/test-snippet.rb
973
+ - test/test-index-cursor.rb
983
974
  - test/test-type.rb
984
- - test/test-database.rb
985
- - test/test-variable.rb
986
- - test/test-table-select.rb
987
- - test/test-patricia-trie.rb
988
- - test/test-expression-builder.rb
975
+ - test/test-table-dumper.rb
976
+ - test/test-table.rb
977
+ - test/test-pagination.rb
978
+ - test/groonga-test-utils.rb
989
979
  - test/test-logger.rb
980
+ - test/test-context.rb
981
+ - test/test-table-select-weight.rb
982
+ - test/test-exception.rb
983
+ - test/test-table-select-normalize.rb
984
+ - test/test-command-select.rb
985
+ - test/test-gqtp.rb
986
+ - test/test-database-dumper.rb
987
+ - test/test-index-column.rb
988
+ - test/test-plugin.rb
989
+ - test/test-query-log.rb
990
+ - test/test-variable-size-column.rb
991
+ - test/test-schema-create-table.rb
990
992
  - test/test-array.rb
991
- - test/test-record.rb
992
- - test/test-column.rb
993
993
  - test/test-fix-size-column.rb
994
- - test/run-test.rb
995
- - test/test-procedure.rb
996
- - test/test-query-log.rb
997
- - test/test-table-dumper.rb
998
- - test/test-schema.rb
994
+ - test/test-schema-type.rb
995
+ - test/test-table-select.rb
996
+ - test/test-schema-view.rb
999
997
  - test/test-view.rb
998
+ - test/test-variable.rb
999
+ - test/test-column.rb
1000
+ - test/test-patricia-trie.rb
1000
1001
  - test/test-table-select-mecab.rb
1001
- - test/test-table-select-normalize.rb
1002
- - test/test-expression.rb
1003
- - test/test-vector-column.rb
1004
- - test/test-version.rb
1005
- - test/test-schema-view.rb
1006
- - test/test-index-cursor.rb
1002
+ - test/test-accessor.rb
1003
+ - test/test-database.rb
1007
1004
  - test/test-double-array-trie.rb
1008
- - test/test-exception.rb
1009
- - test/test-schema-dumper.rb
1010
- - test/test-query.rb
1011
- - test/test-schema-type.rb
1012
- - test/test-table-select-weight.rb
1013
- - test/test-gqtp.rb
1014
- - test/test-context.rb
1015
- - test/test-snippet.rb
1016
- - test/test-table-offset-and-limit.rb
1005
+ - test/test-record.rb