rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (429) hide show
  1. data/bin/grndump +1 -1
  2. data/doc/text/news.textile +22 -4
  3. data/ext/groonga/rb-grn-accessor.c +1 -1
  4. data/ext/groonga/rb-grn-array-cursor.c +1 -1
  5. data/ext/groonga/rb-grn-array.c +218 -2
  6. data/ext/groonga/rb-grn-column.c +1 -1
  7. data/ext/groonga/rb-grn-context.c +1 -1
  8. data/ext/groonga/rb-grn-database.c +1 -1
  9. data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
  10. data/ext/groonga/rb-grn-double-array-trie.c +1 -1
  11. data/ext/groonga/rb-grn-encoding-support.c +1 -1
  12. data/ext/groonga/rb-grn-encoding.c +1 -1
  13. data/ext/groonga/rb-grn-exception.c +1 -1
  14. data/ext/groonga/rb-grn-expression-builder.c +1 -1
  15. data/ext/groonga/rb-grn-expression.c +1 -1
  16. data/ext/groonga/rb-grn-fix-size-column.c +1 -1
  17. data/ext/groonga/rb-grn-geo-point.c +1 -1
  18. data/ext/groonga/rb-grn-hash-cursor.c +1 -1
  19. data/ext/groonga/rb-grn-hash.c +1 -1
  20. data/ext/groonga/rb-grn-index-column.c +1 -1
  21. data/ext/groonga/rb-grn-index-cursor.c +1 -1
  22. data/ext/groonga/rb-grn-logger.c +1 -1
  23. data/ext/groonga/rb-grn-normalizer.c +1 -1
  24. data/ext/groonga/rb-grn-object.c +7 -7
  25. data/ext/groonga/rb-grn-operator.c +1 -1
  26. data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
  27. data/ext/groonga/rb-grn-patricia-trie.c +1 -1
  28. data/ext/groonga/rb-grn-plugin.c +1 -1
  29. data/ext/groonga/rb-grn-posting.c +1 -1
  30. data/ext/groonga/rb-grn-procedure.c +1 -1
  31. data/ext/groonga/rb-grn-record.c +1 -1
  32. data/ext/groonga/rb-grn-snippet.c +1 -1
  33. data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
  34. data/ext/groonga/rb-grn-table-cursor.c +1 -1
  35. data/ext/groonga/rb-grn-table-key-support.c +1 -1
  36. data/ext/groonga/rb-grn-table.c +1 -1
  37. data/ext/groonga/rb-grn-type.c +1 -1
  38. data/ext/groonga/rb-grn-utils.c +1 -1
  39. data/ext/groonga/rb-grn-variable-size-column.c +1 -1
  40. data/ext/groonga/rb-grn-variable.c +1 -1
  41. data/ext/groonga/rb-grn.h +4 -4
  42. data/ext/groonga/rb-groonga.c +1 -1
  43. data/lib/1.9/groonga.so +0 -0
  44. data/lib/2.0/groonga.so +0 -0
  45. data/lib/groonga/context.rb +93 -13
  46. data/rroonga-build.rb +2 -2
  47. data/test/groonga-test-utils.rb +2 -1
  48. data/test/test-array.rb +86 -2
  49. data/test/test-context.rb +22 -2
  50. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  51. data/vendor/local/bin/groonga.exe +0 -0
  52. data/vendor/local/bin/libgroonga-0.dll +0 -0
  53. data/vendor/local/bin/libmecab-1.dll +0 -0
  54. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  55. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  56. data/vendor/local/bin/mecab.exe +0 -0
  57. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  58. data/vendor/local/include/groonga/groonga.h +16 -8
  59. data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
  60. data/vendor/local/include/groonga/groonga/plugin.h +39 -21
  61. data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
  62. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  63. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  64. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  65. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  70. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  73. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  74. data/vendor/local/lib/libgroonga.a +0 -0
  75. data/vendor/local/lib/libgroonga.dll.a +0 -0
  76. data/vendor/local/lib/libmecab.a +0 -0
  77. data/vendor/local/lib/libmecab.dll.a +0 -0
  78. data/vendor/local/lib/libmsgpack.a +0 -0
  79. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  80. data/vendor/local/lib/libmsgpackc.a +0 -0
  81. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  82. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  83. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  84. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  85. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  86. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  87. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  88. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
  91. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
  92. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
  93. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
  94. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  98. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +36 -4
  99. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
  100. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
  101. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
  102. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
  103. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
  104. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
  105. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +79 -0
  107. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
  108. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
  109. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
  110. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
  111. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
  112. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
  113. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
  114. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
  115. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
  116. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
  118. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
  120. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
  121. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/contribution.html +58 -57
  125. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
  126. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
  127. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
  128. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  129. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +104 -95
  130. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
  131. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  132. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  133. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/index.html +36 -30
  141. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  142. data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
  143. data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
  144. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
  145. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
  146. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  147. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  148. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +37 -9
  149. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  150. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
  152. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference.html +28 -23
  159. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
  163. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -9
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +13 -14
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +38 -41
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +33 -34
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  198. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +11 -9
  202. data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +10 -10
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
  212. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -10
  216. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
  218. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
  225. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  227. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -9
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  258. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
  259. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
  260. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
  261. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
  262. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +36 -4
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +79 -0
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution.html +58 -57
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
  297. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
  298. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
  299. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
  300. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
  301. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/index.html +36 -30
  310. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
  312. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
  313. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
  314. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
  315. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -9
  318. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
  319. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
  321. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
  325. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  327. data/vendor/local/share/doc/groonga/ja/html/reference.html +28 -23
  328. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
  332. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +8 -9
  336. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
  337. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
  338. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
  339. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +13 -14
  341. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
  342. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
  343. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
  344. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
  345. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
  346. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
  347. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
  348. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
  349. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
  350. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
  352. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
  353. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
  354. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
  355. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
  356. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  357. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
  358. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  359. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +11 -9
  371. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +10 -10
  380. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
  381. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
  382. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -10
  385. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
  387. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  394. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  396. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +9 -9
  400. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  416. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
  425. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  426. data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
  427. data/vendor/local/share/man/man1/groonga.1 +1370 -521
  428. metadata +1025 -998
  429. data/lib/1.8/groonga.so +0 -0
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: 13
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.0
5
5
  prerelease:
6
- segments:
7
- - 2
8
- - 1
9
- - 3
10
- version: 2.1.3
11
6
  platform: x86-mingw32
12
- authors:
7
+ authors:
13
8
  - Kouhei Sutou
14
9
  - Tasuku SUENAGA
15
10
  - daijiro
@@ -18,1188 +13,1220 @@ authors:
18
13
  autorequire:
19
14
  bindir: bin
20
15
  cert_chain: []
21
-
22
- date: 2013-01-29 00:00:00 +09:00
23
- default_executable:
24
- dependencies:
25
- - !ruby/object:Gem::Dependency
26
- requirement: &id001 !ruby/object:Gem::Requirement
27
- none: false
28
- requirements:
29
- - - ">="
30
- - !ruby/object:Gem::Version
31
- hash: 3
32
- segments:
33
- - 0
34
- version: "0"
35
- version_requirements: *id001
16
+ date: 2013-03-29 00:00:00.000000000 Z
17
+ dependencies:
18
+ - !ruby/object:Gem::Dependency
36
19
  name: pkg-config
37
- prerelease: false
20
+ requirement: !ruby/object:Gem::Requirement
21
+ none: false
22
+ requirements:
23
+ - - ! '>='
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
38
26
  type: :runtime
39
- - !ruby/object:Gem::Dependency
40
- requirement: &id002 !ruby/object:Gem::Requirement
27
+ prerelease: false
28
+ version_requirements: !ruby/object:Gem::Requirement
41
29
  none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- hash: 3
46
- segments:
47
- - 0
48
- version: "0"
49
- version_requirements: *id002
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ - !ruby/object:Gem::Dependency
50
35
  name: json
51
- prerelease: false
36
+ requirement: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
52
42
  type: :runtime
53
- - !ruby/object:Gem::Dependency
54
- requirement: &id003 !ruby/object:Gem::Requirement
43
+ prerelease: false
44
+ version_requirements: !ruby/object:Gem::Requirement
55
45
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
63
- version_requirements: *id003
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ - !ruby/object:Gem::Dependency
64
51
  name: archive-zip
65
- prerelease: false
52
+ requirement: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ! '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
66
58
  type: :runtime
67
- - !ruby/object:Gem::Dependency
68
- requirement: &id004 !ruby/object:Gem::Requirement
59
+ prerelease: false
60
+ version_requirements: !ruby/object:Gem::Requirement
69
61
  none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 19
74
- segments:
75
- - 2
76
- - 4
77
- - 6
78
- version: 2.4.6
79
- version_requirements: *id004
62
+ requirements:
63
+ - - ! '>='
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ - !ruby/object:Gem::Dependency
80
67
  name: test-unit
81
- prerelease: false
68
+ requirement: !ruby/object:Gem::Requirement
69
+ none: false
70
+ requirements:
71
+ - - ! '>='
72
+ - !ruby/object:Gem::Version
73
+ version: 2.4.6
82
74
  type: :development
83
- - !ruby/object:Gem::Dependency
84
- requirement: &id005 !ruby/object:Gem::Requirement
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
85
77
  none: false
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- hash: 3
90
- segments:
91
- - 0
92
- version: "0"
93
- version_requirements: *id005
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: 2.4.6
82
+ - !ruby/object:Gem::Dependency
94
83
  name: test-unit-notify
95
- prerelease: false
84
+ requirement: !ruby/object:Gem::Requirement
85
+ none: false
86
+ requirements:
87
+ - - ! '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
96
90
  type: :development
97
- - !ruby/object:Gem::Dependency
98
- requirement: &id006 !ruby/object:Gem::Requirement
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
99
93
  none: false
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- hash: 3
104
- segments:
105
- - 0
106
- version: "0"
107
- version_requirements: *id006
94
+ requirements:
95
+ - - ! '>='
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ - !ruby/object:Gem::Dependency
108
99
  name: rake
109
- prerelease: false
100
+ requirement: !ruby/object:Gem::Requirement
101
+ none: false
102
+ requirements:
103
+ - - ! '>='
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
110
106
  type: :development
111
- - !ruby/object:Gem::Dependency
112
- requirement: &id007 !ruby/object:Gem::Requirement
107
+ prerelease: false
108
+ version_requirements: !ruby/object:Gem::Requirement
113
109
  none: false
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- hash: 3
118
- segments:
119
- - 0
120
- version: "0"
121
- version_requirements: *id007
110
+ requirements:
111
+ - - ! '>='
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ - !ruby/object:Gem::Dependency
122
115
  name: rake-compiler
123
- prerelease: false
116
+ requirement: !ruby/object:Gem::Requirement
117
+ none: false
118
+ requirements:
119
+ - - ! '>='
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
124
122
  type: :development
125
- - !ruby/object:Gem::Dependency
126
- requirement: &id008 !ruby/object:Gem::Requirement
123
+ prerelease: false
124
+ version_requirements: !ruby/object:Gem::Requirement
127
125
  none: false
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- hash: 3
132
- segments:
133
- - 0
134
- version: "0"
135
- version_requirements: *id008
126
+ requirements:
127
+ - - ! '>='
128
+ - !ruby/object:Gem::Version
129
+ version: '0'
130
+ - !ruby/object:Gem::Dependency
136
131
  name: bundler
