rroonga 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (488) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +0 -31
  3. data/bin/grndump +8 -1
  4. data/doc/text/news.textile +21 -1
  5. data/ext/groonga/rb-grn-table.c +20 -0
  6. data/ext/groonga/rb-grn.h +1 -1
  7. data/ext/groonga/rb-groonga.c +42 -0
  8. data/lib/1.9/groonga.so +0 -0
  9. data/lib/2.0/groonga.so +0 -0
  10. data/lib/2.1/groonga.so +0 -0
  11. data/lib/groonga/dumper.rb +7 -3
  12. data/lib/groonga/record.rb +19 -1
  13. data/rroonga-build.rb +5 -5
  14. data/test/test-array.rb +14 -1
  15. data/test/test-database-dumper.rb +68 -83
  16. data/test/test-database.rb +1 -1
  17. data/test/test-double-array-trie.rb +16 -1
  18. data/test/test-hash.rb +16 -1
  19. data/test/test-lock-timeout.rb +29 -0
  20. data/test/test-patricia-trie.rb +16 -1
  21. data/test/test-record.rb +194 -160
  22. data/test/test-variable-size-column.rb +1 -1
  23. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  24. data/vendor/local/bin/groonga.exe +0 -0
  25. data/vendor/local/bin/libgroonga-0.dll +0 -0
  26. data/vendor/local/bin/libmecab-1.dll +0 -0
  27. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  28. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  29. data/vendor/local/bin/mecab-config +2 -2
  30. data/vendor/local/bin/mecab.exe +0 -0
  31. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  32. data/vendor/local/include/groonga/groonga.h +15 -1
  33. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  37. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  49. data/vendor/local/lib/libgroonga.a +0 -0
  50. data/vendor/local/lib/libgroonga.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.la +3 -3
  52. data/vendor/local/lib/libmecab.a +0 -0
  53. data/vendor/local/lib/libmecab.dll.a +0 -0
  54. data/vendor/local/lib/libmecab.la +1 -1
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpack.la +1 -1
  58. data/vendor/local/lib/libmsgpackc.a +0 -0
  59. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  60. data/vendor/local/lib/libmsgpackc.la +1 -1
  61. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  62. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  65. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  66. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  67. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +1 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +2 -2
  72. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -6
  73. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
  74. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -6
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -6
  76. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  77. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  78. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
  79. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -10
  80. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +10 -9
  81. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -0
  82. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +32 -1
  83. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +49 -0
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +5 -6
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +5 -3
  96. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +4 -4
  100. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +2 -2
  101. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
  102. data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +1 -0
  103. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +2 -2
  104. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +1 -0
  105. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -0
  106. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +19 -0
  107. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +3 -0
  108. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +2 -2
  109. data/vendor/local/share/doc/groonga/en/html/characteristic.html +20 -18
  110. data/vendor/local/share/doc/groonga/en/html/community.html +20 -18
  111. data/vendor/local/share/doc/groonga/en/html/contribution.html +20 -18
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +20 -18
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -18
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +20 -18
  115. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +20 -18
  116. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +20 -18
  117. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +20 -18
  118. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -18
  119. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +20 -18
  120. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -18
  121. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +20 -18
  122. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +20 -18
  123. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +20 -18
  124. data/vendor/local/share/doc/groonga/en/html/development.html +22 -20
  125. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +26 -24
  126. data/vendor/local/share/doc/groonga/en/html/genindex.html +269 -183
  127. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +20 -18
  128. data/vendor/local/share/doc/groonga/en/html/index.html +41 -38
  129. data/vendor/local/share/doc/groonga/en/html/install.html +20 -18
  130. data/vendor/local/share/doc/groonga/en/html/install/centos.html +27 -25
  131. data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -24
  132. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +26 -24
  133. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +23 -21
  134. data/vendor/local/share/doc/groonga/en/html/install/others.html +23 -21
  135. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
  136. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -28
  137. data/vendor/local/share/doc/groonga/en/html/install/windows.html +29 -27
  138. data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
  139. data/vendor/local/share/doc/groonga/en/html/news.html +239 -201
  140. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +20 -18
  141. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
  142. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +20 -18
  143. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +20 -18
  144. data/vendor/local/share/doc/groonga/en/html/news/senna.html +20 -18
  145. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  146. data/vendor/local/share/doc/groonga/en/html/reference.html +41 -38
  147. data/vendor/local/share/doc/groonga/en/html/reference/api.html +46 -43
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +205 -0
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +55 -53
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +78 -76
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +48 -46
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +75 -73
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +54 -52
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +46 -44
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +62 -60
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +46 -44
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +46 -44
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +48 -46
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +42 -40
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +46 -44
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +44 -42
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +117 -115
  163. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +48 -46
  164. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +40 -38
  165. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +80 -78
  166. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +56 -54
  167. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +40 -38
  168. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +36 -34
  169. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +20 -18
  170. data/vendor/local/share/doc/groonga/en/html/reference/command.html +20 -18
  171. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +20 -18
  172. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +20 -18
  173. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +20 -18
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +20 -18
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +21 -19
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +20 -18
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +20 -18
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +21 -19
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +20 -18
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +20 -18
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +21 -19
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +20 -18
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +20 -18
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +21 -19
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +20 -18
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +21 -19
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +20 -18
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +20 -18
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +20 -18
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +21 -19
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +20 -18
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +20 -18
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +21 -19
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +21 -19
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +21 -19
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +20 -18
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +20 -18
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +20 -18
  199. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +21 -19
  200. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +20 -18
  201. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +20 -18
  202. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +21 -19
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +20 -18
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +23 -21
  205. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +26 -24
  206. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +20 -18
  207. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +20 -18
  208. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
  209. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -24
  210. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +20 -18
  211. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +33 -31
  212. data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -18
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +20 -18
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +23 -21
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +21 -19
  217. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +21 -19
  218. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +21 -19
  219. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +21 -19
  220. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +20 -18
  221. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +21 -19
  222. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -21
  223. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +20 -18
  224. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +21 -19
  225. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +20 -18
  226. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +20 -18
  227. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +20 -18
  228. data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -18
  229. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +20 -18
  230. data/vendor/local/share/doc/groonga/en/html/reference/output.html +20 -18
  231. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +21 -19
  232. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +20 -18
  233. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +21 -19
  234. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +24 -22
  235. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -18
  236. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +22 -20
  237. data/vendor/local/share/doc/groonga/en/html/reference/types.html +21 -19
  238. data/vendor/local/share/doc/groonga/en/html/search.html +12 -12
  239. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  240. data/vendor/local/share/doc/groonga/en/html/server.html +20 -18
  241. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +20 -18
  242. data/vendor/local/share/doc/groonga/en/html/server/http.html +20 -18
  243. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +20 -18
  244. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -18
  245. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +20 -18
  246. data/vendor/local/share/doc/groonga/en/html/server/package.html +20 -18
  247. data/vendor/local/share/doc/groonga/en/html/spec.html +24 -22
  248. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +20 -18
  249. data/vendor/local/share/doc/groonga/en/html/spec/search.html +20 -18
  250. data/vendor/local/share/doc/groonga/en/html/suggest.html +20 -18
  251. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +20 -18
  252. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +20 -18
  253. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +22 -20
  254. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +20 -18
  255. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +20 -18
  256. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +20 -18
  257. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
  258. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  259. data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +20 -18
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +20 -18
  262. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -18
  263. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +20 -18
  264. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +20 -18
  265. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +20 -18
  266. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +20 -18
  267. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +20 -18
  268. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
  269. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -18
  270. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +20 -18
  271. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -0
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +1 -0
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +2 -2
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -6
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -10
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +10 -9
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +32 -1
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +49 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +1 -1
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +1 -1
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +5 -6
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +1 -1
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +1 -1
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +1 -1
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +1 -1
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +5 -3
  299. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
  300. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt +1 -1
  301. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +1 -1
  302. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +4 -4
  303. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +2 -2
  304. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
  305. data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +1 -0
  306. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +2 -2
  307. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +1 -0
  308. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -0
  309. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +19 -0
  310. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +3 -0
  311. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
  312. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +20 -18
  313. data/vendor/local/share/doc/groonga/ja/html/community.html +20 -18
  314. data/vendor/local/share/doc/groonga/ja/html/contribution.html +20 -18
  315. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +20 -18
  316. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +20 -18
  317. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +20 -18
  318. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +20 -18
  319. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +20 -18
  320. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -18
  321. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -18
  322. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +20 -18
  323. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -18
  324. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +20 -18
  325. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -18
  326. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +20 -18
  327. data/vendor/local/share/doc/groonga/ja/html/development.html +20 -18
  328. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -18
  329. data/vendor/local/share/doc/groonga/ja/html/genindex.html +274 -183
  330. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +20 -18
  331. data/vendor/local/share/doc/groonga/ja/html/index.html +41 -38
  332. data/vendor/local/share/doc/groonga/ja/html/install.html +20 -18
  333. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +23 -21
  334. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +23 -21
  335. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -21
  336. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +23 -21
  337. data/vendor/local/share/doc/groonga/ja/html/install/others.html +23 -21
  338. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
  339. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +23 -21
  340. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -27
  341. data/vendor/local/share/doc/groonga/ja/html/limitations.html +20 -18
  342. data/vendor/local/share/doc/groonga/ja/html/news.html +264 -224
  343. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +20 -18
  344. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
  345. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +20 -18
  346. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +27 -25
  347. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +20 -18
  348. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  349. data/vendor/local/share/doc/groonga/ja/html/reference.html +41 -38
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +46 -43
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +206 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +55 -53
  353. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +78 -76
  354. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +48 -46
  355. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -72
  356. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +54 -52
  357. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +46 -44
  358. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +62 -60
  359. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +46 -44
  360. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +46 -44
  361. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +48 -46
  362. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +42 -40
  363. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +46 -44
  364. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +44 -42
  365. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +117 -115
  366. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +48 -46
  367. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +40 -38
  368. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +80 -78
  369. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +56 -54
  370. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +40 -38
  371. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +36 -34
  372. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +20 -18
  373. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +20 -18
  374. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +20 -18
  375. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +20 -18
  376. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +20 -18
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +20 -18
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +21 -19
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +20 -18
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +20 -18
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +21 -19
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +20 -18
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +20 -18
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +21 -19
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +20 -18
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +20 -18
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +21 -19
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +20 -18
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +21 -19
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +20 -18
  391. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +20 -18
  392. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +20 -18
  393. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +21 -19
  394. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +20 -18
  395. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +20 -18
  396. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +21 -19
  397. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +21 -19
  398. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +21 -19
  399. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +20 -18
  400. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +20 -18
  401. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +20 -18
  402. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +21 -19
  403. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +20 -18
  404. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +20 -18
  405. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +21 -19
  406. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +20 -18
  407. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +23 -21
  408. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +26 -24
  409. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -18
  410. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +20 -18
  411. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
  412. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +26 -24
  413. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +20 -18
  414. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +33 -31
  415. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -18
  416. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +20 -18
  417. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
  418. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +23 -21
  419. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +21 -19
  420. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +21 -19
  421. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +21 -19
  422. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +21 -19
  423. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -18
  424. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +21 -19
  425. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -20
  426. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +20 -18
  427. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +22 -20
  428. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +20 -18
  429. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +21 -19
  430. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +22 -20
  431. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -18
  432. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +20 -18
  433. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +22 -20
  434. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +21 -19
  435. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +20 -18
  436. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +21 -19
  437. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +23 -21
  438. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -18
  439. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +22 -20
  440. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +21 -19
  441. data/vendor/local/share/doc/groonga/ja/html/search.html +12 -12
  442. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  443. data/vendor/local/share/doc/groonga/ja/html/server.html +20 -18
  444. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +20 -18
  445. data/vendor/local/share/doc/groonga/ja/html/server/http.html +20 -18
  446. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +20 -18
  447. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -18
  448. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +20 -18
  449. data/vendor/local/share/doc/groonga/ja/html/server/package.html +20 -18
  450. data/vendor/local/share/doc/groonga/ja/html/spec.html +24 -22
  451. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +20 -18
  452. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +20 -18
  453. data/vendor/local/share/doc/groonga/ja/html/suggest.html +21 -19
  454. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +22 -20
  455. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +22 -20
  456. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +21 -19
  457. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +22 -20
  458. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +20 -18
  459. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +20 -18
  460. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
  461. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  462. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
  463. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +20 -18
  464. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +20 -18
  465. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +20 -18
  466. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +20 -18
  467. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +20 -18
  468. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +20 -18
  469. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +20 -18
  470. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +20 -18
  471. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
  472. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -18
  473. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +20 -18
  474. data/vendor/local/share/man/ja/man1/groonga.1 +198 -132
  475. data/vendor/local/share/man/man1/groonga.1 +619 -554
  476. metadata +8 -14
  477. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt +0 -104
  478. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt +0 -80
  479. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt +0 -105
  480. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +0 -199
  481. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +0 -180
  482. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +0 -201
  483. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt +0 -104
  484. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt +0 -80
  485. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt +0 -105
  486. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +0 -200
  487. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +0 -181
  488. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +0 -202
