rroonga 4.0.6-x86-mingw32 → 4.0.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (598) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/doc/text/news.textile +14 -2
  4. data/ext/groonga/extconf.rb +0 -3
  5. data/ext/groonga/rb-grn-expression.c +1 -6
  6. data/ext/groonga/rb-grn-index-column.c +96 -0
  7. data/ext/groonga/rb-grn-index-cursor.c +32 -8
  8. data/ext/groonga/rb-grn-posting.c +26 -6
  9. data/ext/groonga/rb-grn-utils.c +27 -0
  10. data/ext/groonga/rb-grn.h +4 -1
  11. data/lib/1.9/groonga.so +0 -0
  12. data/lib/2.0/groonga.so +0 -0
  13. data/lib/2.1/groonga.so +0 -0
  14. data/rroonga-build.rb +3 -3
  15. data/test/test-column.rb +50 -12
  16. data/test/test-expression-builder.rb +1 -1
  17. data/test/test-expression.rb +80 -25
  18. data/test/test-index-column.rb +41 -0
  19. data/test/test-index-cursor.rb +21 -1
  20. data/test/test-table-key-support.rb +59 -1
  21. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  22. data/vendor/local/bin/groonga.exe +0 -0
  23. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  24. data/vendor/local/bin/libgroonga-0.dll +0 -0
  25. data/vendor/local/bin/libmecab-1.dll +0 -0
  26. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  27. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  28. data/vendor/local/bin/libonig-5.dll +0 -0
  29. data/vendor/local/bin/libstdc++-6.dll +0 -0
  30. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  31. data/vendor/local/bin/lz4 +0 -0
  32. data/vendor/local/bin/lz4c +0 -0
  33. data/vendor/local/bin/lz4cat +0 -0
  34. data/vendor/local/bin/mecab-config +2 -2
  35. data/vendor/local/bin/mecab.exe +0 -0
  36. data/vendor/local/bin/onig-config +1 -1
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/groonga/groonga.conf +1 -1
  39. data/vendor/local/etc/groonga/httpd/fastcgi.conf +25 -0
  40. data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +25 -0
  41. data/vendor/local/etc/groonga/httpd/fastcgi_params +24 -0
  42. data/vendor/local/etc/groonga/httpd/fastcgi_params.default +24 -0
  43. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  44. data/vendor/local/etc/groonga/httpd/html/50x.html +21 -0
  45. data/vendor/local/etc/groonga/httpd/html/index.html +25 -0
  46. data/vendor/local/etc/groonga/httpd/koi-utf +109 -0
  47. data/vendor/local/etc/groonga/httpd/koi-win +103 -0
  48. data/vendor/local/etc/groonga/httpd/mime.types +89 -0
  49. data/vendor/local/etc/groonga/httpd/mime.types.default +89 -0
  50. data/vendor/local/etc/groonga/httpd/nginx.conf.default +117 -0
  51. data/vendor/local/etc/groonga/httpd/scgi_params +16 -0
  52. data/vendor/local/etc/groonga/httpd/scgi_params.default +16 -0
  53. data/vendor/local/etc/groonga/httpd/uwsgi_params +16 -0
  54. data/vendor/local/etc/groonga/httpd/uwsgi_params.default +16 -0
  55. data/vendor/local/etc/groonga/httpd/win-utf +126 -0
  56. data/vendor/local/include/groonga/groonga/expr.h +108 -0
  57. data/vendor/local/include/groonga/groonga/groonga.h +2031 -0
  58. data/vendor/local/include/groonga/groonga/ii.h +46 -0
  59. data/vendor/local/include/groonga/groonga/nfkc.h +3 -3
  60. data/vendor/local/include/groonga/groonga/plugin.h +5 -3
  61. data/vendor/local/include/groonga/groonga/token.h +136 -0
  62. data/vendor/local/include/groonga/groonga/token_filter.h +4 -6
  63. data/vendor/local/include/groonga/groonga/tokenizer.h +60 -55
  64. data/vendor/local/include/groonga/groonga/util.h +40 -0
  65. data/vendor/local/include/groonga/groonga.h +5 -2095
  66. data/vendor/local/include/lz4.h +323 -0
  67. data/vendor/local/include/lz4hc.h +223 -0
  68. data/vendor/local/include/zconf.h +511 -0
  69. data/vendor/local/include/zlib.h +1768 -0
  70. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  72. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  73. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  74. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  75. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  76. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  77. data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
  78. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  79. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  80. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  81. data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
  82. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  83. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  84. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  85. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  86. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  87. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  88. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  89. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  90. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  91. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  92. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  93. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  94. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  95. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  96. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  97. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  98. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +22 -0
  99. data/vendor/local/lib/libgroonga.a +0 -0
  100. data/vendor/local/lib/libgroonga.dll.a +0 -0
  101. data/vendor/local/lib/libgroonga.la +3 -3
  102. data/vendor/local/lib/liblz4.a +0 -0
  103. data/vendor/local/lib/liblz4.dll +0 -0
  104. data/vendor/local/lib/liblz4.dll.1 +0 -0
  105. data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
  106. data/vendor/local/lib/libmecab.a +0 -0
  107. data/vendor/local/lib/libmecab.dll.a +0 -0
  108. data/vendor/local/lib/libmecab.la +3 -3
  109. data/vendor/local/lib/libmsgpack.a +0 -0
  110. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  111. data/vendor/local/lib/libmsgpack.la +3 -3
  112. data/vendor/local/lib/libmsgpackc.a +0 -0
  113. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  114. data/vendor/local/lib/libmsgpackc.la +3 -3
  115. data/vendor/local/lib/libonig.a +0 -0
  116. data/vendor/local/lib/libonig.dll.a +0 -0
  117. data/vendor/local/lib/libonig.la +2 -2
  118. data/vendor/local/lib/libz.a +0 -0
  119. data/vendor/local/lib/libz.dll.a +0 -0
  120. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  121. data/vendor/local/lib/pkgconfig/liblz4.pc +14 -0
  122. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
  124. data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
  125. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  126. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  127. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  128. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  129. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  130. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  131. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  132. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -24
  134. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +3 -3
  135. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  137. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  138. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  139. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  140. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +7 -19
  141. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  142. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +4 -4
  143. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
  145. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +88 -3
  146. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +39 -0
  147. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +28 -0
  148. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
  149. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +109 -0
  150. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +30 -0
  151. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +111 -0
  152. data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -4
  153. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +54 -50
  154. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
  155. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
  156. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +1 -1
  157. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +1 -1
  158. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
  159. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +67 -5
  160. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -0
  161. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  162. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  163. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  164. data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +10308 -0
  165. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -9404
  166. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  167. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  168. data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +999 -0
  169. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +31 -1415
  170. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  171. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  172. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
  173. data/vendor/local/share/doc/groonga/en/html/characteristic.html +19 -17
  174. data/vendor/local/share/doc/groonga/en/html/client.html +19 -17
  175. data/vendor/local/share/doc/groonga/en/html/community.html +19 -17
  176. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +19 -17
  177. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +19 -17
  178. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +19 -17
  179. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +40 -58
  180. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +19 -17
  181. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +19 -17
  182. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +19 -17
  183. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -17
  184. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +19 -17
  185. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +30 -28
  186. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +19 -17
  187. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
  188. data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
  189. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
  190. data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
  191. data/vendor/local/share/doc/groonga/en/html/genindex.html +12 -12
  192. data/vendor/local/share/doc/groonga/en/html/index.html +81 -77
  193. data/vendor/local/share/doc/groonga/en/html/install/centos.html +33 -34
  194. data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -25
  195. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +28 -27
  196. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +24 -22
  197. data/vendor/local/share/doc/groonga/en/html/install/others.html +93 -103
  198. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
  199. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +28 -27
  200. data/vendor/local/share/doc/groonga/en/html/install/windows.html +32 -30
  201. data/vendor/local/share/doc/groonga/en/html/install.html +33 -31
  202. data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
  203. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +19 -17
  204. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
  205. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +19 -17
  206. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +34 -32
  207. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +29 -27
  208. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +99 -97
  209. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +71 -69
  210. data/vendor/local/share/doc/groonga/en/html/news/senna.html +19 -17
  211. data/vendor/local/share/doc/groonga/en/html/news.html +210 -116
  212. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  213. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +33 -31
  214. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +45 -43
  215. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +65 -63
  216. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +29 -27
  217. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +174 -0
  218. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +63 -61
  219. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +33 -31
  220. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +30 -28
  221. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +66 -64
  222. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +28 -26
  223. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +31 -29
  224. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +29 -27
  225. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +28 -26
  226. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +28 -26
  227. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +27 -25
  228. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +76 -74
  229. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +31 -29
  230. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -24
  231. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +62 -60
  232. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +51 -49
  233. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +27 -25
  234. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +24 -22
  235. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +42 -40
  236. data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -37
  237. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +19 -17
  238. data/vendor/local/share/doc/groonga/en/html/reference/column.html +21 -19
  239. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +24 -22
  240. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +61 -59
  241. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +19 -17
  242. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +55 -53
  243. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +96 -94
  244. data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -49
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +40 -38
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +45 -43
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +25 -23
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +41 -39
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +72 -70
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +26 -24
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +43 -41
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +39 -37
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +26 -24
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +35 -33
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +24 -22
  256. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +42 -40
  257. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +25 -23
  258. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +26 -24
  259. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +24 -22
  260. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +61 -59
  261. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +31 -29
  262. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -25
  263. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +166 -0
  264. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +51 -49
  265. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +55 -53
  266. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +55 -53
  267. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +385 -383
  268. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +39 -37
  269. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +42 -40
  270. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +83 -81
  271. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +149 -147
  272. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +51 -49
  273. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -39
  274. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +276 -0
  275. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +103 -101
  276. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +47 -45
  277. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +48 -46
  278. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +22 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +28 -26
  280. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -73
  281. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +19 -17
  282. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
  283. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +44 -42
  284. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +36 -34
  285. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +57 -55
  286. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +19 -17
  287. data/vendor/local/share/doc/groonga/en/html/reference/function.html +26 -23
  288. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +42 -40
  289. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
  290. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +81 -79
  291. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -30
  292. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +22 -20
  293. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +53 -51
  294. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +41 -39
  295. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +35 -33
  296. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +164 -0
  297. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +40 -38
  298. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +76 -74
  299. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +42 -40
  300. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +66 -64
  301. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +59 -57
  302. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +210 -208
  303. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +262 -260
  304. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +26 -24
  305. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -19
  306. data/vendor/local/share/doc/groonga/en/html/reference/log.html +22 -20
  307. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +54 -52
  308. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +19 -17
  309. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
  310. data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
  311. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
  312. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -17
  313. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +19 -17
  314. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +19 -17
  315. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +19 -17
  316. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +19 -17
  317. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +19 -17
  318. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +54 -52
  319. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +323 -0
  320. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +19 -17
  321. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +29 -27
  322. data/vendor/local/share/doc/groonga/en/html/reference/types.html +40 -38
  323. data/vendor/local/share/doc/groonga/en/html/reference.html +78 -74
  324. data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
  325. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  326. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +19 -17
  327. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +33 -31
  328. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +19 -17
  329. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -17
  330. data/vendor/local/share/doc/groonga/en/html/server/http.html +19 -21
  331. data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
  332. data/vendor/local/share/doc/groonga/en/html/server.html +21 -19
  333. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +127 -125
  334. data/vendor/local/share/doc/groonga/en/html/spec/search.html +19 -17
  335. data/vendor/local/share/doc/groonga/en/html/spec.html +19 -17
  336. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
  337. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  338. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -17
  339. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -17
  340. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +33 -31
  341. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +22 -20
  342. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +19 -17
  343. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +19 -17
  344. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +23 -21
  345. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +52 -50
  346. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +19 -17
  347. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
  348. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +22 -20
  349. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +35 -33
  350. data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
  351. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  352. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -24
  353. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +3 -3
  354. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
  355. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  356. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  357. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  358. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  359. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +7 -19
  360. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  361. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +4 -4
  362. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  363. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
  364. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +88 -3
  365. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +39 -0
  366. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +28 -0
  367. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
  368. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +109 -0
  369. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +30 -0
  370. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +111 -0
  371. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -4
  372. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +54 -50
  373. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
  374. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
  375. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +1 -1
  376. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +1 -1
  377. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
  378. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +67 -5
  379. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -0
  380. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  381. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  382. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  383. data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +10308 -0
  384. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -9404
  385. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  386. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  387. data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +999 -0
  388. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +31 -1415
  389. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  390. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  391. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
  392. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +19 -17
  393. data/vendor/local/share/doc/groonga/ja/html/client.html +19 -17
  394. data/vendor/local/share/doc/groonga/ja/html/community.html +19 -17
  395. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +19 -17
  396. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +19 -17
  397. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +19 -17
  398. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +40 -58
  399. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +19 -17
  400. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +19 -17
  401. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +19 -17
  402. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -17
  403. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +19 -17
  404. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +30 -28
  405. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +19 -17
  406. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
  407. data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
  408. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
  409. data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
  410. data/vendor/local/share/doc/groonga/ja/html/genindex.html +12 -12
  411. data/vendor/local/share/doc/groonga/ja/html/index.html +82 -78
  412. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +36 -40
  413. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +27 -27
  414. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +29 -29
  415. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +24 -22
  416. data/vendor/local/share/doc/groonga/ja/html/install/others.html +84 -90
  417. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
  418. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -29
  419. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +31 -29
  420. data/vendor/local/share/doc/groonga/ja/html/install.html +33 -31
  421. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
  422. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +19 -17
  423. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
  424. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +19 -17
  425. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +34 -32
  426. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +29 -27
  427. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +93 -91
  428. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +61 -59
  429. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +19 -17
  430. data/vendor/local/share/doc/groonga/ja/html/news.html +233 -147
  431. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  432. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +33 -31
  433. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +39 -37
  434. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +59 -57
  435. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +29 -27
  436. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +176 -0
  437. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +61 -59
  438. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +32 -30
  439. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +30 -28
  440. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +53 -51
  441. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +28 -26
  442. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +31 -29
  443. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +29 -27
  444. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +28 -26
  445. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +28 -26
  446. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +27 -25
  447. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +76 -74
  448. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +31 -29
  449. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -24
  450. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +62 -60
  451. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +51 -49
  452. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +27 -25
  453. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +24 -22
  454. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +42 -40
  455. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -37
  456. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +19 -17
  457. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +21 -19
  458. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +24 -22
  459. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +51 -49
  460. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +19 -17
  461. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +45 -43
  462. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +95 -93
  463. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -49
  464. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +37 -35
  465. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +45 -43
  466. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +25 -23
  467. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +41 -39
  468. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +64 -62
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +26 -24
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +40 -38
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +39 -37
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +26 -24
  473. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -32
  474. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +24 -22
  475. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +35 -33
  476. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +25 -23
  477. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +26 -24
  478. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +24 -22
  479. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +56 -54
  480. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +31 -29
  481. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -25
  482. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +167 -0
  483. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +47 -45
  484. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +55 -53
  485. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +55 -53
  486. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +256 -254
  487. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +39 -37
  488. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +40 -38
  489. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +80 -78
  490. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +125 -123
  491. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +51 -49
  492. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -39
  493. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +268 -0
  494. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +89 -87
  495. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +47 -45
  496. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +48 -46
  497. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +22 -20
  498. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +28 -26
  499. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +63 -61
  500. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +19 -17
  501. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
  502. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +44 -42
  503. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +36 -34
  504. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +57 -55
  505. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +19 -17
  506. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +26 -23
  507. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +42 -40
  508. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
  509. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +65 -63
  510. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -30
  511. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +22 -20
  512. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +43 -41
  513. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +32 -30
  514. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +35 -33
  515. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +165 -0
  516. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +40 -38
  517. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +69 -67
  518. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +42 -40
  519. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +52 -50
  520. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +51 -49
  521. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -113
  522. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +179 -177
  523. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -21
  524. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +20 -18
  525. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -20
  526. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +43 -41
  527. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +19 -17
  528. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
  529. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
  530. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
  531. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
  532. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +19 -17
  533. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +19 -17
  534. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +19 -17
  535. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +21 -19
  536. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +20 -18
  537. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +44 -42
  538. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +316 -0
  539. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +23 -21
  540. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +29 -27
  541. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +38 -36
  542. data/vendor/local/share/doc/groonga/ja/html/reference.html +79 -75
  543. data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
  544. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  545. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +19 -17
  546. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +27 -25
  547. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +19 -17
  548. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -17
  549. data/vendor/local/share/doc/groonga/ja/html/server/http.html +19 -21
  550. data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
  551. data/vendor/local/share/doc/groonga/ja/html/server.html +21 -19
  552. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +126 -124
  553. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +19 -17
  554. data/vendor/local/share/doc/groonga/ja/html/spec.html +19 -17
  555. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
  556. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  557. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -17
  558. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +19 -17
  559. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +32 -30
  560. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +19 -17
  561. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +19 -17
  562. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +19 -17
  563. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +25 -23
  564. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +49 -47
  565. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +19 -17
  566. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
  567. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +22 -20
  568. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +33 -31
  569. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
  570. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  571. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  572. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  573. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  574. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  575. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  576. data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
  577. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js +9404 -0
  578. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js +11802 -0
  579. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  580. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  581. data/vendor/local/share/groonga/html/admin/index.html +2 -2
  582. data/vendor/local/share/groonga/html/admin/index.ja.html +2 -2
  583. data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js +9404 -0
  584. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js +11802 -0
  585. data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js +2599 -0
  586. data/vendor/local/share/license/lz4/LICENSE +24 -0
  587. data/vendor/local/share/license/zlib/README +115 -0
  588. data/vendor/local/share/man/ja/man1/groonga.1 +183 -215
  589. data/vendor/local/share/man/man1/groonga.1 +188 -227
  590. data/vendor/local/share/man/man1/lz4.1 +88 -0
  591. data/vendor/local/share/man/man1/lz4c.1 +33 -0
  592. data/vendor/local/share/man/man1/lz4cat.1 +32 -0
  593. metadata +117 -50
  594. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.min.js +0 -4
  595. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js +0 -356
  596. data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +0 -4
  597. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +0 -356
  598. data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +0 -6
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{clumns:124,"\u30fbor":65,"\u51fa\u6765":[38,68,78],"\u300calice":165,localstatedir:[138,169],"\u3082\u3089\u3063":3,four:[132,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,85],"\u811a\u6ce8":[66,3,39,63,29,157],"\u3082\u3089\u3048":111,"\u65e5\u672c\u4eba":159,"\u79d2\u60c5":23,"_column":[],"\u7b2c\u4e8c":[],"\u6b63\u5e38":[151,134],"\u5c02\u7528":[],"\u30d5\u30c3\u30af":70,internally:[93,14],"\u5b9a\u5024":6,"/projects":134,"&q":118,"&s":118,"\u7b2c\u4e00":[],"\u3044\u304f\u3064\u304b":[148,95,78,134,120,112,22,168,40,102,61,53,169,144,160,171],"\u89e3\u9664":[1,69,85,94],second:132,"\u4f5c\u3089\u308c":[67,151],"\u4e8b\u524d":[60,134,62,152,131,170],"\u30de\u30af\u30ed":[23,69,112],"\u30b7\u30f3\u30dc\u30eb":64,"\u5f15\u3044":133,increasing:124,formats:132,here:[34,118,159,167,42,132,8,110,124,73,56],onga:27,"&!":133,china:117,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":143,"&&":[62,164,95,128,133],"\u4e0e\u3048":[51,61,3,62,109,85,112,6,90,137],"\u4e2d\u8eab":[67,3,155,151],"_output":[],"\u307b\u3057\u304f":95,"\u7ffb\u8a33":[],"\u300c\"":85,"\u300c#":138,"\u300c,":141,"9e":170,"9f":4,unix:[122,169],txt:[75,106],"\u5ea6\u6d6e":39,"\u5bfe\u7167":102,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[67,69,160],"\u89e3\u6c7a\u7b56":111,"\u975e\u63a8":[66,112,6,67,23,57],music:[38,132],tokenize:[],"_flags":[],"[pkg":[6,23],until:[34,124,17],"\u30d6\u30ed\u30b0":[],swap:124,"\u6709\u529b":136,"\u7f6e\u304f\u4f8b":169,"[os":67,"\u4e0b\u304c\u308a":62,"\u5f15\u6570":[],"\u300cv":134,"(pos":[29,157],"_command":[],"\u6709\u52b9":[78,83,85,90,23,169,95,134,11,12,51,100,57,108,151,112,67,69,99,163,116,72,119,27,8],locked:34,"\u4e8c\u91cd":[67,112,163],"\u30e1\u30fc\u30eb":[0,106],"/functions":160,example:[38,95,3,117,11,118,65,8,124,73,159,90],"/blog":134,"\u6a2a\u5c71":[67,112],want:118,"*cache":15,"<groonga":151,travel:165,feature:[67,159,8,106],how:[],types:[136,16,120,159,42],"\u63fa\u308c":79,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":112,"_resource":[2,69],"\u5b09\u3057\u304f":111,"\u901a\u5e38":[122,95,78,3,163,11,39,14,6,53,8,67,170,158,83],"\u5148\u982d":[81,95,69,3,8],"\u500b\u5b9a":121,wing:[6,112],"\u3042\u305f\u308a":[23,138],vars:[34,46],"\uff11\u5bfe":121,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":134,"\u3078\u306e":[11,169,14],">\n<":4,"\u8fd4\u3063":[163,133],"_{":112,"-code":[67,134],"\u8fd4\u3057":[34,78,3,79,81,83,40,41,42,61,131,96,47,95,66,133,98,136,100,103,14,15,102,52,16,17,164,55,145,105,59,60,43,107,108,109,150,112,157,64,137,65,153,104,84,67,114,69,159,71,72,152,165,27,29,162],fix:[52,36,83],"\u8fd4\u3055":[51,95,10,136,109,6,113,69],"_s":67,"_desc":100,"_o":[2,155],"_n":[15,118,112],"_i":[2,155],fin:46,"_a":[2,155],"\uff08tokenmecab":62,"\u3046\u3063\u304b\u308a":112,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[118,56],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":66,"\u516c\u8f14":112,"\u3082\u3063\u3068\u3082":160,"\u30af\u30a8\u30ea\u30da\u30a2":152,"\u8a8d\u8a3c":[],"_select":[],"(point":[29,66,157],"_deadlock":[2,155,69],timeout:[69,17],debug:[5,132,7,8],"_$":[136,57],"_\"":23,"@do":67,"*keywords":73,rd:[62,129],re:124,rf:[116,8],"post\u30e1\u30bd\u30c3\u30c9":112,moritapo:38,rc:[78,132,2],rm:8,ro:78,gregex:112,rk:[],"\uff01\uff09":[16,159],"\uff01\uff08":106,"\u3042\u305f\u3044":104,"\u5909\u5316":119,"\u5168\u90e8":155,".msgpack":4,"/limits":124,ringtail:[67,112],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[83,74],"\u307e\u308d\u3086\u304d":128,"\u771f\u507d":[11,133,39,112,163],libedit:[148,1,138,6,23,169],"\u5f31\u70b9":119,"\u8fd4\u308a":[65,95,117],"\u8fd4\u308b":138,"\u7d99\u627f":112,"\"localhost":90,"_locks":[2,155],"\u25a1\u25a1":111,"\u300cnew":165,"\uff08age":57,":bob":165,"2\u5104":[],mingw:[23,134],"nginx\u3089\u3057\u3044":67,"\u6607\u964d":[137,95],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[85,78,3,112,120],service:[124,126,16],"\u4f7f\u308f":[2,79,82,78,8,23,95,134,15,142,57,38,112,155,84,67,158,159,70,163,117,170,73],needed:[110,8,14],"\u533a\u5207\u308a":[161,51,95,78,3,4,117,11,119,39,85,42,6,141,136,133,163],"\u533a\u5207\u308b":[138,158],master:8,"\u610f\u8b58":57,"\u8a8d\u8b58":111,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[102,95],"\u306e\u3059\u3079\u3066":47,"(comments":164,"-common":[6,12],project:[67,133],"_update":[163,95,2,100,108],"\u9006\u9806":3,boston:165,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[163,85,112,6,67,23,169,70],"\u304b\u3069\u3046":[2,164,62,102,84,169],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[118,151,85],"\u300csubmit":134,"/max":67,object:[34,69,133,81,39,14,6,100,155,49,46,105],"\u7d22\u7528":[],"\"black":170,microsecond:132,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":113,letter:170,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":47,"\u533a\u5207\u3063":[40,95,78,120,155],"\u4f7f\u3063":[0,126,78,3,79,39,129,41,6,2,89,8,169,47,128,148,95,133,134,74,11,99,12,14,102,16,142,57,146,38,60,61,107,62,111,112,64,113,65,155,67,104,158,70,116,170,163,117,152,106,165,120,27,122,135,123,76,77,90],released:[36,134],camp:165,"\u4f7f\u3048":[95,78,163,117,171,84,112,64,8,133,142,23,57,144,70],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":169,"\u66f8\u304d\u8fbc\u307e":21,unmanaged:113,"\u304by":112,"\u30d0\u30a4\u30ca\u30ea\u30fc":122,layout:134,grnslap:[],cpu:[118,119,151,8,169,47],"2byte":155,"-enable":[76,138,110],createrepo:134,"\u79d8\u5bc6":134,"\u30a2\u30d4\u30fc\u30eb":134,"_age":84,"\u91cd\u307f":[],net:117,"\u30c8\u30d4\u30c3\u30af":134,"\u91cd\u3044":[119,95],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":72,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":67,"\u91cd\u304f":62,patch:[67,36],release:[],unpatched:36,"\u69cb\u9020":[38,61,119,14,122,100,82],"\u5e83\u304f":134,"[linux":6,clarified:67,"\u8ca0\u62c5":111,result:[61,4,27,159,100,66,155,67,68,56],"<port":[151,85],"_basic":[8,47],"\u5206\u304b\u3061":119,wikipedia:39,score:[38,95,61,3,108,74,62,136,159,65,42,66,52,16,112,165,133,68,114,102,118],"-stem":[],"\u611f\u3058":111,shidara:23,"\u539f\u99c5":65,country:[153,90,117],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":170,"\u66f8\u304d\u8fbc\u3080":151,"\u540c\u69d8":[80,95,61,134,11,151,65,90,137],pre:36,"\u5931\u6557":[34,15,3,163,134,138,64,112,6,52,153,17,9,23,67,114,57],"/bundled":67,"\u95a2\u6570":[],diff:151,"\u5404\u7a2e":134,"\u6d88\u53bb":112,"\uff08node":70,"\u5360\u6709":69,"\u3044\u3046":95,correction:16,"\u30ab\u30f3\u30de":[95,3,133,117,51,141],worker:[],dave:84,"\u305f\u307e\u307e":47,"=query":118,"-message":[],"/function":[67,134],"_sel":36,"\u3069\u3093":92,"#set":151,"\u3069\u308c":[122,83,95,47,57],"_set":[15,35,81,109,14,6,137,103,17,55,67,69,99,46],"\u30d0\u30c3\u30d5\u30a1":[35,108,81,112,6,113,100,68,69,73],"\u65ad\u7247":27,"\u4ee3\u8868":119,"\u79d2\u6570":[122,95,133,11,165,39,71],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":112,reports:[34,67],"_false":69,"\u540c\u68b1":[6,138,106],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[62,165],"_rectangle":[],"\u3069\u3053":[23,169,67],format:[34,36,4,118,132,93,106],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[95,78,163,62,82,138,85,112,6,100,153,120,141,67,137,23,158],"\u5fdc\u7528":119,"\u3069\u3046":[1,88,72,117,5,111,63,95,6,62,7,139,8,21,94],"\u30e2\u30fc\u30c9":[78,3,61,90,67,30],"\"blt":141,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[78,62,129,16,137,57],"_skip":112,"_element":35,gzip:[],"_result":[100,2],sleepy:101,normalzer:43,"\u4e00\u6c17":134,"\u5317\u4eac":66,"\u300ccharlie":165,has:[34,36,134,167,100,97,132,124],hat:[],"*vars":[34,46],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":112,"\"content":[133,147,95,163],"\u9001\u308b":[0,155,47,106],"\u9001\u308a":[155,134],"\u30d0\u30a4\u30ca\u30ea":[89,134],"_broken":2,"\u8d8a\u3048":62,unique:118,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":80,">command":4,"_error":[34,2,155],"_ascending":137,alice:[95,163,165,102,52,8,84,114,47],"-unauthenticated":[6,135],"\u30d4\u30ea\u30aa\u30c9":[64,68],"\u30cf\u30a4\u30d5\u30f3":[3,57],sebastian:67,right:97,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[85,78,3,120],truncated:112,"|suggest":136,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":95,groogna:[99,47],"\u9001\u3063":[75,0,76,106],"for":[34,36,39,22,42,6,8,132,93,66,133,17,56,97,67,69,159,118,165,27,167,124,73],bottom:[23,97,29],quetzal:6,".asc":134,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":112,ichii:23,yoku:[67,112],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":69,"\u5206\u985e":[11,117],standalone:56,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u306a\u3055\u3093":76,"\u65e2\u5b9a\u5024":126,"\u305b\u3044":112,"_size":[34,61,108,18,14,100,54,137,69,73,46],".am\u30d5\u30a1\u30a4\u30eb":134,"\u89e3\u91c8":[138,61,163,141],waits:[34,17],"_range":[2,69],support:[67,36],"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":84,joseph:128,"\u305b\u306a":[163,133],"\u5c71\u672c":67,"\u3086\u304d\u3072\u308d":128,thesaurus:95,"/tsv":[158,9],"\u5fa9\u65e7":99,"\u8981\u7d20":[51,2,3,74,83,151,27,112,6,100,61,122],"\u30d0\u30f3\u30c9\u30eb":[67,112],"\u3002sortby":95,"\u306e\u304b":[165,129],"\u9006\u5f15":38,"_sequence":[2,155],"\u306e\u3044":[10,5,119,39,85,51,66,100,7,155,61],"_records":[6,112],"''":163,"'\"":[6,112],"'.":[69,106],"'-":[85,112],"',":[67,69,167,42],sizeof:73,"')":[161,95,163,85,51,67],"'(":[85,163],"\u306e\u306b":[],"\u306e\u3061":95,relax:124,"\u306e\u3067":[126,3,129,6,89,8,67,131,47,95,66,134,11,102,106,60,62,149,111,112,164,84,23,68,158,119,27,122,168,165,30,57],"*nvars":46,"\u3001_":3,"\u306e\u307f":[],"'t":[42,17,124,14,93,73,159,8],"'s":[101,95,163,51,164,132,122,133,106],moero:38,"\u3089\u308c\u308b":[61,108,119,129,112,6,137],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":151,"'a":164,"\u305b\u308b":[126,61,119,145,41,102,30,160,57],"'n":85,"'m":[101,165,147,68],"-latest":[],"-tar":20,"\u305b\u308c":119,"\u6bb5\u843d":[64,83,108],"_count":[],"'\\":163,"\u5165\u529b\u30df\u30b9":16,time:[165,118,62,136,132,151,112,42,6,11,16,124,23,162,159],push:[134,106],"\u304a\u3053\u306a\u3063":3,":/":[3,4,85,89,8,91,169,47,148,96,134,74,11,12,15,141,106,38,20,65,90,67,70,161,116,117,118,135,30,77],"\u53cd\u6620":[119,61,134,124],"\u7b26\u53f7":[],":$":[133,163,128],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":134,"-prefix":[],":#":67,"\u5c0f\u897f":112,":=":[95,163],":>":[95,163],"\u3002rroonga":142,"::":[2,4],"-search":67,millisecond:17,"\u3042\u307e\u308a":[68,111,100],"\u7aef\u672b":119,"_builtin":[23,69,72,54],"\u6700\u7d42":[95,72,74],dragonfly:138,"\u500b\u5225":134,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,138,85],":c":[73,72,108,14],lru:104,"\u7d20\u6734":117,exact:61,"\u3002travis":70,minute:132,".body":[31,79,94],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":106,"\u6e08\u307f":[51,116,78,108,134,148,111,39,12,64,112,6,135,16,152,23,158,159,126],"-base":[118,56],":@":[38,95,3,163,11,165,102,90],":\\":89,":^":[163,128],":[":151,":public":134,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":121,"\u305f\u3055\u3093":[23,1,112],"\u7d50\u3073\u3064\u304f":121,sign:134,"\u5316\u4f5c":134,makecache:[6,116],"\u4e8c\u9805":133,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":67,".ncpu":77,"\u7d4c\u904e":[122,10,133,11,165,39,71,17,23,69],"\u30bf\u30d6":[158,4,155],takashi:[23,153],"\u540d\u7b49":69,"-ipadic":148,current:14,"'='":85,"\u76ee\u5b89":134,"\u63a8\u9032":112,"\u30bf\u30b0":[],"gmo\u30e1\u30c7\u30a3\u30a2":67,"\u6d41\u3057":134,address:[6,23,155,118],"\u30a2\u30ab\u30a6\u30f3\u30c8":[67,134,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":[],queue:121,"\u8b66\u544a":[95,10,138,112,6,67,99],"\u3002offset":81,"\u5ea6\u6570":[11,23,65,133],ipa:148,pentium:151,prefer:118,"\u6587\u5b57\u5217":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,bookmarks:74,"\u4e88\u3081":[39,85],"{\"_":[38,95,133,11,65,84,163],"|table":57,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,62,95,10,100],"``":[1,108,138,14,15,73],"\u5168\u4e16\u754c":112,"\u3060\u3068":111,visual:[6,23,89,112,67],"\u30ec\u30d3\u30e5\u30fc":134,"_gt":137,"\u3002obj":69,"-aki":67,"_alloc":[34,73],values:[51,93,69],"\u3060\u3057":[23,151],"\u5024\u8a18":133,following:[34,108,118,167,132,110,124,56],locks:[34,27],logrotate:6,allowed:56,"\u5897\u3084\u3059":[95,160,74],"\u6a19\u6e96":[1,88,3,5,85,7,8,92,94,10,51,139,141,21,143,63,64,113,67,99,161,71,30,31,125,90],chroot:134,"\u30d2\u30e5\u30d9\u30cb":[66,157],parameter:[118,124,100,97,46],applications:27,date:151,such:[118,159,27,167,42,6,56,106],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":138,ss:[132,133],"/javascript":23,st:[78,133],sh:[134,70],so:[124,100,69,159,110],sa:[136,16],se:[78,159],"\u540c\u3058\u6570":[85,8,47],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":67,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":141,"\u30a2\u30c9\u30ec\u30b9":[23,100,85,90,151],"*query":[49,73],jis:137,"\u540c\u671f":[151,134],instantly:27,"\u4f7f\u308f\u305a":102,records:[132,67,97,42],"\u8d85\u3048\u308b":[6,11,149,137,82],matched:[118,97],"_memo":102,"\u7570\u5e38":[113,151],"_dat":[],"_dataset":[130,56,167,42],"\u3084\u308b":[],suffixsearchterms:[163,133],"\u4e26\u3073":[129,133],"\u4e26\u3079":[],"-terminated":[34,46],gtar:20,"\uff1f\u300d":117,indexblog:68,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":95,container:73,"_msgpack":93,".status":151,"\"search":[159,16,163,42],"\"type":136,formula:134,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":82,mime:47,"byte":[108,151,27,6,100,155,69],"\u7d20\u65b9":119,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[64,85,53],one:[34,124,27,56],"\u56fd\u969b":106,"*expr":73,city:[165,66],"\u5bfe\u7b56":[],"\"sphr":157,"=encoding":[],"\u884c\u756a":[122,23],"\u8fd4\u4fe1\u5143":165,"\u8fd4\u4fe1\u5148":165,"\u306b\u5bfe\u8c61":23,"\u51fa\u3057":165,"\u540c\u6642":[95,10,119,121,151,65,14,100,137],fumiyasu:23,"\u4e16\u754c":[66,11,39,29,65,157],argument:133,"-scorer":144,say:133,"/span":[145,27,41],"/ubuntu":[6,126],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":112,"\u30ea\u30b9\u30c8":[51,147,158,3,163,134,38,32,85,95,170,6,91,80,92,133,73,106],uuuuuu:133,"\u5ea6\u5408\u3044":62,note:[34,118,124],"\u30cb\u30db\u30f3\u30b8\u30f3":159,"[[\"":113,"\u5fdc\u7b54":[119,112],buffer:[113,69],keeps:74,debhelper:23,"\u30b9\u30da\u30fc\u30b9":[23,95,112],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[81,137,69],"\u9589\u3058":[23,82],"\u4ef6\u6570":[95,3,62,129,51,100,53,69],"\u5217\u6307\u5411":[119,85],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:170,"\u5927\u4e8b":[158,163],"-directory":6,"\u3068\u3057\u307e\u305b":17,"_defrag":69,"\uff08tokenbigram":62,resource:155,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[165,141],"\u8868\u3057":[80,10,3,39,122,2,53,61],"\u7a7a\u767d":[78,3,163,62,119,85,42,51,120],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[95,133,101,164,124,68,163],"\u306b\u3068\u3063\u3066":[78,111],sites:141,"*column":108,"\u5927\u4e08":0,jobs:151,"\u4e0a\u554f":126,"\u5e73\u5747":67,"@tomotaka":23,many:[124,167,74],"\u8fd4\u3059":[1,88,5,85,6,7,47,94,133,136,14,139,21,108,151,63,112,71,65,155,84,23,162,138,31,73],"\u30b3\u30ed\u30f3":64,"_otoj":160,expression:[118,124,60,73,95],")offset":[137,100],"-mecab":[148,116,12,112,6,135,67,77],"_t":2,"\u5404\u7d22":3,"(xxx":112,"\u3002http":112,"\u542b\u3080\u5024":[85,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":67,"\u5468\u4e0a":157,"_synonyms":158,"*added":100,"\u898b\u4ed8":112,"'ja":106,enable:[],readings:159,"\u6607\u9806":[95,3,117,65,100,137,69],"\u5b9f\u884c":[],"\u8fbc\u307f":[21,158],"-bye":[40,133,147,95,163],"\u304a\u3051\u308b":[58,38,3,163,11,119,39,112,6],executes:118,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":127,"\u7406\u89e3":[95,3],"?table":[8,47,90],ctrl:90,"\u4e0d\u5909":53,ivh:[148,116],"@lists":[134,22],".md":134,pthread:[23,112],"\u3002squeeze":160,ascii:[163,133],"\u304b\u307e\u3044":3,binary:[67,39,4,119],hostname:[30,85,8],"/pipermail":67,"_filter":[],"<path":[85,56],"_setoperation":100,"\u3002\u3057\u304b\u3057":[95,66,74,119,39,101,52,16,123,23,170,47],"_at":[62,99,138,14,6,100,69,73],"error\u30bf\u30b0":6,"\u8ab2\u984c":[],"\u90fd\u6c11":[62,129],"\u5b9f\u88c5":[60,66,95,6,8,30,131,23,67,171,47,106],"_date":134,takahiro:138,customized:132,".key":100,wiedenroth:67,"\u6b53\u8fce":76,"_normalize":[101,95,36,3,79,62,165,163,27,170,6,102,100,124,68,133,57],"\u53d6\u308a\u51fa\u3055":11,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":67,"\u53d6\u308a\u51fa\u3059":[11,137,61,107,138],"_retry":2,"\u56db\u89d2":[],"(x":67,"\u6771\u4eac\u90fd":[62,129],"[token":112,"\"utf":109,"(r":151,rest:34,gdb:160,"(a":70,"_pack":[],"\u3046\u3061\u3044":85,"([":59,"(_":[136,159,16,133,42],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:61,dcmake:89,"\u6c4e\u7528":[151,85,8],"\u639b\u3051":133,"(>":61,"(<":61,"(=":[2,133,61],res2:100,"\u91cd\u307f\u3064\u304d":67,"((":[95,74],"()":[],"(.":[68,134],"(-":133,"(\"":[66,3,109,85,27,41,112,6,102,145],"(!":61,"(&":73,"('":[64,95,3,163,85,51,53],intel:151,"_but":61,"\u95a2\u308f\u3089":151,"\u4ed5\u7d44":[47,106],conditional:136,yyyy:[132,133],";b":[145,41],".load":151,ddl:62,"(nginx":126,"/httpd":[126,8],"\u8a18\u4e8b":[101,68,134],"\u5168\u6587\u691c\u7d22":[],"_printf":67,";/":[145,41],"package":[],"\u5ec3\u6b62":10,favorite:106,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,47],"\u304b\u3048\u308b":164,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[170,120],"'or":6,"\u7b97\u51fa":[6,95],"\u306b\u3042\u308a":[120,57],"\u6df7\u305c\u308b":74,"\u7403\u9762":[66,157],"_prefix":[],"\u8868\u8a08":158,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:106,recommends:[67,124],"\u30aa\u30fc\u30d7\u30f3":[6,15,112,23],complete:[118,136,99,159,152],"/pull":134,clones:110,"_empty":[2,155],"with":[],"_load":[],"_types":[120,47],pull:[],october:67,"\u697d\u3057\u3044":[62,129],reqular:118,"\u304a\u77e5\u3089":[],gone:38,ac:170,uid:134,"| y":112,"\u30ec\u30b9\u30c8\u30e9\u30f3":119,am:[27,41],an:[34,97,100,8,124,67,73],"| n":133,as:[34,78,118,159,27,167,124,6,8,110,67,56,106],ar:[62,78,129],at:[36,165,110,97,124,132],"| c":133,"| _":65,"\u3002messagepack":[122,169],shimomura:6,"_bool":[138,69],"\u4e00\u65b9":[3,163,102,11,119,27,41,62,164,68,133],"\u30c7\u30d0\u30c3\u30b0":[113,78,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,151,89],"\u9806\u4f4d":81,queryexpandertsv:[],"_such":[2,155],original:[93,128,141],"\u5897\u5206":95,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[88,63],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[58,95,62,82,151,113,149],"\u6e80\u3055":112,"-talk":[112,22,134],"\u548c\u5e83":112,"\u901a\u4fe1":[],to:[],tail:[155,134],te:78,homepage:151,tc:[137,107],returned:[34,97],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[95,78,40],"/rurema":67,"\u3002column":[61,3,108],condition:133,"(popular":95,large:124,adjust:95,"\u5909\u308f\u308b":[62,145,27,41],"\u5909\u308f\u308a":[113,65,129,104],"\u4f55\u3089\u304b":39,"\u300c\u6771\u4eac\u90fd":62,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[67,78,120,112],"&gt":[145,27,41],"\u5927\u5225":11,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":138,"\u5897\u52a0":[95,112],"\u3067\u306b":[62,101,9],section:[34,67,108,18],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":119,"\u6700\u65b0":[23,134,22,104],"\u3002timeout":69,"_modified":165,method:8,contrast:8,full:[78,27,134],hash:[82,165],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[40,78],provides:67,"\u30ce\u30a4\u30ba":[62,16],sender:[118,56],"\u975e\u516c\u958b":134,"_compare":69,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":95,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":47,via:42,followee:165,tokenizer:[],"\u30ce\u30fc\u30c9":[6,137],"\u7121\u540d":[100,69],"(init":14,follower:165,"\u3067\u3059":[2,3,4,6,78,8,9,10,75,12,14,15,16,17,18,20,164,23,26,27,30,32,80,11,39,40,41,42,43,46,47,148,169,51,52,53,150,56,57,58,60,61,62,64,65,66,67,68,69,70,73,135,76,104,0,79,82,83,85,87,89,90,92,93,95,96,74,101,102,100,105,106,108,145,111,112,113,114,116,117,118,119,120,122,124,126,127,129,131,133,134,136,141,142,147,149,151,152,153,155,84,157,158,159,160,161,163,165,170,171],select:[],"[grntest":23,mecab:[148,1,36,134,119,12,112,6,135,138,23,169,116,77],"\u7406\u95a2":46,"\u4e0a\u8a18url":134,more:[34,124,155,27,56],"\u30c6\u30ad\u30b9\u30c8":[40,78,134,74,151,145,138,120,27,41,112,6,96,170,106,73,57],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[127,74],"\u518d\u5229":[82,95,53,67],"_argument":[137,100,2,155,69],"_messages":[134,106],endpoint:[118,56],"_adjust":[95,49,61],learn:[118,56],"\u6bd4\u8f03":[],scan:160,"_descending":137,accept:138,states:153,gronoga:8,information:132,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":64,"\u300ccommand":30,"=dat":99,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],intended:67,"\u5019\u88dc":[136,16,159,152],"\u306b\u3059\u3050":101,"\u30fb\u81ea\u5df1\u7d39":165,"\u559c\u3073":[75,106],github:[0,64,134,106,112,6,67,91,23,169,70],tokenbigram:[78,3,79,82,129,85,40,41,92,95,133,101,102,16,150,57,147,62,145,164,68,163,165,27,124,32],register:[],replied:165,"\u666e\u53ca":119,sysctl:[149,124],"\u52d5\u753b":38,"\u8f09\u305b\u308b":134,".co":[95,36],installer:134,its:[34,132,73,159],saucy:[67,12,112],".rpm":[148,116],confiugration:124,"\u63a5\u7d9a":[],"[tokenizer":[6,112],"_weight":[64,67,83,108,74],salamander:[67,12,112],"_ci":170,"\u6271\u3044":[11,10,129,159,171],"\u6271\u3046":[2,133,62,149,112,22,119,99],"\u6271\u3048":[87,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:124,messagepack:[],"\u6271\u3063":[165,1,112],"\u30ad\u30e3\u30b9\u30c8":[163,165,138,112,6,99],"[doc":[6,23,99,112,67],found:[100,97],".offset":100,"\u534a\u89d2":[137,170,3],"\u540c\u7fa9":158,"\u9ad8\u901f":[38,1,61,3,163,80,82,127,85,112,66,133,119,23,157,171,47,57],operation:[67,97,155],"\u6271\u308f":[80,95,78,163,11,151,112,14,6,62,67,170],really:[95,163,133],"\u524d\u8005":[65,170,158],"_entries":[15,104],"/raw":70,"\u30de\u30eb\u30c1\u30b3\u30a2":119,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[65,3,117],ftb:36,occurs:67,"/etc":[126,134,149,6,135,8,124,158],"\u6975\u4ed8":[66,157],"_hit":[90,71,3,4,8],"\u3053\u3053\u3067":134,"\u30a6\u30a7\u30a4\u30c8":64,pairs:159,"_user":[],"\u3002\u3069\u308c":118,"-keyring":[6,135],number:[],"_pipe":[2,155],"\u3059\u3079\u304d":61,"\u7d42\u308f\u308b":[101,163,133],"\u30b3\u30d4\u30fc":[108,134,81,100,6,52,141,69],"|enable":78,"\u533a\u5207\u3089":23,introduction:[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u3057\u304b\u3082":171,">\u3001":139,"_stack":2,"\u642d\u8f09":119,dpkg:134,"\u5b66\u7fd2":[],"\u56de\u547c":138,video:38,listen:[6,85,8,47],"\u60f3\u5b9a":[71,38,141,113],"\u5b9f\u969b":[58,38,95,62,112,68],toybox:11,"\u52d5\u74b0":161,"*data":81,"\u66f8\u304d\u63db\u3048":[134,70],gted:106,qps:[161,151],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[138,85],self:151,"_lock":[34,23,69,17],also:[95,133,118,27,159,163],internal:67,"\"theatre":79,"\u8a18\u53f7":[62,85,129,3,138],play:79,"\uff08todo":133,brooklyn:165,"\u306e\u3069\u3061\u3089":[95,133],"\u3060\u3055\u3044":[0,126,3,6,8,91,169,47,95,133,134,74,12,106,20,155,67,158,160,70,170,163,117,119,122,123,76,57,90],tokens:78,exe:[89,134],"_uint":54,cover:27,umemoto:23,arted:133,ext:78,"\u6d3b\u304b\u3059":95,"_vsize":73,"<limit":85,"_processes":[],microsoft:89,"\u3057\u304b\u3057":[95,133,62,129,68,158,47,106],"/command":[8,90],xcode:77,session:118,"-memory":138,"\u6570\u3048":117,"\u77e9\u5f62":[29,65,119],"\u5143\u6c17":112,columnn:6,"\u9577\u578b":[137,83],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,81,120,129,40,41,6,78,8,47,95,133,53,106,147,61,151,112,65,155,67,163,119,138,26,27,57],factor:[67,95],"\u5225\u9014":[39,69],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[51,95,127,138,167,6,124],"]]]":[62,136,139,133],"\u5fc5\u305a":[95,10,127,100,155,57],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":47,"\u3082\u3057\u3054":6,"_point":[38,157,97],"\u30ed\u30b0\u30ec\u30d9\u30eb":[85,8],"-github":134,bytes:[34,58,46],"\u6c7a\u3081":57,"\u7528\u610f":[95,66,134,69,151,42,152,16,61,169,159],"\u3082\u3057\u304f":[148,163,134,11,149,39,27,41,112,6,100,90,84,137,133,68,145,8],set:[124,69,151,159],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[64,1,138,112,6,67,23,169,160],see:[34,67,124,110],sed:[6,23],sec:17,"\u547c\u3073\u5143":14,sea:[78,159],sen:36,"\u8a00\u8a9e":[],juman:148,currently:[93,8,72],mutex:[34,112],"\u65e5\u4ed8":[119,66,134],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":158,available:[34,36],"<span":[145,27,41],"\u304c\u3064\u3044":[6,82,95,138,74],javascript:[],"\uff09\uff08":57,"\u3082\u304d\u3061\u3093":8,"interface":118,"\u500b\u4eba":169,"\u6790\u5668":119,"_already":[2,155],"\u77e5\u308c":[131,120,60,111,68],last:[6,165],"\u4e00\u8cab\u6027":111,"\u77e5\u308b":117,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[119,151,142],"\u578b\u5909":23,connection:155,rose:11,"<#{":132,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":112,load:[],");":[15,61,73,108],"):":[126,134],"@ceekz":112,"-adjuster":[95,74],"\u3002\u3056\u3063\u304f\u308a":74,"))":[95,158,133],"\u30ca\u30ce":[122,138],")-":134,"),":[64,112],").":[118,27,134],"_exec":[2,73,14],")\"":[96,163,27,112,79],".htpasswd":[8,47],")'":[38,163,136,145,27,41,42,164,65,16,165,159,133],"[rpm":[6,23,99,112,67],tablename:10,"\u7c21\u6613":[126,66],"\\%":89,"\u30d1\u30e9\u30e1\u30bf":[34,35,69,107,72,81,54,109,100,14,15,137,103,97,17,55,49,73,46,105,108],shinya:6,func:[34,46,14],"\u30ad\u30fc":[58,95,170,3,108,74,82,39,163,85,112,138,6,100,153,53,67,133,99,46,57],"\u3067\u307e\u3068\u3081":158,handling:124,")]":112,"-api":75,"\u3067\u306a\u3051\u308c":133,"\u5236\u9650":[],"\\(":163,"-apt":12,error:[34,97,5,112,122,7,8,132,67],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,112],"_nromalize":170,"\u632f\u821e\u3044":[6,67,84,112,102],"\u63a1\u7528":[62,119,90],"<=":[133,165,8,112],binding:[145,36,41],"\u5316\u524d":53,"</":[145,96,4,41,27],"<-":47,"\u4e38\u62ec":3,"\u4e00\u7fa4":61,"_ptr":[34,73],"\u8a00\u3048":[62,163],"\u56de\u52d5":151,alert:[5,67,7,8,132],levels:8,ifexists:51,stack:[112,155],"\u7121\u99c4":119,"\u8981\u6c42":[111,3,112,164],"-path":[],"_file":[2,122,8,158,47,155],"/senna":141,mysql:[148,95,36,134,74,119,145,12,120,27,41,135,158,116],"\u5316\u51e6":[23,53],"\u30bd\u30fc\u30c8":[],"_files":[2,155],location:[],input:[51,122,93,155,159],emergency:[132,8],"\u3002db":[23,61,3,90,14],"\u30cf\u30c3\u30b7\u30e5":[6,71,134,113],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":134,"\u540c\u7b49":[129,151],"continue":67,"\u308f\u3051":[95,78,133,11,40,159],"\u4ed5\u65b9":[],specfied:97,"_flow":[2,155],"\u6ce8\u8a18":112,"\u30af\u30ed\u30fc\u30f3":169,"\u65e2\u77e5":169,varying:34,"-mruby":67,"\u4f9d\u5b58":[],"\u4e0a\u4f4d":[62,100],wget:[148,116,20,12,135,169],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[67,126],"\"yu":141,"\u3068\u308f\u304b\u308b":134,garbage:[113,112],into:[118,42],"\u3088\u308a":[39,129,6,169,95,66,133,74,11,101,137,57,61,62,151,112,23,68,157,158,159,163,117,165,138,123],"|key":[95,3,79,62,165,163,27,101,102,128,124,68,133,57],"\u30d5\u30a9\u30ed\u30ef\u30fc":134,pcre:6,span:[145,96,27,41],submit:[118,136,16,159,42],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":119,"\u6574\u3063":160,opens:[124,97],"\"keyword":95,link:[11,67,90,117],line:[122,70,8,14],"\uff08ci":70,posted:165,"\u8868\u3059":[59,78,38,11,64,66,61,80],".php":134,up:4,".am":110,ul:78,"\u5206\u89e3":61,"\u3054\u307f":[111,112],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],"char":[34,72,54,109,14,100,67,69,73,46,108],"\u3054\u3068":[],"\u3075\u308a":136,"\u633f\u5165":[3,134,81,85,27,6],defines:167,codes:134,taro:38,">uptime":4,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":134,"=null":[95,78,104,57],invalid:[34,118,95,155],"\u8868\u308f":69,"\u898b\u4ed8\u3051":112,"\u7acb\u3061":122,elements:74,".dump":23,"\u53f3\u8fba":[23,138],lucid:[138,112,134],"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,66,3,74,62,95,6,126,57],"\u3088\u304f":[95,84,74],"\u3088\u3046":[],"\u3088\u3044":[95,163,117,68,69,47,106],"\u3088\u3073":61,age:[83,95,84],"/wgs":65,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":112,oracle:[],"\u3088\u3063":65,"\u8a66\u884c":119,hello:[101,147,133,40],code:[122,132,73,4,106],partial:61,"\u3067\u307f":119,",\"title":3,results:[6,67,100,27,118],existing:[67,56,110],"/sysctl":[149,124,77],"\u843d\u3061":[138,112],"\u3067\u306f":[67,14],"\u3067\u306e":[122,27],"-lzo":[],"/json":[23,8,47],"\u3067\u3069":136,"\u3067\u3057":[20,11,133,67],"\u8a2d\u5b9a\u6e08\u307f":126,sigsegv:100,":..":95,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,138],"\u3067\u3044":[11,165,95,133],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[95,74,123,76,158,70],"\u3067\u304d":[],"{user":124,"\u7279\u306b":[61,134],"[snippet":[67,27],"\uff08groonga":119,"'now":165,"\u8ca2\u732e":112,"\u983b\u5ea6":136,"\u6368\u3066":23,".clean":134,"\u5f15\u304d\u7d9a\u304d":112,"try":[165,17],"this":[34,3,79,6,8,132,93,47,95,133,11,14,110,67,69,159,163,118,27,167,124,90],">rroonga":[145,41],"(wgs":65,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"_posting":[97,107],"\u4e00\u81f4\u3057":[95,129],"\u62bd\u8c61":15,licenses:67,".xml":4,index:[38,36,107,108,134,18,83,27,97,124,67,68,133,163],directive:8,"_operator":[100,49,73,108,97],"\u306e\u3067\u3057\u3087":95,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":89,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[72,133],"\u5fc3\u304c":160,nargs:73,"\u516c\u958b":[23,138,112,134,67],"?parameter":8,let:101,ubuntu:[],ctx:[34,72,121,14,15,100,69,73,46,108],"\u73fe\u308c":78,"\u3067\u3082":[0,2,3,82,129,41,6,89,8,169,148,95,134,12,102,106,62,151,112,64,164,65,155,23,68,159,160,116,119,27,135,123,57,90],".fedoraproject":116,buffered:18,"\u8d85\u904e":[149,112],firefox:106,"\u767a\u4fe1":134,"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[134,85,6,16,155,159],"\u3046\u3048":[6,23],"\u4ee5\u964d":[80,96,134,145,138,85,112,41,90,67,23,170,160,106],"\u3059\u304f":164,zip:[],illegal:155,"\"sea":159,"\u3044\u304f\u3064":76,next:[97,46],"\u3046\u3061":[80,10,108,6,113,100,61,84,137,23,69],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":68,"=complete":118,"\u30af\u30a9\u30fc\u30c8":[78,120,163],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,163,117,119,145,84,151,100,9,133],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[124,97],"-leaner":56,central:165,"_escape":[],reconstructed:67,"\u4f7f\u3044\u65b9":[],"\u6b8b\u308b":23,"\u6b8b\u308a":[95,10,158,57],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,66,61,46,112],"\u6e21\u3057":[51,61,3,90,163],"\u6e21\u3059":[99,3],"\u5171\u306b":[69,108],"\u6b8b\u3063":[138,112],"\\\"a":164,"\u3002\u3064\u307e\u308a":[95,163,3,17,79],"\u306f\u6708":133,process:[],lock:[69,17],"_estimate":[23,97],"\u7d30\u5206":11,"\u3059\u3050":[119,47],"\u6301\u3061":[95,78,127,83,85,61,8],"\u6301\u3063":[95,78,163,74,119,83,111,6,16,43,150,170,120,133],"\u6301\u3064":[38,95,43,3,133,117,80,11,119,83,85,51,66,100,16,53,164,150,23,170,121],"\u6301\u3066":[147,83],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":82,"\u3059\u3067":[101,52,78,129,134],"\u3059\u3079":[95,78,141,82,155,151,10,8,61,67,23,114,165,159,47,94],"\u6b8b\u3057":95,defalt:138,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":119,"_')":[64,53],"\u4e26\u3073\u9806":65,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[90,71,3,4,8],"\u4f53\u8fd1":157,"\u578b\u540d":83,element:[133,74],"\u9078\u629e":[95,66,134,119,67,73],allow:[6,135,95,163],":\\\"":51,tokentrigram:[150,78,32],"[httpd":[6,67,112],"\u8abf\u3079":[81,29,69,117,157],"\u30ab\u30d0\u30fc":160,lz4:67,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":74,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":161,yamaguchi:23,"\u3092\u3064\u3051":[95,163],"\u6539\u884c":[99,23,85],"_unavailable":[2,155],"\u6587\u66f8":[],"=platform":[],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,hobby:132,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":163,murakami:67,python:[134,110],billiard:[62,129],lzo:[108,6,155,67,23,169],"\u4e00\u6642\u7d50\u679c":6,"\u53f3\u4e0b":[29,1],"_implemented":[2,155],"/master":[106,70],"\u7121\u9650":[6,67,138],"_none":93,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":70,"-patch":106,"\u753b\u9762":[67,1,134],frequency:[67,136,16,159,42],"\u30b3\u30e1\u30f3\u30c8id":165,"-fd":[118,23],"\u3002\u7701\u7565\u53ef\u80fd":145,"\u4ed5\u69d8":[],"\"\uff08":159,"\"\uff09":[11,1,65,159],"_friends":38,length:34,"3ki":138,owned:73,"\u591a\u304f":[95,3,11,85,27,62,8,23,171,126,57],"\uff08\u300c":[62,170],owner:8,"\u5897\u5927":66,"\u5bb9\u91cf":[113,95],"\u30cb\u30db\u30f3\u30b4":159,behaves:118,system:[95,163,20,39,27,124,133],"-keys":134,"\u30b9\u30da\u30eb":158,"\"weight":11,"\u304b\u3061":[95,129],"\u304b\u3064":[137,95,129,112,133],"_logger":6,"\u304b\u3069":[95,163,62,149,84,29,65,8,136,67,157],"\u756a\u76ee":[95,78,3,163,11,83,120,112,100,137,133],"\u8ffd\u8de1":[],"-time":27,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":112,"\u304b\u3051":[112,94],"\u3002json":51,"_results":100,"\u304b\u305a":[6,67],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"false":[88,128,5,39,7,94,133,134,11,102,52,139,21,145,63,112,64,164,153,84,67,114,163,138],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":67,"*s":67,"_charlen":34,"\u304b\u3082":[60,43,111,120,122,150,52,131,68],documents:[102,27],"\u304b\u3089":[],"\u3044b":[62,129],tokendelimitnull:[150,32,130],"_const":[61,73],"\u3069\u3061\u3089":[0,126,3,120,14,152,127,68,47],"*init":46,"\u672a\u958b\u653e":138,"*/":73,"\u3089\u308c":[15,95,78,3,79,82,83,138,111,112,14,6,119,61,92,23,68,153,94],"**":[108,7,137,69,46,72],"\u3064\u3076\u3084\u304d":101,"*'":95,segment:113,"\u6e80\u305f":[164,65,61],"*\"":[67,68,95,130],latin1:6,"\u5168\u89d2":[137,23,170,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":85,"\u3067\u3059\u306d":111,"\u5408\u81f4":[65,3],"mo\u30d5\u30a1\u30a4\u30eb":106,"(arugment":133,"*res":[100,49,97],"\u30ea\u30af\u30a8\u30b9\u30c8":[88,5,7,8,92,47,94,95,139,141,21,143,63,112,71,113,155,67,161,64,26,30,31,125],brew:[77,110],".gz":[148,116,134,20,12,77,135,169,106],"=r":6,"_initialized":[2,155],"_literal":67,"=g":118,"'localhost":[161,85],"=c":89,"=i":134,"=\\":[145,96,27,41],should:[34,110],terminal:165,"\u8d70\u3063":52,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":106,handle:[67,124],means:[34,95,97,8,132,124,93,159],"==":133,"=$":[169,134,106],"='":96,"\"ellip":157,"=\"":[95,4,134,20,145,27,41],"=-":169,"=/":[158,169,85,160,134],db2:47,"=)":61,"=(":134,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],nise:67,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,157],"/doc":134,"\u3002debian":160,"\u306b\u3064\u3044\u3066":[78,3,5,6,2,9,10,11,12,16,17,20,21,23,26,29,7,31,88,39,42,43,47,148,51,52,150,57,45,59,60,61,63,64,65,66,67,69,70,71,74,135,76,155,0,83,85,87,92,169,94,95,98,77,102,107,112,113,114,116,117,119,120,124,125,129,131,134,136,137,139,141,143,144,146,40,149,153,104,157,158,159,163,164,165,162],"\u8ffd\u8a18":[6,134],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":111,"_connected":[2,155],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":112,"/var":[126,169,85,8],"\u8d70\u3089":52,"/status":[161,90,4,47,8],webclips:96,valgrind:160,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[163,82,138,112,23,133,57],etc:[124,8,47],tld:117,":\u5206":165,ci:[],ch:78,"\u533a\u5225":[39,95,128],allocates:34,"\u6df7\u5728":30,"\u7d99\u7d9a":[6,85,70],"\u591a\u69d8":119,zenigata:38,"\u66ff\u3048\u308b":3,allocated:34,"\u306b\u3044\u304f\u3064\u304b":112,"\u304a\u3055\u3089\u3044\u3057":111,"_itoh":23,"_vesion":96,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":67,adjuster:[],"@yappo":[67,112],"\u58ca\u308c":[6,23,138,113],"\u3002\u00d7":111,"\u4fdd\u6301":[15,11,87,165,14],"\u524d\u8ff0":[62,170,8,57],"\u30c7\u30a3\u30b9\u30af":[1,68],"\u6b20\u843d":112,tokenkytea:6,ultra:38,"\u307f\u305f\u3059":165,"\u73fe\u308c\u308b":62,"\u58ca\u3059":6,vm:[],"\u4e00\u62ec\u3057":100,"_versions":134,"\u305d\u308c\u304b\u3089":[95,74],"\u3002'":[69,163],"\u4f75\u305b":3,"\u3002\"":[117,62,165,112,16,90,67],"\u3002#":[23,138,165],"\u3002-":[81,30,169,137],"\u3002.":106,"\u3002(":[148,126,61,134,151,85,51,153,17,137,68,46],"\u3002)":[137,68,153,151],"\u300cbilliard":129,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"_vprintf":67,"\u518d\u5ea6":[67,61,17],"\"roonga":152,v1:61,v2:61,architectures:134,".group":164,"\u3002_":[53,3],"\u3002[":[6,67,3,112],"_lzo":[64,2,108],off:[67,8],"\u3002c":[75,119,2],"\u3002n":[62,78,120],"\u4e00\u77ed":119,command:[],ecmascript:[6,95,142,112,133],"\u81ea\u7531":[119,61,53,155],"\u5149\u7537":112,"\u9806\u5e8f":[62,92,95,3],web:[1,163,134,136,95,42,16,169],jinja:110,"\u6b63\u898f\u5316":[6,120,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":85,"_filename":2,checking:118,"|http":151,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,57,112,133,82],tvsec:71,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":133,"\u4f4f\u3093":165,"\u672c\u8cea":151,become:36,"*target":73,"\"rect":[6,157],"\u904b\u55b6":134,"/source":[106,116,134,135,75,12,20,89,110,148,169,77],"#{l":132,"\u63db\u3048":[137,69,79],nneded:124,"\u30dc\u30bf\u30f3":[6,112,134,106],"\u53d6\u308a\u9664\u3044":100,"_group":100,"\u53d6\u308a\u9664\u304d":[96,61],"(debian":126,iwai:[6,99],"\u5206z":39,"_queries":[90,71,3,4,8],software:12,coverage:160,"\u7d42\u4e86\u30bf\u30b0":145,"\u7d42\u3048":134,"(get":161,"\u300cusers":165,"\u9805\u76ee":[1,95,87,71,113,126,47,57],"-node":116,"_remove":[],"_started":122,"\u89a7\u4e0b":160,"function":[34,36,118,14,122,155,144],"\u300cpopular":95,"-db":99,"\u7570\u306a\u3063":137,sigstop:112,"-point":39,be:[34,97,118,42,132,100,124,110,67,69,73,56],compute:124,"\u4e00\u756a":[95,169,47,74],"\u7a7a\u6587":[67,39,163],"\u3002iptables":90,problem:124,yuki:23,bigram:[],"int":[34,3,4,38,81,18,39,42,6,46,95,66,133,74,11,136,100,14,15,102,52,16,17,55,59,107,108,62,54,112,137,65,97,84,67,68,69,159,163,72,117,165,138,73],inv:151,"\u69d8\u3005":[],"*proc":81,"\uff08not":142,"_system":[23,2,155],"%post":6,compared:27,"\u7570\u306a\u308b":[],"\u7570\u306a\u308a":[95,163],"\u5f85\u3061\u53d7\u3051\u308b":90,"/default":[6,126],details:[34,124,132],"'user":102,"\u4eba\u3068":111,"/sources":135,"_query":[],"+ff":170,eof:85,"_hugetlb":23,"\u30c7\u30fc\u30e2\u30f3":[],searched:97,"& _":65,"*string":73,saves:118,all:[95,97,163,134,42,6,132,124,133,79],"\u3070\u308c\u308b":138,lgpl:36,"const":[34,72,54,109,99,14,100,137,69,73,46,108],"/travis":70,spec:[6,138,112,134],"\u30e9\u30a4\u30bb\u30f3\u30b9":6,"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":80,editrc:23,"\u3002tokendelimit":42,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,"\u4f8b\u3068\u3068\u3082":66,".en":134,"\u932f\u8aa4":119,upload:134,msyql:74,"[macports":23,starttime:[90,71,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,"\u69cb\u9020\u4f53":[67,107,46,14],"\u304c\u3072\u3068\u3064":158,"/branches":160,"\u65e5\u672c\u6e2c":66,incompatible:155,"\u9006\u6587\u66f8\u51fa":67,"\u7bc4\u56f2\u5916":67,above:[118,159,42],"\u4e8c\u3064":[10,40,78,164,151,129,120,14,102,66,61],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,170,138],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,16,159,42],obtained:34,"\u540c\u3058\u4f8b":68,"-admin":6,"\"sound":16,"-h":[85,8,47],"_table":[],negative:[34,46],"\u304a\u5f85\u3061":22,kytea:[6,78,112,169],bundled:67,separated:93,"\u304b\u304b\u308b":[101,100,3],"\u9df2\u7530\u57fa":112,aware:34,"_register":[34,130],"\u3064\u3065\u3044":165,"\u62bc\u3057":3,word:[95,163,6,67,159,133],work:132,"\u62bc\u3059":[3,106],"\u30a2\u30fc\u30ab\u30a4\u30d6":[89,134,106],"\u5316\u6642":23,"\u3069\u306e":[80,95,78,117,157,16,66,169],indicates:132,"\u73fe\u983b":67,"\u5bfe\u51e6":67,"\u30b9\u30ad\u30e3\u30f3":[145,41],provide:118,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,"\u30bb\u30b0\u30e1\u30f3\u30c8":[67,31,69,113],"\"apple":170,"/commits":67,"-lines":[118,23],"\u306e\u3046\u3061":[83,163],"/security":124,"_plugins":23,"\u306b\u5bfe\u3057\u7570":102,after:[118,124,97,110],"|with":[101,147,3,79,74,62,165,83,95,120,27,41,64,102,164,124,67,68,133,145,163],"\u76f4\u4e0b":23,lat:151,"_title":[151,68,3],".description":165,"*func":[46,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":138,"@naoina":[6,112],"\u30d9\u30fc\u30b7\u30c3\u30af":47,"\u306e\u3069\u3061\u3089\u304b":[95,84,163,133],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":35,".conf":[149,126,8,124],japan:[153,90,117],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":158,"\"say":133,"/windows":[89,134],"\u4e0b\u9650":[137,107],then:[34,118,8,159],them:[124,73],"\u8f9e\u691c":[23,133,82],they:[124,132],"\u5168\u3066":[95,133,39,101,100,8,142,68,106],"\u697d\u3057":[62,129],"\u56de\u6570":6,"-send":[118,56],"\u7a81\u7136":112,"\u5316\u65b9":[170,120],carlos:[52,114],serach:16,"/null":1,"_options":112,logs:[118,92,132,56,57],"<endpoint":56,patsuffix:128,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":39,"+a":163,network:155,"_directory":[2,155],".deb":134,"\u3068\u3059\u3079\u3066":[6,95],"-rsync":134,wgs:[38,66,117,11,165,39,29,65,97,90,23,157],"\u6210\u308a":[95,163,155],"\u90e8\u5206":[],"\u77ed\u3044":[165,138],"+ \"":6,"_tp":161,"\u77ed\u304f":[101,119],standard:39,"_to":[165,68,109],"\u30eb\u30fc\u30eb":[67,78,138,47],hatake:67,"\u30eb\u30fc\u30d7":[6,67,138],created:[34,118,165],"++":[148,116,134,119,99,67,23,169,73],"+-":[73,8],creates:[34,124,73,167,132],"\"ni":159,"\"no":6,"\u6709\u7121":[11,145],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":82,"\u8aad\u307f\u8fbc\u3093":[60,90],"><":[73,4],">=":[112,133],">>":[112,133],"_next":[137,97,138,107,112],">.":[145,41],">\"":[95,96,145,112],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3082\u3089\u3048\u308b":111,"\u30b5\u30dd\u30fc\u30c8":[80,1,78,4,82,39,126,6,8,23,131,169,47,10,133,134,11,99,12,101,102,137,57,60,151,111,112,67,68,158,70,163,117,119,138,27,168,170,90],"\u540c\u4e00":[],"\u898b\u306a\u3057":137,john:[153,128],"/lc":[134,106],"\u63a2\u7d22":119,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[100,69,72,108],"\u3069\u3061\u3089\u304b":[133,27,41,163],"\"unknown":109,target:[89,69,73,97,110],bi:[62,129],"\u3002value":[69,53],"\u57fa\u76e4":14,":byte":54,"\u30d6\u30fc\u30eb":[11,39],contents:34,latency:151,dbms:27,"\u5f8c\u8005":[65,170,158],",\\\"":51,"\u8ff0\u3079":3,indexbuf:108,"_distance":[],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[118,112,106],"\u30c4\u30fc\u30eb":[],"\u5408\u308f\u305b":[6,108,133],gronnga:152,"\u3002host":90,"-strings":99,"/releases":134,"\u767a\u751f":[64,1,169,134,62,119,122,112,14,6,100,67,69,57],"\u8003\u3048":[3,163,117,119,111,47],"\u5270\u4f59":[],keywords:73,"\u65e2\u5b9a":6,"_input":[122,2],"\u771f\u306a\u3089":133,"*section":108,rectangle:[],"-frequency":23,"\"items":141,"do":[67,151],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":138,"\u3082\u3057x":112,"\u3055\u3089\u306b":[38,10,3,74,119,152,82],de:106,"\u8ab0\u304b":76,"[libedit":23,"\u8ab0\u304c":165,runs:56,"\u3042\u308c\u3053\u308c":111,"\u5341\u4e00":[],"\u4e0b\u90e8":134,"_compress":108,depends:36,"\u67d4\u8edf":[102,142,119],"\u5bfe\u8c61obj":35,"\u9650\u6587":[23,57],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,terms:[147,3,163,113,62,145,95,85,27,41,40,102,124,133],"\u3044\u305a\u308c":[39,10,53],"\uff12\u3064":65,packages:[106,116,134,148,20,12,135,89,169,77],"_tables":112,"\u69cb\u3044":[159,27,41,106],ill:129,"\u3082\u3046\u307e\u304f":169,"\u4e00\u4ef6":[],"\u4e09\u7a2e":[],requests:[118,132],com:[121,117],col:69,"\u88dc\u5b8c\u8a9e":159,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":70,"\u6709\u76ca":119,calros:84,"\u30d1\u30fc\u30b5\u30fc":163,"\u95b2\u89a7":90,")\u300d":85,snippet3:27,enginen:159,"'needle":61,"\u3082\u3057\u3053\u306e":149,"\u65b0\u305f":[81,100,61,72,108],applied:[124,36],"-secret":134,"\u904e\u7a0b":53,gnu:[],zlib:[64,138,108,12,112,6,135,155,67,23,169],"_message":[122,68],"_only":[2,155],aio:112,"\u5165\u529b":[1,88,3,5,85,42,90,92,94,136,51,16,139,141,21,143,151,63,112,64,113,23,99,159,161,71,152,122,31],"\"http":74,"[solaris":6,cond:112,conf:149,"\u56fa\u5b9a\u9577":138,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":67,"\u9069\u3057":[101,119,57],"-dataset":[],"\u4e0d\u5177\u5408":[6,67,76,112],"\u6771\u4eac":[62,65,66,129],"-packages":134,hana:38,"\u76ee\u7684":[169,78,112],"\u57fa\u70b9":95,"\u72b6\u614b":[161,71,116,138,3,134,113,62,111,12,85,14,6,135,119,148],client:[67,8],the:[],"_shutdowned":[2,155],"\u30de\u30c3\u30d4\u30f3\u30b0":149,"\u826f\u4e8c":67,solaris:[],"_score":[95,108,136,112,6,65,53,165,23,133],"\u8db3\u3057":133,repoforge:[6,116],thanks:165,"\u3068\u306a\u3063":112,adding:110,"=sjis":169,"\u7027\u5185":112,"\u7528\u3044\u308b":[38,3,11,119,87,65,90,69],"\u6307\u6a19":69,"\u3002mruby":[],jekyll:134,"\u885d\u7a81":126,"\u30ed\u30c3\u30af":[1,85,112,6,17,23,69,94],"\u307e\u3068\u3081\u308b":8,"_expr":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[169,122,10,151],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u307e\u3068\u3081\u3066":[11,119,95,134,117],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[62,102,16,32,150],comments:[],"_arg":2,tasuku:36,"\u5358\u7d14":[61,128,157],".sourceforge":[134,22],"_compile":73,"-threads":[118,85],repository:110,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,158],"\u30b5\u30fc\u30d3\u30b9":[6,67,119,112,70],substitution:102,"\u7a32\u7530":112,post:[],properties:132,obj:[35,69,72,81,113,49,73,46,105,108],"*ic":107,accepts:118,"*ii":18,"\u6709\u7528":[3,82,83,122,8,67,47],"\"text":23,"\u5224\u5b9a":65,zxvf:134,"\u3068\u306a\u308a":[163,47,27,41,90],".h":[75,34],"\u4e2d\u9593":[61,129],"float":[6,11,66,4],"_offline":99,"\u6700\u521d":[95,3,163,11,145,111,27,41,14,122,118,84,23,68,133,158,126,57],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[95,74],"\u6e80\u3059":112,compression:67,"_socket":[2,155],"\u5927\u6587":95,"\u5b89\u5168":90,way:56,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[62,64,79],"\u6027\u80fd":[],encoded:118,"true":[1,88,3,79,5,39,60,41,40,7,9,131,96,114,94,101,95,66,133,74,11,51,102,52,139,21,83,57,38,147,145,63,112,64,164,65,153,84,67,68,157,128,163,117,165,27,29,170],"\u30e1\u30c3\u30bb\u30fc\u30b8":[67,10,165],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[147,78,3,62,129,95,42,40,16,170,23,169,57],mte:36,"\u6587\u5b57":[1,78,3,79,39,129,85,41,6,7,23,95,66,133,98,11,14,51,100,16,137,57,38,40,61,145,112,157,65,67,68,69,158,159,163,72,117,119,74,120,27,29,165,170,73],"\u7d44\u307f\u8fbc\u3080":[119,61,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,112],score1:61,score2:61,distributions:134,"\u3054\u89a7\u304f":[3,160],physical:113,test:[3,134,11,165,151,90,68,160],"\u5c5e\u6027":[78,120,130,64,43,92,150,96],"\u305f\u3081\u3057":65,"/index":[127,85,134,106],truncate:[],welcome:[165,95,163,133],update:[],"\u547d\u4ee4":[],"[gqtp":112,"\u964d\u9806":[137,136,95,3,100],scorer:[],tajima:6,masaharu:[6,99],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,"/debian":135,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":155,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":85,"\u901a\u77e5":134,"(ptr":138,"_denied":[2,155],"\u307e\u3067\u3057\u3070\u3089\u304f":134,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[95,163,145,41,141,124,133],"/http":[126,8],"\u72b6\u6cc1":[62,81,119],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,"\u5c11\u304f":149,"(database":149,"4gbyte":58,initializes:34,initialized:34,"\u3002cursor":137,"[munin":[6,23,112,67],"\u30c8\u30e2":38,shared:17,supporting:8,"dat\u30ad\u30fc":112,"[deb":[6,23,112,67],"\u6e2c\u4f4d":119,"\u30b5\u30d6\u30bf\u30b9\u30af":134,"\u96c6\u5408":[6,100,142,127,74],appears:27,change:[6,8,47,110],"/usr":[169,85],"\u30ec\u30dd\u30fc\u30c8":169,liblzo:[135,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[62,95,142],"\u305d\u306e\u969b":134,usually:56,".spec":23,".exe":89,"\u305d\u306e\u307e\u307e":134,"\u6700\u5c0f":[148,116,12,126,135,84],"-cutter":134,"'haystack":61,"\u7d71\u5408":[6,119,112],httpd:[6,67,99,112,134],"\u6307\u6570":133,https:[],selects:97,"/copyright":67,"enter\u30ad\u30fc":112,"\u6d41\u91cf":47,"_plugin":[34,23,130,67],cas:155,"\u884c\u308f":[161,38,95,151],nfkc:170,can:[34,106,27,42,132,8,110,124,93,159,17],clearlock:[],",\"http":11,"_stable":103,"_stamp":132,"\u884c\u3063":[160,67,65,134,117],"\u5b89\u5fc3":111,"-com":134,",'":[11,39],"\u884c\u3044":[161,38,61,3,134,62,151,129,85,102,100,165,137,68,69],",\"":[38,4,165,113,141,68],",.":134,mpaa:84,"\u884c\u3048":[102,3,163,160],write:[99,95,32,110],"^commit":134,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":112,"\u5316\u6e08":[69,72],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":147,uint:[138,3,79,39,6,90,92,114,128,95,133,98,101,52,83,57,38,147,62,112,164,65,153,84,68,163,117,74,122,124,170],",_":[38,95,3,133,117,74,136,102,65,165],"\u3057\u306a\u3051\u308c":163,"\u5207\u308a":[23,112,134,143],"\u8fd4\u3059\u304b":136,ghz:151,"\u5404\u56fd":134,"\u30b2\u30c3\u30c8":22,meerkat:23,",{":[151,4],"\u304b\u308f\u308a":[62,148],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,106,134,67],db1:47,"\u5bfe\u8c61ctx":14,ieee:39,"_account":106,":ss":[132,133],"_tsv":[93,158],"\u30bd\u30d5\u30c8":158,"-libedit":138,"/html":[23,106,47,110],"\u3002gdb":160,"\u78ba\u5b9a":136,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":169,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[95,78,3,163,134,99,120,67,23,158],rake:134,"\"version":4,"\"ruby":74,"\"vector":112,alisa:102,now:[],"\u3086\u304d":128,"_lcp":100,january:118,"[normalizer":67,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],"\u8aad\u307f\u8fbc\u3081\u308b":141,el:116,domain:[],en:[136,78,159],ea:[132,78],"\u30e9\u30d9\u30eb":112,kana:[136,16,159,167,42],ex:78,year:132,"\u70b9\u6570":[],fu:78,opened:[124,132],space:[34,163,74],"\u518d\u69cb":23,increase:124,"\u3065\u3051":[],"/files":[134,110],shows:93,"\u5230\u9054":58,args:85,"\u5d8b\u7530":6,"-rroonga":15,"/pub":116,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,112,67],british:79,"\u6e1b\u7b97":[],"_block":[2,155],omitted:4,variables:34,"\u305f\u3069\u308b":38,"_process":[2,155],message:[34,132,68,7],xt:78,size:[],"\u4e0b\u3055\u3044":[148,116,78,134,83,12,112,6,135,100,168,89,123],checked:134,silent:70,bookmark:74,"_obj":[],"\uff08,":3,"\uff08-":[95,3],".git":[91,134,106],"\u30bd\u30b1\u30c3\u30c8":[64,88,5,63,6,113,7,139,141,143,21,92,31,71,125,94],"\u3044\u308c":[6,11,69],"\u3044\u308b":[],that:[34,95,97,118,132,27,159,6,100,8,124,67,93,73,46,17],kenichi:[23,138],localnames:141,"=path":[],libevent:[169,135,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\uff08@":[23,138],x6:134,than:[132,67,74,124,42],"\u30d5\u30a9\u30fc\u30e0":[95,142,112,163],"*next":46,"\"\u4e8c":[],"[index":67,"/gat":[65,3,117],accesses:124,"[patch":67,"\u5404\u547d":151,browser:106,"\u3044\u304f":[],"(scope":164,"\u3044\u304d":[111,3,134],remained:132,"\u3059\u308b\u304b":117,"\u3044\u3044":[126,111,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[99,112],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,67],"_circle":[],engin:[136,159],"\u591a\u5f69":119,"=none":[40,78,120],"\u3044\u3064":159,"*buffer":69,"\u3044\u307e":60,"\u9806\u6b21":[161,85,3,90],":doc":73,begin:161,price:11,"\u5c0e\u5165":[67,10,160],"_section":[108,165,83,64,67,68],"\u79fb\u52d5":[134,75,6,89,21,23],"\u672a\u4f7f\u7528":155,"\u3068\u308a\u3068\u3093":[163,133],"-yyy":106,":\u79d2":165,"\u305f\u3069\u3063":165,"\u3057\u3044":[62,129],"\u3057\u304f":112,"\u975e\u4e92":[6,112],"\u65b0\u5bbf\u99c5":65,"\u3057\u304b":[95,163,11,8,133,68,106,47,57],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:108,"\u3057\u3066":[38,95,138,3,134,117,62,12,111,112,6,100,8,160,106],"\u6700\u5927":[58,15,1,138,133,59,82,95,85,27,112,6,155,84,149,151,23,67,54,47,104],"\u30bf\u30a4\u30c8\u30eb":[38,95,133,11,68,163],title:[38,3,134,117,11,112,164,90,68],only:[34,93,8,110],"\u3057\u307e":111,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[137,164,61,134],"1\u6708":[11,165,39,95,133],"\u7528\u5909":67,"/gqtp":[126,112],"\u62c5\u5f53\u8005":134,"\u8b70\u8ad6":0,"\u623b\u308a\u5024":[],"\u840e\u7e2e":111,"\u300cbob":165,"({":118,"\u4e21\u65b9":[95,165,163,74,82,101,119,133,159,128],"(scan":160,"\u8a18\u6cd5":[68,133],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":112,"_mode":67,"\u5dee\u96c6\u5408":133,between:[],"import":134,"\u5426\u304b":84,notice:[5,7,8],unlocks:34,"\u3057\u308c":[122,150,52,43],"\u3057\u308a":111,tokenbigrma:78,"\u3057\u3088":[35,61,11,101,112,14,51,66,17,23],"\u672a\u8a2d":6,article:68,"\u6a5f\u68b0":67,"\u3079\u30fc\u30b9":67,"\u8d77\u3053\u3063":52,"\u975e\u4f9d":116,"-groonga":[91,165,151,134],"\u5c55\u958b\u5f8c":95,learning:[],"\u8868\u8a18":[66,79,134,74,11,39,112,6,65,23,133,106],configuration:[124,8,112],"\u578b\u60c5":6,"\u3002callback":61,"<encoding":85,"'>":96,"';":85,"=yes":[160,95,99,112,134],ruby:[],"\u5438\u53ce":3,developing:147,these:27,"\u4e0d\u5b8c\u5168":23,"\u30b7\u30b0\u30ca\u30eb":[23,67],geodetic:39,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":66,"/packages":134,shorttext:[3,79,82,39,85,40,41,42,90,92,97,114,128,95,66,133,74,11,136,101,102,52,16,141,137,83,57,38,147,62,145,151,64,164,65,153,84,23,68,96,159,163,117,165,138,27,122,124,170],"\u3002\u3002":80,"\u3002\u300c":[38,95,78,163,120,40,133,68,57],"\u3002\u300d":62,"\u5fc5\u8981":[],", {":[8,47],"\u5c65\u6b74":134,"\u8f9e\u66f8":[148,1,62,138,112,6],develop:[147,10],"-dir":151,"\u6fc1\u70b9":170,document:[133,134,145,138,85,27,41,30],"\u3002\u3044":61,favorited:165,"\u5b89\u5b9a":[113,10,99,119],"_space":[2,155],initialization:118,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[68,145,74],favorites:165,"\u3042\u306a\u305f":[134,22],eito:112,"\u3002\u3059":[101,151],theater:79,"\u8d77\u3053\u308a":79,"\u628a\u63e1":111,"\u3059\u3079\u3066":[147,10,3,133,117,74,83,100,151,95,6,52,78,8,84,23,169,138,40],"[output":99,"\u3002ecmascript":95,"\u6bd4\u3079":101,touch:124,"\u30ab\u30e9\u30e0":[],speed:152,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":71,"\u3002api":[145,27,41,142],"\u4f4e\u304f":62,mmap:[],"_extract":36,"\u4f4e\u3044":[62,95],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":147,real:[124,27],"\u542b\u3081":[95,158,163,134,84],"\u542b\u3080":[161,64,95,61,3,163,74,136,121,129,112,6,165,67,68,133],"\u8a00\u3046":[159,74],"\u8a00\u3044":[164,127],read:[27,155],swig:36,"\u5c55\u958b\u7528":23,amd:134,"\u542b\u3093":[95,61,163,11,165,27,122,152,16,67,133],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[],cd:[106,116,134,148,20,12,135,89,169,77],"=site":90,output:[],"\u5c5e\u3059\u308b":[137,92,39,69,108],unsplit:61,"\u30c4\u30ea\u30fc":67,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":137,"\u30ec\u30b9\u30dd\u30f3\u30b9":[15,2,112,6,155,23,67,47],unlocked:34,"\u30de\u30b7\u30f3":85,"\u542b\u307f":[122,137],"\u542b\u307e":[3,83,129,42,6,9,131,92,47,95,133,134,51,102,57,60,61,84,67,158,116,163,165,27,122],"\u5206\u3051":[],tomoatsu:138,".posted":165,"-static":23,rdbms:119,src:100,"\u578b\u6307":6,"\u306f\u305d\u306e":14,backup:141,processor:[135,116,12,148],"/admin":[23,85],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,136,95],"_per":[23,14],"\u53f3\u4e0a":1,"=title":90,operator:97,your:[106,23,70,124,110],"_example":159,log:[],prepare:8,aren:124,assumed:46,rpmforge:116,rlimit:[132,112],"\u77e5\u8b58":151,cflags:[20,134],"\u306b\u3064\u3076\u3084\u3051":111,"d\u30ad\u30fc":3,"/query":[73,9],",\"links":11,"default":[],"\u30b3\u30b9\u30c8":[101,100],"[benchmark":67,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":112,"\u30d5\u30a1\u30a4\u30eb":[],describe:34,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":80,storage:[145,41],"\u691c\u67fb":69,"_code":[34,122,132],valid:42,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[90,47],you:[34,93,118,124,159,167,42,8,110,67,14,73,56,106],string2:98,string1:98,massachusetts:165,suited:27,"[fedora":[6,67],gemfile:6,"\u4e94\u5165":23,building:93,bulk:73,"\u5b9a\u7fa9":[88,3,81,39,85,41,6,92,46,95,66,133,101,102,100,53,139,61,108,54,145,63,64,164,153,155,84,67,68,158,163,27,96],"\u8a66\u3057":111,"\u8a66\u3059":171,"\u3068\u3064\u3044":65,cores:118,naoya:67,"\u518d\u5e30":[95,61,88,8,69,158,94],"\u5343\u4e07":[],month:[38,132],"\u308f\u304b\u3061":129,"\u3002name":[100,108,14],"4byte":155,"\u57fa\u6570":133,longitudexlatitude:112,"-e":85,"-d":[118,56,85,8,90],"-g":89,"\u4e16\u4ee3":10,"-a":[6,85,163],"_rk":137,"-c":[148,116,85,90],"-m":161,"-l":[118,132,85,56],"-n":[118,23,3,85],"-i":[151,85],"_rc":[34,35,95,69,108,81,18,109,100,14,15,137,103,97,17,55,49,73,46],"-j":169,"-t":[118,85],"_bulk":73,"-p":[118,151,85,90,161],"-s":[118,85,90,56],"\u304b\u304b\u308a":[101,163,134,133],"-x":[112,134],"-z":118,"-conditional":23,very:[122,95,163,145,27,41,51,159,133],"\u4ed5\u7d44\u307f":[6,8],"\u6d41\u308c":[],"\u76f4\u5f8c":14,":\"":[73,3],"_github":[134,106],"\u6b8a\u547d":151,normalizers:[43,170],"\u9df2\u7530":112,"-\"":40,"--":[34,35,1,78,79,81,85,40,41,42,6,89,8,67,49,46,95,96,133,134,74,100,14,15,102,103,17,55,145,105,38,147,107,108,62,54,109,151,112,137,65,97,23,69,158,72,117,165,138,27,130,30,73],"-(":[133,134],"-+":8,"\u3057\u307e\u3057\u3087":[79,74],"->":138,"/work":134,"\u518d\u73fe":[62,111,112,142],netbsd:[138,112],"\u975e\u5206":95,"\u53ef\u8aad":67,"@s":138,naoina:[6,112],"-jinja":[134,110],"\u6e2c\u5730":[66,11,39,29,65,157],learned:56,"\"yyyy":133,pub:134,"/ja":[15,134,106],"\u304b\u304b\u3063":[122,95],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[148,116,12,135,89,123],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":61,daemonize:118,"\u308f\u304b\u308b":67,"\u308f\u304b\u308a":[138,117],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:98,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:170,chunks:149,bash:169,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":158,",[":62,"@yito":[6,112],fulltext:[145,78,27,41],".comment":[165,68],"-tokenizer":[148,116,12,112,6,135],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":134,"\u5fa9\u53f7":134,site:[38,3,117,11,65,90],"\u3002eclipse":106,"[load":[6,67],"/homebrew":134,"-databases":[3,118,83,52,90,92],nine:3,"\u9664\u53bb":[40,138,147,96,112],exclude:[6,67,112,84],"0mq":112,"_batch":67,"-address":[6,23,85],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[148,39,134],"[table":112,"_likes":[122,124,95,163,133],tried:165,"\u51fa\u73fe":[119,83,136,108,87],"[dat":[6,99],derived:56,"\u7686\u5ddd":67,"\u901f\u304f":[38,169,57],fa:78,tries:17,"\u5ea7\u6a19\u5024":[],fd:118,"\u6642\u9593":[],unlink:73,"\u56fd\u3054":117,documentation:[67,70,124,110],"\u4e00\u5bfe":11,narwhal:23,uninstall:6,"\u5909\u63db":[2,82,39,8,165,137,23,170],help:[23,160,106],"\u592b\u5fc5":128,"-wno":23,"\u5dee\u3057":134,"/lzo":[23,138,112,67],"\u30aa\u30d7\u30b8\u30a7\u30af\u30c8":[],systemd:6,"\u306f\u3044\u304f\u3064\u304b":[58,122,17,47,163],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[137,23,138,107],shimada:138,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[85,112,163],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":16,"-test":[160,134],"\u5f62\u72b6":80,"\u3002:":[3,129,85,42,8,92,47,95,10,134,136,151,51,16,139,141,150,106,43,62,149,111,64,113,30,23,159,160,152,124,57,73],"\u597d\u304d":106,resizes:34,yito:[6,112],"\u30bb\u30af\u30b7\u30e7\u30f3":[78,120,83,40,42,89,8,131,169,44,148,95,66,74,12,51,52,16,104,144,57,146,60,108,20,166,155,114,158,159,70,116,163,117,26,122,135,123,124,76,106,77],"\u9032\u3093":119,"\u30b5\u30a4\u30ba":[35,82,6,89,67,148,11,12,100,137,57,58,108,149,112,113,155,23,69,116,119,27,135,123],"\u982d\u6587":155,"=grooon":118,"\"sequence":[136,16,159,42],"\u9032\u3081":[],todo:[],event:[136,167,56,16,42,159],"_position":[101,147,3,79,164,62,165,83,95,163,27,41,64,102,124,68,133,145,108],"\u52a0\u3048\u308b":[64,23],"<ip":[151,85],trusty:[67,12],since:132,"\u300cgrand":165,issue:[0,67],"/mailarchive":134,"\u9045\u304f":[157,117],"\u9ad8\u304f":[62,74],"\u9045\u3044":[82,66],"\u3002mysql":[148,135,116,12,170],"\u9ad8\u3044":[95,3,136,113,8,119],"\u3042\u308f\u305b\u308b":6,reason:159,base:[34,8,134],put:163,loads:[8,56],rect:66,"\u5931\u52b9":[8,104],"_flters":67,"\u30b5\u30a4\u30c8":[11,38,134,142],"\u5024\u3068":[11,95,163],encoding:[34,67,109,4],"/data":70,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[126,168],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,112],"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":73,php:6,"\u5024\u304b":66,":value":[95,163],"\u53d7\u3051\u308b":[67,126],zeromq:169,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:167,"\u3002make":151,"\u3002null":[100,72,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:106,"\u5024\u3054":117,jquery:[67,138],grep:[135,116,12,148],"\u3002xml":122,"_probability":[23,136],str:[34,73],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,"\u5206\u3051\u308b":[11,134],"\u547c\u51fa":[35,100,69,108],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":47,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[138,112,9],"_incr":69,"\u79d2\u5358":[11,39],"\u5024\u3068\u3057\u3066":[149,66,85,165],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,sets:14,tokenbigramsplitsymbol:[62,150,138,32],".repoforge":116,"'hay":61,"/dev":134,clear:[67,69],"\uff08and":142,"\u6697\u53f7":134,"\u4ecb\u3057":[119,90],clean:160,latest:110,"\u6574\u5408":[1,69],"\u4e8c\u70b9\u9593":[],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":106,parameters:[118,124],"\u5225\u3005":117,"<level":56,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":160,"\u4eca\u5f8c":[21,23,131,78],combinations:67,httprewritemodule:8,".nginx":8,"*index":[97,107],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[85,112],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":133,locale:106,"_enough":[2,155],":groonga":[95,12,163,134],"_would":[2,155],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":61,"\u7d39\u4ecb":[165,76,95,134],"_lt":137,"\u5909\u6570":[34,133,134,20,99,112,130,6,23,67,158,46,160],"-level":[67,85,56],"\u624b\u9593":111,"\u306f\u3061\u3087\u3046":133,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[146,142,70],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":15,delimit:112,oneiric:[23,112,134],geopoint:[],"\u5f71\u97ff":[6,67,112,134],"\u767a\u63ee":119,jeff:128,"\u4e00\u5f0f":69,"-plugins":[],"\u4e0d\u80fd":151,tokenbigramignoreblanksplitsymbol:[62,150,32],"\"web":[16,42],"\u306e\u3069\u308c":[118,159],"\u4e8b\u67c4":111,stamp:132,describes:[122,110],"\u5b9a\u6570":[],empty:67,"/db":[136,126,8,141,56],"/dd":133,"\u56de\u7279":151,"\u7a3c\u52d5":71,"\u6a29\u9650":[169,90,112],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[81,3,90,159],"\u505c\u6b62":[52,10,85,112,125],"_zlib":[64,2,108],"!(n":133,reads:56,ready:110,"\u898b\u3064\u3051":[6,1,111,159],fedora:[],dest:[161,100,85],"_keys":100,"geopoint\u9593":23,"-jp":112,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[169,134],composition:170,used:[72,118,165,14,104,132,67,93,56],temporary:72,uses:[132,124,93,56,110],user:[38,164,118,151,27,41,102,8,84,124,46],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[147,78,163,117,120,40,95,85,27,112,6,170,124,67,139,169,57],database:[],"-filter":[128,74,165,27,41,6,102,164,67,23,144,133],"\u30ef\u30a4\u30c9":23,"\u30b1\u30fc\u30b9":[95,117,62,65,15,52,8,67,57],"\u9806\u756a":[107,163,62,85,137,3],"\u30b0\u30e9\u30d5":119,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":62,"\u4e8c\u756a\u76ee":133,"\u8fd1\u4f3c":[6,23,66,157],"\u56de\u6307\u5b9a":163,"\"tritonn":95,"\"uptime":4,"-gram":[78,3,133,62,119,129],"\u3064\u3051\u308b":[67,95,111,128,74],"...":[35,4,81,18,6,8,67,92,49,46,101,95,97,133,136,137,100,14,15,103,17,141,55,145,105,107,108,54,109,151,112,113,23,69,163,72,164,118,165,50,30,73],"\u9759\u7684":[],nginx:[],"_com":134,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":155,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":68,"\uff09\u307e\u305f":[78,120,163,133],popular:95,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,78,3,4,39,129,85,6,90,23,169,47,101,95,10,133,74,11,136,14,51,102,103,139,17,21,57,61,62,109,151,112,55,66,67,157,99,161,163,117,138,8],"\u5927\u304d\u306a":[47,57],some:[124,167,132],"\u96a3\u63a5":[119,163],"~number":133,"\u5927\u304d\u304f":[11,138,10,141,157],"\u5927\u304d\u3044":[95,61,163,82,85,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[],"\u5927\u304d\u3055":82,".sh":[6,106,160,134,70],run:[],".so":9,processing:132,"\u81ea\u5df1":165,"\u4ed8\u3044":170,"\u5f37\u5236":[6,1,69],"\u898f\u683c":137,"\u4ed8\u3051":[3,11,145,41,6,153,90,84,68,47],"\u30ab\u30a6\u30f3\u30c8":[165,112],"\u305d\u3053\u306b":92,"\u4f3c\u305f":170,"_read":2,ids:[97,74],"\u5916\u90e8":121,"\u5185\u5bb9":[35,126,3,81,83,42,6,90,92,95,133,134,11,137,106,151,111,68,159,163,161,72,165,27,122,124],idf:67,".garbage":112,block:11,libzmq:[135,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":112,".(":134,".)":[124,133,112,132],".-":106,"..":[34,51,95,3,163,74,136,83,85,112,6,102,141,8,133,30,106,113,47,57],"./":[169,106],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,95,3,79,11,145,27,41,101,102,90,133],"\u5909\u66f4":[],".'":[6,64,112],".:":[118,56],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":165,patprefix:128,"\u652f\u63f4":152,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,134,67],pangolin:[6,12,134],registered:[34,27,159],tokenbigramignoreblanksplitalpha:32,".]":[92,136,133,113,74],newer:110,"._":[95,163,117,11,112,69,133],"\u3002\u30bf\u30b0":[38,41,74],"_module":8,".i":116,utf:[36,4,118,109,138,85,112,170,6,169,133],".n":[124,95,133,72,163],restarted:124,munin:[148,1,12,116,6,135,23,169],"\u306b\u5bfe\u3057":[1,3,79,81,129,6,9,95,133,134,74,136,100,38,61,112,64,164,65,68,69,161,71,163,117,119,30],".c":[95,36],".d":[149,124,135],"_max":[59,2,107,15,103,155],".x":116,"\u307e\u307e\u3067":62,".}":[113,133,74],"\u66ff\u3048":[],"\u5099\u8003":112,doesn:[124,8],"\u3002gnr":142,"\u5727\u7e2e":[],"\u306b\u3068\u3063":111,"_columns":[],"\u958b\u3044":[170,138,112,23,31,94],"_float":54,"\u958b\u304f":[6,15,170,23],"\u958b\u304d":[15,72],"_rate":[90,71,3,4,8],application:[8,47],"\u958b\u3051":6,"'\u3002":85,"\u56db\u3064":129,sigcont:112,"\u6642\u4ee5\u5916":138,"\u843d\u3061\u308b":[23,138,112],"\u767a\u884c":90,draw:38,": n":161,"_len":[6,73,108],".patch":106,"(title":[112,98],"\u306a\u304c\u308b":6,"\u4e00\u5de5":128,required:[118,8,47],"\"suggest":152,"\u5b50\u5348\u7dda":66,requires:[159,110],kawaji:6,"_pat":[],gt:[145,41],"\u30d6\u30e9\u30b8\u30eb":66,gr:[95,78],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":95,gb:[149,4],ga:[78,151,170],go:101,"\u30dc\u30c7\u30a3":[57,155,9],gi:78,"\u500b\u6240":67,".ssssss":132,nippon:159,"_unknown":2,"\u300cgroonga":[67,142],mbytes:151,"/..":[8,134],"\u4e0d\u8db3":[148,116,12,135,89,123,67],"\u9632\u304e":112,"_users":165,"\u3060\u3044":23,mercurial:[134,110],".mo\u30d5\u30a1\u30a4\u30eb":106,"/bin":169,"\u5341\u5206":[62,35,149],"/sbin":77,"\u8ca0\u6570":[6,17],download:[116,134],onigmo:67,"-known":27,"/introduction":[3,90],opaque:155,".tsv":[158,4],"\u30dd\u30a4\u30f3\u30c8":[158,74],"\u983b\u7e41":[100,169],"\u4fdd\u5b58":[],"\u7b49\u5024":138,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[67,78],"\u578b\u7528":73,"\u62e1\u5f35\u5b50":[138,151,4,9],"- \"":67,"\u3002max":137,accessor:[100,69],".weight":112,blogroonga:[],"\u300d\uff08":[129,141],"_child":[2,155],"\u306e\u3042\u3068":6,"\u5177\u4f53":[62,68,117],"\u8fd1\u304f":[80,133,119],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[146,18,119],"\u540c\u3058\u578b":74,"\u898b\u3064\u304b\u3089":100,"\u898b\u3064\u304b\u308a":95,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":111,"\u8d85\u3048":[62,95,112],realloc:138,manage:110,"boolean":36,"\u7d5e\u308a\u8fbc\u3080":152,"\u3092\u304a\u3053":165,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[119,112],"_no":[],"\u81ea\u5206":[151,111,8,123,106],milliseconds:118,soundkitchen:[6,23],cosmo:[67,112],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[149,95,74],started:[122,132,95,163,133],"\u5f15\u304d\u8d77\u3053\u3059":[6,112],"\u6cbf\u3046":67,"\u5371\u967a":[52,134,47],"\u53d7\u3051\u4ed8\u3051":[6,138],mitsuhiro:138,"\u7de8\u96c6":[],links:[11,90,117],sudo:[148,116,134,20,149,12,126,6,135,90,110,124,169,160,77],escaped:73,objname:[31,94],"\u30b7\u30e3\u30fc\u30d7":57,tokendelimit:[150,78,32,42],"\u6df1\u523b":[6,62],"_repair":99,"\u512a\u5148":[119,151],"*valuebuf":35,"\u5fc3\u914d":123,"\u9577\u4ee5\u4e0a":[100,69],spelling:79,".entries":124,"\u7d5e\u308a\u8fbc\u307f":[119,3],"\u66f8\u5f0f":[],rakutan:68,"\u81ea\u52d5":[38,3,108,134,82,163,151,6,100,53,8,9,128,23,133,106],"\u898b\u3064\u304b\u3063":[152,95],"_characters":73,"get\u30e1\u30bd\u30c3\u30c9":30,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,95,78,3,163,11,165,101,6,8,122,68,133,47,90],converting:67,"-mysql":[148,116,12,120,135,170],"\u88dc\u8db3":8,geoppoint:97,"_match":[],auto:136,"\u629c\u304d\u51fa\u3059":119,"_seek":[2,155],takayuki:23,"\u306b\u304f\u308b":62,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":111,"'query":6,"\u65e2\u5b58":[126,3,72,134,11,119,151,6,100,168,90,21],chunk:[113,124],"\u751f\u6210":[],variety:38,special:95,"\u3050\u308b\u3093":[38,163,133],"-match":[],"\u306b\u304f\u3044":119,may:[67,124],"_default":[6,55,103,109,47],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,112],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":106,"_script":131,"_proxy":8,"\u307f\u3066":65,deprecated:[95,10],times:17,"-localstatedir":[],"\u307f\u304c":61,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[],"\u8aa4\u5dee":[23,66,157],largetext:82,"<max":85,unsupported:155,improving:124,"\u305e\u308c":[95,61,107,133,134,42],"\u5185\u8fd1\u304f":133,management:[27,70],dump:[],mkdir:141,"\u6700\u4e2d":119,"\u52d5\u5c0f":39,".groonga":[106,116,134,148,20,12,151,135,89,169,77],"_bad":2,"-doc":99,"\u306f\u3058\u3081":[],configure:[],"_utf":[137,109],travi:112,lists:67,",..":[51,92,95],"_vector":[38,95,108,74,11,165,83,112,64,164,153,67,69,73],"*min":137,updating:17,"\u3092\u3054":160,"_recv":67,"-log":[],"\u305d\u3046":[84,111,133,70],"_expander":[],"\u8a72\u5f53":[108,145,27,41,15,100,84,137,67,68,69],unchanged:34,"\u5f97\u308b":8,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":134,variable:34,"*ctx":[34,35,69,107,72,81,18,14,15,137,100,97,54,55,49,73,46,105,108],"\u30de\u30a4\u30af\u30ed":[11,165,39,133],need:[118,110,124,67,93,73],"\u3068\u307f":[30,95,112],nsis:134,"\u6f14\u7b97":[133,138,112,6,100,142,67,169],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[95,10,149,151,21,169],"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":169,"[power8":67,"-dd":[132,133],"\u4e00\u5ea6":[101,117,6,17,9,23,68,170,158,8],":func":[15,73,72,14],url:[134,30,90,141,67,23],uri:[30,8],"\u6982\u5ff5":10,"\u57fa\u6e96":[11,119,3,134],"_temporarily":[2,155],"\u5fc5\u9808":[],"\u3084\u3089":134,"\u3084\u3081":[23,112,67],"\u3002\u2193":85,ssssss:132,"\u53cb\u4eba":38,"\u6e2c\u5b9a":151,"|persistent":[92,52,83],based:[145,97,27,41],launchpad:[67,12],"\u3068\u3066":[82,95,47,119],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,71],"\\groonga":89,"\u5358\u306b":[60,112],"\u4e0d\u8981":[6,119,112,14],sha:134,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":168,"\u79d2\u3088\u308a":130,processed:132,"\u3050\u308b":[142,163,133],"_parse":[109,73],"_setpshared":112,kawada:67,official:134,computed:34,korea:117,"\u63a5\u7d9a\u5148":161,".list":135,"_groonga":122,"|ga":95,"\u975e\u5e38":[6,47],"_word":[67,147,40],"\u7ba1\u7406":[],wibowo:112,written:110,ken:38,"\u3084\u304c":10,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,82,42,6,8,9,169,47,148,95,66,133,74,12,62,53,142,38,20,112,152,116,163,117,165,120,135,30,76,170],key:[],"\u3084\u3057":95,limits:124,admin:[67,138],"\u682a\u5f0f":67,"\u96e3\u3057\u3044":119,jersey:165,"\u898b\u3064\u3051\u308b":[52,170,8,159],"\u4eca\u56de":[6,3,27,133],"\u4f5c\u6210":[],"_add":[81,100,73],"\u30af\u30ea\u30a2":[6,23,69],quit:[],"\u91cd\u8907":100,"\u30b9\u30ab\u30e9":108,quiz:38,"\u547d\u540d":6,"\u306b\u3088\u3063":[88,3,5,129,85,7,90,92,94,95,10,74,11,100,14,15,52,139,141,142,21,143,38,61,121,63,112,64,113,69,161,71,119,30,31,73,125],"\u6b21\u671f":134,":macro":108,"\u65e5\u672c":[163,134,39,29,65,67,157,159,133],corresponding:69,"\u4ef6\u542b":165,tweets:101,"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,66,163],glossary:70,"\u3076\u3093":111,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[95,78,164,99,102,89,8,23,158,57],demo:38,"\u3060\u304b\u3089":95,"/_":134,"\u76f4\u524d":81,"\u9818\u57df":[169,100,6,65,67,69],"/o":57,redcloth:134,"\u91cd\u8981":[101,95,78,134,74,160,111,26,14,15,8,119,169,87,47,57],"\u614e\u91cd":160,"/f":134,"/d":[67,8,47],"/c":[75,119],"\u91cd\u8996":[62,101],"-essential":[135,12],"/x":47,"-learner":[],"\u8aa4\u5b57":[6,23,138,158,112],crch:78,"(mroonga":158,http:[],"\u306b\u3088\u308a":[58,95,66,3,128,134,113,11,119,39,112,6,62,8,67,68,47,90],"\u306b\u3088\u308b":[],"\u305f\u3070\u304b\u308a":101,"/.":23,"/*":[75,149,126,8,106],"/(":134,"/'":67,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":106,well:27,"/\"":[38,3,117,74,11,65,90,141],"/?":118,"/;":8,"\u3042\u304d":128,accurate:27,"\u3042\u304f":15,sources:[83,110],"\u3042\u3063":[51,95,10,108,134,38,136,151,112,6,100,53,148,69,47,106],"-ruby":[6,134],"/kytea":78,logged:132,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":155,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":99,"\u6790\u7cfb":133,"\u756a\u53f7":[161,95,108,126,151,85,112,53,90,67,47],"_mask":69,"\uff08or":142,".jp":[95,36,134,22,141],pikonyan:38,tomita:138,"\u78ba\u4fdd":[35,149,73,14],"\u6587\u5b57\u6570":[27,133],"(\u300c":134,"/key":69,"\u4e0b\u8a18":[10,71,113,52,61,137],linux:[],library:[67,93],"\u3002optarg":72,home:[169,134],"'config":85,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[75,119,106],nihon:159,"\u5411\u3044":[122,82,95],"\u3093\u304c":[163,133],"_number":[122,90],"\u3057\u3064\u3064":160,"\u3042\u308c":[101,133,134,62,151,15,84,57],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[111,8],"\u9055\u3063":159,".hash":165,"-source":134,"\u6f0f\u308c":[6,119,79,134,142],"\u306a\u3084\u308a\u304b\u305f":79,compatible:8,"\u9055\u3044":[95,66,3,163,11,65,68,47,57],"\u9055\u3046":138,"\u500b\u6570":[6,108],"<log":85,"_nhooks":81,additional:112,"\u8907\u6570":[],museum:165,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":95,hw:77,"\ufffetext":78,hh:[132,133],"\u540c\u3058\u5024":[3,8],ear:78,"/reference":[67,73],"*var":34,truncation:23,"\u3068\u3053\u306e":159,"=submit":118,limit:[],libgcc:67,"\u3068\u3053\u308d":[60,133,75,64,9,131,99,106],"{\"":[147,163,74,136,145,151,60,41,42,101,102,16,131,68,159,113,133],"\u79d2\u5f62":39,eric:84,functions:[34,67,36],"\u3002video":38,halfwidth:170,"\u6163\u7fd2":6,"_many":[2,155],"\u4eee\u60f3":[65,112,117],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":16,"\u65b0\u3057\u304f":[95,10,3,111,101,142,57],friends:38,sphinx:[75,67,106,13,110],using:[93,68,36,42],katagiri:112,persistent:[83,100,72],"{\\":51,"\u305a\u308c":[64,10,5,119,39,85,66,51,11,100,7,155,61],"\u8a73\u7d30":[126,78,3,39,6,8,9,49,148,95,169,74,12,102,55,83,106,40,62,151,112,65,67,160,116,117,122,135,168,30,57],"=redhat":169,"\u5927\u62b5":8,"\u3002scan":160,"\u30ab\u30e9\u30e0n":164,calculate:118,segments:113,"\u592a\u90ce":38,"\u30df\u30ea":[11,23,39,65,133],updated:[62,67,36,106],"void":[34,72,109,100,137,103,17,55,69,99],"/grn":73,updates:[27,110],"\u3066\u307f\u307e\u3057\u3087":65,"\u53c2\u7167\u5143":11,"\u30df\u30b9":159,"\u53c2\u7167\u5148":112,"=pat":99,vector:[6,67,159,112,74],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":149,japanese:[159,22],"*namebuf":[69,108],"\u3002grn":[61,142],implemented:36,even:159,"\u62e1\u5927":111,"\u50be\u5411":68,"\u6210\u529f":[],"new":[],tips:[],maverick:23,metadata:6,"\u306f\u3044\u3051":[69,153],"\u5fdc\u3058":[35,151,119],"<directory":56,"\u4e2d\u4e95":112,"\u305a\u306b":74,"\u305a\u3064":[151,68,85],":port":[30,85,8],"\u5411\u4e0a":[23,126,8,47,142],serch:[136,16],"\u3080\u308b":[163,133],xvzf:[148,116,20,12,135,169,77],itagaki:138,"\u826f\u3044\u4f8b":111,mysqlgenerallexicon:170,"\u9023\u7d9a":[78,62,129,112,16,69],".yml":70,typo:[23,67],"\u3082\u3057\u4e00\u3064":[],type:[35,3,128,83,42,93,46,97,11,136,52,14,100,16,57,38,108,54,151,64,65,67,68,159,117,118,165,120],"-properties":12,"\u3002zlib":64,posting:97,advance:159,warp:67,language:106,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":164,"_left":[23,97,2,155,29],"\u4e3b\u8981":123,akio:[6,138],root:[8,112,90],"\u306b\u95a2\u3057":[61,151,112,14],"\u304c\u3063":[],"\u80a5\u5927":67,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[122,95,10,6,90,123,67],normalizernfkc:[],"_xml":93,"\u4f55\u500b":95,"\u6301\u3064\u3059\u3079":95,config:[1,10,89],"\u304c\u3059":100,"\uff08document":67,"\u9023\u7d61":106,sitedomain:[90,117],"\u30b9\u30fc\u30d7":129,"/result":99,"\u30fb\u5186":119,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":68,"\u3002tsv":[122,158],"_indexer":99,"_win":34,"\u9069\u5408":[62,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,68,69,112],"\u5206\u5c90":160,"\u643a\u5e2f":119,"_ja":112,"\u5358\u4e00":64,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":134,"/acccess":126,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":138,"_jp":169,"_small":[2,155],"\u6d6e\u52d5":[],before:70,"\u7e26\u68d2":57,"=allow":95,"\u6574\u6570":[],better:67,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,112,155],"\u691c\u8a0e":[62,126],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":[161,67],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30ec\u30d9\u30eb":[5,6,7,85,67],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"'article":68,"\u30d1\u30b9":[161,138,3,72,134,151,83,9,85,130,90,30,23,67,169,56,47,8],"_stop":[67,147,40],"\u7c21\u6613http":[135,116,12,148],extract:[],"\u30ed\u30b0\u30d1\u30b9":138,realtime:[136,42],"/bc":134,content:[101,147,96,163,164,122,95,27,112,6,102,8,124,23,68,47,133],"\u6570\u3048\u308b":117,grease:11,"/\uff09":138,"\u8996\u899a":119,"\u30d1\u30ea":66,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":136,messages:112,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":138,iso:133,isn:14,hook:81,"1\u884c":151,"\u7531\u6765":142,"\u30e1\u30e2\u30ea\u30fc":57,outputting:93,"_keywords":73,"\u5358\u4f4d":[66,3,133,119,39,129,26,27,122,138,155,54,23,157,165],"_clear":[23,69],"\u5b57\u5217":[23,39,67,163,57],"/mm":133,"\u5358\u4f53":[119,151],"\u5f79\u5272":[102,3],nsubrecs:[38,95,108,117,165],distance:66,keyword:[95,163,145,27,41,112,6,73],".json":[4,8],enabled:132,"\u524d\u4ed8\u304d":69,gnupg:134,enables:8,modern:165,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":111,"\u958b\u3051\u308b":6,estimated:97,"_cas":2,"_nabe":67,"\u30d6\u30ed\u30c3\u30af":[119,8,112],"\"service":16,"\u51fa\u529b":[],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":70,regular:[118,8],"\u3002munin":[135,116,12,148],don:[93,73,8,42],radious:157,doc:[75,106,79,134,110],logyyyymmddhhmmss:118,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[16,159,130,42],"\u56fa\u5b9a":[3,83,155,137,69,57],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":155,keybuf:100,"\u306a\u304a\u3053\u306e":151,"\u6210\u308a\u7acb\u3063":61,syntax:155,"\u65e5\u672c\u8a9e":[0,163,62,119,6,133,159,106],"\u8ffd\u52a0":[],zunda:23,"\"\u308d\u3086\u304d":128,yoji:23,"_address":[2,90,155],"_http":[151,8],"\u5f0f\u8868":73,"\u72ec\u81ea":[],edict:67,stop:[6,67,126,8],"_limit":[],"/grntest":134,"\\\"}":51,gbyte:58,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"(grn":73,bad:[67,112,155],"\u623b\u308a":[6,69],"*name":[34,108,54,109,14,100,69,73,46],"\u524d\u56de":134,",\"location":[38,65],"\u63db\u3048\u308b":[127,134],reference:[112,74],"\u591a\u3044":[62,163,133],"\u623b\u3063":8,".kentaro":112,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"\u30aa\u30fc\u30ca\u30fc":112,"\u4e88\u7d04":64,subject:112,brazil:117,"\u6a5f\u80fd":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":74,inappropriate:155,sigint:23,filename:155,"\u7bc4\u56f2":[],"+fffe":78,threasd:85,"_geo":[],"\u3092\u901a\u3057":[85,3],"_get":[34,15,108,35,81,99,109,100,14,6,137,103,17,67,55,23,69,73,46],"]\u3002":67,"\u534a\u5f84":157,"_operation":[2,155],"_level":[],"0x":[11,39,99,163,155],"\u3044\u3044\u306d":[95,163,133],"0e":151,"\u8a9e\u5f59":[],"_reinit":69,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[148,95,66,163,74,82,112,6,65,142,47,133],"_too":[2,155],loaded:60,"\u3068\u3044\u3051":[149,95,159,155,57],three:[11,3],"\u3068\u3044\u3046":[78,3,4,82,39,129,41,6,8,9,131,67,169,47,95,10,133,134,74,11,136,102,16,142,57,38,147,62,151,121,111,112,113,65,66,23,68,158,159,160,170,163,117,164,119,120,27,165,30,106,90],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":117,"\u7528\u3044":[],digits:132,"-help":[],"\u7591\u4f3c":[],multithread:100,sae:[136,16],"_log":[],"\u53d6\u5f97":[],"\u554f\u984c":[15,1,3,163,134,11,149,138,64,112,130,14,6,113,8,133,67,23,169,151,106],logaling:70,"\u6700\u3082":[113,95,14],seven:3,ip:[118,151,90],is:[34,78,3,4,40,41,42,6,90,132,93,46,47,79,95,96,133,74,11,14,102,100,17,110,56,106,147,108,145,97,155,67,68,159,163,72,118,27,167,124,73,8],"\u6069\u6075":126,it:[34,38,95,97,72,118,101,122,163,132,14,51,100,124,133,110,67,93,73,56,108],"\"application":23,im:159,il:[62,129],io:36,"in":[],ia:[62,129],ic:107,id:[35,3,79,82,83,85,42,90,132,92,114,128,95,97,133,74,11,136,100,14,101,52,16,53,141,137,38,147,107,108,62,113,65,153,84,67,68,69,159,163,117,118,119,138,122,170],"if":[34,56,61,133,69,74,118,159,167,14,132,100,97,17,124,67,93,46,8],"\u305d\u3093\u306a":[169,57],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,119,112,14,62,53,160],"\u5f15\u7528":[85,112],kib:124,"8byte":155,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[64,53,57],left:97,protocol:[],just:[72,118,165,167,101,132,69],"@groonga":[134,22],"||":[6,68,61,112,133],"=add":78,yes:[161,136,160],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":138,candidate:[118,136],defrag:[],character:[34,132],"\u306f\u3059\u3079\u3066":[60,78,3,133,40,95,51,8,142,131,124,104,170,57],save:[118,134],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"_close":[34,61,107,18,14,15,67,137,23,69,73],"|>":132,"|<":132,"|:":132,"\u5cf6\u7530":6,daemon:56,"\u6539\u540d":[6,23],mruby:[131,67,60,112],unnecessary:124,"\u52b9\u7387":68,"*oldvalue":108,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u3067\u3044\u3046":[170,117],"\u4f7f\u7528":[],raltime:42,total:[113,151,124],"\u5bc6\u9375":[],"\u5c11\u3057":169,notification:132,tracker:0,localhost:[161,4,134,118,151,85,8,23,47],"\u7a0b\u5ea6":[23,3,112],"\u53c2\u8003":[],compress:64,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[165,96],"\u304c\u308f\u304b\u308b":66,postgresql:[119,27],"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[67,83],"\u30c1\u30a7\u30c3\u30af":[161,138,151,112,6,113,84,67,23],"*optarg":[49,72],commit:106,automatically:110,sphr:66,"\u305d\u3061\u3089":169,"\uff08\u307e\u3082":47,editor:106,"\u6291\u3048":62,fork:[85,106],tokenbigramignoreblanksplitsymbolalphadigit:[62,150],form:[118,170,3,163],"\u3059\u304e\u308b":74,"\u7f6e\u3044":[67,134],".ne":36,"_animal":11,failure:67,"\u5165\u308c":[62,38,165],"\u5165\u308b":92,"\u5165\u308a":[],grroonga:152,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[122,165],"\u6c7a\u3081\u308b":[95,61],kwic:27,"\u5165\u3063":[38,3,112,6,155,122,68,159,160],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":165,"\u30a8\u30c7\u30a3\u30bf":106,tokenbigramignoreblank:[62,150,32],excel:158,"\u3002\u307e\u305a":62,"\u914d\u5217":[],"\u3002\u307e\u305f":[161,10,3,133,11,119,39,85,65,16,90,61,30,158,151],retry:155,"\u30cf\u30a4\u30e9\u30a4\u30c8":[145,41],"\u300d:":170,".service":6,fsf:6,macports:[],pseudo:[],"\u6539\u5584":[6,23,1,112,67],"_offset":[],vmstat:149,"\u9069\u5207":[78,3,119,138,151,57],"\u81ea\u52d5\u7684":151,segv:[1,112],"\u7279\u6027":82,manager:[8,47],"\u7fa9\u8a9e":158,"\u3068\u3059\u3050":101,"\u524a\u9664":[],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[143,85,155],string:[],"-efficient":74,"\u8a2d\u8a08":[95,126],"\u4e0a\u91ce":138,"[php":[6,67],"\u30b5\u30f3\u30d7\u30eb":[],"\u4e09\u8c37\u3055\u3093":67,"\"mysql":[152,74],"-escalation":[],item:[136,16,159,167,42],"\u672a\u6e80":[137,163],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":113,"_entry":81,"-deb":134,"\u4ed8\u4e0e":[],"\u52a0\u308f\u308b":111,"\u629c\u3051":[23,112],"\u5076\u6570":133,"\u63db\u6642":23,"\uff08normalization":170,"-dev":[134,12,112,22,6,135,67,23,160],"\"xxx":112,">alloc":4,"\u4ed8\u304d":[],"\u4f8b\u3068\u3057\u3066":11,softwares:[],"-mode":106,shift:169,"\u3068\u3059\u308c":119,"_version":[],"[suggest":[6,99,112],bom:138,suggestion:[118,167],raccoon:38,bob:[95,163,165,102,52,8,84,114,47],useful:[68,108],"\u30dd\u30a4\u30f3\u30bf":[14,100,137,69,46,105],"\u5fd8\u308c":[23,74],"\u3002table":[100,153,105],"-leak":138,"\u521d\u671f":[72,119,138,6,23,69],"\u4e21\u8005":65,"-check":[118,23,138],"ci\u4e00\u822c":70,"-libevent":99,"\u5e74\u9f62":[119,57],"_min":[103,107],ooo:82,"-each":23,"\"color":170,"\"mori":141,"/nfs":169,"po\u30d5\u30a1\u30a4\u30eb":106,"\u8fd1\u3055":133,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u542b\u307e\u308c":[95,119,129,27,112,122,84,9,57],"\u8fd1\u3044":[137,161],ull:78,"*tc":[137,107],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:[118,151,56],normalize:[],"\u3002\u30ed\u30b0":[8,57],"\u30d0\u30a4\u30c8":[2,108,82,39,138,27,14,6,112,137,23],"/cpuinfo":[135,116,12,148],"\u8a9e\u53e5":[38,112],"_current":15,map:[132,23,124],groo:95,"\u518d\u8aad":[21,158],max:[],mac:[],man:[1,84],"\"serach":16,fluent:91,"\u540d\u524d":[],"_values":[23,69,67],"\u5e02\u5185":80,pointed:34,"_init":[34,132,14,6,67,23,69,73],pointer:34,"/fedora":[6,148,138,134],group:[100,117],"\u8a08\u6e2c":[23,1,160],"\u7d44\u307f\u5408\u308f":[119,95,61,84,57],mail:151,main:135,"\u30b9\u30c6\u30df\u30f3\u30b0":147,"\u91cd\u306a\u3063":112,"\u5b9f\u4f53":14,repositories:134,"_timeout":[2,17,155],ggdb:134,unlock:69,nroonga:[102,68,70],"\u5b9f\u4f8b":[],"\u624b\u6bb5":[61,73],morning:101,"\u6240\u5c5e":52,"\u7a7a\u304d":[149,113],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":100,correct:[118,136,16],"\u624b\u7d9a\u304d":[81,46],"|allow":[95,163],"\u30ab\u30e9\u30e0id":100,"_content":[],"\u3002min":137,debootstrap:134,"_string":[],org:[90,117],"\u62ec\u5f27":51,"\"hello":[147,40],"\u4e8b\u9805":[],rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,147,66,134,95,158],"] [":151,first:[34,165,95,163,133],"\u5468\u8fba":[6,27],"\u30dd\u30fc\u30c8":[161,126,4,151,85,112,90,47],"\u7db2\u7f85":8,fast:[122,95,78,163,145,27,41,51,96,68,133],"\u81ea\u5df1\u7d39":165,crit:[5,7],"\u9078\u3073":152,"\u9078\u3076":[119,8],"1g":[135,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[136,1,100,95],"\u30d8\u30eb\u30d7":160,"_preparer":[136,16,159,42],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":119,memo:102,"\u62e1\u5f35":[],"\u305d\u306e\u5f8c":133,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[95,78,133,74,62,102,124],"10":[151,3],"_index":[],yoshioka:6,libgroonga:146,"\u5229\u7528\u4f8b":119,zsh:[169,134],dash:169,voiced:170,katakana:[170,159],".uuuuuu":133,"-receive":[118,56],speakers:22,"_open":[34,15,2,107,72,18,138,14,6,97,155,137,23],"\u914d\u5e03":[148,116,12,6,135,89,123,67],"_network":2,"\u6700\u7d42\u66f4":72,timeuot:17,">#{":132,"_enc":[137,109],performance:[118,67,27,124],"\u5f79\u7acb\u3061":112,theatre:79,beta:36,pair:[136,16,159,167,42],synonym:[95,79],"_sort":100,fills:118,"\u4f1a\u793e":67,"|ng":95,"\u539f\u56e0":[],precise:[6,12,134],lexicon:[164,151,101,102,92,68,170,57],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":95,threshold:[55,23,31,69],"\u77ed\u6642\u9593":119,"-plugin":91,"\u306a\u3093":10,"\u306a\u308c":10,black:170,"\u306a\u3089":[85,6,8,96,148,95,10,133,74,12,14,100,16,143,57,147,61,108,149,151,112,71,153,68,69,159,160,70,116,72,163,135,170],"\u306a\u308a":[2,3,4,39,85,6,8,9,127,67,94,51,95,10,133,134,74,11,136,14,15,100,16,53,104,128,57,38,147,108,62,151,111,112,157,101,64,65,66,155,23,68,69,158,159,70,170,72,117,119,163,27,122,165,30,31,73,90],"\u306a\u308b":[1,3,39,85,42,6,89,8,169,94,148,95,157,133,134,29,11,12,14,101,102,141,57,106,61,62,151,111,112,64,153,84,67,69,116,72,117,119,138,27,130,135,123,31],info:[5,7,8],wheezy:[],get:[],"\u96c6\u3081":117,"\u51fa\u305b\u308b":119,geo:[],gem:134,"\u3002utf":[170,112],tokyogeopoint:[97,39,29,65,23,157],".o":38,synonyms:158,summary:151,"\u305f\u304b":[23,95,16],wiki:8,kernel:124,"\u8907\u96d1":[6,95,61,112,133],sear:159,masahiro:138,ency:151,"\u884c\u306a\u308f":6,"-threashold":[62,138],"\u53ca\u3073":151,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":47,reading:[],checks:[67,120],"\u6700\u5c0f\u5024":[67,133],"-blog":165,"\u3088\u3063\u3066":[80,78,127,39,87,65],"\u306a\u3069":[80,78,3,82,39,129,41,87,6,131,90,91,169,47,95,10,133,69,11,101,16,134,21,106,146,60,61,62,145,142,151,113,23,42,158,159,163,72,119,27,165],"\u306a\u306b":159,je:128,"\u306a\u3067":159,ja:[134,106],"\u306a\u3063":[126,78,3,6,90,23,169,47,95,10,134,74,11,62,111,112,113,67,68,99,160,163,119,138,122,165],"\u306a\u305c":[147,170,163,95,16,57,159,133],"\u5206\u5272":[3,133,119,129,82,23],"\u306a\u3059":29,"\u306a\u3055":[30,95,59],"\u306a\u3057":[],nogpgcheck:6,"_allowed":[2,155],"\u306a\u304e":164,"\u306a\u304f":[80,1,3,79,82,83,126,6,8,9,67,169,47,95,133,134,11,14,142,57,151,111,112,164,84,23,68,69,70,163,117,119,138,27,76],"\u4f8b\u5916":[131,67,60,148],"\u306a\u304a":[129,134],"\u306a\u304b":111,"\u306a\u3044":[],"*bsd":[23,138],"(cmp":67,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":119,"}/":[106,169,9],"}.":[102,95],"})":118,".select":151,tuning:[],"\u524d\u5f8c":[85,3],"\u9ed2\u3044\u70b9":80,mark:170,"*max":137,shopping:101,"[admin":[6,23,112],"}}":74,"}|":132,senboku:112,"}e":133,"_avoided":[2,155,69],"\u6240\u5b9a":[62,147,129,57],sound:[16,170],"_information":83,"\u30bb\u30df\u30b3\u30ed\u30f3":151,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,131,60,151,4],hdd:151,"_corrupt":[2,155],"\"mroonga":[164,95,133,74],"\u6587\u66f8\u5185":147,characteristics:27,"\u8af8\u6761":58,"\u578bn":95,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":112,"|')":64,"\uff01\u3057":22,"-document":[],"\u3002\u5024":84,different:118,pat:[137,82],"\u91cf\u8a08":1,same:[17,112,74],arguments:34,"=squeeze":134,"\u3002\u3044\u307e":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":112,"\u8a00\u53ca":[164,165],"\uff01\u300d":[95,163,133],leaks:67,"\u7b49\u4fa1":[],"< n":133,"\u672c\u5f53":[79,159],montywi:99,"\u305d\u3057\u3066":[95,78,117,11,119,27,165,68,159],markus:6,markup:75,"\u30d3\u30e5\u30fc":6,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,134],"_invalid":[137,100,2,69],"\u5927\u8cb4":6,"(precise":134,money:38,"\u5927\u898f\u6a21":119,"\u3002\u3059\u3079\u3066":[52,160,106],"\u518d\u8d77":[124,126,158],".dll":34,"\u8fd4\u5024":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":112,"\u3002none":85,"/false":[11,1],"\u4e2d\u592e\u5024":67,"\u5ea7\u6a19":[80,66,133,165,29,23,157],"\u56f0\u96e3":[6,119],"_syntax":[2,73],"\u9069\u5b9c":134,"'ve":165,"\u9650\u308a":[61,62,129,51,53,69],"\u9650\u3089":111,quantal:[6,134],specifies:118,"\u9650\u3063":69,testdb:[151,56],specified:[34,97,46],users:[],"\u99c4\u76ee":111,ellip:66,"/database":[8,47],"_realloc":34,"\u65b0\u5bbf":65,critical:[34,132],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:35,"\u306b\u3064\u3051":133,"\u30cb\u30c3\u30dd\u30f3":159,"\u306f\u3044":11,broken:155,"\u306f\u305a":[6,151],"\u307e\u3064\u308f":112,"\u306f\u3069":[95,57],"\u306f\u3068":82,generated:[34,167,110],"\u306f\u307f":76,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[151,117],"\"\u30df\u30ea":133,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":85,"\u8abf\u6574":[62,149,95,142],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":112,"\u7279\u6709":[],"-login":124,"/ '":69,"\u306a\u304c\u3089":[95,78,3,134,119,6],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[101,98,11,6,8,68],"\u8a18\u8f09":[6,134],"\u3002cpu\u30b3\u30a2":47,"\u3082\u3057":[122,95,66,163,164,151,112,15,102,2,8,84,169,67,70,158,47,57],"\u7834\u58ca":100,"\u516c\u958b\u9375":134,"\u3082\u3059":9,"\u3082\u3064":[153,117],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,85,6,89,8,95,10,134,11,15,100,16,137,106,59,61,151,112,66,155,68,157,161,170,73],"|on":95,"|oo":95,"$prefix":23,"\u3002drilldown":95,"\u5883\u754c":[6,66],general:170,file:[1,118,138,8,110,124,155],"*obj":[35,69,72,81,49,73,46,105,108],again:[8,17],"\u53d6\u308c\u308b":51,"\uff08true":11,"\u5f37\u5316":[23,138,67],"\u4e0e\u3048\u308b":[51,161,65,10,85],"\u5b57\u5c0f":95,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":74,"\u8a18\u8ff0":[61,3,85,151,165,68,73],"\u4e00\u6642\u7684":[149,69],"\u4e0a\u9650":[],"6gib":124,starting:34,sergey:67,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,67],expressions:8,nested:112,libmsgpack:[135,12],"\u30d3\u30eb\u30c8\u30a4\u30f3":112,"_difference":100,"/lib":[126,8,9],"-alloc":71,"\u8aad\u3081":6,"\u8aad\u3080":60,"\u5dee\u5206":151,"\u8aad\u3093":[76,70],"\u4f4e\u4e0b":112,")mroonga":158,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":134,"\u306f\u3053\u306e":[149,95,164],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":74,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":163,titles:[163,133],plugins:124,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":160,"\u5225\u9014deb":134,"@orangain":112,tokenbigramignoreblanksplitalphadigit:32,"_append":[18,61,73,69],"\u30e1\u30bf\u30c7\u30fc\u30bf":[131,60,83],"\u8aad\u307f":[119,1,159,134,142],"\u5909\u66f4\u5f8c":[109,100,14,103,55,69],"\u307e\u3057\u3087":[38,95,66,3],"\u30c6\u30b9\u30c8":[],threads:[118,132],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":85,"\u6e96\u5099":[],"\u6d3b\u7528":126,"\u5931\u308f":6,search:[78,163,136,145,27,41,42,6,152,100,16,67,137,23,158,159,133],published:134,"\u300c\u5024":57,aptitude:160,"\u672a\u77e5":99,memos:147,".synonym":95,"\u78ba\u7387":136,distinct:118,"\u5ca9\u4e95":[6,112],"\u5317\u534a\u7403":6,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"_gqtp":151,"\u3053\u3068":[],"\u3053\u306e":[34,2,3,4,104,82,83,129,85,144,41,42,6,78,89,44,67,131,169,114,47,79,51,95,66,133,134,74,11,99,12,100,15,62,52,16,17,137,120,57,146,38,60,61,155,148,20,145,151,112,157,101,64,164,65,102,22,166,84,23,68,87,158,159,70,116,163,117,106,119,25,26,27,40,122,135,123,165,124,76,77,73,8],jsonp:[118,23],"[element":[133,74],"\u4e00\u756a\u5de6":133,"[example":67,none:[95,78,120,40,167,8,68,169,155],hour:[132,17],"\u3053\u3053":[95,3,163,134,11,136,122,62,65,165,170,158,133],dev:[135,12],deb:[6,135,12,134],"\u3053\u3046":111,"\u4e2d\u5fc3":157,share:169,"\u96c5\u5e83":67,minimum:34,strlen:34,needs:124,maps:124,"\u3053\u308c":[78,79,82,129,41,42,6,8,9,67,169,47,101,95,66,133,134,74,75,15,16,57,61,62,149,112,64,152,65,155,84,23,68,158,159,170,163,117,164,119,27,11,165,106,104],"\u3053\u3080":60,"*value":[137,35,100,69,18],"\u591a\u3059\u304e":138,"/afr":[65,3,117],"\u666e\u901a":[111,133],mariadb:[67,112],response:118,"\u3066\u304d":2,"\u3066\u304f":160,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[95,61,74,11,151,85,27],"\u547c\u3070":[3,133,39,52,14,100,112,46],"\u3002ftp":151,"`hostname":85,"\u5217\u578b":[11,163,117],"\u3002\u4f8b":69,finalizes:34,through:8,filters:[],"\u975e\u308f":129,"\u308c\u308b":[80,3,81,82,39,129,85,42,6,67,131,169,46,101,95,10,134,74,11,136,137,14,15,52,16,53,21,57,60,61,62,121,151,112,113,65,66,155,84,23,159,160,170,164,119,120,27,106,73,104],"\u6955\u5186":[66,157],good:[147,133,95,40,101,163],"\u516c\u5f0f":[23,116,148,102],"\u3079\u3066":[95,8,117],"\u9664\u304f":6,"\u5316\u95a2":138,"\u4f1d\u7d71":119,"\u3079\u304f":3,"\u9577\u91ce":67,"\u9664\u3044":[151,27],"-encoding":[],micro:165,token:[],learing:42,"\u52b9\u679c":165,"\u9664\u3051":100,"\u767b\u9332":[],hard:124,flower:11,"\u30d5\u30e9\u30f3\u30b9":66,"\"gr":57,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":160,"\u8ddd\u96e2":[80,1,66,133,98,119,6,65,157],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":89,"\uff08\u79d2":69,"\u3068\u3082\u3063\u3068":169,"\u89b3\u70b9":149,"\u547c\u3093":[67,129,117],tahr:[67,12],"\u4e09\u8c37":67,tritonn:[95,163,133],"\u308c\u305a":10,"\u306b\u3082":[95,129],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[165,66],".blog":62,"_data":[],koi:[6,169,85],"\u306b\u5bfe\u5fdc\u4ed8\u3051":159,least:124,"\u516c\u5e73":112,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":47,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,85,8],"/archive":134,"*results":100,selector:139,"\u308c\u307e\u305b":[10,145,85,113,100,68,169,158],"\u6574\u7406":[6,112],"},":[38,95,78,3,79,74,165,150,151,40,101,102,52,66,43,128,96,68,133,114,163],"\u4e71\u6570":[59,65],"_tag":145,"\u8a18\u9332":[6,119,53,9],"\"requires":6,"\u4e0a\u8a18":[58,106,95,169,3,117,164,62,151,42,6,102,65,16,90,84,96,70,158,57],ages:[92,84,57],"\u30b9\u30ab\u30e9\u30fc":74,"\u51fa\u6765\u308b":165,"\u5217\u8868":39,built:69,"/lists":134,"-limit":[1,85,95,112],extracted:73,"\u307e\u3068\u3081":[],build:[134,12,112,71,135,89,110,67,70],"_available":[2,155],"\u53d6\u308a\u51fa\u3057":[137,107,3],eggs:68,most:97,"~*":73,"\u306b\u3057":[133,95,112,163],myisam:119,"\u5e73\u884c":134,"-protocol":[151,85,90],"\u306b\u3059":62,kb:149,ka:170,"\u306b\u3066":[6,66,112,134],"_put":[],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":113,"\u306b\u3069":61,ko:36,km:165,"\"theater":79,"\u7528\u8a9e\u96c6":113,"\u4e0a\u66f8\u304d":[65,134],mlock:138,"\u30ad\u30fc\u30b5\u30a4\u30ba":82,"(drilldown":53,"\u30d1\u30c3\u30c1":[],"[number":51,relation:69,nterms:113,find:110,depended:[],"_int":[54,69,73],"\u30a2\u30ca\u30a6\u30f3\u30b9":134,permission:155,express:[6,89,112],"\u601d\u3044":106,"\u601d\u3046":[68,117],"\u62c5\u5f53":134,"\u9593\u9055\u3063":[112,6,152,16,67,23],"\"popular":95,"_and":[49,61],"\uff08byte":[69,108],common:[137,23,100,133],"\u601d\u3063":75,"/log":[118,126,169,85,8],"_sjlj":67,lion:6,tokenizers:[],"\u76f8\u624b":111,"[backslash":163,please:106,"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":134,"\u5024\u57df":127,".log":[126,10,85,151,8,169],"\u30cb\u30db\u30f3":159,readme:[112,134],"\u8a9e\u4ee5":133,"\u8868\u73fe":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,112],reverse:[8,134],"\u6570\u70b9":39,"-file":[118,23,122,85],"\u5b9f\u51e6":[61,46],"\u6642\u70b9":[15,10,134,109,14,6,17],point:[],"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":134,"\"gronga":152,"_connection":2,create:[34,159],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,164],"\u53ce\u96c6":[122,119],"_when":122,"\u30a2\u30ed\u30b1\u30fc\u30c8":71,bill:[62,129],replaced:[56,167],ful:78,"\u30c8\u30fc\u30af\u30f3":[147,78,133,82,129,112,42,40,16,67,23,170,138,57],engi:[136,159],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[82,3,8],karmic:160,"^ \"":133,itself:74,rubygems:6,"\u95be\u5024":[],"-key":[99,134],"\u7d42\u7aef":[6,73,72,14],emphasize:96,")groonga":158,"\u56fd\u540d":117,development:165,"-chroot":134,"\uff08perl":8,keys:[100,8],"-existence":112,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":134,"\u5834\u6240":[],"\u53cc\u65b9":111,"\"\u3001":[159,117],"\"\u3002":67,"\u30b9\u30bf\u30a4\u30eb":85,"\u5409\u7530":112,"\u7d44\u307f\u5408\u308f\u305b":[61,3,134,62,119,64],flags:[],sortby:[],convenient:159,entry:[64,88,81,63,51,153,139,31,94],"\u3064\u307e\u308a":[95,78,134],sunos:67,"\u3002dump":141,"\u547c\u3073\u51fa\u3059":[59,157,98,29,142,162],"\u3001\u00d7":111,"\u5024\u306a\u3089":112,"\"value":95,"\u547c\u3073\u51fa\u3055":[81,95,14],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":151,"\u306f\u3069\u3061\u3089":47,source:[38,3,134,165,83,64,52,122,68],win:89,"5\u3064":84,bin:89,"\u5171\u901a":[133,82,39,111,23,68],big:67,"\u968e\u5c64":61,bit:[148,116,20,39,12,151,112,135,89,123,70],"\u5f53\u3066":[82,78,92,14],"\u30d7\u30e9\u30b0\u30a4\u30f3":[148,1,170,102,119,12,147,130,112,6,135,131,138,9,60,23,67,169,158,116,106],"\u5927\u4e08\u592b":[169,111],"\u8aa4\u308a":[6,67,112],"\u5354\u529b":[],"\u3057\u307e\u3063":67,"\u4e0a\u8ff0":158,api:[],"-command":[],"_over":[2,155],"\u4ee5\u5916":[80,82,39,23,95,134,74,14,15,100,57,61,107,54,151,112,71,67,69,163,72,119,138,73],google:[152,95],"\u5168suffix":100,"\u8aa4\u3063":[6,112,134],examples:138,"\u3001[":3,server:[38,118,6,8,67,47],"\u3002set":151,"\u66f8\u304b":[6,165],"\u3001c":3,"\u66f8\u304f":[68,163],"\u8a73\u3057\u304f":[11,119,3],"\u66f8\u304d":[],"\u66f8\u3044":[165,163,133],newark:165,"\u3092\u3064\u3051\u308b":133,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":99,"/cutter":134,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[61,85],"_checks":120,cxxflags:[20,134],"\u3001#":165,"\u3001\"":[96,3,79,164,165,39,112,42,6,152,16,23,159],"\u3001$":134,"\u3001'":[163,11,39,85,102,67,109,133],"\u3001(":[137,39,151,100,84],nginxhttpstubstatusmodule:67,"\u3001-":[30,39,138,151],"\u3001/":[3,90],"\u3001.":[160,106],"\u5730\u5f62":[66,157],"\u3001:":[15,151,14],"(fedora":126,"\u3084\u3059\u3044\u304b":158,"\u3001>":63,"\u3057\u307e\u3059":[95,133,165,129,116,152,163],"\u7a4d\u307f\u91cd\u306a\u3063":112,"/yum":134,"\u9010\u6b21":119,"\u5927\u95a2":67,"\u6295\u5165":[62,1],"_fin":[6,34,73,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":169,"\u51fa\u3059":165,"\u51fa\u3055":112,translate:[106,110],"_full":[],"-type":[42,16,8,23,159,47],"\u7b97\u8853":[],"-binary":[8,47],"/epel":116,"\u56de\u907f":[],"\u52d5\u304d":[95,47],"\u52d5\u304f":[6,23,169,171],"\u52d5\u304b":112,"*keybuf":100,curl:[169,4,118,6,8,77,47,70],sourceforge:134,cmake:[6,169,89,112],"\u6570\u73e0":164,functionality:118,"\u5207\u308a\u6368\u3066":11,libwinpthread:67,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":151,"\u6b63\u898f":[40,78,3,133,99,145,120,41,6,100,67,170,158,57],confirm:106,"\u3068\u307f\u306a\u3057":163,"2\u3064\u3081":[68,163,47],"_nil":[137,100,138,73],failures:134,"\u7d50\u5408":[61,163,142],rinse:134,getaddrinfo:6,jason:128,wanabe:112,"/cache":8,"\u57cb\u3081\u8fbc\u3080":151,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"_debug":160,"/\u65e5":165,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[133,68,95,163],"-release":[],"\u3042\u3089\u308f\u3057":79,"\u4f59\u308a":133,putting:124,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":160,uubntu:160,"\u512a\u308c":119,".output":30,"\u76f4\u611f":128,"\u9665\u3063":6,"_header":83,"\u9023\u643a":119,"_thread":151,"= n":133,access:124,"\u5f35\u308c\u308b":112,"\u4e2d\u56fd":66,"\u3002\u30ad\u30fc":95,"= y":112,"\u826f\u304f":68,"\u826f\u3044":[68,111],nonexistent:95,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":66,"0xc":155,"\u306b\u5bfe\u5fdc":[35,95,69,108,81,54,85,170,14,6,100,30,21,23,51,99,46],"= \"":[67,95,133],"/tmp":[158,47],";\"":6,"\u57cb\u3081\u8fbc\u307e":134,"\u57cb\u3081\u8fbc\u307f":[27,41],named:159,"\u3002adjuster":67,"/to":[8,47],"\u30ed\u30f3\u30c9\u30f3":66,"ci\u4e0a":70,"(ctx":[15,61,73,108],"\u53d7\u4ed8":[79,112],"\u5b8c\u4e86":[95,134,106],"'mroonga":[102,68],"\u30d5\u30ec\u30fc\u30ba":[],".pid":85,"\u5f35\u3063":[95,112],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[148,116,12,135,89,123],normalizer:[],"_previous":15,"[header":[122,60,78,120,64,150,52,43,104,9,131,114,153,57],normalized:120,"\u305d\u308c\u3089":[161,95,108,64,17,158,47],">max":4,"\u96c6\u307e\u3063":117,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":112,"_malloc":34,"\u8d77\u52d5":[],twiter:6,iptables:47,"\"correction":152,"\u30af\u30e9\u30c3\u30b7\u30e5":[138,112,6,52,67,23],"{prefix":[169,9],"/linux":[],"-za":118,"\u6295\u7a3f\u5834\u6240":165,gcc:[148,116,20,112,6,23,169],dd:[132,133],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":134,"\u5f35\u3089":[6,11,108,112],"\u5f35\u308b":[163,133],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":67,".textile":134,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[118,160,110],"/repositories":134,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":138,"\u7d9a\u304d":51,"\u306e\u3088\u3046":[95,163,83,112,15,52,142,67,133],"(cutter":160,"\u7d9a\u3044":[62,95],hiroshi:[23,138,67],jiro:38,"\u3002int":112,"\u7d9a\u3051":151,lf:161,"\u6d88\u8cbb":101,lc:106,ll:[62,78,129],euc:[169,85,112],li:[62,129],lt:[145,78,27,41],ls:134,"_gqpt":151,"\u9589\u3058\u308b":[23,1,82],"\u306f\u3069\u3061\u3089\u304b":[163,133],"\u8a71\u3057":76,"\u3067\u3057\u3087":[146,117,119,101,52,169],dat:82,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":57,day:[101,132],"\u30e6\u30fc\u30b6":[64,95,61,3,134,39,151,42,6,152,16,159],"\u4e00\u3064":[88,5,39,129,7,92,94,10,98,11,14,15,100,139,141,21,143,59,108,63,64,113,66,157,71,162,164,119,29,96,31,125],"\u70b9\u9593":[80,66],"_persistent":[100,108],"\u5217\u5f0f":73,"& y":112,"& x":67,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":61,"& b":133,"\u81ea\u4f53":163,"/message":134,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[102,96,164],"\u88dc\u3046":119,"\"sphere":157,res:[100,49,151,97],rep:151,docutils:110,"\u30ab\u30ec\u30fc":129,red:[],"_end":2,"/\u6708":165,frank:84,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[30,8],"/aba":[65,3,117],"& (":133,"\u76ee\u8996":122,"\u30d6\u30e9\u30b8\u30ea\u30a2":66,"*top":97,"_long":[2,155],"\u91ce\u9996":67,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":119,hex:38,reaches:124,"\u30d9\u30af\u30bf":[6,138,1,69,112],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":153,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,60],natty:[23,134],completed:159,acquire:17,documentations:144,"\u3068\u3088\u3044":169,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":57,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":119,interrupted:155,"\u81f3\u308b":11,have:[101,124,93],"=users":[8,47],"\"co":152,min:[],"_control":[2,155],"\u914d\u4e0b":[30,134],"_func":[34,67,46,14],"\u8aad\u307f\u8fbc\u307f":[60,3,112,9,23,158],"\uff08gnu":169,"/commands":[67,52,83,92],"_character":73,eight:3,"\uff09\u3001":[82,129],"\u306a\u3082\u306e":[126,108,134],"\uff09\u3002":62,"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,16,57],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[122,1,10,138,112,6,67,23,99],"\uff08least":104,"\u7d44\u307f\u8fbc\u3093":119,normally:[124,93,14],text:[122,95,78,4,82,39,151,27,6,102,97,141,124,67,68,133,47,163],"\u8d8a\u3048\u308b":62,supported:[67,36,8],"\u5ea6\u3068":23,conifugration:70,"\u610f\u5473":[95,61,3,163,117,74,158,83,85,112,65,136,169,73,159,151,133],"\u5b66\u3093":165,"*table":[137,100,69,108],"\u4e00\u500b":61,"[mruby":67,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":84,"\u5c11\u306a\u304f":[133,119,111,27,101,163],"\u5c11\u306a\u3044":[95,163,101,142,158,133],"[column":67,"\u7e70\u308a\u8fd4\u3059":138,"_prepend":69,"\u306e\u307f\u3057\u304b":152,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[151,133,106],"\u5272\u308a":[78,133,11,82,14,92],calling:34,fixed:[6,67],"_busy":[2,155],"\u5236\u5fa1":[],"\u3002blogs":62,we:67,"\u4ee3\u5165":[],enhanced:36,wc:[135,116,12,148],xxxxx:134,"\u985e\u4f3c":[],"{name":133,"(string":98,"\u30c7\u30e1\u30ea\u30c3\u30c8":82,progress:132,"\u6751\u4e0a":[67,112],"_incompatible":2,"\u5b66\u3073":[95,66,117],"\u7dad\u6301":[119,47],"\u9577\u3059\u304e\u308b":112,sho:112,"\u5168\u4ef6":[137,163,133],"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":95,".org":[3,89,8,169,148,96,134,74,11,12,15,141,106,38,20,151,65,90,67,116,117,135,77],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":82,otherwise:[34,69],comment:[164,68,165],"\"fulltext":78,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[62,165,112,6,11,67,23,170],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[62,95],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:34,"\u901f\u3044":82,define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[163,133],finished:132,"_domain":2,"=..":134,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:124,"\u6307\u91dd":[],"(cve":67,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[85,3,90,112],"\u6c42\u3081\u308b":[119,66,117,157],pkgs:116,"-endpoint":[118,56],optarg:[49,72],"\u67af\u308c":[126,168],receiver:[118,56],":!":163,"[apt":6,"\u672c\u4f53":76,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":134,center:157,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":112,builder:18,"\u4e00\u81f4\u7528":128,position:[34,40,78,97],"*result":100,"1byte":155,"\"ellipsoid":157,"\u8868\u793a":[],"-platform":[],stores:73,"_byte":[2,155],"x\u30df\u30ea":[39,133],"\u5229\u7528":[],stored:[56,42],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":82,":<":[95,163],"\u958b\u59cb":[95,66,145,151,112,71,52,67,23,69,160],"_true":69,"\u3055\u3093":[117,138,27,130,112,6,152,67,23,99,47,106],add:[95,78,12,6,110,67,144,106],"\u3002gqtp":[161,2,90,155],"\u3055\u3089":68,match:[],tests:134,"|none":95,"\u5730\u57df":119,elapsed:[118,122,4,132],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":62,like:[8,108],success:155,"_leak":160,"_decr":69,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":47,works:[34,132],soft:124,"\u63d0\u6848\u7528":118,"\u4e0d\u6b63":[1,138,112,67,23,160,57],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":112,"\u8ca0\u8377":[138,8],"\u7121\u52b9":[95,163,109,112,6,100,8,137,169,99],"\u610f\u56f3":[163,164,112,6,102,67,68],tmp:[3,134,118,136,83,85,112,52,90,92,158,47],"_optarg":[49,72],sjis:[169,36,85],"\u30b5\u30de\u30ea":112,"\u5f62\u5f0f":[],",\"domain":117,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":133,"\u30d0\u30b0":[23,111,112],"\u3046\u307e\u304f":[],dcb:67,host:[151,90],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":62,about:[34,122,132,124,15,110,67,144,70],actual:[67,8],socket:155,"\u3055\u305b":111,"\u4ee5\u5185":[165,65,16,133,159],introduces:67,"\u3055\u304d":11,"_time":[122,132],tomo:38,"\u3055\u3044":[126,78,3,128,115,82,39,40,22,6,2,89,90,9,131,96,169,47,148,95,66,133,74,11,136,12,62,52,17,55,83,57,106,60,43,20,149,150,151,112,64,164,65,153,104,67,114,160,116,163,117,119,120,102,135,165,30,77,8],introduced:8,"\u524d\u65b9\u4e00\u81f4":[],"!!":[51,38,8,165],"\u6307\u3059\u5024":137,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":134,"!)":8,dataset:[118,56,167,159],"_object":2,"\u30ec\u30fc\u30bf":6,rch:78,">default":4,"\u901f\u5ea6":[23,38,151,112,82],"\u7591\u554f":68,glib:112,"_inappropriate":2,"\u3002post":47,but:[118,124,56],"\u3068\u3068":[75,106],"\u3068\u3069":44,"\u3068\u306e":133,"\u3068\u3063":8,"\u30fb\u5168":139,buf:[100,69,108],bug:[6,67,36],"\u5730\u56f3":119,"-w":134,"\u3068\u3057":[161,38,60,61,133,152,11,151,39,85,112,42,101,66,16,8,68,14,158,159],"\u3068\u3048":[10,119,109,129,27,41,65,169,73],binlib:134,"\u3068\u304d":[1,78,3,39,129,85,42,6,8,9,67,169,46,47,148,95,66,133,134,74,11,136,12,14,102,100,16,142,137,57,38,61,107,121,111,112,64,152,155,23,158,159,116,170,163,117,119,138,27,122,135,165,77,90],"-disable":[118,23,138,67],"!\\":133,epel:[6,116],colum:124,pid:[1,169,85],"\u8a08\u7b97":[80,1,66,133,98,119,39,112,42,6,65,16,131,67,157,159],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[138,169,134],"-config":[1,138,85,6,23,169],saer:[136,16],"\u4f7f\u3044\u5206\u3051":[62,129],pip:110,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":134,"\u305f\u3060\u3057":[1,163,129,85,112,64,53,30,137,23,133],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,67,112],detail:151,"\u3068\u308b":69,"\u4fc2\u6570":[95,61],"\ufffecrch":78,"\u306b\u3064":6,"\u3068\u3082":[95,133,149,151,27,164,65,163],"_vars":34,"/sysconfig":126,"\u306e\u3044\u305a\u308c":[83,79],"\u307b\u3069":[126,3,11,136,85,57],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,155],"\u5909\u3048\u308b":[62,95],"\u307b\u3046":67,"\u307b\u304b":[11,119],"-r":[118,56],"4e":149,"|ro":95,"\u3002groonga":[3,4,82,6,89,8,127,169,148,95,10,133,12,151,112,64,67,68,159,71,116,163,119,135,76,90],"\u6e1b\u3089":[6,82,16,79],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":137,tweet:101,"\"ab":152,under:[118,67,8,56],"-ci\u4e0a":112,"\u3002google":163,"/plugins":[138,169,112,9],"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,151,133],"_snip":[6,67],"\u63a5\u8fd1":61,"-repository":[6,12,134],estimates:97,"[http":[6,67,112],"\u7b87\u6240":[122,27,134,112],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,112,67],"\u4e00\u8a9e":62,"\u5b9f\u65bd":134,"\u81f4\u547d":6,"-rpm":134,"\u7d44\u8fbc":[59,88,98,5,39,63,157,162,64,29,7,139,125,141,143,21,92,31,71,113,94],"\u683c\u7d0d":[],"\u53cd\u8ee2":133,"\u30e2\u30cb\u30bf\u30fc":[135,116,12,148],"\u9069\u7528":[],"\u3002output":141,studio:[6,89,112],path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":151,"_key":[],"\u79cb\u8449":65,changed:[36,8],"\u5f62\u614b":[119,169,133],"\u58ca\u308c\u308b":[6,23,1,138,112],"\u63a8\u79fb":10,"\u3082\u3063\u3068":95,"-ci":112,"\u8fd4\u5374":[92,95,3],"\u8aad\u307f\u3084\u3059\u3044":99,"/munin":169,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":112,noarch:[148,116],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":107,namebuf:[69,108],autogen:[6,134,106],"\u30a2\u30e1\u30ea\u30ab":66,"_jis":169,"-bind":[6,23,85],must:[34,97,118,42,124,73,56],me:32,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u7f6e\u304d\u63db\u3048":[67,85,163,106],mb:6,mm:[132,133],ml:111,"\"blank":170,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":151,mv:21,install:[],my:[95,163,133],"/xml":47,"\"s":[78,136,16,159],end:[161,145,4,155],eng:[136,159],"\u3002html":145,"\u3002functions":160,"\u30d7\u30ed\u30bb\u30b9":[161,71,10,3,119,85,112,6,113,52,8,9,151,143,47],env:158,"\u3067\u3082\u3063\u3068":126,rroonga:[164,112,15,102,142,67,68,70],"\u30b4\u30df":[23,138,113],"\u7d42\u4e86":[],description:[165,129],"-devel":[148,116],"\u5c0f\u3055\u304f":[101,82,66,47,157],".tar":106,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[95,61,163,82,130,137,157,57],"\u5272\u308a\u5f53\u3066":[15,138],"\u4e88\u5b9a":[60,10,74,75,27,66,131,23,47],executed:90,"\u7acb\u3061\u4e0a\u3052":151,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":61,"\u305f\u304f":[126,117,112,27,152,23,47,106],"\u5bfe\u8c61table2":100,"\u5bfe\u8c61table1":100,"\u300c\u697d\u3057\u3044":129,"@packages":134,gqtp:[],"\u305f\u3073":[65,10,151,134],"\u305f\u3060":[148,74],"\u8fd4\u308a\u5024":[67,112],"\u4e00\u884c":[151,138,85],"\u3072\u308d":128,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":112,"\u3072\u3089":[159,163,133],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u3054\u3089\u3093\u304f":91,"2\u3064":[0,95,3,163,117,98,165,83,112,42,64,102,126,164,67,68,171,47,57],each:[118,136,42,16,8,132,73,159],searc:159,signing:134,"\u3002\uff08":[80,95,138,163,106,82,39,129,27,41,14,113,16,133,142,137,23,42,159,70],"\u3002\uff09":[80,1,129,163,106,82,95,27,41,42,16,133,137,23,70,138,57],"(byte":[100,108],"\u6e96\u62e0":[8,112],goo:[163,133],msgpack:[4,155],"\u30da\u30a2":[79,11,42,152,16,158,159],newly:27,"\u4f59\u8a08":111,"\"(":[79,112],free:[113,138,132],"\u305f\u308a":[126,81,82,39,142,111,119,67,76,57],"\u305f\u3089":[95,133,134,164,138,111,126,102,84,67,169,159,47,106],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":52,freq:42,"\u958b\u653e":14,"\u305f\u3081":[],"\u53e4\u304f":67,freecode:[],"\u53e4\u3044":[6,165,52,170,134],"_locked":69,filter:[],unknown:155,onto:124,rand:[],already:[34,124,17,56],"\u53ef\u5909":[23,83,31,155],"\u897f\u66a6":133,top:[23,97,29],"\u30d6\u30e9\u30a6\u30b6":[169,90,134,106],"\u304a\u304b\u3057\u304f":138,too:[68,155],tom:102,tood:34,"_pragma":95,tool:[70,110],serve:134,wareohji:6,".com":[],"\u6d0b\u723e":23,"\"good":[95,133],"_untag":[],expr:[69,73,46,105],"*cursor":97,obata:138,"_isspace":34,"\u8d64\u9053":66,ram:151,"\u6709\u3057":83,"\u5834\u5408":[],"\u5f93\u3063":[95,100,137,30,49,47],"\u4e00\u89a7":[],"_source":134,hanako:153,"\u591a\u9762":119,"> y":112,"/stop":[147,40],"\u5f93\u3046":138,"/share":[23,85],though:159,"\u3044\u307e\u305b":[80,95,78,163,82,112,122,8,136,133,171,158,116,47,57],bsd:169,"\u3072\u3068\u3064":[6,163,98],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],treats:67,"\u30ed\u30fc\u30de":159,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:138,"\u307f\u306a\u3055":61,pkg:[20,138,169],"\u5ea6\u8868":138,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":119,"\u3002hook":81,"\u306b\u3064\u3076\u3084\u3051\u308b":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":61,"\u59cb\u307e\u3063":[122,152],"_valid":8,fontaine:23,"*fin":46,"\u3064\u3064":[62,102],watch:134,"\u306f\u307e\u3068\u3081\u3066":134,"\u3064\u304d":[60,96,74,95,64,104,131,158],"\u3064\u304b":130,"\u3064\u3044":165,"\u7d50\u679c":[],hendro:112,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[118,23],"_with":[128,129,100,108,133,57,163],"\u3064\u3051":[95,66],nul:[34,23,72],"-commnad":10,ciritical:8,"\u5bfe\u8c61cursor":[137,107],"_for":61,"\u4e8c\u3064\u76ee":[],"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,83,76,138,8],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":90,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":134,"\u59cb\u307e\u308b":[95,163,151,64,152,100,53,67,158,159,47,133],news:[],"\u884c\u6307\u5411":119,"\u3068\u3057\u307e\u3057\u3087":[68,79],extracts:73,"\u30e9\u30f3\u30c0\u30e0":65,"4gib":[82,155],"\u65b9\u5411":137,"\u591a\u91cd":161,"\u5f8c\u304b\u3089":141,"\u7d4c\u7def":[11,39,65],trust:134,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":151,"\u7b49\u3057\u3044":[95,61,163,69,133],"\u7b49\u3057\u304f":[61,163,133],"&lt":[145,27,41],been:134,"\u30a8\u30e9\u30fc\u30ed\u30b0":126,"_blog":68,"\u8d77\u6e90":11,"/shutdown":[8,47],tokenmecab:[6,62,129,150],"\u5217\u60c5":78,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:17,xxx:[85,112,133],"_not":[95,2,52,153,155,114,49],"\u6700\u9069":8,"\u7528\u9014":[148,95,74,82,12,112,122,135,89,123,119,116,126],"\u6728\u4e0a":137,"\u4fee\u6b63\u4e2d":16,"\"e":[136,78,159],"\"a":[67,78,164],"\"b":164,"\"c":164,"\"n":[122,95,3,163,71,8,133,90],"\"h":78,"\"i":[122,147,163,165,95,101,68,133],"\"k":38,"\"t":78,"\u5c1a\u4e5f":112,"\u81ea\u8eab":[6,23,78,85,158],"\"}":[38,147,163,117,164,11,101,42,51,102,65,16,8,153,136,133,68,170,159,47,128],"\"x":112,"\"@":165,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:67,"\"\\":73,"\"]":[38,95,3,133,74,62,165,83,85,27,141,159],"\"_":[3,79,83,40,42,8,96,114,47,128,51,95,66,133,74,11,136,101,102,52,16,141,38,147,62,112,164,65,153,84,68,159,163,117,165,122,170,90],"\"[":6,"\"'":[95,163,74,62,129,112,6,67,133],"\"\"":[164,39,99],"\"#":23,"\",":[78,3,79,83,85,40,41,42,90,92,114,128,101,95,66,133,74,11,136,51,102,52,16,141,38,147,62,145,151,112,71,113,65,153,84,68,159,163,117,164,165,27,122,96,170,8],"\"-":[23,66],"\".":[133,117,159],"\"/":[83,52,85,65,92],"\u4e8c\u756a":[],"\")":[38,66,133,98,109,102,112,6,29,65,84,67],"\"*":6,"\"<":[145,112,41],"\">":[145,4,41,27],"\"?":4,"\":":[78,3,4,60,41,42,40,90,131,96,114,47,79,101,95,66,133,74,11,136,51,102,52,16,128,38,147,43,145,150,151,71,113,65,153,84,68,159,163,117,164,165,120,170,8],"\";":[151,8,47],"\u78ef\u90e8":112,charlie:165,"/run":[85,134],"\u3084\u3059\u304f":138,"\u3084\u3059\u3044":[1,95,27,41,142],"\u5bfe\u8c61table":[137,100,69,108],"_tags":[38,165],"_ctx":[],"\u4ecb\u6587":165,"_buffer":[18,2,155],".scr":151,"*bottom":97,"_selector":[],"5f":151,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],ceekz:112,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[163,133],advanced:36,"\u542b\u3080\u5168\u3066":52,"\u5c0f\u6587\u5b57":[137,78,3,170,57],poedit:106,"\u6b63\u3057\u304f":[6,67,159,112,163],"\"engine":[16,159,42],"\u6b63\u3057\u3044":[152,16,158],"\u7d20\u89e3":[119,169,133],"\u307e\u308f\u308a":76,successfully:34,"_str":[165,73],jennifer:128,escape:73,"\u73fe\u4ee3":119,tutorial:34,".zip":106,"_right":[23,97,29],".github":[134,106],allocate:[],core:151,deleted:69,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[101,79],"\u3001\u300c":[38,1,117,62,129,85,95,65,159],"\u6d88\u3048":82,":type":[73,14],limitation:124,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[163,133],"\u3092\u3054\u89a7\u304f":119,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":92,two:[132,8,56],"[@":[6,23,112,67],git:[91,134,106],"[{":[8,47],"[a":118,gib:[58,124],"[test":6,"\u3084\u307e\u306d":[67,112],"[n":112,head:[161,155],removep:69,")senna":158,"\u6253\u3064":134,"\u57f7\u7b46":[80,68,87],"\u9032\u6570":[113,133],"[:":90,"[#":[6,23,99,67],"[\"":[38,95,133,74,11,136,83,27,62,165,159,113],autoconf:23,"\u5185\u8a33":62,"[,":157,"/docs":8,"\u8abf\u3079\u308b":[29,157,112,149],decrypt:134,"(match":102,"_ip":90,check:[],ongaeshi:[6,138,112],"\u305f\u304b\u3063":[16,79],no:[1,36,82,95,112,97,155,136,124],"/mxcl":134,when:[118,67,110],ne:78,ng:78,ny:165,setting:124,"\u5217\u6319":3,tid:107,saerch:[136,16],"\u4e09\u756a\u76ee":133,"\u5024\u3054\u3068":117,"=number":[],"_touch":[138,72],"_unlock":[34,69],sql:117,longer:36,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":113,"\u672c\u756a":134,"_memory":[],"\u4e00\u8cab":[],"[travis":112,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":113,"\u30d2\u30c3\u30c8":[95,61,128,62,165,129,112,101,159],row:27,"_same":112,"\u4e00\u822c":[95,3,163,119,15,142,69],environment:[67,70],"}attr":112,"*tid":107,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[163,133],"=get":40,enqueue:121,"6elz":67,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,level:[34,5,85,7,8,132,56,155],"\u8208\u5473":119,brother:163,"/db2":47,"/db1":47,"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,62,65,133],port:[118,151,90,77],"\u5024\u6bce":[95,117],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"\u3044\u308d\u3044\u308d":[],"/load":[60,8,47],"\u56f0\u3063":111,".builtin":72,reply:68,"3\u3064":[148,95,3,117,11,145,12,27,112,122,135,52,160,142,68,116,126],"\u751f\u3058":[88,5,63,7,139,21,94],baseball:[38,68],"\u9ad8\u6a5f":[119,126,61],"=groonga":[118,8],"\u6c17\u8efd":[67,111],"\u6b63\u78ba":[11,71,3],"\u63d0\u4f9b":[],"_success":[34,95,2,14,15,17,132,73],"\uff08ruby":70,"_info":[],"\u9006\u306b":[38,165],"\u30ea\u30f3\u30af":[163,134,11,112,6,91,67,133],"_delete":[81,23,100,69,137],"\u307f\u307e\u3057\u3087":[38,3,79,117,11,165,65,68],"\uff08messagepack":169,handled:8,"-src":135,sports:38,"\"name":102,"\u76f8\u5fdc":100,memory:[],msg:121,outputs:[132,56],"_concurrency":161,"\u30bb\u30c3\u30c8":[40,61,129,100,137,69,94],"\u3044\u308f\u3086\u308b":38,"*dest":100,"_asc":100,".txt":134,"/in":67,"\u672a\u4f7f":67,memry:124,"\uff11\u3064":[83,121],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[161,126,8,112],"/setup":70,"_sis":[128,129,163,100,57,133],"-docutils":[134,110],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":134,shibuya:138,"\u76f8\u5f53":[122,65,3,117],"\u5f15\u304d\u8d77\u3059":[6,112],clone:[],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,47],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":70,"\u7f72\u540d":[],"\u6b20\u70b9":119,succeeded:[64,52,153,114],"_ql":67,"\u8efd\u3044":52,"\u30b0\u30eb\u30fc\u30d7":[],subrecord:112,"\u3002tag":38,"_res":151,"/srpm":134,"_descriptor":[2,155],"\u542b\u307e\u308c\u308b":[61,3,134,11,119,145,85,41,62],normalizermysqlunicodeci:170,"\u56f2\u307e":[27,41],"\u56f2\u307f":[145,85,27,41],"[[":[128,85,147,41,40,131,92,114,95,66,133,74,11,101,102,52,38,60,62,145,153,68,159,163,118,165,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":151,cutter:[],"\u6ce8\u76ee":[95,117],"\u3059\u306a\u308f\u3061":11,term:[64,113,79],name:[],"\u500b\u3005":[62,10,61],"\u65e5\u3005":111,"\u534a\u7121":[23,57],"\u5bfe\u8c61column":108,"\u53d6\u308b":155,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":112,"\u30cd\u30b9\u30c8":[6,68,112],"\u30d1\u30fc\u30b9":[23,109,73,142],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"\u6642\u4ee3":119,"\u3042\u3044\u307e\u3044":57,libstemmer:67,"-default":[],"\u4e00\u4ef6\u9032\u3081":137,"\u914d\u7f6e":[3,134],"\u56f2\u3080":[3,27,112],"\u3002key":[100,129,3],"\u30b3\u30fc\u30c9":[78,112,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":163,"\u4e92\u63db":[148,116,10,133,134,12,120,135,30,170,47],turn:8,"\"element":74,"\u30db\u30b9\u30c8":[161,134,85,151,6,90,23],yum:[6,148,116,134,110],"\u5b8c\u7d50":111,"-normalizer":[148,116,12,120,6,135,170],"\u304a\u9858\u3044":[151,111],origin:106,fetched:42,redhat:[23,169],"-version":[],"\u3002geopoint":165,"\u30b7\u30f3\u30d7\u30eb":[171,117,142],"_function":[34,2,155],array:113,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[66,104,142],returns:[34,97,108,118,100,67],kbytes:151,"\u30d1\u30a4\u30d7":64,"\u30a8\u30f3\u30c8\u30ea":[95,133,163,15,164,108],specify:[118,106,8,167,56],"-httpd":[],"(tab":158,"< t1":61,"\u3080\u308b\u3093":[163,133],posix:133,and:[34,36,40,42,8,132,93,95,97,102,100,17,110,56,147,112,65,67,68,69,159,118,27,167,124,73],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":58,"_local":[151,141],ann:134,enourmous:42,"\u53b3\u5bc6":159,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:138,"_permitted":[2,155],"\u30d5\u30e9\u30b0":[1,78,3,128,5,83,87,6,7,88,23,94,95,133,74,11,137,14,139,21,57,63,64,113,155,67,99,163,120,170],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[55,95,169,85],multiple:[118,159],"_suggest":130,"_down":[2,155],"_interrupted":2,"\u81a8\u5927":119,"\uff09:":[148,60,129,20,12,116,135,131,77],"\u4e2d\u65ad":[6,23,81],geoindex:[],"8mb":170,"\u5c06\u6765":[60,66,74,120,112,150,43,155,131,47],"\u4e00\u81f4":[],"\u547c\u3076":[6,160,142],"\u5ea6y":39,sitecountry:[90,117],"\u540c\u3058\u91cd\u307f":102,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[95,61],"\u7530\u8fba":112,"_json":93,"\u985e\u7fa9":95,explicitly:[159,110],"[2":85,"\u5f53\u8a72":[10,69],ssh:134,"\"null":6,"_port":151,":')":64,tokenfilterstopword:[],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,mapped:124,ignored:[6,72],"\u30b9\u30b3\u30a2\u30fc":[],replies:68,"#'":85,"_suffix":23,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[165,1,57],fails:67,"<gqtp":151,"\"#\"":151,"(..":112,"_tokenize":[],"#{":132,cities:66,come:165,"\u30af\u30ea\u30fc\u30f3":134,quiet:155,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":119,color:170,whombx:112,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":67,"\u76f8\u5bfe":[23,95,134],"_clone":134,raring:[67,112],"#proxy":8,"\u5f8c\u4e8c":[],"*db":[69,72,14],"\u6709\u9650":95,"\u4ee3\u308f\u308a":[170,163,145,85,27,41,89,90,169,8,57],engine:[78,136,145,27,41,42,152,16,159],"/vdw":[65,3,117],"_tokenizer":[],"_value":[],"_tokenized":[78,120],"case":[34,124,56],"\u25cb\u25cb":111,"\u30ed\u30ae\u30f3\u30b0":14,shops:129,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[66,3,79,155,112,6,8,84,67,121,47,90],"\u305f\u3068\u3048":62,saerc:[136,16],"\u8aad\u307f\u51fa\u3057":119,archive:[],html:[],"\u5831\u4ee5":78,events:47,"\uff08romaji":159,status:[],"0\u30d9\u30fc\u30b9":95,downloads:89,"[\u8a9e":113,"\u7d4c\u7531":[64,88,143,134,5,151,138,63,6,113,7,139,141,92,21,67,31,71,125,94],without:[159,42,8,27],"[geo":[23,112],"\u30d1\u30bf\u30fc\u30f3":[122,133],"/unit":160,"\u4f5c\u6210\u6e08":85,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:170,"\u3088\u304b\u3063":62,"\u53ef\u5426":3,except:124,blog:[62,164,68,3],"\\'":[85,163],"\u63a2\u3057":[119,151],"\\\"":[96,145,129,27,41,51,164],"\u9577\u65b9\u5f62":23,hino:112,"\u63a2\u3059":68,"\u3002point":[29,157],"/base":134,"\\\\":[164,145,163],")..":134,"\u3079\u304d":[83,69,155,134,170],"\u3068\u304a\u308a":[58,65,151,117],"*mutex":34,"_send":[15,93,14],"-mm":[132,133],"_host":151,"\u985e\u7d39":62,"\"groonga":[95,133,74,27,152,164,57],frees:34,automake:138,"\u9234\u6728":6,"@uzulla":23,"_unlink":69,mooz:23,"\u4e09\u3064":[66,129],o0:134,"/eval":131,"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":66,tokenbigramsplitsymbolalpha:[95,78,62,129,150,32],oo:[82,78],on:[34,36,97,69,118,145,27,41,100,78,8,67,93,47,106],ok:153,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[149,1],os:[],or:[34,95,97,79,118,100,132,102,65,155,124,67,93,158,163],op:[100,49,73,108,97],"_leading":95,"\u5c11\u306a\u3051\u308c":57,"\u5f0f\u5168":[163,133],"\u884c\u76ee":[122,151,134],"\u30c1\u30e3\u30f3\u30af":113,libmecab:[135,12,134],"{path":169,"\u8a55\u4fa1":[131,164,61,112,133],there:[124,159,163,74],"\u53d7\u3051\u53d6\u308a":[61,3,8],strict:67,"\u300ccomments":165,"/modules":[138,8],"\u901a\u308a":[80,78,83,41,42,92,169,95,66,133,134,136,12,102,93,57,62,145,164,96,84,68,157,70,163,120,27,153],"*escaped":73,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":170,"(location":[38,65,66,165],datasets:167,"\u69cb\u7bc9":[],"\u4f5c\u3063":[117,62,100,8,137,23,170],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],username:[38,89],"/hostname":[151,85],"\u30de\u30fc\u30b8":[6,106],"\u65b9\u5f62":[66,157],mike:153,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":112,"\u4f5c\u308a":[68,16,159,57],"\u4f5c\u308b":[38,79,74,165,121,16,142,57,106],"\u8ab2\u7a0b":112,gettext:106,"\u3066\u3057\u307e\u3044":111,"\uff08proc":81,"_type":[],ftp:151,included:67,"\u53d7\u3051\u53d6\u3063":119,"\u3002ctrl\u30ad\u30fc":3,"/mysql":170,"\u30ea\u30bd\u30fc\u30b9":[15,67,101],"\u65b9\u5f0f":[85,68,3,119],":mm":[132,133],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[83,69,106],"/select":[8,90],directory:[34,118,56,155],"4\u3064":[82,27],"-threshold":[],migrated:[95,163,133],"\u306a\u3051\u308c":[35,2,127,83,85,6,8,169,51,95,96,133,74,11,52,14,15,100,57,108,151,64,164,84,69,158,70,163,73],dist:134,executing:[118,14],scalar:74,"\u6761\u4ef6":[],ptr:34,"\u8fd1\u3044\u9806":80,jessie:[67,112],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":69,"/locale":[106,134,110],"/scalar":127,init:[6,67,169,46],program:[118,56],"\u5b9f\u7528":67,".name":[113,165,164],"\u95a2\u9023":[],"=message":[],"-word":95,systemctl:126,"***":7,llt:78,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,134],"\u8a9e\u7248":134,longtext:[39,97],list:[134,56,167,110],"_html":[],"\u304a\u3088\u3073":[3,134,11,119,85,6,169,46],"\u4f4e\u6e1b":[126,138],"\u6d69\u4e8c":6,"<protocol":85,"\u89aa\u5207":138,yappo:[67,36,112],"\u884c\u3048\u308b":[6,38],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[],"/news":134,tex:78,"/centos":[116,126,134],"_scalar":[79,83,40,41,96,95,66,133,101,102,52,141,38,147,108,62,145,64,164,153,84,68,163,117,165,27,124],cursor:[137,97,107],"(packages":134,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],version:[36,3,4,134,151,14,71,103,90,67,23,8],memcached:[],tags:[38,83,74,92,57],compressed:67,"#worker":8,serihiro:6,"\u6163\u308c":117,allows:27,matsuu:138,options:[],gtihub:23,tokenunigram:[150,32],ocelot:[23,112],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u300c\u697d\u3057":129,"/atv":[65,3,117],"\u69cb\u6587":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[71,125],"\u7a4d\u7b97":[95,61],"_expire":69,"\u3072\u308d\u3086\u304d":128,"_blank":120,"\u3002git":134,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"_supported":[2,155],"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":57,"\u671f\u5316":[6,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,recursive:[91,134],stemming:67,"&..":90,overcommit:124,disable:[118,23,8],"_text":[67,73,120,160],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[118,23,85],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":160,"-munin":[],"-http":[],specifying:[34,67],"\"book":133,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u9ad8\u307e\u3063":119,disables:[8,110],developed:147,disabled:[132,159],elfring:6,"\"is":11,"\u30bf\u30a4\u30d7":[81,23,151,47],"_link":[2,155],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":105,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,155],"return":[122,67,132],"\u52d5\u4f5c":[],"\u6d45\u898b":112,"\u5897\u3048":[131,68,78,74],"\u8a71\u984c":22,"-encodiong":133,innodb:119,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,"-create":[],"\u5897\u3084":74,weight:[95,108,74,11,6,67],generation:110,"_release":134,"/en":[8,134,110],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":12,"\u6c42\u3081":[119,98],"_new":[6,23,121],"/managers":[8,47],"\u3072\u3053\u3055\u3093":[6,67],generate:[34,110],thread:[34,132,100,151,121],"_ito":23,"_hash":[],"\u30c9\u30e1\u30a4\u30f3":[67,117],"\u5927\u304d":[74,82,6,113,8,57],"\u5e03\u6559":76,"${":[102,95,133,124,106],"\u306a\u306a\u3069":[163,133],gpl:36,passes:134,"\u5b58\u5728":[1,3,129,126,6,90,95,69,14,100,53,141,137,149,151,112,65,84,67,68,157,117,119,138,122,29,8],script:[],gpg:134,"\u3050\u3088\u3046":66,"\u60c5\u5831\u540d":92,passed:134,store:[97,73],gps:119,"\u8a9e\u691c":95,option:[118,132,56,110],"$(":[148,135,116,12,77],"/synonyms":158,"\u4fbf\u5229":[95,78,163,74,11,119,120,122,168,142,169,159],"\u6271\u3048\u308b":[149,112,67],"\u540d\u4e00":[],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":67,"/groonga":[126,3,83,85,6,89,8,9,91,92,169,148,134,75,12,52,106,20,112,90,23,158,70,116,118,138,135,124,77],"-working":6,"-get":[6,135,12,134,110],",[\"":62,"7e":151,"\u898b\u3066":[122,95,8],"\u307e\u307e":[10,134,117,11,111,112],"\u898b\u3064":[6,136,138],"/#":15,"\u540dn":[92,95],"\u307e\u3060":[60,10,133,136,95,27,71,155,112,131,23],"\u307e\u3067":[58,51,61,3,128,117,82,84,85,112,101,15,17,134,67,68,165,151,106],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,75,12,13,14,15,16,17,20,21,23,25,26,27,29,30,31,73,34,35,88,59,39,40,41,42,43,44,45,46,47,148,169,51,52,53,54,55,56,57,58,38,60,61,62,63,64,65,66,67,68,69,70,71,72,98,135,76,77,78,79,80,81,82,83,85,22,87,89,90,91,92,49,94,95,96,74,100,103,101,102,11,104,105,106,107,108,109,111,112,113,114,116,117,118,119,120,122,123,124,125,126,127,128,129,131,133,134,136,137,139,141,142,143,144,145,146,147,149,150,151,152,153,155,84,157,158,159,160,161,162,163,164,165,166,168,170,171],"\u307e\u305a":[3,79,117,62,165,129,151,89,8,134,133,68,169,106],"\u307e\u305b":[34,35,126,2,3,79,104,80,82,39,129,85,60,41,6,78,90,9,131,92,67,169,47,51,95,66,133,134,74,11,136,151,100,14,15,102,52,16,53,17,164,21,143,83,57,147,43,107,108,62,149,127,150,111,112,101,64,137,153,155,84,23,68,69,158,159,71,170,163,117,152,119,120,27,122,106,73,125,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[38,95,66,163,117,62,165,111,112,170,6,16,8,133,67,23,106,134,57],centos6:6,"\u7279\u5b9a":[],superior:27,"[pat":6,"\u9069\u6642":81,"'..":112,"\u66f8\u304d\u5f8c":129,added:[67,100,36,97],"\u3093\u3057\u304d":142,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30a3\u30eb\u30bf":6,exec:155,customize:[8,159],"\u30e1\u30fc\u30c8\u30eb":[66,157],"\u89e3\u653e":[71,107,14,15,137,67,69],nothing:93,"\u73fe\u5b9f":117,windows:[],"\u3002id":14,"-oriented":27,"\u9577\u3055":[108,11,54,151,6,100,137,69],orangain:112,"\u624b\u52d5":8,"&query":90,".rb":[67,60,138],"\u304a\u3051":95,"\u304a\u3053":[11,119],"\u304a\u304d":[119,134],"\u304a\u304b":169,"\u304a\u3044":[3,108,134,11,119,112,100,53,23,69,160,106],"\u59cb\u70b9":3,"_call":[2,155,61],"_format":[2,155],firewood:[6,112],"\u304a\u3070":[23,1,112],concatinated:118,"-ftp":151,"\u4f4e\u6a5f":61,"\u904b\u7528":119,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[119,111,134],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:100,"\u304a\u3070\u305f":[23,112],"\u305d\u308c":[126,3,79,39,129,42,89,148,95,96,133,134,11,137,83,106,61,107,62,54,71,68,69,163,117,138,57],"\u306b\u304a\u3044":[11,10,134],"\u4fdd\u8a3c":[113,10],"\u6570\u5024":[],"(content":[96,27],"\u30b3\u30df\u30c3\u30c8":134,"\u76ee\u4ee5\u964d":95,art:165,tobby:102,"\u305d\u3053":[11,62,134],"]]":[95,118,136,85,51,153,139,151],"][":[163,112,6,67,23,99],arc:78,are:[34,95,97,74,118,124,159,27,167,42,132,17,112,110,67,73,56,106],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[151,134,106],"_mutex":34,"]}":[11,113,164],"\u30b9\u30b3\u30a2":[95,61,74,62,136,6,118,65,53],"]x":165,"\u5897\u3048\u308b":[150,43],libraries:67,"/non":112,"\u305d\u306e":[],latin:[6,169,85],recently:104,creating:124,"\u5927\u91cf":[82,38,61,3,57],"\u304a\u3088":17,"\u304a\u3089":134,"\u304a\u308a":[67,65],solr:133,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[36,134],"\u8a02\u6b63":158,"]'":[8,47],context:[73,69,27,8,14],"]\"":[6,165,112],"],":[78,3,79,83,85,40,41,42,90,92,114,128,101,95,66,133,74,11,136,51,102,52,16,141,150,38,147,43,62,145,151,71,113,65,153,84,68,159,163,117,164,118,165,120,27,122,96,170],"]/":90,"])":[59,145,157,17],finds:100,minagawa:112,"\u691c\u7d22id":100,"\u3042\u3068":[134,106],improper:155,"\u30b3\u30de\u30f3\u30c9url":47,"'alice":163,"\u7d76\u5bfe":9,":#{":132,"\u8003\u616e":[62,79],"\u5f0f\u3068\u3057\u3066":73,due:27,pg:84,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[119,3],"(html":96,"\u8a00\u8a9e\u540d":106,"\u30d9\u30fc\u30b9":[126,78,163,171,119,138,6,100,137,23,133,106],"\u30d8\u30c3\u30c0":[67,112],"\u79d2\u9593":23,"\u5730\u7cfb":66,evaluated:131,"(body":[145,41],"\"sug":152,concurrently:132,"\u5404\u8a9e":113,"\u6027\u5225":119,"_expansion":[],rid:[18,107],"\u30ed\u30fc\u30ab\u30eb":[133,134],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":108,"/ppa":12,"\u5065\u4f5c":38,"\u975e\u4e92\u63db":23,"/hoge":85,"\u64ec\u4f3c":[95,163,133],abcde:120,edge:121,nanoseconds:132,"\\bin":89,"\"alice":163,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[124,141,167,42],"\u4e92\u63db\u6027":134,"\u3002keys":100,"\u64a4\u5ec3":[67,138,85],"\u5024\u7528":23,"\u304f\u3060":[126,78,3,128,115,82,39,40,22,6,2,89,90,9,131,96,169,47,148,95,66,133,74,11,136,12,62,52,17,55,83,57,106,60,43,20,149,150,151,112,64,164,65,153,104,67,114,116,163,117,119,120,102,135,165,30,77,8],boost:159,"_finalizer":[46,14],"@wareohji":6,unstable:134,"\u6642\u523b":[122,72,165,151,71,16,162],".title":11,"\u7f6e\u304b":[30,169,158,8],"\u7f6e\u304d":[137,138,69,79,134],"\u7f6e\u304f":169,"[dump":[6,67,112],"\u5404\u8981":74,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,170,133,109,85,14,169,73],"\u304f\u308c":111,"\u69cb\u6210":[148,116,61,3,134,12,126,135],proc:[34,148,95,81,12,116,135,100,46,105],"-drilldown":117,"\u5ea6\u5206":39,"_improper":2,"{type":118,"\u9577\u751f\u304d":57,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,112],"=groo":118,range:[92,52,83,155],"\u306a\u304b\u3063":[95,10,3,133,102,5,85,139,63,6,62,7,88,164,84,21,67,151,94],"\u672c\u6587":[68,96],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":134,shimoda:138,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[67,85,8],"\u7a2e\u5225":120,"long":[55,18],"-stop":[],"/hosts":134,"_links":[2,155],"html\u30bf\u30b0":96,files:[],"-query":[126,3,163,165,145,85,27,41,112,6,102,8,132,23,158,128],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[147,95,87],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":57,aramaki:[23,138],"_op":[49,73,61],"_or":[],caller:46,"_of":[2,155],highlight:[],"_on":[2,155],called:34,"\u63a5\u982d":[23,133,82],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,132,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":74,"\u306b\u5bfe\u3059\u308b":[],grouped:67,tatsuya:6,grn:[],gro:27,newvalue:108,nice:101,generates:167,"\u5c5e\u3057":[39,127,117],"\u305f\u3076\u3093":169,develops:147,drilldown:[],"\u982d\u8f9e":82,"\u300d\u3001":[38,165],"'grn":109,"\u300d\u3002":142,"\u570f\u5185":165,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[51,52,85],"-package":[],"\u30b3\u30a2":[169,8,47],"-benchmark":[],"-count":71,"\u30a4\u30f3\u30c7\u30c3\u30af":68,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[11,82,3],issues:67,"\u30b9\u30ad\u30c3\u30d7":[67,112],"_pvector":73,"\u8a9e\u6271":129,"_by":[34,165,99,130,100,67,137,23,69,73],"\u30cb\u30e5\u30fc\u30b9":101,stable:10,include:[75,67,84],"\u7e70\u308a\u8fd4\u3057\u6570":151,"=gr":118,"\u30de\u30c9\u30ea\u30fc\u30c9":66,"\"saerch":16,"\u30d7\u30e9\u30b0\u30de":95,"\u306a\u3068\u304d":119,"*user":[34,46],"\u3002run":160,"\u3067\u5024":[85,3],ranguba:[15,67,74],"\"complete":152,"-in":[69,134],"-id":[6,85],"_dir":[34,23,134],"|correct":136,"_use":[67,2,155,14],".po":[],smaller:[132,74],".pc":[23,130],"-line":70,"\u3053\u3046\u3059\u308c":111,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[67,68,83,112],"\u3002buf":108,etime:161,"\u30a8\u30f3\u30b8\u30f3":[11,38,95,85,119],"{time":132,"-exact":71,"\u521d\u56de":106,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":80,"\u5341\u5206\u6c17":95,larger:[124,56,42],"\u4e0a\u3052\u308b":62,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":85,"\u30c8\u30e9\u30a4":[23,57,163,133,82],">version":4,"\u5206\u6790":119,apple:170,apt:[134,12,6,135,110,70],"*str":[34,73],expect:67,hardy:138,"*keys":100,"_commit":18,"\u5148\u60c5":165,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":112,usa:117,"\u3057\u307e\u305b":[95,62,111,8,169,159],"\u5730\u70b9":[65,66],"\u3057\u307e\u3046":[134,119,138,111,112,6,67,23],usr:[85,8,9,169,160,77],"\u3057\u307e\u3044":[11,62,16,151,128],"\u4efb\u610f":[3,134,85,39,151,119],start:[101,118,126],sort:100,"(keyword":73,"_names":72,tokenbigramignoreblanksplitsymbolalpha:[62,150],"?msg":134,"[args":85,endian:67,"-html":[6,138],dropped:67,"\u30b7\u30fc\u30b1\u30f3\u30b9":[16,159,42],tar:[148,116,134,20,12,135,169,77],"_install":[],tag:[38,134],something:67,tab:93,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":67,"/rpmforge":116,sis:23,united:153,satoh:23,"\u30c0\u30d6\u30eb":[163,82,6,23,133,57],six:[132,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":83,sid:[23,113,67],instead:[67,95,85],"_create":[],"\u884c\u3046":[161,38,147,66,128,134,165,129,111,95,6,102,65,138,160,137,67,68,126,57],"\"rectangle":[6,66,157],"\u30a2\u30af\u30bb\u30b5":69,"_configure":112,"\u30a2\u30af\u30bb\u30b9":[161,138,134,11,100,85,17,112,6,52,90,30,23,67,106,8],"\u3042\u308b\u3044":[148,10,108,119,155,163,133,157,29,100,61,8,67,49,57],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":112,"$home":134,"\u30da\u30fc\u30b8":[48,95,3,134,85,112,22,6,30,106],"-msgpack":47,"[github":67,freebsd:[],"\u4eac\u90fd":[62,129],"#groonga":[165,158],"\u300cbill":129,"/stem":147,"\u5bfe\u8a71":[3,90],"%'":67,"\u7279\u5225":[78,163,2,17,169,73,159],"\u30c0\u30f3\u30d7":[6,138,112],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":134,"/apt":[135,134],"/api":47,restart:126,inspecting:67,bye:40,"\u3057\u3046\u308b":67,"\u30b9\u30ad\u30fc\u30de":[95,66,163,164,145,27,41,101,102,153,96,141,84,124,68,133],"\u53c2\u52a0":[76,22],successor:133,articles:68,"_free":34,edit:[],".net":[38,3,134,117,11,22,65,90],"%\\":89,nfs:169,"\u6df7\u305c":[11,136],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":119,related:124,"\u89e3\u6c7a":[6,23,111,113,149],remove:[69,120],out:151,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":165,supports:[34,67,36,56],dictionary:170,"\u30ec\u30a4\u30e4":61,york:[165,66],"8r":[6,169,85],lts:[12,134,70],"\u4e00\u90e8":[6,63,3,134,152],"_nsubrecs":[53,108,117],lte:78,auth:[8,47],"\u304a\u3059\u3059\u3081\u3057":[126,163,134,133],"\u8aac\u660e":[],"1\u305a":[10,53],"\"tags":74,"\u53d6\u308a\u8fbc\u307e":134,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,155],"\u8d77\u70b9":95,utc:133,"\u78ba\u8a8d":[],"_qlog":6,"\u5207\u308b":[67,8],"\u304a\u304b\u3057":138,makefile:134,compatibility:170,priority:159,their:124,"1\u3064":[78,127,82,83,41,8,9,131,114,47,95,133,74,136,102,57,58,38,60,151,111,112,152,155,23,68,163,164,165,27,104],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":85,developer:165,"\u7279\u5316":[133,106],"\u30d5\u30a9\u30eb\u30c0\u30fc":89,"-jumandic":148,"\u64a4\u53bb":23,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,112,69,74],"_unsupported":2,"\u554f\u3044\u5408\u308f":61,".grn":[8,141],"\u9001\u308a\u65b9":[],"\u82e6\u624b":119,"\u30ab\u30bf\u30ab\u30ca":[137,136,170,159],ueno:[6,138,130],"\u76ee\u304f\u3089\u3044":57,"_expanders":[158,9],"(age":84,which:[34,67,159,56,118],inverted:[67,27],"\u901f\u3084\u304b":10,".travis":70,"\u7d44\u8fbc\u578b":[],"class":[145,96,27,41],"_build":160,"_term":36,"_delimited":36,"\u6dfb\u4ed8":6,"_is":[122,23,2,155,69],gronga:[152,158],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"_in":[],"_ii":[],"-output":[95,96,145,151,27,41,112,6],"_id":[34,35,95,3,108,134,18,99,100,14,137,65,53,67,107,23,69,73,133],"_delimiter":[78,120],"\u6307\u3057":11,"\u5bfe\u8c61object":[35,72,81,69,46,105,108],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":165,",\n#":[38,95,78,3,163,74,11,165,40,102,65,90,133],"\u5bfe\u8c61":[78,3,129,41,88,127,49,47,94,95,10,134,136,14,51,102,100,139,141,137,121,57,38,61,107,108,62,145,63,64,153,23,68,69,99,160,161,163,106,119,27,165,169,31,73],"_truncate":[23,100],cache:[],"\u30b7\u30a7\u30eb":[169,151,163],daiki:[6,138,130],candidates:159,"*newvalue":108,palallel:134,local:141,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":169,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[121,147,170,3,79],"!condition":133,"!xxx":67,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":67,nvars:46,",\n{":[147,163,117,74,136,42,102,16,8,164,133,68,170,159,128],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],words:[67,133],"\u30b7\u30a7\u30a2":22,"\u3070\u3044\u3051":[35,95,169,127,108,74,158,83,163,100,70,6,164,52,8,133,69,73,57],"(column":[67,145,27,41,84],",\n[":[27,141],",\n]":[62,164,65,128],candidate2:136,candidate1:136,queries:[151,27],view:118,"\u304b\u304e\u308a":151,"=fedora":134,"\uff08\u578b":54,"\u884c\u6570":23,acquires:17,"\"table":85,dll:[6,23,67],"\u30ea\u30c8\u30e9\u30a4":17,".askmonty":67,"\u4e43\u6bc5":138,job:151,homebrew:[],"\u3084\u305d\u306e":153,april:134,"/local":[169,8,134],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,138,85],"_var":[34,67,73,46,54],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[169,89],table:[],"\u671f\u5f85":119,rpm:[148,116,134,138,112,6,67,23],"\u304a\u3059\u3059\u3081":47,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,100],"=gro":118,"\u9bae\u5ea6":101,"_refused":[2,155],"\u78ba\u5b9f":16,porting:36,"\u521d\u671f\u5024":161,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,"\u5927\u6587\u5b57":[3,57],sufficient:34,"-cache":[85,112],hmm:165,"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":6,will:[34,124,69],"\u793a\u3059":[122,95,2,163,102,11,145,164,27,41,51,29,66,133,96,153,84,92,157,47,128],"\u793a\u3055":92,"\u793a\u3057":[80,66,3,134,117,62,25,120,71,2,90,68],thus:[56,167],"-debug":138,"*src":100,avg:161,"\u8fd4\u4fe1":[165,68,111],uptime:[1,3,4,71,90,8],"\u5185\u90e8":[71,134,11,18,27,14,15,100,67,69,99],"\u578b\u304b":39,"\uff08longest":[23,133],"\u6ce8\u610f":[95,96,3,163,117,74,11,151,112,62,100,8,134,128,23,133,47,57],gets:[34,14],"\u691c\u7d22key":100,"\u6587\u8108":164,"\u5168\u6587\u691c":[],english:[95,159,22,110],uzulla:23,"\uff01:":169,"@kiske":6,normalizermysqlgeneralci:170,"\u521d\u671f\u5316":[6,46,14],tcp:85,")=":149,"_device":[2,155],"(windows":151,"\u5236\u7d04":58,"(name":34,unsigned:[34,108,18,15,100,54,137,67,69,73,46],"\u627f\u8a8d":67,other:[34,17,56],"\u9ad8\u7cbe":119,moritars:68,qwik:141,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,169,160,123,106],execute:[118,56,42],"\u300c\uff76":170,"'pid":85,"\u30b9\u30ec\u30c3\u30c9":[119,121,151,14,85,47],"\u307e\u305f\u3044":[6,66],earch:78,";rroonga":[145,41],james:128,"_threshold":[],"\u307e\u305f\u3050":[],"lzo\u3044":64,"_push":61,because:[4,118,42,8,124,67,159],sequence:[136,167,42,16,132,159],"-host":151,platforms:34,vojtovich:67,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,155],"\u306e\u307b\u304b":[11,39],"\u96e2\u308c":65,leak:67,"\u2192id":82,"\u7d44\u5408":102,"enum":72,"\u7acb\u3061\u4e0a\u304c\u3063":151,"*path":[100,72,108],"\u518d\u691c":142,"\u306e\u3044\u305a\u308c\u304b":[29,100,49,157,54],"\u305d\u308c\u305e\u308c":[78,3,4,82,129,85,169,95,133,134,11,102,100,57,61,62,65,155,67,68,69,160,117,122,30],"\u5358\u72ec":[151,108],column:[],universe:12,"_nofile":[132,112],".html":[85,8,134,106],"$groonga":134,"\u6570\u5b57":[62,16,151,57],"_length":[34,155],"\u5b9f\u7a3c":161,transfer:[119,126,155],debian:[],"*key":100,"var":[34,61,83,85,8,169],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":70,"\u30d5\u30a3\u30eb\u30bf\u30fc":164,palalles:134,"-pid":[23,85],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,112],"\u73fe\u5728":[87,80,162,3,72,134,119,151,14,15,161,52,104,165,21,107,69,46,57],"\u6700\u5f8c":[78,133,134,11,138,151,14,6,62,8],"\u7834\u68c4":[46,14],squeeze:[112,134],"\u6848\u5185":[111,134],"\u30e1\u30f3\u30d0":100,"\u56fa\u6709":[81,74],whether:69,record:[66,3,74,11,100,97,90,67],"\u30ed\u30b0\u30a4\u30f3":134,"\u4e00\u9577":119,"\u6c7a\u5b9a":95,blogs:62,"\u305d\u308c\u3086\u3048":[11,163],"\u7a4d\u7528":95,"8bit":39,"\u7acb\u5834":76,"\"se":159,"@github":134,"\u52a0\u3048":[11,61,128,70],book:133,bool:[147,163,11,39,112,40,29,157,128],"-analyzer":[6,23],"\u306f\u307e\u305a":134,".gpg":134,"-sortby":112,".location":165,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":138,"\u3002mroonga":[119,69],"\u9054\u3059\u308b":137,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[52,47,171]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/suggest/correction","reference/api/global_configurations","reference/api/grn_ii","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","reference/commands/table_tokenize","reference/functions/highlight_html","reference/suggest/suggestion","reference/commands/normalizer_list","reference/suggest","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_search","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","contribution/documentation/c-api","contribution","install/mac_os_x","reference/commands/tokenize","tutorial/query_expansion","reference/operations/geolocation_search","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_content_type","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","reference/api/grn_encoding","contribution/documentation/introduction","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","server/gqtp","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","reference/token_filters","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/suggest/introduction","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","reference/suggest/completion","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/operations","reference/executables/groonga-suggest-create-dataset","client","install/others","reference/normalizers","server/http"],titles:["12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","7.2. \u51fa\u529b","7.3.16. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","7.3.17. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","7.1.4. groonga-httpd","7.3.22. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","12.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","7.18.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","7.18.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","7.14.3. \u88dc\u6b63","7.18.1. \u5168\u4f53\u8a2d\u5b9a","7.18.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","8. \u4ed5\u69d8","2.7. Oracle Solaris","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.18. API","7.3. \u30b3\u30de\u30f3\u30c9","7.12.12. snippet_html","5. \u30b5\u30fc\u30d0\u30fc","7.12.5. geo_in_rectangle","7.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.3.12. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","7.8. Tokenizers","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","7.18.23. Plugin","7.18.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","7.4. \u30c7\u30fc\u30bf\u578b","7.3.32. <tt class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></tt>","7.12.7. highlight_html","7.14.4. \u63d0\u6848","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","7.14. \u30b5\u30b8\u30a7\u30b9\u30c8","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.18.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","5.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","7.18.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","Cast","7.3.15. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","7.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.18.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","7.18.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","7.1.8. groonga-suggest-learner","7.3.29. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","9. \u5236\u9650\u4e8b\u9805","7.12.11. rand","7.3.24. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","12.3.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","7.3.9. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","7.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","7.12.3. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","7.18.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","11.1. Travis CI","7.3.27. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","7.18.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","7.18.9. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","12.2.3. C API","12. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.13.1. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.18.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","7.5. \u30c6\u30fc\u30d6\u30eb","7.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.12.1. between","7.1.2. groonga\u30b3\u30de\u30f3\u30c9","5.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","7.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","7.3.30. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","7.18.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></tt>","7.3.6. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","7.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","7.12.8. html_untag","7.18.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","7.12.2. edit_distance","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","7.18.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","7.15. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.12.10. query","7.18.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","7.3.4. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","7.18.22. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","12.2.2. \u56fd\u969b\u5316","7.18.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","7.18.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","7.18.8. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","12.2.1. Introduction","12.3.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014/01/29","7.3.5. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","7.3.35. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","5.2. GQTP","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","7.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","7.3.19. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","12.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","7.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.17. Tuning","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","5.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","7.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","8.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","7.16. Log","7.11.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","12.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","7.3.28. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","7.18.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.11. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","7.3.14. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","7.11. grn_expr","7.3.21. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","7.12. \u95a2\u6570","7.12.6. highlight_full","11. \u958b\u767a","7.9. Token filters","2.6. Fedora","10.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","7.3.34. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.3. groonga-benchmark","7.14.1. \u306f\u3058\u3081\u306b","7.3.13. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.1. GQTP","5.3.2. groonga","7.12.4. geo_in_circle","7.10.1. QueryExpanderTSV","7.14.2. \u88dc\u5b8c","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.1.1. grnslap","7.12.9. now","7.11.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.13. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","7.13. \u64cd\u4f5c\u65b9\u6cd5","7.1.6. groonga-suggest-create-dataset","6. \u30af\u30e9\u30a4\u30a2\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","5.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[55,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[85,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[69,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[55,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[72,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[81,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[69,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[137,1,1,"c.grn_table_cursor_close"],"-P":[161,0,1,"cmdoption-P"],grn_table_cursor_set_value:[137,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[73,1,1,"c.grn_expr_syntax_escape"],"-e":[85,0,1,"cmdoption-e"],"-d":[56,0,1,"cmdoption-d"],"-a":[85,0,1,"cmdoption-a"],"-c":[85,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[161,0,1,"cmdoption-m"],"-l":[56,0,1,"cmdoption-l"],"--disable-max-fd-check":[118,0,1,"cmdoption--disable-max-fd-check"],"-i":[151,0,1,"cmdoption-i"],"-h":[85,0,1,"cmdoption-h"],grn_db:[72,2,1,"c.grn_db"],"-t":[118,0,1,"cmdoption-t"],grn_command_version:[103,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[118,0,1,"cmdoption-p"],"-s":[56,0,1,"cmdoption-s"],"-r":[56,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[85,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[103,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[85,0,1,"cmdoption--config-path"],grn_table_size:[100,1,1,"c.grn_table_size"],"--query-log-path":[85,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[69,1,1,"c.grn_obj_defrag"],db:[151,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[137,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[109,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[69,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[69,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[97,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[100,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[108,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[69,1,1,"c.grn_obj_unlink"],grn_obj_id:[69,1,1,"c.grn_obj_id"],grn_obj_set_value:[69,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[109,2,1,"c.grn_encoding"],grn_proc_create:[46,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[108,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[56,0,1,"cmdoption--log-base-path"],"--dir":[151,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[69,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[100,2,1,"c.grn_table_group_result"],grn_expr_close:[73,1,1,"c.grn_expr_close"],grn_obj_path:[69,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[15,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[72,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[97,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[69,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[100,1,1,"c.grn_table_lcp_search"],grn_table_create:[100,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[137,1,1,"c.grn_table_cursor_get_value"],"--address":[85,0,1,"cmdoption--address"],"--daemon":[56,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[69,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[100,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[14,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[85,0,1,"cmdoption--pid-path"],"--encoding":[85,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[14,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[15,2,1,"c.grn_cache"],grn_table_delete_by_id:[100,1,1,"c.grn_table_delete_by_id"],grn_content_type:[93,2,1,"c.grn_content_type"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_expr_get_keywords:[73,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[151,0,1,"cmdoption--host"],grn_ctx_get_output_type:[14,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[46,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[105,1,1,"c.grn_obj_user_data"],grn_obj_lock:[69,1,1,"c.grn_obj_lock"],"--log-path":[56,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[108,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[151,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[69,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[73,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[69,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[137,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[73,1,1,"c.grn_expr_alloc"],grn_expr_compile:[73,1,1,"c.grn_expr_compile"],grn_user_data:[105,2,1,"c.grn_user_data"],grn_obj_get_range:[69,1,1,"c.grn_obj_get_range"],grn_table_get:[100,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[97,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[85,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[18,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[69,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[100,2,1,"c.grn_table_sort_key"],grn_obj_rename:[69,1,1,"c.grn_obj_rename"],grn_table_group_flags:[100,2,1,"c.grn_table_group_flags"],grn_obj_check:[69,1,1,"c.grn_obj_check"],grn_table_at:[100,1,1,"c.grn_table_at"],grn_column_name:[108,1,1,"c.grn_column_name"],grn_table_difference:[100,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[118,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[69,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[108,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[100,1,1,"c.grn_table_truncate"],grn_obj_get_value:[69,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[85,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[81,1,1,"c.grn_obj_delete_hook"],"-n":[85,0,1,"cmdoption-n"],"--port":[118,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--ftp":[151,0,1,"cmdoption--ftp"],grn_obj_is_locked:[69,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[73,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[56,0,1,"cmdoption--log-level"],grn_table_rename:[100,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[103,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[49,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[73,1,1,"c.grn_expr_append_const_str"],script:[151,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[103,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[73,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[81,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[107,1,1,"c.grn_index_cursor_open"],grn_proc_func:[46,2,1,"c.grn_proc_func"],grn_db_create_optarg:[72,2,1,"c.grn_db_create_optarg"],grn_column_table:[108,1,1,"c.grn_column_table"],grn_table_add:[100,1,1,"c.grn_table_add"],grn_obj_unlock:[69,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[15,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[46,2,1,"c.grn_proc_type"],grn_proc_get_info:[46,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[69,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[14,1,1,"c.grn_ctx_close"],grn_ctx:[14,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[108,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[137,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[69,1,1,"c.grn_obj_get_values"],grn_column_rename:[108,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[69,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[151,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[137,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[55,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[72,1,1,"c.grn_db_open"],grn_column_index:[108,1,1,"c.grn_column_index"],"--n-threads":[118,0,1,"cmdoption--n-threads"],"--help":[85,0,1,"cmdoption--help"],"--groonga":[151,0,1,"cmdoption--groonga"],grn_table_setoperation:[100,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[108,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[69,3,1,"c.GRN_OBJ_SET"],"--document-root":[85,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[69,2,1,"c.grn_obj"],grn_obj_remove:[69,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[69,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[73,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[73,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[18,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[97,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[18,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[49,1,1,"c.grn_obj_search"],"--send-endpoint":[56,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[100,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[81,2,1,"c.grn_hook_entry"],grn_expr_append_op:[73,1,1,"c.grn_expr_append_op"],grn_geo_point:[97,2,1,"c.grn_geo_point"],grn_table_cursor_table:[137,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[107,1,1,"c.grn_index_cursor_next"],grn_table_delete:[100,1,1,"c.grn_table_delete"],dest:[85,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[108,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[69,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[14,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[85,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[137,1,1,"c.grn_table_cursor_delete"],grn_type_create:[54,1,1,"c.grn_type_create"],grn_obj_path_by_id:[69,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[54,2,1,"c.grn_builtin_type"],grn_table_get_key:[100,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[69,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[55,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[73,1,1,"c.grn_expr_create"],grn_get_default_command_version:[103,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[73,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[109,1,1,"c.grn_encoding_parse"],grn_column_create:[108,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[100,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[81,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[109,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[103,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[109,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[56,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[100,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[85,0,1,"cmdoption-arg-command"],grn_obj_name:[69,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[72,1,1,"c.grn_db_touch"],grn_table_update:[100,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[72,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[72,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":82,"\u5f62\u5f0f":[51,122],senna:36,"\u6539\u826f":[1,36,138,112,130,6,67,23,99],"\u7b26\u53f7":133,"\u6d41\u308c":106,"-prefix":169,prefix:61,comments:165,"\u6761\u4ef6":[65,96,95,134,163],query:[102,95,155,132],"-lzo":169,"\u5fc5\u9808":[95,66,118,83,120,40,102,52,78,114],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":90,"_filters":[78,57],"\u30d3\u30c3\u30c8":133,"\u5dee\u6f14":133,"-release":134,"\u901a\u4fe1":121,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[118,4],to:[118,159,42],"_column":[53,108],snippet:27,"\u524a\u9664":153,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":160,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[151,33],string:[40,78,120],groonga:[48,126,36,134,167,118,119,121,85,86,61,154,8,156,30,76,106,56,151,90],"\u95a2\u9023":[68,95,8,13,56],"=message":169,"\u304a\u6c17":165,"\u5165\u308a":165,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[161,151],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[158,160,123],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":68,"\u52d5\u4f5c":[160,16,159,134,42],"\u30b9\u30af\u30ea\u30d7\u30c8":[133,134],"\u3068\u3057\u3066":39,"\u3065\u3051":10,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"-escalation":169,"\u6761\u4ef6\u5f0f":163,"\u7c21\u5358":95,path:60,"\u30aa\u30d7\u30b7\u30e7\u30f3":[161,151,85,167],".po":106,"\u8ad6\u7406\u548c":163,"\u4ed8\u4e0e":68,"\u771f\u507d\u5024":[11,133],"-benchmark":151,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":147,"\u6f14\u7b97\u5b50":133,"\u88dc\u5b8c":[152,159],"\u7701\u7565":[40,66,118,120,102,78],sub:164,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":134,"\u4ed8\u304d":[38,133],"\u30ea\u30c6\u30e9\u30eb":133,"\u6210\u529f":122,"new":52,tips:134,"\u683c\u7d0d":39,memcached:90,body:122,"\u30d1\u30c3\u30b1\u30fc\u30b8":134,"\u6587\u6cd5":65,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":163,"\u30c6\u30b9\u30c8":160,"\u30bf\u30b0":38,"\u9069\u7528":74,"\u5b8c\u5168":129,ubuntu:12,"\u6e96\u5099":[79,134],"\u3042\u308b":165,softwares:110,"\u95a2\u4fc2\u5f0f":61,mmap:149,"\u4e26\u5217":134,"_key":82,"\u63d0\u4f9b":111,"\u4e3b\u30ad\u30fc":[39,128],blogroonga:134,"_version":[103,10],"_name":[52,145,114],"_output":95,"\u5165\u6f14":133,"_info":35,changes:36,options:[118,56],"\u7ffb\u8a33":[134,106],"\u30af\u30a8\u30ea":[119,61,79],"\u30de\u30c3\u30c1":133,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[76,13],"\u6587\u5b57\u5217":[11,133],api:[75,25],"_table":[137,100,61],select:95,"\u9001\u4fe1":90,use:145,"\u69cb\u6587":[78,5,83,40,41,7,88,9,131,92,94,95,66,133,136,51,102,52,139,141,21,143,57,60,43,145,150,63,64,113,153,104,84,114,71,163,164,120,27,96,31,125],"\u624b\u9806":134,zip:89,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30ec\u30fc\u30ba":163,"_no":82,https:47,tokenize:78,scope:164,"_flags":95,"\u3066\u308b":165,"\u60c5\u5831":[80,134,119,111,65,154,165,160],"\u30d6\u30ed\u30b0":134,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,134,117,74,62,149,159,111,42,118,16,8,68,56,160],normalizer:[78,145,43,120,57],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":133,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":134,vm:124,"\u3053\u3068":134,"_base":8,"_command":103,"_escape":145,"\u4ee5\u4e0b":163,"\u4ee5\u4e0a":[163,133],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[126,90],"\u3060\u3051":[111,74],"\u524d\u63d0":134,install:[169,110],clearlock:94,"\u89e3\u6790":160,"\u7de8\u96c6":106,"\u6bd4\u8f03":[133,47],"_encoding":109,"\u304c\u3063":68,process:[124,132],"\u53d6\u5f97":[3,134],"_install":169,"/linux":135,"\u660e\u793a":134,"\u958b\u767a":[146,154,111],"\u548c\u4ee3":133,normalize:120,"\u7406\u7531":111,"\u8fd4\u5024":[59,95,162,98,29,30,157],sphere:66,"\u540d\u524d":[161,59,162,98,151,39,85,167,29,53,30,157],"\u691c\u51fa":160,normalizernfkc:170,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":89,how:[159,42],"\u548c\u6f14":133,"\u9664\u7b97":133,"\u5b9f\u884c\u4f8b":[35,69,107,72,81,18,109,100,14,15,137,103,97,54,55,49,73,46,105,108],"\u8fd1\u508d":133,"\u30b3\u30de\u30f3\u30c9":[26,3,90,85,30],"_create":[64,8,57],"-gqtp":126,"\u7d42\u4e86":[126,8,90],"_proc":46,max:[124,104,84],clone:106,"\u4e57\u7b97":133,mac:77,callback:61,offset:95,"\u6642\u9593":[165,133],"\u7f72\u540d":134,data:[56,159,8,42],"\u30ea\u30dd\u30b8\u30c8\u30ea":[91,106],"\u8a2d\u5b9a":[134,118,17,8,47,70],"-munin":169,"\u66f8\u5f0f":[161,59,162,3,98,118,151,85,29,8,30,157,56],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,74],register:9,"-files":134,"\u7d22\u5f15":119,"\u30b0\u30eb\u30fc\u30d7":[163,133],freebsd:124,"\u30a4\u30f3\u30dd\u30fc\u30c8":134,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":140,"\u30c4\u30a4\u30fc\u30c8":111,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[48,13,134],rand:59,grntest:134,"\u30d1\u30c8\u30ea\u30b7\u30a2":128,"\u623b\u308a\u5024":[78,5,83,40,41,7,88,9,131,92,94,66,136,51,102,52,139,141,21,143,57,60,43,145,150,63,64,113,153,104,84,114,71,164,118,120,27,96,31,125],"\u305f\u3044":134,gqtp:[121,126,155,90,115],"\u6d6e\u52d5":133,"_api":61,"_match":55,"_rename":52,"\u6587\u66f8":[16,133],"=platform":169,"\u63a5\u7d9a":90,tsv:[122,158],"\u4ee5\u4e0b\u6f14":133,"\u8a98\u5c0e":111,cutter:[160,134],"\u57fa\u672c":[3,133],greater:61,"\u30d7\u30ed\u30c8\u30b3\u30eb":[90,155],number:124,"\u52d5\u7684":101,not:61,"\u8a8d\u8a3c":47,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":90,now:162,"\u5c0f\u306a\u308a":[163,133],"\u90e8\u5206\u4e00\u81f4":[],"_select":61,"-pack":169,name:[52,57],edit:98,"-encoding":169,"\u66f4\u65b0":[119,134,106],kern:124,token:[147,78,57],mode:[40,78,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":124,status:[71,155,167],"-create":167,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":82,normalizerauto:170,"\u751f\u6210":[106,134,110],"\u74b0\u5883":[160,134],"\u5b9f\u4f8b":61,"\u9032\u3081":111,"_cache":[15,8],http:[30,126,171,4,90],"\u5373\u6642":119,"\u30d8\u30c3\u30c0\u30fc":155,todo:[102,27],"\u9001\u308a\u65b9":[0,106],"-match":169,"\u30ab\u30d0\u30ec\u30c3\u30b8":160,"\u7def\u5ea6":119,"-default":169,"\u5bfe\u5fdc":[80,111,47],"\u90e8\u5206":129,red:134,rk:159,"_content":93,nofile:124,"\u30e6\u30fc\u30b6\u30fcid":165,proxy:8,"_string":[102,164],"\u305f\u3081":[95,61,111],"\u7d50\u5408\u5f0f":163,"\u4ed5\u69d8":19,"\u4e8b\u9805":[58,39,151],launch:118,freecode:134,filter:[164,95],"\u53ef\u80fd":[147,66,118,119,120,40,102,78,8],"\u306b\u3088\u308b":[68,128,117],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":119,"_hash":82,"_user":105,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":111,"\u6e1b\u7b97":133,suffix:61,"\u8aac\u660e":[161,59,162,98,151,39,85,29,53,30,157],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u5909\u66f4":[62,138,47],"\u7d44\u307f\u8fbc\u307f":[170,85],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,open:[124,145],size:155,"\u78ba\u8a8d":[134,106],"\u7d5e\u8fbc":65,"\u30b9\u30b3\u30a2\u30fc":95,script:131,introduction:110,"\u30ab\u30b9\u30b1\u30fc\u30c9":153,"\u4fee\u6b63":[1,36,138,112,130,6,67,23],"\u5bfe\u7b56":[62,149],"\u6c38\u7d9a":82,"_obj":69,"\u30da\u30fc\u30b8\u30f3\u30b0":95,"=encoding":169,"\u306f\u3058\u3081":152,configure:[169,134,110],releases:67,update:[159,134,110],"\u5168\u6587\u691c":[3,87],"\u8ffd\u8de1":0,".com":134,"\u4e00\u81f4rk":159,"\u5b66\u7fd2":[118,152,16,159,42],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":57,"-httpd":[118,126,8,86,56],"_index":107,"_untag":96,"-log":169,"\u66ff\u3048":3,"-http":126,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[58,3,11,82,39,102,165,68,56,57],"_expander":[102,95],"\u3044\u304f":111,hashtags:165,"\u30a8\u30e9\u30fc":[122,149],"-zlib":169,"\u56fd\u969b\u5316":106,"\u5834\u5408":[122,68,134],"null":133,"_circle":157,"\u3044\u308b":80,"\u7279\u6b8a":151,"\u4e00\u89a7":[165,2,24],"_list":[150,92,83,43],min:84,check:113,"\u304b\u3089":[148,116,12,111,135,89,169,77],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":57,"-with":169,"\u7279\u5b9a":[160,134],"\u307e\u3068\u3081":134,"-dataset":167,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":170,"_distance":[66,98],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":160,mroonga:119,libmemcached:160,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":74,"\u7d22\u7528":[3,87],"\u6a5f\u80fd":80,gzip:47,"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":44,synopstis:167,"_put":7,windows:[89,134],geoindex:165,request:[118,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":117,"_in":[29,157],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u30b5\u30fc\u30d0":[119,90],"\u30ed\u30fc\u30c9":[165,3,74],"_processes":8,tokenfilterstem:147,"\u3084\u308a":111,keywordn:145,"\u30ec\u30b3\u30fc\u30c9":[95,3],"-po":134,"\u5270\u4f59":133,"\u30d5\u30a1\u30bb\u30c3\u30c8":95,"\u30d1\u30c3\u30c1":106,"\u304a\u304f":111,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,"\u8ffd\u52a0":[170,134,106],protocol:155,"_cursor":[137,107],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":133,xml:122,depended:110,ellipsoid:66,"\u4e0d\u7b49\u4fa1":[163,133],grnslap:161,cache:[95,104],"\u9ad8\u5ea6":95,"\u65e5\u6642":11,"-plugins":169,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":134,"_equal":61,"\u65b9\u6cd5":[10,134,74,62,149,166,42,101,16,76,13,159,160,106],"\u30ea\u30ea\u30fc\u30b9":[1,134,138,112,130,6,67,23,99],rectangle:66,"\u4e00\u6642":82,"\u6295\u7a3f":165,"-server":126,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":47,wheezy:135,get:118,db:61,clang:160,"_html":[145,27,41],"_limit":[95,8,104],cannot:149,"\u7b97\u5b50":133,"_eval":131,"\u91cd\u307f":[68,74],geo:[29,66,157],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,47],reading:159,"\u5171\u8d77":[16,159,42],"\u5229\u7528":[65,147,8],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":62,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":49,"\u7d50\u679c":[62,151,3,117],tokenfilterstopword:147,"\u52a0\u7b97":133,"\u6570\u5024":11,contain:61,release:67,"\u64cd\u4f5c":[166,3],"\u3084\u308b":134,"\u5426\u5b9a":[163,133],"\u5236\u5fa1":133,filters:147,dump:141,"\u4ee3\u5165":133,travis:70,tokenizers:32,domain:117,arg:61,close:145,"\u8a00\u8a9e":106,"\u65b0\u898f":134,"\u7528\u79d8":134,"\u9006\u5f15\u304d":38,"\u985e\u4f3c":[16,133],"\u7ba1\u7406":[8,90],"\u5c02\u7528":90,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_tokenize":40,between:84,"\u305d\u306e":169,"\u7bc4\u56f2":[3,57],javascript:65,"\u8868\u73fe":61,"_geo":97,"\u4f4d\u7f6e":[80,66,119,65,10,165],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":119,"\u904e\u53bb":111,key:57,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":151,homebrew:[134,77],users:165,"\u30b7\u30d5\u30c8":133,"\u306b\u5bfe\u3059\u308b":68,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[163,133],"_level":[5,8],"\u6392\u4ed6":133,"\u518d\u8d77\u52d5":126,"\u77e5\u308a":134,"-suggest":[118,56,167],"\u306a\u3057":[133,47],equal:61,"-document":110,"\u30b5\u30fc\u30d0\u30fc":[30,126,28],"\u88dc\u6b63":[152,16],"\u8ad6\u7406":[163,133],"\u306a\u3044":[39,111],"\u975e\u308f\u304b\u3061":129,"delete":153,load:51,"\u8a9e\u5f59":[3,87],ci:70,"\u4f5c\u6210":[165,87,3,134,57],point:66,period:36,"\u62bd\u51fa":133,header:122,"\u7f6e\u63db":102,"\u95a2\u6570":[144,133,160],"\u6574\u6570":133,shutdown:125,news:36,table:[95,88,82,83,40,52,92,114,57],quit:143,tuning:124,"\u30e1\u30e2\u30ea":124,"\u767b\u9332":[0,134],json:[51,122],"\u91cd\u307f\u4ed8\u304d":74,"\u306b\u95a2\u3059\u308b":39,po:134,"\u7528\u3044":[21,65],define:139,"(geopoint":165,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,158],"-help":169,"_tokenizer":57,"\u7591\u4f3c":53,"_value":84,"\u5b9f\u884c":[45,61,134,151,8,160],"\u7a2e\u985e":11,"_log":8,"-message":169,ruby:[131,60],gnu:135,"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":163,value:57,"\u5236\u9650":[58,117,74,82,39,151,158],cast:50,near:61,"\u691c\u7d22":[38,95,129,3,79,80,62,119,74,42,163,65,16,165,128,133,68,159,57],"\u5f8c\u65b9\u4e00\u81f4":[],"\u30e9\u30a4\u30d6\u30e9\u30ea":[119,169],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":47,"\u540c\u3058":62,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:165,"\u6982\u8981":[34,35,2,5,82,83,60,41,40,78,88,8,9,131,92,93,145,46,137,94,51,95,10,97,74,49,136,100,103,14,15,81,52,139,17,141,18,55,143,56,153,57,147,43,107,108,54,109,150,63,64,21,66,104,84,114,69,158,102,71,170,72,113,118,119,96,120,27,122,7,164,105,124,31,125],"\u6307\u91dd":111,"\u5fc5\u8981":96,"\u5f15\u6570":[78,5,83,85,40,41,7,88,96,131,92,94,95,66,98,136,51,102,52,139,141,21,143,56,57,59,60,151,145,63,64,113,153,104,84,114,157,161,71,164,118,120,29,124,31,125],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"_expansion":95,"in":36,"\u30ec\u30b3\u30fc\u30c9id":82,"\u95be\u5024":62,".maxfileperproc":124,"\u8a9e\u5f59\u8868":57,"\u5ea7\u6a19\u5024":133,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":134,fedora:148,"\u4f7f\u3044\u65b9":[78,4,5,83,40,41,42,7,88,8,9,131,92,94,101,95,66,74,136,51,102,52,16,139,141,21,143,56,57,60,43,151,145,150,63,64,113,153,104,84,114,158,159,71,164,118,120,27,96,31,125],"_rectangle":29,suggest:136,make:[169,134],"\u4f8b\u3048":111,"\u6210\u679c":106,archive:12,"\u7a4d\u6f14":133,"_filter":164,html:[96,106,110],"-learner":56,messagepack:122,"\u30ad\u30fc\u30ef\u30fc\u30c9":[62,165],".max":124,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,".po\u30d5\u30a1\u30a4\u30eb":106,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306e\u306b":62,"\u8ab2\u984c":0,"\u30b9\u30c8\u30ec\u30fc\u30b8":119,"_data":105,"\u5834\u6240":[111,158],desctipion:167,"\u7570\u306a\u308b":62,"\u3067\u304d":39,database:[118,56],"\u307e\u305f":68,"\u3055\u307e\u3056\u307e\u306a":65,"_hook":81,flags:[40,78,120,155,57],sortby:95,"\u51fa\u529b":[122,95,3,4,106],"\u30c4\u30fc\u30eb":[169,8,90],the:[67,124],lcov:160,"-localstatedir":169,"_path":[118,8,56],"\u8868\u793a":3,"-platform":169,solaris:20,"-path":169,less:61,"(v":61,"_tagn":145,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"_ctx":14,"\u5171\u6709":119,"\u30ab\u30e9\u30e0":[58,66,3,117,53,127,68],"_pack":169,"\u547c\u3073\u51fa\u3057":133,"\u5f8c\u65b9":[133,163,128],"\u3067\u304d\u308b":[61,111],loading:8,tokenizer:[150,78],"\u30d1\u30e9\u30e1\u30fc\u30bf":[68,10],"\u30bd\u30fc\u30c8":[65,117],defrag:31,"_selector":139,"\u660e\u793a\u7684":66,"\u62e1\u5f35":79,"\u4e00\u81f4":[133,159,129,163,128],hat:134,match:[102,68,95],"\u7d4c\u5ea6":119,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":119,"\u8ad6\u7406\u7a4d":163,"\u9759\u7684":[101,160],"\u4fdd\u5b58":[11,57],nginx:8,"()":61,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":168,"\u30bd\u30fc\u30b9":[148,116,12,135,89,169,77],"\u7a4d\u4ee3":133,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":90,"\u5354\u529b":111,"\u691c\u7d22\u4f8b":61,"\u5168\u6587":[62,119,65,3,68],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,47],"_expr":[61,73,142],adjuster:95,"_threshold":95,"\u4f5c\u696d":134,"\u307e\u305f\u3050":68,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":90,old:67,learning:[56,42],centos:116,"_db":72,linux:124,"\u30b7\u30b9\u30c6\u30e0":[0,165],"\u5358\u8a9e":133,"_dat":82,"\u4f7f\u7528":124,"\u5727\u7e2e":47,"\u30b3\u30e1\u30f3\u30c8":165,"_sortby":95,"\u5411\u3051":[154,134],"\u5bc6\u9375":134,"\u66f8\u304d":129,"\u53c2\u7167\u578b":74,per:124,exit:167,allocate:149,"\u30af\u30a8\u30ea\u30fc":[8,24,163],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u30d3\u30eb\u30c9":[148,116,134,12,135,89,169,77],"\u5206\u3051":129,run:110,"\u5168\u6587\u691c\u7d22":163,"\u53c2\u8003":[78,5,82,83,60,41,40,2,131,94,95,136,51,102,139,142,21,57,147,43,145,150,164,153,104,158,120,27,167,122,7,170],"\u3046\u307e\u304f":111,"\u30c7\u30d0\u30c3\u30ac":160,"\u4f9d\u5b58":169,"\u3042\u308a":[163,133],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":47,"\uff08personal":12,"\u5927\u306a\u308a":[163,133],output:95,"\u96c6\u8a08":119,from:56,post:[8,47],"_query":8,"\u6319\u52d5":129,by:8,"\u5b9f\u73fe":61,"_border":84,"package":12,column:[145,63,41,64,52,84,83],of:124,"_escalation":[55,95],"\u30e6\u30fc\u30b6\u30fc":[165,111],location:66,os:77,"\u524d\u65b9\u4e00\u81f4":[],ppa:12,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":47,"_reopen":21,"\u5b9f\u9a13":23,"\u3053\u3061\u3089":111,"\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],"\u4ed5\u65b9":106,"\u5831\u544a":0,"\u524d\u65b9":[133,159,163,128],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":160,log:[5,21,7,56,132],"\u8907\u6570":[68,117,47],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":151,"_prefix":169,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":165,"\u30d0\u30fc\u30b8\u30e7\u30f3":[138,1,10,130,134],"_remove":[88,63],redmine:111,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[163,133],"\u63d0\u6848":[118,152,42],"cpu\u30b3\u30a2":47,twitter:[111,134,22],"\u30d5\u30a9\u30ed\u30fc":165,files:[124,56,167],"_full":145,"\u6027\u80fd":[8,47],memory:149,"\u72ec\u81ea":133,"\u7b97\u8853":133,"with":110,"_load":60,pull:106,"_or":84,"default":[10,57],"\u69cb\u7bc9":[101,160],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":134,limit:95,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":119,"\u304a\u3055\u3089\u3044":111,highlight:[145,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,81,18,93,46,49,103,14,15,100,17,137,105,107,108,54,109,55,97,69,72,73],"\u304a\u77e5\u3089":[67,1,138,130],similar:61,"\u30d5\u30a1\u30a4\u30eb":[45,61,134,110,158,47,106],"\u611f\u8b1d":[1,138,112,130,6,67,23,99],bigram:165,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,approximate:66,command:10,"\u69d8\u3005":160,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":165,enable:110,"\u56de\u907f":149,"\u3054\u3068":68,"\u70b9\u6570":133,"\u7279\u5fb4":[82,119],"\u53c2\u7167":[11,38,155,119],"_columns":[102,68,95],"\u95a2\u4fc2":[38,95,169],"\u4ee3\u5165\u5f0f":163,extract:42,"\u3068\u308a":111,"\u914d\u5217":133,"\u3042\u3052\u308b":62,"\u306e\u307f":[160,134],grn:[35,81,18,93,46,49,103,14,15,100,142,137,105,61,107,108,54,109,55,97,69,72,73],"\u8ee2\u7f6e":119,"_type":[66,54,93,155,57],"=number":169,truncate:114,"\u30c7\u30fc\u30bf":[11,165,39,3,57],worker:8,"\u5909\u66f4\u70b9":134,"\u4e0a\u9650":58,"\u6307\u5b9a":[66,3,163,134,39,10,68],"_auto":8,"\u547d\u4ee4":151,"\u65b0\u3057\u3044":106,"_map":124,scorer:[65,95],"\u4f7f\u3046":[66,8],"=path":169,drilldown:95,"-latest":134,"\u3088\u3046":[16,159,42],debian:[135,134],"\u4f5c\u308a\u65b9":74,"_count":124,"\u4f7f\u3044":129,macports:77,"\u30c7\u30fc\u30e2\u30f3":90,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[58,38,68,101],pseudo:53,"_offset":95,queryexpandertsv:158,"_memory":124,"-package":169,oracle:20,"\u539f\u56e0":62,"-threshold":169}})
1
+ Search.setIndex({envversion:46,terms:{clumns:125,"\u51fa\u6765":[38,69,80],"\u300calice":167,localstatedir:[140,171],"\u3082\u3089\u3063":3,four:[134,3],"\u660e\u78ba":68,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,87],"\u811a\u6ce8":[66,3,39,63,29,159],"\u3082\u3089\u3048":112,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[136,18,87,91,143,68,23,171,108],"\u79d2\u60c5":23,"_column":[48,140,37,25,113,68],"\u6b63\u5e38":[153,136],"\u30d5\u30c3\u30af":71,internally:[95,14],"\u5b9a\u5024":6,"/projects":136,"&q":119,"&s":119,"\u3044\u304f\u3064\u304b":[150,97,80,136,121,113,22,170,40,104,61,53,171,146,162,173],"\u89e3\u9664":[1,70,87,96],second:134,"\u4f5c\u3089\u308c":[68,153],"[2":87,"\u4e8b\u524d":[60,136,62,154,133,172],"\u30de\u30af\u30ed":[23,70,113],"\u30b7\u30f3\u30dc\u30eb":64,"\u5f15\u3044":135,increasing:125,error:[34,99,5,113,123,7,8,134,68],here:[34,119,161,169,42,8,134,125,56],onga:27,"&!":135,china:118,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":145,"&&":[62,166,97,129,135],"\u4e0e\u3048":[51,61,3,62,111,87,113,6,92,139],"\u4e2d\u8eab":[68,3,157,153],"_output":[68,2,141,14],"\u30c8\u30fc\u30af\u30f3":[149,80,135,84,130,113,42,40,16,68,23,172,140,57],"\u7ffb\u8a33":78,"\u300c\"":87,"\u300c#":140,"\u300c,":143,"9e":172,"9f":4,unix:[123,171],txt:[77,108],"\u5ea6\u6d6e":39,"\u5bfe\u7167":104,"\u65e5\u672c\u4eba":161,"_check":[68,70,162],"\u89e3\u6c7a\u7b56":112,"\u975e\u63a8":[66,113,6,68,23,57],music:[38,134],tokenize:[48,40,37,26,113,68],"_flags":[34,110,54,6,102,74],"[pkg":[6,23],until:[34,125,17],"\u30d6\u30ed\u30b0":78,"\u30df\u30ea":[11,23,39,65,135],"\u6709\u529b":138,"\u7f6e\u304f\u4f8b":171,"[os":68,"\u4e0b\u304c\u308a":62,karmic:162,"\u300cv":136,"(pos":[29,159],"_command":[48,25,37,68],"\u6709\u52b9":[80,85,87,92,23,171,97,136,11,12,51,102,57,110,153,113,68,70,101,165,117,73,120,27,8],locked:34,"\u4e8c\u91cd":[68,113,165],"\u30e1\u30fc\u30eb":[0,108],"/functions":162,example:[38,97,3,118,11,119,65,8,125,161,92],"/blog":136,"\u6a2a\u5c71":[68,113],want:119,"*cache":15,"<groonga":153,travel:167,feature:[161,8,108],how:[34,44,18],types:[138,16,121,161,42],"\u63fa\u308c":81,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":113,"_resource":[2,70],"\u5b09\u3057\u304f":112,"\u901a\u5e38":[123,97,80,3,165,11,39,14,6,53,8,68,172,160,85],"\u5148\u982d":[83,97,70,3,8],"\u500b\u5b9a":122,wing:[6,113],"\u3042\u305f\u308a":[23,140],vars:[34,46],"\uff11\u5bfe":122,"\u30d1\u30c8\u30ea\u30b7\u30a2":[48,3,130,6,139,142],"\u6e1b\u7b97":70,"_ptr":[34,74],"\u8fd4\u3063":[165,135],"_{":113,"-code":[68,136],"\u8fd4\u3057":[34,80,3,81,83,85,40,41,42,61,133,98,47,97,66,135,100,138,102,105,14,15,104,52,16,17,166,55,147,107,59,60,43,109,110,111,152,113,159,64,139,65,155,106,86,68,115,70,161,72,73,154,167,27,29,164],fix:[52,36,85],"\u8fd4\u3055":[51,97,10,138,111,6,114,68,70],"_s":68,"_desc":102,"_o":[2,157],"_n":[15,119,113],"_i":[2,157],fin:46,"_a":[2,157],"\uff08tokenmecab":62,"\u3046\u3063\u304b\u308a":113,"\u30d7\u30ed\u30c8\u30b3\u30eb":[163,48,127,2,120,153,6,170,8],"-daemon":[119,56],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":66,"\u516c\u8f14":113,"\u3082\u3063\u3068\u3082":162,"\u30af\u30a8\u30ea\u30da\u30a2":154,"\u8a8d\u8a3c":[8,173],"_select":78,"(point":[29,66,159],"_deadlock":[2,157,70],timeout:[70,17],debug:[5,134,7,8],"_$":[138,57],"_\"":23,"@do":68,"*keywords":74,rd:[62,130],re:125,rf:[117,8],"post\u30e1\u30bd\u30c3\u30c9":113,moritapo:38,rc:[80,134,2],rm:8,ro:80,gregex:113,rk:44,"\uff01\uff09":[16,161],"\uff01\uff08":108,"\u3042\u305f\u3044":106,"\u5909\u5316":120,"\u5168\u90e8":157,".msgpack":4,"/limits":125,ringtail:[68,113],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[85,75],"\u307e\u308d\u3086\u304d":129,"\u771f\u507d":[11,135,39,113,165],libedit:[150,1,140,6,23,171],"\u5f31\u70b9":120,"\u8fd4\u308a":[65,97,118],"\u8fd4\u308b":140,"\u7d99\u627f":113,"\"localhost":92,"_locks":[2,157],"\u25a1\u25a1":112,"\u300cnew":167,"\uff08age":57,":bob":167,mingw:[23,136],"nginx\u3089\u3057\u3044":68,"\u6607\u964d":[139,97],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[66,106,144],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[87,80,3,113,121],service:[125,127,16],"\u4f7f\u308f":[2,81,84,80,8,23,97,136,15,144,57,38,113,157,86,68,160,161,71,165,118,172,74],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[163,51,97,80,3,4,118,11,120,39,87,42,6,143,138,135,165],"\u533a\u5207\u308b":[140,160],master:8,"\u610f\u8b58":57,"\u8a8d\u8b58":112,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[104,97],"\u306e\u3059\u3079\u3066":47,"(comments":166,"-common":[6,12],project:135,"_update":[165,97,2,102,110],"*namebuf":[70,110],boston:167,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[48,117,43,37,150,147,12,121,113,41,6,137,80,40,57],"\u4f7f\u3048\u308b":[165,87,113,6,68,23,171,71],"\u304b\u3069\u3046":[2,166,62,104,86,171],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":113,"-port":[119,153,87],"/max":68,object:[34,70,135,83,39,6,102,157,49,46,107],"\u7d22\u7528":[48,142,57],"\"black":172,microsecond:134,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":114,letter:172,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":47,"\u533a\u5207\u3063":[40,97,80,121,157],"\u4f7f\u3063":[0,80,3,81,39,130,41,6,2,91,8,171,47,129,150,97,135,136,75,11,101,12,14,104,16,144,57,148,38,60,61,109,62,112,113,64,114,65,157,68,106,160,71,117,172,165,118,154,108,167,121,27,123,137,124,78,79,92],released:[36,136],camp:167,"\u4f7f\u3048":[97,80,86,165,118,173,144,113,64,8,135,68,23,71,146,57],"\u4f7f\u3046":[1,80,6,9,133,68,171,150,97,136,75,77,138,12,15,140,143,57,60,61,153,113,155,106,23,71,117,25,121,123,137,124],"\u4f7f\u3044":[80,39,40,41,42,44,23,171,8,47,48,97,98,135,75,138,12,103,16,17,144,57,149,61,150,155,68,13,160,161,71,117,172,165,120,121,27,123,137,108,79],"\u66f8\u304d\u8fbc\u307f":171,"\u66f8\u304d\u8fbc\u307e":21,unmanaged:114,"\uff08@":[23,140],"\u30d0\u30a4\u30ca\u30ea\u30fc":123,layout:136,".fedoraproject":117,"2byte":157,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":84,createrepo:136,"\u79d8\u5bc6":136,"\u30a2\u30d4\u30fc\u30eb":136,"_age":86,"\u91cd\u307f":[6,48,113],tips:78,"\u30c8\u30d4\u30c3\u30af":136,"\u91cd\u3044":[120,97],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[48,140,26,37,14],"\u958b\u3053":73,"\u5b9f\u9a13":68,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":68,"\u91cd\u304f":62,patch:36,release:[91,136],unpatched:36,"\u69cb\u9020":[38,61,120,14,123,102,84],"\u5e83\u304f":136,"[linux":6,result:[61,4,27,161,102,66,157,69,56],"<port":[153,87],"\u5206\u304b\u3061":120,wikipedia:39,score:[38,97,61,3,110,75,62,138,161,65,42,66,52,16,113,167,135,69,115,104,119],"\u611f\u3058":112,shidara:23,"\u554f\u3044\u5408\u308f":61,"\u539f\u99c5":65,country:[155,92,118],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":172,"\u66f8\u304d\u8fbc\u3080":153,"\u540c\u69d8":[82,97,61,136,11,153,65,92,139],"\u4e00\u6587\u5b57":68,"\u5931\u6557":[34,15,3,165,136,140,64,113,6,52,155,17,9,23,68,115,57],"\u95a2\u6570":61,diff:153,"\u5404\u7a2e":136,"\u6d88\u53bb":113,"\uff08node":71,"\u5360\u6709":70,")senna":160,correction:16,"\u30ab\u30f3\u30de":[97,3,135,118,51,143],worker:122,dave:86,"\u305f\u307e\u307e":47,input:[51,123,95,157,161],"-message":124,"/function":136,"_sel":36,"\u3069\u3093":94,"#set":153,"\u3069\u308c":[123,85,97,47,57],"_set":[15,35,83,111,14,6,139,105,17,55,68,70,101,46],"\"sound":16,"\u65ad\u7247":27,"\u4ee3\u8868":120,"\u79d2\u6570":[123,97,135,11,167,39,72],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":113,reports:34,"_false":70,"\u3069\u306e":[82,97,80,118,159,16,66,171],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[62,167],"_rectangle":[48,1,99,37,140,113,23,146],"\u3069\u3053":[23,171,68],"\u3002db":[23,61,3,92,14],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[97,80,165,62,84,140,87,113,6,102,155,121,143,68,139,23,160],"\u5fdc\u7528":120,"\u3069\u3046":[1,131,73,118,5,112,63,97,6,62,7,141,8,21,96],"\u30e2\u30fc\u30c9":[80,3,61,92,68,30],"\"blt":143,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[80,62,130,16,139,57],"_skip":113,"_element":35,"\u30c4\u30fc\u30eb":[48,124,108],"_result":[102,2],sleepy:103,normalzer:43,"\u4e00\u6c17":136,previous:127,"\u5317\u4eac":66,"\u300ccharlie":167,has:[34,36,136,169,102,99,134,125],hat:78,"*vars":[34,46],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":113,"\"content":[135,149,97,165],"\u9001\u308b":[0,157,47,108],"\u9001\u308a":[157,136],"\u30d0\u30a4\u30ca\u30ea":[91,136],"_broken":2,"\u8d8a\u3048":62,unique:119,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":82,">command":4,"_error":[34,2,157],"_ascending":139,alice:[97,165,167,104,52,8,86,115,47],"-unauthenticated":[6,137],"\u30d4\u30ea\u30aa\u30c9":[64,69],sebastian:68,right:99,old:136,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[87,80,3,121],truncated:113,begin:163,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[6,97,165,144],"/ngx":8,"\uff08score":97,groogna:[101,47],"\u9001\u3063":[77,0,78,108],"for":[34,127,36,39,22,42,6,8,134,95,66,135,17,56,99,70,161,119,167,27,169,125,74],bottom:[23,99,29],quetzal:6,".asc":136,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":113,ichii:23,yoku:[68,113],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":70,"\u5206\u985e":[11,118],standalone:56,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":78,"\u306a\u3055\u3093":78,"\u65e2\u5b9a\u5024":127,"\u305b\u3044":113,"_size":[34,61,110,76,14,102,54,139,70,74,46],".am\u30d5\u30a1\u30a4\u30eb":136,"\u89e3\u91c8":[140,61,165,143],waits:[34,17],"_range":[2,70],support:36,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":86,joseph:129,"\u305b\u306a":[165,135],"\u5c71\u672c":68,"\u3086\u304d\u3072\u308d":129,thesaurus:97,"\u3044\u3046":97,"/tsv":[160,9],"\u5fa9\u65e7":101,"\u8981\u7d20":[51,2,3,75,85,153,27,113,6,102,61,123],"\u30d0\u30f3\u30c9\u30eb":[68,113],"\u3002sortby":97,"\u306e\u304b":[167,130],"\u9006\u5f15":38,"_sequence":[2,157],"\u306e\u3044":[10,5,120,39,87,51,66,102,7,157,61],"_records":[6,113],"''":165,"'\"":[6,113],"'.":[70,108],"'-":[87,113],"',":[68,70,169,42],sizeof:74,"')":[163,97,165,87,51,68],"'(":[87,165],"\u306e\u306b":[48,73,121,113,6,33,68],"\u306e\u3061":97,relax:125,"\u306e\u3067":[127,3,130,6,91,8,68,133,47,97,66,136,11,104,108,60,62,151,112,113,166,86,23,69,160,120,27,123,170,167,30,57],"*nvars":46,"\u3001_":3,"\u306e\u307f":[120,61],"'t":[42,17,125,14,95,74,161,8],"'s":[103,97,165,51,166,134,123,135,108],moero:38,"\u3089\u308c\u308b":[61,110,120,130,113,6,139,68],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":153,"'a":166,"\u305b\u308b":[127,61,120,147,41,104,30,162,57],"'n":87,"'m":[103,167,149,69],"-latest":78,"-tar":20,"\u305b\u308c":120,"\u6bb5\u843d":[64,85,110],"_count":[72,4,8],"'\\":165,"\u5165\u529b\u30df\u30b9":16,time:[167,119,62,138,134,153,113,42,6,11,16,125,68,23,164,161],push:[136,108],"\u304a\u3053\u306a\u3063":3,":/":[3,4,87,91,8,93,171,47,150,98,136,75,11,12,15,143,108,38,20,65,92,68,71,163,117,118,119,137,30,79],"\u53cd\u6620":[120,61,136,125],"\u7b26\u53f7":2,":$":[135,165,129],"\u6d41\u308c":78,"-prefix":124,":#":68,"\u5c0f\u897f":113,":=":[97,165],":>":[97,165],"\u66f8\u3044":[68,167,165,135],"::":[2,4],"-search":68,millisecond:17,"\u3042\u307e\u308a":[69,112,102],"\u7aef\u672b":120,"_builtin":[23,70,73,54],"\u6700\u7d42":[97,73,75],dragonfly:140,"\u500b\u5225":136,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,140,87],":c":[74,73,110,14],lru:106,"\u7d20\u6734":118,exact:61,"\u3002travis":71,minute:134,".body":[31,81,96],"\u30b9\u30af\u30ea\u30d7\u30c8":78,"{language":108,"\u6e08\u307f":[51,117,80,110,136,150,112,39,12,64,113,6,137,16,154,23,160,161,127],"-base":[119,56],":@":[38,97,3,165,11,167,104,92],":\\":91,":^":[165,129],":[":153,":public":136,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":122,"\u305f\u3055\u3093":[23,1,113],"\u7d50\u3073\u3064\u304f":122,sign:136,"\u5316\u4f5c":136,makecache:[6,117],"\u4e8c\u9805":135,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":68,".ncpu":79,"\u7d4c\u904e":[123,10,135,11,167,39,72,17,23,70],"\u30bf\u30d6":[160,4,157],takashi:[23,155],"\u540d\u7b49":70,"\u4e3b\u8981":124,"'='":87,"\u76ee\u5b89":136,"\u63a8\u9032":113,"\u30bf\u30b0":[48,97,98,135,136,75,84,147,140,27,41,113,6,68,23,142,57],"gmo\u30e1\u30c7\u30a3\u30a2":68,"\u6d41\u3057":136,address:[6,23,157,119],"\u30a2\u30ab\u30a6\u30f3\u30c8":[68,136,22],"\u4e3b\u30ad\u30fc":[48,140,6,53,94,51],queue:122,"\u8b66\u544a":[97,10,140,113,6,68,101],"\u3002offset":83,"\u5ea6\u6570":[11,23,65,135],ipa:150,pentium:153,prefer:119,"\u6587\u5b57\u5217":[48,97,80,100,111,75,121,27,41,113,6,166,66,144,123,68,51,74,147],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[61,87],bookmarks:75,"\u4e88\u3081":[39,87],"{\"_":[38,97,135,11,65,86,165],"|table":57,"\u30d5\u30a9\u30ed\u30fc":22,"/header":20,"\u3060\u3063":[6,62,97,10,102],"``":[1,110,140,14,15,74],"\u5168\u4e16\u754c":113,"\u3060\u3068":112,visual:[6,23,91,113,68],"_gt":139,"\u3002obj":70,"\u3060\u3044":[23,68],"_alloc":[34,74],values:[51,95,70],"\u3060\u3057":[23,153],"\u5024\u8a18":135,following:[34,110,119,169,134,18,125,56],locks:[34,27],logrotate:6,allowed:56,"\u5897\u3084\u3059":[97,162,75],"\u6a19\u6e96":[1,131,3,5,87,7,8,94,96,10,51,141,143,21,145,63,64,114,68,101,163,72,30,31,126,92],chroot:136,"\u30d2\u30e5\u30d9\u30cb":[66,159],parameter:[119,125,102,99,46],applications:27,date:153,such:[119,161,27,169,42,6,56,108],data:83,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[48,142],"/dictionary":140,ss:[134,135],"/javascript":23,st:[80,135],sh:[136,71],so:[125,102,70,161,18],sa:[138,16],se:[80,161],"\u540c\u3058\u6570":[87,8,47],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":68,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":143,"\u30a2\u30c9\u30ec\u30b9":[23,102,87,92,153],"*query":[49,74],jis:139,"\u540c\u671f":[153,136],instantly:27,"\u30d7\u30e9\u30b0\u30a4\u30f3api":68,"\u4f7f\u308f\u305a":104,records:[134,99,42],"\u8d85\u3048\u308b":[6,11,151,139,84],matched:[119,99],config:[1,10,91],"\u7570\u5e38":[114,153],"_dat":[165,94,113,102,68,23,135,101,57],"_dataset":[132,56,169,42],"\u3084\u308b":78,suffixsearchterms:[165,135],"\u4e26\u3073":[130,135],"\u4e26\u3079":[48,142],"-terminated":[34,46],gtar:20,"\uff1f\u300d":118,indexblog:69,"\u30d8\u30c3\u30c0\u30fc":[6,68,2,47],"-offset":97,container:74,"_msgpack":95,fu:80,"\u8a73\u7d30":[127,80,3,39,6,8,9,49,150,97,171,75,12,104,55,85,108,40,62,153,113,65,68,162,117,118,123,137,170,30,57],"\"search":[161,16,165,42],"\"type":138,formula:136,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":84,mime:47,"byte":[110,153,27,6,102,157,70],"\u7d20\u65b9":120,"\u30d9\u30af\u30bf\u30fc":[97,75,113,155,68,23],"\u4e00\u610f":[64,87,53],one:[34,125,27,56],submit:[119,138,16,161,42],"*expr":74,city:[167,66],"\u5bfe\u7b56":[48,33],"\"sphr":159,"=encoding":124,"\u884c\u756a":[123,23],"\u8fd4\u4fe1\u5143":167,"\u8fd4\u4fe1\u5148":167,"\u306b\u5bfe\u8c61":23,translate:[108,18],"\u540c\u6642":[97,10,120,122,153,65,14,102,139],fumiyasu:23,"\u4e16\u754c":[66,11,39,29,65,159],argument:135,sae:[138,16],say:135,"/span":[147,27,41],"/ubuntu":[6,127],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":113,"\u30ea\u30b9\u30c8":[51,149,160,3,165,136,38,32,87,97,172,6,93,82,94,135,74,108],uuuuuu:135,"\u5ea6\u5408\u3044":62,note:[34,119,125],"\u30cb\u30db\u30f3\u30b8\u30f3":161,"[[\"":114,"\u5fdc\u7b54":[120,113],buffer:[114,70],keeps:75,compress:64,"\u30b9\u30da\u30fc\u30b9":[23,97,113],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":78,"\u672b\u5c3e":[83,139,70],"\u9589\u3058":[23,84],"\u4ef6\u6570":[97,3,62,130,51,102,53,68,70],"\u5217\u6307\u5411":[120,87],"_cursor":[48,99,37,25,113,140],xml:[140,113,6,68,23,95,101],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:172,"\u5927\u4e8b":[160,165],"\u4e00\u6642":[48,66,37,70],"\u3068\u3057\u307e\u305b":17,"_defrag":70,"\uff08tokenbigram":62,resource:157,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[48,37,26,6,68,123],"\u76f4\u63a5":[167,143],"\u8868\u3057":[82,10,3,39,123,2,53,61],"\u7a7a\u767d":[80,3,165,62,120,87,42,51,121],"\u7528\u79d8":78,"\u898f\u5247":6,".content":[97,135,103,166,125,69,165],"\u306b\u3068\u3063\u3066":[80,112],sites:143,"*column":110,"\u5927\u4e08":0,"\u4f9d\u5b58":[48,124],jobs:153,"\u4e0a\u554f":127,"\u5e73\u5747":68,"@tomotaka":23,many:[125,169,75],"\u8fd4\u3059":[1,131,5,87,6,7,23,47,96,135,138,14,141,21,110,153,63,113,72,65,157,86,68,164,140,31,74],"\u30b3\u30ed\u30f3":64,"_otoj":162,expression:[119,125,60,74,97],")offset":[139,102],"-mecab":[150,117,12,113,6,137,68,79],"_t":2,"\u5404\u7d22":3,"(xxx":113,"\u3002http":113,"\u542b\u3080\u5024":[87,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":68,"\u5468\u4e0a":159,"_synonyms":160,"*added":102,"\u898b\u4ed8":113,"'ja":108,enable:136,readings:161,"\u6607\u9806":[97,3,118,65,102,139,70],"\u5b9f\u884c":[120,78],"\u8fbc\u307f":[21,160],"-bye":[40,135,149,97,165],"\u304a\u3051\u308b":[58,38,3,165,11,120,39,113,6],executes:119,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":128,"\u7406\u89e3":[97,3],"?table":[8,47,92],ctrl:92,"\u4e0d\u5909":53,ivh:[150,117],"@lists":[136,22],".md":136,pthread:[23,113],"\u3002squeeze":162,ascii:[165,135],"\u633f\u5165":[3,136,83,87,27,6],binary:[120,39,4],hostname:[30,87,8],"/pipermail":68,"_filter":[48,26,113,37,68],"<path":[87,56],"_setoperation":102,"\u3002\u3057\u304b\u3057":[97,66,75,120,39,103,52,16,124,23,172,47],"_at":[62,101,140,14,6,102,70,74],"error\u30bf\u30b0":6,"\u8ab2\u984c":78,cmake:[6,171,91,113],"\u5b9f\u88c5":[60,66,97,6,8,30,133,23,68,173,47,108],"_date":136,takahiro:140,customized:134,"\u5217\u8868":39,wiedenroth:68,"\u6b53\u8fce":78,"_normalize":[103,97,36,3,81,62,167,165,27,172,6,104,102,125,69,135,57],"\u53d6\u308a\u51fa\u3055":11,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":68,"\u53d6\u308a\u51fa\u3059":[11,139,61,109,140],"_retry":2,"({":119,"(x":68,"\u6771\u4eac\u90fd":[62,130],"[token":113,"\"utf":111,"(r":153,rest:34,gdb:162,"(a":71,"_pack":124,"\u30cb\u30db\u30f3":161,"([":59,"(_":[138,161,16,135,42],"\u30d1\u30e9\u30e1\u30fc\u30bf":[48,110,113,6,102,68,139,23,70],"\u3042\u3052\u308b":[48,33],haystack:61,dcmake:91,"\u6c4e\u7528":[153,87,8],"\u639b\u3051":135,"(>":61,"(<":61,"(=":[2,135,61],res2:102,"\u91cd\u307f\u3064\u304d":68,"((":[97,75],"()":78,"(.":[69,136],"(-":135,"(\"":[66,3,111,87,27,41,113,6,104,147],"(!":61,"(&":74,"('":[64,97,3,165,87,51,53],intel:153,"_but":61,"\u95a2\u308f\u3089":153,"\u4ed5\u7d44":[47,108],conditional:138,yyyy:[134,135],";b":[147,41],".load":153,ddl:62,lucid:[140,113,136],"/httpd":[127,8],"\u8a18\u4e8b":[103,69,136],"\u5168\u6587\u691c\u7d22":[6,57],"_printf":68,";/":[147,41],"package":[48,136,124],"\u5ec3\u6b62":10,favorite:108,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,47],"\u304b\u3048\u308b":166,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[172,121],"\u30ec\u30d9\u30eb":[5,6,7,87,68],"\u7b97\u51fa":[6,97],"\u306b\u3042\u308a":[121,57],"\u6df7\u305c\u308b":75,"\u7403\u9762":[66,159],"_prefix":124,"<encoding":87,"\u30e9\u30f3\u30ad\u30f3\u30b0":[68,3],emacs:108,recommends:125,"\u30aa\u30fc\u30d7\u30f3":[6,15,113,23],complete:[119,138,101,161,154],"/pull":136,clones:18,"_empty":[2,157],"with":[78,136],"_load":[48,26,113,37],"_types":[121,47],pull:136,october:68,"\u697d\u3057\u3044":[62,130],reqular:119,"\u304a\u77e5\u3089":48,gone:38,ac:172,uid:136,"| y":113,"\u30ec\u30b9\u30c8\u30e9\u30f3":120,am:[27,41],an:[34,125,102,99,8],"| n":135,as:[34,127,80,119,27,169,161,6,8,18,125,56,108],ar:[62,80,130],at:[36,167,18,99,125,134],"| c":135,"| _":65,"\u3002messagepack":[123,171],shimomura:6,"\u4e00\u65b9":[3,165,104,11,120,27,41,62,166,69,135],"\u30c7\u30d0\u30c3\u30b0":[68,80,8,114],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,153,91],"\u9806\u4f4d":83,queryexpandertsv:[48,37,113,6,104,9,24],"_such":[2,157],original:[95,129,143],"\u5897\u5206":97,"\u6587\u6cd5":[48,142],senna:68,"\u4ed8\u968f":[131,63],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[58,97,62,84,153,114,151],"\u6e80\u3055":113,"-talk":[113,22,136],"\u548c\u5e83":113,"\u901a\u4fe1":[78,156],to:[34,123,97,36,110,70,14,6,102,99,17,18,95,74,8],tail:[157,136],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[48,140],homepage:153,tc:[139,109],returned:[34,99],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[97,80,40],"/rurema":68,"\u3002column":[61,3,110],condition:135,"(popular":97,large:125,adjust:97,"\u5909\u308f\u308b":[62,147,27,41],"\u5909\u308f\u308a":[114,65,130,106],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":62,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[68,80,121,113],"&gt":[147,27,41],"\u5927\u5225":11,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[110,136,85,113,51,106],"\u7d22\u6642":140,"\u5897\u52a0":[97,113],"\u3067\u306b":[62,103,9],section:[34,76,110],"\u30ea\u30c6\u30e9\u30eb":[1,165,147,27,41,6,23],"\u5927\u5207":120,"\u6700\u65b0":[23,136,22,106],"\u3002timeout":70,"_modified":167,method:8,contrast:8,full:[80,27,136],hash:[84,167],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[40,80],"\u30ce\u30a4\u30ba":[62,16],sender:[119,56],"\u975e\u516c\u958b":136,"_compare":70,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":97,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":47,via:42,followee:167,tokenizer:[6,48,26,37,68],"\u30ce\u30fc\u30c9":[6,139],"\u7121\u540d":[102,70],"(init":14,follower:167,"\u3067\u3059":[2,3,4,6,80,8,9,10,77,12,14,15,16,17,18,20,166,23,26,27,30,32,82,11,39,40,41,42,43,46,47,150,171,51,52,53,152,56,57,58,60,61,62,64,65,66,68,69,70,71,74,76,137,78,106,0,81,84,85,87,89,91,92,94,95,97,98,75,103,104,102,107,108,110,147,112,113,114,115,117,118,119,120,121,123,125,127,128,130,133,135,136,138,143,144,149,151,153,154,155,157,86,159,160,161,162,163,165,167,172,173],select:[15,1,10,37,48,75,26,113,132,6,52,155,106,68,67,23,140],"[grntest":23,mecab:[150,1,36,136,120,12,113,6,137,140,23,171,117,79],"\u7406\u95a2":46,"\u4e0a\u8a18url":136,more:[34,125,157,27,56],"\u30c6\u30ad\u30b9\u30c8":[40,80,136,75,153,147,140,121,27,41,113,6,98,172,108,74,57],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[128,75],"\u518d\u5229":[84,97,53,68],"_argument":[139,102,2,157,70],"_messages":[136,108],endpoint:[119,56],"_adjust":[97,49,61],learn:[119,56],"\u6bd4\u8f03":[48,97,165,140,153,6,68],scan:162,"_descending":139,accept:140,states:155,gronoga:8,information:134,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":64,"\u300ccommand":30,"=dat":101,"\u52d5\u7684":[48,37,120,140,8,101],"\u5b9f\u884c\u4f8b":[6,162],"\u5019\u88dc":[138,16,161,154],"\u306b\u3059\u3050":103,"\u30fb\u81ea\u5df1\u7d39":167,"\u8aad\u307f\u51fa\u3057":120,github:[0,64,136,113,6,68,93,23,108,71],tokenbigram:[80,3,81,84,130,87,40,41,94,97,135,103,104,16,152,57,149,62,147,166,69,165,167,27,125,32],register:[48,26,113,37,121],replied:167,"\u666e\u53ca":120,sysctl:[151,125],"\u52d5\u753b":38,"\u8f09\u305b\u308b":136,replies:69,installer:136,its:[34,134,74,161],saucy:[68,113],".rpm":[150,117],confiugration:125,"\u63a5\u7d9a":[3,153,122,87,6,170,145,126],"[tokenizer":[6,113],"_weight":[64,68,85,110,75],salamander:[68,113],"_ci":172,"\u6271\u3044":[11,68,10,130,161],"\u6271\u3046":[2,135,62,151,113,22,120,101],"\u6271\u3048":[89,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":144,always:125,messagepack:[6,23,95,101,171],"\u6271\u3063":[167,1,113],"\u30ad\u30e3\u30b9\u30c8":[165,167,140,113,6,101],"[doc":[6,23,101,113,68],found:[102,99],".offset":102,"\u534a\u89d2":[139,172,3],"\u540c\u7fa9":160,"\u9ad8\u901f":[38,1,61,3,165,82,84,128,87,113,66,135,120,23,159,173,47,57],operation:[99,157],"\u6271\u308f":[82,97,80,165,11,153,113,14,6,62,68,172],really:[97,165,135],"\u524d\u8005":[65,172,160],"_entries":[15,106],"/raw":71,"\u30de\u30eb\u30c1\u30b3\u30a2":120,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[65,3,118],ftb:36,"/etc":[127,136,151,6,137,8,125,160],"\u6975\u4ed8":[66,159],"_hit":[92,72,3,4,8],"\u3053\u3053\u3067":136,"\u30a6\u30a7\u30a4\u30c8":64,pairs:161,"_user":[48,25,46,37],"\u3002\u3069\u308c":119,"-keyring":[6,137],number:[34,99,135,119,153,87,42,114,46],"_pipe":[2,157],"\u3059\u3079\u304d":61,"\u7d42\u308f\u308b":[103,165,135],"\u30b3\u30d4\u30fc":[110,136,83,102,6,52,143,70],"|enable":80,needed:[8,14],introduction:[78,13],"\u30c9\u30e1\u30a4\u30f3":[68,118],"\u3057\u304b\u3082":173,">\u3001":141,"_stack":2,"\u642d\u8f09":120,dpkg:136,"\u5b66\u7fd2":[138,140,113],"\u56de\u547c":140,video:38,listen:[6,87,8,47],"\u60f3\u5b9a":[72,38,143,114],"\u5b9f\u969b":[58,38,97,62,113,69],toybox:11,"_nofile":[134,113],"\u52d5\u74b0":163,"*data":83,"\u66f8\u304d\u63db\u3048":[136,71],gted:108,qps:[163,153],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[140,87],self:153,"_lock":[34,23,70,17],also:[97,135,119,27,161,165],internal:68,"\"theatre":81,"\u8a18\u53f7":[62,87,130,3,140],play:81,"\uff08todo":135,brooklyn:167,"\u306e\u3069\u3061\u3089":[97,135],"\u3060\u3055\u3044":[0,3,6,8,93,171,47,97,135,136,75,12,108,20,157,68,160,162,71,172,165,118,120,123,124,78,57,92],"\u5b57\u5217":[23,39,68,165,57],exe:[91,136],"_uint":54,cover:27,umemoto:23,arted:135,ext:80,"\u6d3b\u304b\u3059":97,"_vsize":74,"<limit":87,"_processes":2,microsoft:91,"\u3057\u304b\u3057":[97,135,62,130,69,160,47,108],"/command":[8,92],xcode:79,session:119,"-memory":140,"\u6570\u3048":118,"\u77e9\u5f62":[29,65,120],"\u5143\u6c17":113,columnn:6,"\u9577\u578b":[139,85],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,83,121,130,40,41,6,80,8,47,97,135,53,108,149,61,153,113,65,157,68,165,120,140,26,27,57],factor:[68,97],"\u5225\u9014":[39,70],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[51,97,128,140,169,6,125],"]]]":[62,138,141,135],"\u5fc5\u305a":[97,10,128,102,157,57],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":47,"\u3082\u3057\u3054":6,"_point":[38,159,99],"\u30ed\u30b0\u30ec\u30d9\u30eb":[87,8],"-github":136,bytes:[34,58,46],"\u6c7a\u3081":57,"\u7528\u610f":[97,66,136,70,153,42,154,16,61,171,161],"\u3082\u3057\u304f":[150,165,136,11,151,39,27,41,113,6,102,92,86,139,135,69,147,8],set:[125,70,153,161],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[64,1,140,113,6,68,23,162],see:[34,125,18],sed:[6,23],sec:17,"\u547c\u3073\u5143":14,sea:[80,161],sen:36,"\u8a00\u8a9e":[78,61,170],juman:150,currently:[95,8,73],mutex:[34,113],"\u65e5\u4ed8":[120,66,136],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":160,available:[34,36],"<span":[147,27,41],"\u304c\u3064\u3044":[6,84,97,140,75],javascript:[30,48,8,142,92],"\uff09\uff08":57,"\u3082\u304d\u3061\u3093":8,"interface":119,"\u500b\u4eba":171,"\u6790\u5668":120,"_already":[2,157],"\u77e5\u308c":[133,121,60,112,69],last:[6,167],"\u4e00\u8cab\u6027":112,"\u77e5\u308b":118,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[120,153,144],"\u578b\u5909":23,connection:157,rose:11,"<#{":134,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":113,load:[48,1,10,37,75,140,26,113,6,52,155,143,23,101,96],");":[15,61,74,110],"):":[127,136],"@ceekz":113,"-adjuster":[97,75],except:125,"))":[97,160,135],"\u30ca\u30ce":[123,140],")-":136,"),":[64,113],").":[119,127,27,136],"_exec":[2,74,14],")\"":[98,165,27,113,81],".htpasswd":[8,47],")'":[38,165,138,147,27,41,42,166,65,16,167,161,135],"[rpm":[6,23,101,113,68],tablename:10,"\u7c21\u6613":[68,127,66],"\u63a2\u3057":[120,153],"\u30d1\u30e9\u30e1\u30bf":[34,35,70,109,73,83,54,111,102,14,15,139,105,99,17,55,49,74,46,107,110],shinya:6,func:[34,46,14],"\u30ad\u30fc":[58,97,172,3,110,75,84,39,165,87,113,140,6,102,155,53,68,135,101,46,57],"\u3067\u307e\u3068\u3081":160,handling:125,")]":113,"-api":77,"\u3067\u306a\u3051\u308c":135,"\u5236\u9650":48,"\\(":165,"-apt":12,formats:134,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,113],"_nromalize":172,"\u632f\u821e\u3044":[6,68,86,113,104],"\u63a1\u7528":[62,120,92],"<=":[135,167,8,113],binding:[147,36,41],"\u5316\u524d":53,"</":[147,98,4,41,27],"<-":47,"\u8a00\u3044":[166,128],"\u4e00\u7fa4":61,">\n<":4,swig:36,"\u56de\u52d5":153,alert:[5,68,7,8,134],levels:8,ifexists:51,stack:[113,157],"\u7121\u99c4":120,"\u8981\u6c42":[112,3,113,166],"-path":[136,124],"_file":[2,123,8,160,47,157],"/senna":143,mysql:[150,97,36,136,75,120,147,12,121,27,41,137,160,117],"\u5316\u51e6":[23,53],"\u30bd\u30fc\u30c8":[82,1,48,84,140,97,113,102,138,23,142],"_files":[2,157],location:[123,8,113,71],"=query":119,emergency:[134,8],format:[34,36,4,119,134,95,108],"\u30cf\u30c3\u30b7\u30e5":[6,72,136,114],"\u30bd\u30fc\u30b9":[48,136,124],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":136,"\u540c\u7b49":[130,153],"continue":68,"_nabe":68,"\u4ed5\u65b9":78,"\u30d6\u30ed\u30c3\u30af":[120,8,113],"_flow":[2,157],"_bool":[140,70],"\u30af\u30ed\u30fc\u30f3":171,be:[34,99,119,42,134,102,18,125,70,74,56],"-mruby":68,bi:[62,130],"\u4e0a\u4f4d":[62,102],wget:[150,117,20,12,137,171],by:[34,99,14,6,18,74],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[68,127],"\"yu":143,"\u3068\u308f\u304b\u308b":136,garbage:[114,113],into:[119,42],"\u3088\u308a":[39,130,6,23,171,97,66,135,75,11,103,139,57,61,62,153,113,68,69,159,160,161,165,118,167,140,124],"|key":[97,3,81,62,167,165,27,103,104,129,125,69,135,57],"\u8457\u4f5c":68,"\u30d5\u30a9\u30ed\u30ef\u30fc":136,pcre:6,span:[147,98,27,41],"\u56fd\u969b":108,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[6,48,142],"\u5074\u9762":120,"\u6574\u3063":162,opens:[125,99],"\"keyword":97,link:[11,92,118],line:[123,71,8,14],"\uff08ci":71,posted:167,"\u8868\u3059":[59,80,38,11,64,66,61,82],".php":136,up:4,".am":18,ul:80,"\u5206\u89e3":61,"\u3054\u307f":[112,113],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":78,"char":[34,73,54,111,14,102,68,70,74,46,110],"\u3054\u3068":[80,136,151,147,113,89,6,104,14,122],"\u3075\u308a":138,"\u304b\u307e\u3044":3,defines:169,codes:136,taro:38,">uptime":4,logyyyymmddhhmmss:119,"=null":[97,80,106,57],invalid:[34,119,97,157],"\u8868\u308f":70,"\u898b\u4ed8\u3051":113,"\u7acb\u3061":123,elements:75,".dump":23,"\u53f3\u8fba":[23,140],"(nginx":127,"\u6307\u5b9a":[120,61],"\u4e00\u7dd2":[1,66,3,75,62,97,6,68,57],"\u3088\u304f":[97,86,75],"\u3088\u3046":[82,1,80,87,41,6,8,9,68,171,97,10,135,136,75,101,103,104,102,143,57,61,110,153,112,113,114,66,23,159,160,162,71,165,166,120,140,121,27,123,155,30,172,74,44],"\u3088\u3044":[97,165,118,69,70,47,108],"\u3088\u3073":61,age:[85,97,86],"/wgs":65,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":113,oracle:[48,124],"\u3088\u3063":65,"\u8a66\u884c":120,hello:[103,149,135,40],code:[123,134,4,108],partial:61,"\u3067\u307f":120,",\"title":3,results:[6,119,102,27],existing:[56,18],"/sysctl":[151,125,79],"\u843d\u3061":[140,113],"\u3067\u306f":[68,14],"\u3067\u306e":[123,68,27],"-lzo":64,"/json":[23,8,47],"\u3067\u3069":138,"\u3067\u3057":[20,11,135,68],"\u8a2d\u5b9a\u6e08\u307f":127,"\u306a\u304a\u3053\u306e":153,":..":97,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,140],"\u3067\u3044":[11,167,97,135],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[97,75,124,78,160,71],"\u3067\u304d":[82,1,2,4,83,84,85,87,60,41,42,6,133,80,8,9,93,68,171,140,51,97,10,135,136,100,138,12,102,14,15,75,52,16,53,143,144,139,137,57,59,149,61,109,110,150,153,147,112,113,159,103,64,154,66,106,86,23,70,160,104,162,71,163,117,172,165,166,120,25,121,27,40,164,123,29,161,170,30,108,74,79],"{user":125,"-lz4":124,"\u7279\u306b":[61,136],"[snippet":[68,27],"'now":167,"\u8ca2\u732e":113,"\u983b\u5ea6":138,"\u6368\u3066":23,".clean":136,"\u5f15\u304d\u7d9a\u304d":113,"try":[167,17],"\u6b8b\u308b":23,">rroonga":[147,41],"\u6b8b\u308a":[97,10,160,57],"\u30aa\u30d7\u30b7\u30e7\u30f3":[1,80,6,23,171,150,97,136,12,14,57,40,20,113,72,68,101,162,117,73,140,121,137,79],"_posting":[99,109],"\u4e00\u81f4\u3057":[97,130],"\u62bd\u8c61":15,".xml":4,index:[38,36,109,110,136,76,85,27,99,125,68,69,135,165],directive:8,"_operator":[102,49,74,110,99],"\u306e\u3067\u3057\u3087":97,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":91,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[73,135],"\u5fc3\u304c":162,nargs:74,"\u516c\u958b":[23,140,113,136,68],"?parameter":8,let:103,ubuntu:[48,136,124,18,162,71],ctx:[34,73,122,14,15,102,70,74,46,110],"\u73fe\u308c":80,"\u3067\u3082":[0,2,3,84,130,41,6,91,8,23,171,150,97,136,12,104,57,62,153,113,64,166,65,157,68,69,161,162,117,120,27,137,124,108,92],grnslap:[45,48,37],buffered:76,"\u8d85\u904e":[151,113],firefox:108,"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[136,87,6,16,157,161],"\u3046\u3048":[6,23],"\u4ee5\u964d":[82,98,136,147,140,87,113,41,92,68,23,172,162,108],"\u3059\u304f":166,zip:[48,136,124],illegal:157,"\"sea":161,"\u3044\u304f\u3064":78,next:[99,46],"\u3046\u3061":[82,10,110,6,114,102,61,86,139,23,70],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":69,"\u30af\u30a9\u30fc\u30c8":[80,121,165],"\u3059\u308b":[120,78,170,122,22],"\u7d4c\u7def\u5ea6":[48,142],"\u3059\u308c":[3,165,118,120,147,86,153,102,9,135],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":78,occurred:[125,99],"-leaner":56,"\u578b\u6307":6,"_escape":74,"\uff08groonga":120,"\u4f7f\u3044\u65b9":[48,37,120],"this":[34,97,70,3,81,11,134,165,27,169,14,6,119,8,135,18,125,95,161,47,92],"(wgs":65,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,66,61,46,113],"\u6e21\u3057":[61,3,165,51,92,68],"\u6e21\u3059":[101,3],"\u5171\u306b":[70,110],"\u6b8b\u3063":[140,113],edict:68,"\u3002\u3064\u307e\u308a":[97,165,3,17,81],"\u306f\u6708":135,process:[48,8,37],lock:[70,17],"_estimate":[23,99],"\u7d30\u5206":11,"\u3059\u3050":[120,47],"\u6301\u3061":[97,80,128,85,87,61,8],"\u6301\u3063":[97,80,165,75,120,85,112,6,16,43,152,172,121,135],"\u6301\u3064":[38,97,43,3,135,118,82,11,120,85,87,51,66,102,16,53,166,152,23,172,122],"\u6301\u3066":[149,85],"-enable":[78,140,18],"\u3059\u3067":[103,52,80,130,136],"\u3059\u3079":[97,80,143,84,157,153,10,8,61,68,23,115,167,161,47,96],"\u6b8b\u3057":97,defalt:140,"\u9664\u7b97":68,"-gqtp":[48,117,150,12,28,6,137,68],"\u3044\u304f\u3089":120,"_')":[64,53],"\u4e26\u3073\u9806":65,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":78,alloc:[92,72,3,4,8],"\u4f53\u8fd1":159,"\u578b\u540d":85,element:[135,75],"\u9078\u629e":[97,66,136,120,68,74],allow:[6,137,97,165],":\\\"":51,tokentrigram:[152,80,32],"[httpd":[6,68,113],"\u8abf\u3079":[83,29,70,118,159],"\u30ab\u30d0\u30fc":162,lz4:[68,171],"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":75,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":163,yamaguchi:23,"\u3092\u3064\u3051":[97,165],"\u6539\u884c":[101,23,87],"_unavailable":[2,157],"\u6587\u66f8":[68,144,120],"=platform":124,total:[114,153,125],hobby:134,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":165,mmap:[48,33,113],python:[136,18],billiard:[62,130],lzo:[110,6,157,68,23,171],"\u4e00\u6642\u7d50\u679c":6,"_per":[23,14],"_implemented":[2,157],"/master":[108,71],"\u7121\u9650":[6,68,140],"_none":95,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":71,"-patch":108,"\u753b\u9762":[68,1,136],frequency:[68,138,16,161,42],"\u30b3\u30e1\u30f3\u30c8id":167,"\u751f\u6210":78,"-fd":[119,23],"\u3002\u7701\u7565\u53ef\u80fd":147,"\u4ed5\u69d8":[48,10,138,140,6,8,68,55,30,101],"\"\uff08":161,"\"\uff09":[11,1,65,161],"_friends":38,"\u30bb\u30b0\u30e1\u30f3\u30c8":[68,31,70,114],"3ki":140,owned:74,"\u63db\u3048\u308b":[128,136],"\uff08\u300c":[62,172],owner:8,"\u5897\u5927":66,"\u5bb9\u91cf":[114,97],"\u30cb\u30db\u30f3\u30b4":161,behaves:119,system:[97,165,20,39,27,125,135],"-keys":136,"\u30b9\u30da\u30eb":160,"\"weight":11,"\u304b\u3061":[97,130],"\u304b\u3064":[139,97,130,113,135],"_logger":6,"\u304b\u3069":[97,165,62,151,86,29,65,8,138,68,159],"\u756a\u76ee":[97,80,3,165,11,85,121,113,102,139,135],"\u8ffd\u8de1":78,itagaki:140,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":113,"\u304b\u3051":[113,96],"\u9650\u6587":[23,57],"_results":102,"\u304b\u305a":[6,68],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":130,"false":[131,129,5,39,7,96,135,136,11,104,52,141,21,147,63,113,64,166,155,86,68,115,165,140],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":68,"*s":68,"_charlen":34,"\u304b\u3082":[60,43,112,121,123,152,52,133,69],documents:[104,27],"\u304b\u3089":[120,78,122],"\u3044b":[62,130],tokendelimitnull:[152,32,132],"_const":[61,74],"\u3069\u3061\u3089":[0,3,121,14,154,128,69,47],"*init":46,"\u6a5f\u80fd":[1,168,87,41,6,8,23,171,97,75,138,14,104,144,57,61,147,153,113,68,101,165,120,140,121,27],"*/":74,"\u3089\u308c":[15,97,80,3,81,84,85,140,112,113,14,6,120,61,94,23,69,155,96],"\u4e2d\u9593":[61,130],"\u3064\u3076\u3084\u304d":103,"_suffix":23,segment:114,"\u6e80\u305f":[166,65,61],"*\"":[68,69,97,132],latin1:6,"\u5168\u89d2":[139,23,172,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":87,"\u3067\u3059\u306d":112,"\u5408\u81f4":[65,3],"mo\u30d5\u30a1\u30a4\u30eb":108,"(arugment":135,"*res":[102,49,99],"\u30ea\u30af\u30a8\u30b9\u30c8":[131,5,7,8,94,47,96,97,141,143,21,145,63,113,72,114,157,68,163,64,26,30,31,126],brew:[79,18],".gz":[150,117,136,20,12,79,137,171,108],"=r":6,"_initialized":[2,157],"_literal":68,"=g":119,"'localhost":[163,87],"=c":91,"=i":136,"=\\":[147,98,27,41],should:[34,18],terminal:167,"\u8d70\u3063":52,"\u30ea\u30ea\u30fc\u30b9":[156,78,112],"\u5316\u5bfe":108,handle:125,means:[34,97,99,8,134,125,95,161],"==":135,"=$":[171,136,108],"='":98,"\"ellip":159,"=\"":[97,4,136,20,147,27,41],db1:47,"=/":[160,171,87,162,136],db2:47,"=)":61,"/html":[23,108,47,18],">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[6,23,25,37,48],nise:68,"\u64cd\u4f5c":[48,97,61,110,37,120,87,102,14,52,113,144,70,135],travis:148,"\u7cfb\u5ea7":[29,159],"/doc":136,"\u3002debian":162,"\u306b\u3064\u3044\u3066":[80,3,5,6,2,9,10,11,12,16,17,20,21,23,26,29,7,31,131,39,42,43,47,150,51,52,152,57,45,59,60,61,63,64,65,66,68,70,71,72,75,137,78,157,0,85,87,89,94,171,96,97,100,79,104,109,113,114,115,117,118,120,121,125,126,130,133,136,138,139,141,143,145,146,148,40,151,155,106,159,160,161,165,166,167,164],"\u8ffd\u8a18":[6,136],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":112,"_connected":[2,157],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":113,"/var":[127,171,87,8],configuration:[125,8,113],"/status":[163,92,4,47,8],webclips:98,valgrind:162,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[165,84,140,113,23,135,57],etc:[125,8,47],tld:118,":\u5206":167,ci:148,ch:80,"\u533a\u5225":[39,97,129],allocates:34,cd:[108,117,136,150,20,12,137,91,171,79],"\u7d99\u7d9a":[6,87,71],"\u591a\u69d8":120,zenigata:38,"\u66ff\u3048\u308b":3,allocated:34,"\u306b\u3044\u304f\u3064\u304b":113,"\u304a\u3055\u3089\u3044\u3057":112,"_itoh":23,"_vesion":98,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":68,adjuster:[68,75],"@yappo":[68,113],"\u58ca\u308c":[6,23,140,114],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":65,"\u4fdd\u6301":[15,11,89,167,14],"\u518d\u5e30":[97,61,131,8,70,160,96],"\u30c7\u30a3\u30b9\u30af":[1,69],"\u6b20\u843d":113,tokenkytea:6,ultra:38,"\u307f\u305f\u3059":167,"0x":[11,39,101,165,157],"\u58ca\u3059":6,site:[38,3,118,11,65,92],"\u4e00\u62ec\u3057":102,"_versions":136,"\u305d\u308c\u304b\u3089":[97,75],"\u5ea7\u6a19\u5024":23,"\u4f75\u305b":3,"\u3002\"":[118,62,167,113,16,92,68],"\u3002#":[23,140,167],"\u3002-":[83,30,171,139],"\u3002.":108,"\u3002(":[150,127,61,136,153,87,51,155,17,139,69,46],"\u3002)":[139,69,155,153],"\u300cbilliard":130,"\u3002:":[3,130,87,42,8,94,47,97,10,136,138,153,51,16,141,143,152,108,43,62,151,112,64,114,30,23,161,162,154,125,57,74],"\u982d\u6587":157,"\u518d\u5ea6":[68,61,17],"\"roonga":154,v1:61,v2:61,architectures:136,".group":166,php:6,"\u3002[":[6,68,3,113],"_lzo":[64,2,110],off:[68,8],"\u3002c":[77,120,2],"\u3002n":[62,80,121],"\u4e00\u77ed":120,command:[34,14,6,105,18,71],ecmascript:[6,97,144,113,135],"\u81ea\u7531":[120,61,53,157],"\u5149\u7537":113,"\u9806\u5e8f":[62,94,97,3],web:[1,165,136,138,97,42,16,171],jinja:18,"\u6b63\u898f\u5316":[6,121,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":87,dest:[163,102,87],"|http":153,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,57,113,135,84],tvsec:72,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[48,170,162,142],"\u5947\u6570":135,string2:100,"\u672c\u8cea":153,become:36,"*target":74,"\"rect":[6,159],"/source":[108,117,136,137,77,12,20,91,18,150,171,79],"\u5727\u7e2e":[64,110,113,6,68,23,171,173],"\u63db\u3048":[139,70,81],nneded:125,"\u30dc\u30bf\u30f3":[6,113,136,108],"\u53d6\u308a\u9664\u3044":102,"_group":102,"\u53d6\u308a\u9664\u304d":[98,61],"(debian":127,iwai:[6,101],"\u5206z":39,"_queries":[92,72,3,4,8],software:78,coverage:162,"\u7d42\u4e86\u30bf\u30b0":147,"\u7d42\u3048":136,"(get":163,"\u300cusers":167,"\u9805\u76ee":[1,97,89,72,114,127,47,57],"-node":117,"_remove":[48,37,26,113,6,23,70],"_started":123,"\u89a7\u4e0b":162,"function":[34,36,119,14,123,157,146],"\u300cpopular":97,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[97,10,151,153,21,171],"-dd":[134,135],sigstop:113,"-point":39,compute:125,"\u4e00\u756a":[97,171,47,75],official:136,"\u3002iptables":92,problem:125,yuki:23,bigram:[62,130,153,169],"int":[34,3,4,38,83,76,39,42,6,46,97,66,135,75,11,138,102,14,15,104,52,16,17,55,59,109,110,62,54,113,139,65,99,86,68,69,70,161,165,73,118,167,140,74],inv:153,"\u69d8\u3005":[78,61],"*proc":83,"\uff08not":144,redcloth:136,"%post":6,compared:27,"\u7570\u306a\u308b":[48,153,87,6,104,33,68],variety:38,"/message":136,"/default":[6,127],details:[34,125,134],"'user":104,"\u4eba\u3068":112,"/sources":137,"_query":[61,138,113,6,68,74],"+ff":172,eof:87,"_hugetlb":23,"-threshold":124,searched:99,rep:153,"*string":74,saves:119,all:[97,99,165,136,42,6,134,125,135,81],"\u3070\u308c\u308b":140,lgpl:36,"const":[34,73,54,111,101,14,102,139,70,74,46,110],"/travis":71,spec:[6,140,113,136],"\u30e9\u30a4\u30bb\u30f3\u30b9":6,"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":82,editrc:23,"\u3002tokendelimit":42,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":136,"\u4f8b\u3068\u3068\u3082":66,".en":136,"\u932f\u8aa4":120,upload:136,msyql:75,"[macports":23,starttime:[92,72,3,4,8],"\u7c21\u5358":[43,136,85,121,52,68,171],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":140,"\u69cb\u9020\u4f53":[68,109,46,14],"\u304c\u3072\u3068\u3064":160,"/branches":162,"\u65e5\u672c\u6e2c":66,incompatible:157,"\u9006\u6587\u66f8\u51fa":68,"\u7bc4\u56f2\u5916":68,above:[119,161,42],"\u4e8c\u3064":[10,40,80,166,153,130,121,14,104,66,61],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,172,140],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,16,161,42],obtained:34,"\u540c\u3058\u4f8b":69,"-admin":6,"\u30d0\u30c3\u30d5\u30a1":[35,110,83,113,6,114,102,69,70,74],"-h":[87,8,47],"_table":78,negative:[34,46],"\u304a\u5f85\u3061":22,kytea:[6,80,113,171],separated:95,"\u304b\u304b\u308b":[103,102,3],"\u9df2\u7530\u57fa":113,aware:34,"_register":[34,132],"\u3064\u3065\u3044":167,"\u62bc\u3057":3,word:[6,97,161,165,135],work:134,"\u62bc\u3059":[3,108],"\u30a2\u30fc\u30ab\u30a4\u30d6":[91,136,108],"\u5316\u6642":23,"\u540c\u68b1":[6,68,140,108],indicates:134,"\u73fe\u983b":68,"\u5bfe\u51e6":68,"\u30b9\u30ad\u30e3\u30f3":[147,41],provide:119,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":136,length:34,"\"apple":172,"if":[34,56,61,135,70,75,119,161,169,14,102,99,17,134,125,95,46,8],"-lines":[119,23],"\u306e\u3046\u3061":[85,165],"/security":125,"_plugins":23,"\u306b\u5bfe\u3057\u7570":104,after:[119,125,99,18],"|with":[103,149,3,81,75,62,167,85,97,121,27,41,64,104,166,125,68,69,135,147,165],"\u76f4\u4e0b":23,lat:153,"_title":[153,69,3],".description":167,"*func":[46,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":140,"@naoina":[6,113],"\u30d9\u30fc\u30b7\u30c3\u30af":47,"\u306e\u3069\u3061\u3089\u304b":[97,86,165,135],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":78,"\u5bfe\u8c61id":35,".conf":[151,127,8,125],japan:[155,92,118],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":160,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":68,"\"say":135,"/windows":[91,136],"\u4e0b\u9650":[139,109],then:[34,119,8,161],them:[125,74],"\u8f9e\u691c":[23,135,84],"_token":68,they:[125,134],"\u5168\u3066":[97,135,39,103,102,8,144,69,108],"\u697d\u3057":[62,130],"\u56de\u6570":6,"-send":[119,56],"\u7a81\u7136":113,"\u5316\u65b9":[172,121],carlos:[52,115],serach:16,"/null":1,"_options":113,logs:[119,94,134,56,57],"<endpoint":56,patsuffix:129,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":39,"+a":165,network:157,"_directory":[2,157],".deb":136,"\u3068\u3059\u3079\u3066":[6,97],"-rsync":136,wgs:[38,66,118,11,167,39,29,65,99,92,23,159],"\u6210\u308a":[97,165,157],"\u90e8\u5206":[61,165,123,68,171,162,135],"\u77ed\u3044":[167,140],"+ \"":6,"_tp":163,"\u77ed\u304f":[103,120],standard:39,"_to":[167,69,111],"\u30eb\u30fc\u30eb":[68,80,140,47],"\u30eb\u30fc\u30d7":[6,68,140],created:[34,119,167],"++":[150,117,136,120,101,68,23,171,74],"+-":[74,8],creates:[34,125,74,169,134],"\"ni":161,"\"no":6,"\u6709\u7121":[11,147],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":84,"\u8aad\u307f\u8fbc\u3093":[60,92],"><":[74,4],">=":[113,135],">>":[113,135],"_next":[139,99,140,109,113],">.":[147,41],">\"":[97,98,147,113],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3082\u3089\u3048\u308b":112,"\u30b5\u30dd\u30fc\u30c8":[82,1,80,4,84,39,127,6,8,23,133,171,47,10,135,136,11,101,12,103,104,139,57,60,153,112,113,68,69,160,71,165,118,120,140,27,170,172,92],"\u898b\u306a\u3057":139,john:[155,129],"/lc":[136,108],"\u63a2\u7d22":120,tokenfilterstem:68,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[102,70,73,110],"\u3069\u3061\u3089\u304b":[135,27,41,165],"\"unknown":111,target:[91,70,74,99,18],"\u3002value":[70,53],"\u57fa\u76e4":14,":byte":54,"\u30d6\u30fc\u30eb":[11,39],contents:34,latency:153,dbms:27,"\u5f8c\u8005":[65,172,160],",\\\"":51,"\u8ff0\u3079":3,indexbuf:110,"_distance":[48,1,37,113,6,23,146],"_jis":171,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[119,113,108],gzip:[6,171,173],"\u5408\u308f\u305b":[6,110,135],gronnga:154,"\u3002host":92,"-strings":101,"\u767a\u751f":[64,1,171,136,62,120,123,113,14,6,102,68,70,57],"\u8003\u3048":[3,165,118,120,112,47],"\u5270\u4f59":68,keywords:74,"\u65e2\u5b9a":6,"_input":[123,2],"\u771f\u306a\u3089":135,version:[36,3,4,136,153,14,72,105,92,23,8],rectangle:[6,99],"-frequency":23,"\"items":143,"do":[68,153],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":140,"\u3082\u3057x":113,"\u3055\u3089\u306b":[38,10,3,75,84,154,120,68],de:108,"\u8ab0\u304b":78,"[libedit":23,"\u8ab0\u304c":167,runs:56,"\u81ea\u4f53":[68,165],"\u4e0b\u90e8":136,"_compress":110,depends:36,"\u67d4\u8edf":[104,144,120],"\u5bfe\u8c61obj":35,"\u3002json":51,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,terms:[149,3,165,114,62,147,97,87,27,41,40,104,125,135],"\u3044\u305a\u308c":[39,10,53],"\uff12\u3064":65,packages:[108,117,136,150,20,12,127,137,91,171,79],"_tables":113,"\u69cb\u3044":[161,27,41,108],ill:130,"\u3082\u3046\u307e\u304f":171,receiver:[119,56],requests:[119,134],com:[122,118],col:70,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[71,18],"\u6709\u76ca":120,calros:86,"\u30d1\u30fc\u30b5\u30fc":165,"\u95b2\u89a7":92,")\u300d":87,snippet3:27,enginen:161,"'needle":61,"\u3082\u3057\u3053\u306e":151,"\u65b0\u305f":[83,102,61,73,110],applied:[125,36],"-secret":136,"\u904e\u7a0b":53,gnu:[48,124,18],zlib:[64,140,110,12,113,6,137,157,68,23,171],"_message":[123,69],"_only":[2,157],"\u7e4b\u3052":68,aio:113,"\u5165\u529b":[1,131,3,5,87,42,92,94,96,138,51,16,141,143,21,145,153,63,113,64,114,23,101,161,163,72,154,123,31],"_close":[34,61,109,76,14,15,68,139,23,70,74],"[solaris":6,cond:113,conf:151,"\u56fa\u5b9a\u9577":140,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":61,"\u9069\u3057":[103,120,57],"-dataset":[45,48,37,138,113,132],"\u4e0d\u5177\u5408":[6,68,78,113],"\u6771\u4eac":[62,65,66,130],"-packages":136,hana:38,"\u76ee\u7684":[171,80,113],"\u57fa\u70b9":97,"\u72b6\u614b":[163,72,117,140,3,136,114,62,112,12,87,14,6,137,120,150],client:8,the:[77,18],"_shutdowned":[2,157],"\u30de\u30c3\u30d4\u30f3\u30b0":151,"\u826f\u4e8c":68,solaris:[48,124],"_score":[97,110,138,113,6,65,53,167,23,135],"\u8db3\u3057":135,repoforge:[6,117],thanks:167,"\u3068\u306a\u3063":113,adding:18,"=sjis":171,"\u7027\u5185":113,"\u7528\u3044\u308b":[38,3,11,120,89,65,92,70],"\u6307\u6a19":70,jekyll:136,"\u30ed\u30c3\u30af":[1,87,113,6,17,23,70,96],"\u307e\u3068\u3081\u308b":8,"_expr":78,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[171,123,10,153],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[48,142],"\u307e\u3068\u3081\u3066":[11,120,97,136,118],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[62,104,16,32,152],comments:[166,69,143],"_arg":2,tasuku:36,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":136,".sourceforge":[136,22],"_compile":74,repository:18,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":173,"\u8db3\u308a":[23,160],"\u30b5\u30fc\u30d3\u30b9":[6,68,120,113,71],substitution:104,"\u7a32\u7530":113,post:[6,68,97,113,136],properties:134,obj:[35,70,73,83,114,49,74,46,107,110],"*ic":109,accepts:119,"*ii":76,"\u6709\u7528":[3,84,85,123,8,68,47],"\"text":23,"\u5224\u5b9a":65,zxvf:136,"\u3068\u306a\u308a":[165,47,27,41,92],".h":[77,34],"**":[110,7,139,70,46,73],"float":[6,11,66,4],"\uff09\u3001":[84,130],"\u6700\u521d":[97,3,165,11,147,86,112,27,41,14,123,119,68,23,69,135,160,127,57],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[97,75],"\u6e80\u3059":113,"_socket":[2,157],"\u5927\u6587":97,"\u5b89\u5168":92,way:56,cdbs:23,"cpu\u30b3\u30a2":[87,173],"_body":[62,64,81],"\u6027\u80fd":120,encoded:119,"true":[1,131,3,81,5,39,60,41,40,7,9,133,98,115,96,103,97,66,135,75,11,51,104,52,141,21,85,57,38,149,147,63,113,64,166,65,155,86,68,69,159,129,165,118,167,27,29,172],"\u30e1\u30c3\u30bb\u30fc\u30b8":[68,10,167],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[149,80,3,62,130,97,42,40,16,172,23,171,57],mte:36,"\u6587\u5b57":[1,80,3,81,39,130,87,41,6,7,23,97,66,135,100,11,14,51,102,16,139,57,38,40,61,147,113,159,65,68,69,70,160,161,165,73,118,120,75,121,27,29,167,172,74],"\u7d44\u307f\u8fbc\u3080":[120,61,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],score1:61,score2:61,distributions:136,"\u3054\u89a7\u304f":[3,162],physical:114,test:[3,136,11,167,153,92,69,162],"\u5c5e\u6027":[80,121,132,64,43,94,152,98],"\u305f\u3081\u3057":65,truncate:[23,26,113,37,48],welcome:[167,97,165,135],update:78,"\u547d\u4ee4":87,"[gqtp":113,scorer:[48,141],tajima:6,masaharu:[6,101],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,"/debian":137,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":157,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[48,142],"<threshold":87,"\u901a\u77e5":136,"(ptr":140,"_denied":[2,157],"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[97,165,147,41,143,125,135],"/http":[127,8],"\u72b6\u6cc1":[62,83,120],"\u3068\u3057\u3066":[82,2,101,84,87,60,41,6,8,68,133,49,46,51,97,10,135,136,100,138,12,13,14,15,104,16,53,144,57,148,149,61,110,150,153,113,64,154,66,23,115,70,160,161,162,117,172,165,120,25,27,137,155,171,140,108,74,79],"\u4e0d\u6574\u5408":1,localhost:[163,4,136,119,153,87,8,23,47],"(database":151,"4gbyte":58,initializes:34,initialized:34,"\u3002cursor":139,"[munin":[6,23,113,68],"\u30c8\u30e2":38,shared:17,supporting:8,"dat\u30ad\u30fc":113,"[deb":[6,23,113,68],"\u6e2c\u4f4d":120,"\u30b5\u30d6\u30bf\u30b9\u30af":136,"\u96c6\u5408":[6,102,144,128,75],appears:27,change:[6,8,47,18],"/usr":[171,87],"\u30ec\u30dd\u30fc\u30c8":171,liblzo:[137,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[62,97,144],"\u305d\u306e\u969b":136,usually:56,".spec":23,".exe":91,"\u305d\u306e\u307e\u307e":136,"\u6700\u5c0f":[150,117,12,127,137,86],marked:127,"-cutter":136,"'haystack":61,"\u7d71\u5408":[6,120,113],httpd:[6,68,101,113,136],"\u6307\u6570":135,https:[108,173,136,71],selects:99,"/copyright":68,"enter\u30ad\u30fc":113,"\u6d41\u91cf":47,"_plugin":[34,23,132,68],cas:157,"\u884c\u308f":[163,38,97,153],nfkc:172,can:[34,108,27,42,134,8,18,125,95,161,17],clearlock:[6,48,1,26,37],",\"http":11,"_stable":105,"_stamp":134,"\u884c\u3063":[162,68,65,136,118],"\u5b89\u5fc3":112,"-com":136,",'":[11,39],"\u884c\u3044":[163,38,61,3,136,62,153,130,87,104,102,167,139,69,70],",\"":[38,4,167,114,143,68,69],",.":136,mpaa:86,"\u884c\u3048":[68,3,165,162,104],write:[67,101,97,32,18],"^commit":136,"\u8fd1\u508d":[6,68,144],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":113,"\u5316\u6e08":[70,73],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":149,uint:[140,3,81,39,6,92,94,115,129,97,135,100,103,52,85,57,38,149,62,113,166,65,155,86,68,69,165,118,75,123,125,172],",_":[38,97,3,135,118,75,138,104,65,167],"\u3057\u306a\u3051\u308c":165,"\u5207\u308a":[145,23,113,136,68],"\u8fd4\u3059\u304b":138,ghz:153,"\u5404\u56fd":136,"\u30b2\u30c3\u30c8":22,automatically:18,",{":[153,4],"\u304b\u308f\u308a":[62,150],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,108,136,68],"=-":171,"\u5bfe\u8c61ctx":14,ieee:39,"_account":108,":ss":[134,135],"_tsv":[95,160],"\u30bd\u30d5\u30c8":160,"-libedit":140,"=(":136,"\u3002gdb":162,"\u78ba\u5b9a":138,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":171,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[97,80,3,165,136,101,121,68,23,160],rake:136,"\"version":4,"\"ruby":75,"\"vector":113,alisa:104,now:[48,146,37,18],"\u3086\u304d":129,"_lcp":102,january:119,"[normalizer":68,"\uff4d\uff59\uff53\uff51\uff4c":[147,41],"\u8aad\u307f\u8fbc\u3081\u308b":143,el:117,domain:[34,77,85,87,52,157,94,70,74],en:[138,80,161],ea:[134,80],"\u30e9\u30d9\u30eb":113,kana:[138,16,161,169,42],ex:80,year:134,"\u70b9\u6570":123,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":136,opened:[125,134],"\u9054\u3059\u308b":139,"\u518d\u69cb":23,increase:125,"\u3065\u3051":[6,113],"/files":[136,18],shows:95,"\u5230\u9054":58,args:87,"\u5d8b\u7530":6,"-rroonga":15,"/pub":117,"\u7d50\u5408\u5f0f":6,arnaud:23,"[windows":[6,23,113,68],british:81,"\u3078\u306e":[11,171,14],"_block":[2,157],omitted:4,variables:34,"\u305f\u3069\u308b":38,"_process":[2,157],message:[34,134,69,7],xt:80,size:[34,110,54,114,102,139,125,70],"\u4e0b\u3055\u3044":[150,117,80,136,85,12,113,6,137,102,170,91,124],checked:136,silent:71,bookmark:75,"_obj":[35,61,109,73,37,48,83,76,25,101,113,14,6,99,68,23,74,110],"\uff08,":3,"\uff08-":[97,3],".git":[93,136,108],"\u30bd\u30b1\u30c3\u30c8":[64,131,5,63,6,114,7,141,143,145,21,94,31,72,126,96],"\u3044\u308c":[6,11,70],"\u3044\u308b":[1,80,83,85,87,41,6,61,131,8,9,133,94,68,171,46,139,96,103,97,66,135,136,75,12,153,102,14,51,104,52,140,21,57,108,60,43,110,112,152,63,113,64,114,155,106,86,23,70,101,162,71,172,165,166,120,98,25,168,27,132,123,30,31,126],that:[34,97,99,119,27,161,6,102,8,134,125,95,74,46,17],kenichi:[23,140],localnames:143,"\u6a29\u8868":68,"=path":124,libevent:[171,137,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":106,"\u304by":113,x6:136,than:[134,125,75,42],"\u30d5\u30a9\u30fc\u30e0":[97,144,113,165],"*next":46,"[index":68,"/gat":[65,3,118],accesses:125,"_basic":[8,47],"\u5404\u547d":153,browser:108,"\u3044\u304f":[78,156],"(scope":166,"\u3044\u304d":[112,3,136],remained:134,"\u3059\u308b\u304b":118,"\u3044\u3044":[112,22],"-zlib":124,"\u30b3\u30f3\u30d1\u30a4\u30eb":[101,113],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,68],"_circle":[23,146,113,37,48],engin:[138,161],"\u591a\u5f69":120,"=none":[40,80,121],"\u3044\u3064":161,"*buffer":70,"\u3044\u307e":60,"\u9806\u6b21":[163,87,3,92],":doc":74,"|suggest":138,price:11,"\u5c0e\u5165":[68,10,162],"_section":[110,167,85,64,68,69],"\u79fb\u52d5":[136,77,6,91,21,23],"\u672a\u4f7f\u7528":157,"\u3068\u308a\u3068\u3093":[165,135],"-yyy":108,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[6,23,68,48],"\u305f\u3069\u3063":167,"\u3057\u3044":[62,130],"\u3057\u304f":113,"\u975e\u4e92":[6,113],"\u65b0\u5bbf\u99c5":65,"\u3057\u304b":[97,165,11,135,8,68,69,108,47,57],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":78,oldvalue:110,"\u3057\u3066":[38,97,140,3,136,118,62,12,112,113,6,102,8,162,108],"\u6700\u5927":[58,15,1,140,135,59,84,97,87,27,113,6,157,86,151,153,23,68,54,47,106],"\u30bf\u30a4\u30c8\u30eb":[38,97,135,11,69,165],title:[38,3,136,118,11,113,166,92,69],only:[34,95,8,18],"\u3057\u307e":112,"-server":[48,117,150,12,87,113,28,6,137,68,23,101],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[48,33],"\u5f8c\u8ff0":[139,166,61,136],"1\u6708":[11,167,39,97,135],"\u7528\u5909":68,"/gqtp":[127,113],"\u62c5\u5f53\u8005":136,"\u8b70\u8ad6":0,"\u623b\u308a\u5024":[34,109,14,15,102,17,70,74],"\u840e\u7e2e":112,"*'":97,"\u300cbob":167,"\u4e21\u65b9":[97,167,165,75,84,103,120,135,161,129],"(scan":162,"\u8a18\u6cd5":[69,135],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":113,"_mode":68,"\u5dee\u96c6\u5408":135,between:[48,37,113,68,70,146,56],"import":136,"\u5426\u304b":86,notice:[5,7,8],unlocks:34,"\u3057\u308c":[123,152,52,43],"\u3057\u308a":112,tokenbigrma:80,"\u3057\u3088":[35,61,11,103,113,14,51,66,17,23],"\u672a\u8a2d":6,article:69,"\u6a5f\u68b0":68,"\u3079\u30fc\u30b9":68,"\u8d77\u3053\u3063":52,"\u975e\u4f9d":117,"-groonga":[93,167,153,136],"-time":27,"\u5c55\u958b\u5f8c":97,learning:119,"\u8868\u8a18":[66,81,136,75,11,39,113,6,65,23,135,108],"\u8d70\u3089":52,"\u578b\u60c5":6,"\u3002callback":61,"\u8868\u8a08":160,"'>":98,"';":87,"=yes":[162,97,101,113,136],ruby:[48,36,136,37,75,120,26,113,6,68,71],"\u5438\u53ce":3,developing:149,these:27,"\u4f55\u3089\u304b":39,"\u30b7\u30b0\u30ca\u30eb":[23,68],geodetic:39,"\u4f7f\u7528\u4f8b":66,"/packages":136,shorttext:[3,81,84,39,87,40,41,42,92,23,94,99,115,129,97,66,135,75,11,138,103,104,52,16,143,139,85,57,38,149,62,147,153,64,166,65,155,86,68,69,98,161,165,118,167,140,27,123,125,172],"\u3002\u3002":82,"\u3002\u300c":[38,97,80,165,121,40,135,69,57],"\u3002\u300d":62,"\u5fc5\u8981":[1,80,85,41,6,8,9,68,171,51,97,136,75,12,14,15,18,139,57,61,109,150,20,153,147,112,113,23,101,162,117,119,120,140,121,123,137,30,108],", {":[8,47],"\u5c65\u6b74":136,"\u8f9e\u66f8":[150,1,62,140,113,6],develop:[149,10],"-dir":153,"\u6fc1\u70b9":172,document:[135,136,147,140,87,27,41,30],"\u3002\u3044":61,favorited:167,"\u5b89\u5b9a":[114,10,101,120],"_space":[2,157],initialization:119,".po\u30d5\u30a1\u30a4\u30eb":[78,136],", \"":[69,147,75],favorites:167,"\u3042\u306a\u305f":[136,22],eito:113,"\u3002\u3059":[103,153],theater:81,"\u8d77\u3053\u308a":81,"\u5171\u901a\u63a5":84,"\u3059\u3079\u3066":[149,10,3,135,118,75,85,102,153,97,6,52,80,8,86,23,171,140,40],"[output":101,"\u3002ecmascript":97,"\u6bd4\u3079":[103,68],appveyor:68,touch:125,"\u30ab\u30e9\u30e0":[48,171,120],speed:154,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":72,"\u3002api":[147,27,41,144],"\u4f4e\u304f":62,"_filename":2,"_extract":36,"\u4f4e\u3044":[62,97],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":149,real:[125,27],"\u542b\u3081":[97,160,165,136,86],"\u542b\u3080":[163,64,97,61,3,165,75,138,122,130,113,6,167,68,69,135],"\u8a00\u3046":[161,75],"\u4e38\u62ec":3,read:[27,157],"\u8a00\u3048":[62,165],"\u5c55\u958b\u7528":23,amd:136,"\u542b\u3093":[97,61,165,11,167,27,123,154,16,68,135],"_hook":[48,25,37],using:[95,69,36,42],"\u6df7\u5728":30,"=site":92,output:[75,140,113,14,6,141,68,95,101],"\u5c5e\u3059\u308b":[139,94,39,70,110],unsplit:61,"\u30c4\u30ea\u30fc":68,"\u30b7\u30b9\u30c6\u30e0":[120,78],"\u5de6\u53f3":3,"id\u9806":139,"\u30ec\u30b9\u30dd\u30f3\u30b9":[15,2,113,6,157,23,68,47],unlocked:34,"\u30de\u30b7\u30f3":87,"\u542b\u307f":[123,139],"\u542b\u307e":[3,85,130,42,6,9,133,94,47,97,135,136,51,104,57,60,61,86,68,160,117,165,167,27,123],"\u5206\u3051":[48,85,136],tomoatsu:140,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":167,"-static":23,rdbms:120,src:102,central:167,"\u306f\u305d\u306e":14,backup:143,processor:[137,117,12,150],"/admin":[23,87],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,138,97],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":92,operator:99,your:[108,23,71,125,18],"_example":161,log:[34,48,136,37,26,6,23,171],prepare:8,aren:125,assumed:46,rpmforge:117,rlimit:[134,113],"\u77e5\u8b58":153,cflags:[20,136],"\u306b\u3064\u3076\u3084\u3051":112,"d\u30ad\u30fc":3,"/query":[74,9],",\"links":11,"default":18,"\u30b3\u30b9\u30c8":[103,102],"[benchmark":68,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":113,"\u30d5\u30a1\u30a4\u30eb":78,describe:34,"\u5bfe\u5fdc":[120,122],"\u95a2\u4fc2":[93,48,61,124],"\u56db\u89d2\u5f62":82,storage:[147,41],"\u691c\u67fb":70,"_code":[34,123,134],valid:42,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[92,47],you:[34,95,119,161,169,42,8,18,125,14,74,56,108],"\u4f4f\u3093":167,string1:100,massachusetts:167,suited:27,"[fedora":[6,68],gemfile:6,"\u4e94\u5165":23,building:95,"\u306a\u306b\u5bfe\u3057":[165,135],"\u5b9a\u7fa9":[131,3,83,39,87,41,6,94,46,97,66,135,103,104,102,53,141,61,110,54,147,63,64,166,155,157,86,68,69,160,165,27,98],"\u8a66\u3057":112,"\u8a66\u3059":173,"\u3002\u00d7":112,cores:119,"\u524d\u8ff0":[62,172,8,57],month:[38,134],"\u308f\u304b\u3061":130,"\u3002name":[102,110,14],"4byte":157,"\u57fa\u6570":135,longitudexlatitude:113,"-e":87,"-d":[119,56,87,8,92],"-g":91,"\u4e16\u4ee3":10,"-a":[6,87,165],"_rk":139,"-c":[150,117,87,92],"-m":163,"-l":[119,134,87,56],"-n":[119,23,3,87],"-i":[153,87],"_rc":[34,35,97,70,110,83,76,111,102,14,15,139,105,99,17,55,49,74,46],"-j":171,"-t":[119,87],"_bulk":74,"-p":[119,153,87,92,163],"-s":[119,87,92,56],"\u304b\u304b\u308a":[103,165,135],"-x":[113,136],"-z":119,"-conditional":23,very:[123,97,165,147,27,41,51,161,135],"\u4ed5\u7d44\u307f":[6,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,47],"\u76f4\u5f8c":14,":\"":[74,3],"_github":[136,108],"\u6b8a\u547d":153,normalizers:[43,172],"\u9df2\u7530":113,"-\"":40,"--":[34,35,1,80,81,83,87,40,41,42,6,91,8,68,49,46,97,98,135,136,75,102,14,15,104,105,17,55,147,107,38,149,109,110,62,54,111,153,113,139,65,99,23,70,160,73,118,167,140,27,132,30,74],"-(":[135,136],"-+":8,"\u3057\u307e\u3057\u3087":[81,75],"->":140,"/work":136,"\u518d\u73fe":[62,112,113,144],netbsd:[140,113],"\u975e\u5206":97,"\u53ef\u8aad":68,"[admin":[6,23,113],"@s":140,naoina:[6,113],"-jinja":[136,18],"\u6e2c\u5730":[66,11,39,29,65,159],learned:56,"\"yyyy":135,"\u9ad8\u3044":[97,3,138,114,8,120],"/ja":[15,136,108],"\u304b\u304b\u3063":[123,97],"\u306b\u95a2\u3059\u308b":[48,97,165,37,113,22,6,139,8,68,55,23,101,161,135],"\u30aa\u30b9\u30b9\u30e1":[150,117,12,137,91,124],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":61,daemonize:119,"\u308f\u304b\u308b":68,"\u308f\u304b\u308a":[68,140,118],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":10,"\u8ad6\u7406":[58,97,61,120,6,114],hoge:100,"\u30de\u30c3\u30c1":[1,61,165,75,147,97,27,41,113,104,166,144,86,68,171,23,49,74],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:172,chunks:151,"=groo":119,bash:171,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":160,"@yito":[6,113],fulltext:[147,80,27,41],".comment":[167,69],"-tokenizer":[150,117,12,113,6,137],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":27,"\u5fa9\u53f7":136,vm:6,"\u3002eclipse":108,"[load":[6,68],"/homebrew":136,"-databases":[3,119,85,52,92,94],nine:3,"\u9664\u53bb":[40,140,149,98,113],exclude:[6,68,113,86],string:[34,61,6,68,70,74,46],"_batch":68,"-address":[6,23,87],snippet:[48,36,37,113,6,146],"\u3042\u3089\u304b\u3058\u3081":[150,39,136],"[table":113,"_likes":[123,125,97,165,135],tried:167,"[dat":[6,101],derived:56,"\u7686\u5ddd":68,"\u901f\u304f":[38,171,57],fa:80,tries:17,"\u3002'":[70,165],fd:119,"\u6642\u9593":[123,97,165,120,140,153,113,72,17,68,23],unlink:74,"\u56fd\u3054":118,documentation:[125,71,18],"\u4e00\u5bfe":11,narwhal:23,uninstall:6,"\u5909\u63db":[2,84,39,8,167,139,23,172],help:[23,162,108],"\u592b\u5fc5":129,"-wno":23,"\u5dee\u3057":136,"/lzo":[23,140,113],systemd:6,"\u306f\u3044\u304f\u3064\u304b":[58,123,17,47,165],"_rename":[48,110,37,26,113,102,68,70,101],"\u30ab\u30fc\u30bd\u30eb":[139,23,140,109],shimada:140,systems:27,"\u57fa\u672c":[6,48,120,136,68],"\u76f8\u5bfe\u30d1\u30b9":68,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[87,113,165],"\u4e09\u8c37\u3055\u3093":68,"-test":[162,136],"\u5f62\u72b6":82,"\u30ad\u30fc\u30ef\u30fc\u30c9":[48,1,130,165,154,120,147,97,27,41,113,6,104,33,132,57],"\u597d\u304d":108,resizes:34,yito:[6,113],"\u306a\u306a\u3069":[165,135],"\u9032\u3093":120,"\u30b5\u30a4\u30ba":[35,84,6,91,68,150,11,12,102,139,57,58,110,151,113,114,157,23,70,117,120,27,137,124],"_vprintf":68,"=grooon":119,"\"sequence":[138,16,161,42],"\u9032\u3081":[78,156],todo:[35,83,76,90,49,46,97,99,75,105,14,102,55,146,107,109,110,54,111,139,67,70,73,121,169,123,50,74],event:[138,169,56,16,42,161],"_position":[103,149,3,81,166,62,167,85,97,165,27,41,64,104,125,69,135,147,110],"\u52a0\u3048\u308b":[64,23],"<ip":[153,87],trusty:[68,12,136],since:[134,127],"\u300cgrand":167,issue:0,"/mailarchive":136,"\u9045\u304f":[159,118],"\u9ad8\u304f":[62,75],"\u9045\u3044":[84,66],"\u3002mysql":[150,137,117,12,172],pub:136,"\u3042\u308f\u305b\u308b":6,reason:161,base:[34,8,136],put:165,loads:[8,56],rect:66,"\u5931\u52b9":[8,106],"\u30b5\u30a4\u30c8":[11,38,136,144],"\u5024\u3068":[11,97,165],encoding:[34,111,4],"/data":71,"\u8ad6\u7406\u548c":[97,61],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":78,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[127,170],"\u52a0\u308f\u308b":112,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":74,"\u3002_":[53,3],"\u5024\u304b":66,":value":[97,165],"\u53d7\u3051\u308b":[68,127],zeromq:171,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:169,"\u3002make":153,"\u3002null":[102,73,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:108,"\u5024\u3054":118,jquery:[68,140],grep:[137,117,12,150],"\u3002xml":123,utopic:[12,136],str:[34,74],builder:76,"\u5206\u3051\u308b":[11,136],"\u547c\u51fa":[35,102,70,110],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":47,"null":[34,41,6,94,46,98,14,15,102,139,60,61,109,110,147,113,99,23,70,73,27,74],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[140,113,9],"_incr":70,"\u79d2\u5358":[11,39],"\u5024\u3068\u3057\u3066":[151,66,87,167],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,"\u4e00\u81f4\u7528":129,tokenbigramsplitsymbol:[62,152,140,32],".repoforge":117,"'hay":61,"/dev":136,clear:[68,70],"\uff08and":144,"\u6697\u53f7":136,"\u4ecb\u3057":[120,92],clean:162,latest:18,"\u4fbf\u5229":[97,80,165,75,11,120,121,123,170,144,171,161],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":108,parameters:[119,125],"\u5225\u3005":118,"<level":56,"\u6cbf\u3046":68,"\u4eca\u5f8c":[21,23,133,80],httprewritemodule:8,".nginx":8,"*index":[99,109],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[87,113],"\u89e6\u308c":3,"\u52a0\u7b97":[70,53,75],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":135,locale:108,"_enough":[2,157],":groonga":[97,12,165,136],"_would":[2,157],"\u5f93\u6765":68,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":61,"_probability":[23,138],"\u7d39\u4ecb":[68,78,97,136,167],"\u4e00\u5ea6":[103,118,6,17,9,23,69,172,160,8],"\u5909\u6570":[34,135,136,20,101,113,132,6,23,68,160,46,162],"-level":[68,87,56],"|persistent":[94,52,85],"\u306f\u3061\u3087\u3046":135,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[148,144,71],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":15,delimit:113,oneiric:[23,113],geopoint:[38,1,66,118,11,39,140,113,29,99,159],"\u5f71\u97ff":[6,68,113,136],"\u767a\u63ee":120,jeff:129,"\u4e00\u5f0f":70,linux:[48,153,37],"\u4e0d\u80fd":153,tokenbigramignoreblanksplitsymbol:[62,152,32],"\"web":[16,42],"\u306e\u3069\u308c":[119,161],"\u4e8b\u67c4":112,stamp:134,describes:[123,18],"/db":[138,127,8,143,56],"/dd":135,"\u56de\u7279":153,"\u7a3c\u52d5":72,"\u6a29\u9650":[171,92,113],"\u30a8\u30b9\u30b1\u30fc\u30d7":[51,147,27,41,113,6,68,74],"\u6307\u793a":[83,3,92,161],"\u505c\u6b62":[52,10,87,113,126],"_zlib":[64,2,110],"!(n":135,reads:56,ready:18,"\u898b\u3064\u3051":[6,1,112,161],fedora:[48,136,124,18],checking:119,"_keys":102,"geopoint\u9593":23,"-jp":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[171,136],composition:172,used:[73,119,167,14,106,134,95,56],temporary:73,uses:[134,125,95,56,18],user:[38,166,119,153,27,41,104,8,86,125,46],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[149,80,165,118,121,40,97,87,27,113,6,172,125,68,141,171,57],database:[102,70,8,169],"-filter":[129,75,167,27,41,6,104,166,68,23,146,135],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[120,78,162],"\u9806\u756a":[109,165,62,87,139,3],"\u30b0\u30e9\u30d5":120,"_path":[136,153,113,6,68,70,101],"\u30d0\u30a4\u30b0\u30e9\u30e0":62,"\u5f0f\u8868":74,"\u8fd1\u4f3c":[6,23,66,159],"\u56de\u6307\u5b9a":165,"\"tritonn":97,"\u307e\u3057":[38,97,66,165,118,62,167,112,113,172,6,16,8,135,68,23,108,136,57],"\"uptime":4,"-gram":[80,3,135,62,120,130],"\u3064\u3051\u308b":[68,97,112,129,75],qwik:143,"\u9759\u7684":78,nginx:[150,117,12,113,6,137,68],"_com":136,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":157,"'..":113,"\uff09\u307e\u305f":[80,121,165,135],popular:97,"\u518d\u751f":8,"\u4f5c\u696d":[78,112],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,80,3,4,39,130,87,6,92,23,171,47,103,97,10,135,75,11,138,14,51,104,105,141,17,21,57,40,61,62,111,153,113,55,66,68,159,101,163,165,118,140,8],"\u5927\u304d\u306a":[47,57],some:[125,169,134],"\u96a3\u63a5":[120,165],"~number":135,"\u5927\u304d\u304f":[11,140,10,143,159],"\u5927\u304d\u3044":[97,61,165,84,87,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[48,97,37,138,6,9,68,74],"\u5927\u304d\u3055":84,".sh":[6,108,162,136,71],run:[78,162,136],"\u4ed8\u304d":[48,2,165,75,20,138,140],processing:134,"\u81ea\u5df1":167,"\u4ed8\u3044":172,"\u5f37\u5236":[6,1,70],"\u898f\u683c":139,"\u4ed8\u3051":[3,11,147,41,6,155,92,86,69,47],"\u30ab\u30a6\u30f3\u30c8":[167,113],"\"mori":143,"\u4f3c\u305f":172,"_read":2,ids:[99,75],"\u5916\u90e8":122,"\u5185\u5bb9":[35,127,3,83,85,42,6,92,94,97,135,136,11,139,108,153,112,68,69,161,165,163,73,167,27,123,125],idf:68,"\"serach":16,block:11,libzmq:[137,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[15,1,73,120,6,106],".column":[68,113],".(":136,".)":[125,135,113,134],".-":108,"..":[34,51,97,3,165,75,138,85,87,113,6,104,143,8,135,30,108,114,47,57],"./":[171,108],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,97,3,81,11,147,27,41,103,104,92,135],"\u5909\u66f4":[48,1,136,68,171,71],".'":[6,64,113],".:":[119,56],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":167,patprefix:129,"\u652f\u63f4":154,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,136,68],pangolin:[6,12,136],registered:[34,27,161],tokenbigramignoreblanksplitalpha:32,".]":[94,138,135,114,75],newer:18,"._":[97,165,118,11,113,68,70,135],"\u3002\u30bf\u30b0":[38,41,75],info:[5,7,8],".i":117,utf:[36,4,119,111,140,87,113,172,6,171,135],".n":[125,97,135,73,165],".o":38,munin:[150,1,12,117,6,137,23,171],"\u306b\u5bfe\u3057":[1,3,81,83,130,6,9,97,135,136,75,138,102,38,61,113,64,166,65,68,69,70,163,72,165,118,120,30],".c":[97,36],".d":[151,125,137],"_max":[59,2,109,15,105,157],".x":117,windows:78,".}":[114,135,75],"\u66ff\u3048":[62,48,142,136,68],"\u6b63\u898f":[40,80,3,135,101,147,121,41,6,102,68,172,160,57],"\u5099\u8003":113,doesn:[125,8],"\u3002gnr":144,"#{l":134,"\u306b\u3068\u3063":112,"_columns":[48,75,140,113,6,102,141,68],"\u958b\u3044":[172,140,113,23,31,96],"_float":54,"\u958b\u304f":[6,15,172,23],"\u958b\u304d":[15,73],"_rate":[92,72,3,4,8],application:[8,47],"\u958b\u3051":6,"'\u3002":87,"\u56db\u3064":130,sigcont:113,"\u6642\u4ee5\u5916":140,"\u843d\u3061\u308b":[23,140,113],"\u767a\u884c":92,draw:38,"_realloc":34,"_len":[6,74,110],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":173,"(title":[113,100],"\u306a\u304c\u308b":6,"\u4e00\u5de5":129,required:[119,8,47],"\"suggest":154,"\u5f37\u5316":[23,140,68],requires:[161,18],kawaji:6,"_pat":[97,140,165,75,85,102,87,27,41,113,40,104,52,166,143,139,94,115,135,147,57],gt:[147,41],"\u30d6\u30e9\u30b8\u30eb":66,gr:[97,80],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":97,gb:[151,4],ga:[80,153,172],go:103,"\u30dc\u30c7\u30a3":[57,157,9],gi:80,"\u500b\u6240":68,".ssssss":134,nippon:161,"_unknown":2,"\u300cgroonga":[68,144],"po\u30d5\u30a1\u30a4\u30eb":108,"/..":[8,136],"\u4e0d\u8db3":[150,117,12,137,91,124,68],"\u9632\u304e":113,"\u304a\u3053":[11,120],"-aki":68,mercurial:[136,18],".mo\u30d5\u30a1\u30a4\u30eb":108,"/bin":171,"\u5341\u5206":[62,35,151],"/sbin":79,"\u8ca0\u6570":[6,17],download:[117,136],onigmo:68,"-known":27,"/introduction":[3,92],opaque:157,".tsv":[160,4],"\u542b\u307e\u308c":[97,120,130,27,113,123,86,9,57],"\u983b\u7e41":[102,171],"\u4fdd\u5b58":[6,48,85,113,75],"\u7b49\u5024":140,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[68,80],"\u578b\u7528":74,"\u62e1\u5f35\u5b50":[140,153,4,9],"- \"":68,"\u3002max":139,accessor:[102,70],".weight":113,"(table":68,blogroonga:78,"\u300d\uff08":[130,143],"_child":[2,157],"\u306e\u3042\u3068":6,"\u5177\u4f53":[62,69,118],"\u8fd1\u304f":[82,135,120],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[148,76,120],"\u540c\u3058\u578b":75,"\u898b\u3064\u304b\u3089":102,"\u898b\u3064\u304b\u308a":97,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":112,"\u8d85\u3048":[62,97,113],win:91,"\u5171\u901a":[135,84,39,112,23,69],"boolean":36,"\u7d5e\u308a\u8fbc\u3080":[68,154],"\u3092\u304a\u3053":167,"\u624b\u9806":[156,78,112],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[120,113],"_no":[97,2,165,147,140,27,41,103,104,102,155,143,94,139,68,135,57],"\u81ea\u5206":[153,112,8,124,108],milliseconds:119,soundkitchen:[6,23],cosmo:[68,113],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[151,97,75],started:[123,134,97,165,135],"\u5f15\u304d\u8d77\u3053\u3059":[6,113],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":162,"\u5371\u967a":[52,136,47],"\u53d7\u3051\u4ed8\u3051":[6,140],mitsuhiro:140,"\u7de8\u96c6":[78,162,136],links:[11,92,118],sudo:[150,117,136,20,151,12,127,6,137,92,18,125,171,162,79],escaped:74,objname:[31,96],"\u30b7\u30e3\u30fc\u30d7":57,tokendelimit:[152,80,32,42],"\u6df1\u523b":[6,62],"_repair":101,"\u512a\u5148":[120,153],"*valuebuf":35,"\"sphere":159,"\u9577\u4ee5\u4e0a":[102,70],spelling:81,".entries":125,"\u7d5e\u308a\u8fbc\u307f":[120,3],"\u66f8\u5f0f":[48,97],rakutan:69,"\u81ea\u52d5":[38,3,110,136,84,165,153,6,102,53,8,9,129,23,68,135,108],"\u898b\u3064\u304b\u3063":[154,97],"_characters":74,"\u4e00\u500b":61,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,97,80,3,165,11,167,103,6,8,123,69,135,47,92],"-mysql":[150,117,12,121,137,172],"\u88dc\u8db3":8,geoppoint:99,"_match":[48,25,37,68],auto:138,"\u629c\u304d\u51fa\u3059":120,"_seek":[2,157],takayuki:23,"\u306b\u304f\u308b":62,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":112,"'query":6,"\u65e2\u5b58":[127,3,73,136,11,120,153,6,102,170,92,21,68],chunk:[114,125],inverted:27,special:97,"\u3050\u308b\u3093":[38,165,135],"-match":124,"\u306b\u304f\u3044":120,may:125,"_default":[6,55,105,111,47],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,113],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":108,"_script":133,"_proxy":8,"\u307f\u3066":65,deprecated:[97,10],times:17,"-localstatedir":124,"\u307f\u304c":61,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[48,68,25,37,14],"\u8aa4\u5dee":[23,66,159],largetext:84,"<max":87,unsupported:157,improving:125,"\u305e\u308c":[97,61,109,135,136,42],"\u5185\u8fd1\u304f":135,management:[27,71],"\u305d\u3053":[11,62,136],mkdir:143,"\u6700\u4e2d":120,"\u52d5\u5c0f":39,"\u304a\u304b\u3057\u304f":140,"_bad":2,"-doc":101,"\u306f\u3058\u3081":[48,10,37,138,44,108],configure:78,"_utf":[139,111],travi:113,lists:68,",..":[51,94,97],"_vector":[38,97,110,75,11,167,85,113,64,166,155,68,70,74],"*min":139,updating:17,"\u3092\u3054":162,"_recv":68,"-log":124,arc:80,"_expander":113,"\u8a72\u5f53":[110,147,27,41,15,102,86,139,68,69,70],unchanged:34,"-threads":[119,87],"\u56fd\u969b\u5316":[78,13],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":136,variable:34,"\u4fee\u6b63\u4e2d":16,"\u30de\u30a4\u30af\u30ed":[11,167,39,135],need:[119,125,95,74,18],"\u3068\u307f":[30,97,113],nsis:136,"\u6f14\u7b97":[135,140,113,6,102,144,68,171],"-db":101,"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":171,"\u3002post":47,"\u7570\u306a\u3063":139,"_lt":139,":func":[15,74,73,14],url:[136,30,92,143,68,23],uri:[30,8],"\u6982\u5ff5":10,"\u57fa\u6e96":[11,120,3,136],"_temporarily":[2,157],"\u5fc5\u9808":[171,91],"\u3084\u3089":136,"\u3084\u3081":[23,113,68],"\u3002\u2193":87,ssssss:134,"\u53cb\u4eba":38,"\u6e2c\u5b9a":153,"\u624b\u9593":112,based:[127,99,147,27,41],launchpad:[68,12],"\u3068\u3066":[84,97,47,120],"\u65e5\u6642":[48,39,142],"\u4e0d\u6b63\u78ba":[6,72],"\\groonga":91,"\u5358\u306b":[60,113],"\u4e0d\u8981":[6,68,120,113,14],sha:136,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":170,"\u79d2\u3088\u308a":132,processed:134,"\u3050\u308b":[144,165,135],"_parse":[111,74],"_setpshared":113,kawada:68,"\u7a7a\u6587":[68,39,165],computed:34,latin:[6,171,87],"\u63a5\u7d9a\u5148":163,".list":137,"2\u3064\u3081":[69,165,47],"|ga":97,"\u975e\u5e38":[6,47],"_word":[68,149,40],"\u7ba1\u7406":[48,1,136,87,14,6,114,68,23,171,101],wibowo:113,written:18,ken:38,"\u3084\u304c":10,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,84,42,6,8,9,171,47,150,97,66,135,75,12,62,53,144,38,20,113,154,117,165,118,167,121,137,30,78,172],key:[51,97,110,136,75,138,85,102,113,6,139,52,155,143,123,68,70],"\u3084\u3057":97,limits:125,admin:[68,140],"\u682a\u5f0f":68,"\u96e3\u3057\u3044":120,jersey:167,"\u304a\u3089":136,"\u4eca\u56de":[6,3,27,135],"\u4f5c\u6210":78,"_add":[83,102,74],"\u30af\u30ea\u30a2":[6,23,70],quit:[48,26,136,37],"\u91cd\u8907":[68,102],"\u30b9\u30ab\u30e9":110,quiz:38,"\u547d\u540d":6,compatibility:172,"\u306b\u3088\u3063":[131,3,5,130,87,7,92,94,96,97,10,75,11,102,14,15,52,141,143,144,21,145,38,61,122,63,113,64,114,70,163,72,120,30,31,74,126],"\u6b21\u671f":136,username:[38,91],"\u65e5\u672c":[165,136,39,29,65,68,159,161,135],corresponding:70,"\u4ef6\u542b":167,"\u7d44\u307f\u5408\u308f":[120,97,61,86,57],"\u7a2e\u985e":[35,80,84,87,42,2,46,142,48,97,135,136,75,138,102,16,53,57,61,62,153,157,23,161,165,119,170],"_binary":6,"\u4ee3\u308a":[6,66,165],glossary:71,"\u3076\u3093":112,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[97,80,166,101,104,91,8,23,160,57],demo:38,"\u3060\u304b\u3089":97,"/_":136,"\u76f4\u524d":83,"\u9818\u57df":[171,102,6,65,68,70],"/o":57,"_system":[23,2,157],"\u91cd\u8981":[103,97,80,136,75,162,112,26,14,15,8,120,171,89,47,57],"\u614e\u91cd":162,"/f":136,"/d":[68,8,47],"/c":[77,120],"\u91cd\u8996":[62,103],"-essential":[137,12],"/x":47,"-learner":[45,48,37,140,169,68],"\u8aa4\u5b57":[6,23,140,160,113],crch:80,"(mroonga":160,http:[37,87,6,91,8,23,171,48,136,75,12,15,143,108,45,150,20,153,113,68,163,117,120,140,137,170,79],"\u306b\u3088\u308a":[58,97,66,3,129,136,114,11,120,39,113,6,62,8,68,69,47,92],"_ito":23,"\u305f\u3070\u304b\u308a":103,"/.":23,"/*":[77,151,127,8,108],"/(":136,"/'":68,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":108,well:27,"/\"":[38,3,118,75,11,65,92,143],"/?":119,"/;":8,"\u3042\u304d":129,accurate:27,"\u3042\u304f":15,sources:[85,18],"\u3042\u3063":[51,97,10,110,136,38,138,153,113,6,102,53,150,70,47,108],"-ruby":[6,136],"/kytea":80,logged:134,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":157,"\u30fb\u5186":120,"\u6790\u7cfb":135,"\u756a\u53f7":[163,97,110,127,153,87,113,53,92,68,47],"_mask":70,"\uff08or":144,".jp":[97,36,136,22,143],pikonyan:38,tomita:140,"\u78ba\u4fdd":[35,151,74,14],"\u6587\u5b57\u6570":[27,135],"(\u300c":136,"/key":70,"\u4e0b\u8a18":[10,72,114,52,61,139],"-plugins":[137,117,124,150],library:95,"\u3002optarg":73,home:[171,136],"'config":87,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":78,"_permission":2,"\u304f\u308c\u308b":[77,120,108],nihon:161,"\u5411\u3044":[123,84,97,68],"\u3093\u304c":[165,135],"_number":[123,92],"\u3057\u3064\u3064":162,"\u3042\u308c":[103,135,136,62,153,15,86,57],"\u3042\u308a":[0,80,85,40,41,6,133,61,91,8,9,93,94,68,171,51,97,10,136,75,77,138,12,14,15,104,102,170,53,17,144,21,145,57,58,60,43,109,150,153,147,152,112,113,64,139,66,22,86,23,70,162,72,117,166,119,120,98,121,27,123,137,155,124,30,78,108,74,126,106],"\u3042\u308b":[82,80,3,38,5,84,39,87,6,2,131,68,94,171,140,47,96,51,97,10,135,136,100,11,138,139,153,170,15,104,16,141,143,144,21,145,85,155,57,148,59,61,109,91,62,151,63,113,159,64,114,66,86,112,23,69,70,160,161,163,72,164,165,118,166,108,120,75,27,29,7,30,31,74,126],offset:[34,99,73,83,102,141,139,70,74],"\u304b\u3051\u308b":[112,8],"\u9055\u3063":161,".hash":167,"-source":136,"\u6f0f\u308c":[6,120,81,136,144],"\u306a\u3084\u308a\u304b\u305f":81,compatible:8,"\u9055\u3044":[97,66,3,165,11,65,69,47,57],"\u9055\u3046":140,"\u500b\u6570":[6,110],"<log":87,"_nhooks":83,additional:113,"_nsubrecs":[68,53,110,118],museum:167,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[48,142],"\u30ed\u30b4":6,"\u30ed\u30b0":[1,136,5,132,6,7,23,68],"\u5c55\u958b":[48,97,136,37,113,6,104,91,9,23,171],"\u7279\u6b8a":[123,70,113],"\u3059\u3053\u308c\u3089":97,hw:79,"\ufffetext":80,hh:[134,135],"\u540c\u3058\u5024":[3,8],ear:80,"/reference":74,"*var":34,truncation:23,"\u3068\u3053\u306e":161,"=submit":119,limit:[139,23,102,99,141],"\u5b9f\u4f8b":[78,156],"\u3068\u3053\u308d":[60,135,77,64,9,133,101,108],"{\"":[149,165,75,138,147,153,60,41,42,103,104,16,133,69,161,114,135],"\u79d2\u5f62":39,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,157],eric:86,functions:[34,68,36],"\u3002video":38,halfwidth:172,"\u6163\u7fd2":6,"_many":[68,2,157],"_auto":[6,113],"\u65b0\u3057\u3044":[120,78],"\u2026\uff09":16,"\u65b0\u3057\u304f":[97,10,3,112,103,144,57],friends:38,sphinx:[77,68,108,13,18],katagiri:113,persistent:[85,102,73],"{\\":51,"\u305a\u308c":[64,10,5,120,39,87,66,51,11,102,7,157,61],".status":153,"=redhat":171,"\u5927\u62b5":8,"\u3002scan":162,"\u30ab\u30e9\u30e0n":166,"_filters":68,calculate:119,segments:114,"\u592a\u90ce":38,swap:125,updated:[62,36,108],"void":[34,73,111,102,139,105,17,55,70,101],"/grn":74,updates:[27,18],"\u3066\u307f\u307e\u3057\u3087":65,"\u53c2\u7167\u5143":11,"\u30df\u30b9":161,"\u53c2\u7167\u5148":113,"=pat":101,vector:[6,161,113,75],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":151,japanese:[161,22],"\u9006\u9806":3,"\u3002grn":[61,144],implemented:36,even:161,"\u50be\u5411":69,"\u6210\u529f":[34,14,15,102,171,74],"new":[34,18,136,14],net:118,maverick:23,metadata:6,"\u306f\u3044\u3051":[70,155],"\u5fdc\u3058":[35,153,120],"<directory":56,"\u4e2d\u4e95":113,"\u305a\u306b":75,"\u305a\u3064":[153,69,87],":port":[30,87,8],"\u5411\u4e0a":[23,127,8,47,144],serch:[138,16],"\u3080\u308b":[165,135],concurrently:134,"\u826f\u3044\u4f8b":112,mysqlgenerallexicon:172,"\u9023\u7d9a":[80,62,130,113,16,70],".yml":71,typo:[23,68],type:[35,3,129,85,42,95,46,99,11,138,52,14,102,16,57,38,110,54,153,64,65,69,161,118,119,167,121],"-properties":12,"\u3002zlib":64,posting:99,"\u62ec\u5f27":51,warp:68,language:108,"\u4ee5\u4e0b":[80,128,5,85,87,41,6,2,91,8,9,94,68,95,51,97,66,136,75,138,15,104,52,143,18,152,57,58,40,61,110,147,153,159,64,114,155,43,86,23,115,70,162,71,166,98,121,27,123,7,171,30,108,74],"\u4ee5\u4e0a":[128,85,87,6,91,8,97,136,75,138,14,104,139,108,61,110,147,153,113,166,68,162,27,57],"_comment":166,"_left":[23,99,2,157,29],"-ipadic":150,akio:[6,140],root:[8,113,92],"\u306b\u95a2\u3057":[61,153,113,14],"\u304c\u3063":85,"\u80a5\u5927":68,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[123,97,10,6,92,124,68],normalizernfkc:43,"_xml":95,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":68,"\u4f55\u500b":97,"\u6301\u3064\u3059\u3079":97,"_memo":104,"\u304c\u3059":102,"\uff08document":68,"\u9023\u7d61":108,sitedomain:[92,118],"\u30b9\u30fc\u30d7":130,"/result":101,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":69,"\u3002tsv":[123,160],"_indexer":101,"_win":34,"\u9069\u5408":[62,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":78,"\u9023\u7d50":[6,69,70,113],"\u5206\u5c90":162,"\u643a\u5e2f":120,"_ja":113,"\u5358\u4e00":64,"\u3002google":165,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":140,"_jp":171,"_small":[2,157],"\u6d6e\u52d5":123,before:71,"\u7e26\u68d2":57,"=allow":97,"\u6574\u6570":[59,97,2,53,75],"\"pp":68,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,113,157],"\u691c\u8a0e":[62,127],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":124,"\u691c\u8a3c":[163,68],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[48,1,109,165,38,85,113,114,68,128,142,135],"'or":6,"\u975e\u4e92\u63db":23,"'article":69,"\u30d1\u30b9":[163,140,3,73,136,153,85,9,87,132,92,30,23,68,171,56,47,8],"_stop":[68,149,40],extract:[134,42],"\u30ed\u30b0\u30d1\u30b9":140,realtime:[138,42],"/bc":136,content:[103,149,98,165,166,123,97,27,113,6,104,8,125,23,69,47,135],"\u6570\u3048\u308b":118,grease:11,"/\uff09":140,"\u8996\u899a":120,"\u30d1\u30ea":66,"\u63a5\u8fd1":61,messages:113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":140,iso:135,isn:14,hook:83,"1\u884c":153,"\u7531\u6765":144,"\u30e1\u30e2\u30ea\u30fc":57,outputting:95,"_keywords":74,"\u5358\u4f4d":[66,3,135,120,39,130,26,27,123,140,157,54,23,159,167],"_clear":[23,70],tokens:80,mkostemp:68,"[http":[6,68,113],"\u5358\u4f53":[120,153],"\u5f79\u5272":[104,3],nsubrecs:[38,97,110,118,167],distance:66,keyword:[97,165,147,27,41,113,6,74],".json":[4,8],enabled:134,"\u524d\u4ed8\u304d":70,gnupg:136,enables:8,modern:167,"\u30a8\u30e9\u30fc":[150,15,1,10,136,48,101,12,113,14,6,137,91,124,68,171,23,70,74,117],"\u7e4b\u3052\u308b":112,"\u958b\u3051\u308b":6,"\u81ea\u52d5\u5207\u308a":68,estimated:99,"_cas":2,"\u308f\u3051":[97,80,135,11,40,161],specfied:99,"\u30b1\u30fc\u30b9":[97,118,62,65,15,52,8,68,57],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":71,regular:[119,8],"\u3002munin":[137,117,12,150],don:[95,74,8,42],radious:159,doc:[77,108,81,136,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":136,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[16,161,132,42],"\u56fa\u5b9a":[3,85,157,139,70,57],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":157,keybuf:102,sigsegv:102,"\u6210\u308a\u7acb\u3063":61,syntax:157,"\u65e5\u672c\u8a9e":[0,165,62,120,6,135,161,108],"\u8ffd\u52a0":[120,78,61],zunda:23,"\"\u308d\u3086\u304d":129,yoji:23,"_address":[2,92,157],"_http":[153,8],"\u4e8c\u756a\u76ee":135,"\u72ec\u81ea":[123,120,163],"\\\"a":166,stop:[6,127,8],"_limit":[48,1,2,37,26,113],"/grntest":136,"\\\"}":51,gbyte:58,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[80,130,42,6,33,48,97,135,12,16,152,57,40,150,113,23,117,165,140,132,137,32,79],"_index":[48,36,110,37,25,113,140,68],bad:[68,113,157],"\u623b\u308a":[6,70],"*name":[34,110,54,111,14,102,70,74,46],"\u524d\u56de":136,",\"location":[38,65],"\u591a\u304f":[97,3,11,87,27,62,8,23,173,127,57],reference:[113,75],"\u591a\u3044":[62,165,135],"\u623b\u3063":8,".kentaro":113,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":130,"\u30aa\u30fc\u30ca\u30fc":113,"\u4e88\u7d04":64,subject:113,brazil:118,"\u672a\u958b\u653e":140,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":75,inappropriate:157,sigint:23,filename:157,"\u7bc4\u56f2":[48,97,10,109,120,113,6,53,139,68,70],"+fffe":80,threasd:87,"_geo":[23,25,37,48],"\u3092\u901a\u3057":[87,3],"_get":[34,15,110,35,83,101,111,102,14,6,139,105,17,68,55,23,70,74,46],"]\u3002":68,"\u534a\u5f84":159,"_operation":[2,157],"_level":[34,48,26,113,37],"\u73fe\u308c\u308b":62,"\u3044\u3044\u306d":[97,165,135],"0e":153,"\u8a9e\u5f59":[58,48,149,84,130,40,172,142,57],"_reinit":70,"\u62bd\u51fa":[6,166,27,41,57],"\u3068\u3044\u3063":[150,97,66,165,75,84,113,6,65,144,68,47,135],"_too":[68,2,157],loaded:60,"\u3068\u3044\u3051":[151,97,161,157,57],three:[11,3],"\u3068\u3044\u3046":[80,3,4,84,39,130,41,6,8,9,133,68,171,47,97,10,135,136,75,11,138,104,16,144,57,38,149,62,153,122,112,113,114,65,66,23,69,160,161,162,172,165,118,166,120,121,27,167,30,108,92],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":118,"\u7528\u3044":[48,1,120,15,23,162],digits:134,"-help":124,"\u7591\u4f3c":[6,68,128,110,113],multithread:102,"-scorer":146,"_log":[6,34,113,68],"\u554f\u984c":[15,1,3,165,136,11,151,140,64,113,132,14,6,114,8,68,23,135,153,108],logaling:71,"\u6700\u3082":[114,97,14],seven:3,"...":[35,4,83,76,6,8,68,94,49,46,103,97,99,135,138,139,102,14,15,105,17,143,55,147,107,109,110,54,111,153,113,114,23,70,165,73,166,119,167,50,30,74],ip:[119,153,92],is:[34,127,80,3,4,40,41,42,6,92,134,95,46,47,81,97,98,135,75,11,14,104,102,17,18,56,108,149,110,147,99,157,68,69,161,165,73,119,27,169,125,74,8],"\u6069\u6075":127,it:[34,38,97,99,73,119,103,134,165,127,14,51,102,125,135,18,123,95,74,56,110],"\"application":23,im:161,il:[62,130],io:36,"in":[6,48,68,61,18],ia:[62,130],ic:109,id:[35,3,81,84,85,87,42,92,134,94,115,129,97,99,135,75,11,138,102,14,103,52,16,53,143,139,38,149,109,110,62,114,65,155,86,68,69,70,161,165,118,119,120,140,123,172],"/commits":68,"\u305d\u3093\u306a":[171,57],make:78,"\u306b\u3088\u3063\u3066":[10,3,11,120,113,14,62,53,162],"\u5f15\u7528":[87,113],unicorn:12,kib:125,"8byte":157,"\u3055\u307e\u3056\u307e\u306a":[48,142,167],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[64,53,57],left:99,protocol:[127,4,120,87,30,47],just:[73,119,167,169,103,134,70],"@groonga":[136,22],"||":[6,69,61,113,135],"=add":80,yes:[163,138,162],"\u5f8c\u65b9":[6,48,61],"-with":[124,79],"\u89e3\u50cf":140,candidate:[119,138],defrag:[48,1,26,113,37],character:[34,134],"\u306f\u3059\u3079\u3066":[60,80,3,135,40,97,51,8,144,133,125,106,172,57],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":101,save:[119,136],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[136,173],"\"http":75,"|>":134,"|<":134,"|:":134,"\u5cf6\u7530":6,daemon:56,"\u6539\u540d":[6,23],mruby:[133,68,60,113],unnecessary:125,"\u52b9\u7387":69,"*oldvalue":110,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,84,39,87,6,61,8,9,171,96,48,135,15,53,143,144,152,51,85,57,148,43,153,113,64,114,23,161,172,165,119,120,56,31,173],centos:[48,136,124,18],"_db":[48,140,37,25,132,14,23,101],"\u7570\u306a\u308a":[97,165],"\u3067\u3044\u3046":[172,118],"\u4f7f\u7528":[1,80,85,87,6,61,8,46,51,97,10,135,136,102,14,15,104,52,152,107,40,43,110,147,153,113,64,114,66,68,115,70,72,165,166,140,121,155,30,74],raltime:42,"\u964d\u9806":[139,138,97,3,102],"\u5bc6\u9375":78,"\u5c11\u3057":171,notification:134,tracker:0,"\u5c11\u304f":151,"\u7a0b\u5ea6":[23,3,113],"\u53c2\u8003":[48,136,37],debhelper:23,"\u5b8c\u5168":[97,61,135,84,64,102,57],"\u304c\u308f\u304b\u308a":[167,98],"\u304c\u308f\u304b\u308b":66,postgresql:[120,27],"/munin":171,"\u30c1\u30a7\u30c3\u30af":[163,140,153,113,6,114,86,68,23],"*optarg":[49,73],commit:108,meerkat:23,"_ratio":68,sphr:66,"\u305d\u3061\u3089":171,"\uff08\u307e\u3082":47,editor:108,"\u6291\u3048":62,fork:[87,108],tokenbigramignoreblanksplitsymbolalphadigit:[62,152],form:[119,172,3,165],"\u3059\u304e\u308b":75,"[dump":[6,68,113],".ne":36,"_animal":11,"\u5165\u308c":[62,38,167],"\u5165\u308b":94,"\u5165\u308a":[3,135,118],grroonga:154,"\u5426\u5b9a":[97,61],lenny:23,"delete":[48,1,37,140,26,18,23,70],"_location":[123,167],"\u6c7a\u3081\u308b":[97,61],kwic:27,"\u5165\u3063":[38,3,113,6,157,123,69,161,162],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":167,"\u30a8\u30c7\u30a3\u30bf":108,tokenbigramignoreblank:[62,152,32],excel:160,"\u3002\u307e\u305a":62,"\u914d\u5217":[80,85,6,61,23,94,46,97,75,102,152,57,43,110,64,114,68,70,165,73,140,121,27,123],"\u3002\u307e\u305f":[163,10,3,135,11,120,39,87,65,16,92,61,30,160,153],"\u304f\u308c":112,"\u30cf\u30a4\u30e9\u30a4\u30c8":[147,41],"\u300d:":172,".service":6,fsf:6,macports:[48,124],pseudo:[128,110],"\u6539\u5584":[6,23,1,113,68],"_offset":[34,68,141,2,74],vmstat:151,"\u9069\u5207":[80,3,120,140,153,57],"\u81ea\u52d5\u7684":153,segv:[1,113],"\u7279\u6027":84,manager:[8,47],"\u7fa9\u8a9e":160,"\u3068\u3059\u3050":103,"\u524a\u9664":[1,70,83,120,140,63,113,6,102,53,68,139,23,49,101],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[145,87,157],"0mq":113,"-efficient":75,"\u8a2d\u8a08":[97,127],"\u4e0a\u91ce":140,"[php":[6,68],"\u30b5\u30f3\u30d7\u30eb":[6,97,140,113,132],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":16,"\"mysql":[154,75],"-escalation":124,item:[138,16,161,169,42],"\u672a\u6e80":[139,165],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":114,"_entry":83,"-deb":136,"\u4ed8\u4e0e":[38,102,53,110,153],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,113],"\u629c\u3051":[23,113,68],"\u5076\u6570":135,"\u63db\u6642":23,"\uff08normalization":172,"-dev":[136,12,113,22,6,137,68,23,162],"\"xxx":113,">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":11,"-mode":108,shift:171,"\u3068\u3059\u308c":120,"_version":[23,25,136,37,48],"[suggest":[6,101,113],bom:140,suggestion:[119,169],raccoon:38,bob:[97,165,167,104,52,8,86,115,47],useful:[69,110],"\u30dd\u30a4\u30f3\u30bf":[14,102,139,70,46,107],"\u5fd8\u308c":[23,75],"\u3002table":[102,155,107],"-leak":140,"\u521d\u671f":[73,120,140,6,23,70],"\u4e21\u8005":65,"-check":[119,23,140],"ci\u4e00\u822c":71,"-libevent":101,"\u5e74\u9f62":[120,57],"_min":[105,109],ooo:84,"-each":23,"\"color":172,"\u305d\u3053\u306b":94,"/nfs":171,mbytes:153,"\u8fd1\u3055":135,"\u30b8\u30aa\u30b5\u30fc\u30c1":[23,142,48],"\u30dd\u30a4\u30f3\u30c8":[160,75],"\u8fd1\u3044":[139,163],ull:80,"*tc":[139,109],"-directory":6,"\u30fb\u30b5\u30fc\u30d0":3,sample:[119,153,56],normalize:[48,26,37,68],"\u3002\u30ed\u30b0":[8,57],"\u30d0\u30a4\u30c8":[2,110,84,39,140,27,14,6,113,139,23],"/cpuinfo":[137,117,12,150],"\u8a9e\u53e5":[38,113],"_current":15,map:[134,23,125],groo:97,"\u518d\u8aad":[21,160],max:[6,139],mac:[48,124],man:[1,86],".garbage":113,fluent:93,"\u540d\u524d":[48,73,37,54,140,132,14,6,102,110,136,23,70,46,108],"_values":[48,37,68,23,70,146],"\u5e02\u5185":82,pointed:34,"_init":[34,134,14,6,68,23,70,74],pointer:34,"/fedora":[6,150,140,136],group:[102,118],"\u8a08\u6e2c":[23,1,162],tweets:103,mail:153,main:137,"\u30b9\u30c6\u30df\u30f3\u30b0":[68,149],"\u91cd\u306a\u3063":113,"\u5b9f\u4f53":14,repositories:136,"_timeout":[2,17,157],ggdb:136,unlock:70,nroonga:[104,69,71],libgcc:68,"\u624b\u6bb5":[61,74],summary:153,"\u6240\u5c5e":52,"\u7a7a\u304d":[151,114],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":48,".flags":102,correct:[119,138,16],"\u624b\u7d9a\u304d":[83,46],"|allow":[97,165],"\u30ab\u30e9\u30e0id":102,"_content":[48,25,37],"\u3002min":139,debootstrap:136,"_string":[111,74,113,162],org:[92,118],advance:161,"\"hello":[149,40],"\u4e8b\u9805":48,rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,149,66,136,97,160],"] [":153,first:[34,167,97,165,135],wiki:8,"\u30dd\u30fc\u30c8":[163,127,4,153,87,113,92,47],"\u7db2\u7f85":8,"long":[55,76],"\u81ea\u5df1\u7d39":167,crit:[5,7],"\u9078\u3073":154,"\u9078\u3076":[120,8],"1g":[137,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[138,1,102,97],"\u30d8\u30eb\u30d7":162,"_preparer":[138,16,161,42],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":120,memo:104,"\u62e1\u5f35":[23,68,142,48],"\u5c0f\u3055\u304f":[103,84,66,47,159],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[97,80,135,75,62,104,125],"10":[153,3],"(grn":74,yoshioka:6,libgroonga:148,"\u5229\u7528\u4f8b":120,zsh:[171,136],dash:171,voiced:172,katakana:[172,161],".uuuuuu":135,"-receive":[119,56],speakers:22,"_open":[34,15,2,109,73,76,140,14,6,99,157,139,23],"\u914d\u5e03":[150,117,12,6,137,91,124,68],"_network":2,"\u8d70\u67fb":68,"\u6700\u7d42\u66f4":73,timeuot:17,">#{":134,"_enc":[139,111],performance:[119,125,27],"\u5f79\u7acb\u3061":113,theatre:81,beta:36,pair:[138,16,161,169,42],synonym:[97,81],"_sort":102,fills:119,"\u4f1a\u793e":68,"\u8003\u3048\u65b9":68,"|ng":97,"\u539f\u56e0":[48,112,33,153],precise:[6,12,136],lexicon:[166,153,103,104,94,69,172,57],show:1,"-po":78,"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":97,threshold:[55,23,31,70],"\u77ed\u6642\u9593":120,"-plugin":93,"\u306a\u3093":10,"\u306a\u308c":10,black:172,"\u306a\u3089":[87,6,8,98,150,97,10,135,75,12,14,102,16,145,57,149,61,110,151,153,113,72,155,68,69,70,161,162,71,117,73,165,137,172],"\u306a\u308a":[2,3,4,39,87,6,8,9,128,68,96,51,97,10,135,136,75,11,138,14,15,102,16,53,106,129,57,38,149,110,62,153,112,113,159,103,64,65,66,157,23,69,70,160,161,71,172,73,118,120,165,27,123,167,30,31,74,92],"\u306a\u308b":[1,3,39,87,42,6,91,8,171,96,150,97,159,135,136,29,11,12,14,103,104,143,57,108,61,62,153,112,113,64,155,86,68,70,117,73,118,120,140,27,132,137,124,31],"_module":8,wheezy:[48,136,124],get:[40,80,6,99,68,23],"\u96c6\u3081":118,"\u51fa\u305b\u308b":120,geo:[48,1,99,37,101,140,113,6,23,146],gem:136,"\u3002utf":[172,113],tokyogeopoint:[99,39,29,65,23,159],restarted:125,"\u5bfe\u8c61table1":102,morning:103,"\u300c\u697d\u3057\u3044":130,"\u5468\u8fba":[6,27],kernel:125,caller:46,"\u8907\u96d1":[6,97,61,113,135],sear:161,masahiro:140,ency:153,"\u884c\u306a\u308f":6,"-threashold":[62,140],"\u53ca\u3073":153,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":47,reading:44,checks:[68,121],"\u6700\u5c0f\u5024":[68,135],"-blog":167,"\u3088\u3063\u3066":[82,80,128,39,89,65],"\u306a\u3069":[89,82,80,3,84,39,130,41,42,6,133,92,23,93,171,47,97,10,135,136,11,103,16,144,21,108,148,60,61,62,147,153,114,68,70,160,161,165,73,120,27,167],"\u306a\u306b":161,je:129,"\u306a\u3067":161,ja:[136,108],"\u306a\u3063":[127,80,3,6,92,23,47,97,10,136,75,11,62,112,113,114,68,69,101,162,165,120,140,123,167],"\u306a\u305c":[149,172,165,97,16,57,161,135],"\u5206\u5272":[3,135,120,130,84,23],"\u306a\u3059":29,"\u306a\u3055":[30,97,59],"\u306a\u3057":[97,10,165,166,113,104,2,98,139,68,159,106],nogpgcheck:6,"_allowed":[2,157],"\u306a\u304e":166,"\u306a\u304f":[82,1,3,81,84,85,127,6,8,9,68,171,47,97,135,136,11,14,144,57,153,112,113,166,86,23,69,70,71,165,118,120,140,27,78],"\u4f8b\u5916":[133,68,60,150],"\u306a\u304a":[130,136],"\u306a\u304b":112,"\u306a\u3044":[120,122],"*bsd":[23,140],"_invalid":[139,102,2,70],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":130,"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":120,"}/":[108,171,9],"}.":[104,97],"})":119,".select":153,tuning:[48,113,37],"\u524d\u5f8c":[87,3],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":87,mark:172,"*max":139,shopping:103,"\u62e1\u5927":112,"}}":75,"}|":134,senboku:113,"}e":135,"_avoided":[2,157,70],"\u6240\u5b9a":[62,149,130,57],sound:[16,172],"_information":85,"\u30bb\u30df\u30b3\u30ed\u30f3":153,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,133,60,153,4],hdd:153,"_corrupt":[2,157],"\"mroonga":[166,97,135,75],"\u6587\u66f8\u5185":149,characteristics:27,"\u8af8\u6761":58,"\u578bn":97,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":113,"|')":64,"\uff01\u3057":22,"-document":[78,136],"\u3002\u5024":86,different:119,pat:[139,84],"\u91cf\u8a08":1,same:[17,113,75],arguments:34,"=squeeze":136,"\u3002\u3044\u307e":101,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[48,68],"< y":113,"\u8a00\u53ca":[166,167],"\uff01\u300d":[97,165,135],"\u7b49\u4fa1":[97,140,144],"< n":135,"\u672c\u5f53":[81,161],montywi:101,"\u305d\u3057\u3066":[97,80,118,11,120,27,167,69,161],markus:6,markup:77,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":68,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,136],"(cmp":68,"[number":51,"(precise":136,money:38,"\u5927\u898f\u6a21":120,"\u3002\u3059\u3079\u3066":[52,162,108],"\u518d\u8d77":[125,127,160],".dll":34,"\u8fd4\u5024":114,"\u30c0\u30a4\u30a2\u30ed\u30b0":113,"\u3002none":87,"/false":[11,1],"\u4e2d\u592e\u5024":68,"\u5ea7\u6a19":[82,66,135,167,29,23,159],"\u56f0\u96e3":[6,120],"_syntax":[2,74],"\u9069\u5b9c":[68,136],server:[38,127,119,6,8,68,47],"\u9650\u308a":[61,62,130,51,53,70],"\u9650\u3089":112,quantal:6,specifies:119,"\u9650\u3063":70,"\u7be0\u7530":68,testdb:[153,56],specified:[34,99,46],generates:169,"\u99c4\u76ee":112,ellip:66,"/database":[8,47],": n":163,"\u65b0\u5bbf":65,critical:[34,134],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[6,48,68,28],valuebuf:35,"\u306b\u3064\u3051":135,"\u30cb\u30c3\u30dd\u30f3":161,"\u306f\u3044":11,broken:157,"_between":68,"\u306f\u305a":[6,153],"\u307e\u3064\u308f":113,"\u306f\u3069":[97,57],"\u306f\u3068":84,generated:[34,169,18],"\u306f\u307f":78,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[153,118],"\"\u30df\u30ea":135,".patch":108,"_reopen":[48,37,5,26,6,7],"\u9ed2\u3044\u70b9":82,"\u8abf\u6574":[62,151,97,144],"\u3002\u3059\u3050":8,"_cache":[48,25,113,37],"\u4f55\u5ea6":113,"\u7279\u6709":75,"-login":125,"/ '":70,"\u306a\u304c\u3089":[97,80,3,136,120,6],"\u3002command":10,"\u63d0\u6848":[48,37,138,140,112,113,6,68,23,101],"\u3082\u3046":[103,100,11,6,8,69],"\u8a18\u8f09":[6,136],"\u3002cpu\u30b3\u30a2":47,"\u3082\u3057":[123,97,66,165,166,153,113,15,104,2,8,86,171,68,71,160,47,57],"\u7834\u58ca":102,"\u516c\u958b\u9375":136,"\u3082\u3059":9,"\u3082\u3064":[155,118],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,87,6,91,8,97,10,136,11,15,102,16,139,108,59,61,153,113,66,157,68,69,159,163,172,74],"|on":97,"|oo":97,"$prefix":23,"\u3002drilldown":97,"\u5883\u754c":[6,66],general:172,file:[1,119,140,8,18,125,157],"*obj":[35,70,73,83,49,74,46,107,110],again:[8,17],"\u53d6\u308c\u308b":51,"\uff08true":11,"\u5b50\u5348\u7dda":66,"\u4e0e\u3048\u308b":[51,163,65,10,87],"\u5b57\u5c0f":97,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":75,"\u8a18\u8ff0":[61,3,87,153,167,69,74],"\u4e00\u6642\u7684":[151,70],"\u4e0a\u9650":[48,122],"6gib":125,starting:34,sergey:68,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,68],expressions:8,nested:113,libmsgpack:[137,12],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":68,"_difference":102,"/lib":[127,8,9],"-alloc":72,"\u8aad\u3081":6,"\u8aad\u3080":60,"\u5dee\u5206":153,"\u8aad\u3093":[78,71],"\u4f4e\u4e0b":113,")mroonga":160,hottolink:36,"\u52e7\u3081":68,"\u306f\u3053\u306e":[151,97,166],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":75,"\u771f\u507d\u5024":48,"\u304c\u3053\u306e":165,titles:[165,135],plugins:125,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":162,"\u5225\u9014deb":136,"@orangain":113,tokenbigramignoreblanksplitalphadigit:32,"_append":[76,61,74,70],"\u30e1\u30bf\u30c7\u30fc\u30bf":[133,60,85],"\u8aad\u307f":[120,1,161,136,144],"\u5909\u66f4\u5f8c":[111,102,14,105,55,70],"\u307e\u3057\u3087":[38,97,66,3],"\u30c6\u30b9\u30c8":[78,156,136],threads:[119,134],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":87,"\u6e96\u5099":78,"\u6d3b\u7528":127,"\u5931\u308f":6,search:[80,165,138,147,27,41,42,6,154,102,16,139,23,160,161,135],published:136,"\u300c\u5024":57,aptitude:162,"\u672a\u77e5":101,memos:149,".synonym":97,"\u78ba\u7387":138,distinct:119,"\u5ca9\u4e95":[6,113],"\u5317\u534a\u7403":6,"\u958b\u653e":14,"_gqtp":153,"\u3053\u3068":[61,120,122,112,170,78],"\u3053\u306e":[34,2,3,4,106,84,85,130,87,146,41,42,6,80,91,44,68,133,171,115,47,81,51,97,66,135,136,75,11,101,12,102,15,62,52,16,17,139,121,57,148,38,60,61,157,150,20,147,153,113,159,103,64,166,65,104,22,168,86,23,69,89,160,161,71,117,165,118,108,120,25,26,27,40,123,137,124,167,125,78,79,74,8],jsonp:[119,23],"[element":[135,75],"\u4e00\u756a\u5de6":135,"[example":68,none:[97,80,121,40,169,8,69,171,157],hour:[134,17],"\u3053\u3053":[97,3,165,136,11,138,123,62,65,167,172,160,135],dev:[137,12],"\u6c17\u8efd":[68,112],"\u3053\u3046":112,"\u4e2d\u5fc3":159,share:171,"\u96c5\u5e83":68,minimum:34,strlen:34,needs:125,maps:125,"\u3053\u308c":[80,81,84,130,41,42,6,8,9,68,171,47,103,97,66,135,136,75,77,15,16,57,61,62,151,113,64,154,65,157,86,23,69,160,161,172,165,118,166,120,27,11,167,108,106],"\u3053\u3080":60,"*value":[139,35,102,70,76],"\u591a\u3059\u304e":140,"/afr":[65,3,118],"\u666e\u901a":[112,135],mariadb:[68,113],"\u30cf\u30a4\u30d5\u30f3":[3,57],kuriyama:68,"\u3066\u304d":2,"\u3066\u304f":162,"\u30c4\u30a4\u30fc\u30c8":22,"\u547c\u3073":[97,61,75,11,153,87,27],"\u547c\u3070":[3,135,39,52,14,102,113,46],"\u3002ftp":153,"`hostname":87,"\u5217\u578b":[11,68,165,118],"\u3002\u4f8b":70,finalizes:34,through:8,"\u975e\u308f":130,"\u308c\u308b":[82,3,83,84,39,130,87,42,6,68,133,171,46,103,97,10,136,75,11,138,139,14,15,52,16,53,21,57,60,61,62,122,153,113,114,65,66,157,86,23,161,162,172,166,120,121,27,108,74,106],"\u6955\u5186":[66,159],good:[149,135,97,40,103,165],"\u516c\u5f0f":[23,117,150,104],"\u3079\u3066":[97,8,118],"\u9664\u304f":6,"\u5316\u95a2":140,"\u4f1d\u7d71":120,"\u3079\u304f":3,"\u9577\u91ce":68,"\u9664\u3044":[153,27],"-encoding":124,micro:167,learing:42,"\u52b9\u679c":167,"\u9664\u3051":102,"\u767b\u9332":[120,78,61,136],hard:125,flower:11,"\u30d5\u30e9\u30f3\u30b9":66,"\"gr":57,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":162,"\u8ddd\u96e2":[82,1,66,135,100,120,6,65,159],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":91,"\uff08\u79d2":70,"\u3068\u3082\u3063\u3068":171,"\u89b3\u70b9":[151,68],"_blank":121,tahr:[68,12],"\u4e09\u8c37":68,tritonn:[97,165,135],"\u308c\u305a":10,"\u306b\u3082":[97,130],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[167,66],".blog":62,"_data":[48,25,46,37],koi:[6,171,87],"\u306b\u5bfe\u5fdc\u4ed8\u3051":161,least:125,"\u516c\u5e73":113,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":47,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,87,8],"/archive":136,"*results":102,selector:141,"\u308c\u307e\u305b":[10,147,87,114,102,69,171,160],"\u6574\u7406":[6,113],"},":[38,97,80,3,81,75,167,152,153,40,103,104,52,66,43,129,98,69,135,115,165],"\u4e71\u6570":[59,65],"_tag":147,"\u8a18\u9332":[6,120,53,9],"\"requires":6,"\u30d3\u30e5\u30fc":6,"\u4e0a\u8a18":[58,108,97,171,3,118,166,62,153,42,6,104,65,16,92,86,98,71,160,57],ages:[94,86,57],"\u30b9\u30ab\u30e9\u30fc":75,".key":102,built:70,"/lists":136,"-limit":[1,87,97,113],extracted:74,"\u307e\u3068\u3081":[78,112],build:[136,12,113,72,137,91,18,71],"_available":[2,157],"\u53d6\u308a\u51fa\u3057":[139,109,3],eggs:69,most:99,"~*":74,"\u306b\u3057":[68,97,135,113,165],myisam:120,"\u5e73\u884c":136,"-protocol":[153,87,92],"\u306b\u3059":62,kb:151,ka:172,"\u306b\u3066":[6,66,113,136],"_put":[5,48,26,113,37],wareohji:6,"\u306b\u3069":61,ko:36,km:167,"\"theater":81,"\u7528\u8a9e\u96c6":114,"\u4e0a\u66f8\u304d":[65,136],mlock:140,"_by":[34,167,101,132,102,68,139,23,70,74],"(drilldown":53,"\u30d1\u30c3\u30c1":77,"\u5927\u8cb4":6,relation:70,nterms:114,find:18,depended:78,"_int":[54,70,74],"\u30a2\u30ca\u30a6\u30f3\u30b9":136,permission:157,express:[6,91,113],"\u601d\u3044":108,"\u601d\u3046":[69,118],"\u62c5\u5f53":136,"\u9593\u9055\u3063":[113,6,154,16,68,23],"\"popular":97,transitional:127,"_and":[49,61],"\uff08byte":[70,110],common:[139,23,102,135],"\u601d\u3063":77,"/log":[119,127,171,87,8],"_sjlj":68,lion:6,tokenizers:[48,97,80,37,40,152,57],"\u76f8\u624b":112,"[backslash":165,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":167,"\u30e2\u30b8\u30e5\u30fc\u30eb":[48,10,140,120],"(news":136,"\u5024\u57df":128,".log":[127,10,87,153,8,171],"\u3046\u3061\u3044":87,readme:[113,136],"\u8a9e\u4ee5":135,"\u8868\u73fe":78,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,68,113],reverse:[8,136],"\u6570\u70b9":39,"-file":[119,23,123,87],"\u5b9f\u51e6":[61,46],"\u6642\u70b9":[15,10,136,111,14,6,17],point:[119,52,99,101],simple:127,"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":10,shutdown:[48,140,26,37],"\u6253\u3064\u524d":136,"\"gronga":154,"_connection":2,create:[34,161],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,166,14],"\u53ce\u96c6":[123,120],"_when":123,"\u30a2\u30ed\u30b1\u30fc\u30c8":72,bill:[62,130],replaced:[56,169],ful:80,"\u307b\u3057\u304f":97,engi:[138,161],larger:[125,56,42],"\u5f15\u6570":[48,1,10,37,113,14,6,61,139,68],"^ \"":135,itself:75,"\u56db\u5247":68,rubygems:6,"\u95be\u5024":[48,97,138,130,87,14,33,68,55,23,171],"-key":[101,136],"\u7d42\u7aef":[6,74,73,14],emphasize:98,")groonga":160,"\u56fd\u540d":118,development:167,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":68,"-chroot":136,"\uff08perl":8,keys:[68,102,8],"-existence":113,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":136,"\u5834\u6240":22,"\u53cc\u65b9":112,"\"\u3001":[161,118],"\"\u3002":68,"\u30b9\u30bf\u30a4\u30eb":87,"\u5409\u7530":113,"\u7d44\u307f\u5408\u308f\u305b":[61,3,136,62,120,64,68],flags:[34,109,110,54,85,102,14,64,114,52,139,70,74],sortby:[23,141],convenient:161,entry:[64,131,83,63,51,155,141,31,96],"\u3064\u307e\u308a":[97,80,136],sunos:68,"\u3002dump":143,"\u547c\u3073\u51fa\u3059":[59,159,100,29,144,164],"\u3001\u00d7":112,"\u5024\u306a\u3089":113,"\"value":97,"\u547c\u3073\u51fa\u3055":[83,97,14],"\u547c\u3073\u51fa\u3057":[61,120,140,27,14,6,143,144,68],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":153,"\u306f\u3069\u3061\u3089":47,source:[38,3,136,167,85,64,52,123,69],realloc:140,"5\u3064":86,bin:91,manage:18,"\u968e\u5c64":61,bit:[150,117,20,39,12,153,113,137,91,124,71],"\u5f53\u3066":[84,80,94,14],"\u30d7\u30e9\u30b0\u30a4\u30f3":[150,1,172,104,120,12,149,132,113,6,137,133,140,9,60,23,68,171,160,117,108],"\u5927\u4e08\u592b":[171,112],"\u8aa4\u308a":[6,68,113],"\u5354\u529b":[78,156],hardy:140,"\u4e0a\u8ff0":160,"*keys":102,"-command":[140,71],"_over":[2,157],"\u4ee5\u5916":[82,84,39,23,97,136,75,14,15,102,57,61,109,54,153,113,72,68,70,165,73,120,140,74],google:[154,97],"\u5168suffix":102,"\u8aa4\u3063":[6,68,113,136],examples:140,"\u3001[":3,"'ve":167,"\u3002set":153,"\u66f8\u304b":[6,167],"\u3001c":3,"\u66f8\u304f":[69,165],"\u8a73\u3057\u304f":[11,120,3],"\u66f8\u304d":[120,97,153],"\u3002rroonga":144,newark:167,"\u3092\u3064\u3051\u308b":135,"\u30d3\u30eb\u30c9":78,"\u5024\u306a\u3057":101,"/cutter":136,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,"_checks":121,cxxflags:[20,136],"\u3001#":167,"\u3001\"":[98,3,81,166,167,39,113,42,6,154,16,23,161],"\u3001$":136,"\u3001'":[165,11,39,87,104,68,111,135],"\u3001(":[139,39,153,102,86],nginxhttpstubstatusmodule:68,"\u3001-":[30,39,140,153],"\u3001/":[3,92],"\u3001.":[162,108],"\u5730\u5f62":[66,159],"\u3001:":[15,153,14],"(fedora":127,"\u3084\u3059\u3044\u304b":160,"\u3001>":63,"\u5730\u70b9":[65,66],"\u7a4d\u307f\u91cd\u306a\u3063":113,"/yum":136,"\u9010\u6b21":[68,120],"\u5927\u95a2":68,"\u6295\u5165":[62,1],"[label1":68,"_fin":[6,34,74,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":171,"\u51fa\u3059":167,"\u51fa\u3055":113,"\u51fa\u3057":167,"_full":[48,146,136,37,68],"-type":[42,16,8,23,161,47],"\u7b97\u8853":113,"-binary":[8,47],"/epel":117,"\u56de\u907f":[62,48,33,136],"\u52d5\u304d":[97,47],"\u52d5\u304f":[6,23,171,173],"\u52d5\u304b":113,"*keybuf":102,curl:[171,4,119,6,8,79,47,71],sourceforge:136,"\u90fd\u6c11":[62,130],"\u6570\u73e0":166,functionality:119,"\u5207\u308a\u6368\u3066":11,libwinpthread:68,"\u30c7\u30fc\u30bf":[1,37,85,6,91,23,150,97,75,138,12,143,61,48,113,68,101,117,120,140,137,124],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":153,"\u53d6\u5f97":[78,112],confirm:108,"\u3068\u307f\u306a\u3057":165,"_nil":[139,102,140,74],failures:136,"\u7d50\u5408":[61,165,144],rinse:136,getaddrinfo:6,jason:129,wanabe:113,"/cache":8,"\u57cb\u3081\u8fbc\u3080":153,query:[48,61,37,75,120,113,132,6,141,9,68,49,74],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"_debug":162,"/\u65e5":167,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[135,69,97,165],"-release":78,"\u3042\u3089\u308f\u3057":81,"\u4f59\u308a":135,"\u5f97\u308b":8,putting:125,"_database":[6,113],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":162,uubntu:162,"\u512a\u308c":120,".output":30,"\u76f4\u611f":129,"\u9665\u3063":6,"_header":85,"\u9023\u643a":120,"_thread":153,"= n":135,access:125,"\u5f35\u308c\u308b":113,"\u4e2d\u56fd":66,"\u3002\u30ad\u30fc":97,"= y":113,"\u826f\u304f":69,"\u826f\u3044":[69,112],nonexistent:97,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":66,"0xc":157,"\u306b\u5bfe\u5fdc":[35,97,70,110,83,54,87,172,14,6,102,30,21,23,51,101,46],"= \"":[68,97,135],"/tmp":[160,47],";\"":6,"\u57cb\u3081\u8fbc\u307e":136,"\u57cb\u3081\u8fbc\u307f":[27,41],named:161,"\u3002adjuster":68,"/to":[8,47],"\u30ed\u30f3\u30c9\u30f3":66,"ci\u4e0a":71,"(ctx":[15,61,74,110],"\u53d7\u4ed8":[81,113],"\u5b8c\u4e86":[97,136,108],"'mroonga":[104,69],"\u30d5\u30ec\u30fc\u30ba":6,".pid":87,"\u5f35\u3063":[97,113],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[80,128,37,6,9,68,96,48,135,75,14,15,102,144,152,43,110,114,23,70,31,121,164],"\u4e2d\u7a0b\u5ea6":[150,117,12,137,91,124],normalizer:[48,26,37,68],"_previous":15,"[header":[123,60,80,121,64,152,52,43,106,9,133,115,155,57],normalized:121,"\u305d\u308c\u3089":[163,97,110,64,17,160,47],">max":4,"\u96c6\u307e\u3063":118,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":113,"_malloc":34,"\u8d77\u52d5":[72,10,4,136,153,140,87,113,6,91,30,47],twiter:6,iptables:47,"\"correction":154,"\u30af\u30e9\u30c3\u30b7\u30e5":[140,113,6,52,68,23],"{prefix":[171,9],"/linux":[48,124,18],"-za":119,"\u6295\u7a3f\u5834\u6240":167,gcc:[150,117,20,113,6,23,171],dd:[134,135],"\u30b3\u30de\u30f3\u30c9":[15,1,61,136,37,48,75,113,6,140,91,68,93,23,171,101,162],"\u5186\u6ed1":136,"\u5f35\u3089":[6,11,110,113],"\u5f35\u308b":[165,135],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":68,".textile":136,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[119,162],"/repositories":136,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":140,"\u7d9a\u304d":51,"\u306e\u3088\u3046":[97,165,85,113,15,52,144,68,135],"(cutter":162,"\u7d9a\u3044":[62,97],hiroshi:[23,140],jiro:38,"\u3002int":113,"\u7d9a\u3051":153,lf:163,"\u6d88\u8cbb":103,lc:108,ll:[62,80,130],euc:[171,87,113],li:[62,130],lt:[147,80,27,41],ls:136,"_gqpt":153,"\u9589\u3058\u308b":[23,1,84],"\u306f\u3069\u3061\u3089\u304b":[165,135],"\u8a71\u3057":78,"\u3067\u3057\u3087":[148,118,120,103,52,171],dat:84,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":57,day:[103,134],"\u30e6\u30fc\u30b6":[64,97,61,3,136,39,153,42,6,154,16,161],"\u4e00\u3064":[131,5,39,130,7,94,96,10,100,11,14,15,102,141,143,21,145,59,110,63,64,114,66,159,72,164,166,120,29,98,31,126],"\u70b9\u9593":[82,66],"_persistent":[102,110],"\u5217\u5f0f":74,"& y":113,"& x":68,normalizerauto:[40,80,147,121,41,104,43,94,57],"\u74b0\u5883":[120,78],"\u5217\u5f15":61,"& b":135,"\u3042\u308c\u3053\u308c":112,"\u5f85\u3061\u53d7\u3051\u308b":92,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[104,98,166],"\u88dc\u3046":120,"\u5fc3\u914d":124,res:[102,49,153,99],"& _":65,docutils:18,"\u30ab\u30ec\u30fc":130,red:78,"/\u6708":167,frank:86,"\u73fe\u72b6":10,please:[127,108],"\u4ed8\u5c5e":[30,8],"/aba":[65,3,118],"& (":135,"\u76ee\u8996":123,"\u30d6\u30e9\u30b8\u30ea\u30a2":66,"*top":99,"_long":[2,157],"\u91ce\u9996":68,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":120,hex:38,reaches:125,"\u30d9\u30af\u30bf":[6,140,1,70,113],"\u7d44\u307f\u8fbc\u307f":[48,80,73,37,121,26,143],monkey:11,"\u305d\u306e\u3088\u3046":155,"\u6c38\u7d9a":[48,110,37,85,102,70,57],"\u8aad\u307f\u8fbc\u3080":[1,60],natty:23,completed:161,acquire:17,documentations:146,"\u3068\u3088\u3044":171,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":57,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[6,113],"\u5229\u70b9":120,"\u30da\u30fc\u30b8":[48,97,3,136,87,113,22,6,30,108],"\u81f3\u308b":11,have:[103,125,95],"=users":[8,47],"\"co":154,min:[163,153,6,17,139,68],"_control":[2,157],"\u914d\u4e0b":[30,136],"_func":[34,68,46,14],"\u8aad\u307f\u8fbc\u307f":[60,3,9,113,68,23,160],"\uff08gnu":171,"/commands":[68,52,85,94],"_character":74,eight:3,"_offline":101,"\u306a\u3082\u306e":[110,136],"\uff09\u3002":62,"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,16,57],request:136,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[123,1,10,140,113,6,68,23,101],"\uff08least":106,"\u7d44\u307f\u8fbc\u3093":[68,120],normally:[125,95,14],text:[123,97,80,4,84,39,153,27,6,104,99,143,125,69,135,47,165],"\u8d8a\u3048\u308b":62,supported:[36,8],"\u5ea6\u3068":23,conifugration:71,"\u610f\u5473":[97,61,3,165,118,75,160,85,87,113,65,138,171,74,161,153,135],"\u5b66\u3093":167,"*table":[139,102,70,110],"get\u30e1\u30bd\u30c3\u30c9":30,"[mruby":68,"\u65b9\u6cd5":120,")\u3059\u3079\u3066":86,"\u5c11\u306a\u304f":[135,120,112,27,103,165],"\u5c11\u306a\u3044":[97,165,103,144,68,160,135],"[column":68,"\u7e70\u308a\u8fd4\u3059":140,"_prepend":70,"\u306e\u307f\u3057\u304b":154,"_eval":[48,26,113,37],"\u7e70\u308a\u8fd4\u3057":[153,135,108],"\u5272\u308a":[80,135,11,84,14,94],calling:34,fixed:6,"_busy":[2,157],"\u5236\u5fa1":[6,104,8,86],"\u3002blogs":62,"\u4ee3\u5165":[140,61,113,165],enhanced:36,wc:[137,117,12,150],xxxxx:136,"\u985e\u4f3c":[61,138,113,6,144,68],"{name":135,"(string":100,"\u30c7\u30e1\u30ea\u30c3\u30c8":84,progress:134,"\u6751\u4e0a":[68,113],"_incompatible":2,"\u5b66\u3073":[97,66,118],"\u7dad\u6301":[120,47],"\u9577\u3059\u304e\u308b":113,sho:113,"\u5168\u4ef6":[139,165,135],"\"ddl":68,"\u518d\u8d77\u52d5":9,plugin:[23,68,25,37,48],"-suggest":[45,48,37,138,140,113,132,6,68,23],"_expression":97,".org":[3,91,8,171,150,98,136,75,11,12,15,143,108,38,20,153,65,92,68,117,118,137,79],"\u88dc\u6b63":[48,44,37,138],"\u628a\u63e1":112,otherwise:[34,70],comment:[166,69,167],"\"fulltext":80,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[62,167,113,6,11,68,23,172],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[62,97],"\u30e1\u30e2\u30ea":[15,117,140,150,12,113,14,6,137,91,124,68,70],"\u5c0f\u6570\u70b9":11,json:[75,140,6,68,23,95],"\u91cd\u307f\u4ed8\u304d":68,copied:34,"\u901f\u3044":[84,68],"_end":2,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,bulk:74,finished:134,"_domain":2,"=..":136,"\u5168\u4f53":[171,48,25,113,37],value:[34,35,60,110,75,85,97,113,6,139,102,17,133,68,70,46],"\u540c\u3058":[1,80,39,87,8,9,94,68,47,48,97,10,135,75,138,14,104,16,21,153,139,23,160,120,140,123,30,172,74,33],almost:125,"\u6307\u91dd":[78,156],"(cve":68,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[87,3,92,113],pkgs:117,"-endpoint":[119,56],optarg:[49,73],"\u67af\u308c":[127,170],":!":165,"[apt":6,"\u672c\u4f53":78,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":136,center:159,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":136,sets:14,position:[34,40,80,99],"*result":102,"1byte":157,"\"ellipsoid":159,"\u8868\u793a":[1,4,87,6,23,94,171,142,48,97,10,136,11,38,62,153,113,72,114,68,101,120,140],"-platform":124,stores:74,"_byte":[2,157],"x\u30df\u30ea":[39,135],"\u5229\u7528":[80,37,87,6,91,23,171,48,136,12,15,102,143,108,110,150,153,112,113,68,162,117,73,120,123,137,170,124,57,74],stored:[56,42],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":84,":<":[97,165],"\u958b\u59cb":[97,66,147,153,113,72,52,68,23,70,162],"_true":70,"\u3055\u3093":[118,140,27,132,113,6,154,68,23,101,47,108],add:[97,80,12,6,18,68,146,108],"\u3002gqtp":[163,2,92,157],"\u3055\u3089":69,match:[48,75,140,113,14,141,171],tests:136,"|none":97,"\u5730\u57df":120,elapsed:[119,123,4,134],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":62,like:[8,110],success:157,"_leak":162,"_decr":70,"\u7f6e\u63db":97,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":47,works:[34,134],soft:125,"\u63d0\u6848\u7528":119,"\u4e0d\u6b63":[1,140,113,68,23,162,57],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":113,"\u8ca0\u8377":[140,8],"\u7121\u52b9":[97,165,111,113,6,102,8,139,171,101],"\u610f\u56f3":[165,166,113,6,104,68,69],tmp:[3,136,119,138,85,87,113,52,92,94,160,47],"_optarg":[49,73],sjis:[171,36,87],"\u30b5\u30de\u30ea":113,"\u5f62\u5f0f":[48,1,61,37,111,26,14,6,68,23,95,101],",\"domain":118,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":135,"\u30d0\u30b0":[23,112,113],"\u3046\u307e\u304f":[78,156],dcb:68,host:[153,92],"\u6319\u52d5":[6,55,140,87,48],"\u30c0\u30e1\u30fc\u30b8":62,about:[34,123,134,15,18,125,146,71],actual:8,socket:157,"\u3055\u305b":112,"\u4ee5\u5185":[167,65,16,135,161],"\u3055\u304d":11,"_time":[123,134],tomo:38,"\u3055\u3044":[127,80,3,129,116,84,39,40,22,6,2,91,92,9,133,98,171,47,150,97,66,135,75,11,138,12,62,52,17,55,85,57,108,60,43,20,151,152,153,113,64,166,65,155,106,68,115,162,117,165,118,120,121,104,137,167,30,79,8],introduced:8,"!!":[51,38,8,167],"\u6307\u3059\u5024":139,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":136,"!)":8,dataset:[119,56,169,161],"_object":2,"\u30ec\u30fc\u30bf":6,rch:80,">default":4,"\u901f\u5ea6":[23,38,153,113,84],"\u7591\u554f":69,glib:113,"_inappropriate":2,"[power8":68,but:[119,125,56],"\u3068\u3068":[77,108],"\u3068\u3069":44,"\u3068\u306e":135,"\u3068\u3063":8,"\u30fb\u5168":141,buf:[102,70,110],bug:[6,36],"\u5730\u56f3":120,"-w":136,"\u3068\u3057":[163,38,60,61,135,154,11,153,39,87,113,42,103,66,16,8,69,14,160,161],"\u3068\u3048":[10,120,111,130,27,41,65,68,171,74],binlib:136,"\u3068\u304d":[1,80,3,39,130,87,42,6,8,9,68,171,46,47,150,97,66,135,136,75,11,138,12,14,104,102,16,144,139,57,38,61,109,122,112,113,64,154,157,23,160,161,117,172,165,118,120,140,27,123,137,167,79,92],"-disable":[119,23,140,68],"!\\":135,epel:[6,117],colum:125,pid:[1,171,87],"\u8a08\u7b97":[82,1,66,135,100,120,39,113,42,6,65,16,133,68,159,161],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[140,171,136],"-config":[1,140,87,6,23,171],saer:[138,16],"\u4f7f\u3044\u5206\u3051":[62,130],pip:18,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":136,"\u305f\u3060\u3057":[1,130,165,30,87,113,64,53,68,139,23,135],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,68,113],detail:153,"\u3068\u308b":70,"\u4fc2\u6570":[97,61],"\ufffecrch":80,"\u3068\u3082":[97,135,151,153,27,166,65,165],"_vars":34,"/sysconfig":127,"\u306e\u3044\u305a\u308c":[85,81],"\u307b\u3069":[127,3,11,138,87,57],cpu:[119,120,153,8,171,47],"\u5909\u3048\u308b":[62,97],"\u307b\u3046":68,"\u307b\u304b":[11,120],"-r":[119,56],"4e":151,"|ro":97,"\u3002groonga":[3,4,84,6,91,8,128,171,150,97,10,135,12,153,113,64,68,69,161,72,117,165,120,137,78,92],"\u6e1b\u3089":[6,84,16,81],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":139,tweet:103,"\"ab":154,under:[119,8,56],"-ci\u4e0a":113,"/acccess":127,"/plugins":[140,171,113,9],"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":6,"\u6700\u9577":[23,153,135],"_snip":[6,68],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":138,"-repository":[6,12,136],estimates:99,"/mm":135,"\u7b87\u6240":[123,27,136,113],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,113,68],"\u4e00\u8a9e":62,"\u5b9f\u65bd":136,"\u81f4\u547d":6,"-rpm":136,"\u7d44\u8fbc":[59,131,100,5,39,63,159,164,64,29,7,141,126,143,145,21,94,31,72,114,96],"\u683c\u7d0d":[58,35,110,61,73,70,82,83,84,64,120,103,15,102,135,53,87,94,23,49,57],"\u53cd\u8ee2":135,"\u30e2\u30cb\u30bf\u30fc":[137,117,12,150],"\u9069\u7528":[68,74],"\u3002output":[68,143],studio:[6,91,113],path:[34,73,85,9,102,52,18,70,110],"\u95a2\u4fc2\u5f0f":78,".ddl":153,"_key":[1,85,87,41,6,23,94,99,103,97,66,135,75,138,52,51,104,102,53,143,139,57,40,110,54,147,113,166,155,86,68,115,101,165,140,27,98,172],"\u79cb\u8449":65,changed:[36,8],"\u5f62\u614b":[120,171,135],"\u58ca\u308c\u308b":[6,23,1,140,113],"\u63a8\u79fb":10,"\u3082\u3063\u3068":97,"-ci":[68,113],"\u30d3\u30eb\u30c8\u30a4\u30f3":113,"\u8fd4\u5374":[94,97,3],"\u8aad\u307f\u3084\u3059\u3044":101,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[68,85],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":113,noarch:[150,117],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":109,namebuf:[70,110],autogen:[6,136,108],"\u30a2\u30e1\u30ea\u30ab":66,"\u5909\u308a":68,"-bind":[6,23,87],must:[34,99,119,42,125,74,56],me:[67,32],te:80,"\u7f6e\u304d\u63db\u3048":[68,87,165,108],mb:6,mm:[134,135],ml:112,"\"blank":172,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":153,mv:21,install:[78,162,136],my:[97,165,135],"/xml":47,"\"s":[80,138,16,161],end:[163,147,4,157],eng:[138,161],"\u3002html":147,"\u3002functions":162,"\u30d7\u30ed\u30bb\u30b9":[163,72,10,3,120,87,113,6,114,52,8,9,153,145,47],env:160,rroonga:[166,113,15,104,144,68,69,71],"\u30b4\u30df":[23,140,114],"\u7d42\u4e86":[10,136,153,140,87,113,14,6,145,68,46],description:[167,130],"-devel":[150,117],"\u305d\u306e\u5f8c":135,".tar":108,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[48,128,113,68],"-files":78,"\u5c0f\u3055\u3044":[97,61,165,84,132,139,159,57],"\u5272\u308a\u5f53\u3066":[15,140],"\u4e88\u5b9a":[60,10,75,77,27,66,133,23,47],executed:92,"\u7acb\u3061\u4e0a\u3052":153,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":68,"\u305f\u304f":[118,113,27,154,23,47,108],"\u5bfe\u8c61table2":102,synonyms:160,"\u305f\u304b":[23,97,16],"@packages":136,gqtp:[120,78,170],"\u305f\u3073":[65,10,153,136],"\u305f\u3060":[150,75],"\u8fd4\u308a\u5024":[68,113],"\u4e00\u884c":[153,140,87],"\u3072\u308d":129,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":113,"\u3072\u3089":[161,165,135],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":106,"\u3054\u3089\u3093\u304f":93,"2\u3064":[0,127,3,85,42,47,150,97,100,12,104,57,113,64,166,68,69,117,165,118,167,137,173],each:[119,138,42,16,8,134,74,161],searc:161,signing:136,"\u3002\uff08":[82,97,140,165,108,84,39,130,27,41,14,114,16,135,144,139,23,42,161,71],"\u3002\uff09":[82,1,130,165,108,84,97,27,41,42,16,135,139,23,71,140,57],"(byte":[102,110],"\u6e96\u62e0":[8,113],goo:[165,135],msgpack:[4,157],"\u30da\u30a2":[81,11,42,154,16,160,161],newly:27,"\u4f59\u8a08":112,free:[114,140,134],"\u305f\u308a":[127,83,84,39,144,112,120,68,78,57],"\u305f\u3089":[97,135,136,166,140,112,127,104,86,68,171,161,47,108],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":52,freq:42,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u305f\u3081":[120,78,170,156,22],"\u53e4\u304f":68,"\u53e4\u3044":[6,167,52,172,136],"_locked":70,filter:[75,140,113,6,155,141],onto:125,rand:[48,146,37],already:[34,125,17,56],"\u53ef\u5909":[23,85,31,157],"\u897f\u66a6":135,top:[23,99,29],"\u30d6\u30e9\u30a6\u30b6":[171,92,136,108],".groonga":[108,117,136,150,20,12,153,137,91,171,79],too:[69,157],tom:104,tood:34,"_pragma":97,tool:[71,18],serve:136,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":114,".com":[3,136,118,11,65,92,93,108,71],"\u6d0b\u723e":23,"\"good":[97,135],"_untag":[48,146,113,37],expr:[70,74,46,107],"*cursor":99,obata:140,"_isspace":34,"\u8d64\u9053":66,ram:153,"\u6709\u3057":85,"\u5834\u5408":[61,112],"\u5f93\u3063":[97,102,139,30,49,47],"\u4e00\u89a7":[48,37,108],"_source":136,hanako:155,"\u591a\u9762":120,"> y":113,"/stop":[149,40],"\u5f93\u3046":140,"/share":[23,87],though:161,"\u3044\u307e\u305b":[82,97,80,165,84,113,123,8,138,135,173,160,117,47,57],bsd:[68,171],"\u3072\u3068\u3064":[6,165,100],"\u30b5\u30b8\u30a7\u30b9\u30c8":[48,37,138,140,169,6,68,23,171],"\u30ed\u30fc\u30de":161,"\u30ed\u30fc\u30c9":[48,120,140,113,68,23],"\u30ec\u30b3\u30fc\u30c9":[35,6,23,49,48,75,51,102,53,139,141,58,61,109,110,113,155,68,70,120,140,74],marverick:140,"\u307f\u306a\u3055":61,pkg:[20,140,171],"\u5ea6\u8868":140,"\u5c0f\u6570":[123,23,97],"\u6c42\u307e\u308a":120,"\u3002hook":83,"\u518d\u3073":68,"\u306b\u3064\u3076\u3084\u3051\u308b":112,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":61,"\u59cb\u307e\u3063":[123,154],"_valid":8,fontaine:23,"*fin":46,"\u3064\u3064":[62,104],watch:136,"\u306f\u307e\u3068\u3081\u3066":136,"\u3064\u304d":[58,60,98,75,97,64,106,133,160],"\u3064\u304b":132,"\u3064\u3044":167,"\u7d50\u679c":[6,23,133,49,48,97,136,102,53,143,60,61,113,106,68,162,71,120,140,121,123,74],hendro:113,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[97,66,166,147,27,41,104,155,86,98],"-per":[119,23],"_with":[129,130,102,110,135,57,165],"\u3064\u3051":[97,66],nul:[34,23,73],"-commnad":10,ciritical:8,"\u5bfe\u8c61cursor":[139,109],"_for":61,"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,85,78,140,8],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":92,"\u30b5\u30fc\u30d0\u30fc":[45,48,117,37,150,12,113,6,137,170,8,68,23],"\u59cb\u307e\u308a":136,"\u59cb\u307e\u308b":[97,165,153,64,154,102,53,68,160,161,47,135],news:[68,136],"\u82e6\u624b":120,"\u3068\u3057\u307e\u3057\u3087":[69,81],extracts:74,"\u30e9\u30f3\u30c0\u30e0":65,"4gib":[84,157],"\u65b9\u5411":139,"\u591a\u91cd":163,"\u5f8c\u304b\u3089":143,"\u7d4c\u7def":[11,39,65],trust:136,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":153,"\u7b49\u3057\u3044":[97,61,165,70,135],"\u7b49\u3057\u304f":[61,165,135],"&lt":[147,27,41],been:136,"\u30a8\u30e9\u30fc\u30ed\u30b0":127,"_blog":69,"\u8d77\u6e90":11,"/shutdown":[8,47],tokenmecab:[6,62,130,152],"\u5217\u60c5":80,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[114,87,135,143,138],msec:17,xxx:[87,113,135],"_not":[97,2,52,155,157,115,49],"\u6700\u9069":8,"\u7528\u9014":[150,97,75,84,12,113,123,137,91,124,120,68,117,127],"\u6728\u4e0a":139,"*ctx":[34,35,70,109,73,83,76,14,15,139,102,99,54,55,49,74,46,107,110],"\"e":[138,80,161],"\"a":[68,80,166],"\"b":166,"\"c":166,"\"n":[123,97,3,165,72,8,135,92],"\"h":80,"\"i":[123,149,165,167,97,103,69,135],"\"k":38,"\"t":80,"\u5c1a\u4e5f":113,"\u81ea\u8eab":[6,23,80,87,160],"\"}":[38,149,165,118,166,11,103,42,51,104,65,16,8,155,138,135,69,172,161,47,129],"\"x":[68,113],"\"@":167,"\u691c\u7d22\u4f8b":78,suggest:[23,140,26,37,48],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:68,"\"\\":74,"\"]":[38,97,3,135,75,62,167,85,87,27,143,161],"\"_":[3,81,85,40,42,8,98,115,47,129,51,97,66,135,75,11,138,103,104,52,16,143,38,149,62,113,166,65,155,86,69,161,165,118,167,123,172,92],"\"[":6,"\"'":[97,165,75,62,130,113,6,68,135],"\"\"":[166,39,101],"\"#":23,"\",":[80,3,81,85,87,40,41,42,92,94,115,129,103,97,66,135,75,11,138,51,104,52,16,143,38,149,62,147,153,113,72,114,65,155,86,69,161,165,118,166,167,27,123,98,172,8],"\"-":[23,66],"\".":[135,118,161],"\"/":[85,52,87,65,94],"\"(":[81,113],"\")":[38,66,135,100,111,104,113,6,29,65,86,68],"\"*":6,"\"<":[147,113,41],"\">":[147,4,41,27],"\"?":4,"\":":[80,3,4,60,41,42,40,92,133,98,115,47,81,103,97,66,135,75,11,138,51,104,52,16,129,38,149,43,147,152,153,72,114,65,155,86,69,161,165,118,166,167,121,172,8],"\";":[153,8,47],"\u78ef\u90e8":113,charlie:167,"/run":[87,136],"\u3084\u3059\u304f":[68,140],"\u3084\u3059\u3044":[1,97,27,41,144],"\u5bfe\u8c61table":[139,102,70,110],"_tags":[38,167],"_ctx":[15,110,37,48,25,6,17,68,23,95],"\u4ecb\u6587":167,"_buffer":[76,2,157],".scr":153,"*bottom":99,"_selector":[48,26,37,68],"5f":153,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":106,ceekz:113,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[165,135],advanced:36,"\u542b\u3080\u5168\u3066":52,"\u5c0f\u6587\u5b57":[139,80,3,172,57],poedit:108,"\u6b63\u3057\u304f":[6,68,161,113,165],"\"engine":[16,161,42],"\u6b63\u3057\u3044":[154,16,160],"\u7d20\u89e3":[120,171,135],"\u307e\u308f\u308a":78,successfully:34,"_str":[167,74],jennifer:129,escape:74,"\u73fe\u4ee3":120,tutorial:34,".zip":108,"_right":[23,99,29],".github":[136,108],allocate:[48,33],core:153,deleted:70,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[103,81],"\u3001\u300c":[38,1,118,62,130,87,97,65,161],"\u6d88\u3048":84,":type":[74,14],limitation:125,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[48,124],"\u3002ascii":[165,135],"\u3092\u3054\u89a7\u304f":120,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":94,two:[134,8,56],"[@":[6,23,113,68],git:[93,136,108],"[{":[8,47],"[a":119,gib:[58,125],"[test":6,"\u3084\u307e\u306d":[68,113],"[n":[68,113],head:[163,157],removep:70,"\u6253\u3064":136,"\u57f7\u7b46":[82,69,89],"\u9032\u6570":[114,135],versions:127,"[:":92,"[#":[6,23,101,68],"[\"":[38,97,135,75,11,138,85,27,62,167,161,114],autoconf:23,"\u5185\u8a33":62,"[,":159,"\u6dfb\u4ed8":6,"\u8abf\u3079\u308b":[29,159,113,151],decrypt:136,"(match":104,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[48,97,84,39,113,68,23,142],check:[48,1,37,26,23,70,162],ongaeshi:[6,140,113],"\u305f\u304b\u3063":[16,81],no:[1,36,84,97,113,99,157,138,125],"/mxcl":136,when:[119,18],ne:80,ng:80,ny:167,setting:125,"\u5217\u6319":3,"\u6ce8\u8a18":113,tid:109,saerch:[138,16],"\u4e09\u756a\u76ee":135,"\u5024\u3054\u3068":118,"=number":124,"_touch":[140,73],"_unlock":[34,70],sql:118,longer:36,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":114,"\u672c\u756a":136,"_memory":[6,2],varying:34,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":114,"\u30d2\u30c3\u30c8":[97,61,129,62,167,130,113,103,161],row:27,"_same":113,"\u4e00\u822c":[97,3,165,120,15,144,70],environment:71,"}attr":113,"*tid":109,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[165,135],"=get":40,enqueue:122,"6elz":68,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,level:[34,5,87,7,8,134,56,157],"\u51fa\u6765\u308b":167,brother:165,"/db2":47,"/db1":47,"\u6d88\u305b":8,obsolete:127,"\u6f14\u7b97\u5b50":[6,140,97,61,113],"\u79d2\u8868":[11,62,65,135],port:[119,153,92,79],"\u5024\u6bce":[97,118],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":136,"_truncate":[23,102],"/load":[60,8,47],"\u56f0\u3063":112,".builtin":73,reply:69,"3\u3064":[97,3,118,11,147,27,113,123,52,144,69,162],"\u751f\u3058":[131,5,63,7,141,21,96],baseball:[38,69],"\u9ad8\u6a5f":[120,61],"=groonga":[119,8],deb:[6,137,12,136],"\u6b63\u78ba":[11,72,3],"\u63d0\u4f9b":[120,170],"_success":[34,97,2,14,15,17,134,74],"\uff08ruby":71,"_info":[6,48,25,37],"\u9006\u306b":[38,167],"\u30ea\u30f3\u30af":[165,136,11,113,6,93,68,135],"_delete":[83,23,102,70,139],"\u307f\u307e\u3057\u3087":[38,3,81,118,11,167,65,69],"\uff08messagepack":171,handled:8,"-src":137,sports:38,"\"name":104,"\u76f8\u5fdc":102,memory:[34,48,33,125],msg:122,outputs:[134,56],"_concurrency":163,"\u30bb\u30c3\u30c8":[40,61,130,102,139,70,96],"\u3044\u308f\u3086\u308b":38,"*dest":102,"_asc":102,".txt":136,"\u672a\u4f7f":68,memry:125,"\uff11\u3064":[85,122],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[163,68,127,8,113],"/setup":71,"_sis":[129,130,165,102,57,135],"-docutils":[136,18],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[48,124],":clear":136,shibuya:140,"\u76f8\u5f53":[123,65,3,118],"\u5f15\u304d\u8d77\u3059":[6,113],clone:[93,78,136],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":71,"\u7f72\u540d":78,"\u6b20\u70b9":120,succeeded:[64,52,155,115],"_ql":68,"\u8efd\u3044":52,"\u30b0\u30eb\u30fc\u30d7":[97,120,113,6,102,53,68],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[97,8],"\u3002tag":38,"_res":153,"/srpm":136,"_descriptor":[2,157],"\u542b\u307e\u308c\u308b":[61,3,136,11,120,147,87,41,62],normalizermysqlunicodeci:172,"\u56f2\u307e":[27,41],"\u56f2\u307f":[147,87,27,41],"[[":[129,87,149,41,40,133,94,115,97,66,135,75,11,103,104,52,38,60,62,147,155,69,161,165,119,167,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":153,cutter:78,"\u6ce8\u76ee":[97,118],"\u3059\u306a\u308f\u3061":11,term:[64,114,81],name:[34,110,54,85,63,14,64,114,102,70,74,46,111],"\u500b\u3005":[62,10,61],"\u65e5\u3005":112,"\u30b7\u30a7\u30a2":22,"\u534a\u7121":[23,57],"\u5bfe\u8c61column":110,"\u53d6\u308b":157,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":113,"\u30cd\u30b9\u30c8":[6,68,69,113],"\u30d1\u30fc\u30b9":[23,111,74,144],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"\u6642\u4ee3":120,"\u3042\u3044\u307e\u3044":57,libstemmer:68,"-default":124,candidate2:138,"\u914d\u7f6e":[3,136],"\u56f2\u3080":[3,27,113],"\u3002key":[102,130,3],"\u30b3\u30fc\u30c9":[80,113,108],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":165,"\u4e92\u63db":[150,117,10,135,136,12,121,137,30,172,47],turn:8,"\"element":75,"\u30db\u30b9\u30c8":[163,136,87,153,6,92,23],yum:[6,150,117,136,18],"\u5b8c\u7d50":112,"-normalizer":[150,117,12,121,6,137,172],"\u304a\u9858\u3044":[153,112],origin:108,fetched:42,redhat:[23,171],"-version":[140,136],"\u3002geopoint":167,"\u30b7\u30f3\u30d7\u30eb":[173,118,144],"_function":[34,2,157],array:114,"\u7d5e\u8fbc":[48,142],response:119,returns:[34,119,102,99,110],kbytes:153,"\u30d1\u30a4\u30d7":64,"\u30a8\u30f3\u30c8\u30ea":[97,135,165,15,166,110],specify:[119,108,8,169,56],"-httpd":[45,15,117,150,37,48,12,6,137,68,23],"(tab":160,"< t1":61,"\u3080\u308b\u3093":[165,135],posix:135,pre:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":58,"_local":[153,143],ann:136,"_groonga":123,enourmous:42,"\u53b3\u5bc6":[68,161],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":78,takuto:140,"_permitted":[2,157],"\u30d5\u30e9\u30b0":[1,80,3,129,5,85,89,6,7,131,23,96,97,135,75,11,139,14,141,21,57,63,64,114,157,68,101,165,121,172],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[55,97,171,87],multiple:[119,161],"_suggest":132,"_down":[2,157],"_interrupted":2,"\u81a8\u5927":120,"\uff09:":[150,60,130,20,12,117,137,133,79],"\u4e2d\u65ad":[6,23,83],geoindex:38,"8mb":172,"\u5c06\u6765":[60,66,75,121,113,152,43,157,133,47],"\u4e00\u81f4":[48,1,61,136,138,97,132,14,6,102,139,68,101,57],"\u7551\u30b1":68,"\u547c\u3076":[6,162,144],"\u5ea6y":39,sitecountry:[92,118],"\u540c\u3058\u91cd\u307f":104,"\u88dc\u5b8c":[48,37,138,140,113,44,9],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":78,"\u5024\u3088\u308a":[97,61],"\u7530\u8fba":113,"_json":95,"\u985e\u7fa9":97,explicitly:[161,18],"\u7551\u30f6":68,"\u5f53\u8a72":[10,70],define:[48,26,37],ssh:136,"\"null":6,"_port":153,":')":64,tokenfilterstopword:[68,40],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":130,mapped:125,ignored:[6,73],"\u30b9\u30b3\u30a2\u30fc":75,".co":[97,36],"#'":87,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[167,1,57],"<gqtp":153,"\"#\"":153,"(..":113,"_tokenize":[48,26,37],"#{":134,cities:66,come:167,"\u30af\u30ea\u30fc\u30f3":136,quiet:157,"\u30ec\u30b3\u30fc\u30c9id":[48,109,37,6,102,70],"\u4e00\u822c\u7684":120,color:172,whombx:113,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:68,"\u6a19\u8a18":68,"\u76f8\u5bfe":[23,97,136],"_clone":136,raring:[68,113],"#proxy":8,"*db":[70,73,14],"\u6709\u9650":97,"(age":86,"\u4ee3\u308f\u308a":[172,165,147,87,27,41,91,92,171,8,57],engine:[80,138,147,27,41,42,154,16,161],"/vdw":[65,3,118],"_tokenizer":[6,97,2],"_value":[60,110,101,140,97,113,139,53,68,133,23,70,74],"_tokenized":[80,121],"case":[34,125,56],"\u25cb\u25cb":112,"\u30ed\u30ae\u30f3\u30b0":14,shops:130,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[66,3,81,157,113,6,8,86,68,122,47,92],"\u305f\u3068\u3048":62,saerc:[138,16],"\u559c\u3073":[77,108],archive:[48,124],html:[78,162,136],"\u5831\u4ee5":80,events:47,"\uff08romaji":161,status:[48,1,37,140,26,113,6,155],"0\u30d9\u30fc\u30b9":97,downloads:91,"[\u8a9e":114,"\u7d4c\u7531":[64,131,145,136,5,153,140,63,6,114,7,141,143,94,21,68,31,72,126,96],"\u8907\u6570":[1,80,83,168,6,8,68,94,48,97,75,138,15,104,57,40,61,110,153,147,112,113,64,155,23,165,120,140,121,30,173],without:[161,42,8,27],"[geo":[23,113],"\u30d1\u30bf\u30fc\u30f3":[123,135],"/unit":162,"\u4f5c\u6210\u6e08":87,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[78,156],unicode:172,"\u3088\u304b\u3063":62,"\u53ef\u5426":3,"\u3002\u3056\u3063\u304f\u308a":75,blog:[62,166,69,3],"\\'":[87,165],"\\%":91,"\\\"":[98,147,130,27,41,51,166],"\u9577\u65b9\u5f62":23,hino:113,"\u63a2\u3059":69,"\u3002point":[29,159],"/base":136,"\\\\":[166,147,165],")..":136,"\u3079\u304d":[85,70,157,136,172],"\u3068\u304a\u308a":[58,65,153,118],"*mutex":34,"_send":[15,95,14],"-mm":[134,135],"_host":153,"\u985e\u7d39":62,"\"groonga":[97,135,75,27,154,166,57],frees:34,automake:140,"\u9234\u6728":6,"@uzulla":23,"_unlink":70,mooz:23,"\u4e09\u3064":[66,130],o0:136,"/eval":133,"\uff08personal":[48,124],"\u30b9\u30da\u30a4\u30f3":66,tokenbigramsplitsymbolalpha:[97,80,62,130,152,32],oo:[84,80],on:[34,36,99,70,119,147,27,41,102,80,8,95,47,108],ok:155,of:[34,36,41,42,6,8,134,46,99,138,14,102,18,56,110,147,166,161,114,119,27,169],"_escalation":[48,140,37,25,14,171],"\u30e6\u30fc\u30b6\u30fc":[78,156],"\u8a2d\u5b9a\u5024":[151,1],os:[48,136,124,18],or:[34,97,99,81,119,102,134,104,65,157,125,68,95,160,165],op:[102,49,74,110,99],"_leading":97,"\u5c11\u306a\u3051\u308c":57,"\u5f0f\u5168":[165,135],"\u884c\u76ee":[123,153,136],"\u30c1\u30e3\u30f3\u30af":114,libmecab:[137,12,136],"{path":171,"\u8a55\u4fa1":[133,166,61,113,135],there:[125,127,161,165,75],"\u53d7\u3051\u53d6\u308a":[61,3,8],strict:68,"\u300ccomments":167,"/modules":[140,8],"\u901a\u308a":[82,80,85,41,42,94,171,97,66,135,136,138,12,104,95,57,62,147,166,98,86,69,159,71,165,121,27,155],jun:68,"*escaped":74,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":172,"(location":[38,65,66,167],datasets:169,":set":68,"\u69cb\u7bc9":78,"\u4f5c\u3063":[118,62,102,8,139,23,172],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":68,":macro":110,"/hostname":[153,87],"\u30de\u30fc\u30b8":[6,108],"\u65b9\u5f62":[66,159],"\u5927\u6587\u5b57":[3,57],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":113,"\u4f5c\u308a":[69,16,161,57],"\u4f5c\u308b":[38,81,75,167,122,16,144,57,108],"\u8ab2\u7a0b":113,gettext:108,"\u3066\u3057\u307e\u3044":112,"\uff08proc":83,"_type":[6,48,25,37,68],ftp:153,"\u53d7\u3051\u53d6\u3063":120,"\u3002ctrl\u30ad\u30fc":3,"/mysql":172,"\u30ea\u30bd\u30fc\u30b9":[15,68,103],"\u65b9\u5f0f":[87,69,3,120],":mm":[134,135],"\u30ab\u30d0\u30ec\u30c3\u30b8":78,"\u6c17\u306b":[85,70,108],"/select":[8,92],directory:[34,119,56,157],"4\u3064":[84,27],"\u30c7\u30fc\u30e2\u30f3":[6,1,87,8,113],migrated:[97,165,135],"\u306a\u3051\u308c":[35,2,128,85,87,6,8,171,51,97,98,135,75,11,52,14,15,102,57,110,153,64,166,86,70,160,71,165,74],dist:136,executing:[119,14],scalar:75,"\u6761\u4ef6":[78,61],ptr:34,"\u8fd1\u3044\u9806":82,jessie:[68,113],"\u30d3\u30c3\u30c8":[139,165],"\u5b58\u5426":70,"/locale":[108,136,18],"/scalar":128,init:[6,68,171,46],program:[119,56],"\u5b9f\u7528":68,".name":[114,167,166],"[travis":113,"\u95a2\u9023":[120,78,112,136,22],"=message":124,"-word":97,systemctl:127,"***":7,llt:80,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[120,136],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,136],"\u8a9e\u7248":136,and:[34,36,40,42,8,134,95,97,99,104,102,17,18,56,149,113,65,68,69,70,161,119,27,169,125,74],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":68,longtext:[39,99],list:[136,56,169,18],"_html":[48,37,87,113,6,68,23,146],"\u304a\u3088\u3073":[3,136,11,120,87,6,171,46],"\u4f4e\u6e1b":[127,140],"\u6d69\u4e8c":6,"<protocol":87,"\u89aa\u5207":140,yappo:[68,36,113],"\u884c\u3048\u308b":[6,38],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[48,40,80,37,68,57],"/news":136,tex:80,"/centos":[117,127,136],"_scalar":[81,85,40,41,98,97,66,135,103,104,52,143,38,149,110,62,147,64,166,155,86,69,165,118,167,27,125],will:[34,125,70],"(packages":136,sub:[48,146,113,37,136],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":78,"*section":110,memcached:[48,170,162,142,120],tags:[38,85,75,94,57],"\u88dc\u5b8c\u8a9e":161,"#worker":8,serihiro:6,"\u6163\u308c":118,allows:27,matsuu:140,options:[163,153,87,8,169],gtihub:23,tokenunigram:[152,32],ocelot:[23,113],"\u5358\u7d14":[61,129,159],"\u300c\u697d\u3057":130,"/atv":[65,3,118],"\u69cb\u6587":[48,37,75,113,132,6,68,74],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[72,126],"\u7a4d\u7b97":[97,61],"_expire":70,thus:[56,169],"\u547c\u3093":[68,130,118],"\u3002git":136,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":78,"_supported":[2,157],"\u89e3\u6790":78,"\u79fb\u884c":[23,10],"_encoding":[48,25,37],"\u306e\u306b\u5bfe\u3057":14,"=table":57,"\u671f\u5316":[6,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[120,78],"\u7406\u7531":120,">\u529b":7,recursive:[93,136],"&..":92,overcommit:125,disable:[119,23,8],"_text":[68,74,121,162],"\u30ea\u30dd\u30b8\u30c8\u30ea":[78,156,136],"-max":[119,23,87],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":162,"-munin":[137,117,124,150],"-http":[48,113,28,6,8,68],specifying:34,"\"book":135,":\u79d2":167,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":136,"\u9ad8\u307e\u3063":120,disables:[8,18],developed:149,disabled:[134,161],elfring:6,"\"is":11,"\u30bf\u30a4\u30d7":[83,23,153,47],"_link":[2,157],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":107,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,157],"return":[123,134],"\u52d5\u4f5c":78,"\u6d45\u898b":113,"\u5897\u3048":[133,69,80,75],"\u8a71\u984c":22,"-encodiong":135,innodb:120,"\u8208\u5473":120,"-create":[45,48,37,138,113,132],"\u5897\u3084":75,weight:[6,11,97,110,75],generation:18,"_release":136,"/en":[8,136,18],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":12,"\u6c42\u3081":[120,100],"_new":[6,23,122],"/managers":[8,47],"\u3072\u3053\u3055\u3093":[6,68],generate:[34,18],thread:[34,134,102,153,122],"\u306b\u3088\u308b":[48,66,135,136,11,120,39,112,113,6,68,23,101,142],"_hash":[97,66,135,75,103,104,102,155,98,143,86,139,94,99,172,57],"\u30ab\u30b9\u30b1\u30fc\u30c9":[68,113],"\u5927\u304d":[75,84,6,114,8,57],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":68,"\u5e03\u6559":78,"${":[104,97,135,125,108],"\u30bb\u30af\u30b7\u30e7\u30f3":[80,121,85,40,42,91,8,133,171,44,150,97,66,75,12,51,52,16,106,146,57,148,60,110,20,168,157,68,115,160,161,71,117,165,118,26,123,137,124,125,78,108,79],gpl:36,passes:136,"\u5b58\u5728":[1,3,130,127,6,92,97,70,14,102,53,143,139,151,153,113,65,86,68,69,159,118,120,140,123,29,8],script:[51,68],gpg:136,"\u3050\u3088\u3046":66,"\u60c5\u5831\u540d":94,passed:136,store:[99,74],gps:120,"\u8a9e\u691c":97,option:[119,134,56,18],"$(":[150,137,117,12,79],"/synonyms":160,"\u6574\u5408":[1,70],"\u6271\u3048\u308b":[151,113,68],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":68,"/groonga":[127,3,85,87,6,91,8,9,93,94,171,150,136,77,12,52,108,20,113,92,23,160,71,117,119,140,137,125,79],"-working":6,"-get":[6,137,12,136,18],",[\"":62,"7e":153,"\u898b\u3066":[123,97,8],"\u307e\u307e":[10,136,118,11,112,113],"\u898b\u3064":[6,138,140],"/#":15,"\u540dn":[94,97],"\u307e\u3060":[60,10,135,138,97,27,113,72,157,68,133,23],"\u307e\u3067":[58,51,61,3,129,118,84,86,87,113,103,15,17,136,68,69,167,153,108],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,77,12,13,14,15,16,17,20,21,23,25,26,27,29,30,31,74,34,35,131,59,39,40,41,42,43,44,45,46,47,150,171,51,52,53,54,55,56,57,58,38,60,61,62,63,64,65,66,68,69,70,71,72,73,100,137,78,79,80,81,82,83,84,85,87,22,89,91,92,93,94,49,96,97,98,75,102,105,103,104,11,106,107,108,109,110,111,112,113,114,115,117,118,119,120,121,123,124,125,126,127,128,129,130,133,135,136,138,139,141,143,144,145,146,147,148,149,151,152,153,154,155,157,86,159,160,161,162,163,164,165,166,167,168,170,172,173],"\u307e\u305a":[3,81,118,62,167,130,153,91,8,136,135,69,171,108],"\u307e\u305b":[34,35,127,2,3,81,106,82,84,39,130,87,60,41,6,80,92,9,133,94,68,171,47,51,97,66,135,136,75,11,138,153,102,14,15,104,52,16,53,17,166,21,145,85,57,149,43,109,110,62,151,128,152,112,113,103,64,139,155,157,86,23,69,70,160,161,72,172,165,118,154,120,121,27,123,108,74,126,8],"_list":[48,1,2,37,140,26,6,68,23],"\u307e\u305f":[0,131,128,4,5,84,39,87,41,7,8,94,171,47,96,97,66,135,136,14,102,141,143,21,145,85,57,110,153,63,72,114,86,23,101,162,71,64,165,27,123,31,126],"\u3058\u304d":27,"\u6c42\u3081\u308b":[120,66,118,159],centos6:6,"\u7279\u5b9a":120,superior:27,"[pat":6,"\u9069\u6642":83,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":69,"\u66f8\u304d\u5f8c":130,added:[102,36,99],"\u3093\u3057\u304d":144,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30a3\u30eb\u30bf":6,exec:157,customize:[8,161],"\u30e1\u30fc\u30c8\u30eb":[66,159],"\u89e3\u653e":[72,109,14,15,139,68,70],nothing:95,"\u73fe\u5b9f":118,"\u307e\u307e\u3067":62,"\u3002id":14,"-oriented":27,"\u9577\u3055":[110,11,54,153,6,102,139,70],orangain:113,"\u624b\u52d5":8,"&query":92,".rb":[68,60,140],"\u304a\u3051":97,"_users":167,"\u304a\u304d":[120,136],"\u304a\u304b":171,"\u304a\u3044":[3,110,136,11,120,113,102,53,23,70,162,108],"\u59cb\u70b9":3,"_call":[2,157,61],"_format":[2,157],firewood:[6,113],"\u304a\u3070":[23,1,113],concatinated:119,"-ftp":153,"\u4f4e\u6a5f":61,"\u904b\u7528":120,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[16,173,161,42],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[120,112,136],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:102,"\u304a\u3070\u305f":[23,113],"\u305d\u308c":[3,81,39,130,42,91,150,97,98,135,136,11,139,85,108,61,109,62,54,72,69,70,165,118,140,57],"\u306b\u304a\u3044":[11,10,136],"\u4fdd\u8a3c":[114,10],"\u6570\u5024":[48,1,61,165,75,130,87,97,64,140,106,133,159,142],"(content":[98,27],"\u30b3\u30df\u30c3\u30c8":136,"\u76ee\u4ee5\u964d":97,art:167,tobby:104,dump:[48,1,37,140,26,6,68,23,95],"]]":[97,119,138,87,51,155,141,153],"][":[165,113,6,68,23,101],"\u305d\u3046":[86,112,135,71],are:[34,97,99,75,119,161,27,169,42,17,113,134,125,74,56,108],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[153,136,108],"_mutex":34,"]}":[11,114,166],"\u30b9\u30b3\u30a2":[97,61,75,62,138,6,119,65,53],"]x":167,"\u5897\u3048\u308b":[152,43],"/non":113,"\u305d\u306e":[48,61,136,120,112,124,108],"\u3067\u3088\u308a":68,korea:118,recently:106,creating:125,"\u5927\u91cf":[84,38,61,3,57],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[52,172,8,161],"\u304a\u308a":[68,65],solr:135,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[48,61],license:[36,136],"\u8a02\u6b63":160,"]'":[8,47],became:127,context:[74,70,27,8,14],"]\"":[6,167,113],"],":[80,3,81,85,87,40,41,42,92,94,115,129,103,97,66,135,75,11,138,51,104,52,16,143,152,38,149,43,62,147,153,72,114,65,155,86,69,161,165,118,166,119,167,121,27,123,98,172],"]/":92,"].":68,"])":[59,147,159,17],finds:102,minagawa:113,"\u691c\u7d22id":102,"\u3042\u3068":[136,108],improper:157,"\u30b3\u30de\u30f3\u30c9url":47,"'alice":165,"\u7d76\u5bfe":9,":#{":134,"\u8003\u616e":[62,81],"\u5f0f\u3068\u3057\u3066":74,due:27,pg:86,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:78,kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[120,3],"(html":98,"\u8a00\u8a9e\u540d":108,"\u30d9\u30fc\u30b9":[127,80,165,173,120,140,6,102,139,23,135,108],"\u30d8\u30c3\u30c0":[68,113],"\u79d2\u9593":23,"\u5730\u7cfb":66,evaluated:133,"(body":[147,41],"\"sug":154,xvzf:[150,117,20,12,137,171,79],"\u5404\u8a9e":114,"\u6027\u5225":120,"_expansion":[23,113],rid:[76,109],"\u30ed\u30fc\u30ab\u30eb":[135,136],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":78,"\u6210\u679c":78,"*type":110,"/ppa":12,"\u5065\u4f5c":38,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[120,78],"/hoge":87,"\u64ec\u4f3c":[97,165,135],abcde:121,edge:122,nanoseconds:134,"\\bin":91,"\"alice":165,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[48,142],"\u3067\u304d\u308b":[120,78,122],tables:[125,143,169,42],"\u4e92\u63db\u6027":136,"\u3002keys":102,"\u64a4\u5ec3":[68,140,87],"\u5024\u7528":23,"\u304f\u3060":[127,80,3,129,116,84,39,40,22,6,2,91,92,9,133,98,171,47,150,97,66,135,75,11,138,12,62,52,17,55,85,57,108,60,43,20,151,152,153,113,64,166,65,155,106,68,115,117,165,118,120,121,104,137,167,30,79,8],boost:161,"_finalizer":[46,14],"@wareohji":6,"\u6642\u523b":[123,73,167,153,72,16,164],".title":11,"\u7f6e\u304b":[30,171,160,8],"\u7f6e\u304d":[139,140,70,81,136],"\u7f6e\u304f":171,"\u7f6e\u3044":[68,136],"\u5404\u8981":75,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,172,135,111,87,14,68,171,74],retry:157,"\u69cb\u6210":[150,117,61,3,136,12,127,137,68],proc:[34,150,97,83,12,117,137,102,46,107],"-drilldown":[68,118],"\u5ea6\u5206":39,"_improper":2,"{type":119,"\u9577\u751f\u304d":57,"\u5b9f\u73fe":[120,78,156],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],"\"service":16,range:[48,37,85,26,52,68],"lzo\u3044":64,"\u672c\u6587":[69,98],"\u5831\u544a":[78,112],"\u524d\u65b9":[48,1,61,138,132,6,139,68,101,57],shimoda:140,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[68,87,8],"\u7a2e\u5225":121,fast:[123,97,80,165,147,27,41,51,98,69,135],"/hosts":136,"_links":[2,157],"html\u30bf\u30b0":98,files:[8,136],"-query":[127,3,165,167,134,87,27,41,113,6,104,8,68,23,160,147,129],"-host":153,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":57,aramaki:[23,140],"_op":[49,74,61],"_or":[2,52,155,61,115,49],"\u306b\u3064":6,"_of":[2,157],highlight:[48,146,37,68],"_on":[2,157],called:34,"\u63a5\u982d":[23,135,84],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,134,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":75,"\u306b\u5bfe\u3059\u308b":[48,61,3,136,38,11,120,140,113,138,68,139,23,142],tatsuya:6,grn:78,gro:27,newvalue:110,nice:103,users:[97,85,104,52,155,91,8,143,86,134,115,47],"\u5c5e\u3057":[39,128,118],"\u305f\u3076\u3093":171,develops:149,drilldown:[68,1,141],"\u982d\u8f9e":84,"\u300d\u3001":[38,167],"'grn":111,"\u300d\u3002":144,"\u570f\u5185":167,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[51,52,87],"-package":[136,124],"\u30b3\u30a2":[171,8,47],"-benchmark":[45,48,37,113,6,68],"-count":72,"\u30a4\u30f3\u30c7\u30c3\u30af":69,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[11,84,3],issues:68,"\u30b9\u30ad\u30c3\u30d7":[68,113],"_pvector":74,"\u8a9e\u6271":130,"\u30ad\u30fc\u30b5\u30a4\u30ba":84,"\u30cb\u30e5\u30fc\u30b9":103,stable:10,include:[77,68,86],"\u7e70\u308a\u8fd4\u3057\u6570":153,"=gr":119,"\u30de\u30c9\u30ea\u30fc\u30c9":66,"\"saerch":16,"\u30d7\u30e9\u30b0\u30de":97,"\u306a\u3068\u304d":120,"*user":[34,46],"\u3002run":162,"\u3067\u5024":[87,3],ranguba:[15,68,75],"\"complete":154,"-in":[70,136],"-id":[6,87],"_dir":[34,23,136],"|correct":138,"_use":[68,2,157,14],".po":78,smaller:[134,75],".pc":[23,132],"-line":71,"\u3053\u3046\u3059\u308c":112,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[68,69,85,113],"\u3002buf":110,etime:163,"\u30a8\u30f3\u30b8\u30f3":[11,38,97,87,120],"{time":134,"-exact":72,"\u521d\u56de":108,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":82,"\u5341\u5206\u6c17":97,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[84,3,8],"\u4e0a\u3052\u308b":62,"/coremodule":8,"_name":[123,70,110,132],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":87,"\u30c8\u30e9\u30a4":[23,57,165,135,84],">version":4,"\u5206\u6790":120,apple:172,apt:[136,12,6,137,18,71],"*str":[34,74],expect:68,"\u3057\u307e\u3063":68,api:[78,61,13,170],"_commit":76,"\u5207\u308b":[68,8],"\u5148\u60c5":167,"\u9001\u4fe1":[72,131,5,153,63,113,64,114,7,141,143,145,21,94,31,126,96],use:[34,97,110,119,101,87,14,123,114,95,74,108],from:[34,36,119,14,99,8,18,74],"\u3057\u307e\u3057":113,usa:118,"\u3057\u307e\u305b":[97,62,112,8,171,161],"\u3057\u307e\u3059":[97,135,167,130,117,154,165],"\u3057\u307e\u3046":[136,120,140,112,113,6,68,23],usr:[87,8,9,171,162,79],"\u3057\u307e\u3044":[11,62,16,153,129],"\u4efb\u610f":[3,136,87,39,153,120],start:[103,119,127],sort:102,"(keyword":74,"_names":73,tokenbigramignoreblanksplitsymbolalpha:[62,152],"?msg":136,"[args":87,"/index":[128,87,136,108],"-html":[6,140],"\u30b7\u30fc\u30b1\u30f3\u30b9":[16,161,42],tar:[150,117,136,20,12,137,171,79],"_install":[124,71],tag:[38,136],tab:95,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":68,"/rpmforge":117,sis:23,united:155,satoh:23,"\u30c0\u30d6\u30eb":[165,84,6,23,135,57],six:[134,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":85,sid:[23,114,68],instead:[97,87,127],"_create":[34,48,61,73,37,75,54,26,113,132,6,102,68,23,74,46,110],"\u884c\u3046":[163,38,149,66,129,136,167,130,112,97,6,104,65,140,162,139,68,69,127,57],"\"rectangle":[6,66,159],"\u30a2\u30af\u30bb\u30b5":70,"_configure":113,"\u30a2\u30af\u30bb\u30b9":[163,140,136,11,102,87,17,113,6,52,92,30,23,68,108,8],"\u3042\u308b\u3044":[150,10,110,120,157,165,135,159,29,102,61,8,68,49,57],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":113,"$home":136,interrupted:157,"-msgpack":47,"[github":68,freebsd:[48,37],"\u4eac\u90fd":[62,130],"#groonga":[167,160],"\u300cbill":130,"/stem":149,"\u5bfe\u8a71":[3,92],"%'":68,"\u7279\u5225":[80,165,2,17,171,74,161],"\u30c0\u30f3\u30d7":[6,140,113],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":136,"/apt":[137,136],"/api":47,restart:127,bye:40,"\u3057\u3046\u308b":68,"\u30b9\u30ad\u30fc\u30de":[97,66,165,166,147,27,41,103,104,155,98,143,86,125,69,74,135],"\u53c2\u52a0":[78,22],successor:135,articles:69,"_free":34,edit:[48,1,146,136,37],".net":[38,3,136,118,11,22,65,92],"%\\":91,nfs:171,"\u6df7\u305c":[11,138],".overcommit":6,",\"link":11,"\u5c3a\u5ea6":120,related:125,"\u89e3\u6c7a":[6,23,112,114,151],remove:[70,121],out:153,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":167,supports:[34,36,56],dictionary:172,"\u30ec\u30a4\u30e4":61,york:[167,66],"8r":[6,171,87],lts:[12,136,71],"\u4e00\u90e8":[6,63,3,136,154],"\u8ca0\u62c5":112,lte:80,auth:[8,47],"\u304a\u3059\u3059\u3081\u3057":[127,165,136,135],"\u8aac\u660e":[0,37,6,91,171,48,136,12,108,148,61,150,20,113,68,71,117,137,124,78,74,79],"1\u305a":[10,53],"\"tags":75,"\u53d6\u308a\u8fbc\u307e":136,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,157],"\u8d77\u70b9":97,utc:135,"\u78ba\u8a8d":[78,112],"_qlog":6,unknown:157,"\u304a\u304b\u3057":140,makefile:136,",[":62,priority:161,their:125,"1\u3064":[80,128,84,85,41,8,9,133,68,69,47,97,135,75,138,104,57,58,38,60,153,112,113,154,157,23,115,165,166,167,27,106],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":87,developer:167,"\u7279\u5316":[135,108],"\u30d5\u30a9\u30eb\u30c0\u30fc":91,"-jumandic":150,"\u64a4\u53bb":23,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,113,70,75],"_unsupported":2,"\u51fa\u73fe":[120,85,138,110,89],".grn":[8,143],"\u9001\u308a\u65b9":78,"\u884c\u6307\u5411":120,"\u30ab\u30bf\u30ab\u30ca":[139,138,172,161],ueno:[6,140,132],"\u76ee\u304f\u3089\u3044":57,"_expanders":[160,9],"=complete":119,which:[34,119,56,161],"\u4eee\u60f3":[65,113,118],"\u901f\u3084\u304b":10,".travis":71,"\u7d44\u8fbc\u578b":[48,37],"class":[147,98,27,41],"_build":162,"\u73fe\u5728":[89,82,164,3,73,136,120,153,14,15,163,52,106,167,21,109,70,46,57],"_delimited":36,"/docs":8,"_is":[123,23,2,157,70],gronga:[154,160],"_ip":92,"_in":[48,1,2,37,140,113,123,99,68,23,146],"_ii":[48,25,37],"-output":[97,98,147,153,27,41,113,6],"_id":[34,35,97,3,110,136,76,101,102,14,139,65,53,68,109,23,70,74,135],"_delimiter":[80,121],"\u6307\u3057":11,"\u5bfe\u8c61object":[35,73,83,70,46,107,110],"\u5c02\u7528":[48,170,142,136,108],",\n#":[38,97,80,3,165,75,11,167,40,104,65,92,135],"\u5bfe\u8c61":[80,3,130,41,131,128,49,47,96,97,10,136,138,14,51,104,102,141,143,139,122,57,38,61,109,110,62,147,63,64,155,23,69,70,101,162,163,165,108,120,27,167,171,31,74],"\u3044\u308d\u3044\u308d":[48,142],cache:[15,1,37,48,26,6,70],"\u30b7\u30a7\u30eb":[171,153,165],daiki:[6,140,132],candidates:161,"*newvalue":110,"\u6848\u5185":[112,136],local:143,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":171,"\u4ed8\u3051\u308b":[122,149,172,3,81],"!condition":135,"!xxx":68,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":68,nvars:46,",\n{":[149,165,118,75,138,42,104,16,8,166,135,69,172,161,129],subrecord:113,words:135,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[35,97,171,128,110,75,160,85,165,102,71,6,166,52,8,135,70,74,57],"(column":[68,147,27,41,86],",\n[":[27,143],",\n]":[62,166,65,129],"\u4e00\u4ef6\u9032\u3081":139,candidate1:138,queries:[153,27],view:119,"\u304b\u304e\u308a":153,"=fedora":136,"\uff08\u578b":54,"\u884c\u6570":23,acquires:17,"\"table":87,dll:[6,23,68],"\u30ea\u30c8\u30e9\u30a4":17,".askmonty":68,"\u4e43\u6bc5":140,job:153,homebrew:78,"\u3084\u305d\u306e":155,april:136,"/local":[171,8,136],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,140,87],"_var":[34,68,74,46,54],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[171,91],table:[48,10,109,110,37,75,140,26,113,6,64,102,61,68,139,23,99,70,101,46],"\u671f\u5f85":120,rpm:[150,117,136,140,113,6,68,23],"\u304a\u3059\u3059\u3081":47,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,102],"=gro":119,"\u9bae\u5ea6":103,"_refused":[2,157],"\u78ba\u5b9f":16,porting:36,"\u521d\u671f\u5024":163,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,mike:155,sufficient:34,"-cache":[87,113],hmm:167,"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":6,cursor:[139,99,109],"\u793a\u3059":[123,97,2,165,104,11,147,166,27,41,51,29,66,135,98,155,86,94,159,47,129],"\u793a\u3055":94,"\u793a\u3057":[82,66,3,136,118,62,25,121,72,2,92,69],"\u3072\u308d\u3086\u304d":129,"-debug":140,"*src":102,avg:163,"\u8fd4\u4fe1":[167,69,112],uptime:[1,3,4,72,92,8],"\u5185\u90e8":[72,136,11,76,27,14,15,102,68,70,101],"\u578b\u304b":39,"\uff08longest":[23,135],"\u6ce8\u610f":[97,98,3,165,118,75,11,153,113,62,102,8,136,129,23,135,47,57],gets:34,"\u691c\u7d22key":102,"\u6587\u8108":166,"\u5168\u6587\u691c":[48,140,142,57],english:[97,161,22,18],uzulla:23,"\uff01:":171,"@kiske":6,normalizermysqlgeneralci:172,"\u521d\u671f\u5316":[6,46,14],tcp:87,")=":151,"_device":[2,157],"(windows":153,"\u5236\u7d04":58,"\u898b\u76f4\u3057":68,"(name":34,unsigned:[34,110,76,15,102,54,139,68,70,74,46],"\u627f\u8a8d":68,book:135,"\u9ad8\u7cbe":120,moritars:69,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,171,162,124,108],execute:[119,56,42],"\u300c\uff76":172,"'pid":87,"\u30b9\u30ec\u30c3\u30c9":[120,122,153,14,87,47],"\u307e\u305f\u3044":[6,66],earch:80,";rroonga":[147,41],james:129,"_threshold":[55,23,171,140,14],"\u307e\u305f\u3050":[6,48,66,142],"\u306a\u304b\u3063":[97,10,3,135,104,5,87,141,63,6,62,7,131,166,86,21,68,153,96],"_push":61,because:[4,119,42,8,125,161],sequence:[138,169,42,16,134,161],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[68,149,97,89],platforms:34,vojtovich:68,"\u30b3\u30e1\u30f3\u30c8":[153,140,87,113,166,69,160],"_sortby":141,"_exists":[2,157],"\u306e\u307b\u304b":[11,39],"\u96e2\u308c":65,"\u2192id":84,"\u7d44\u5408":104,"enum":73,"\u7acb\u3061\u4e0a\u304c\u3063":153,"*path":[102,73,110],"\u518d\u691c":144,"\u306e\u3044\u305a\u308c\u304b":[29,102,49,159,54],"\u305d\u308c\u305e\u308c":[80,3,4,84,130,87,171,97,135,136,11,104,102,57,61,62,65,157,68,69,70,162,118,123,30],"\u5358\u72ec":[153,110],column:[48,1,61,110,37,75,140,26,113,6,102,99,68,23,70,101,46,107],universe:12,"\u30fbor":65,".html":[87,8,136,108],"$groonga":136,"\u6570\u5b57":[62,16,153,57],"_length":[34,157],"\u5b9f\u7a3c":163,transfer:[120,127,157],"\u3002mroonga":[120,70],"*key":102,"var":[34,61,85,87,8,171],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":71,"\u30d5\u30a3\u30eb\u30bf\u30fc":166,palalles:136,"-pid":[23,87],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,113],"_term":36,"\u6700\u5f8c":[80,135,136,11,140,153,14,6,62,8],"\u7834\u68c4":[46,14],squeeze:[113,136],palallel:136,"\u30e1\u30f3\u30d0":102,"\u56fa\u6709":[83,75],whether:70,record:[66,3,75,11,102,99,92],"\u30ed\u30b0\u30a4\u30f3":136,"\u4e00\u9577":120,"\u6c7a\u5b9a":97,blogs:62,"\u305d\u308c\u3086\u3048":[11,165],"\u7a4d\u7528":97,"8bit":39,"\u7acb\u5834":78,"\"se":161,"@github":136,"\u52a0\u3048":[11,61,129,71],other:[34,17,56],bool:[149,165,11,39,113,40,29,159,129],"-analyzer":[6,23],"\u306f\u307e\u305a":136,".gpg":136,"-sortby":113,".location":167,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":140,debian:78,space:[34,165,75],emerg:[5,7],"\u5909\u66f4\u70b9":78,"\u306f\u307e\u3060":[52,47]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/suggest/correction","reference/api/global_configurations","contribution/documentation/introduction","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","reference/commands/table_tokenize","reference/functions/highlight_html","reference/suggest/suggestion","reference/commands/normalizer_list","reference/suggest","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_search","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","reference/commands/range_filter","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","reference/api/grn_ii","contribution/documentation/c-api","contribution","install/mac_os_x","reference/commands/tokenize","tutorial/query_expansion","reference/operations/geolocation_search","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/functions/in_values","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_content_type","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","reference/api/grn_encoding","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","server/gqtp","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","reference/commands/table_remove","news/1.1.x","reference/commands/ruby_eval","reference/log","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","reference/token_filters","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/suggest/introduction","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","reference/suggest/completion","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/operations","reference/executables/groonga-suggest-create-dataset","client","install/others","reference/normalizers","server/http"],titles:["12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","7.2. \u51fa\u529b","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.1.4. groonga-httpd","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","12.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","7.18.6. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.18.2. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.14.3. \u88dc\u6b63","7.18.1. \u5168\u4f53\u8a2d\u5b9a","12.2.1. Introduction","8. \u4ed5\u69d8","2.7. Oracle Solaris","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.18. API","7.3. \u30b3\u30de\u30f3\u30c9","7.12.13. snippet_html","5. \u30b5\u30fc\u30d0\u30fc","7.12.5. geo_in_rectangle","7.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.8. Tokenizers","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","7.18.23. Plugin","7.18.14. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","7.4. \u30c7\u30fc\u30bf\u578b","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.12.7. highlight_html","7.14.4. \u63d0\u6848","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.14. \u30b5\u30b8\u30a7\u30b9\u30c8","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.18.17. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","5.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","7.18.18. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","Cast","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.18.21. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.18.15. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.1.8. groonga-suggest-learner","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","9. \u5236\u9650\u4e8b\u9805","7.12.12. rand","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","12.3.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","7.12.3. geo_distance","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","7.18.16. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","11.1. Travis CI","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.18.7. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.18.9. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","7.18.12. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","12.2.3. C API","12. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.13.1. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.18.11. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.5. \u30c6\u30fc\u30d6\u30eb","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.12.1. between","7.1.2. groonga\u30b3\u30de\u30f3\u30c9","5.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","7.12.9. in_values","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.18.5. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.3.6. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.12.8. html_untag","7.18.10. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.12.2. edit_distance","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","7.18.19. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.15. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.12.11. query","7.18.4. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.3.4. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.18.22. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","12.2.2. \u56fd\u969b\u5316","7.18.13. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.18.3. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.18.8. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","12.3.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014/01/29","7.3.5. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","5.2. GQTP","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","7.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","12.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","7.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.17. Tuning","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","5.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","7.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","8.2. \u691c\u7d22","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.16. Log","7.11.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","12.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.18.20. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.11. grn_expr","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.12. \u95a2\u6570","7.12.6. highlight_full","11. \u958b\u767a","7.9. \u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc","2.6. Fedora","10.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.1.3. groonga-benchmark","7.14.1. \u306f\u3058\u3081\u306b","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.1. GQTP","5.3.2. groonga","7.12.4. geo_in_circle","7.10.1. QueryExpanderTSV","7.14.2. \u88dc\u5b8c","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.1.1. grnslap","7.12.10. now","7.11.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.14. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","7.13. \u64cd\u4f5c\u65b9\u6cd5","7.1.6. groonga-suggest-create-dataset","6. \u30af\u30e9\u30a4\u30a2\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","5.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[55,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[87,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[70,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[55,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[73,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[83,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[70,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[139,1,1,"c.grn_table_cursor_close"],"-P":[163,0,1,"cmdoption-P"],grn_table_cursor_set_value:[139,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[74,1,1,"c.grn_expr_syntax_escape"],"-e":[87,0,1,"cmdoption-e"],"-d":[56,0,1,"cmdoption-d"],"-a":[87,0,1,"cmdoption-a"],"-c":[87,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[163,0,1,"cmdoption-m"],"-l":[56,0,1,"cmdoption-l"],"--disable-max-fd-check":[119,0,1,"cmdoption--disable-max-fd-check"],"-i":[153,0,1,"cmdoption-i"],"-h":[87,0,1,"cmdoption-h"],grn_db:[73,2,1,"c.grn_db"],"-t":[119,0,1,"cmdoption-t"],grn_command_version:[105,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[119,0,1,"cmdoption-p"],"-s":[56,0,1,"cmdoption-s"],"-r":[56,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[87,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[105,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[87,0,1,"cmdoption--config-path"],grn_table_size:[102,1,1,"c.grn_table_size"],"--query-log-path":[87,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[70,1,1,"c.grn_obj_defrag"],db:[153,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[139,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[111,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[70,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[76,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[70,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[99,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[102,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[110,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[70,1,1,"c.grn_obj_unlink"],grn_obj_id:[70,1,1,"c.grn_obj_id"],grn_obj_set_value:[70,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[111,2,1,"c.grn_encoding"],grn_proc_create:[46,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[110,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[56,0,1,"cmdoption--log-base-path"],"--dir":[153,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[70,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[102,2,1,"c.grn_table_group_result"],grn_expr_close:[74,1,1,"c.grn_expr_close"],grn_obj_path:[70,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[15,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[73,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[99,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[70,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[102,1,1,"c.grn_table_lcp_search"],grn_table_create:[102,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[139,1,1,"c.grn_table_cursor_get_value"],"--address":[87,0,1,"cmdoption--address"],"--daemon":[56,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[70,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[102,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[14,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[87,0,1,"cmdoption--pid-path"],"--encoding":[87,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[14,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[15,2,1,"c.grn_cache"],grn_table_delete_by_id:[102,1,1,"c.grn_table_delete_by_id"],grn_content_type:[95,2,1,"c.grn_content_type"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_expr_get_keywords:[74,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[76,2,1,"c.grn_ii_buffer"],"--host":[153,0,1,"cmdoption--host"],grn_ctx_get_output_type:[14,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[46,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[107,1,1,"c.grn_obj_user_data"],grn_obj_lock:[70,1,1,"c.grn_obj_lock"],"--log-path":[56,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[110,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[153,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[70,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[74,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[70,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[139,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[74,1,1,"c.grn_expr_alloc"],grn_expr_compile:[74,1,1,"c.grn_expr_compile"],grn_user_data:[107,2,1,"c.grn_user_data"],grn_obj_get_range:[70,1,1,"c.grn_obj_get_range"],grn_table_get:[102,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[99,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[87,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[76,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[70,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[102,2,1,"c.grn_table_sort_key"],grn_obj_rename:[70,1,1,"c.grn_obj_rename"],grn_table_group_flags:[102,2,1,"c.grn_table_group_flags"],grn_obj_check:[70,1,1,"c.grn_obj_check"],grn_table_at:[102,1,1,"c.grn_table_at"],grn_column_name:[110,1,1,"c.grn_column_name"],grn_table_difference:[102,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[119,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[70,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[110,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[102,1,1,"c.grn_table_truncate"],grn_obj_get_value:[70,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[87,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[83,1,1,"c.grn_obj_delete_hook"],"-n":[87,0,1,"cmdoption-n"],"--port":[119,0,1,"cmdoption--port"],grn_ii:[76,2,1,"c.grn_ii"],"--ftp":[153,0,1,"cmdoption--ftp"],grn_obj_is_locked:[70,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[74,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[56,0,1,"cmdoption--log-level"],grn_table_rename:[102,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[110,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[105,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[49,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[74,1,1,"c.grn_expr_append_const_str"],script:[153,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[105,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[74,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[83,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[109,1,1,"c.grn_index_cursor_open"],grn_proc_func:[46,2,1,"c.grn_proc_func"],grn_db_create_optarg:[73,2,1,"c.grn_db_create_optarg"],grn_column_table:[110,1,1,"c.grn_column_table"],grn_table_add:[102,1,1,"c.grn_table_add"],grn_obj_unlock:[70,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[15,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[46,2,1,"c.grn_proc_type"],grn_proc_get_info:[46,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[70,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[14,1,1,"c.grn_ctx_close"],grn_ctx:[14,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[110,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[110,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[110,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[139,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[70,1,1,"c.grn_obj_get_values"],grn_column_rename:[110,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[70,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[153,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[139,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[55,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[73,1,1,"c.grn_db_open"],grn_column_index:[110,1,1,"c.grn_column_index"],"--n-threads":[119,0,1,"cmdoption--n-threads"],"--help":[87,0,1,"cmdoption--help"],"--groonga":[153,0,1,"cmdoption--groonga"],grn_table_setoperation:[102,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[110,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[70,3,1,"c.GRN_OBJ_SET"],"--document-root":[87,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[70,2,1,"c.grn_obj"],grn_obj_remove:[70,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[70,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[74,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[74,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[76,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[99,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[76,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[49,1,1,"c.grn_obj_search"],"--send-endpoint":[56,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[102,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[83,2,1,"c.grn_hook_entry"],grn_expr_append_op:[74,1,1,"c.grn_expr_append_op"],grn_geo_point:[99,2,1,"c.grn_geo_point"],grn_table_cursor_table:[139,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[109,1,1,"c.grn_index_cursor_next"],grn_table_delete:[102,1,1,"c.grn_table_delete"],dest:[87,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[110,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[70,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[14,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[87,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[139,1,1,"c.grn_table_cursor_delete"],grn_type_create:[54,1,1,"c.grn_type_create"],grn_obj_path_by_id:[70,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[54,2,1,"c.grn_builtin_type"],grn_table_get_key:[102,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[70,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[55,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[74,1,1,"c.grn_expr_create"],grn_get_default_command_version:[105,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[74,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[111,1,1,"c.grn_encoding_parse"],grn_column_create:[110,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[102,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[83,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[111,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[105,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[111,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[56,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[110,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[102,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[87,0,1,"cmdoption-arg-command"],grn_obj_name:[70,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[73,1,1,"c.grn_db_touch"],grn_table_update:[102,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[73,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[73,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":84,"\u53c2\u7167\u578b":75,senna:36,"\u6539\u826f":[1,36,140,113,132,6,68,23,101],"\u7b26\u53f7":135,"\u6d41\u308c":108,"-prefix":171,"\u9ad8\u5ea6":97,prefix:61,per:125,"\u6761\u4ef6":[65,98,97,136,165],query:[104,97,157,134],"=number":171,keywordn:147,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":92,"_filters":[80,57],"\u30d3\u30c3\u30c8":135,"\u7279\u5fb4":[84,120],ruby:[133,60],"-release":136,"\u901a\u4fe1":122,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[119,4],to:[119,161],"_column":[53,110],snippet:27,"\u524a\u9664":155,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":162,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[153,33],"-lz4":171,string:[40,80,121],groonga:[48,127,36,136,169,119,120,122,87,88,61,156,8,158,30,78,108,56,153,92],"\u95a2\u9023":[69,97,8,13,56],"=message":171,"\u304a\u6c17":167,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[163,153],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[160,162,124],"\u52d5\u4f5c":[162,16,161,136,42],"\u30b9\u30af\u30ea\u30d7\u30c8":[135,136],"_or":86,"\u3068\u3057\u3066":39,"\u3065\u3051":10,gnu:137,"-escalation":171,"\u6761\u4ef6\u5f0f":165,min:86,"\u7c21\u5358":97,"\u30aa\u30d7\u30b7\u30e7\u30f3":[163,153,87,169],".po":108,"\u8ad6\u7406\u548c":165,"\u4ed8\u4e0e":69,"\u771f\u507d\u5024":[11,135],"-benchmark":153,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":149,"\u6f14\u7b97\u5b50":135,"_cursor":[139,109],"_remove":[131,63],"\u7701\u7565":[40,66,119,121,104,80],sub:166,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":136,"\u53c2\u8003":[80,5,84,85,60,41,40,2,133,96,97,138,51,104,141,144,21,57,149,43,147,152,166,155,106,67,160,121,27,169,123,7,172],"\u30ea\u30c6\u30e9\u30eb":135,"\u6210\u529f":123,"new":52,tips:136,"\u683c\u7d0d":39,memcached:92,body:123,xml:123,"\u6587\u6cd5":65,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":165,"\u30c6\u30b9\u30c8":162,"\u30bf\u30b0":38,"\u9069\u7528":75,"\u3042\u308a":[165,135],ubuntu:12,"\u6e96\u5099":[81,136],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":47,"\u306b\u95a2\u3059\u308b":39,"\u95a2\u4fc2\u5f0f":61,"\u4e26\u5217":136,"_key":84,"\u63d0\u4f9b":112,"\u4e3b\u30ad\u30fc":[39,129],blogroonga:136,"_version":[105,10],"_name":[52,147,115],"_output":97,"\u5165\u6f14":135,"_info":35,changes:36,options:[119,56],"\u7ffb\u8a33":[136,108],"\u5909\u66f4":[62,140,47],"\u30af\u30a8\u30ea":[120,61,81],"\u30de\u30c3\u30c1":135,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[78,13],"\u6587\u5b57\u5217":[11,135],api:[77,25],"_table":[139,102,61],select:97,"\u6982\u8981":[34,35,2,5,84,85,60,41,40,90,131,8,9,133,94,95,147,46,139,96,51,97,10,99,75,49,138,102,105,14,15,83,52,141,17,80,76,55,145,56,155,57,166,149,43,109,110,54,111,152,63,64,21,66,106,86,67,115,70,160,104,72,172,73,114,119,120,98,121,27,123,7,143,107,125,31,126],"\u9001\u4fe1":92,use:147,"\u69cb\u6587":[80,5,85,40,41,7,131,9,133,94,96,97,66,135,138,51,104,52,141,143,21,145,57,60,43,147,152,63,64,114,155,106,86,67,115,72,165,166,121,27,90,98,31,126],"\u624b\u9806":136,zip:91,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30ec\u30fc\u30ba":165,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":120,"_no":84,https:47,tokenize:80,scope:166,"_flags":97,"\u3066\u308b":167,"\u60c5\u5831":[82,120,112,65,156,167,162],"\u30d6\u30ed\u30b0":136,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,136,118,75,62,151,161,112,42,119,16,8,69,56,162],normalizer:[80,147,43,121,57],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":135,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":136,"\u5f15\u6570":[80,5,85,87,40,41,7,131,98,133,94,96,97,66,100,138,51,104,52,141,143,21,145,56,57,59,60,153,147,63,64,114,155,106,86,115,159,163,72,166,119,121,29,90,125,31,126],"\u3053\u3068":136,"_base":8,"_command":105,homebrew:[136,79],"_escape":147,"\u4ee5\u4e0b":165,"\u4ee5\u4e0a":[165,135],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[127,92],"\u3060\u3051":[112,75],"\u524d\u63d0":136,install:[171,18],clearlock:96,"\u89e3\u6790":162,"\u7de8\u96c6":108,"\u6bd4\u8f03":[135,47],"_encoding":111,"\u304c\u3063":69,process:[125,134],"in":[90,36],"_install":171,"/linux":137,"\u660e\u793a":136,"\u958b\u767a":[148,156,112],old:68,"\u548c\u4ee3":135,normalize:121,filter:[166,97],sphere:66,"\u540d\u524d":[163,59,164,100,153,39,87,169,29,53,30,159],"\u691c\u51fa":162,normalizernfkc:172,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":91,how:161,"\u548c\u6f14":135,"\u52d5\u7684":103,"\u5b9f\u884c\u4f8b":[35,70,109,73,83,76,111,102,14,15,139,105,99,54,55,49,74,46,107,110],"\u8fd1\u508d":135,"\u30b3\u30de\u30f3\u30c9":[26,3,92,87,30],"_create":[64,8,57],"-gqtp":127,"\u7d42\u4e86":[127,8,92],"_proc":46,"\u7406\u7531":112,max:[125,106,86],clone:108,"\u4e57\u7b97":135,mac:79,offset:97,"\u6642\u9593":[167,135],"\u7f72\u540d":136,data:[161,8,56],"\u30da\u30fc\u30b8\u30f3\u30b0":97,"\u8a2d\u5b9a":[136,119,17,8,47,71],status:[72,157,169],"-munin":171,"\u4e00\u81f4rk":161,"-http":127,register:9,"-files":136,callback:61,"\u30b0\u30eb\u30fc\u30d7":[165,135],"_values":90,"\u30a4\u30f3\u30dd\u30fc\u30c8":136,"\u8ee2\u7f6e":120,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":142,"\u30c4\u30a4\u30fc\u30c8":112,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[48,13,136],rand:59,grntest:136,"\u30d1\u30c8\u30ea\u30b7\u30a2":129,"\u623b\u308a\u5024":[80,5,85,40,41,7,131,9,133,94,96,66,138,51,104,52,141,143,21,145,57,60,43,147,152,63,64,114,155,106,86,67,115,72,166,119,121,27,90,98,31,126],"\u305f\u3044":136,gqtp:[122,127,157,92,116],"\u6d6e\u52d5":135,"_api":61,"_match":55,"_rename":52,"\u6587\u66f8":[16,135],"=platform":171,"\u63a5\u7d9a":92,tsv:[123,160],"\u4ee5\u4e0b\u6f14":135,cutter:[162,136],"\u57fa\u672c":[3,135],greater:61,"\u30d7\u30ed\u30c8\u30b3\u30eb":[92,157],number:125,"\u9664\u7b97":135,not:61,"\u8a8d\u8a3c":47,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":92,now:164,"\u5c0f\u306a\u308a":[165,135],"_select":61,"-pack":171,name:[52,57],edit:100,"-encoding":171,"\u66f4\u65b0":[120,136,108],kern:125,token:[80,57],mode:[40,80,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":125,"\u767b\u9332":0,"\u3053\u3061\u3089":112,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":84,normalizerauto:172,"\u751f\u6210":[108,136,18],"\u74b0\u5883":[162,136],"\u5b9f\u4f8b":61,"\u9032\u3081":112,http:[30,127,173,4,92],"\u30d8\u30c3\u30c0\u30fc":157,todo:[104,27],"\u9001\u308a\u65b9":[0,108],"-match":171,"\u30ab\u30d0\u30ec\u30c3\u30b8":162,"\u7def\u5ea6":120,"-default":171,"\u90e8\u5206":130,red:136,rk:161,"_content":95,"\u6307\u5b9a":[66,3,165,136,39,10,69],nofile:125,"\u30e6\u30fc\u30b6\u30fcid":167,proxy:8,"-create":169,"_string":[104,166],"\u305f\u3081":[97,61,112],"\u7d50\u5408\u5f0f":165,"\u4ed5\u69d8":19,"\u4e8b\u9805":[58,39,153],launch:119,"-localstatedir":171,"\u53ef\u80fd":[149,66,119,120,121,40,104,80,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":120,"_hash":84,"_user":107,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":112,"\u6e1b\u7b97":135,suffix:61,"\u8aac\u660e":[163,59,164,100,153,39,87,29,53,30,159],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":167,"\u7d44\u307f\u8fbc\u307f":[172,87],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":136,open:[125,147],size:157,"\u78ba\u8a8d":[136,108],"\u7d5e\u8fbc":65,dump:143,script:133,introduction:18,"\u30ab\u30b9\u30b1\u30fc\u30c9":155,"\u4fee\u6b63":[1,36,140,113,132,6,68,23],"\u5bfe\u7b56":[62,151],"\u6c38\u7d9a":84,"_obj":70,"\u30ea\u30dd\u30b8\u30c8\u30ea":[93,108],"=encoding":171,"\u306f\u3058\u3081":154,tokenizer:[152,80],configure:[171,136,18],releases:68,desctipion:169,"\u8ffd\u8de1":0,"=path":171,"\u66f8\u5f0f":[163,59,164,3,100,119,153,87,29,8,30,159,56],"\u5b66\u7fd2":[119,154,16,161,42],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":57,"-httpd":[119,127,8,88,56],"_index":109,"_untag":98,"-log":171,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,75],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[58,3,11,84,39,104,167,69,56,57],"_expander":[104,97],"\u3044\u304f":112,hashtags:167,"\u30a8\u30e9\u30fc":[123,151],"-zlib":171,"\u56fd\u969b\u5316":108,"\u5834\u5408":[123,69,136],"null":135,"_circle":159,"\u3044\u308b":82,"\u7279\u6b8a":153,"\u4e00\u89a7":[167,2,24],"_list":[152,94,85,43],"\u7d22\u5f15":120,"\u304b\u3089":[150,117,12,112,137,91,171,79],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":57,"-with":171,archive:12,"\u7279\u5b9a":[162,136],"\u307e\u3068\u3081":136,"_distance":[66,100],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":162,mroonga:120,libmemcached:162,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":75,"\u7d22\u7528":[3,89],"\u7528\u79d8":136,"\u30c4\u30fc\u30eb":[171,8,92],"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":44,synopstis:169,"_put":7,windows:[91,136],geoindex:167,request:[119,108],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":118,"_in":[29,159],"_ii":76,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":136,"\u30b5\u30fc\u30d0":[120,92],"\u30ed\u30fc\u30c9":[167,3,75],"_processes":8,tokenfilterstem:149,"\u3084\u308a":112,"\u5fc5\u9808":[97,66,119,85,121,40,104,52,80,115],"\u30ec\u30b3\u30fc\u30c9":[97,3],"-po":136,"\u5270\u4f59":135,"\u30d5\u30a1\u30bb\u30c3\u30c8":97,"\u30d1\u30c3\u30c1":108,"\u304a\u304f":112,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":136,"\u8ffd\u52a0":[172,136,108],solaris:20,"\u88dc\u5b8c":[154,161],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":135,"\u30d1\u30c3\u30b1\u30fc\u30b8":136,depended:18,ellipsoid:66,"\u4e0d\u7b49\u4fa1":[165,135],grnslap:163,cache:[97,106],"\u72ec\u81ea":135,"\u65e5\u6642":11,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":136,"_equal":61,"\u65b9\u6cd5":[10,136,75,62,151,168,42,103,16,78,13,161,162,108],"\u30ea\u30ea\u30fc\u30b9":[1,136,140,113,132,6,68,23,101],rectangle:66,"\u4e00\u6642":84,"\u6295\u7a3f":167,"-server":127,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":47,wheezy:137,get:119,db:61,clang:162,"_html":[147,27,41],"_limit":[97,8,106],cannot:151,"\u7b97\u5b50":135,"_eval":133,"\u91cd\u307f":[69,75],geo:[29,66,159],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,47],"\u305d\u306e":171,"\u5171\u8d77":[16,161,42],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":122,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":62,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":49,"\u7d50\u679c":[62,153,3,118],tokenfilterstopword:149,"\u52a0\u7b97":135,"\u6570\u5024":11,contain:61,"\u64cd\u4f5c":[168,3],"\u3084\u308b":136,"\u69cb\u7bc9":[103,162],"\u5236\u5fa1":135,"\u30b9\u30b3\u30a2\u30fc":97,"\u4ee3\u5165":135,travis:71,tokenizers:32,arg:61,close:147,news:36,"\u8a00\u8a9e":108,"\u65b0\u898f":136,"\u6a5f\u80fd":82,"\u30ab\u30e9\u30e0":[58,66,3,118,53,128,69],"\u985e\u4f3c":[16,135],"\u7ba1\u7406":[8,92],"\u5c02\u7528":92,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":171,"_tokenize":40,between:86,reading:161,"\u7bc4\u56f2":[3,57],"\u4f4d\u7f6e":[82,66,120,65,10,167],"\u8868\u73fe":61,"_geo":99,javascript:65,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":120,"\u904e\u53bb":112,key:57,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":153,"\u5373\u6642":120,"\u30b7\u30d5\u30c8":135,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[165,135],"_level":[5,8],"\u6392\u4ed6":135,"\u518d\u8d77\u52d5":127,"\u77e5\u308a":136,"-suggest":[119,56,169],"\u306a\u3057":[135,47],equal:61,"-document":18,"\u30b5\u30fc\u30d0\u30fc":[30,127,28],"\u88dc\u6b63":[154,16],"\u30d1\u30e9\u30e1\u30fc\u30bf":[69,10],"\u306a\u3044":[39,112],"\u975e\u308f\u304b\u3061":130,load:51,"\u8a9e\u5f59":[3,89],ci:71,"\u4f5c\u6210":[167,89,3,136,57],point:66,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[134,160],period:36,"\u62bd\u51fa":[135,42],header:123,"\u7f6e\u63db":104,"\u95a2\u6570":[146,135,162],"\u6574\u6570":135,shutdown:126,path:60,table:[97,131,84,85,40,52,94,115,57],quit:145,"\u53c2\u7167":[11,38,157,120],tuning:125,"\u30e1\u30e2\u30ea":125,json:[51,123],"\u91cd\u307f\u4ed8\u304d":75,po:136,"\u7528\u3044":[21,65],define:141,"(geopoint":167,enable:18,"-help":171,"_tokenizer":57,"\u7591\u4f3c":53,"_value":86,"\u5b9f\u884c":[45,61,136,153,8,162],"\u7a2e\u985e":11,"_log":8,"-message":171,"\u5dee\u6f14":135,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":165,value:57,"\u5236\u9650":[58,118,75,84,39,153,160],cast:50,near:61,"\u306e\u306b":62,"\u691c\u7d22":[38,97,130,3,81,82,62,120,75,42,165,65,16,167,129,135,69,161,57],match:[104,69,97],"\u30e9\u30a4\u30d6\u30e9\u30ea":[120,171],"\u540c\u3058":62,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:167,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":172,"\u6307\u91dd":112,"\u5fc5\u8981":98,vm:125,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":136,"_expansion":97,"\u53d6\u5f97":[3,136],"\u30ec\u30b3\u30fc\u30c9id":84,"\u95be\u5024":62,".maxfileperproc":125,"\u8a9e\u5f59\u8868":57,"\u5ea7\u6a19\u5024":135,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":136,fedora:150,"\u4f7f\u3044\u65b9":[80,4,5,85,40,41,42,90,131,8,9,133,94,96,103,97,66,75,138,51,104,52,16,141,143,21,145,56,57,60,43,153,147,152,63,64,114,155,106,86,67,115,160,161,72,166,119,121,27,7,98,31,126],"_rectangle":29,suggest:138,make:[171,136],"\u4f8b\u3048":112,"\u6210\u679c":108,"-dataset":169,"\u7a4d\u6f14":135,"_filter":[67,166],html:[98,108,18],"-learner":56,messagepack:123,"\u30ad\u30fc\u30ef\u30fc\u30c9":[62,167],".max":125,"\u8a98\u5c0e":112,".po\u30d5\u30a1\u30a4\u30eb":108,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[69,129,118],"\u8ab2\u984c":0,"_columns":[104,69,97],"_data":107,"\u5834\u6240":[112,160],"\u5168\u6587\u691c":[3,89],"\u95a2\u4fc2":[38,97,171],database:[119,56],"\u307e\u305f":69,"\u3055\u307e\u3056\u307e\u306a":65,"()":61,flags:[40,80,121,157,57],sortby:97,"\u51fa\u529b":[123,97,3,4,108],gzip:47,the:[68,125],lcov:162,"_path":[119,8,56],"\u8868\u793a":3,"-platform":171,protocol:157,"-path":171,less:61,"(v":61,"_tagn":147,"\u5229\u7528":[65,149,8],"_ctx":14,"\u5171\u6709":120,"\u9006\u5f15\u304d":38,"\u8fd4\u5024":[59,97,164,100,29,30,159],"\u547c\u3073\u51fa\u3057":135,"\u5f8c\u65b9":[135,165,129],"\u3067\u304d\u308b":[61,112],loading:8,"\u8ad6\u7406":[165,135],mmap:151,"\u30bd\u30fc\u30c8":[65,118],defrag:31,"_selector":141,"\u660e\u793a\u7684":66,"\u62e1\u5f35":81,"\u4e00\u81f4":[135,161,130,165,129],hat:136,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":47,"\u7d4c\u5ea6":120,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":120,"\u8ad6\u7406\u7a4d":165,"\u9759\u7684":[103,162],"\u4fdd\u5b58":[11,57],nginx:8,"_hook":83,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":170,"\u30bd\u30fc\u30b9":[150,117,12,137,91,171,79],"\u7a4d\u4ee3":135,linux:125,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":92,"\u5354\u529b":112,"\u691c\u7d22\u4f8b":61,"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,47],"_expr":[61,74,144],adjuster:97,"_threshold":97,"\u4f5c\u696d":136,"\u307e\u305f\u3050":69,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":92,"\u4ed5\u65b9":108,learning:56,centos:117,twitter:[112,136,22],"-plugins":171,"\u30b7\u30b9\u30c6\u30e0":[0,167],"\u5358\u8a9e":135,"_dat":84,"\u4f7f\u7528":125,"\u5727\u7e2e":47,"\u30b3\u30e1\u30f3\u30c8":167,"_sortby":97,"\u5411\u3051":[156,136],"\u5bc6\u9375":136,"\u66f8\u304d":130,freebsd:125,"\u5f62\u5f0f":[51,123],comments:167,exit:169,allocate:151,"\u30af\u30a8\u30ea\u30fc":[8,24,165],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":127,"\u30d3\u30eb\u30c9":[150,117,136,12,137,91,171,79],"\u5206\u3051":130,run:18,"\u5168\u6587\u691c\u7d22":165,"\u4ed8\u304d":[38,135],"\u3046\u307e\u304f":112,"\u4e0a\u9650":58,"\u4f9d\u5b58":171,"\u5b8c\u5168":130,"\u3042\u308b":167,"\uff08personal":12,"\u5927\u306a\u308a":[165,135],output:97,"\u96c6\u8a08":120,from:56,post:[8,47],"_auto":8,"\u6319\u52d5":130,by:8,"\u5b9f\u73fe":61,"_border":86,"package":12,column:[147,63,41,64,52,86,85],of:125,"_escalation":[55,97],"\u30e6\u30fc\u30b6\u30fc":[167,112],location:66,range:67,"\u30b9\u30c8\u30ec\u30fc\u30b8":120,os:79,software:18,ppa:12,scorer:[65,97],"_reopen":21,"\u5b9f\u9a13":23,domain:118,"\u30ad\u30e3\u30c3\u30b7\u30e5":[97,8],"\u30d5\u30a1\u30a4\u30eb":[45,61,136,18,160,47,108],"_cache":[15,8],"\u5831\u544a":0,"\u524d\u65b9":[135,161,165,129],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":162,log:[5,21,7,56,134],"\u8907\u6570":[69,118,47],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":153,"_prefix":171,approximate:66,"\u30d0\u30fc\u30b8\u30e7\u30f3":[140,1,10,132,136],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":69,redmine:112,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[165,135],"\u63d0\u6848":[119,154,42],"cpu\u30b3\u30a2":47,"_db":73,"\u30d5\u30a9\u30ed\u30fc":167,files:[125,56,169],"_full":147,"\u6027\u80fd":[8,47],memory:151,"\u7b97\u8853":135,"with":18,"_load":60,pull:108,"\u5165\u308a":167,"default":[10,57],"\u5426\u5b9a":[165,135],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":136,limit:97,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":112,highlight:[147,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,83,76,95,46,49,105,14,15,102,17,139,107,109,110,54,111,55,99,70,73,74],"\u304a\u77e5\u3089":[68,1,140,132],similar:61,"delete":155,"\u611f\u8b1d":[1,140,113,132,6,68,23,101],bigram:167,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":136,command:10,"\u69d8\u3005":162,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":167,"\u3067\u304d":39,"\u56de\u907f":151,"\u3054\u3068":69,"\u70b9\u6570":135,check:114,"\u306b\u5bfe\u3059\u308b":69,"\u5bfe\u5fdc":[82,112,47],"\u7570\u306a\u308b":62,"\u4ee3\u5165\u5f0f":165,"\u3068\u308a":112,"\u914d\u5217":135,"\u3042\u3052\u308b":62,"\u306e\u307f":[162,136],grn:[35,83,76,95,46,49,105,14,15,102,144,139,107,61,109,110,54,111,55,99,70,73,74],"\u5168\u6587":[62,120,65,3,69],"_type":[66,54,95,157,57],users:167,truncate:115,"\u30c7\u30fc\u30bf":[3,11,167,39,42,57],worker:8,"-package":171,"\u30c7\u30d0\u30c3\u30ac":162,update:[161,136,18],"_query":8,"\u547d\u4ee4":153,"\u65b0\u3057\u3044":108,"_map":125,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":47,"\u4f7f\u3046":[66,8],drilldown:97,"-latest":136,"\u3088\u3046":[16,161,42],debian:[137,136],"\u4f5c\u308a\u65b9":75,"_count":125,"\u4f7f\u3044":130,macports:79,"-threshold":171,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[58,38,69,103],pseudo:53,"_offset":97,queryexpandertsv:160,"_memory":125,"\u5909\u66f4\u70b9":136,oracle:20,"\u539f\u56e0":62,"\u30c7\u30fc\u30e2\u30f3":92}})