137
- prerelease: false
132
+ requirement: !ruby/object:Gem::Requirement
133
+ none: false
134
+ requirements:
135
+ - - ! '>='
136
+ - !ruby/object:Gem::Version
137
+ version: '0'
138
138
  type: :development
139
- - !ruby/object:Gem::Dependency
140
- requirement: &id009 !ruby/object:Gem::Requirement
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
141
  none: false
142
- requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- hash: 3
146
- segments:
147
- - 0
148
- version: "0"
149
- version_requirements: *id009
142
+ requirements:
143
+ - - ! '>='
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ - !ruby/object:Gem::Dependency
150
147
  name: yard
151
- prerelease: false
148
+ requirement: !ruby/object:Gem::Requirement
149
+ none: false
150
+ requirements:
151
+ - - ! '>='
152
+ - !ruby/object:Gem::Version
153
+ version: '0'
152
154
  type: :development
153
- - !ruby/object:Gem::Dependency
154
- requirement: &id010 !ruby/object:Gem::Requirement
155
+ prerelease: false
156
+ version_requirements: !ruby/object:Gem::Requirement
155
157
  none: false
156
- requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- hash: 3
160
- segments:
161
- - 0
162
- version: "0"
163
- version_requirements: *id010
158
+ requirements:
159
+ - - ! '>='
160
+ - !ruby/object:Gem::Version
161
+ version: '0'
162
+ - !ruby/object:Gem::Dependency
164
163
  name: packnga
165
- prerelease: false
164
+ requirement: !ruby/object:Gem::Requirement
165
+ none: false
166
+ requirements:
167
+ - - ! '>='
168
+ - !ruby/object:Gem::Version
169
+ version: '0'
166
170
  type: :development
167
- - !ruby/object:Gem::Dependency
168
- requirement: &id011 !ruby/object:Gem::Requirement
171
+ prerelease: false
172
+ version_requirements: !ruby/object:Gem::Requirement
169
173
  none: false
170
- requirements:
171
- - - ">="
172
- - !ruby/object:Gem::Version
173
- hash: 3
174
- segments:
175
- - 0
176
- version: "0"
177
- version_requirements: *id011
174
+ requirements:
175
+ - - ! '>='
176
+ - !ruby/object:Gem::Version
177
+ version: '0'
178
+ - !ruby/object:Gem::Dependency
178
179
  name: RedCloth
179
- prerelease: false
180
+ requirement: !ruby/object:Gem::Requirement
181
+ none: false
182
+ requirements:
183
+ - - ! '>='
184
+ - !ruby/object:Gem::Version
185
+ version: '0'
180
186
  type: :development
181
- description: |-
182
- rroonga is an extension library to use groonga's DB-API
187
+ prerelease: false
188
+ version_requirements: !ruby/object:Gem::Requirement
189
+ none: false
190
+ requirements:
191
+ - - ! '>='
192
+ - !ruby/object:Gem::Version
193
+ version: '0'
194
+ description: ! 'rroonga is an extension library to use groonga''s DB-API
195
+
183
196
  layer. rroonga provides Rubyish readable and writable API
184
- not C like API. You can use groonga's fast and highly
185
- functional features from Ruby with Rubyish form.
186
- email:
197
+
198
+ not C like API. You can use groonga''s fast and highly
199
+
200
+ functional features from Ruby with Rubyish form.'
201
+ email:
187
202
  - kou@clear-code.com
188
203
  - a@razil.jp
189
204
  - morita@razil.jp
190
205
  - y.hayamizu@gmail.com
191
206
  - dara@shidara.net
192
- executables:
193
- - grntest-log-analyze
207
+ executables:
194
208
  - groonga-index-dump
209
+ - grntest-log-analyze
195
210
  - grndump
196
211
  extensions: []
197
-
198
- extra_rdoc_files:
212
+ extra_rdoc_files:
199
213
  - README.textile
200
- files:
201
- - doc/text/tutorial.textile
214
+ files:
202
215
  - doc/text/news.textile
216
+ - doc/text/tutorial.textile
203
217
  - rroonga.gemspec
204
218
  - rroonga-build.rb
205
219
  - extconf.rb
206
- - lib/groonga/posting.rb
207
- - lib/groonga/view-record.rb
208
- - lib/groonga/index-column.rb
209
- - lib/groonga/expression-builder.rb
210
- - lib/groonga/record.rb
211
- - lib/groonga/dumper.rb
220
+ - lib/groonga/schema.rb
212
221
  - lib/groonga/database.rb
222
+ - lib/groonga/geo-point.rb
213
223
  - lib/groonga/expression-builder-19.rb
214
- - lib/groonga/query-logger.rb
215
- - lib/groonga/logger.rb
224
+ - lib/groonga/pagination.rb
225
+ - lib/groonga/index-column.rb
226
+ - lib/groonga/view-record.rb
216
227
  - lib/groonga/patricia-trie.rb
217
- - lib/groonga/context.rb
218
228
  - lib/groonga/grntest-log.rb
219
- - lib/groonga/geo-point.rb
220
- - lib/groonga/pagination.rb
221
229
  - lib/groonga/command.rb
222
- - lib/groonga/schema.rb
230
+ - lib/groonga/dumper.rb
231
+ - lib/groonga/posting.rb
232
+ - lib/groonga/query-logger.rb
233
+ - lib/groonga/context.rb
234
+ - lib/groonga/record.rb
235
+ - lib/groonga/expression-builder.rb
236
+ - lib/groonga/logger.rb
223
237
  - lib/groonga.rb
224
- - benchmark/read-write-many-small-items.rb
225
- - benchmark/write-many-small-items.rb
226
238
  - benchmark/common.rb
227
- - benchmark/create-wikipedia-database.rb
228
239
  - benchmark/repeat-load.rb
240
+ - benchmark/read-write-many-small-items.rb
241
+ - benchmark/create-wikipedia-database.rb
242
+ - benchmark/write-many-small-items.rb
229
243
  - benchmark/select.rb
230
244
  - misc/grnop2ruby.rb
231
- - example/bookmark.rb
232
245
  - example/index-html.rb
246
+ - example/bookmark.rb
247
+ - ext/groonga/rb-grn-procedure.c
248
+ - ext/groonga/rb-grn-column.c
249
+ - ext/groonga/rb-grn-index-column.c
233
250
  - ext/groonga/rb-grn-encoding-support.c
251
+ - ext/groonga/rb-grn-variable.c
252
+ - ext/groonga/rb-grn-table.c
253
+ - ext/groonga/rb-grn-hash-cursor.c
254
+ - ext/groonga/rb-grn-table-cursor-key-support.c
255
+ - ext/groonga/rb-grn-object.c
256
+ - ext/groonga/rb-grn-double-array-trie.c
257
+ - ext/groonga/rb-grn-table-key-support.c
258
+ - ext/groonga/rb-grn-array.c
234
259
  - ext/groonga/rb-grn-patricia-trie.c
260
+ - ext/groonga/rb-grn-double-array-trie-cursor.c
261
+ - ext/groonga/rb-grn-utils.c
262
+ - ext/groonga/rb-grn-record.c
263
+ - ext/groonga/rb-grn-normalizer.c
264
+ - ext/groonga/rb-groonga.c
265
+ - ext/groonga/rb-grn-exception.c
266
+ - ext/groonga/rb-grn-variable-size-column.c
267
+ - ext/groonga/rb-grn-encoding.c
235
268
  - ext/groonga/rb-grn-geo-point.c
269
+ - ext/groonga/rb-grn-expression-builder.c
270
+ - ext/groonga/rb-grn-operator.c
236
271
  - ext/groonga/rb-grn-snippet.c
237
- - ext/groonga/rb-grn-double-array-trie-cursor.c
272
+ - ext/groonga/rb-grn-array-cursor.c
273
+ - ext/groonga/rb-grn-type.c
274
+ - ext/groonga/rb-grn-table-cursor.c
238
275
  - ext/groonga/rb-grn-fix-size-column.c
239
- - ext/groonga/rb-grn-accessor.c
276
+ - ext/groonga/rb-grn-logger.c
240
277
  - ext/groonga/rb-grn-plugin.c
241
- - ext/groonga/rb-grn-table.c
242
- - ext/groonga/rb-grn-operator.c
243
278
  - ext/groonga/rb-grn-database.c
244
- - ext/groonga/rb-grn-variable-size-column.c
245
- - ext/groonga/rb-grn-query-logger.c
246
- - ext/groonga/rb-grn-record.c
279
+ - ext/groonga/rb-grn-patricia-trie-cursor.c
280
+ - ext/groonga/rb-grn-index-cursor.c
281
+ - ext/groonga/rb-grn-accessor.c
247
282
  - ext/groonga/rb-grn-context.c
248
- - ext/groonga/rb-grn-exception.c
249
- - ext/groonga/rb-grn-table-key-support.c
283
+ - ext/groonga/rb-grn-query-logger.c
250
284
  - ext/groonga/rb-grn-posting.c
251
- - ext/groonga/rb-grn-hash-cursor.c
252
- - ext/groonga/rb-grn-expression-builder.c
253
285
  - ext/groonga/rb-grn-expression.c
254
- - ext/groonga/rb-grn-array-cursor.c
255
- - ext/groonga/rb-grn-encoding.c
256
- - ext/groonga/rb-grn-utils.c
257
- - ext/groonga/rb-groonga.c
258
- - ext/groonga/rb-grn-patricia-trie-cursor.c
259
- - ext/groonga/rb-grn-array.c
260
- - ext/groonga/rb-grn-normalizer.c
261
- - ext/groonga/rb-grn-object.c
262
- - ext/groonga/rb-grn-type.c
263
- - ext/groonga/rb-grn-column.c
264
- - ext/groonga/rb-grn-index-cursor.c
265
286
  - ext/groonga/rb-grn-hash.c
266
- - ext/groonga/rb-grn-logger.c
267
- - ext/groonga/rb-grn-variable.c
268
- - ext/groonga/rb-grn-index-column.c
269
- - ext/groonga/rb-grn-table-cursor-key-support.c
270
- - ext/groonga/rb-grn-double-array-trie.c
271
- - ext/groonga/rb-grn-procedure.c
272
- - ext/groonga/rb-grn-table-cursor.c
273
287
  - ext/groonga/rb-grn.h
274
288
  - ext/groonga/extconf.rb
275
289
  - ext/groonga/groonga.def
276
- - test/test-expression.rb
277
- - test/test-type.rb
278
- - test/run-test.rb
290
+ - test/test-normalizer.rb
291
+ - test/test-schema.rb
292
+ - test/test-vector-column.rb
279
293
  - test/test-schema-dumper.rb
280
- - test/test-command-select.rb
281
- - test/test-record.rb
282
- - test/test-schema-create-table.rb
283
- - test/test-geo-point.rb
294
+ - test/run-test.rb
284
295
  - test/test-procedure.rb
285
- - test/test-logger.rb
286
- - test/test-expression-builder.rb
287
- - test/test-column.rb
288
- - test/test-database-dumper.rb
289
- - test/test-accessor.rb
290
- - test/test-table-select.rb
291
- - test/test-array.rb
292
- - test/test-gqtp.rb
296
+ - test/test-hash.rb
297
+ - test/test-expression.rb
298
+ - test/test-version.rb
299
+ - test/test-remote.rb
293
300
  - test/test-table-offset-and-limit.rb