@@ -116,7 +116,7 @@ class VariableSizeColumnTest < Test::Unit::TestCase
116
116
  1000.times do |i|
117
117
  @users.add(:name => "user #{i}" * 1000)
118
118
  end
119
- assert_equal(3, @name.defrag)
119
+ assert_equal(1, @name.defrag)
120
120
  end
121
121
 
122
122
  class VectorTest < self
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- prefix=/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64
3
+ prefix=/home/vagrant/work/groonga/groonga/packages/windows/dist-x64
4
4
  exec_prefix=${prefix}
5
5
  exec_prefix_set=no
6
6
 
@@ -107,7 +107,7 @@ while test $# -gt 0; do
107
107
  ;;
108
108
 
109
109
  --libexecdir)
110
- echo /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/libexec/mecab
110
+ echo /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/libexec/mecab
111
111
  ;;
112
112
 
113
113
  --sysconfdir)
Binary file
@@ -15,7 +15,7 @@ http {
15
15
  keepalive_timeout 65;
16
16
 
17
17
  # The default groonga database path.
18
- groonga_database /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/var/lib/groonga/db/db;
18
+ groonga_database /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/var/lib/groonga/db/db;
19
19
 
20
20
  # Create a groonga database automatically if the groonga database doesn't
21
21
  # exist.
@@ -45,7 +45,7 @@ http {
45
45
  }
46
46
 
47
47
  location / {
48
- root /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/share/groonga/html/admin;
48
+ root /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/share/groonga/html/admin;
49
49
  index index.html;
50
50
  }
51
51
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright(C) 2009-2013 Brazil
2
+ Copyright(C) 2009-2014 Brazil
3
3
 
4
4
  This library is free software; you can redistribute it and/or
5
5
  modify it under the terms of the GNU Lesser General Public
@@ -244,6 +244,9 @@ GRN_API grn_rc grn_ctx_set_match_escalation_threshold(grn_ctx *ctx, long long in
244
244
  GRN_API long long int grn_get_default_match_escalation_threshold(void);
245
245
  GRN_API grn_rc grn_set_default_match_escalation_threshold(long long int threshold);
246
246
 
247
+ GRN_API int grn_get_lock_timeout(void);
248
+ GRN_API grn_rc grn_set_lock_timeout(int timeout);
249
+
247
250
  /* cache */
248
251
  #define GRN_CACHE_DEFAULT_MAX_N_ENTRIES 100
249
252
  typedef struct _grn_cache grn_cache;
@@ -1016,6 +1019,9 @@ GRN_API grn_rc grn_snip_add_cond(grn_ctx *ctx, grn_snip *snip,
1016
1019
  const char *keyword, unsigned int keyword_len,
1017
1020
  const char *opentag, unsigned int opentag_len,
1018
1021
  const char *closetag, unsigned int closetag_len);
1022
+ GRN_API grn_rc grn_snip_set_normalizer(grn_ctx *ctx, grn_snip *snip,
1023
+ grn_obj *normalizer);
1024
+ GRN_API grn_obj *grn_snip_get_normalizer(grn_ctx *ctx, grn_snip *snip);
1019
1025
  GRN_API grn_rc grn_snip_exec(grn_ctx *ctx, grn_snip *snip,
1020
1026
  const char *string, unsigned int string_len,
1021
1027
  unsigned int *nresults, unsigned int *max_tagged_len);
@@ -1709,6 +1715,14 @@ GRN_API grn_snip *grn_expr_snip(grn_ctx *ctx, grn_obj *expr, int flags,
1709
1715
  const char **opentags, unsigned int *opentag_lens,
1710
1716
  const char **closetags, unsigned int *closetag_lens,
1711
1717
  grn_snip_mapping *mapping);
1718
+ GRN_API grn_rc grn_expr_snip_add_conditions(grn_ctx *ctx,
1719
+ grn_obj *expr,
1720
+ grn_snip *snip,
1721
+ unsigned int n_tags,
1722
+ const char **opentags,
1723
+ unsigned int *opentag_lens,
1724
+ const char **closetags,
1725
+ unsigned int *closetag_lens);
1712
1726
 
1713
1727
  GRN_API grn_table_sort_key *grn_table_sort_key_from_str(grn_ctx *ctx,
1714
1728
  const char *str, unsigned int str_size,
@@ -1,5 +1,5 @@
1
1
  # tsv.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library='tsv.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libgroonga.la -L/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
20
+ dependency_libs=' /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libgroonga.la -L/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/groonga/plugins/query_expanders'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/groonga/plugins/query_expanders'
@@ -1,5 +1,5 @@
1
1
  # suggest.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library='suggest.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libgroonga.la -L/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib -lws2_32 /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmsgpack.la'
20
+ dependency_libs=' /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libgroonga.la -L/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib -lws2_32 /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmsgpack.la'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/groonga/plugins/suggest'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/groonga/plugins/suggest'
@@ -1,5 +1,5 @@
1
1
  # table.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library='table.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libgroonga.la -L/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib -lws2_32 /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmsgpack.la'
20
+ dependency_libs=' /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libgroonga.la -L/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib -lws2_32 /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmsgpack.la'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/groonga/plugins/table'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/groonga/plugins/table'
@@ -1,5 +1,5 @@
1
1
  # mecab.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library='mecab.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -L/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmecab.la /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libgroonga.la /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
20
+ dependency_libs=' -L/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmecab.la /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libgroonga.la /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/groonga/plugins/tokenizers'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/groonga/plugins/tokenizers'
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # libgroonga.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
3
3
  #
4
4
  # Please DO NOT delete this file!
5
5
  # It is necessary for linking the library.
@@ -17,7 +17,7 @@ old_library='libgroonga.a'
17
17
  inherited_linker_flags=''
18
18
 
19
19
  # Libraries that this one depends upon.
20
- dependency_libs=' -L/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
20
+ dependency_libs=' -L/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib /home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib/libmsgpack.la -lws2_32'
21
21
 
22
22
  # Names of additional weak libraries provided by this library
23
23
  weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib'
Binary file
Binary file
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib'
Binary file
Binary file
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib'
Binary file
Binary file
@@ -38,4 +38,4 @@ dlopen=''
38
38
  dlpreopen=''
39
39
 
40
40
  # Directory that this library needs to be installed in:
41
- libdir='/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64/lib'
41
+ libdir='/home/vagrant/work/groonga/groonga/packages/windows/dist-x64/lib'
@@ -1,4 +1,4 @@
1
- prefix=/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64
1
+ prefix=/home/vagrant/work/groonga/groonga/packages/windows/dist-x64
2
2
  exec_prefix=${prefix}
3
3
  bindir=${exec_prefix}/bin
4
4
  sbindir=${exec_prefix}/sbin
@@ -11,10 +11,10 @@ pluginsdir=${libdir}/groonga/plugins
11
11
  groonga=${bindir}/groonga.exe
12
12
  groonga_httpd=${sbindir}/groonga-httpd.exe
13
13
  groonga_suggest_create_dataset=${bindir}/groonga-suggest-create-dataset.exe
14
- groonga_version=3.1.1
14
+ groonga_version=3.1.1-89-g7f6fcae
15
15
 
16
16
  Name: Groonga
17
17
  Description: An Embeddable Fulltext Search Engine
18
- Version: 3.1.1
18
+ Version: 3.1.2
19
19
  Libs: -L${libdir} -lgroonga
20
20
  Cflags: -I${includedir}/groonga
@@ -17,7 +17,7 @@
17
17
  # License along with this library; if not, write to the Free Software
18
18
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
 
20
- prefix=/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x64
20
+ prefix=/home/vagrant/work/groonga/groonga/packages/windows/dist-x64
21
21
 
22
22
  SERVICE_NAME=groonga-httpd
23
23
  GROONGA_HTTPD=${SERVICE_NAME}
@@ -1,4 +1,4 @@
1
1
  # Sphinx build info version 1
2
2
  # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: 0c0d19e39ca8e98d416bee33833031dc
3
+ config: d2ef4a7abbc3e6ca70721b71e485f1bc
4
4
  tags: 645f666f9bcd5a90fca523b33c5a78b7
@@ -1,4 +1,5 @@
1
1
  .. -*- rst -*-
2
+ .. Groonga project
2
3
 
3
4
  .. highlightlang:: none
4
5
 
@@ -1,4 +1,5 @@
1
1
  .. -*- rst -*-
2
+ .. Groonga Project
2
3
 
3
4
  .. highlightlang:: none
4
5
 
@@ -5,8 +5,8 @@
5
5
  Development
6
6
  ===========
7
7
 
8
- This section describes about developing with groonga. You may develop
9
- an application that uses groonga as its database, a library that uses
8
+ This section describes about developing with Groonga. You may develop
9
+ an application that uses Groonga as its database, a library that uses
10
10
  libgroonga, language bindings of libgroonga and so on.
11
11
 
12
12
  .. toctree::
@@ -5,12 +5,12 @@
5
5
  Travis CI
6
6
  =========
7
7
 
8
- This section describes about using groonga on `Travis CI
8
+ This section describes about using Groonga on `Travis CI
9
9
  <http://travis-ci.org/>`_. Travis CI is a hosted continuous
10
10
  integration service for the open source community.
11
11
 
12
12
  You can use Travis CI for your open source software. This section only
13
- describes about groonga related configuration. See `Travis CI:
13
+ describes about Groonga related configuration. See `Travis CI:
14
14
  Documentation <http://about.travis-ci.org/docs/>`_ about general
15
15
  Travis CI.
16
16
 
@@ -20,8 +20,8 @@ Configuration
20
20
  Travis CI is running on 64-bit Ubuntu 12.04 LTS Server Edition. (See `Travis CI: About
21
21
  Travis CI Environment
22
22
  <http://about.travis-ci.org/docs/user/ci-environment/>`_.) You can
23
- use apt-line for Ubuntu 12.04 LTS provided by groonga project to install
24
- groonga on Travis CI.
23
+ use apt-line for Ubuntu 12.04 LTS provided by Groonga project to install
24
+ Groonga on Travis CI.
25
25
 
26
26
  You can custom build lifecycle by ``.travis.yml``. (See `Travis CI:
27
27
  Conifugration your Travis CI build with .travis.yml
@@ -38,12 +38,12 @@ Add the following ``before_install`` configuration to ``.travis.yml``::
38
38
  If you need to use ``install`` hook instead of ``before_install``, you
39
39
  just substitute ``before_install:`` with ``install:``.
40
40
 
41
- With the above configuration, you can use groonga for your build.
41
+ With the above configuration, you can use Groonga for your build.
42
42
 
43
43
  Examples
44
44
  --------
45
45
 
46
- Here are open source softwares that use groonga on Travis CI:
46
+ Here are open source softwares that use Groonga on Travis CI:
47
47
 
48
48
  * `rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings)
49
49
 
@@ -45,7 +45,7 @@ Or install Juman dictionary::
45
45
 
46
46
  There is a package that provides `Munin
47
47
  <http://munin-monitoring.org/>`_ plugins. If you want to monitor
48
- groonga status by Munin, install groonga-munin-plugins package.
48
+ Groonga status by Munin, install groonga-munin-plugins package.
49
49
 
50
50
  .. note::
51
51
 
@@ -75,7 +75,7 @@ Install groonga-munin-plugins package::
75
75
  % sudo yum install -y groonga-munin-plugins
76
76
 
77
77
  There is a package that provides MySQL compatible normalizer as
78
- groonga plugins.
78
+ Groonga plugins.
79
79
  If you want to use that one, install groonga-normalizer-mysql package.
80
80
 
81
81
  Install groonga-normalizer-mysql package::
@@ -110,7 +110,7 @@ Or install Juman dictionary::
110
110
 
111
111
  There is a package that provides `Munin
112
112
  <http://munin-monitoring.org/>`_ plugins. If you want to monitor
113
- groonga status by Munin, install groonga-munin-plugins package.
113
+ Groonga status by Munin, install groonga-munin-plugins package.
114
114
 
115
115
  .. note::
116
116
 
@@ -137,7 +137,7 @@ Install groonga-munin-plugins package::
137
137
  % sudo yum install -y groonga-munin-plugins
138
138
 
139
139
  There is a package that provides MySQL compatible normalizer as
140
- groonga plugins.
140
+ Groonga plugins.
141
141
  If you want to use that one, install groonga-normalizer-mysql package.
142
142
 
143
143
  Install groonga-normalizer-mysql package::
@@ -153,9 +153,9 @@ Install required packages to build groonga::
153
153
 
154
154
  Download source::
155
155
 
156
- % wget http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
157
- % tar xvzf groonga-3.1.1.tar.gz
158
- % cd groonga-3.1.1
156
+ % wget http://packages.groonga.org/source/groonga/groonga-3.1.2.tar.gz
157
+ % tar xvzf groonga-3.1.2.tar.gz
158
+ % cd groonga-3.1.2
159
159
 
160
160
  Configure (see :ref:`source-configure` about ``configure`` options)::
161
161