301
+ - test/test-expression-builder.rb
302
+ - test/test-encoding.rb
303
+ - test/test-snippet.rb
304
+ - test/test-index-cursor.rb
305
+ - test/test-type.rb
306
+ - test/test-table-dumper.rb
307
+ - test/test-table-traverse.rb
308
+ - test/test-table.rb
294
309
  - test/test-pagination.rb
310
+ - test/groonga-test-utils.rb
311
+ - test/test-logger.rb
312
+ - test/test-context.rb
295
313
  - test/test-table-select-weight.rb
296
- - test/test-variable.rb
297
- - test/test-index-cursor.rb
298
- - test/test-hash.rb
299
- - test/test-double-array-trie.rb
314
+ - test/test-exception.rb
315
+ - test/test-table-select-normalize.rb
316
+ - test/test-command-select.rb
317
+ - test/test-gqtp.rb
318
+ - test/test-database-dumper.rb
319
+ - test/test-index-column.rb
320
+ - test/test-geo-point.rb
300
321
  - test/test-plugin.rb
301
322
  - test/test-variable-size-column.rb
302
- - test/groonga-test-utils.rb
303
- - test/test-table-dumper.rb
304
- - test/test-normalizer.rb
323
+ - test/test-schema-create-table.rb
324
+ - test/test-array.rb
325
+ - test/test-fix-size-column.rb
305
326
  - test/test-schema-type.rb
327
+ - test/test-table-select.rb
328
+ - test/test-variable.rb
329
+ - test/test-column.rb
306
330
  - test/test-patricia-trie.rb
307
- - test/test-version.rb
308
- - test/test-table-traverse.rb
309
- - test/test-context.rb
310
331
  - test/test-table-select-mecab.rb
332
+ - test/test-accessor.rb
311
333
  - test/test-database.rb
312
- - test/test-table-select-normalize.rb
313
- - test/test-table.rb
314
- - test/test-remote.rb
315
- - test/test-snippet.rb
316
- - test/test-vector-column.rb
317
- - test/test-fix-size-column.rb
318
- - test/test-exception.rb
319
- - test/test-encoding.rb
320
- - test/test-schema.rb
321
- - test/test-index-column.rb
322
- - bin/grntest-log-analyze
334
+ - test/test-double-array-trie.rb
335
+ - test/test-record.rb
323
336
  - bin/groonga-index-dump
337
+ - bin/grntest-log-analyze
324
338
  - bin/grndump
325
339
  - README.textile
326
- - lib/1.8/groonga.so
327
340
  - lib/1.9/groonga.so
328
- - vendor/local/lib/libmecab.la
329
- - vendor/local/lib/libgroonga.dll.a
330
- - vendor/local/lib/libmecab.dll.a
331
- - vendor/local/lib/libmsgpackc.a
332
- - vendor/local/lib/pkgconfig/groonga.pc
333
- - vendor/local/lib/libmsgpack.la
334
- - vendor/local/lib/libmsgpackc.la
335
- - vendor/local/lib/libmsgpackc.dll.a
336
- - vendor/local/lib/libmsgpack.dll.a
337
- - vendor/local/lib/groonga/plugins/query_expanders/tsv.a
338
- - vendor/local/lib/groonga/plugins/query_expanders/tsv.la
339
- - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
340
- - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
341
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
342
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.la
343
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.a
344
- - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
345
- - vendor/local/lib/groonga/plugins/table/table.dll.a
346
- - vendor/local/lib/groonga/plugins/table/table.dll
347
- - vendor/local/lib/groonga/plugins/table/table.a
348
- - vendor/local/lib/groonga/plugins/table/table.la
349
- - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
350
- - vendor/local/lib/groonga/plugins/suggest/suggest.dll
351
- - vendor/local/lib/groonga/plugins/suggest/suggest.a
352
- - vendor/local/lib/groonga/plugins/suggest/suggest.la
353
- - vendor/local/lib/libmsgpack.a
354
- - vendor/local/lib/libmecab.a
355
- - vendor/local/lib/libgroonga.la
356
- - vendor/local/lib/libgroonga.a
357
- - vendor/local/share/doc/groonga/en/html/reference.html
358
- - vendor/local/share/doc/groonga/en/html/searchindex.js
359
- - vendor/local/share/doc/groonga/en/html/news/senna.html
360
- - vendor/local/share/doc/groonga/en/html/news/1.0.x.html
361
- - vendor/local/share/doc/groonga/en/html/news/1.1.x.html
362
- - vendor/local/share/doc/groonga/en/html/news/0.x.html
363
- - vendor/local/share/doc/groonga/en/html/news/1.2.x.html
364
- - vendor/local/share/doc/groonga/en/html/contribution.html
365
- - vendor/local/share/doc/groonga/en/html/geolocation_search.html
366
- - vendor/local/share/doc/groonga/en/html/reference/api.html
367
- - vendor/local/share/doc/groonga/en/html/reference/output.html
368
- - vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
369
- - vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
370
- - vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
371
- - vendor/local/share/doc/groonga/en/html/reference/executables.html
372
- - vendor/local/share/doc/groonga/en/html/reference/types.html
373
- - vendor/local/share/doc/groonga/en/html/reference/log.html
374
- - vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html
375
- - vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
376
- - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html
377
- - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html
378
- - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
379
- - vendor/local/share/doc/groonga/en/html/reference/cast.html
380
- - vendor/local/share/doc/groonga/en/html/reference/tables.html
381
- - vendor/local/share/doc/groonga/en/html/reference/command.html
382
- - vendor/local/share/doc/groonga/en/html/reference/function.html
383
- - vendor/local/share/doc/groonga/en/html/reference/grn_expr.html
384
- - vendor/local/share/doc/groonga/en/html/reference/normalizers.html
385
- - vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html
386
- - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html
387
- - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
388
- - vendor/local/share/doc/groonga/en/html/reference/functions/rand.html
389
- - vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html
390
- - vendor/local/share/doc/groonga/en/html/reference/functions/query.html
391
- - vendor/local/share/doc/groonga/en/html/reference/functions/now.html
392
- - vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
393
- - vendor/local/share/doc/groonga/en/html/reference/indexing.html
394
- - vendor/local/share/doc/groonga/en/html/reference/tokenizers.html
395
- - vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html
396
- - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html
397
- - vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html
398
- - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
399
- - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
400
- - vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html
401
- - vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html
402
- - vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
403
- - vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
404
- - vendor/local/share/doc/groonga/en/html/reference/commands/load.html
405
- - vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
406
- - vendor/local/share/doc/groonga/en/html/reference/commands/check.html
407
- - vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html
408
- - vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
409
- - vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html
410
- - vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
411
- - vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
412
- - vendor/local/share/doc/groonga/en/html/reference/commands/select.html
413
- - vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
414
- - vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
415
- - vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
416
- - vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
417
- - vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
418
- - vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html
419
- - vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html
420
- - vendor/local/share/doc/groonga/en/html/reference/commands/register.html
421
- - vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
422
- - vendor/local/share/doc/groonga/en/html/reference/commands/status.html
423
- - vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
424
- - vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
425
- - vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
426
- - vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
427
- - vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
428
- - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
429
- - vendor/local/share/doc/groonga/en/html/tutorial.html
430
- - vendor/local/share/doc/groonga/en/html/server.html
431
- - vendor/local/share/doc/groonga/en/html/objects.inv
432
- - vendor/local/share/doc/groonga/en/html/spec/gqtp.html
433
- - vendor/local/share/doc/groonga/en/html/spec/search.html
434
- - vendor/local/share/doc/groonga/en/html/suggest.html
435
- - vendor/local/share/doc/groonga/en/html/genindex.html
436
- - vendor/local/share/doc/groonga/en/html/characteristic.html
437
- - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
438
- - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
439
- - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
440
- - vendor/local/share/doc/groonga/en/html/tutorial/search.html
441
- - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
442
- - vendor/local/share/doc/groonga/en/html/tutorial/network.html
443
- - vendor/local/share/doc/groonga/en/html/tutorial/index.html
444
- - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
445
- - vendor/local/share/doc/groonga/en/html/tutorial/data.html
446
- - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
447
- - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
448
- - vendor/local/share/doc/groonga/en/html/search.html
449
- - vendor/local/share/doc/groonga/en/html/development/travis-ci.html
450
- - vendor/local/share/doc/groonga/en/html/spec.html
451
- - vendor/local/share/doc/groonga/en/html/development.html
452
- - vendor/local/share/doc/groonga/en/html/install.html
453
- - vendor/local/share/doc/groonga/en/html/news.html
454
- - vendor/local/share/doc/groonga/en/html/index.html
455
- - vendor/local/share/doc/groonga/en/html/contribution/development/com.html
456
- - vendor/local/share/doc/groonga/en/html/contribution/development/release.html
457
- - vendor/local/share/doc/groonga/en/html/contribution/development/test.html
458
- - vendor/local/share/doc/groonga/en/html/contribution/development/query.html
459
- - vendor/local/share/doc/groonga/en/html/contribution/development/document.html
460
- - vendor/local/share/doc/groonga/en/html/contribution/development.html
461
- - vendor/local/share/doc/groonga/en/html/contribution/report.html
462
- - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
463
- - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
464
- - vendor/local/share/doc/groonga/en/html/contribution/documentation.html
465
- - vendor/local/share/doc/groonga/en/html/server/http.html
466
- - vendor/local/share/doc/groonga/en/html/server/http/groonga.html
467
- - vendor/local/share/doc/groonga/en/html/server/http/comparison.html
468
- - vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
469
- - vendor/local/share/doc/groonga/en/html/server/gqtp.html
470
- - vendor/local/share/doc/groonga/en/html/server/package.html
471
- - vendor/local/share/doc/groonga/en/html/_sources/news.txt
472
- - vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
473
- - vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
341
+ - lib/2.0/groonga.so
342
+ - vendor/local/bin/groonga-benchmark.exe
343
+ - vendor/local/bin/groonga.exe
344
+ - vendor/local/bin/libgcc_s_sjlj-1.dll
345
+ - vendor/local/bin/libgroonga-0.dll
346
+ - vendor/local/bin/libmecab-1.dll
347
+ - vendor/local/bin/libmsgpack-3.dll
348
+ - vendor/local/bin/libmsgpackc-2.dll
349
+ - vendor/local/bin/libstdc++-6.dll
350
+ - vendor/local/bin/mecab-config
351
+ - vendor/local/bin/mecab.exe
352
+ - vendor/local/bin/mecabrc
353
+ - vendor/local/etc/groonga/groonga.conf
354
+ - vendor/local/etc/groonga/httpd/groonga-httpd.conf
355
+ - vendor/local/etc/groonga/synonyms.tsv
356
+ - vendor/local/include/groonga/groonga/nfkc.h
357
+ - vendor/local/include/groonga/groonga/normalizer.h
358
+ - vendor/local/include/groonga/groonga/plugin.h
359
+ - vendor/local/include/groonga/groonga/tokenizer.h
360
+ - vendor/local/include/groonga/groonga.h
361
+ - vendor/local/include/mecab.h
362
+ - vendor/local/include/msgpack/object.h
363
+ - vendor/local/include/msgpack/object.hpp
364
+ - vendor/local/include/msgpack/pack.h
365
+ - vendor/local/include/msgpack/pack.hpp
366
+ - vendor/local/include/msgpack/pack_define.h
367
+ - vendor/local/include/msgpack/pack_template.h
368
+ - vendor/local/include/msgpack/sbuffer.h
369
+ - vendor/local/include/msgpack/sbuffer.hpp
370
+ - vendor/local/include/msgpack/sysdep.h
371
+ - vendor/local/include/msgpack/type/bool.hpp
372
+ - vendor/local/include/msgpack/type/define.hpp
373
+ - vendor/local/include/msgpack/type/deque.hpp
374
+ - vendor/local/include/msgpack/type/fixint.hpp
375
+ - vendor/local/include/msgpack/type/float.hpp
376
+ - vendor/local/include/msgpack/type/int.hpp
377
+ - vendor/local/include/msgpack/type/list.hpp
378
+ - vendor/local/include/msgpack/type/map.hpp
379
+ - vendor/local/include/msgpack/type/nil.hpp
380
+ - vendor/local/include/msgpack/type/pair.hpp
381
+ - vendor/local/include/msgpack/type/raw.hpp
382
+ - vendor/local/include/msgpack/type/set.hpp
383
+ - vendor/local/include/msgpack/type/string.hpp
384
+ - vendor/local/include/msgpack/type/tr1/unordered_map.hpp
385
+ - vendor/local/include/msgpack/type/tr1/unordered_set.hpp
386
+ - vendor/local/include/msgpack/type/tuple.hpp
387
+ - vendor/local/include/msgpack/type/vector.hpp
388
+ - vendor/local/include/msgpack/type.hpp
389
+ - vendor/local/include/msgpack/unpack.h
390
+ - vendor/local/include/msgpack/unpack.hpp
391
+ - vendor/local/include/msgpack/unpack_define.h
392
+ - vendor/local/include/msgpack/unpack_template.h
393
+ - vendor/local/include/msgpack/version.h
394
+ - vendor/local/include/msgpack/vrefbuffer.h
395
+ - vendor/local/include/msgpack/vrefbuffer.hpp
396
+ - vendor/local/include/msgpack/zbuffer.h
397
+ - vendor/local/include/msgpack/zbuffer.hpp
398
+ - vendor/local/include/msgpack/zone.h
399
+ - vendor/local/include/msgpack/zone.hpp
400
+ - vendor/local/include/msgpack.h
401
+ - vendor/local/include/msgpack.hpp
402
+ - vendor/local/lib/groonga/plugins/query_expanders/tsv.a
403
+ - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
404
+ - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
405
+ - vendor/local/lib/groonga/plugins/query_expanders/tsv.la
406
+ - vendor/local/lib/groonga/plugins/suggest/suggest.a
407
+ - vendor/local/lib/groonga/plugins/suggest/suggest.dll
408
+ - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
409
+ - vendor/local/lib/groonga/plugins/suggest/suggest.la
410
+ - vendor/local/lib/groonga/plugins/table/table.a
411
+ - vendor/local/lib/groonga/plugins/table/table.dll
412
+ - vendor/local/lib/groonga/plugins/table/table.dll.a
413
+ - vendor/local/lib/groonga/plugins/table/table.la
414
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.a
415
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
416
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
417
+ - vendor/local/lib/groonga/plugins/tokenizers/mecab.la
418
+ - vendor/local/lib/libgroonga.a
419
+ - vendor/local/lib/libgroonga.dll.a
420
+ - vendor/local/lib/libgroonga.la
421
+ - vendor/local/lib/libmecab.a
422
+ - vendor/local/lib/libmecab.dll.a
423
+ - vendor/local/lib/libmecab.la
424
+ - vendor/local/lib/libmsgpack.a
425
+ - vendor/local/lib/libmsgpack.dll.a
426
+ - vendor/local/lib/libmsgpack.la
427
+ - vendor/local/lib/libmsgpackc.a
428
+ - vendor/local/lib/libmsgpackc.dll.a
429
+ - vendor/local/lib/libmsgpackc.la
430
+ - vendor/local/lib/pkgconfig/groonga.pc
431
+ - vendor/local/libexec/mecab/mecab-cost-train.exe
432
+ - vendor/local/libexec/mecab/mecab-dict-gen.exe
433
+ - vendor/local/libexec/mecab/mecab-dict-index.exe
434
+ - vendor/local/libexec/mecab/mecab-system-eval.exe
435
+ - vendor/local/libexec/mecab/mecab-test-gen.exe
436
+ - vendor/local/sbin/groonga-httpd-restart
437
+ - vendor/local/share/doc/groonga/en/html/.buildinfo
438
+ - vendor/local/share/doc/groonga/en/html/_images/geo-points.png
439
+ - vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
440
+ - vendor/local/share/doc/groonga/en/html/_sources/community.txt
441
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
442
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
443
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
444
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
445
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt
446
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
447
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
448
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
449
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
450
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
451
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
452
+ - vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
453
+ - vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
454
+ - vendor/local/share/doc/groonga/en/html/_sources/development.txt
455
+ - vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
456
+ - vendor/local/share/doc/groonga/en/html/_sources/index.txt
457
+ - vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
458
+ - vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
459
+ - vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
460
+ - vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
461
+ - vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
462
+ - vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
463
+ - vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
464
+ - vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
465
+ - vendor/local/share/doc/groonga/en/html/_sources/install.txt
466
+ - vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
474
467
  - vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
475
- - vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
468
+ - vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
469
+ - vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
476
470
  - vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
477
- - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
478
- - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
479
- - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
471
+ - vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
472
+ - vendor/local/share/doc/groonga/en/html/_sources/news.txt
480
473
  - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
481
474
  - vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
482
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
483
475
  - vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
484
- - vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
485
- - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
486
- - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
487
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
488
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
489
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
490
- - vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
491
- - vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
492
- - vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
493
- - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
494
- - vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
495
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
496
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
497
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
498
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
499
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
500
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
501
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
502
- - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
503
- - vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
504
- - vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
505
- - vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
506
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
507
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
508
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
509
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
510
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
511
- - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
476
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
477
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
478
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
512
479
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
513
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
514
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
515
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
516
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
517
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
518
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
519
480
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
481
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
482
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
483
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
484
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
485
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
486
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt
487
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
520
488
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
521
489
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
490
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
491
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
492
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
493
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
494
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
495
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
496
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
522
497
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
498
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
499
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
523
500
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt
524
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
525
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
501
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
526
502
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
527
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
528
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
503
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
529
504
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
530
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
531
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
532
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
533
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
534
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
535
- - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
505
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
506
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
507
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
508
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
509
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
510
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
511
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
512
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
513
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
514
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
515
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
516
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
517
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
518
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
519
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
520
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
521
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
522
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
523
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
524
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
525
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
526
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
527
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
528
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
529
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
536
530
  - vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt
537
- - vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
538
- - vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
539
- - vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
540
- - vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
541
- - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
542
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
543
- - vendor/local/share/doc/groonga/en/html/_sources/spec.txt
544
- - vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
545
- - vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
546
- - vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
531
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
532
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
533
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
534
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
535
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
536
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
537
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
538
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
547
539
  - vendor/local/share/doc/groonga/en/html/_sources/reference.txt
548
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
549
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
550
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
551
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
552
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
553
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
554
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
555
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
556
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
557
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
558
- - vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
559
- - vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
560
- - vendor/local/share/doc/groonga/en/html/_sources/community.txt
561
- - vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
562
- - vendor/local/share/doc/groonga/en/html/_sources/server.txt
563
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
564
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
565
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
566
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
567
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
568
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
569
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
570
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
571
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
572
- - vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
573
- - vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
574
- - vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
540
+ - vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
575
541
  - vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt
576
542
  - vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
577
543
  - vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt
578
- - vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
579
- - vendor/local/share/doc/groonga/en/html/_sources/index.txt
580
- - vendor/local/share/doc/groonga/en/html/_sources/install.txt
581
- - vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
582
- - vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
583
- - vendor/local/share/doc/groonga/en/html/_sources/development.txt
584
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
544
+ - vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
545
+ - vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
546
+ - vendor/local/share/doc/groonga/en/html/_sources/server.txt
547
+ - vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
548
+ - vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
549
+ - vendor/local/share/doc/groonga/en/html/_sources/spec.txt
585
550
  - vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
586
- - vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
587
551
  - vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
552
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
588
553
  - vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
589
- - vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
590
- - vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
591
- - vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
592
- - vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
593
- - vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
594
- - vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
595
- - vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
596
- - vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
554
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
555
+ - vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
556
+ - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
557
+ - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
558
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
559
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
560
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
561
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
562
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
563
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
564
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
565
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
566
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
567
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
568
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
569
+ - vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
570
+ - vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
571
+ - vendor/local/share/doc/groonga/en/html/_static/basic.css
572
+ - vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
573
+ - vendor/local/share/doc/groonga/en/html/_static/comment-close.png
574
+ - vendor/local/share/doc/groonga/en/html/_static/comment.png
575
+ - vendor/local/share/doc/groonga/en/html/_static/doctools.js
597
576
  - vendor/local/share/doc/groonga/en/html/_static/down-pressed.png
598
- - vendor/local/share/doc/groonga/en/html/_static/favicon.ico
599
577
  - vendor/local/share/doc/groonga/en/html/_static/down.png
600
- - vendor/local/share/doc/groonga/en/html/_static/pygments.css
601
- - vendor/local/share/doc/groonga/en/html/_static/comment-close.png
602
- - vendor/local/share/doc/groonga/en/html/_static/minus.png
578
+ - vendor/local/share/doc/groonga/en/html/_static/favicon.ico
579
+ - vendor/local/share/doc/groonga/en/html/_static/file.png
603
580
  - vendor/local/share/doc/groonga/en/html/_static/groonga.css
581
+ - vendor/local/share/doc/groonga/en/html/_static/header-background.png
604
582
  - vendor/local/share/doc/groonga/en/html/_static/jp.png
605
- - vendor/local/share/doc/groonga/en/html/_static/logo.png
606
- - vendor/local/share/doc/groonga/en/html/_static/underscore.js
607
583
  - vendor/local/share/doc/groonga/en/html/_static/jquery.js
608
- - vendor/local/share/doc/groonga/en/html/_static/searchtools.js
584
+ - vendor/local/share/doc/groonga/en/html/_static/logo.png
585
+ - vendor/local/share/doc/groonga/en/html/_static/minus.png
609
586
  - vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
587
+ - vendor/local/share/doc/groonga/en/html/_static/plus.png
588
+ - vendor/local/share/doc/groonga/en/html/_static/pygments.css
589
+ - vendor/local/share/doc/groonga/en/html/_static/searchtools.js
590
+ - vendor/local/share/doc/groonga/en/html/_static/underscore.js
610
591
  - vendor/local/share/doc/groonga/en/html/_static/up-pressed.png
611
- - vendor/local/share/doc/groonga/en/html/_static/us.png
612
- - vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
613
592
  - vendor/local/share/doc/groonga/en/html/_static/up.png
614
- - vendor/local/share/doc/groonga/en/html/_static/basic.css
615
- - vendor/local/share/doc/groonga/en/html/_static/file.png
616
- - vendor/local/share/doc/groonga/en/html/_static/comment.png
617
- - vendor/local/share/doc/groonga/en/html/_static/header-background.png
618
- - vendor/local/share/doc/groonga/en/html/_static/doctools.js
619
- - vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
593
+ - vendor/local/share/doc/groonga/en/html/_static/us.png
620
594
  - vendor/local/share/doc/groonga/en/html/_static/websupport.js
621
- - vendor/local/share/doc/groonga/en/html/_static/plus.png
622
- - vendor/local/share/doc/groonga/en/html/_images/geo-points.png
623
- - vendor/local/share/doc/groonga/en/html/limitations.html
624
- - vendor/local/share/doc/groonga/en/html/.buildinfo
625
- - vendor/local/share/doc/groonga/en/html/troubleshooting.html
626
- - vendor/local/share/doc/groonga/en/html/suggest/introduction.html
627
- - vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
628
- - vendor/local/share/doc/groonga/en/html/suggest/completion.html
629
- - vendor/local/share/doc/groonga/en/html/suggest/correction.html
630
- - vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
595
+ - vendor/local/share/doc/groonga/en/html/characteristic.html
631
596
  - vendor/local/share/doc/groonga/en/html/community.html
632
- - vendor/local/share/doc/groonga/en/html/install/others.html
633
- - vendor/local/share/doc/groonga/en/html/install/ubuntu.html
597
+ - vendor/local/share/doc/groonga/en/html/contribution/development/com.html
598
+ - vendor/local/share/doc/groonga/en/html/contribution/development/document.html
599
+ - vendor/local/share/doc/groonga/en/html/contribution/development/query.html
600
+ - vendor/local/share/doc/groonga/en/html/contribution/development/release.html
601
+ - vendor/local/share/doc/groonga/en/html/contribution/development/repository.html
602
+ - vendor/local/share/doc/groonga/en/html/contribution/development/test.html
603
+ - vendor/local/share/doc/groonga/en/html/contribution/development.html
604
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
605
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
606
+ - vendor/local/share/doc/groonga/en/html/contribution/documentation.html
607
+ - vendor/local/share/doc/groonga/en/html/contribution/report.html
608
+ - vendor/local/share/doc/groonga/en/html/contribution.html
609
+ - vendor/local/share/doc/groonga/en/html/development/travis-ci.html
610
+ - vendor/local/share/doc/groonga/en/html/development.html
611
+ - vendor/local/share/doc/groonga/en/html/genindex.html
612
+ - vendor/local/share/doc/groonga/en/html/geolocation_search.html
613
+ - vendor/local/share/doc/groonga/en/html/index.html
634
614
  - vendor/local/share/doc/groonga/en/html/install/centos.html
635
- - vendor/local/share/doc/groonga/en/html/install/windows.html
636
- - vendor/local/share/doc/groonga/en/html/install/fedora.html
637
615
  - vendor/local/share/doc/groonga/en/html/install/debian.html
638
- - vendor/local/share/doc/groonga/en/html/install/solaris.html
616
+ - vendor/local/share/doc/groonga/en/html/install/fedora.html
639
617
  - vendor/local/share/doc/groonga/en/html/install/mac_os_x.html
640
- - vendor/local/share/doc/groonga/ja/html/reference.html
641
- - vendor/local/share/doc/groonga/ja/html/searchindex.js
642
- - vendor/local/share/doc/groonga/ja/html/news/senna.html
643
- - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
644
- - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
645
- - vendor/local/share/doc/groonga/ja/html/news/0.x.html
646
- - vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
647
- - vendor/local/share/doc/groonga/ja/html/contribution.html
648
- - vendor/local/share/doc/groonga/ja/html/geolocation_search.html
649
- - vendor/local/share/doc/groonga/ja/html/reference/api.html
650
- - vendor/local/share/doc/groonga/ja/html/reference/output.html
651
- - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
652
- - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
653
- - vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
654
- - vendor/local/share/doc/groonga/ja/html/reference/executables.html
655
- - vendor/local/share/doc/groonga/ja/html/reference/types.html
656
- - vendor/local/share/doc/groonga/ja/html/reference/log.html
657
- - vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
658
- - vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
659
- - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
660
- - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
661
- - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
662
- - vendor/local/share/doc/groonga/ja/html/reference/cast.html
663
- - vendor/local/share/doc/groonga/ja/html/reference/tables.html
664
- - vendor/local/share/doc/groonga/ja/html/reference/command.html
665
- - vendor/local/share/doc/groonga/ja/html/reference/function.html
666
- - vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
667
- - vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
668
- - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
669
- - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
670
- - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
671
- - vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
672
- - vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html
673
- - vendor/local/share/doc/groonga/ja/html/reference/functions/query.html
674
- - vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
675
- - vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
676
- - vendor/local/share/doc/groonga/ja/html/reference/indexing.html
677
- - vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
678
- - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
679
- - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
680
- - vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
681
- - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
682
- - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
683
- - vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
684
- - vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html
685
- - vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
686
- - vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
687
- - vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
688
- - vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
689
- - vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
690
- - vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html
691
- - vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
692
- - vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html
693
- - vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
694
- - vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
695
- - vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
696
- - vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
697
- - vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
698
- - vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
699
- - vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
700
- - vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
701
- - vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html
702
- - vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html
703
- - vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
704
- - vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
705
- - vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
706
- - vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
707
- - vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
708
- - vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
709
- - vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
710
- - vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
711
- - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
712
- - vendor/local/share/doc/groonga/ja/html/tutorial.html
713
- - vendor/local/share/doc/groonga/ja/html/server.html
714
- - vendor/local/share/doc/groonga/ja/html/objects.inv
715
- - vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
716
- - vendor/local/share/doc/groonga/ja/html/spec/search.html
717
- - vendor/local/share/doc/groonga/ja/html/suggest.html
718
- - vendor/local/share/doc/groonga/ja/html/genindex.html
719
- - vendor/local/share/doc/groonga/ja/html/characteristic.html
720
- - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
721
- - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
722
- - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
723
- - vendor/local/share/doc/groonga/ja/html/tutorial/search.html
724
- - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
725
- - vendor/local/share/doc/groonga/ja/html/tutorial/network.html
726
- - vendor/local/share/doc/groonga/ja/html/tutorial/index.html
727
- - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
728
- - vendor/local/share/doc/groonga/ja/html/tutorial/data.html
729
- - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
730
- - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
731
- - vendor/local/share/doc/groonga/ja/html/search.html
732
- - vendor/local/share/doc/groonga/ja/html/development/travis-ci.html
733
- - vendor/local/share/doc/groonga/ja/html/spec.html
734
- - vendor/local/share/doc/groonga/ja/html/development.html
735
- - vendor/local/share/doc/groonga/ja/html/install.html
736
- - vendor/local/share/doc/groonga/ja/html/news.html
737
- - vendor/local/share/doc/groonga/ja/html/index.html
738
- - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
739
- - vendor/local/share/doc/groonga/ja/html/contribution/development/release.html
740
- - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
741
- - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
742
- - vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
743
- - vendor/local/share/doc/groonga/ja/html/contribution/development.html
744
- - vendor/local/share/doc/groonga/ja/html/contribution/report.html
745
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
746
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
747
- - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
748
- - vendor/local/share/doc/groonga/ja/html/server/http.html
749
- - vendor/local/share/doc/groonga/ja/html/server/http/groonga.html
750
- - vendor/local/share/doc/groonga/ja/html/server/http/comparison.html
751
- - vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html
752
- - vendor/local/share/doc/groonga/ja/html/server/gqtp.html
753
- - vendor/local/share/doc/groonga/ja/html/server/package.html
754
- - vendor/local/share/doc/groonga/ja/html/_sources/news.txt
755
- - vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
756
- - vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
618
+ - vendor/local/share/doc/groonga/en/html/install/others.html
619
+ - vendor/local/share/doc/groonga/en/html/install/solaris.html
620
+ - vendor/local/share/doc/groonga/en/html/install/ubuntu.html
621
+ - vendor/local/share/doc/groonga/en/html/install/windows.html
622
+ - vendor/local/share/doc/groonga/en/html/install.html
623
+ - vendor/local/share/doc/groonga/en/html/limitations.html
624
+ - vendor/local/share/doc/groonga/en/html/news/0.x.html
625
+ - vendor/local/share/doc/groonga/en/html/news/1.0.x.html
626
+ - vendor/local/share/doc/groonga/en/html/news/1.1.x.html
627
+ - vendor/local/share/doc/groonga/en/html/news/1.2.x.html
628
+ - vendor/local/share/doc/groonga/en/html/news/senna.html
629
+ - vendor/local/share/doc/groonga/en/html/news.html
630
+ - vendor/local/share/doc/groonga/en/html/objects.inv
631
+ - vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
632
+ - vendor/local/share/doc/groonga/en/html/reference/api.html
633
+ - vendor/local/share/doc/groonga/en/html/reference/cast.html
634
+ - vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
635
+ - vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
636
+ - vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
637
+ - vendor/local/share/doc/groonga/en/html/reference/command.html
638
+ - vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
639
+ - vendor/local/share/doc/groonga/en/html/reference/commands/check.html
640
+ - vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html
641
+ - vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html
642
+ - vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html
643
+ - vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html
644
+ - vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html
645
+ - vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
646
+ - vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
647
+ - vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
648
+ - vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
649
+ - vendor/local/share/doc/groonga/en/html/reference/commands/load.html
650
+ - vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
651
+ - vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
652
+ - vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
653
+ - vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html
654
+ - vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
655
+ - vendor/local/share/doc/groonga/en/html/reference/commands/register.html
656
+ - vendor/local/share/doc/groonga/en/html/reference/commands/select.html
657
+ - vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html
658
+ - vendor/local/share/doc/groonga/en/html/reference/commands/status.html
659
+ - vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
660
+ - vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
661
+ - vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
662
+ - vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
663
+ - vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html
664
+ - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html
665
+ - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
666
+ - vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html
667
+ - vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html
668
+ - vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html
669
+ - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
670
+ - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html
671
+ - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
672
+ - vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html
673
+ - vendor/local/share/doc/groonga/en/html/reference/executables.html
674
+ - vendor/local/share/doc/groonga/en/html/reference/function.html
675
+ - vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html
676
+ - vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html
677
+ - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html
678
+ - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
679
+ - vendor/local/share/doc/groonga/en/html/reference/functions/now.html
680
+ - vendor/local/share/doc/groonga/en/html/reference/functions/query.html
681
+ - vendor/local/share/doc/groonga/en/html/reference/functions/rand.html
682
+ - vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
683
+ - vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html
684
+ - vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
685
+ - vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
686
+ - vendor/local/share/doc/groonga/en/html/reference/grn_expr.html
687
+ - vendor/local/share/doc/groonga/en/html/reference/indexing.html
688
+ - vendor/local/share/doc/groonga/en/html/reference/log.html
689
+ - vendor/local/share/doc/groonga/en/html/reference/normalizers.html
690
+ - vendor/local/share/doc/groonga/en/html/reference/output.html
691
+ - vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html
692
+ - vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
693
+ - vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
694
+ - vendor/local/share/doc/groonga/en/html/reference/tables.html
695
+ - vendor/local/share/doc/groonga/en/html/reference/tokenizers.html
696
+ - vendor/local/share/doc/groonga/en/html/reference/types.html
697
+ - vendor/local/share/doc/groonga/en/html/reference.html
698
+ - vendor/local/share/doc/groonga/en/html/search.html
699
+ - vendor/local/share/doc/groonga/en/html/searchindex.js
700
+ - vendor/local/share/doc/groonga/en/html/server/gqtp.html
701
+ - vendor/local/share/doc/groonga/en/html/server/http/comparison.html
702
+ - vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
703
+ - vendor/local/share/doc/groonga/en/html/server/http/groonga.html
704
+ - vendor/local/share/doc/groonga/en/html/server/http.html
705
+ - vendor/local/share/doc/groonga/en/html/server/package.html
706
+ - vendor/local/share/doc/groonga/en/html/server.html
707
+ - vendor/local/share/doc/groonga/en/html/spec/gqtp.html
708
+ - vendor/local/share/doc/groonga/en/html/spec/search.html
709
+ - vendor/local/share/doc/groonga/en/html/spec.html
710
+ - vendor/local/share/doc/groonga/en/html/suggest/completion.html
711
+ - vendor/local/share/doc/groonga/en/html/suggest/correction.html
712
+ - vendor/local/share/doc/groonga/en/html/suggest/introduction.html
713
+ - vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
714
+ - vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
715
+ - vendor/local/share/doc/groonga/en/html/suggest.html
716
+ - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
717
+ - vendor/local/share/doc/groonga/en/html/troubleshooting.html
718
+ - vendor/local/share/doc/groonga/en/html/tutorial/data.html
719
+ - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
720
+ - vendor/local/share/doc/groonga/en/html/tutorial/index.html
721
+ - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
722
+ - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
723
+ - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
724
+ - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
725
+ - vendor/local/share/doc/groonga/en/html/tutorial/network.html
726
+ - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
727
+ - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
728
+ - vendor/local/share/doc/groonga/en/html/tutorial/search.html
729
+ - vendor/local/share/doc/groonga/en/html/tutorial.html
730
+ - vendor/local/share/doc/groonga/ja/html/.buildinfo
731
+ - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
732
+ - vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
733
+ - vendor/local/share/doc/groonga/ja/html/_sources/community.txt
734
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
735
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
736
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
737
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
738
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt
739
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
740
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
741
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
742
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
743
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
744
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
745
+ - vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
746
+ - vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
747
+ - vendor/local/share/doc/groonga/ja/html/_sources/development.txt
748
+ - vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
749
+ - vendor/local/share/doc/groonga/ja/html/_sources/index.txt
750
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
751
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
752
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
753
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
754
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
755
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
756
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
757
+ - vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
758
+ - vendor/local/share/doc/groonga/ja/html/_sources/install.txt
759
+ - vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
757
760
  - vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
758
- - vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
761
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
762
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
759
763
  - vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
760
- - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
761
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
762
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
764
+ - vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
765
+ - vendor/local/share/doc/groonga/ja/html/_sources/news.txt
763
766
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
764
767
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
765
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
766
768
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
767
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
768
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
769
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
770
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
771
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
772
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
773
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
774
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
775
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
776
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
777
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
778
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
779
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
780
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
781
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
782
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
783
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
784
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
785
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
786
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
787
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
788
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
789
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
790
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
791
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
792
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
793
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
794
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
769
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
770
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
771
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
795
772
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
796
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
797
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
798
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
799
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
800
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
801
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
802
773
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
774
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
775
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
776
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
777
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
778
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
779
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt
780
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
803
781
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
804
782
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
783
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
784
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
785
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
786
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
787
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
788
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
789
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
805
790
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
791
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
792
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
806
793
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt
807
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
808
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
794
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
809
795
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
810
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
811
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
796
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
812
797
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
813
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
814
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
815
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
816
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
817
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
818
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
798
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
799
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
800
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
801
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
802
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
803
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
804
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
805
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
806
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
807
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
808
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
809
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
810
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
811
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
812
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
813
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
814
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
815
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
816
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
817
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
818
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
819
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
820
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
821
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
822
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
819
823
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt
820
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
821
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
822
- - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
823
- - vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
824
- - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
825
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
826
- - vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
827
- - vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
828
- - vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
829
- - vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
824
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
825
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
826
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
827
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
828
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
829
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
830
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
831
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
830
832
  - vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
831
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
832
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
833
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
834
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
835
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
836
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
837
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
838
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
839
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
840
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
841
- - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
842
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
843
- - vendor/local/share/doc/groonga/ja/html/_sources/community.txt
844
- - vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
845
- - vendor/local/share/doc/groonga/ja/html/_sources/server.txt
846
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
847
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
848
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
849
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
850
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
851
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
852
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
853
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
854
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
855
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
856
- - vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
857
- - vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
833
+ - vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
858
834
  - vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt
859
835
  - vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
860
836
  - vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt
861
- - vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
862
- - vendor/local/share/doc/groonga/ja/html/_sources/index.txt
863
- - vendor/local/share/doc/groonga/ja/html/_sources/install.txt
864
- - vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
865
- - vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
866
- - vendor/local/share/doc/groonga/ja/html/_sources/development.txt
867
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
837
+ - vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
838
+ - vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
839
+ - vendor/local/share/doc/groonga/ja/html/_sources/server.txt
840
+ - vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
841
+ - vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
842
+ - vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
868
843
  - vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
869
- - vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
870
844
  - vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
845
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
871
846
  - vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
872
- - vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
873
- - vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
874
- - vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
875
- - vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
876
- - vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
877
- - vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
878
- - vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
879
- - vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
847
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
848
+ - vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
849
+ - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
850
+ - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
851
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
852
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
853
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
854
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
855
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
856
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
857
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
858
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
859
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
860
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
861
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
862
+ - vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
863
+ - vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
864
+ - vendor/local/share/doc/groonga/ja/html/_static/basic.css
865
+ - vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
866
+ - vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
867
+ - vendor/local/share/doc/groonga/ja/html/_static/comment.png
868
+ - vendor/local/share/doc/groonga/ja/html/_static/doctools.js
880
869
  - vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
881
- - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
882
870
  - vendor/local/share/doc/groonga/ja/html/_static/down.png
883
- - vendor/local/share/doc/groonga/ja/html/_static/pygments.css
884
- - vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
885
- - vendor/local/share/doc/groonga/ja/html/_static/minus.png
871
+ - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
872
+ - vendor/local/share/doc/groonga/ja/html/_static/file.png
886
873
  - vendor/local/share/doc/groonga/ja/html/_static/groonga.css
874
+ - vendor/local/share/doc/groonga/ja/html/_static/header-background.png
887
875
  - vendor/local/share/doc/groonga/ja/html/_static/jp.png
888
- - vendor/local/share/doc/groonga/ja/html/_static/logo.png
889
- - vendor/local/share/doc/groonga/ja/html/_static/underscore.js
890
876
  - vendor/local/share/doc/groonga/ja/html/_static/jquery.js
891
- - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
877
+ - vendor/local/share/doc/groonga/ja/html/_static/logo.png
878
+ - vendor/local/share/doc/groonga/ja/html/_static/minus.png
892
879
  - vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
893
- - vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
894
- - vendor/local/share/doc/groonga/ja/html/_static/us.png
895
- - vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
896
- - vendor/local/share/doc/groonga/ja/html/_static/up.png
897
- - vendor/local/share/doc/groonga/ja/html/_static/basic.css
898
- - vendor/local/share/doc/groonga/ja/html/_static/file.png
899
- - vendor/local/share/doc/groonga/ja/html/_static/comment.png
900
- - vendor/local/share/doc/groonga/ja/html/_static/header-background.png
901
- - vendor/local/share/doc/groonga/ja/html/_static/doctools.js
902
- - vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
880
+ - vendor/local/share/doc/groonga/ja/html/_static/plus.png
881
+ - vendor/local/share/doc/groonga/ja/html/_static/pygments.css
882
+ - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
883
+ - vendor/local/share/doc/groonga/ja/html/_static/underscore.js
884
+ - vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
885
+ - vendor/local/share/doc/groonga/ja/html/_static/up.png
886
+ - vendor/local/share/doc/groonga/ja/html/_static/us.png
903
887
  - vendor/local/share/doc/groonga/ja/html/_static/websupport.js
904
- - vendor/local/share/doc/groonga/ja/html/_static/plus.png
905
- - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
906
- - vendor/local/share/doc/groonga/ja/html/limitations.html
907
- - vendor/local/share/doc/groonga/ja/html/.buildinfo
908
- - vendor/local/share/doc/groonga/ja/html/troubleshooting.html
909
- - vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
910
- - vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
911
- - vendor/local/share/doc/groonga/ja/html/suggest/completion.html
912
- - vendor/local/share/doc/groonga/ja/html/suggest/correction.html
913
- - vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
888
+ - vendor/local/share/doc/groonga/ja/html/characteristic.html
914
889
  - vendor/local/share/doc/groonga/ja/html/community.html
915
- - vendor/local/share/doc/groonga/ja/html/install/others.html
916
- - vendor/local/share/doc/groonga/ja/html/install/ubuntu.html
890
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
891
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
892
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
893
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/release.html
894
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html
895
+ - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
896
+ - vendor/local/share/doc/groonga/ja/html/contribution/development.html
897
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
898
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
899
+ - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
900
+ - vendor/local/share/doc/groonga/ja/html/contribution/report.html
901
+ - vendor/local/share/doc/groonga/ja/html/contribution.html
902
+ - vendor/local/share/doc/groonga/ja/html/development/travis-ci.html
903
+ - vendor/local/share/doc/groonga/ja/html/development.html
904
+ - vendor/local/share/doc/groonga/ja/html/genindex.html
905
+ - vendor/local/share/doc/groonga/ja/html/geolocation_search.html
906
+ - vendor/local/share/doc/groonga/ja/html/index.html
917
907
  - vendor/local/share/doc/groonga/ja/html/install/centos.html
918
- - vendor/local/share/doc/groonga/ja/html/install/windows.html
919
- - vendor/local/share/doc/groonga/ja/html/install/fedora.html
920
908
  - vendor/local/share/doc/groonga/ja/html/install/debian.html
921
- - vendor/local/share/doc/groonga/ja/html/install/solaris.html
909
+ - vendor/local/share/doc/groonga/ja/html/install/fedora.html
922
910
  - vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html
923
- - vendor/local/share/man/ja/man1/groonga.1
924
- - vendor/local/share/man/man1/mecab.1
925
- - vendor/local/share/man/man1/groonga.1
926
- - vendor/local/share/groonga/examples/dictionary/readme.txt
927
- - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
928
- - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
929
- - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
911
+ - vendor/local/share/doc/groonga/ja/html/install/others.html
912
+ - vendor/local/share/doc/groonga/ja/html/install/solaris.html
913
+ - vendor/local/share/doc/groonga/ja/html/install/ubuntu.html
914
+ - vendor/local/share/doc/groonga/ja/html/install/windows.html
915
+ - vendor/local/share/doc/groonga/ja/html/install.html
916
+ - vendor/local/share/doc/groonga/ja/html/limitations.html
917
+ - vendor/local/share/doc/groonga/ja/html/news/0.x.html
918
+ - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
919
+ - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
920
+ - vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
921
+ - vendor/local/share/doc/groonga/ja/html/news/senna.html
922
+ - vendor/local/share/doc/groonga/ja/html/news.html
923
+ - vendor/local/share/doc/groonga/ja/html/objects.inv
924
+ - vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
925
+ - vendor/local/share/doc/groonga/ja/html/reference/api.html
926
+ - vendor/local/share/doc/groonga/ja/html/reference/cast.html
927
+ - vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
928
+ - vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
929
+ - vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
930
+ - vendor/local/share/doc/groonga/ja/html/reference/command.html
931
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
932
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
933
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html
934
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html
935
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html
936
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html
937
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html
938
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
939
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
940
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
941
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
942
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
943
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
944
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
945
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
946
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html
947
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
948
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
949
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
950
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html
951
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
952
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
953
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
954
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
955
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
956
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html
957
+ - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
958
+ - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
959
+ - vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
960
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
961
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
962
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
963
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
964
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
965
+ - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
966
+ - vendor/local/share/doc/groonga/ja/html/reference/executables.html
967
+ - vendor/local/share/doc/groonga/ja/html/reference/function.html
968
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html
969
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
970
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
971
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
972
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
973
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/query.html
974
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
975
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
976
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html
977
+ - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
978
+ - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
979
+ - vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
980
+ - vendor/local/share/doc/groonga/ja/html/reference/indexing.html
981
+ - vendor/local/share/doc/groonga/ja/html/reference/log.html
982
+ - vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
983
+ - vendor/local/share/doc/groonga/ja/html/reference/output.html
984
+ - vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
985
+ - vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
986
+ - vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
987
+ - vendor/local/share/doc/groonga/ja/html/reference/tables.html
988
+ - vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
989
+ - vendor/local/share/doc/groonga/ja/html/reference/types.html
990
+ - vendor/local/share/doc/groonga/ja/html/reference.html
991
+ - vendor/local/share/doc/groonga/ja/html/search.html
992
+ - vendor/local/share/doc/groonga/ja/html/searchindex.js
993
+ - vendor/local/share/doc/groonga/ja/html/server/gqtp.html
994
+ - vendor/local/share/doc/groonga/ja/html/server/http/comparison.html
995
+ - vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html
996
+ - vendor/local/share/doc/groonga/ja/html/server/http/groonga.html
997
+ - vendor/local/share/doc/groonga/ja/html/server/http.html
998
+ - vendor/local/share/doc/groonga/ja/html/server/package.html
999
+ - vendor/local/share/doc/groonga/ja/html/server.html
1000
+ - vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
1001
+ - vendor/local/share/doc/groonga/ja/html/spec/search.html
1002
+ - vendor/local/share/doc/groonga/ja/html/spec.html
1003
+ - vendor/local/share/doc/groonga/ja/html/suggest/completion.html
1004
+ - vendor/local/share/doc/groonga/ja/html/suggest/correction.html
1005
+ - vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
1006
+ - vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
1007
+ - vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
1008
+ - vendor/local/share/doc/groonga/ja/html/suggest.html
1009
+ - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
1010
+ - vendor/local/share/doc/groonga/ja/html/troubleshooting.html
1011
+ - vendor/local/share/doc/groonga/ja/html/tutorial/data.html
1012
+ - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
1013
+ - vendor/local/share/doc/groonga/ja/html/tutorial/index.html
1014
+ - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
1015
+ - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
1016
+ - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
1017
+ - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
1018
+ - vendor/local/share/doc/groonga/ja/html/tutorial/network.html
1019
+ - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
1020
+ - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
1021
+ - vendor/local/share/doc/groonga/ja/html/tutorial/search.html
1022
+ - vendor/local/share/doc/groonga/ja/html/tutorial.html
1023
+ - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
1024
+ - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
1025
+ - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
1026
+ - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
1027
+ - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
1028
+ - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
930
1029
  - vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css
931
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
1030
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
1031
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
932
1032
  - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
933
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
1033
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
934
1034
  - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
935
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
936
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
937
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
938
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
939
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
940
1035
  - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
941
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
942
1036
  - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
943
- - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
1037
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
1038
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
944
1039
  - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
1040
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
1041
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
1042
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
1043
+ - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
945
1044
  - vendor/local/share/groonga/examples/dictionary/html/index.html
946
- - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
947
- - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
948
- - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
949
- - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
950
- - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
951
- - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
952
- - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
1045
+ - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
1046
+ - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
1047
+ - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
953
1048
  - vendor/local/share/groonga/examples/dictionary/init-db.sh
954
- - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
955
- - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
956
- - vendor/local/share/groonga/images/logo/mroonga-icon.svg
957
- - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
958
- - vendor/local/share/groonga/images/logo/mroonga-icon.png
959
- - vendor/local/share/groonga/images/logo/groonga-icon.svg
960
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
961
- - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
962
- - vendor/local/share/groonga/images/logo/groonga-logo.png
963
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
964
- - vendor/local/share/groonga/images/logo/nroonga-icon.png
965
- - vendor/local/share/groonga/images/logo/rroonga-icon.svg
966
- - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
967
- - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
968
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
969
- - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
970
- - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
971
- - vendor/local/share/groonga/images/logo/nroonga-logo.svg
972
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
973
- - vendor/local/share/groonga/images/logo/mroonga-logo.svg
974
- - vendor/local/share/groonga/images/logo/groonga-icon.png
975
- - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
976
- - vendor/local/share/groonga/images/logo/nroonga-logo.png
977
- - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
978
- - vendor/local/share/groonga/images/logo/rroonga-icon.png
979
- - vendor/local/share/groonga/images/logo/mroonga-logo.png
980
- - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
981
- - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
982
- - vendor/local/share/groonga/images/logo/rroonga-logo.svg
983
- - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
984
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
985
- - vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
986
- - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
987
- - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
988
- - vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
989
- - vendor/local/share/groonga/images/logo/rroonga-logo.png
990
- - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
991
- - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
992
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
993
- - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
994
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
995
- - vendor/local/share/groonga/images/logo/nroonga-icon.svg
996
- - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
997
- - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
998
- - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
999
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
1000
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
1001
- - vendor/local/share/groonga/images/logo/groonga-logo.svg
1002
- - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
1003
- - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
1004
- - vendor/local/share/groonga/html/admin/favicon.svg
1005
- - vendor/local/share/groonga/html/admin/favicon.ico
1006
- - vendor/local/share/groonga/html/admin/favicon.png
1007
- - vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
1008
- - vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
1009
- - vendor/local/share/groonga/html/admin/js/groonga-admin.js
1010
- - vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
1011
- - vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
1012
- - vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
1013
- - vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
1014
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
1015
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
1016
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
1017
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
1018
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
1019
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
1020
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
1021
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
1049
+ - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
1050
+ - vendor/local/share/groonga/examples/dictionary/readme.txt
1051
+ - vendor/local/share/groonga/html/admin/css/groonga-admin.css
1052
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
1053
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
1022
1054
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
1023
- - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
1055
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
1056
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
1024
1057
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
1058
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
1025
1059
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
1026
1060
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
1027
1061
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
1028
1062
  - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
1029
- - vendor/local/share/groonga/html/admin/css/groonga-admin.css
1030
- - vendor/local/share/groonga/html/admin/images/groonga.svg
1063
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
1064
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
1065
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
1066
+ - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
1067
+ - vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
1068
+ - vendor/local/share/groonga/html/admin/favicon.ico
1069
+ - vendor/local/share/groonga/html/admin/favicon.png
1070
+ - vendor/local/share/groonga/html/admin/favicon.svg
1031
1071
  - vendor/local/share/groonga/html/admin/images/groonga.png
1072
+ - vendor/local/share/groonga/html/admin/images/groonga.svg
1032
1073
  - vendor/local/share/groonga/html/admin/images/loading.gif
1033
1074
  - vendor/local/share/groonga/html/admin/index.html
1034
- - vendor/local/share/mecab/dic/naist-jdic/unk.dic
1035
- - vendor/local/share/mecab/dic/naist-jdic/matrix.bin
1036
- - vendor/local/share/mecab/dic/naist-jdic/unk.def
1075
+ - vendor/local/share/groonga/html/admin/js/groonga-admin.js
1076
+ - vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
1077
+ - vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
1078
+ - vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
1079
+ - vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
1080
+ - vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
1081
+ - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
1082
+ - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
1083
+ - vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
1084
+ - vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
1085
+ - vendor/local/share/groonga/images/logo/groonga-icon.png
1086
+ - vendor/local/share/groonga/images/logo/groonga-icon.svg
1087
+ - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
1088
+ - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
1089
+ - vendor/local/share/groonga/images/logo/groonga-logo.png
1090
+ - vendor/local/share/groonga/images/logo/groonga-logo.svg
1091
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
1092
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
1093
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
1094
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
1095
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
1096
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
1097
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
1098
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
1099
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
1100
+ - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
1101
+ - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
1102
+ - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
1103
+ - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
1104
+ - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
1105
+ - vendor/local/share/groonga/images/logo/mroonga-icon.png
1106
+ - vendor/local/share/groonga/images/logo/mroonga-icon.svg
1107
+ - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
1108
+ - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
1109
+ - vendor/local/share/groonga/images/logo/mroonga-logo.png
1110
+ - vendor/local/share/groonga/images/logo/mroonga-logo.svg
1111
+ - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
1112
+ - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
1113
+ - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
1114
+ - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
1115
+ - vendor/local/share/groonga/images/logo/nroonga-icon.png
1116
+ - vendor/local/share/groonga/images/logo/nroonga-icon.svg
1117
+ - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
1118
+ - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
1119
+ - vendor/local/share/groonga/images/logo/nroonga-logo.png
1120
+ - vendor/local/share/groonga/images/logo/nroonga-logo.svg
1121
+ - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
1122
+ - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
1123
+ - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
1124
+ - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
1125
+ - vendor/local/share/groonga/images/logo/rroonga-icon.png
1126
+ - vendor/local/share/groonga/images/logo/rroonga-icon.svg
1127
+ - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
1128
+ - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
1129
+ - vendor/local/share/groonga/images/logo/rroonga-logo.png
1130
+ - vendor/local/share/groonga/images/logo/rroonga-logo.svg
1131
+ - vendor/local/share/license/groonga/AUTHORS
1132
+ - vendor/local/share/license/groonga/COPYING
1133
+ - vendor/local/share/license/mecab/AUTHORS
1134
+ - vendor/local/share/license/mecab/BSD
1135
+ - vendor/local/share/license/mecab/COPYING
1136
+ - vendor/local/share/license/mecab/GPL
1137
+ - vendor/local/share/license/mecab/LGPL
1138
+ - vendor/local/share/license/msgpack/AUTHORS
1139
+ - vendor/local/share/license/msgpack/COPYING
1140
+ - vendor/local/share/license/msgpack/LICENSE
1141
+ - vendor/local/share/license/naist-jdic/AUTHORS
1142
+ - vendor/local/share/license/naist-jdic/COPYING
1143
+ - vendor/local/share/man/ja/man1/groonga.1
1144
+ - vendor/local/share/man/man1/groonga.1
1145
+ - vendor/local/share/man/man1/mecab.1
1146
+ - vendor/local/share/mecab/dic/naist-jdic/char.bin
1147
+ - vendor/local/share/mecab/dic/naist-jdic/char.def
1148
+ - vendor/local/share/mecab/dic/naist-jdic/dicrc
1037
1149
  - vendor/local/share/mecab/dic/naist-jdic/feature.def
1038
- - vendor/local/share/mecab/dic/naist-jdic/matrix.def
1039
1150
  - vendor/local/share/mecab/dic/naist-jdic/left-id.def
1040
- - vendor/local/share/mecab/dic/naist-jdic/pos-id.def
1041
- - vendor/local/share/mecab/dic/naist-jdic/char.bin
1042
- - vendor/local/share/mecab/dic/naist-jdic/sys.dic
1151
+ - vendor/local/share/mecab/dic/naist-jdic/matrix.bin
1152
+ - vendor/local/share/mecab/dic/naist-jdic/matrix.def
1043
1153
  - vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv
1154
+ - vendor/local/share/mecab/dic/naist-jdic/pos-id.def
1044
1155
  - vendor/local/share/mecab/dic/naist-jdic/rewrite.def
1045
- - vendor/local/share/mecab/dic/naist-jdic/dicrc
1046
1156
  - vendor/local/share/mecab/dic/naist-jdic/right-id.def
1047
- - vendor/local/share/mecab/dic/naist-jdic/char.def
1048
- - vendor/local/share/license/msgpack/COPYING
1049
- - vendor/local/share/license/msgpack/LICENSE
1050
- - vendor/local/share/license/msgpack/AUTHORS
1051
- - vendor/local/share/license/naist-jdic/COPYING
1052
- - vendor/local/share/license/naist-jdic/AUTHORS
1053
- - vendor/local/share/license/groonga/COPYING
1054
- - vendor/local/share/license/groonga/AUTHORS
1055
- - vendor/local/share/license/mecab/GPL
1056
- - vendor/local/share/license/mecab/BSD
1057
- - vendor/local/share/license/mecab/COPYING
1058
- - vendor/local/share/license/mecab/LGPL
1059
- - vendor/local/share/license/mecab/AUTHORS
1060
- - vendor/local/sbin/groonga-httpd-restart
1061
- - vendor/local/libexec/mecab/mecab-test-gen.exe
1062
- - vendor/local/libexec/mecab/mecab-system-eval.exe
1063
- - vendor/local/libexec/mecab/mecab-cost-train.exe
1064
- - vendor/local/libexec/mecab/mecab-dict-index.exe
1065
- - vendor/local/libexec/mecab/mecab-dict-gen.exe
1066
- - vendor/local/include/msgpack.hpp
1067
- - vendor/local/include/msgpack.h
1068
- - vendor/local/include/msgpack/unpack.h
1069
- - vendor/local/include/msgpack/object.hpp
1070
- - vendor/local/include/msgpack/sbuffer.hpp
1071
- - vendor/local/include/msgpack/pack_template.h
1072
- - vendor/local/include/msgpack/unpack_define.h
1073
- - vendor/local/include/msgpack/pack.h
1074
- - vendor/local/include/msgpack/vrefbuffer.h
1075
- - vendor/local/include/msgpack/zone.h
1076
- - vendor/local/include/msgpack/pack_define.h
1077
- - vendor/local/include/msgpack/unpack_template.h
1078
- - vendor/local/include/msgpack/zbuffer.h
1079
- - vendor/local/include/msgpack/type/bool.hpp
1080
- - vendor/local/include/msgpack/type/raw.hpp
1081
- - vendor/local/include/msgpack/type/pair.hpp
1082
- - vendor/local/include/msgpack/type/float.hpp
1083
- - vendor/local/include/msgpack/type/nil.hpp
1084
- - vendor/local/include/msgpack/type/tuple.hpp
1085
- - vendor/local/include/msgpack/type/map.hpp
1086
- - vendor/local/include/msgpack/type/fixint.hpp
1087
- - vendor/local/include/msgpack/type/list.hpp
1088
- - vendor/local/include/msgpack/type/set.hpp
1089
- - vendor/local/include/msgpack/type/vector.hpp
1090
- - vendor/local/include/msgpack/type/string.hpp
1091
- - vendor/local/include/msgpack/type/int.hpp
1092
- - vendor/local/include/msgpack/type/tr1/unordered_map.hpp
1093
- - vendor/local/include/msgpack/type/tr1/unordered_set.hpp
1094
- - vendor/local/include/msgpack/type/define.hpp
1095
- - vendor/local/include/msgpack/type/deque.hpp
1096
- - vendor/local/include/msgpack/zbuffer.hpp
1097
- - vendor/local/include/msgpack/type.hpp
1098
- - vendor/local/include/msgpack/vrefbuffer.hpp
1099
- - vendor/local/include/msgpack/pack.hpp
1100
- - vendor/local/include/msgpack/zone.hpp
1101
- - vendor/local/include/msgpack/version.h
1102
- - vendor/local/include/msgpack/sysdep.h
1103
- - vendor/local/include/msgpack/unpack.hpp
1104
- - vendor/local/include/msgpack/sbuffer.h
1105
- - vendor/local/include/msgpack/object.h
1106
- - vendor/local/include/mecab.h
1107
- - vendor/local/include/groonga/groonga/plugin.h
1108
- - vendor/local/include/groonga/groonga/tokenizer.h
1109
- - vendor/local/include/groonga/groonga/normalizer.h
1110
- - vendor/local/include/groonga/groonga.h
1111
- - vendor/local/etc/groonga/httpd/groonga-httpd.conf
1112
- - vendor/local/etc/groonga/groonga.conf
1113
- - vendor/local/etc/groonga/synonyms.tsv
1114
- - vendor/local/bin/libgroonga-0.dll
1115
- - vendor/local/bin/libmsgpack-3.dll
1116
- - vendor/local/bin/libstdc++-6.dll
1117
- - vendor/local/bin/groonga-benchmark.exe
1118
- - vendor/local/bin/mecab-config
1119
- - vendor/local/bin/mecab.exe
1120
- - vendor/local/bin/libgcc_s_sjlj-1.dll
1121
- - vendor/local/bin/mecabrc
1122
- - vendor/local/bin/libmecab-1.dll
1123
- - vendor/local/bin/libmsgpackc-2.dll
1124
- - vendor/local/bin/groonga.exe
1125
- has_rdoc: true
1157
+ - vendor/local/share/mecab/dic/naist-jdic/sys.dic
1158
+ - vendor/local/share/mecab/dic/naist-jdic/unk.def
1159
+ - vendor/local/share/mecab/dic/naist-jdic/unk.dic
1126
1160
  homepage: http://groonga.rubyforge.org/#about-rroonga
1127
- licenses:
1161
+ licenses:
1128
1162
  - LGPLv2
1129
1163
  post_install_message:
1130
1164
  rdoc_options: []
1131
-
1132
- require_paths:
1165
+ require_paths:
1133
1166
  - lib
1134
- required_ruby_version: !ruby/object:Gem::Requirement
1167
+ required_ruby_version: !ruby/object:Gem::Requirement
1135
1168
  none: false
1136
- requirements:
1137
- - - ">="
1138
- - !ruby/object:Gem::Version
1139
- hash: 3
1140
- segments:
1141
- - 0
1142
- version: "0"
1143
- required_rubygems_version: !ruby/object:Gem::Requirement
1169
+ requirements:
1170
+ - - ! '>='
1171
+ - !ruby/object:Gem::Version
1172
+ version: '0'
1173
+ required_rubygems_version: !ruby/object:Gem::Requirement
1144
1174
  none: false
1145
- requirements:
1146
- - - ">="
1147
- - !ruby/object:Gem::Version
1148
- hash: 3
1149
- segments:
1150
- - 0
1151
- version: "0"
1175
+ requirements:
1176
+ - - ! '>='
1177
+ - !ruby/object:Gem::Version
1178
+ version: '0'
1152
1179
  requirements: []
1153
-
1154
1180
  rubyforge_project: groonga
1155
- rubygems_version: 1.6.2
1181
+ rubygems_version: 1.8.23
1156
1182
  signing_key:
1157
1183
  specification_version: 3
1158
- summary: Ruby bindings for groonga that provide full text search and column store features.
1159
- test_files:
1160
- - test/test-expression.rb
1161
- - test/test-type.rb
1162
- - test/run-test.rb
1184
+ summary: Ruby bindings for groonga that provide full text search and column store
1185
+ features.
1186
+ test_files:
1187
+ - test/test-normalizer.rb
1188
+ - test/test-schema.rb
1189
+ - test/test-vector-column.rb
1163
1190
  - test/test-schema-dumper.rb
1164
- - test/test-command-select.rb
1165
- - test/test-record.rb
1166
- - test/test-schema-create-table.rb
1167
- - test/test-geo-point.rb
1191
+ - test/run-test.rb
1168
1192
  - test/test-procedure.rb
1169
- - test/test-logger.rb
1170
- - test/test-expression-builder.rb
1171
- - test/test-column.rb
1172
- - test/test-database-dumper.rb
1173
- - test/test-accessor.rb
1174
- - test/test-table-select.rb
1175
- - test/test-array.rb
1176
- - test/test-gqtp.rb
1193
+ - test/test-hash.rb
1194
+ - test/test-expression.rb
1195
+ - test/test-version.rb
1196
+ - test/test-remote.rb
1177
1197
  - test/test-table-offset-and-limit.rb
1198
+ - test/test-expression-builder.rb
1199
+ - test/test-encoding.rb
1200
+ - test/test-snippet.rb
1201
+ - test/test-index-cursor.rb
1202
+ - test/test-type.rb
1203
+ - test/test-table-dumper.rb
1204
+ - test/test-table-traverse.rb
1205
+ - test/test-table.rb
1178
1206
  - test/test-pagination.rb
1207
+ - test/groonga-test-utils.rb
1208
+ - test/test-logger.rb
1209
+ - test/test-context.rb
1179
1210
  - test/test-table-select-weight.rb
1180
- - test/test-variable.rb
1181
- - test/test-index-cursor.rb
1182
- - test/test-hash.rb
1183
- - test/test-double-array-trie.rb
1211
+ - test/test-exception.rb
1212
+ - test/test-table-select-normalize.rb
1213
+ - test/test-command-select.rb
1214
+ - test/test-gqtp.rb
1215
+ - test/test-database-dumper.rb
1216
+ - test/test-index-column.rb
1217
+ - test/test-geo-point.rb
1184
1218
  - test/test-plugin.rb
1185
1219
  - test/test-variable-size-column.rb
1186
- - test/groonga-test-utils.rb
1187
- - test/test-table-dumper.rb
1188
- - test/test-normalizer.rb
1220
+ - test/test-schema-create-table.rb
1221
+ - test/test-array.rb
1222
+ - test/test-fix-size-column.rb
1189
1223
  - test/test-schema-type.rb
1224
+ - test/test-table-select.rb
1225
+ - test/test-variable.rb
1226
+ - test/test-column.rb
1190
1227
  - test/test-patricia-trie.rb
1191
- - test/test-version.rb
1192
- - test/test-table-traverse.rb
1193
- - test/test-context.rb
1194
1228
  - test/test-table-select-mecab.rb
1229
+ - test/test-accessor.rb
1195
1230
  - test/test-database.rb
1196
- - test/test-table-select-normalize.rb
1197
- - test/test-table.rb
1198
- - test/test-remote.rb
1199
- - test/test-snippet.rb
1200
- - test/test-vector-column.rb
1201
- - test/test-fix-size-column.rb
1202
- - test/test-exception.rb
1203
- - test/test-encoding.rb
1204
- - test/test-schema.rb
1205
- - test/test-index-column.rb
1231
+ - test/test-double-array-trie.rb
1232
+ - test/test-record.rb