rroonga 4.0.7-x86-mingw32 → 4.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (559) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +1 -1
  3. data/doc/text/news.textile +17 -1
  4. data/ext/groonga/extconf.rb +2 -1
  5. data/ext/groonga/rb-grn-column.c +31 -0
  6. data/ext/groonga/rb-grn-database.c +33 -1
  7. data/ext/groonga/rb-grn-table.c +1 -1
  8. data/ext/groonga/rb-grn.h +1 -1
  9. data/lib/1.9/groonga.so +0 -0
  10. data/lib/2.0/groonga.so +0 -0
  11. data/lib/2.1/groonga.so +0 -0
  12. data/lib/groonga/geo-point.rb +2 -1
  13. data/rroonga-build.rb +3 -3
  14. data/test/test-column.rb +68 -6
  15. data/test/test-command-select.rb +0 -3
  16. data/test/test-database.rb +28 -1
  17. data/test/test-expression-builder.rb +1 -1
  18. data/test/test-geo-point.rb +15 -0
  19. data/test/test-variable-size-column.rb +2 -2
  20. data/vendor/local/bin/grndb.exe +0 -0
  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.exe +0 -0
  32. data/vendor/local/bin/lz4c.exe +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/httpd/groonga-httpd.conf +2 -2
  39. data/vendor/local/include/groonga/groonga.h +1 -0
  40. data/vendor/local/include/groonga/groonga/groonga.h +4 -1
  41. data/vendor/local/include/groonga/groonga/request_canceler.h +39 -0
  42. data/vendor/local/include/lz4.h +21 -29
  43. data/vendor/local/include/lz4frame.h +252 -0
  44. data/vendor/local/include/lz4hc.h +14 -63
  45. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  49. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  50. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  51. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  52. data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
  53. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  54. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  55. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
  57. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  59. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  60. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  61. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  63. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  64. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  65. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  69. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  71. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  73. data/vendor/local/lib/groonga/scripts/ruby/command/grndb.rb +169 -0
  74. data/vendor/local/lib/groonga/scripts/ruby/database.rb +19 -0
  75. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +4 -0
  76. data/vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb +1 -0
  77. data/vendor/local/lib/groonga/scripts/ruby/require.rb +68 -0
  78. data/vendor/local/lib/groonga/scripts/ruby/table_cursor.rb +11 -0
  79. data/vendor/local/lib/libgroonga.a +0 -0
  80. data/vendor/local/lib/libgroonga.dll.a +0 -0
  81. data/vendor/local/lib/libgroonga.la +3 -3
  82. data/vendor/local/lib/liblz4.a +0 -0
  83. data/vendor/local/lib/liblz4.dll +0 -0
  84. data/vendor/local/lib/liblz4.dll.1 +0 -0
  85. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  86. data/vendor/local/lib/libmecab.a +0 -0
  87. data/vendor/local/lib/libmecab.dll.a +0 -0
  88. data/vendor/local/lib/libmecab.la +3 -3
  89. data/vendor/local/lib/libmsgpack.a +0 -0
  90. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  91. data/vendor/local/lib/libmsgpack.la +3 -3
  92. data/vendor/local/lib/libmsgpackc.a +0 -0
  93. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  94. data/vendor/local/lib/libmsgpackc.la +3 -3
  95. data/vendor/local/lib/libonig.a +0 -0
  96. data/vendor/local/lib/libonig.dll.a +0 -0
  97. data/vendor/local/lib/libonig.la +2 -2
  98. data/vendor/local/lib/libz.a +0 -0
  99. data/vendor/local/lib/libz.dll.a +0 -0
  100. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  101. data/vendor/local/lib/pkgconfig/liblz4.pc +6 -6
  102. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  103. data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
  104. data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
  105. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  106. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  107. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  108. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  109. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  110. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  111. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  112. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +9 -12
  114. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  115. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +10 -3
  116. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  117. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  118. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +4 -4
  119. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  120. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -3
  121. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  122. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +75 -1
  124. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +16 -0
  125. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +40 -0
  126. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +1 -0
  127. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +41 -0
  128. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +3 -0
  129. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +91 -0
  130. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +139 -0
  131. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +39 -14
  132. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +84 -0
  133. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -21
  134. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +16 -7
  135. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +5 -67
  137. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +0 -25
  138. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  139. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  140. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  141. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
  142. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  143. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  144. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  145. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  146. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
  147. data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -19
  148. data/vendor/local/share/doc/groonga/en/html/client.html +17 -19
  149. data/vendor/local/share/doc/groonga/en/html/community.html +17 -19
  150. data/vendor/local/share/doc/groonga/en/html/contribution.html +18 -20
  151. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -19
  152. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +17 -19
  153. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +17 -19
  154. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +17 -19
  155. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +17 -19
  156. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -19
  157. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +17 -19
  158. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -19
  159. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -19
  160. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +17 -19
  161. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +33 -35
  162. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +17 -19
  163. data/vendor/local/share/doc/groonga/en/html/development.html +17 -19
  164. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +24 -26
  165. data/vendor/local/share/doc/groonga/en/html/genindex.html +22 -14
  166. data/vendor/local/share/doc/groonga/en/html/index.html +84 -82
  167. data/vendor/local/share/doc/groonga/en/html/install.html +31 -33
  168. data/vendor/local/share/doc/groonga/en/html/install/centos.html +28 -30
  169. data/vendor/local/share/doc/groonga/en/html/install/debian.html +29 -25
  170. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -27
  171. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +22 -24
  172. data/vendor/local/share/doc/groonga/en/html/install/others.html +88 -90
  173. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +22 -24
  174. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -26
  175. data/vendor/local/share/doc/groonga/en/html/install/windows.html +30 -32
  176. data/vendor/local/share/doc/groonga/en/html/limitations.html +18 -20
  177. data/vendor/local/share/doc/groonga/en/html/news.html +226 -147
  178. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +17 -19
  179. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +18 -20
  180. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +17 -19
  181. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +32 -34
  182. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +27 -29
  183. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +97 -99
  184. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +69 -71
  185. data/vendor/local/share/doc/groonga/en/html/news/senna.html +17 -19
  186. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  187. data/vendor/local/share/doc/groonga/en/html/reference.html +83 -81
  188. data/vendor/local/share/doc/groonga/en/html/reference/api.html +37 -39
  189. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +31 -33
  190. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +43 -45
  191. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +93 -65
  192. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +27 -29
  193. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +24 -26
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +61 -63
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +86 -33
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +28 -30
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +64 -66
  198. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -28
  199. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +29 -31
  200. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +27 -29
  201. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -28
  202. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -28
  203. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +25 -27
  204. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +74 -76
  205. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +29 -31
  206. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -26
  207. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +60 -62
  208. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +49 -51
  209. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +25 -27
  210. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +22 -24
  211. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +40 -42
  212. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +17 -19
  213. data/vendor/local/share/doc/groonga/en/html/reference/column.html +19 -21
  214. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +22 -24
  215. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +59 -61
  216. data/vendor/local/share/doc/groonga/en/html/reference/command.html +54 -53
  217. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +17 -19
  218. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +58 -60
  219. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +173 -0
  220. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +110 -112
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +57 -59
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +59 -61
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +44 -43
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +55 -57
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +90 -92
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +40 -42
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +59 -61
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +55 -57
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +40 -42
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +53 -55
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +38 -40
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +61 -63
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +221 -0
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +42 -44
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +42 -44
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +42 -44
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +81 -83
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +48 -50
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +37 -39
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +37 -39
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +49 -51
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +276 -0
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +54 -56
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +53 -55
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +384 -386
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +37 -39
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +45 -47
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +81 -83
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +146 -148
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +49 -51
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +39 -41
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +65 -67
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +101 -103
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +45 -47
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +178 -54
  256. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +31 -32
  257. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +224 -0
  258. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +43 -45
  259. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +64 -66
  260. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +111 -113
  261. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +37 -39
  262. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
  263. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +80 -82
  264. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +56 -58
  265. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +81 -83
  266. data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -20
  267. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -42
  268. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +19 -21
  269. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +79 -81
  270. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -32
  271. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +20 -22
  272. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +51 -53
  273. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +39 -41
  274. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +28 -30
  275. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +17 -19
  276. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +17 -19
  277. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -48
  278. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +18 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +42 -44
  280. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +39 -41
  281. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +24 -26
  282. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +208 -210
  283. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +260 -262
  284. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +19 -21
  285. data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -22
  286. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +46 -65
  287. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -19
  288. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +17 -19
  289. data/vendor/local/share/doc/groonga/en/html/reference/output.html +36 -38
  290. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +17 -19
  291. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +55 -57
  292. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +17 -19
  293. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +17 -19
  294. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +17 -19
  295. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +17 -19
  296. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +17 -19
  297. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +52 -54
  298. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +58 -58
  299. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +17 -19
  300. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +27 -29
  301. data/vendor/local/share/doc/groonga/en/html/reference/types.html +38 -40
  302. data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
  303. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  304. data/vendor/local/share/doc/groonga/en/html/server.html +17 -19
  305. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +17 -19
  306. data/vendor/local/share/doc/groonga/en/html/server/http.html +17 -19
  307. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +32 -34
  308. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +17 -19
  309. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +17 -19
  310. data/vendor/local/share/doc/groonga/en/html/server/package.html +31 -33
  311. data/vendor/local/share/doc/groonga/en/html/spec.html +17 -19
  312. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +125 -127
  313. data/vendor/local/share/doc/groonga/en/html/spec/search.html +17 -19
  314. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +17 -19
  315. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
  316. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
  317. data/vendor/local/share/doc/groonga/en/html/tutorial.html +18 -20
  318. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +17 -19
  319. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +31 -33
  320. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -22
  321. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +17 -19
  322. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +17 -19
  323. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +21 -23
  324. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +50 -52
  325. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +17 -19
  326. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +18 -20
  327. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -22
  328. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +33 -35
  329. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  330. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +9 -12
  331. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  332. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +10 -3
  333. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  334. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  335. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +4 -4
  336. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  337. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -3
  338. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
  340. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +75 -1
  341. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +16 -0
  342. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +40 -0
  343. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +1 -0
  344. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +41 -0
  345. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +3 -0
  346. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +91 -0
  347. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +139 -0
  348. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +39 -14
  349. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +84 -0
  350. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -21
  351. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +16 -7
  352. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  353. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +5 -67
  354. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +0 -25
  355. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  358. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
  359. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  360. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  361. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  362. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  363. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
  364. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +17 -19
  365. data/vendor/local/share/doc/groonga/ja/html/client.html +17 -19
  366. data/vendor/local/share/doc/groonga/ja/html/community.html +17 -19
  367. data/vendor/local/share/doc/groonga/ja/html/contribution.html +19 -21
  368. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -19
  369. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +17 -19
  370. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +17 -19
  371. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +17 -19
  372. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -22
  373. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +17 -19
  374. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +17 -19
  375. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +17 -19
  376. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +17 -19
  377. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +18 -20
  378. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +35 -37
  379. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +17 -19
  380. data/vendor/local/share/doc/groonga/ja/html/development.html +17 -19
  381. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -22
  382. data/vendor/local/share/doc/groonga/ja/html/genindex.html +26 -18
  383. data/vendor/local/share/doc/groonga/ja/html/index.html +84 -82
  384. data/vendor/local/share/doc/groonga/ja/html/install.html +31 -33
  385. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +37 -39
  386. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +31 -27
  387. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +28 -30
  388. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +22 -24
  389. data/vendor/local/share/doc/groonga/ja/html/install/others.html +79 -81
  390. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +21 -23
  391. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +32 -28
  392. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -31
  393. data/vendor/local/share/doc/groonga/ja/html/limitations.html +19 -21
  394. data/vendor/local/share/doc/groonga/ja/html/news.html +226 -136
  395. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +17 -19
  396. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +18 -20
  397. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +17 -19
  398. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +33 -35
  399. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +27 -29
  400. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +91 -93
  401. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +59 -61
  402. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +17 -19
  403. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  404. data/vendor/local/share/doc/groonga/ja/html/reference.html +83 -81
  405. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +37 -39
  406. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +31 -33
  407. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +38 -40
  408. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +87 -59
  409. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +27 -29
  410. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +24 -26
  411. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +55 -57
  412. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +85 -32
  413. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +28 -30
  414. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +50 -52
  415. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +26 -28
  416. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +29 -31
  417. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +27 -29
  418. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +26 -28
  419. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +26 -28
  420. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -27
  421. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +75 -77
  422. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +29 -31
  423. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -26
  424. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +60 -62
  425. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +49 -51
  426. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -27
  427. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +22 -24
  428. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +40 -42
  429. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +17 -19
  430. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +19 -21
  431. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +22 -24
  432. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +49 -51
  433. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +54 -53
  434. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +17 -19
  435. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +48 -50
  436. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +174 -0
  437. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +109 -111
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +54 -56
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +59 -61
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +44 -43
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +55 -57
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +82 -84
  443. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +40 -42
  444. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +56 -58
  445. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +55 -57
  446. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +40 -42
  447. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +52 -54
  448. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +38 -40
  449. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +54 -56
  450. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +224 -0
  451. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +42 -44
  452. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +42 -44
  453. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +42 -44
  454. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +76 -78
  455. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +48 -50
  456. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +37 -39
  457. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +37 -39
  458. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +46 -48
  459. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +278 -0
  460. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +54 -56
  461. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +53 -55
  462. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +255 -257
  463. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +37 -39
  464. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +43 -45
  465. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +79 -81
  466. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +122 -124
  467. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +49 -51
  468. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +39 -41
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +60 -62
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +86 -88
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +45 -47
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +178 -54
  473. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +31 -32
  474. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +222 -0
  475. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +43 -45
  476. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +64 -66
  477. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +99 -101
  478. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +37 -39
  479. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
  480. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +80 -82
  481. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +56 -58
  482. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +81 -83
  483. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -20
  484. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +40 -42
  485. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +19 -21
  486. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +67 -69
  487. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -32
  488. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +20 -22
  489. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +41 -43
  490. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +30 -32
  491. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +28 -30
  492. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +17 -19
  493. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +17 -19
  494. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -41
  495. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +18 -20
  496. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +28 -30
  497. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -33
  498. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +21 -23
  499. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -117
  500. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +180 -182
  501. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +18 -20
  502. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -22
  503. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +37 -54
  504. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -19
  505. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +17 -19
  506. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +32 -34
  507. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +17 -19
  508. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -36
  509. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +17 -19
  510. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +17 -19
  511. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +17 -19
  512. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +17 -19
  513. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +17 -19
  514. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +42 -44
  515. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +55 -55
  516. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +17 -19
  517. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +27 -29
  518. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +36 -38
  519. data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
  520. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  521. data/vendor/local/share/doc/groonga/ja/html/server.html +17 -19
  522. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +17 -19
  523. data/vendor/local/share/doc/groonga/ja/html/server/http.html +17 -19
  524. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +26 -28
  525. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +17 -19
  526. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +17 -19
  527. data/vendor/local/share/doc/groonga/ja/html/server/package.html +32 -34
  528. data/vendor/local/share/doc/groonga/ja/html/spec.html +17 -19
  529. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +124 -126
  530. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +17 -19
  531. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +17 -19
  532. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
  533. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
  534. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +18 -20
  535. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +18 -20
  536. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +30 -32
  537. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +17 -19
  538. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +18 -20
  539. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +17 -19
  540. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +24 -26
  541. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +47 -49
  542. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +18 -20
  543. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +18 -20
  544. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -22
  545. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +31 -33
  546. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  547. data/vendor/local/share/groonga/html/admin/index.ja.html +1 -1
  548. data/vendor/local/share/license/mruby/AUTHORS +11 -0
  549. data/vendor/local/share/license/mruby/README.md +32 -20
  550. data/vendor/local/share/man/ja/man1/groonga.1 +952 -259
  551. data/vendor/local/share/man/man1/groonga.1 +930 -239
  552. metadata +103 -80
  553. data/vendor/local/bin/lz4 +0 -0
  554. data/vendor/local/bin/lz4c +0 -0
  555. data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
  556. data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +0 -10308
  557. data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +0 -999
  558. data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +0 -10308
  559. data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +0 -999
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>検索 &mdash; Groonga v4.0.8ドキュメント</title>
10
+ <title>検索 &mdash; Groonga v4.0.8-168-gae696d7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '4.0.8',
18
+ VERSION: '4.0.8-168-gae696d7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <script type="text/javascript" src="_static/searchtools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="Groonga v4.0.8ドキュメント" href="index.html" />
30
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
  </head>
39
- <body role="document">
39
+ <body>
40
40
  <div class="header">
41
41
  <h1 class="title">
42
42
  <a id="top-link" href="index.html">
@@ -54,20 +54,20 @@
54
54
  </div>
55
55
 
56
56
 
57
- <div class="related" role="navigation" aria-label="related navigation">
57
+ <div class="related">
58
58
  <h3>ナビゲーション</h3>
59
59
  <ul>
60
60
  <li class="right" style="margin-right: 10px">
61
61
  <a href="genindex.html" title="総合索引"
62
62
  accesskey="I">索引</a></li>
63
- <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
67
67
  <div class="document">
68
68
  <div class="documentwrapper">
69
69
  <div class="bodywrapper">
70
- <div class="body" role="main">
70
+ <div class="body">
71
71
 
72
72
  <h1 id="search-documentation">検索</h1>
73
73
  <div id="fallback" class="admonition warning">
@@ -92,22 +92,22 @@
92
92
  </div>
93
93
  </div>
94
94
  </div>
95
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
95
+ <div class="sphinxsidebar">
96
96
  <div class="sphinxsidebarwrapper">
97
97
  </div>
98
98
  </div>
99
99
  <div class="clearer"></div>
100
100
  </div>
101
- <div class="related" role="navigation" aria-label="related navigation">
101
+ <div class="related">
102
102
  <h3>ナビゲーション</h3>
103
103
  <ul>
104
104
  <li class="right" style="margin-right: 10px">
105
105
  <a href="genindex.html" title="総合索引"
106
106
  >索引</a></li>
107
- <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
- <div class="footer" role="contentinfo">
110
+ <div class="footer">
111
111
  &copy; Copyright 2009-2014, Brazil, Inc.
112
112
  </div>
113
113
  </body>
@@ -1 +1 @@
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}})
1
+ Search.setIndex({envversion:42,terms:{clumns:129,"\u51fa\u6765":[39,71,82],"\u300calice":170,localstatedir:[143,174],"\u3082\u3089\u3063":3,four:[138,3],"\u660e\u78ba":70,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[31,89],"\u811a\u6ce8":[68,3,40,65,29,162],"\u3082\u3089\u3048":115,"\u65e5\u672c\u4eba":164,"\u79d2\u60c5":23,"_column":[],"\u7b2c\u4e8c":[],"\u6b63\u5e38":[156,140],"\u30d5\u30c3\u30af":73,internally:[98,14],"\u5b9a\u5024":6,"/projects":140,"&q":122,"&s":122,"\u7b2c\u4e00":[],incremented:123,"\u3044\u304f\u3064\u304b":[153,100,82,140,124,116,22,173,41,107,63,54,174,149,165,177],"\u89e3\u9664":[1,72,89,99],second:[138,95],"\u4f5c\u3089\u308c":[70,156],"\u4e8b\u524d":[64,137,62,140,157],"\u30de\u30af\u30ed":[23,72,116],"\u30b7\u30f3\u30dc\u30eb":66,"\u5f15\u3044":139,increasing:129,error:[35,102,5,116,126,7,8,138,70],here:[35,75,122,123,164,172,43,127,95,8,55,138,129,118,58],onga:27,"&!":139,china:121,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":148,"&&":[64,169,100,133,139],"\u4e0e\u3048":[52,63,3,64,114,89,116,6,94,57],reports:[35,55],"_output":[],"\u30c8\u30fc\u30af\u30f3":[152,82,139,86,134,116,43,41,16,70,23,175,143,59],"\u7ffb\u8a33":[],"\u300c\"":89,"\u300c#":143,"\u300c,":146,"9e":175,"9f":4,unix:[126,174],txt:[79,111],"\u5ea6\u6d6e":40,"\u5bfe\u7167":107,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[70,72,165],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u975e\u63a8":[68,116,6,70,23,59],music:[39,138],tokenize:[],"_flags":[],"[pkg":[6,23],until:[35,129,17],"\u30d6\u30ed\u30b0":[],"\u30df\u30ea":[11,23,40,67,139],"\u6709\u529b":142,"\u7f6e\u304f\u4f8b":174,"[os":70,"\u4e0b\u304c\u308a":64,karmic:165,"\u300cv":140,"(pos":[29,162],"_command":[],"\u6709\u52b9":[82,87,89,94,23,174,100,140,11,12,52,105,59,113,156,116,70,72,104,168,120,75,30,27,8],"\u6b63\u5f0f":70,"\u4e8c\u91cd":[70,116,168],"\u30e1\u30fc\u30eb":[0,111],daemoned:[],"/functions":165,example:[39,100,3,95,121,127,11,123,122,67,8,55,129,118,164,94],"/blog":140,"\u6a2a\u5c71":[70,116],want:[122,141,12],"*cache":15,"<groonga":156,travel:170,feature:[55,75,8,95,164,111],how:[],wrong:55,types:[142,16,124,164,43],"\u63fa\u308c":83,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":116,"_resource":[2,72],"\u5b09\u3057\u304f":115,"\u901a\u5e38":[126,100,82,3,168,11,40,14,6,54,8,70,175,163,87],keeps:77,"\u500b\u5b9a":125,wing:[6,116],"\u3042\u305f\u308a":[23,143],vars:[35,47],"\uff11\u5bfe":125,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":[],"\u6e1b\u7b97":[],"_ptr":[35,76],"\u8fd4\u3063":[168,139],"_{":116,"-code":[70,140],"\u8fd4\u3057":[35,82,3,83,85,87,41,42,43,63,137,101,48,100,68,139,103,142,105,108,14,15,107,53,16,17,169,21,150,110,61,62,44,112,113,114,155,116,162,66,57,67,158,109,88,70,118,72,164,74,75,127,157,170,27,29,167],fix:[53,37,87],"\u8fd4\u3055":[52,100,10,142,114,6,117,70,72],"_s":70,"_desc":105,"_o":[2,160],"_n":[15,122,116],"_i":[2,160],fin:47,"_a":[2,160],"\uff08tokenmecab":64,"\u3046\u3063\u304b\u308a":116,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[122,58],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":68,"\u516c\u8f14":116,"\u3082\u3063\u3068\u3082":165,"\u30af\u30a8\u30ea\u30da\u30a2":157,"\u8a8d\u8a3c":[],"_select":[],"(point":[29,68,162],"_deadlock":[2,160,72],timeout:[72,17],debug:[5,138,7,8],"_$":[142,59],"_\"":23,"@do":70,"*keywords":76,rd:[64,134],re:[129,75],rf:[120,8],"post\u30e1\u30bd\u30c3\u30c9":116,moritapo:39,rc:[82,138,2],rm:8,ro:82,gregex:116,rk:[],"\uff01\uff09":[16,164],"\uff01\uff08":111,"\u3042\u305f\u3044":109,"\u5909\u5316":30,"\u5168\u90e8":160,".msgpack":4,"/limits":129,ringtail:[70,116],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[87,77],"\u307e\u308d\u3086\u304d":133,"\u771f\u507d":[11,139,40,116,168],libedit:[153,1,143,6,23,174],"\u5f31\u70b9":30,"\u8fd4\u308a":[67,100,121],"\u8fd4\u308b":143,"\u7d99\u627f":116,"\"localhost":94,"_locks":[2,160],"\u25a1\u25a1":115,"\u300cnew":170,"\uff08age":59,":bob":170,"2\u5104":[],mingw:[23,140],"nginx\u3089\u3057\u3044":70,"\u6607\u964d":[57,100],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[89,82,3,116,124],service:[129,131,16],"\u4f7f\u308f":[2,83,86,82,8,23,100,140,15,147,59,39,116,160,88,70,163,164,73,168,121,175,76],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[166,52,100,82,3,4,121,11,30,40,89,43,6,146,142,139,168],"\u533a\u5207\u308b":[143,163],master:8,"\u610f\u8b58":59,"\u8a8d\u8b58":115,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[107,100],"\u306e\u3059\u3079\u3066":48,"(comments":169,"-common":[6,12],project:139,"_update":[168,100,2,105,113],"*namebuf":[72,113],boston:170,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[168,89,116,6,70,23,174,73],"\u304b\u3069\u3046":[2,169,64,107,88,174],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[122,156,89],"\u300csubmit":[],"/max":70,object:[35,72,75,85,40,6,127,105,160,50,47,110,139],"\u7d22\u7528":[],"\"black":175,microsecond:138,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":117,letter:175,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":48,"\u533a\u5207\u3063":[41,100,82,124,160],"\u4f7f\u3063":[0,82,3,83,40,134,42,6,2,93,8,174,48,133,153,100,139,140,77,11,104,12,14,107,16,147,59,151,39,62,63,112,64,115,116,66,117,67,160,70,109,163,73,120,175,168,121,157,111,170,124,27,126,141,128,80,81,94],released:[37,140],camp:170,"\u4f7f\u3048":[100,82,88,168,121,177,147,116,66,8,139,70,23,73,149,59],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":174,"\u66f8\u304d\u8fbc\u307e":176,unmanaged:117,"\u304by":116,"\u30d0\u30a4\u30ca\u30ea\u30fc":126,layout:140,".fedoraproject":120,cpu:[122,30,156,8,174,48],"2byte":160,"-enable":[80,143,18],createrepo:140,"\u79d8\u5bc6":140,"\u30a2\u30d4\u30fc\u30eb":140,"_age":88,"\u91cd\u307f":[],tips:[],"\u30c8\u30d4\u30c3\u30af":140,"\u91cd\u3044":[30,100],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":75,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":70,"\u91cd\u304f":64,patch:37,"(tab":163,release:[],unpatched:37,"\u69cb\u9020":[39,63,30,14,126,105,86],"\u5e83\u304f":140,"[linux":6,clarified:[],result:[68,4,105,27,164,95,63,160,55,71,58],"<port":[156,89],"[patch":[],"\u5206\u304b\u3061":30,wikipedia:40,score:[39,100,63,3,113,77,64,142,164,67,43,68,53,16,116,170,139,71,118,107,122],"-stem":[70,12,141],"\u611f\u3058":115,shidara:23,"\u554f\u3044\u5408\u308f":63,"\u539f\u99c5":67,reported:[],country:[158,94,121],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":175,"\u66f8\u304d\u8fbc\u3080":156,"\u540c\u69d8":[84,100,63,140,11,156,67,94,57],"\u4e00\u6587\u5b57":70,"\u5931\u6557":[35,15,3,168,140,143,66,116,6,127,53,158,17,9,23,70,118,59],"\u3044\u304f":[],"\u95a2\u6570":[],diff:156,"\u5404\u7a2e":140,"\u6d88\u53bb":116,"\uff08node":73,"\u5360\u6709":72,"\u3044\u3046":100,correction:16,"\u30ab\u30f3\u30de":[100,3,139,121,52,146],worker:[],dave:88,"\u305f\u307e\u307e":48,input:[52,126,98,160,164],"-message":[],".memos":[],"/function":140,"_sel":37,"\u3069\u3093":97,"#set":156,"\u3069\u308c":[126,87,100,48,59],"_set":[15,36,85,114,14,6,21,108,17,57,70,72,104,47],"\"sound":16,"\u65ad\u7247":27,"\u4ee3\u8868":30,"\u79d2\u6570":[126,100,139,11,170,40,74],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":116,"\u4e2d\u8eab":[70,3,160,156],"_false":72,"\u3069\u306e":[84,100,82,121,162,16,68,174],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[64,170],"_rectangle":[],"\u3069\u3053":[23,174,70],"\u3002db":[23,63,3,94,14],"\u30df\u30ea\u79d2":40,"\u7121\u8996":[100,82,168,64,86,143,89,116,6,105,158,124,146,70,57,23,163],"\u5fdc\u7528":30,"\u3069\u3046":[1,135,75,121,5,115,65,100,6,64,7,144,8,176,99],"\u30e2\u30fc\u30c9":[82,3,63,94,70,31],"\"canceled":95,"\"blt":146,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[82,64,134,16,57,70,59],"_skip":116,"_element":36,"\u30c4\u30fc\u30eb":[],"_result":[105,2],sleepy:106,normalzer:[],"\u4e00\u6c17":140,previous:131,"\u5317\u4eac":68,"\u300ccharlie":170,has:[35,37,140,172,105,102,95,138,129],hat:[],"*vars":[35,47],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":116,"\"content":[139,152,100,168],"\u9001\u308b":[0,160,48,111],"\u9001\u308a":[160,140],"\u30d0\u30a4\u30ca\u30ea":[93,140],"_broken":2,"\u8d8a\u3048":64,unique:[122,95],"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":84,">command":4,"_error":[35,2,160],"_ascending":57,alice:[100,168,170,107,53,8,88,118,48],"-unauthenticated":[6,141],"\u30d4\u30ea\u30aa\u30c9":[66,71],"\u30cf\u30a4\u30d5\u30f3":[3,59],sebastian:70,right:102,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[89,82,3,124],truncated:[113,116],begin:166,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":100,groogna:[104,48],"\u9001\u3063":[79,0,80,111],"for":[35,131,37,40,22,43,6,8,95,138,98,68,139,17,55,58,102,118,72,164,75,122,123,27,172,127,170,129,76],bottom:[23,102,29],quetzal:6,".asc":140,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":116,ichii:23,yoku:[70,116],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":72,"\u5206\u985e":[11,121],standalone:58,"\"starttime":4,"\u89e3\u6c7a\u7b56":115,"\u306a\u3055\u3093":80,"\u65e2\u5b9a\u5024":131,"\u305b\u3044":116,"_size":[35,63,113,78,14,105,56,57,72,76,47],".am\u30d5\u30a1\u30a4\u30eb":140,"\u89e3\u91c8":[143,63,168,146],waits:[35,17],"_range":[2,72],support:37,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":88,joseph:133,"\u305b\u306a":[168,139],"\u5c71\u672c":70,"\u3086\u304d\u3072\u308d":133,thesaurus:100,"/tsv":[163,9],"\u5fa9\u65e7":104,"\u8981\u7d20":[52,2,3,77,87,156,27,116,6,105,63,126],"\u30d0\u30f3\u30c9\u30eb":[70,116],"\u3002sortby":100,"\u306e\u304b":[170,134],"\u9006\u5f15":39,"_sequence":[2,160],"\u306e\u3044":[10,5,30,40,89,52,68,105,7,160,63],"_records":[6,116],"''":168,exist:95,"'\"":[6,116],"'.":[72,111],"'-":[89,116],"',":[70,72,172,43],sizeof:76,"')":[166,100,168,89,52,70],"'(":[89,168],"\u306e\u306b":[],"\u306e\u3061":100,relax:129,"\u306e\u3067":[131,3,134,6,93,8,70,137,48,100,68,140,11,107,111,62,64,154,115,116,169,88,23,71,163,30,27,126,173,170,31,59],"*nvars":47,"\u3001_":3,"\u306e\u307f":[],"'t":[98,75,123,43,127,17,95,129,14,76,164,8],"'s":[106,100,168,52,169,138,126,139,111],moero:39,"\u3089\u308c\u308b":[63,113,30,134,116,6,57,70],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":156,"'a":169,"\u305b\u308b":[131,63,30,150,42,107,31,165,59],"'n":89,"'m":[106,170,152,71],"-latest":[],"-tar":20,"\u305b\u308c":30,"\u6bb5\u843d":[66,87,113],"_count":[],"'\\":168,"\u5165\u529b\u30df\u30b9":16,time:[170,95,122,11,142,138,156,116,43,6,64,16,129,55,70,23,167,164],push:[140,111],"\u304a\u3053\u306a\u3063":3,":/":[3,4,89,93,8,95,96,174,48,153,101,140,77,11,12,15,146,111,39,20,67,94,70,73,166,120,121,122,141,31,175,81],"\u53cd\u6620":[30,63,140,129],"\u7b26\u53f7":[],":$":[133,139,168,18],"\u6d41\u308c":[],"-prefix":[],":#":70,"\u5c0f\u897f":116,":=":[100,168],":>":[100,168],"\u3002rroonga":147,"::":[127,2,4],"-search":70,millisecond:17,"\u3042\u307e\u308a":[71,115,105],"\u7aef\u672b":30,"_builtin":[23,72,75,56],"\u6700\u7d42":[100,75,77],dragonfly:143,"\u500b\u5225":140,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[31,143,89],":c":[76,75,113,14],lru:109,"\u7d20\u6734":121,locked:35,exact:63,"\u3002travis":73,minute:138,".body":[32,83,99],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":111,"\u6e08\u307f":[52,120,82,113,140,153,115,40,12,66,116,6,141,16,157,23,163,164,131],"-base":[122,58],":@":[39,100,3,168,11,170,107,94],":\\":93,":^":[168,133],":[":156,":public":140,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":125,"\u305f\u3055\u3093":[23,1,116],"\u7d50\u3073\u3064\u304f":125,sign:140,"\u5316\u4f5c":140,makecache:[6,120],"\u4e8c\u9805":139,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":70,".ncpu":81,"\u7d4c\u904e":[126,10,139,11,170,40,74,17,23,72],"\u30bf\u30d6":[163,4,160],takashi:[23,158],"\u540d\u7b49":72,"\u4e3b\u8981":128,current:[],"'='":89,"\u76ee\u5b89":140,"\u63a8\u9032":116,"\u30bf\u30b0":[],"gmo\u30e1\u30c7\u30a3\u30a2":70,"\u6d41\u3057":140,address:[6,23,160,122],"\u30a2\u30ab\u30a6\u30f3\u30c8":[70,140,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":[],queue:125,"\u8b66\u544a":[100,10,143,116,6,70,104],"\u3002offset":85,"\u5ea6\u6570":[11,23,67,139],ipa:153,pentium:156,prefer:122,"`/":18,"\u6587\u5b57\u5217":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[63,89],bookmarks:77,"\u4e88\u3081":[40,89],"{\"_":[39,100,139,11,67,88,168],"|table":59,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,64,100,10,105],"``":[1,113,143,14,15,76],"\u5168\u4e16\u754c":116,"\u3060\u3068":115,visual:[6,23,93,116,70],"\u30ec\u30d3\u30e5\u30fc":[],"_gt":57,"\u3002obj":72,"-aki":70,"_alloc":[35,76],values:[52,118,98,113,72],"\u3060\u3057":[23,156],"\u5024\u8a18":139,following:[35,113,122,172,138,18,129,58],locks:[35,127,27],logrotate:[6,70],allowed:58,"\u5897\u3084\u3059":[100,165,77],"\u6a19\u6e96":[1,135,3,5,89,7,8,97,99,10,52,144,146,176,148,65,66,117,70,104,166,74,31,32,130,94],chroot:140,"\u7551\u30f6":70,"\u30d2\u30e5\u30d9\u30cb":[68,162],parameter:[102,122,123,127,105,95,129,118,47],applications:27,date:156,such:[122,123,164,27,172,43,6,58,111],"?id":95,data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":143,ss:[138,139],"/javascript":23,st:[82,139],sh:[140,73],so:[129,105,72,75,164],sa:[142,16],se:[82,164],"\u540c\u3058\u6570":[89,8,48],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":70,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":146,"\u30a2\u30c9\u30ec\u30b9":[23,105,89,94,156],"*query":[50,76],jis:57,"\u540c\u671f":[156,140],instantly:27,"\u30d7\u30e9\u30b0\u30a4\u30f3api":70,matches:[],"\u4f7f\u308f\u305a":107,records:[138,118,102,43],"\u8d85\u3048\u308b":[6,57,154,86,11],matched:[122,102],config:[1,10,93],"\u7570\u5e38":[117,156],"_dat":[],"_dataset":[136,58,172,43],"\u3084\u308b":[],suffixsearchterms:[168,139],"\u4e26\u3073":[134,139],"\u4e26\u3079":[],"-terminated":[35,47],gtar:20,"\uff1f\u300d":121,indexblog:71,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":100,container:76,"_msgpack":98,"\u8a73\u7d30":[131,82,3,40,6,8,9,50,153,100,174,77,12,107,21,87,111,41,64,156,116,67,70,165,120,121,126,141,173,31,59],"\"search":[164,16,168,43],"\"type":142,formula:140,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":86,mime:48,"byte":[113,123,156,27,6,105,160,72],"\u7d20\u65b9":30,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[66,89,54],one:[35,55,27,127,95,129,58],submit:[122,142,16,164,43],"*expr":76,city:[170,68],"\u5bfe\u7b56":[],"\"sphr":162,"=encoding":[],"\u884c\u756a":[126,23],"\u8fd4\u4fe1\u5143":170,"\u8fd4\u4fe1\u5148":170,"\u306b\u5bfe\u8c61":23,"\u88d5\u4e5f":70,translate:[111,18],"\u540c\u6642":[100,10,30,125,156,67,14,105,57],fumiyasu:23,"\u4e16\u754c":[68,11,40,29,67,162],argument:139,sae:[142,16],say:139,"/span":[150,27,42],"/ubuntu":[6,131],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":116,"\u30ea\u30b9\u30c8":[52,152,163,3,168,140,39,33,89,100,175,6,96,84,97,139,76,111],uuuuuu:139,"\u5ea6\u5408\u3044":64,note:[35,122,95,129],take:55,"\u30cb\u30db\u30f3\u30b8\u30f3":164,"[[\"":117,"\u5fdc\u7b54":[30,116],buffer:[117,72],"\u5148\u982d":[85,100,72,3,8],compress:66,"\u5ea6\u5206":40,"\u30b9\u30da\u30fc\u30b9":[23,100,116],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[57,85,72],"\u9589\u3058":[23,86],"\u4ef6\u6570":[100,3,64,134,52,105,54,70,72],"\u5217\u6307\u5411":[30,89],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:[],"\u5927\u4e8b":[163,168],"-directory":6,"\u3068\u3057\u307e\u305b":17,"_defrag":72,"\uff08tokenbigram":64,resource:160,"\u66f8\u304d\u8fbc\u3081\u308b":70,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[170,146],up:4,"\u7a7a\u767d":[82,3,168,64,30,89,43,52,124],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[100,139,106,169,129,71,168],"\u306b\u3068\u3063\u3066":[82,115],sites:146,"*column":113,"\u5927\u4e08":0,"\u4f9d\u5b58":[],jobs:156,"\u7e26\u68d2":59,"\u4e0a\u554f":131,"\u5e73\u5747":70,"@tomotaka":23,many:[129,172,77],"\u8fd4\u3059":[1,135,5,89,6,7,23,48,99,139,142,14,144,176,113,156,65,116,74,67,160,88,70,167,143,32,76],"\u30b3\u30ed\u30f3":66,"_otoj":165,expression:[122,129,62,76,100],")offset":[57,105],"-mecab":[153,120,12,116,6,141,70,81],"_t":2,"\u5404\u7d22":3,"(xxx":116,"\u3002http":116,"\u542b\u3080\u5024":[89,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":70,"\u5468\u4e0a":162,"_synonyms":163,"*added":105,"\u898b\u4ed8":116,"'ja":111,enable:[],readings:164,"\u6607\u9806":[100,3,121,67,105,57,72],"\u5b9f\u884c":[],"\u8fbc\u307f":[176,163],"-bye":[41,139,152,100,168],"\u304a\u3051\u308b":[60,39,3,168,11,30,40,116,6],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":132,"\u7406\u89e3":[100,3],"?table":[95,8,48,94],ctrl:94,"\u30af\u30ea\u30fc\u30f3":140,ivh:[153,120],"@lists":[140,22],".md":140,pthread:[23,116],"\u3002squeeze":165,ascii:[168,139],"\u633f\u5165":[3,140,85,89,27,6],binary:[30,40,4],hostname:[31,89,8],"/pipermail":70,"_filter":[],"<path":[89,58],"_setoperation":105,"\u3002\u3057\u304b\u3057":[100,68,77,30,40,106,53,16,128,23,175,48],"_at":[64,104,143,14,6,105,72,76],"error\u30bf\u30b0":6,"\u8ab2\u984c":[],cmake:[6,174,93,116],"\u5b9f\u88c5":[62,68,100,6,8,31,137,23,70,177,111],"_date":140,takahiro:143,customized:138,"\u5217\u8868":40,wiedenroth:70,"\u6b53\u8fce":80,"_normalize":[106,100,37,3,83,64,170,168,27,175,6,107,105,129,71,139,59],"\u53d6\u308a\u51fa\u3055":11,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":70,"\u53d6\u308a\u51fa\u3059":[57,11,63,112,143],"_retry":2,"\u56db\u89d2":[],"(x":70,"\u6771\u4eac\u90fd":[64,134],"[token":116,"\"utf":114,"(r":156,rest:35,gdb:165,"(a":73,"_pack":[],"\u3046\u3061\u3044":89,"([":61,"(_":[142,164,16,139,43],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:63,dcmake:93,"\u6c4e\u7528":[156,89,8],"\u639b\u3051":139,"(>":63,"(<":63,"(=":[2,139,63],res2:105,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":140,"((":[100,77],"()":[],"(.":[71,140],"(-":139,"(\"":[68,3,114,89,27,42,116,6,107,95,150],world:[],"(!":63,"(&":76,"('":[66,100,3,168,89,52,54],intel:156,"_but":63,"\u95a2\u308f\u3089":156,"\u4ed5\u7d44":[48,111],conditional:142,yyyy:[138,139],";b":[150,42],".load":156,ddl:64,lucid:[143,116,140],"/httpd":[131,8],"\u8a18\u4e8b":[106,71,140],"\u5168\u6587\u691c\u7d22":[],"_printf":70,";/":[150,42],"package":[],"\u5ec3\u6b62":10,favorite:111,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,48],"\u304b\u3048\u308b":169,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[175,124],"\u30ec\u30d9\u30eb":[5,6,7,89,70],"\u7b97\u51fa":[6,100],"\u306b\u3042\u308a":[124,59],"\u6df7\u305c\u308b":77,"\u7403\u9762":[68,162],"_prefix":[],"<encoding":89,"\u30e9\u30f3\u30ad\u30f3\u30b0":[70,3],emacs:111,recommends:129,"\u30aa\u30fc\u30d7\u30f3":[6,15,116,23],complete:[122,142,104,164,157],"/pull":140,clones:[],"\u6b63\u898f":[41,82,3,139,104,150,124,42,6,105,70,175,163,59],"with":[],"_load":[],"_types":[124,48],pull:[],october:70,"\u697d\u3057\u3044":[64,134],reqular:122,"\u304a\u77e5\u3089":[],gone:39,ac:175,uid:140,"| y":116,"\u30ec\u30b9\u30c8\u30e9\u30f3":30,am:[27,42],an:[35,102,55,123,127,105,8,95,129,75],"| n":139,as:[35,131,82,122,123,12,27,172,164,6,141,8,95,129,58,111],ar:[64,82,134],at:[37,170,18,102,55,129,138],"| c":139,"| _":67,"\u3002messagepack":[126,174],shimomura:6,"\u4e00\u65b9":[3,168,107,11,30,27,42,64,169,71,139],"\u30c7\u30d0\u30c3\u30b0":[70,82,8,117],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,156,93],"\u9806\u4f4d":85,queryexpandertsv:[],"_such":[2,160],original:[98,133,146],"\u5897\u5206":100,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[135,65],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[60,100,64,86,156,117,154],"\u6e80\u3055":116,"-talk":[116,22,140],"\u548c\u5e83":116,"\u901a\u4fe1":[],to:[],tail:[160,140],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],homepage:156,tc:[57,112],returned:[35,102],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[100,82,41],"/rurema":70,"\u3002column":[63,3,113],condition:139,"(popular":100,large:[129,55],adjust:100,"\u5909\u308f\u308b":[64,150,27,42],"\u5909\u308f\u308a":[117,67,134,109],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":64,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[70,82,124,116],"&gt":[150,27,42],"\u5927\u5225":11,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":143,"\u5897\u52a0":[100,116],"\u3067\u306b":[64,106,9],section:[35,78,95,55,113],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":30,"\u6700\u65b0":[23,140,22,109],"\u3002timeout":72,"_modified":170,method:8,contrast:8,full:[82,27,140],hash:[86,170],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[41,82],"\u30ce\u30a4\u30ba":[64,16],sender:[122,58],"\u975e\u516c\u958b":140,"_compare":72,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":100,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":48,via:43,followee:170,tokenizer:[],"\u30ce\u30fc\u30c9":[6,57],"\u7121\u540d":[105,72],"(init":14,follower:170,"\u3067\u3059":[2,3,4,6,82,8,9,10,79,12,14,15,16,17,18,20,169,23,26,27,31,33,84,11,40,41,42,43,44,47,48,153,174,52,53,54,155,58,59,60,62,63,64,66,67,68,70,71,72,73,76,78,141,80,109,0,83,86,87,89,91,93,94,97,98,100,101,77,106,107,105,110,111,113,150,115,116,117,118,120,121,122,30,124,126,127,129,131,132,134,137,139,140,142,146,147,152,154,156,157,158,160,88,162,163,164,165,166,168,170,175,177],select:[],executable:55,"[grntest":23,mecab:[153,1,37,140,30,12,116,6,141,143,23,174,120,81],"\u7406\u95a2":47,"\u4e0a\u8a18url":140,more:[35,27,160,55,129,58],"\u30c6\u30ad\u30b9\u30c8":[41,82,140,77,156,150,143,124,27,42,116,6,101,175,111,76,59],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":39,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[132,77],yokoyama:[],"\u518d\u5229":[86,100,54,70],"_argument":[57,105,2,160,72],"_messages":[140,111],endpoint:[122,58],"_adjust":[100,50,63],learn:[122,58],"\u6bd4\u8f03":[],scan:165,"_descending":57,accept:[123,143],states:158,gronoga:8,information:138,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":66,"\u300ccommand":31,"=dat":104,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],intended:[],"\u5019\u88dc":[142,16,164,157],"\u306b\u3059\u3050":106,"\u30fb\u81ea\u5df1\u7d39":170,"\u8aad\u307f\u51fa\u3057":30,github:[0,66,175,140,116,6,70,96,23,111,73],tokenbigram:[82,3,83,86,134,89,41,42,97,100,139,106,107,16,155,59,152,64,150,169,71,168,170,27,129,33],register:[],replied:170,"\u666e\u53ca":30,sysctl:[154,129],"\u52d5\u753b":39,"\u8f09\u305b\u308b":140,replies:71,installer:140,its:[35,138,76,164],saucy:[70,116],".rpm":[153,120],"\u9577\u5185":70,confiugration:129,"\u63a5\u7d9a":[],"[tokenizer":[6,116],"_weight":[66,70,87,113,77],salamander:[70,116],"_ci":[],"\u6271\u3044":[11,70,10,134,164],"\u6271\u3046":[2,139,64,154,116,22,30,104],"\u6271\u3048":[91,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:129,events:48,"\u6271\u3063":[170,1,116],"\u30ad\u30e3\u30b9\u30c8":[168,170,143,116,6,104],"[doc":[6,23,104,116,70],found:[105,102],".offset":105,"\u534a\u89d2":[57,175,3],"\u540c\u7fa9":163,"\u9ad8\u901f":[39,1,63,3,168,84,86,132,89,116,68,139,30,23,162,177,48,59],operation:[127,102,160],"\u6271\u308f":[84,100,82,168,11,156,116,14,6,64,70,175],really:[100,168,139],"\u524d\u8005":[67,175,163],"_entries":[15,109],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u30de\u30eb\u30c1\u30b3\u30a2":30,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[67,3,121],ftb:37,occurs:[],"/etc":[131,140,154,6,141,8,129,163],"\u6975\u4ed8":[68,162],"_hit":[94,74,3,4,8],"\u3053\u3053\u3067":140,"\u30a6\u30a7\u30a4\u30c8":66,pairs:164,"_user":[],"\u3002\u3069\u308c":122,"-keyring":[6,141],number:[],"_pipe":[2,160],"\u3059\u3079\u304d":63,"\u7d42\u308f\u308b":[106,168,139],"\u30b3\u30d4\u30fc":[113,140,85,105,6,53,146,72],"|enable":82,needed:[8,14],introduction:[],"\u30c9\u30e1\u30a4\u30f3":[70,121],"\u3057\u304b\u3082":177,">\u3001":144,"_stack":2,"\u642d\u8f09":30,dpkg:140,"\u5b66\u7fd2":[],"\u56de\u547c":143,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":70,video:39,listen:[6,89,8,48],"\u60f3\u5b9a":[74,39,146,117],"\u5b9f\u969b":[60,39,100,64,116,71],toybox:11,"_nofile":[138,116],canceling:123,"\u52d5\u74b0":166,"*data":85,"\u66f8\u304d\u63db\u3048":[140,73],gted:111,qps:[166,156],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[143,89],self:156,"_lock":[35,23,72,17],also:[100,139,122,123,27,164,168],internal:70,"\"theatre":83,"\u8a18\u53f7":[64,89,134,3,143],play:83,"\uff08todo":139,brooklyn:170,"\u306e\u3069\u3061\u3089":[100,139],"\u3060\u3055\u3044":[0,3,6,8,96,174,48,100,139,140,77,12,111,20,160,70,163,165,73,175,168,121,30,126,128,80,59,94],"\u5b57\u5217":[23,40,70,168,59],exe:[93,140],"_uint":56,cover:27,umemoto:23,arted:139,ext:82,"\u6d3b\u304b\u3059":100,"_vsize":76,"<limit":89,"_processes":[],microsoft:93,"\u3057\u304b\u3057":[100,139,64,134,71,163,48,111],"/command":[8,94],xcode:81,session:122,"-memory":143,"\u6570\u3048":121,"\u77e9\u5f62":[29,67,30],"\u5143\u6c17":116,columnn:6,"\u9577\u578b":[57,87],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,85,124,134,41,42,6,82,8,48,100,139,54,111,152,63,156,116,67,160,70,168,30,143,26,27,59],factor:[70,100],"\u5225\u9014":[40,72],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[52,100,132,143,172,6,127,55,129],"]]]":[64,142,144,139],"\u5fc5\u305a":[100,10,132,105,160,59],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":48,"\u3082\u3057\u3054":6,"_point":[39,162,102],"\u30ed\u30b0\u30ec\u30d9\u30eb":[89,8],"-github":140,bytes:[35,60,47],"\u6c7a\u3081":59,"\u7528\u610f":[100,68,140,72,156,43,157,16,63,174,164],"\u3082\u3057\u304f":[153,168,140,11,154,40,27,42,116,6,105,94,88,57,139,71,150,8],set:[129,72,156,164],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[66,1,143,116,6,70,23,165],see:[35,123,129,95,18],sed:[6,23],sec:17,"\u547c\u3073\u5143":14,sea:[82,164],sen:37,"\u8a00\u8a9e":[],juman:153,currently:[98,8,75],mutex:[35,116],"\u65e5\u4ed8":[30,68,140],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":163,available:[35,37,55],"<span":[150,27,42],"\u304c\u3064\u3044":[6,86,100,143,77],javascript:[],"\uff09\uff08":59,"\u3082\u304d\u3061\u3093":8,"interface":122,"\u500b\u4eba":174,"\u6790\u5668":30,"_already":[2,160],"\u77e5\u308c":[137,124,62,115,71],last:[6,170],"\u4e00\u8cab\u6027":115,"\u77e5\u308b":121,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[30,156,147],"\u578b\u5909":23,connection:160,"_filename":2,"<#{":138,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":116,load:[],");":[15,63,76,113],"):":[131,140],"@ceekz":116,"\u9577\u5185\u6b69":70,"-adjuster":[100,77],"\u3002\u3056\u3063\u304f\u308a":77,"))":[100,163,139],"\u30ca\u30ce":[126,143],")-":140,"),":[66,116],").":[122,131,27,140],"_exec":[2,76,14],")\"":[101,168,27,116,83],".htpasswd":[8,48],")'":[39,168,142,150,27,42,43,169,67,16,170,164,139],"[rpm":[6,23,104,116,70],tablename:10,"\u7c21\u6613":[70,131,68],"\u63a2\u3057":[30,156],"\u30d1\u30e9\u30e1\u30bf":[35,36,72,112,75,85,56,114,105,14,15,21,108,102,17,57,50,76,47,110,113],shinya:6,funa:[],func:[35,47,14],"\u30ad\u30fc":[60,100,175,3,113,77,86,40,168,89,116,143,6,105,158,54,70,139,104,47,59],"\u3067\u307e\u3068\u3081":163,handling:129,")]":116,"-api":79,"\u3067\u306a\u3051\u308c":139,"\u5236\u9650":[],"\\(":168,"-apt":12,formats:138,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,116],"_nromalize":175,"\u632f\u821e\u3044":[6,70,88,116,107],"\u63a1\u7528":[64,30,94],"<=":[139,170,8,116],binding:[150,37,42],"\u5316\u524d":54,"</":[150,101,4,42,27],"<-":48,"\u8a00\u3044":[169,132],"\u4e00\u7fa4":63,">\n<":4,swig:37,"\u56de\u52d5":156,alert:[5,70,7,8,138],levels:8,ifexists:52,stack:[116,160],"\u7121\u99c4":30,"<[":[],recoverable:[75,55],"\u8981\u6c42":[115,3,116,169],"-path":[],"_file":[2,126,8,163,48,160],"/senna":146,mysql:[153,100,37,140,77,30,150,12,124,27,42,141,70,163,120],"\u5316\u51e6":[23,54],"\u30bd\u30fc\u30c8":[],"_files":[2,160],location:[],"=query":122,emergency:[138,8],format:[35,37,4,122,138,98,111],"\u30cf\u30c3\u30b7\u30e5":[6,74,140,117],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":140,"\u540c\u7b49":[134,156],"continue":70,"_nabe":70,"\u4ed5\u65b9":[],"\u30d6\u30ed\u30c3\u30af":[30,8,116],"_flow":[2,160],"_bool":[143,72],"\u30af\u30ed\u30fc\u30f3":174,"\u65e2\u77e5":[],"-mruby":70,bi:[64,134],"\u4e0a\u4f4d":[64,105],wget:[153,120,20,12,141,174],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[70,131],"\"yu":146,"\u3068\u308f\u304b\u308b":140,garbage:[117,116],into:[122,43],"\u3088\u308a":[40,134,6,23,174,100,68,139,77,11,106,57,59,63,64,156,116,70,71,162,163,164,168,121,170,143,128],"|key":[100,3,83,64,170,168,27,106,107,133,129,71,139,59],"\u8457\u4f5c":70,"\u30d5\u30a9\u30ed\u30ef\u30fc":140,pcre:6,span:[150,101,27,42],"\u56fd\u969b":111,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":30,"\u6574\u3063":165,opens:[129,102,75],"\"keyword":100,link:[11,94,121],line:[126,73,8,14],"\uff08ci":73,posted:170,"\u8868\u3059":[61,82,39,11,66,68,63,84],".php":140,"\u8868\u3057":[84,10,3,40,126,2,54,63],".am":18,ul:82,"\u5206\u89e3":63,"\u3054\u307f":[115,116],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],"char":[35,75,56,114,14,105,70,72,76,47,113],"\u3054\u3068":[],"\u3075\u308a":142,"\u304b\u307e\u3044":3,defines:172,codes:140,taro:39,">uptime":4,logyyyymmddhhmmss:122,"=null":[127,100,82,109,59],invalid:[35,122,100,160],"\u8868\u308f":72,"\u898b\u4ed8\u3051":116,"\u7acb\u3061":126,elements:77,".dump":23,"\u53f3\u8fba":[23,143],"(nginx":131,"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,68,3,77,64,100,6,70,59],"\u3088\u304f":[100,88,77],"\u3088\u3046":[],"\u3088\u3044":[100,168,121,71,72,48,111],"\u3088\u3073":63,age:[87,100,88],"/wgs":67,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":116,oracle:[],"\u3088\u3063":67,"\u8a66\u884c":30,hello:[106,152,139,41],code:[126,138,118,4,111],partial:63,"\u3067\u307f":30,",\"title":3,results:[6,122,105,27],existing:[58,55,18],"/sysctl":[154,129,81],"\u843d\u3061":[143,116],"\u3067\u306f":[70,14],"\u3067\u306e":[126,70,27],"-lzo":[],"/json":[23,8,48],"\u3067\u3069":142,"\u3067\u3057":[20,11,139,70],"\u8a2d\u5b9a\u6e08\u307f":131,"\u306a\u304a\u3053\u306e":156,":..":100,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,143],"\u3067\u3044":[11,170,100,139],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[100,77,128,70,80,163,73],"\u3067\u304d":[],"{user":129,"-lz4":[],"\u7279\u306b":[63,140],"[snippet":[70,27],"'now":170,"\u8ca2\u732e":116,"\u983b\u5ea6":142,"\u6368\u3066":23,".clean":140,"\u5f15\u304d\u7d9a\u304d":116,"try":[170,17],"\u6b8b\u308b":23,">rroonga":[150,42],"(wgs":67,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"_posting":[102,112],"\u4e00\u81f4\u3057":[100,134],"\u62bd\u8c61":15,licenses:[],".xml":4,index:[39,37,112,75,140,78,87,168,27,102,55,129,70,71,139,113],directive:8,"_operator":[105,50,76,113,102],"\u306e\u3067\u3057\u3087":100,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":93,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[75,139],"\u5fc3\u304c":165,nargs:76,"\u516c\u958b":[23,143,116,140,70],"?parameter":8,let:106,ubuntu:[],ctx:[35,75,125,14,15,105,72,76,47,113],"\u73fe\u308c":82,"\u3067\u3082":[0,2,3,86,134,42,6,93,8,23,174,153,100,140,12,107,59,64,156,116,66,169,67,160,70,71,164,165,120,30,27,141,128,111,94],grnslap:[],buffered:78,"\u8d85\u904e":[154,116],firefox:111,"\u767a\u4fe1":[],"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[140,89,6,16,160,164],"\u3046\u3048":[6,23],tools:[],"\u4ee5\u964d":[84,101,140,150,143,89,116,42,94,70,23,175,165,111],"\u3059\u304f":169,zip:[],illegal:160,"\"sea":164,"\u3044\u304f\u3064":80,next:[102,47],"\u3046\u3061":[84,10,113,6,117,105,63,88,57,23,72],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":71,"\u30af\u30a9\u30fc\u30c8":[82,124,168],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,168,121,30,150,88,156,105,9,139],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[129,102],"-leaner":58,"\u578b\u6307":6,"_escape":[],"\uff08groonga":30,"\u4f7f\u3044\u65b9":[],"this":[35,3,83,6,8,95,138,98,48,100,139,11,14,55,18,113,72,164,168,75,122,27,172,127,129,94],"\u6b8b\u308a":[100,10,163,59],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,68,63,47,116],"\u6e21\u3057":[63,3,168,52,94,70],"\u6e21\u3059":[104,3],"\u5171\u306b":[72,113],"\u6b8b\u3063":[143,116],edict:70,"\u3002\u3064\u307e\u308a":[100,168,3,17,83],"\u306f\u6708":139,process:[],lock:[],"_estimate":[23,102],"\u7d30\u5206":11,"\u3059\u3050":[30,48],"\u6301\u3061":[100,82,132,87,89,63,8],"\u6301\u3063":[100,82,168,77,30,87,115,6,16,44,155,175,124,139],"\u6301\u3064":[39,100,44,3,139,121,84,11,30,87,89,52,68,105,16,54,169,155,23,175,125],"\u6301\u3066":[152,87],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":86,"\u3059\u3067":[106,53,82,134,140],"\u3059\u3079":[100,82,146,86,160,156,10,8,63,70,23,170,164,48,99],"\u6b8b\u3057":100,defalt:143,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":30,"_')":[66,54],"\u4e26\u3073\u9806":67,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[94,74,3,4,8],"\u4f53\u8fd1":162,"\u578b\u540d":87,element:[139,77],"\u9078\u629e":[100,68,140,30,70,76],allow:[6,141,100,168],":\\\"":52,op:[105,50,76,113,102],"[httpd":[6,70,116],"\u8abf\u3079":[85,29,72,121,162],"\u30ab\u30d0\u30fc":165,lz4:[70,174],"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":77,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":166,yamaguchi:23,"\u3092\u3064\u3051":[100,168],"\u6539\u884c":[104,23,89],"_unavailable":[2,160],"\u6587\u66f8":[],"=platform":[],total:[117,156,129],hobby:138,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":168,murakami:[],python:[140,18],billiard:[64,134],lzo:[6,23,160,113,70],"\u4e00\u6642\u7d50\u679c":6,"_per":[23,14],"_implemented":[2,160],"/master":[111,73],"\u7121\u9650":[6,70,143],"\uff08piro":70,"_none":98,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":73,doing:127,"-patch":111,"\u753b\u9762":[70,1,140],frequency:[70,142,16,164,43],"static":[],"\u30b3\u30e1\u30f3\u30c8id":170,"-fd":[122,23],"\u3002\u7701\u7565\u53ef\u80fd":150,"\u4ed5\u69d8":[],"\"\uff08":164,"\"\uff09":[11,1,67,164],"_friends":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[70,32,72,117],removing:75,"3ki":143,owned:76,"\u63db\u3048\u308b":[132,140],"\uff08\u300c":[64,175],owner:8,"\u5897\u5927":68,"\u5bb9\u91cf":[117,100],"\u30cb\u30db\u30f3\u30b4":164,behaves:122,system:[100,168,20,40,27,129,139],"-keys":140,"\u30b9\u30da\u30eb":163,"\"weight":11,"\u304b\u3061":[100,134],"\u304b\u3064":[57,100,134,116,139],"_logger":6,"\u304b\u3069":[100,168,64,154,88,29,67,8,142,70,162],"\u756a\u76ee":[100,82,3,168,11,87,124,116,105,57,139],"\u8ffd\u8de1":[],itagaki:143,"\u500d\u7cbe":40,"\u6253\u3061\u5207\u308a":116,"\u304b\u3051":[116,99],"\u9650\u6587":[23,59],"_results":105,"\u304b\u305a":[6,70],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":134,"false":[135,133,5,40,7,95,99,139,140,11,107,53,144,176,150,65,116,66,169,158,88,70,118,168,143,127],"_request":95,"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":70,"*s":70,"_charlen":35,"\u304b\u3082":[62,44,115,124,126,155,53,137,71],documents:[107,27],"\u304b\u3089":[],"\u3044b":[64,134],tokendelimitnull:[155,33,136],"_const":[63,76],"\u3069\u3061\u3089":[0,3,124,14,157,132,71,48],"*init":47,"\u6a5f\u80fd":[],"*/":76,"\u3089\u308c":[15,100,82,3,83,86,87,143,115,116,14,6,30,63,97,23,71,158,99],"\u4e2d\u9593":[63,134],"\u3064\u3076\u3084\u304d":106,"_suffix":23,segment:117,"\u6e80\u305f":[169,67,63],"*\"":[70,71,100,136],latin1:6,"\u5168\u89d2":[57,23,175,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":89,"\u3067\u3059\u306d":115,"\u5408\u81f4":[67,3],"mo\u30d5\u30a1\u30a4\u30eb":111,"(arugment":139,"*res":[105,50,102],"\u30ea\u30af\u30a8\u30b9\u30c8":[135,5,7,8,97,48,99,100,144,146,176,148,65,116,74,117,160,70,166,66,26,31,32,130],brew:[81,18],".gz":[153,120,140,20,12,81,141,174,111],"=r":6,"_initialized":[2,160],"_literal":70,"=g":122,"'localhost":[166,89],"=`":18,"=c":93,"=i":140,"=\\":[150,101,27,42],should:[35,123,118,18],terminal:170,"\u8d70\u3063":53,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":111,handle:129,means:[35,100,102,127,8,95,138,129,98,164],"==":139,"=$":[174,140,111],"='":101,"\"ellip":162,"=\"":[100,4,140,20,150,27,42],db1:48,"=/":[163,174,89,165,140],db2:48,"=)":63,"/html":[23,111,48,18],">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],nise:70,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,162],"/doc":140,"\u3002debian":165,"\u306b\u3064\u3044\u3066":[82,3,5,6,2,9,10,11,12,16,17,20,169,23,26,29,7,32,135,40,43,44,48,153,52,53,57,59,46,61,62,63,65,66,67,68,70,72,73,74,77,141,80,160,0,87,89,91,95,97,174,99,100,103,81,107,112,116,117,118,120,121,30,124,127,129,130,134,137,140,142,144,146,148,149,151,41,154,155,158,109,162,163,164,168,170,167,176],"\u8ffd\u8a18":[6,140],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":115,"_connected":[2,160],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":116,"/var":[131,174,89,8,55],configuration:[129,8,116],"/status":[166,94,4,48,8],webclips:101,valgrind:165,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[168,86,143,116,23,139,59],etc:[129,8,48],tld:121,":\u5206":170,ci:[],ch:82,"\u533a\u5225":[40,100,133],allocates:35,cd:[111,120,140,153,20,12,141,93,174,81],"\u7d99\u7d9a":[6,89,73],"\u591a\u69d8":30,zenigata:39,"\u66ff\u3048\u308b":3,allocated:35,"\u306b\u3044\u304f\u3064\u304b":116,"\u304a\u3055\u3089\u3044\u3057":115,"_itoh":23,"_vesion":101,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":70,adjuster:[],"@yappo":[70,116],"\u58ca\u308c":[6,23,143,117],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":67,"\u4fdd\u6301":[15,11,91,170,14],"\u518d\u5e30":[100,63,135,8,72,163,99],"\u5968\u6271\u3044":70,"\u30c7\u30a3\u30b9\u30af":[1,71],"\u6b20\u843d":116,tokenkytea:6,ultra:39,"\u307f\u305f\u3059":170,"0x":[11,40,104,168,160],"\u58ca\u3059":6,site:[39,3,121,11,127,67,94],"\u4e00\u62ec\u3057":105,"_versions":140,"\u305d\u308c\u304b\u3089":[100,77],"\u5ea7\u6a19\u5024":[],"\u4f75\u305b":3,"\u3002\"":[121,64,170,116,16,94,70],"\u3002#":[23,143,170],"\u3002-":[57,31,174,85],"\u3002.":111,"\u3002(":[153,131,63,140,156,89,52,158,17,57,71,47],"\u3002)":[57,71,158,156],"\u300cbilliard":134,"\u3002:":[3,134,89,43,8,97,48,100,10,140,142,156,52,16,144,146,155,111,44,64,154,115,66,117,31,23,164,165,157,129,59,76],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":70,"\u982d\u6587":160,"\u518d\u5ea6":[70,63,17],"\"roonga":157,v1:63,v2:63,architectures:140,".group":169,php:6,"\u3002[":[6,70,3,116],"_lzo":[66,2,113],off:[70,8],"\u3002c":[79,30,2],"\u3002n":[64,82,124],"\u4e00\u77ed":30,command:[],ecmascript:[6,100,147,116,139],"_recover":[70,75],akira:[],"\u81ea\u7531":[30,63,54,160],gettext:[111,18],"\u9806\u5e8f":[64,97,100,3],web:[1,168,140,142,100,43,16,174],jinja:[],"\u6b63\u898f\u5316":[6,124,27],valid:43,"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":89,dest:[166,105,89],"|http":156,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,59,116,139,86],tvsec:74,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":139,string2:103,"\u672c\u8cea":156,become:37,"*target":76,"\"rect":[6,162],"\u904b\u55b6":[],"/source":[111,120,140,141,79,12,20,93,18,153,174,81],"\u5727\u7e2e":[],"\u63db\u3048":[57,72,83],nneded:129,"\u30dc\u30bf\u30f3":[6,116,140,111],does:55,"\u53d6\u308a\u9664\u3044":105,"_group":105,"\u53d6\u308a\u9664\u304d":[101,63],"(debian":131,iwai:[6,104],"\u5206z":40,"_queries":[94,74,3,4,8],"\u91cd\u307f\u3064\u304d":70,software:[],coverage:165,"\u7d42\u4e86\u30bf\u30b0":150,"\u7d42\u3048":140,"(get":166,"\u300cusers":170,"\u9805\u76ee":[1,100,91,74,117,131,48,59],"-node":120,"_remove":[],"_started":126,"\u89a7\u4e0b":165,"function":[35,37,122,14,126,160,149],"\u300cpopular":100,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[100,10,154,156,176,174],"-dd":[138,139],sigstop:116,construction:[],be:[35,102,75,122,123,43,138,127,105,95,18,129,118,72,76,58,113],compute:129,"\u4e00\u756a":[100,174,48,77],official:140,"\u3002iptables":94,problem:129,yuki:23,bigram:[],"int":[35,3,4,39,85,78,40,43,6,47,100,68,139,77,11,142,105,14,15,107,53,16,17,21,61,112,113,64,56,116,57,67,102,88,70,71,72,164,168,75,121,118,170,143,76],"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":70,inv:156,"\u69d8\u3005":[],"*proc":85,"\uff08not":147,redcloth:140,"%post":6,compared:27,"\u7570\u306a\u308b":[],variety:39,"/message":140,"/default":[6,131],details:[35,123,138,129],"'user":107,"\u4eba\u3068":115,"/sources":141,"_query":[],"+ff":175,eof:89,"_hugetlb":23,"-threshold":[],searched:102,rep:156,"*string":76,saves:122,"/sysconfig":131,"\u3070\u308c\u308b":143,lgpl:37,"const":[35,75,56,114,104,14,105,57,72,76,47,113],"/travis":73,spec:[6,143,116,140],"\u30e9\u30a4\u30bb\u30f3\u30b9":6,"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":84,editrc:23,"\u3002tokendelimit":43,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":140,"\u4f8b\u3068\u3068\u3082":68,".en":140,"\u932f\u8aa4":30,upload:140,msyql:77,"[macports":23,starttime:[94,74,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":143,"\u69cb\u9020\u4f53":[70,112,47,14],"\u304c\u3072\u3068\u3064":163,"/branches":165,"\u65e5\u672c\u6e2c":68,incompatible:160,"\u9006\u6587\u66f8\u51fa":70,"\u7bc4\u56f2\u5916":70,above:[122,164,95,43],"\u4e8c\u3064":[10,41,82,169,156,134,124,14,107,68,63],"\u578b\u3068\u3057\u3066":40,"\u30a8\u30f3\u30b3\u30fc\u30c9":[31,175,143],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,16,164,43],obtained:35,"\u540c\u3058\u4f8b":71,"-admin":6,"\u30d0\u30c3\u30d5\u30a1":[36,113,85,116,6,117,105,71,72,76],"-h":[89,8,48],"_table":[],negative:[35,47],program:[122,58],kytea:[6,82,116,174],bundled:[],separated:98,"\u304b\u304b\u308b":[106,105,3],"\u9df2\u7530\u57fa":116,aware:35,"_register":[35,136],"\u3064\u3065\u3044":170,"\u62bc\u3057":3,word:[6,100,164,168,139],work:138,"\u62bc\u3059":[3,111],"\u30a2\u30fc\u30ab\u30a4\u30d6":[93,140,111],"\u5316\u6642":23,"\u540c\u68b1":[6,70,143,111],indicates:138,"\u73fe\u983b":70,"\u5bfe\u51e6":70,"\u30b9\u30ad\u30e3\u30f3":[150,42],provide:122,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":140,length:35,recovers:[75,55],"\"apple":175,"if":[35,127,8,95,138,98,47,102,139,77,12,14,105,17,55,58,63,113,72,164,75,122,123,172,141,129],"-lines":[122,23],"\u306e\u3046\u3061":[87,168],"/security":129,"_plugins":23,"\u306b\u5bfe\u3057\u7570":107,after:[122,129,102,18],"|with":[106,152,3,83,77,64,170,87,100,124,27,42,66,107,169,129,70,71,139,150,168],"\u76f4\u4e0b":23,lat:156,"_title":[156,71,3],".description":170,"*func":[47,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":143,"@naoina":[6,116],"\u30d9\u30fc\u30b7\u30c3\u30af":48,"\u306e\u3069\u3061\u3089\u304b":[100,88,168,139],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":36,".conf":[154,131,8,129],japan:[158,94,121],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":163,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":70,"\"say":139,"/windows":[93,140],"\u4e0b\u9650":[57,112],then:[35,122,8,164],them:[129,76],"\u8f9e\u691c":[23,139,86],"_token":70,"break":55,they:[129,138],"\u5168\u3066":[100,139,40,106,105,8,147,71,111],"\u697d\u3057":[64,134],"\u56de\u6570":6,"\u3042\u304d\u3089":70,"-send":[122,58],"\u7a81\u7136":116,"\u5316\u65b9":[175,124],carlos:[53,118],serach:16,"/null":1,"_options":116,logs:[122,97,138,58,59],"<endpoint":58,patsuffix:133,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":40,"+a":168,network:160,"_directory":[2,160],".deb":140,"\u3068\u3059\u3079\u3066":[6,100],"-rsync":140,wgs:[39,68,121,11,170,40,29,67,102,94,23,162],"\u6210\u308a":[100,168,160],"\u90e8\u5206":[],"\u77ed\u3044":[170,143],"+ \"":6,"_tp":166,"\u77ed\u304f":[106,30],standard:40,"_to":[170,71,114],"\u30eb\u30fc\u30eb":[70,82,143,48],hatake:[],"\u30eb\u30fc\u30d7":[6,70,143],created:[35,122,170],"++":[153,120,140,30,104,70,23,174,76],"+-":[76,8],creates:[35,129,76,172,138],"\"ni":164,"\"no":6,"\u6709\u7121":[11,150],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":86,"\u8aad\u307f\u8fbc\u3093":[62,94],"><":[76,4],">=":[116,139],">>":[116,139],"_next":[57,102,143,112,116],">.":[150,42],">\"":[100,101,150,116],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3082\u3089\u3048\u308b":115,"\u30b5\u30dd\u30fc\u30c8":[84,1,82,4,86,40,131,6,8,23,137,174,48,10,139,140,11,104,12,106,107,57,59,62,156,115,116,70,71,163,73,168,121,30,143,27,173,175,94],"\u540c\u4e00":[],"\u898b\u306a\u3057":57,john:[158,133],"/lc":[140,111],"\u63a2\u7d22":30,tokenfilterstem:[],">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[105,72,75,113],"\u3069\u3061\u3089\u304b":[139,27,42,168],"\"unknown":114,"\u73fe\u5728":[91,84,167,3,75,140,30,156,14,15,166,53,109,170,176,112,72,47,59],target:[],">_":175,"\u3002value":[72,54],"\u57fa\u76e4":14,":byte":56,"\u30d6\u30fc\u30eb":[11,40],contents:35,latency:156,dbms:27,"\u5f8c\u8005":[67,175,163],",\\\"":52,"\u8ff0\u3079":3,indexbuf:113,"_distance":[],indexed:55,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[122,116,111],gzip:[],"\u5408\u308f\u305b":[6,113,139],gronnga:157,"\u3002host":94,"-strings":104,"/releases":[],"\u767a\u751f":[66,1,174,140,64,30,126,116,14,6,105,70,72,59],"\u8003\u3048":[3,168,121,30,115,48],"\u5270\u4f59":[],"/ruby":[],keywords:76,"\u65e2\u5b9a":6,"_input":[126,2],"\u771f\u306a\u3089":139,"*section":113,rectangle:[],"-frequency":23,iptables:48,"do":[70,156,127],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":143,"\u3082\u3057x":116,"\u3055\u3089\u306b":[39,10,3,77,86,157,30,70],de:111,"\u8ab0\u304b":80,"[libedit":23,"\u8ab0\u304c":170,runs:58,"\u81ea\u4f53":[70,168],"\u8ab0\u3067":70,"\u5341\u4e00":[],"\u4e0b\u90e8":140,"_compress":113,depends:37,"\u67d4\u8edf":[107,147,30],"\u5bfe\u8c61obj":36,"\u3002json":52,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":63,terms:[152,3,168,117,64,150,100,89,27,42,41,107,129,139],"\u3044\u305a\u308c":[40,10,54],"\uff12\u3064":67,packages:[111,120,140,153,20,12,131,141,93,174,81],"_tables":116,"\u69cb\u3044":[164,27,42,111],ill:134,"\u3082\u3046\u307e\u304f":174,"\u4e00\u4ef6":[],"\u4e09\u7a2e":[],requests:[122,123,138],com:[125,121],col:72,compressed:[],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[],"\u6709\u76ca":30,calros:88,"\u30d1\u30fc\u30b5\u30fc":168,"\u95b2\u89a7":94,")\u300d":89,snippet3:27,enginen:164,"_accepted":95,"'needle":63,"\u3082\u3057\u3053\u306e":154,"\u65b0\u305f":[85,105,63,75,113],applied:[129,37],"-secret":140,"\u904e\u7a0b":54,gnu:[],zlib:[66,143,113,12,116,6,141,160,70,23,174],"_message":[126,71],"_only":[2,160],"\u7e4b\u3052":70,aio:116,"\u5165\u529b":[1,135,3,5,89,43,94,97,99,142,52,16,144,146,176,148,156,65,116,66,117,23,104,164,166,74,157,126,32],"_close":[35,63,112,78,14,15,70,57,23,72,76],"[solaris":6,cond:116,conf:154,"\u56fa\u5b9a\u9577":143,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":63,"\u9069\u3057":[106,30,59],"-dataset":[],"\u4e0d\u5177\u5408":[6,70,80,116],"\u6771\u4eac":[64,67,68,134],"-packages":140,hana:39,"\u76ee\u7684":[174,82,116],"\u57fa\u70b9":100,"\u72b6\u614b":[166,74,120,143,3,140,117,64,115,12,89,14,6,141,30,153],client:8,the:[],"_shutdowned":[2,160],"\u30de\u30c3\u30d4\u30f3\u30b0":154,"\u826f\u4e8c":70,solaris:[],"_score":[100,113,142,116,6,67,54,170,23,139],"\u8db3\u3057":139,repoforge:[6,120],thanks:170,"\u3068\u306a\u3063":116,adding:[123,18],"=sjis":174,"\u7027\u5185":116,"\u7528\u3044\u308b":[39,3,11,30,91,67,94,72],"\u6307\u6a19":72,jekyll:140,"\u885d\u7a81":[],"\u30ed\u30c3\u30af":[1,89,116,6,17,23,72,99],"\u307e\u3068\u3081\u308b":8,"_expr":[],security:[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[174,126,10,156],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u307e\u3068\u3081\u3066":[11,30,100,140,121],"-token":[70,12,141],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[64,107,16,33,155],comments:[],"_arg":2,tasuku:37,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":140,".sourceforge":[140,22],"_compile":76,"-threads":[122,89],repository:[],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,163],"\u30b5\u30fc\u30d3\u30b9":[6,70,30,116,73],substitution:107,"\u7a32\u7530":116,post:[],properties:138,obj:[36,72,75,85,117,50,76,47,110,113],"*ic":112,accepts:[122,118],"*ii":78,"\u6709\u7528":[3,86,87,126,8,70,48],"\"text":23,"\u5224\u5b9a":67,zxvf:140,"\u3068\u306a\u308a":[168,48,27,42,94],".h":[79,35],"**":[113,7,57,72,47,75],"float":[6,11,68,4],"\uff09\u3001":[86,134],"\u6700\u521d":[100,3,168,11,150,88,115,27,42,14,126,122,70,23,71,139,163,131,59],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[100,77],"\u6e80\u3059":116,compression:[],"_socket":[2,160],"\u5927\u6587":100,"\u5b89\u5168":94,way:58,cdbs:23,was:[],"_body":[64,66,83],"\u6027\u80fd":[],encoded:122,"true":[1,135,3,83,5,40,62,42,127,41,7,95,9,137,101,118,99,106,100,68,139,77,11,176,52,107,53,144,133,87,59,39,152,150,65,116,66,169,67,158,88,70,71,162,168,121,170,27,29,175],maximum:123,"\u30e1\u30c3\u30bb\u30fc\u30b8":[70,10,170],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[152,82,3,64,134,100,43,41,16,175,23,174,59],mte:37,"\u6587\u5b57":[1,82,3,83,40,134,89,42,6,7,23,100,68,139,103,11,14,52,105,16,57,59,39,41,63,150,116,162,67,70,71,72,163,164,168,75,121,30,77,124,27,29,170,175,76],"\u7d44\u307f\u8fbc\u3080":[30,63,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,116],score1:63,score2:63,distributions:140,"\u3054\u89a7\u304f":[3,165],physical:117,test:[3,140,11,170,156,94,71,165],"\u5c5e\u6027":[82,124,136,66,44,97,155,101],"\u305f\u3081\u3057":67,truncate:[],welcome:[170,100,168,139],update:[],"\u547d\u4ee4":[],"[gqtp":116,scorer:[],tajima:6,masaharu:[6,104],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,"/debian":141,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":160,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":89,"\u901a\u77e5":140,"(ptr":143,"_denied":[2,160],"\u307e\u3067\u3057\u3070\u3089\u304f":[],"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[100,168,150,42,146,129,139],"/http":[131,8],"\u72b6\u6cc1":[64,85,30],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,localhost:[166,4,140,122,156,89,8,95,23,48],"(database":154,"4gbyte":60,upper:[],initializes:35,initialized:35,"\u3002cursor":57,"[munin":[6,23,116,70],"\u30c8\u30e2":39,shared:[17,113,75],supporting:8,"dat\u30ad\u30fc":116,"[deb":[6,23,116,70],"\u6e2c\u4f4d":30,"\u30b5\u30d6\u30bf\u30b9\u30af":140,"\u96c6\u5408":[6,105,147,132,77],appears:27,change:[6,8,48,18],"\u30ec\u30dd\u30fc\u30c8":174,liblzo:[141,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[64,100,147],"\u305d\u306e\u969b":140,usually:58,".spec":23,".exe":93,"\u305d\u306e\u307e\u307e":140,"\u6700\u5c0f":[153,120,12,131,141,88],marked:131,"-cutter":140,"'haystack":63,"\u7d71\u5408":[6,30,116],httpd:[6,70,104,116,140],"\u6307\u6570":139,https:[],selects:102,"/copyright":70,"enter\u30ad\u30fc":116,"\u6d41\u91cf":48,"_plugin":[35,23,136,70],cas:160,"\u884c\u308f":[166,39,100,156],nfkc:175,can:[35,111,75,123,27,43,138,95,8,55,18,129,118,98,164,17],clearlock:[],",\"http":11,"_stable":108,"_stamp":138,"-sphinx":18,"\u884c\u3063":[165,70,67,140,121],"\u5b89\u5fc3":115,"-com":140,",'":[11,40],"\u884c\u3044":[166,39,63,3,140,64,156,134,89,107,105,170,57,71,72],",\"":[39,4,170,117,146,70,71],",.":140,mpaa:88,"\u884c\u3048":[70,3,168,165,107],write:[100,104,127,18,69,33],"^commit":140,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":116,"\u5316\u6e08":[72,75],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":152,uint:[143,3,83,40,6,94,97,118,133,100,139,103,106,53,87,59,39,152,64,116,169,67,158,88,70,71,168,121,77,126,129,175],",_":[39,100,3,139,121,77,142,107,67,170],"\u3057\u306a\u3051\u308c":168,"\u5207\u308a":[148,23,116,140,70],"\u8fd4\u3059\u304b":142,ghz:156,"\u5404\u56fd":140,"\u30b2\u30c3\u30c8":22,automatically:55,",{":[156,4],"\u304b\u308f\u308a":[64,153],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,111,140,70],"=-":174,"\u5bfe\u8c61ctx":14,ieee:40,"_account":111,":ss":[138,139],"_tsv":[98,163],"\u30bd\u30d5\u30c8":163,"-libedit":143,"=(":140,"\u3002gdb":165,"\u78ba\u5b9a":142,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":174,"\u4f5c\u7528":6,non:55,"\u542b\u3081\u308b":[100,82,3,168,140,104,124,70,23,163],rake:140,"\"version":4,"\"ruby":77,"\"vector":116,alisa:107,now:[],"\u3086\u304d":133,"_lcp":105,january:122,"[normalizer":70,"\uff4d\uff59\uff53\uff51\uff4c":[150,42],"\u8aad\u307f\u8fbc\u3081\u308b":146,el:120,domain:[],en:[142,82,164],ea:[138,82],"\u30e9\u30d9\u30eb":116,kana:[142,16,164,172,43],ex:82,year:138,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":140,opened:[129,55,138],space:[35,168,77],"\u518d\u69cb":23,increase:129,"\u3065\u3051":[],"/files":[140,18],shows:98,"\u5230\u9054":60,args:89,"\u5d8b\u7530":6,"-rroonga":15,"/pub":120,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,116,70],british:83,"\u3078\u306e":[11,174,14],"_block":[2,160],omitted:[127,4],variables:35,"\u305f\u3069\u308b":39,"_process":[2,160],message:[35,138,71,7],xt:82,size:[],unlink:76,checked:140,silent:73,bookmark:77,"_obj":[],"\uff08,":3,"\uff08-":[100,3],".git":[96,140,111],"\u30bd\u30b1\u30c3\u30c8":[66,135,5,65,6,117,7,144,146,148,176,97,32,74,130,99],"\u3044\u308c":[6,11,72],"\u3044\u308b":[],that:[35,100,102,113,122,27,164,6,127,105,8,95,138,129,98,76,47,17],kenichi:[23,143],localnames:146,"\u6a29\u8868":70,"=path":[],libevent:[174,141,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":109,"\uff08@":[23,143],x6:140,than:[138,129,77,43],"\u30d5\u30a9\u30fc\u30e0":[100,147,116,168],"*next":47,"\"\u4e8c":[],"[index":70,"/gat":[67,3,121],accesses:[129,113],"_basic":[8,48],"\u5404\u547d":156,browser:111,"/bundled":[],"(scope":169,"\u3044\u304d":[115,3,140],remained:138,"\u3059\u308b\u304b":121,"\u3044\u3044":[115,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[104,116],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,70],"_circle":[],engin:[142,164],"\u591a\u5f69":30,"=none":[41,82,124],"\u3044\u3064":164,"/table":127,"*buffer":72,"\u3044\u307e":62,"\u9806\u6b21":[166,89,3,94],":doc":76,"|suggest":142,price:11,"\u5c0e\u5165":[70,10,165],"_section":[113,170,87,66,70,71],"\u79fb\u52d5":[140,79,6,93,176,23],"\u672a\u4f7f\u7528":160,"\u3068\u308a\u3068\u3093":[168,139],"-yyy":111,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u305f\u3069\u3063":170,"\u3057\u3044":[64,134],"\u3057\u304f":116,"\u975e\u4e92":[6,70,116],"\u65b0\u5bbf\u99c5":67,"\u3057\u304b":[100,168,11,139,8,70,71,111,48,59],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:113,"\u3057\u3066":[39,100,143,3,140,121,64,12,115,116,6,105,8,165,111],"\u6700\u5927":[60,15,1,143,139,61,86,100,89,27,116,6,160,88,154,156,23,70,56,48,109],"\u30bf\u30a4\u30c8\u30eb":[39,100,139,11,71,168],title:[39,3,140,121,169,11,116,127,94,71],only:[35,55,8,95,118,98],"\u3057\u307e":115,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[57,169,63,140],"1\u6708":[11,170,40,100,139],"\u7528\u5909":70,"/gqtp":[131,116],"\u62c5\u5f53\u8005":140,"\u8b70\u8ad6":0,elfring:6,"\u840e\u7e2e":115,"*'":100,"\u300cbob":170,"({":122,"\u4e21\u65b9":[100,170,168,77,86,106,30,139,164,133],"(scan":165,"\u8a18\u6cd5":[71,139],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":116,"_mode":70,"\u5dee\u96c6\u5408":139,between:[],"import":140,"\u5426\u304b":88,notice:[5,7,8],unlocks:35,"\u3057\u308c":[126,155,53,44],"\u3057\u308a":115,tokenbigrma:82,"\u3057\u3088":[36,63,11,106,116,14,52,68,17,23],"\u672a\u8a2d":6,article:71,"\u6a5f\u68b0":70,"\u3079\u30fc\u30b9":70,"\u8d77\u3053\u3063":53,"\u975e\u4f9d":120,"-groonga":[96,170,156,140],"-time":27,"\u5c55\u958b\u5f8c":100,learning:[],"\u8868\u8a18":[68,83,140,77,11,40,116,6,67,23,139,111],"\u8d70\u3089":53,"\u578b\u60c5":6,"\u3002callback":63,"\u8868\u8a08":163,"'>":101,"';":89,"=yes":[165,100,104,116,140],ruby:[],"\u5438\u53ce":3,developing:152,these:[27,55],"\u4f55\u3089\u304b":40,"\u30b7\u30b0\u30ca\u30eb":[23,70],geodetic:40,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":68,"/packages":140,shorttext:[3,83,86,40,89,41,42,43,94,23,97,102,118,133,100,68,139,77,11,142,106,107,53,16,146,57,87,59,39,152,64,150,156,66,169,67,158,88,70,71,101,164,168,121,170,143,27,126,127,129,175],"\u3002\u3002":84,"\u3002\u300c":[39,100,82,168,124,41,139,71,59],"\u3002\u300d":64,"\u5fc5\u8981":[],canceled:95,", {":[8,48],"\u5c65\u6b74":140,"\u8f9e\u66f8":[153,1,64,143,116,6],develop:[152,10],", [":[],"-dir":156,"\u6fc1\u70b9":175,document:[139,140,150,143,89,27,42,31],"\u3002\u3044":63,favorited:170,"\u5b89\u5b9a":[117,10,104,30],"_space":[2,160],initialization:122,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[71,150,77],favorites:170,"\u3042\u306a\u305f":[140,22],eito:116,"\u3002\u3059":[106,156],theater:83,"\u8d77\u3053\u308a":83,"\u5171\u901a\u63a5":86,"\u3059\u3079\u3066":[152,10,3,139,121,77,87,105,156,100,6,53,82,8,88,23,174,143,41],"[output":104,"\u3002ecmascript":100,"\u6bd4\u3079":[106,70],excel:163,touch:129,"\u30ab\u30e9\u30e0":[],speed:157,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":74,"\u3002api":[150,27,42,147],"\u4f4e\u304f":64,mmap:[],"_extract":37,"\u4f4e\u3044":[64,100],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":152,real:[129,27],"\u542b\u3081":[100,163,168,140,88],"\u542b\u3080":[166,66,100,63,3,168,77,142,125,134,116,6,170,70,71,139],"\u8a00\u3046":[164,77],"\u4e38\u62ec":3,"\u9234\u6728":6,read:[27,160],"\u8a00\u3048":[64,168],"\u5c55\u958b\u7528":23,amd:140,"\u542b\u3093":[100,63,168,11,170,27,126,157,16,70,139],"_hook":[],using:[98,71,37,43],"\u6df7\u5728":31,"=site":94,output:[],"\u5c5e\u3059\u308b":[57,97,40,72,113],unsplit:63,"\u30c4\u30ea\u30fc":70,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":57,"\u30ec\u30b9\u30dd\u30f3\u30b9":[15,2,116,6,160,23,70,48],"/column":127,unlocked:35,"\u30de\u30b7\u30f3":89,"\u542b\u307f":[57,126],"\u542b\u307e":[3,87,134,43,6,9,137,97,48,100,139,140,52,107,59,62,63,88,70,163,120,168,170,27,126],"\u5206\u3051":[],tomoatsu:143,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":170,"-static":23,rdbms:30,src:105,central:170,backup:[75,146],processor:[141,120,12,153],"/admin":[23,89],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,142,100],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":94,operator:102,your:[18,127,129,23,73,111],"_example":164,log:[],prepare:8,aren:129,assumed:47,rpmforge:120,rlimit:[138,116],"\u77e5\u8b58":156,cflags:[20,140],"\u306b\u3064\u3076\u3084\u3051":115,"d\u30ad\u30fc":3,"/query":[76,9],",\"links":11,"default":[],"\u30b3\u30b9\u30c8":[106,105],"[benchmark":70,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":116,"\u9032\u3081":[],describe:35,"&request":95,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":84,storage:[150,42],"\u691c\u67fb":72,"_code":[35,126,138],vmstat:154,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[94,48],you:[35,43,8,95,98,141,12,14,55,18,58,111,113,118,164,75,122,123,172,127,129,76],"\u4f4f\u3093":170,string1:103,massachusetts:170,suited:27,"[fedora":[6,70],gemfile:6,"\u4e94\u5165":23,building:98,"\u306a\u306b\u5bfe\u3057":[168,139],"\u5b9a\u7fa9":[135,3,85,40,89,42,6,97,47,100,68,139,106,107,105,54,144,63,113,56,150,65,66,169,158,160,88,70,71,163,168,27,101],"\u8a66\u3057":115,"\u8a66\u3059":177,"\u3002\u00d7":115,cores:122,naoya:[],"\u524d\u8ff0":[64,175,8,59],"\u5343\u4e07":[],month:[39,138],"\u308f\u304b\u3061":134,"\u3002name":[105,113,14],"4byte":160,"\u57fa\u6570":139,longitudexlatitude:116,"-e":89,"-d":[122,58,89,8,94],"-g":93,"\u4e16\u4ee3":10,"-a":[6,89,168],"_rk":57,"-c":[153,120,89,94],"-m":166,"-l":[122,138,89,58],"-n":[122,23,3,89],"-i":[156,89],"_rc":[35,36,100,72,75,85,78,114,105,14,15,21,108,102,17,57,50,76,47,113],"-j":174,"-t":[122,89],"_bulk":76,"-p":[122,156,89,94,166],"-s":[122,89,94,58],"\u304b\u304b\u308a":[106,168,139],"-x":[116,140],"-z":122,"-conditional":23,very:[126,100,168,150,27,42,52,164,139],"\u4ed5\u7d44\u307f":[6,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,48],"\u76f4\u5f8c":14,":\"":[76,3],"_github":[140,111],"\u6b8a\u547d":156,normalizers:[44,175],"\u9df2\u7530":116,"-\"":41,"--":[35,36,1,82,83,85,89,41,42,43,6,93,8,70,50,47,100,101,139,140,77,105,14,15,107,108,17,21,150,110,39,152,112,113,64,56,114,156,116,57,67,102,23,72,163,75,121,170,143,27,136,31,76],"-(":[139,140],"-+":8,"\u3057\u307e\u3057\u3087":[83,77],masafumi:[],"->":143,"/work":140,"\u518d\u73fe":[64,115,116,147],netbsd:[143,116],"\u975e\u5206":100,"\u53ef\u8aad":70,"[admin":[6,23,116],"@s":143,naoina:[6,116],"-jinja":140,"\u6e2c\u5730":[68,11,40,29,67,162],learned:58,"\"yyyy":139,pub:140,"/ja":[15,140,111],"\u304b\u304b\u3063":[126,100],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[153,120,12,141,93,128],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":63,daemonize:122,"\u308f\u304b\u308b":70,"\u308f\u304b\u308a":[70,143,121],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:103,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:175,chunks:154,"=groo":122,takes:95,bash:174,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":163,"@yito":[6,116],fulltext:[150,82,27,42],".comment":[170,71],"-tokenizer":[153,120,12,116,6,141],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":[],"\u5fa9\u53f7":140,vm:[],"\u3002eclipse":111,"[load":[6,70],"/homebrew":140,"-databases":[3,122,87,53,94,97],nine:3,"\u9664\u53bb":[41,143,152,101,116],exclude:[6,70,116,88],string:[],"_batch":70,"-address":[6,23,89],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[153,40,140],"[table":116,"_likes":[126,129,100,168,139],fu:82,":`":[],"[dat":[6,104],derived:58,"\u7686\u5ddd":70,"\u901f\u304f":[39,174,59],fa:82,tries:17,"\u3002'":[72,168],fd:122,"\u6642\u9593":[],"/token":[],"\u4e0b\u3055\u3044":[153,120,82,140,87,12,116,6,141,105,173,93,128],"\u56fd\u3054":121,documentation:[129,73,18],"\u4e00\u5bfe":11,narwhal:23,uninstall:6,"\u5909\u63db":[2,86,40,8,170,57,23,175],help:[23,165,111],"\u592b\u5fc5":133,"-wno":23,"\u5dee\u3057":140,"/lzo":[23,143,116],systemd:6,"\u306f\u3044\u304f\u3064\u304b":[60,126,17,48,168],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[57,23,143,112],shimada:143,systems:27,"\u57fa\u672c":[],"\u76f8\u5bfe\u30d1\u30b9":70,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[89,116,168],"\u4e09\u8c37\u3055\u3093":70,"-test":[165,140],"\u5f62\u72b6":84,stopped:[],"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u597d\u304d":111,resizes:35,yito:[6,116],"\u306a\u306a\u3069":[168,139],"\u9032\u3093":30,"\u30b5\u30a4\u30ba":[36,86,6,93,70,153,11,12,105,57,59,60,113,154,116,117,160,23,72,120,30,27,141,128],"_vprintf":70,"=grooon":122,"\"sequence":[142,16,164,43],"\u30d5\u30a1\u30a4\u30eb":[],todo:[],event:[142,172,58,16,43,164],"_position":[106,152,3,83,169,64,170,87,100,168,27,42,66,107,129,71,139,150,113],"\u52a0\u3048\u308b":[66,23],"<ip":[156,89],trusty:[70,12,140],since:[138,118,131],"\u300cgrand":170,issue:0,"/mailarchive":140,"\u9045\u304f":[162,121],"\u9ad8\u304f":[64,77],"\u9045\u3044":[86,68],"\u3002mysql":[141,120,12,153],"\u9ad8\u3044":[100,3,142,117,8,30],"\u3042\u308f\u305b\u308b":6,reason:164,base:[35,8,140],put:168,loads:[8,58],rect:68,"\u5931\u52b9":[8,109],"_flters":[],"\u30b5\u30a4\u30c8":[11,39,140,147],"\u5024\u3068":[11,100,168],encoding:[35,114,4],"/data":73,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[131,173],"\u52a0\u308f\u308b":115,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":76,"\u3002_":[54,3],"\u5024\u304b":68,":value":[100,168],"\u53d7\u3051\u308b":[70,131],zeromq:174,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:172,"\u3002make":156,kashihara:70,"\u3002null":[105,75,14],recursively:127,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,alphabets:[],translation:111,"\u5024\u3054":121,jquery:[70,143],grep:[141,120,12,153],"\u3002xml":126,"_probability":[23,142],recovered:75,str:[35,76],builder:78,"\u5206\u3051\u308b":[11,140],"\u547c\u51fa":[36,105,72,113],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":48,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[143,116,9],"_incr":72,"\u79d2\u5358":[11,40],"\u5024\u3068\u3057\u3066":[154,68,89,170],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,"\u4e00\u81f4\u7528":133,tokenbigramsplitsymbol:[64,155,143,33],".repoforge":120,"'hay":63,"/dev":140,clear:[70,72,127],"\uff08and":147,"\u6697\u53f7":140,"\u4ecb\u3057":[30,94],clean:165,latest:[],"\u4fbf\u5229":[100,82,168,77,11,30,124,126,173,147,174,164],"\u4e8c\u70b9\u9593":[],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":111,parameters:[122,127,95,129],"\u5225\u3005":121,"<level":58,"\u6cbf\u3046":70,"\u4eca\u5f8c":[137,23,82,176],combinations:[],httprewritemodule:8,".nginx":8,"*index":[102,112],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[70,89,116],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":39,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":39,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":32,"(argument":139,locale:111,"_enough":[2,160],":groonga":[100,12,168,140],"_would":[2,160],"\u5f93\u6765":70,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":63,utopic:[12,140],"\u7d39\u4ecb":[70,80,100,140,170],"\u4e00\u5ea6":[106,121,9,6,17,70,23,71,175,163,8],"\u5909\u6570":[35,139,140,20,104,116,136,6,23,70,163,47,165],"-level":[70,89,58],"\u624b\u9593":115,missing:[],"\u306f\u3061\u3087\u3046":139,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[151,147,73],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":15,delimit:116,oneiric:[23,116],geopoint:[],"\u5f71\u97ff":[6,70,116,140],experimental:[95,75,55],"\u767a\u63ee":30,jeff:133,"\u4e00\u5f0f":72,linux:[],"\u4e0d\u80fd":156,tokenbigramignoreblanksplitsymbol:[64,155,33],"\"web":[16,43],"\u6b62\u3081":70,"\u306e\u3069\u308c":[122,164],"\u4e8b\u67c4":115,stamp:138,describes:[126,95,55,18],empty:[],"/db":[131,55,142,8,146,58],"/dd":139,"\u56de\u7279":156,"\u7a3c\u52d5":74,"\u6a29\u9650":[174,94,116],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[85,3,94,164],"while":127,"\u505c\u6b62":[53,10,89,116,130],"_zlib":[66,2,113],"!(n":139,reads:58,ready:18,"\u898b\u3064\u3051":[6,1,115,164],fedora:[],checking:[122,75],"_keys":105,"geopoint\u9593":23,"-jp":116,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[174,140],composition:175,used:[75,122,123,14,127,109,170,138,118,98,58],temporary:75,uses:[138,129,98,58,75],user:[39,169,122,123,156,27,42,107,8,95,88,129,47],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[152,82,168,121,124,41,100,89,27,116,6,175,129,70,144,174,59],database:[],"-filter":[133,77,170,12,27,42,6,141,107,169,70,23,149,139],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[],clears:113,"\u9806\u756a":[112,168,64,89,57,3],"\u30b0\u30e9\u30d5":30,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":64,"\u5f0f\u8868":76,"\u8fd1\u4f3c":[6,23,68,162],"\u56de\u6307\u5b9a":168,"\"tritonn":100,"\u307e\u3057":[39,100,68,168,121,64,170,115,116,175,6,16,8,139,70,23,111,140,59],"\"uptime":4,"-gram":[82,3,139,64,30,134],"\u3064\u3051\u308b":[70,100,115,133,77],"...":[36,4,85,78,6,8,95,70,97,50,47,106,100,102,139,142,105,14,15,108,17,146,21,150,110,112,113,56,114,156,116,57,23,72,168,75,117,122,170,51,169,31,76],"\u9759\u7684":[],nginx:[],"_com":140,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":160,"'..":116,"\uff09\u307e\u305f":[82,124,168,139],popular:100,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,82,3,4,40,134,89,6,94,23,174,48,106,100,10,139,77,11,142,14,52,107,108,144,17,21,59,41,63,64,114,156,116,176,68,70,162,104,166,168,121,143,8],"\u5927\u304d\u306a":[48,59],some:[138,123,172,95,129],"\u96a3\u63a5":[30,168],"~number":139,"\u5927\u304d\u304f":[11,143,10,146,162],"\u5927\u304d\u3044":[100,63,168,86,89,23],"\u3061\u3083\u3093":39,"\u30af\u30a8\u30ea\u30fc":[],"\u5927\u304d\u3055":86,".sh":[6,111,165,140,73],run:[],"\u4ed8\u304d":[],processing:138,"\u81ea\u5df1":170,"\u4ed8\u3044":175,"\u5f37\u5236":[6,1,72],"\u898f\u683c":57,"\u4ed8\u3051":[3,11,150,42,6,158,94,88,71,48],"\u30ab\u30a6\u30f3\u30c8":[170,116],"\"mori":146,"\u4f3c\u305f":175,"_read":2,ids:[102,77],"\u5916\u90e8":125,"\u5185\u5bb9":[36,131,3,85,87,43,6,94,97,100,139,140,11,57,111,156,115,70,71,164,168,166,75,170,27,126,129],idf:70,"\"serach":16,block:11,libzmq:[141,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":[70,116],".(":140,".)":[129,139,116,95,138],".-":111,"..":[35,3,87,89,6,8,95,48,100,139,77,142,52,107,146,111,116,117,168,123,127,31,59],"./":[174,111],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[39,100,3,83,11,150,27,42,106,107,94,139],"\u5909\u66f4":[],".'":[6,66,116],".:":[122,58],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":170,patprefix:133,"\u652f\u63f4":157,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,140,70],pangolin:[6,12,140],registered:[35,27,164],tokenbigramignoreblanksplitalpha:33,".]":[139,77,142,117,95,97],newer:[],"._":[100,168,121,11,116,70,72,139],"\u3002\u30bf\u30b0":[39,42,77],info:[5,7,8],".i":120,utf:[37,4,122,114,143,89,116,6,174,139],".n":[129,100,139,75,168],".o":39,munin:[153,1,12,120,6,141,23,174],"\u306b\u5bfe\u3057":[1,3,83,85,134,6,9,100,139,140,77,142,105,39,63,116,66,169,67,70,71,72,166,74,168,121,30,31],".c":[100,37],".d":[154,129,141],"_max":[61,2,112,15,108,160],".x":120,windows:[],".}":[117,139,77],"\u66ff\u3048":[],"\u5099\u8003":116,doesn:[129,8,95],"\u3002gnr":147,"#{l":138,"\u306b\u3068\u3063":115,"_columns":[],"\u958b\u3044":[175,143,116,23,32,99],"_float":56,"\u958b\u304f":[6,15,175,23],"\u958b\u304d":[15,75],"_rate":[94,74,3,4,8],application:[8,48],"\u958b\u3051":6,"'\u3002":89,"\u56db\u3064":134,sigcont:116,"\u6642\u4ee5\u5916":143,"\u843d\u3061\u308b":[23,143,116],"\u767a\u884c":94,draw:39,"_realloc":35,"_len":[6,76,113],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"(title":[116,103],"\u306a\u304c\u308b":6,"\u4e00\u5de5":133,required:[122,127,8,95,118,48],"\"suggest":157,"\u5f37\u5316":[23,143,70],requires:[164,55],kawaji:6,"_pat":[],gt:[150,42],"\u30d6\u30e9\u30b8\u30eb":68,gr:[100,82],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":100,gb:[154,4],ga:[82,156,175],go:106,"\u30dc\u30c7\u30a3":[59,160,9],gi:82,"\u500b\u6240":70,".ssssss":138,nippon:164,"_unknown":2,"\u300cgroonga":[70,147],"po\u30d5\u30a1\u30a4\u30eb":111,"/..":[127,8,140],"\u4e0d\u8db3":[153,120,12,141,93,128,70],"\u9632\u304e":116,"\u304a\u3053":[11,30],"\u3060\u3044":[23,70],exits:55,mercurial:140,".mo\u30d5\u30a1\u30a4\u30eb":111,deleting:[],"/bin":174,"\u5341\u5206":[64,36,154],"/sbin":81,"\u8ca0\u6570":[6,17],download:[120,140],onigmo:70,"-known":27,"/introduction":[3,94],opaque:160,".tsv":[163,4],"\u542b\u307e\u308c":[100,30,134,27,116,126,88,9,59],"\u983b\u7e41":[105,174],"\u4fdd\u5b58":[],"\u7b49\u5024":143,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[70,82],"\u578b\u7528":76,"-libstemmer":70,"\u62e1\u5f35\u5b50":[143,156,4,9],"- \"":70,"\u3002max":57,accessor:[105,72],".weight":116,"(table":70,blogroonga:[],"\u300d\uff08":[134,146],"_child":[2,160],"\u306e\u3042\u3068":6,"\u5177\u4f53":[64,71,121],"\u8fd1\u304f":[84,139,30],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[151,78,30],"\u540c\u3058\u578b":77,"\u898b\u3064\u304b\u3089":105,"\u898b\u3064\u304b\u308a":100,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":115,"\u8d85\u3048":[64,100,116],win:93,"\u5171\u901a":[139,86,40,115,23,71],"boolean":37,"\u7d5e\u308a\u8fbc\u3080":[70,157],"\u3092\u304a\u3053":170,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[30,116],"_no":[],"\u81ea\u5206":[156,115,8,128,111],milliseconds:122,soundkitchen:[6,23],cosmo:[70,116],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[154,100,77],started:[126,138,100,168,139],"\u5f15\u304d\u8d77\u3053\u3059":[6,116],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":165,"\u5371\u967a":[53,140,48],"\u53d7\u3051\u4ed8\u3051":[6,143],mitsuhiro:143,"\u7de8\u96c6":[],links:[11,94,121],sudo:[153,120,140,20,154,12,131,6,141,94,18,129,174,165,81],">max":4,objname:[32,99],"\u30b7\u30e3\u30fc\u30d7":59,tokendelimit:[155,82,33,43],"\u6df1\u523b":[6,64],"_repair":104,"\u512a\u5148":[30,156],"*valuebuf":36,"\"sphere":162,"\u9577\u4ee5\u4e0a":[105,72],spelling:83,".entries":129,"\u7d5e\u308a\u8fbc\u307f":[30,3],"\u66f8\u5f0f":[],rakutan:71,"\u81ea\u52d5":[39,3,113,140,86,168,156,6,105,54,8,9,133,23,70,139,111],"\u898b\u3064\u304b\u3063":[157,100],"_characters":76,"\u4e00\u500b":63,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[39,100,82,3,168,11,170,106,6,8,126,71,139,48,94],converting:[],"-mysql":[153,120,12,124,141,175],"\u88dc\u8db3":8,geoppoint:102,send:95,"_match":[],auto:142,"\u629c\u304d\u51fa\u3059":30,"_seek":[2,160],takayuki:23,"\u306b\u304f\u308b":64,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":115,"'query":6,"\u65e2\u5b58":[131,3,75,140,11,30,156,6,105,173,94,176,70],chunk:[117,129],"\u751f\u6210":[],special:100,"\u3050\u308b\u3093":[39,168,139],"-match":[],"\u306b\u304f\u3044":30,may:[75,55,127,95,129,113],"_default":[6,21,108,114,48],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,116],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":111,"_script":137,"_proxy":8,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":170,"\u307f\u3066":67,deprecated:[100,10],times:[17,95],"-localstatedir":[],"\u307f\u304c":63,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":[13,18],"_proc":[],"\u8aa4\u5dee":[23,68,162],largetext:86,"<max":89,unsupported:160,improving:129,"\u305e\u308c":[100,63,112,139,140,43],"\u5185\u8fd1\u304f":139,management:[75,27,73],"\u305d\u3053":[11,64,140],mkdir:146,"\u6700\u4e2d":30,"\u52d5\u5c0f":40,".groonga":[111,120,140,153,20,12,156,141,93,174,81],"_bad":2,"-doc":104,"\u306f\u3058\u3081":[],configure:[],"_utf":[57,114],travi:116,lists:70,",..":[52,97,100],"_vector":[39,100,113,77,11,170,87,116,66,169,158,70,72,76],"*min":57,updating:17,"\u3092\u3054":165,"_recv":70,"-log":[],arc:82,"_expander":[],"\u8a72\u5f53":[113,150,27,42,15,105,88,57,70,71,72],unchanged:35,"\u5f97\u308b":8,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":140,variable:35,"\u4fee\u6b63\u4e2d":16,"\u30de\u30a4\u30af\u30ed":[11,170,40,139],need:[122,95,18,129,118,98,76],"\u3068\u307f":[31,100,116],nsis:140,"\u6f14\u7b97":[139,143,116,6,105,147,70,174],"-db":104,"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":174,"\u3002post":48,"\u7570\u306a\u3063":57,"_lt":57,":func":[15,76,75,14],url:[140,31,94,146,70,23],uri:[31,8],"\u6982\u5ff5":10,"-point":40,"\u57fa\u6e96":[11,30,3,140],"_temporarily":[2,160],"\u5fc5\u9808":[],"\u3084\u3089":140,"\u3084\u3081":[23,116,70],"\u3002\u2193":89,ssssss:138,"\u53cb\u4eba":39,"\u6e2c\u5b9a":156,"|persistent":[97,53,87],based:[131,102,150,27,42,95],launchpad:[70,12],"\u3068\u3066":[86,100,48,30],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,74],"\\groonga":93,"\u5358\u306b":[62,116],"\u4e0d\u8981":[6,70,30,116,14],sha:140,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":173,"\u79d2\u3088\u308a":136,processed:138,"\u3050\u308b":[147,168,139],"_parse":[114,76],"_setpshared":116,kawada:70,"\u7a7a\u6587":[70,40,168],computed:35,latin:[6,174,89],"\u63a5\u7d9a\u5148":166,".list":141,"2\u3064\u3081":[71,168,48],"|ga":100,"\u975e\u5e38":[6,48],"_word":[70,152,41],"\u7ba1\u7406":[],wibowo:116,written:[118,18],ken:39,"\u3084\u304c":10,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,86,43,6,8,9,174,48,153,100,68,139,77,12,64,54,147,39,20,116,157,120,168,121,170,124,141,31,80,175],key:[],"\u3084\u3057":100,limits:129,admin:[70,143],"!\\":139,"\u3084\u307e":70,"\u682a\u5f0f":70,"\u96e3\u3057\u3044":30,jersey:170,"\u304a\u3089":140,"\u4eca\u56de":[6,3,27,139],"\u4f5c\u6210":[],"_add":[85,105,76],"\u30af\u30ea\u30a2":[6,23,72],quit:[],"\u91cd\u8907":[70,105],"\u30b9\u30ab\u30e9":113,quiz:39,"\u547d\u540d":6,compatibility:[118,175],"\u306b\u3088\u3063":[135,3,5,134,89,7,94,97,99,100,10,77,11,105,14,15,53,144,146,147,176,148,39,63,125,65,116,66,117,72,166,74,30,31,32,76,130],"\u6b21\u671f":140,username:[39,93],"\u65e5\u672c":[168,140,40,29,67,70,162,164,139],corresponding:72,"\u4ef6\u542b":170,"\u7d44\u307f\u5408\u308f":[30,100,63,88,59],"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,68,168],glossary:73,"\u3076\u3093":115,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[100,82,169,104,107,93,8,70,23,163,59],demo:39,"\u3060\u304b\u3089":100,"/_":140,"\u76f4\u524d":85,"\u9818\u57df":[174,105,6,67,70,72],"/o":59,"_system":[23,2,160],"\u91cd\u8981":[106,100,82,140,77,165,115,26,14,15,8,30,174,91,48,59],"\u614e\u91cd":165,"/f":140,"/d":[70,8,48],"/c":[79,30],"\u91cd\u8996":[64,106],"-essential":[141,12],"/x":48,"-learner":[],"\u8aa4\u5b57":[6,23,143,163,116],crch:82,"(mroonga":163,http:[],"\u306b\u3088\u308a":[60,100,68,3,133,140,117,11,30,40,116,6,64,8,70,71,48,94],"_ito":23,"\u305f\u3070\u304b\u308a":106,"_scan":[],"/.":23,"/*":[79,154,131,8,111],"/(":140,"/'":70,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":111,well:27,"/\"":[39,3,121,77,11,67,94,146],"/?":122,"/;":8,"\u3042\u304d":133,accurate:27,"\u3042\u304f":15,sources:[87,18],"\u3042\u3063":[52,100,10,113,140,39,142,156,116,6,105,54,153,72,48,111],"-ruby":[6,140],"/kytea":82,logged:138,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":160,"\u30fb\u5186":30,"\u6790\u7cfb":139,"\u756a\u53f7":[166,100,113,131,156,89,116,54,94,70,48],"_mask":72,"\uff08or":147,".jp":[100,37,140,22,146],pikonyan:39,immediately:95,tomita:143,"\u78ba\u4fdd":[36,154,76,14],"\u6587\u5b57\u6570":[27,139],"(\u300c":140,"/key":72,"\u4e0b\u8a18":[10,74,117,53,63,57],"-plugins":[],library:98,"\u3002optarg":75,home:[174,140],"'config":89,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[79,30,111],nihon:164,"\u5411\u3044":[126,86,100,70],"\u3093\u304c":[168,139],"_number":[126,94],limitations:95,"\u3057\u3064\u3064":165,"\u3042\u308c":[106,139,140,64,156,15,88,59],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[115,8],described:[],"\u9055\u3063":164,".hash":170,"-source":140,"\u6f0f\u308c":[6,30,83,140,147],"\u306a\u3084\u308a\u304b\u305f":83,compatible:8,"\u9055\u3044":[100,68,3,168,11,67,71,48,59],"\u9055\u3046":143,"\u500b\u6570":[6,113],"<log":89,"_nhooks":85,additional:[175,116],"_nsubrecs":[70,54,113,121],museum:170,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":100,hw:81,"\ufffetext":82,hh:[138,139],"\u540c\u3058\u5024":[3,8],ear:82,"/reference":[127,76],"*var":35,truncation:[23,118],"\u3068\u3053\u306e":164,"=submit":122,limit:[],"\u5b9f\u4f8b":[],"\u3068\u3053\u308d":[62,139,79,66,9,137,104,111],"{\"":[152,168,77,142,150,156,62,42,43,106,107,16,137,71,164,117,139],"\u79d2\u5f62":40,"\u7389\u91ce":70,eric:88,functions:[35,70,37],"\u3002video":39,halfwidth:175,"\u6163\u7fd2":6,"_many":[70,2,160],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":16,"\u65b0\u3057\u304f":[100,10,3,115,106,147,70,59],friends:39,sphinx:[79,70,111,13,18],katagiri:116,persistent:[87,105,75],"{\\":52,"\u305a\u308c":[66,10,5,30,40,89,68,52,11,105,7,160,63],".status":156,"=redhat":174,"\u5927\u62b5":8,"\u3002scan":165,consists:[],"\u30ab\u30e9\u30e0n":169,calculate:122,segments:117,"/raw":73,"\u592a\u90ce":39,swap:129,updated:[64,37,111],"void":[35,75,114,105,21,108,17,57,72,104],"/grn":76,updates:[27,18],"\u3066\u307f\u307e\u3057\u3087":67,"\u53c2\u7167\u5143":11,"\u30df\u30b9":164,"\u53c2\u7167\u5148":116,"=pat":104,vector:[6,164,116,77],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":154,japanese:[164,22],"\u9006\u9806":3,"\u3002grn":[63,147],implemented:37,even:164,"\u50be\u5411":71,"\u6210\u529f":[],"new":[],net:121,maverick:23,metadata:6,"\u306f\u3044\u3051":[72,158],"\u5fdc\u3058":[36,156,30],"<directory":58,"\u4e2d\u4e95":116,"\u305a\u306b":77,"\u305a\u3064":[156,71,89],":port":[31,89,8],"\u5411\u4e0a":[23,131,8,48,147],serch:[142,16],yamada:[],"\u3080\u308b":[168,139],concurrently:138,"\u826f\u3044\u4f8b":115,"\"body":[],mysqlgenerallexicon:[],"\u9023\u7d9a":[82,64,134,116,16,72],".yml":73,typo:[23,70],"\u3082\u3057\u4e00\u3064":[],type:[36,3,133,87,43,95,98,47,102,11,142,53,14,105,16,59,39,113,56,156,66,67,71,164,121,122,170,124],"-properties":12,"\u3002zlib":66,posting:102,"\u62ec\u5f27":52,warp:70,language:111,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":169,"\u305f\u304b":[23,100,16],"_left":[23,102,2,160,29],"-ipadic":153,akio:[6,143],root:[8,116,94],"\u306b\u95a2\u3057":[63,156,116,14],"\u304c\u3063":[],"\u80a5\u5927":70,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,32],"\u63a8\u5968":[126,100,10,6,94,128,70],normalizernfkc:[],"_xml":98,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":70,"\u4f55\u500b":100,"\u6301\u3064\u3059\u3079":100,"_memo":107,"\u304c\u3059":105,"\uff08document":70,"\u9023\u7d61":111,sitedomain:[94,121],"\u30b9\u30fc\u30d7":134,"/result":104,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":71,"\u3002tsv":[126,163],"_indexer":104,"_win":35,"\u9069\u5408":[64,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,71,72,116],"\u5206\u5c90":165,"\u643a\u5e2f":30,"_ja":116,"\u5358\u4e00":66,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":[],"\u3002google":168,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":143,"_jp":174,"_small":[2,160],"\u6d6e\u52d5":[],before:73,"-add":75,"=allow":100,"\u6574\u6570":[],better:[],"\"pp":70,weakness:27,"\u300coutput":31,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,116,160],"\u691c\u8a0e":[64,131],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":[166,70],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"'or":6,"\u975e\u4e92\u63db":[23,70],"'article":71,"\u30d1\u30b9":[166,143,3,75,140,156,87,9,89,136,94,31,23,70,174,58,48,8],"_stop":[70,152,41],"\u7c21\u6613http":[],extract:[],"\u30ed\u30b0\u30d1\u30b9":143,realtime:[142,43],"/bc":140,content:[106,152,101,168,169,126,100,27,116,6,107,8,129,23,71,48,139],"\u6570\u3048\u308b":121,grease:11,"/\uff09":143,"\u8996\u899a":30,"\u30d1\u30ea":68,"\u63a5\u8fd1":63,messages:116,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":143,iso:139,isn:14,features:55,hook:85,"1\u884c":156,"\u7531\u6765":147,"\u30e1\u30e2\u30ea\u30fc":59,outputting:98,"_keywords":76,"\u5358\u4f4d":[68,3,139,30,40,134,26,27,126,143,160,56,23,162,170],"_clear":[],tokens:82,mkostemp:70,"[http":[6,70,116],"\u5358\u4f53":[30,156],"\u5f79\u5272":[107,3],nsubrecs:[39,100,113,121,170],distance:68,keyword:[100,168,150,27,42,116,6,76],".json":[4,8],enabled:138,"\u524d\u4ed8\u304d":72,gnupg:140,enables:8,modern:170,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":115,"\u958b\u3051\u308b":6,"\u81ea\u52d5\u5207\u308a":70,estimated:102,"_cas":2,"\u308f\u3051":[100,82,139,11,41,164],specfied:102,"\u30b1\u30fc\u30b9":[100,121,64,67,15,53,8,70,59],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":73,regular:[122,8],"\u3002munin":[141,120,12,153],don:[127,98,76,8,43],radious:162,doc:[79,111,83,140,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":140,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[16,164,136,43],"\u56fa\u5b9a":[3,87,160,57,70,72,59],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":160,keybuf:105,sigsegv:105,"\u6210\u308a\u7acb\u3063":63,syntax:160,"\u65e5\u672c\u8a9e":[0,168,64,30,6,139,164,111],"\u8ffd\u52a0":[],zunda:23,"\"\u308d\u3086\u304d":133,yoji:23,"_address":[2,94,160],"_http":[156,8],"\u4e8c\u756a\u76ee":139,"\u72ec\u81ea":[],"\\\"a":169,stop:[6,131,8],"_limit":[],"/grntest":140,"\\\"}":52,gbyte:60,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"_index":[],bad:[70,116,160],architecture:[],"\u623b\u308a":[6,72],"*name":[35,113,56,114,14,105,72,76,47],"\u524d\u56de":140,",\"location":[39,67],"\u591a\u304f":[100,3,11,89,27,64,8,23,177,131,59],reference:[116,77],"\u591a\u3044":[64,168,139],"\u623b\u3063":8,".kentaro":116,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":134,"\u30aa\u30fc\u30ca\u30fc":116,"\u4e88\u7d04":66,subject:116,brazil:121,"\u672a\u958b\u653e":143,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":77,inappropriate:160,sigint:23,filename:160,simplest:123,"\u7bc4\u56f2":[],"+fffe":82,threasd:89,"_geo":[],"\u3092\u901a\u3057":[89,3],"_get":[35,15,113,36,85,104,114,105,14,6,21,108,17,70,57,23,72,76,47],"]\u3002":70,"\u534a\u5f84":162,"_operation":[2,160],"_level":[],"\u73fe\u308c\u308b":64,against:[118,75,113],"\u3044\u3044\u306d":[100,168,139],"0e":156,"\u8a9e\u5f59":[],"_reinit":72,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[153,100,68,168,77,86,116,6,67,147,70,48,139],"_too":[70,2,160],loaded:62,"\u3068\u3044\u3051":[154,100,164,160,59],three:[11,3],"\u3068\u3044\u3046":[82,3,4,86,40,134,42,6,8,9,137,70,174,48,100,10,139,140,77,11,142,107,16,147,59,39,152,64,156,125,115,116,117,67,68,23,71,163,164,165,175,168,121,169,30,124,27,170,31,111,94],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":121,"\u7528\u3044":[],digits:138,"-help":[],"\u7591\u4f3c":[],multithread:105,"-scorer":149,"_log":[],"\u554f\u984c":[15,1,3,168,140,11,154,143,66,116,136,14,6,117,8,70,23,139,156,111],logaling:73,"\u6700\u3082":[117,100,14],seven:3,ip:[122,156,94],is:[35,131,82,3,4,41,42,43,6,94,95,138,98,47,48,83,100,101,139,77,11,14,107,105,17,55,18,58,111,152,113,150,102,160,70,71,164,168,75,127,118,123,27,172,122,129,76,8],"\u6069\u6075":131,it:[35,131,95,138,98,52,100,102,139,14,106,105,55,18,58,39,113,118,168,75,122,126,127,129,76],"\"application":23,im:164,il:[64,134],io:37,"in":[],ia:[64,134],ic:112,id:[],"/commits":70,"\u305d\u3093\u306a":[174,59],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,30,116,14,64,54,165],"\u5f15\u7528":[89,116],unicorn:12,kib:129,"8byte":160,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[66,54,59],left:102,protocol:[],just:[75,122,170,172,106,95,138,72],"@groonga":[140,22],"||":[6,71,63,116,139],assigned:95,"=add":82,yes:[166,142,165],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":143,candidate:[122,142],defrag:[],character:[35,138],"\u306f\u3059\u3079\u3066":[62,82,3,139,41,100,52,127,8,147,137,129,109,175,59],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":104,save:[122,140],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\"http":77,"|>":138,"|<":138,"|:":138,"\u5cf6\u7530":6,daemon:58,"\u6539\u540d":[6,23],mruby:[137,70,62,116],unnecessary:129,"\u52b9\u7387":71,"*oldvalue":113,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u7570\u306a\u308a":[100,168],"\u3067\u3044\u3046":[175,121],"\u4f7f\u7528":[],raltime:43,"\u964d\u9806":[57,142,100,3,105],"\u5bc6\u9375":[],"\u5c11\u3057":174,notification:138,tracker:0,"\u5c11\u304f":154,"\u7a0b\u5ea6":[23,3,116],"\u53c2\u8003":[],debhelper:23,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[170,101],"\u304c\u308f\u304b\u308b":68,postgresql:[30,27],"/munin":174,"\u30c1\u30a7\u30c3\u30af":[166,143,156,116,6,117,88,70,23],"=true":95,"*optarg":[50,75],commit:111,meerkat:23,"_ratio":70,sphr:68,"\u305d\u3061\u3089":174,"\uff08\u307e\u3082":[],editor:111,"\u6291\u3048":64,fork:[89,111],tokenbigramignoreblanksplitsymbolalphadigit:[64,155],form:[122,175,3,168],"\u3059\u304e\u308b":77,"[dump":[6,70,116],".ne":37,"_animal":11,failure:[],"\u5165\u308c":[64,39,170],"\u5165\u308b":97,"\u5165\u308a":[],grroonga:157,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[126,170],"\u6c7a\u3081\u308b":[100,63],kwic:27,"\u5165\u3063":[39,3,116,6,160,126,71,164,165],"sort\u30ad\u30fc":1,floating:40,"\u73fe\u5728\u5730":170,"\u30a8\u30c7\u30a3\u30bf":111,tokenbigramignoreblank:[64,155,33],appveyor:70,"\u3002\u307e\u305a":64,"\u914d\u5217":[],"\u3002\u307e\u305f":[166,10,3,139,11,30,40,89,67,16,94,63,31,163,156],"\u304f\u308c":115,exported:[],"\u30cf\u30a4\u30e9\u30a4\u30c8":[150,42],"\u300d:":175,".service":6,fsf:6,macports:[],assume:95,pseudo:[],"\u6539\u5584":[6,23,1,116,70],"_offset":[],"\u5909\u308a":70,"\u9069\u5207":[82,3,30,143,156,59],managed:[123,95],"\u81ea\u52d5\u7684":156,segv:[1,116],"\u7279\u6027":86,manager:[8,48],manages:55,"\u7fa9\u8a9e":163,"\u3068\u3059\u3050":106,"\u524a\u9664":[],kinjirou:39,"\u30bb\u30c3\u30b7\u30e7\u30f3":[148,89,160],"0mq":116,"-efficient":77,"\u8a2d\u8a08":[100,131],"\u4e0a\u91ce":143,"[php":[6,70],"\u30b5\u30f3\u30d7\u30eb":[],"\u4ee3\u308f\u308a":[175,168,150,89,27,42,93,94,174,8,59],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":16,"\"mysql":[157,77],"-escalation":[],item:[142,16,164,172,43],"\u672a\u6e80":[57,168],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":117,"_entry":85,"-deb":140,"\u4ed8\u4e0e":[],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,116],"\u629c\u3051":[23,116,70],"\u5076\u6570":139,"\u63db\u6642":23,"\uff08normalization":175,"-dev":[140,12,116,22,6,141,70,23,165],"\"xxx":116,">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":11,softwares:[],"-mode":111,shift:174,"\u3068\u3059\u308c":30,"_version":[],"[suggest":[6,104,116],bom:143,suggestion:[122,172],raccoon:39,bob:[100,168,170,107,53,8,88,118,48],useful:[71,113],"\u30dd\u30a4\u30f3\u30bf":[14,105,57,72,47,110],"\u5fd8\u308c":[23,77],"\u3002table":[105,158,110],"-leak":143,"\u521d\u671f":[75,30,143,6,23,72],"\u4e21\u8005":67,"-check":[122,23,143],"ci\u4e00\u822c":73,"-libevent":104,"\u5e74\u9f62":[30,59],"_min":[108,112],ooo:86,"-each":23,"\"color":175,"\u305d\u3053\u306b":97,"/nfs":174,mbytes:156,"\u8fd1\u3055":139,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30dd\u30a4\u30f3\u30c8":[163,77],"\u8fd1\u3044":[57,166],ull:82,"*tc":[57,112],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:[122,156,58],normalize:[],"\u3002\u30ed\u30b0":[8,59],"\u30d0\u30a4\u30c8":[2,113,86,40,143,27,14,6,116,57,23],"/cpuinfo":[141,120,12,153],"\u8a9e\u53e5":[39,116],"_current":15,map:[138,23,129],groo:100,"\u518d\u8aad":[176,163],max:[],mac:[],man:[1,88],".garbage":116,fluent:96,"\u540d\u524d":[],"_values":[],"\u5e02\u5185":84,pointed:35,"_init":[35,138,14,6,70,23,72,76],pointer:35,"/fedora":[6,153,143,140],group:[105,121],"\u8a08\u6e2c":[23,1,165],tweets:106,mail:156,main:141,"\u30b9\u30c6\u30df\u30f3\u30b0":[70,152],"\u91cd\u306a\u3063":116,"\u5b9f\u4f53":14,repositories:140,"_timeout":[2,17,160],ggdb:140,unlock:72,nroonga:[107,71,73],libgcc:70,"\u624b\u6bb5":[63,76],summary:156,"\u6240\u5c5e":53,"\u7a7a\u304d":[154,117],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":105,correct:[122,142,16],"\u624b\u7d9a\u304d":[85,47],"|allow":[100,168],"\u30ab\u30e9\u30e0id":105,earlier:118,"_content":[],"\u3002min":57,debootstrap:140,"_string":[],org:[94,121],advance:164,"\"hello":[152,41],"\u4e8b\u9805":[],rewrited:37,"\u6b21\u90ce":39,"\u304c\u3042\u308a":[0,152,68,140,100,163],"] [":156,first:[35,100,168,170,95,139],"\u5468\u8fba":[6,27],"\u30dd\u30fc\u30c8":[166,131,4,156,89,116,94,48],"\u7db2\u7f85":8,"long":[21,78,95,55],"\u81ea\u5df1\u7d39":170,crit:[5,7],"\u9078\u3073":157,"\u9078\u3076":[30,8],"1g":[141,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[142,1,105,100],"\u30d8\u30eb\u30d7":165,"_preparer":[142,16,164,43],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":30,memo:107,"\u62e1\u5f35":[],"\u5c0f\u3055\u304f":[106,86,68,48,162],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[100,82,139,77,64,107,129],"10":[156,3],"(grn":76,yoshioka:6,libgroonga:151,"\u5229\u7528\u4f8b":30,zsh:[174,140],dash:174,voiced:175,katakana:[175,164],".uuuuuu":139,"-receive":[122,58],speakers:22,"_open":[35,15,2,112,75,78,143,14,6,102,160,57,23],"\u914d\u5e03":[153,120,12,6,141,93,128,70],"_network":2,"\u8d70\u67fb":70,"\u6700\u7d42\u66f4":75,timeuot:17,">#{":138,"_enc":[57,114],performance:[122,129,27],"\u5f79\u7acb\u3061":116,theatre:83,beta:37,pair:[142,16,164,172,43],synonym:[100,83],"_sort":105,fills:122,"\u4f1a\u793e":70,"\u8003\u3048\u65b9":70,"|ng":100,"\u539f\u56e0":[],precise:[6,12,140],lexicon:[169,156,106,107,97,71,175,59],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":100,threshold:[21,23,32,72],"\u77ed\u6642\u9593":30,"-plugin":96,"\u306a\u3093":10,"\u306a\u308c":10,black:175,"\u306a\u3089":[89,6,8,101,153,100,10,139,77,12,14,105,16,148,59,152,63,113,154,156,116,74,158,70,71,72,164,165,73,120,75,168,141,175],"\u306a\u308a":[2,3,4,40,89,6,8,9,132,70,99,52,100,10,139,140,77,11,142,14,15,105,16,54,109,133,59,39,152,113,64,156,115,116,162,106,66,67,68,160,23,71,72,163,164,73,175,75,121,30,168,27,126,170,31,32,76,94],"\u306a\u308b":[1,3,40,89,43,6,93,8,174,99,153,100,162,139,140,29,11,12,14,106,107,146,59,111,63,64,156,115,116,66,158,88,70,72,120,75,121,30,143,27,136,141,128,32],tamano:[],"_module":8,wheezy:[],get:[],"\u96c6\u3081":121,"\u51fa\u305b\u308b":30,geo:[],gem:140,"\u3002utf":[175,116],tokyogeopoint:[102,40,29,67,23,162],restarted:129,"\u5bfe\u8c61table1":105,morning:106,executes:122,wiki:8,kernel:129,caller:47,"\u8907\u96d1":[6,100,63,116,139],sear:164,masahiro:143,ency:156,"\u884c\u306a\u308f":6,"-threashold":[64,143],"\u53ca\u3073":156,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":48,reading:[],checks:[70,124,75,55],"\u6700\u5c0f\u5024":[70,139],"-blog":170,"\u3088\u3063\u3066":[84,82,132,40,91,67],"\u306a\u3069":[84,82,3,86,40,134,42,91,6,137,94,23,96,174,48,100,10,139,72,11,106,16,140,176,111,151,62,63,64,150,147,156,117,70,43,163,164,168,75,30,27,170],"\u306a\u306b":164,je:133,"\u306a\u3067":164,ja:[140,111],"\u306a\u3063":[131,82,3,6,94,23,48,100,10,140,77,11,64,115,116,117,70,71,104,165,168,30,143,126,170],"\u306a\u305c":[152,175,168,100,16,59,164,139],"\u5206\u5272":[3,139,30,134,86,23],"\u306a\u3059":29,"\u306a\u3055":[31,100,61],"\u306a\u3057":[],nogpgcheck:6,"_allowed":[2,160],"\u306a\u304e":169,"\u306a\u304f":[84,1,3,83,86,87,131,6,8,9,70,174,48,100,139,140,11,14,147,59,156,115,116,169,88,23,71,72,73,168,121,30,143,27,80],"\u4f8b\u5916":[137,70,62,153],"\u306a\u304a":[134,140],"\u306a\u304b":115,"\u306a\u3044":[],"*bsd":[23,143],"_invalid":[57,105,2,72],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":134,"\u4e0d\u9069\u5207":6,cancel:[123,95],"\u5f15\u304d\u51fa\u3059":30,"}/":[111,174,9],"}.":[107,100],"})":122,".select":156,tuning:[],"\u524d\u5f8c":[89,3],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":89,mark:175,"&filter":95,"*max":57,shopping:106,"\u62e1\u5927":115,"}}":77,"}|":138,senboku:116,"}e":139,"_avoided":[2,160,72],"\u6240\u5b9a":[64,152,134,59],sound:[16,175],"_information":87,"\u30bb\u30df\u30b3\u30ed\u30f3":156,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[62,4,11,156,95,137],hdd:156,"_corrupt":[2,160],"\"mroonga":[169,100,139,77],"\u6587\u66f8\u5185":152,characteristics:27,"\u8af8\u6761":60,"\u578bn":100,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":116,"|')":66,"\uff01\u3057":22,"-document":[],"\u3002\u5024":88,different:122,pat:[57,86],"\u91cf\u8a08":1,same:[123,116,17,95,77],arguments:35,"=squeeze":140,"\u3002\u3044\u307e":104,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":116,"\u8a00\u53ca":[169,170],"\uff01\u300d":[100,168,139],leaks:[],"\u7b49\u4fa1":[],"< n":139,running:[123,95],"\u672c\u5f53":[83,164],montywi:104,"\u305d\u3057\u3066":[100,82,121,11,30,27,170,71,164],markus:6,markup:79,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":70,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,140],"(cmp":70,"[number":52,"(precise":140,money:39,"\u5927\u898f\u6a21":30,"\u3002\u3059\u3079\u3066":[53,165,111],"\u518d\u8d77":[129,131,163],".dll":35,"\u8fd4\u5024":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":116,"\u3002none":89,"/false":[11,1],"\u4e2d\u592e\u5024":70,"\u5ea7\u6a19":[84,68,139,170,29,23,162],"\u56f0\u96e3":[6,30],"_syntax":[2,76],"\u9069\u5b9c":[70,140],"'ve":170,"\u9650\u308a":[63,64,134,52,54,72],"\u9650\u3089":115,quantal:6,specifies:[122,127,118,95],"\u9650\u3063":72,"\u7be0\u7530":70,testdb:[156,58],specified:[35,118,102,47],generates:172,"\u99c4\u76ee":115,ellip:68,"/database":[127,8,48],": n":166,"\u65b0\u5bbf":67,critical:[35,138],"\u6d0b\u5fd7":70,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:36,"\u306b\u3064\u3051":139,"\u30cb\u30c3\u30dd\u30f3":164,"\u306f\u3044":11,broken:[127,160,75,55,113],"\u306f\u305a":[6,156],"\u307e\u3064\u308f":116,"\u306f\u3069":[100,59],"\u306f\u3068":86,ptr:35,generated:[35,172,18],"\u306f\u307f":80,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[156,121],"\"\u30df\u30ea":139,".patch":111,"_reopen":[],"\u9ed2\u3044\u70b9":84,"\u8abf\u6574":[64,154,100,147],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":116,"\u7279\u6709":[],"-login":129,"/ '":72,"\u306a\u304c\u3089":[100,82,3,140,30,6],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[106,103,11,6,8,71],"\u8a18\u8f09":[6,140],"\u3002cpu\u30b3\u30a2":48,"\u3082\u3057":[126,100,68,168,169,156,116,15,107,2,8,88,174,70,73,163,48,59],"\u7834\u58ca":105,"\u516c\u958b\u9375":140,"\u3082\u3059":9,"\u3082\u3064":[158,121],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,89,6,93,8,100,10,140,11,15,105,16,57,111,61,63,156,116,68,160,70,71,162,166,175,76],"|on":100,"|oo":100,"$prefix":23,"\u3002drilldown":100,"\u5883\u754c":[6,68],general:[],file:[1,122,143,8,18,129,160],"*obj":[36,72,75,85,50,76,47,110,113],again:[8,17],"\u53d6\u308c\u308b":52,"\uff08true":11,"\u5b50\u5348\u7dda":68,"\u4e0e\u3048\u308b":[52,166,67,10,89],"\u5b57\u5c0f":100,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":77,"\u8a18\u8ff0":[63,3,89,156,170,71,76],"\u4e00\u6642\u7684":[154,72],"\u4e0a\u9650":[],"6gib":129,starting:35,sergey:70,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,70],expressions:8,nested:116,libmsgpack:[141,12],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":70,"_difference":105,"/lib":[131,8,55,9],"-alloc":74,"\u8aad\u3081":6,"\u8aad\u3080":62,"\u5dee\u5206":156,"\u8aad\u3093":[80,73],"\u4f4e\u4e0b":116,")mroonga":163,hottolink:37,"\u30e1\u30cb\u30e5\u30fc":[],"\u52e7\u3081":70,"\u306f\u3053\u306e":[154,100,169],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":77,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":168,titles:[168,139],plugins:129,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":165,"\u5225\u9014deb":140,"@orangain":116,tokenbigramignoreblanksplitalphadigit:33,"_append":[78,63,76,72],"\u30e1\u30bf\u30c7\u30fc\u30bf":[137,62,87],"\u8aad\u307f":[30,1,164,140,147],"\u5909\u66f4\u5f8c":[114,105,14,108,21,72],"\u307e\u3057\u3087":[39,100,68,3],"\u30c6\u30b9\u30c8":[],threads:[122,138],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":89,"\u6e96\u5099":[],"\u6d3b\u7528":131,"\u5931\u308f":6,search:[82,168,142,150,27,42,43,6,157,105,16,57,23,163,164,139],published:140,"\u300c\u5024":59,aptitude:165,"\u672a\u77e5":104,memos:152,".synonym":100,"\u78ba\u7387":142,distinct:122,"\u5ca9\u4e95":[6,116],"\u5317\u534a\u7403":6,"\u958b\u653e":14,"_gqtp":156,"\u3053\u3068":[],"\u3053\u306e":[35,2,3,4,109,86,87,134,89,149,42,43,6,82,93,45,70,137,153,174,118,48,83,52,100,68,139,140,77,11,104,12,105,15,64,53,16,17,57,124,59,151,39,62,63,160,127,20,150,156,116,162,106,66,169,67,107,22,171,88,23,71,91,163,164,73,120,168,121,111,30,25,26,27,41,126,141,128,170,129,80,81,76,8],jsonp:[122,23],"[element":[139,77],"\u4e00\u756a\u5de6":139,"[example":70,none:[100,82,124,41,172,127,8,71,174,160],hour:[138,17],"\u3053\u3053":[100,3,168,140,11,142,126,64,67,170,175,163,139],dev:[141,12],"\u6c17\u8efd":[70,115],"\u3053\u3046":115,"\u4e2d\u5fc3":162,share:174,"\u96c5\u5e83":70,minimum:35,numbers:123,strlen:35,"/normalizers":[],needs:129,maps:129,"\u3053\u308c":[82,83,86,134,42,43,6,8,9,70,174,48,106,100,68,139,140,77,79,15,16,59,63,64,154,116,66,157,67,160,88,23,71,163,164,175,168,121,169,30,27,11,170,111,109],"\u3053\u3080":62,"*value":[57,36,105,72,78],"\u591a\u3059\u304e":143,"/afr":[67,3,121],"\u666e\u901a":[115,139],mariadb:[70,116],response:[122,95],kuriyama:70,"\u3066\u304d":2,"\u3066\u304f":165,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[100,63,77,11,156,89,27],"\u547c\u3070":[3,139,40,53,14,105,116,47],"\u3002ftp":156,"`hostname":89,"\u5217\u578b":[11,70,168,121],"\u3002\u4f8b":72,finalizes:35,through:8,filters:[],"\u975e\u308f":134,existence:75,"\u308c\u308b":[84,3,85,86,40,134,89,43,6,70,137,174,47,106,100,10,140,77,11,142,176,14,15,53,16,54,57,59,62,63,64,125,156,116,117,67,68,160,88,23,164,165,175,169,30,124,27,111,76,109],"\u6955\u5186":[68,162],good:[152,139,100,41,106,168],"\u516c\u5f0f":[23,120,153,107],"\u3079\u3066":[100,8,121],"\u9664\u304f":6,"\u5316\u95a2":143,"\u4f1d\u7d71":30,"\u3079\u304f":3,"\u9577\u91ce":70,"\u9664\u3044":[156,27],"-encoding":[],micro:170,token:[],learing:43,"\u52b9\u679c":170,"\u9664\u3051":105,"\u767b\u9332":[],hard:129,flower:11,"\u30d5\u30e9\u30f3\u30b9":68,"\"gr":59,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":165,"\u8ddd\u96e2":[84,1,68,139,103,30,6,67,162],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":93,"\uff08\u79d2":72,"\u3068\u3082\u3063\u3068":174,"\u89b3\u70b9":[154,70],"_blank":124,tahr:[70,12],"\u4e09\u8c37":70,tritonn:[100,168,139],"\u308c\u305a":10,"\u306b\u3082":[100,134],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[170,68],".blog":64,"_data":[],koi:[6,174,89],"\u306b\u5bfe\u5fdc\u4ed8\u3051":164,least:129,"\u516c\u5e73":116,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":48,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[31,89,8],"/archive":140,"*results":105,selector:144,"\u308c\u307e\u305b":[10,150,89,117,105,71,174,163],"\u6574\u7406":[6,116],"},":[39,100,82,3,83,77,170,155,156,41,106,107,53,68,44,133,101,71,139,118,168],"\u4e71\u6570":[61,67],"_tag":150,"\u8a18\u9332":[6,30,54,9],"\"requires":6,"\u30d3\u30e5\u30fc":6,"\u4e0a\u8a18":[60,111,100,174,3,121,169,64,156,43,6,107,67,16,94,88,101,73,163,59],ages:[97,88,59],"\u30b9\u30ab\u30e9\u30fc":77,".key":105,built:72,"/lists":140,"-limit":[1,89,100,116],extracted:76,"\u307e\u3068\u3081":[],build:[140,12,116,74,141,93,18,73],"_available":[2,160],"\u53d6\u308a\u51fa\u3057":[57,112,3],eggs:71,"[experimental":[],most:102,"~*":76,"\u306b\u3057":[70,100,139,116,168],myisam:30,"\u5e73\u884c":140,"-protocol":[156,89,94],"\u306b\u3059":64,kb:154,ka:175,"\u306b\u3066":[6,68,116,140],"_put":[],wareohji:6,"\u306b\u3069":63,ko:37,km:170,"\"theater":83,"\u7528\u8a9e\u96c6":117,"\u4e0a\u66f8\u304d":[67,140],mlock:143,"_by":[35,170,104,136,105,70,57,23,72,76],"(drilldown":54,"\u30d1\u30c3\u30c1":[],"\u5927\u8cb4":6,relation:72,nterms:117,find:18,depended:[],"_int":[56,72,76],"\u7d50\u57ce":70,"\u30a2\u30ca\u30a6\u30f3\u30b9":140,permission:160,express:[6,93,116],"\u601d\u3044":111,"\u601d\u3046":[71,121],"\u62c5\u5f53":140,"\u9593\u9055\u3063":[116,6,157,16,70,23],"\"popular":100,transitional:131,"_and":[50,63],"\uff08byte":[72,113],common:[57,23,105,139],"\u601d\u3063":79,"/log":[122,131,174,89,8],"_sjlj":70,lion:6,tokenizers:[],"\u76f8\u624b":115,"[backslash":168,please:[131,75,111],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":140,"\u5024\u57df":132,".log":[131,10,156,89,127,8,174],"\u30cb\u30db\u30f3":164,readme:[116,140],"\u8a9e\u4ee5":139,"\u8868\u73fe":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,70,116],reverse:[8,140],"\u6570\u70b9":40,"-file":[122,23,126,89],"\u5b9f\u51e6":[63,47],"\u6642\u70b9":[15,10,140,114,14,6,17],point:[],simple:[118,131],"\u3059\u304e\u307e\u305b":39,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":140,"\"gronga":157,"_connection":2,create:[35,164],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,169,14],"\u53ce\u96c6":[126,30],"_when":126,"\u30a2\u30ed\u30b1\u30fc\u30c8":74,bill:[64,134],replaced:[58,172],ful:82,"\u307b\u3057\u304f":100,engi:[142,164],larger:[129,58,43],"\u5f15\u6570":[],"^ \"":139,itself:77,"\u56db\u5247":70,rubygems:6,"\u95be\u5024":[],"-key":[104,140],"\u7d42\u7aef":[6,76,75,14],reconstructed:[],emphasize:101,")groonga":163,"\u56fd\u540d":121,development:170,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":70,"-chroot":140,"\uff08perl":8,keys:[70,105,8],"-existence":116,aggregate:27,"\u5834\u6240":[],"\u53cc\u65b9":115,"\"\u3001":[164,121],"\"\u3002":70,"\u30b9\u30bf\u30a4\u30eb":89,"\u5409\u7530":116,"\u7d44\u307f\u5408\u308f\u305b":[63,3,140,64,30,66,70],flags:[],sortby:[],convenient:164,entry:[66,135,85,65,52,127,158,144,32,99],"\u3064\u307e\u308a":[100,82,140],sunos:70,"\u3002dump":146,"\u547c\u3073\u51fa\u3059":[61,162,103,29,147,167],"\u3001\u00d7":115,"\u5024\u306a\u3089":116,"\"value":100,"\u547c\u3073\u51fa\u3055":[85,100,14],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":156,"\u306f\u3069\u3061\u3089":48,source:[39,3,75,140,170,87,66,53,126,71],realloc:143,"5\u3064":88,bin:[93,18],manage:18,big:[],"\u968e\u5c64":63,bit:[153,120,20,40,12,156,116,141,93,128,73],"\u5f53\u3066":[86,82,97,14],"\u30d7\u30e9\u30b0\u30a4\u30f3":[153,1,175,107,30,12,152,136,116,6,141,137,143,9,62,23,70,174,163,120,111],"\u5927\u4e08\u592b":[174,115],"\u8aa4\u308a":[6,70,116],"\u5354\u529b":[],hardy:143,"\u4e0a\u8ff0":163,"*keys":105,"-command":[],"_over":[2,160],"\u4ee5\u5916":[84,86,40,23,100,140,77,14,15,105,59,63,112,113,56,156,116,74,70,72,168,75,30,143,76],google:[157,100],"\u5168suffix":105,"\u8aa4\u3063":[6,70,116,140],examples:143,"\u3001[":3,server:[39,131,122,6,8,95,70,48],"\u3002set":156,"\u66f8\u304b":[6,170],"\u3001c":3,"\u66f8\u304f":[70,71,168],"\u8a73\u3057\u304f":[11,30,3],"\u66f8\u304d":[],"\u66f8\u3044":[70,170,168,139],newark:170,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":70,"\u3092\u3064\u3051\u308b":139,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":104,"/cutter":140,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,"_checks":124,cxxflags:[20,140],"\u3001#":170,"\u3001\"":[101,3,83,169,170,40,116,43,6,157,16,23,164],"\u3001$":140,"\u3001'":[168,11,40,89,107,70,114,139],"\u3001(":[57,40,156,105,88],nginxhttpstubstatusmodule:70,"\u3001-":[31,40,143,156],"\u3001/":[3,94],"\u3001.":[165,111],"\u5730\u5f62":[68,162],"\u3001:":[15,156,14],"(fedora":131,"\u3084\u3059\u3044\u304b":163,"\u3001>":65,"\u5730\u70b9":[67,68],"\u7a4d\u307f\u91cd\u306a\u3063":116,"/yum":140,"\u9010\u6b21":[70,30],"\u5927\u95a2":70,"\u6295\u5165":[64,1],"[label1":70,"_fin":[6,35,76,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":174,"\u51fa\u3059":170,"\u51fa\u3055":116,"\u51fa\u3057":170,"_full":[],"-type":[43,16,8,23,164,48],"\u7b97\u8853":[],"-binary":[8,48],"/epel":120,"\u56de\u907f":[],"\u52d5\u304d":[100,48],"\u52d5\u304f":[6,23,174,177],"\u52d5\u304b":[70,116],"*keybuf":105,curl:[174,4,122,6,8,95,81,48,73],sourceforge:140,"\u90fd\u6c11":[64,134],"\u6570\u73e0":169,bracket:[],functionality:122,"\u5207\u308a\u6368\u3066":11,libwinpthread:70,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":156,"\u53d6\u5f97":[],confirm:111,"\u3068\u307f\u306a\u3057":168,"_nil":[57,105,143,76],failures:140,"\u7d50\u5408":[63,168,147],rinse:140,getaddrinfo:6,jason:133,wanabe:116,"/cache":8,"\u57cb\u3081\u8fbc\u3080":156,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"_debug":165,"/\u65e5":170,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[139,71,100,168],"-release":[],"\u3042\u3089\u308f\u3057":83,"\u4f59\u308a":139,putting:129,"/request":95,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":165,uubntu:165,"\u512a\u308c":30,".output":31,"\u76f4\u611f":133,"\u9665\u3063":6,"_header":87,"\u9023\u643a":30,"_thread":156,"= n":139,access:129,"\u5f35\u308c\u308b":116,"\u4e2d\u56fd":68,"\u3002\u30ad\u30fc":100,"= y":116,"\u826f\u304f":71,"\u826f\u3044":[71,115],nonexistent:100,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":68,"0xc":160,"\u306b\u5bfe\u5fdc":[36,100,72,113,85,56,89,14,6,105,31,176,23,70,52,104,47],"= \"":[70,100,139],"/tmp":[163,48],";\"":6,"\u57cb\u3081\u8fbc\u307e":140,"\u57cb\u3081\u8fbc\u307f":[27,42],named:164,"\u3002adjuster":70,"/to":[8,48],"\u30ed\u30f3\u30c9\u30f3":68,"ci\u4e0a":73,"(ctx":[15,63,76,113],"\u53d7\u4ed8":[83,116],"\u5b8c\u4e86":[100,140,111],"'mroonga":[107,71],"\u30d5\u30ec\u30fc\u30ba":[],".pid":89,"\u5f35\u3063":[100,116],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[153,120,12,141,93,128],normalizer:[],"_previous":15,"[header":[126,62,82,124,66,127,53,44,109,9,137,118,155,158,59],normalized:124,"\u305d\u308c\u3089":[166,100,113,66,17,163,48],escaped:76,"\u96c6\u307e\u3063":121,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":116,"_malloc":35,"\u8d77\u52d5":[],twiter:6,"\"items":146,"\"correction":157,"\u30af\u30e9\u30c3\u30b7\u30e5":[143,116,6,53,70,23],"{prefix":[174,9],"/linux":[],"-za":122,"\u6295\u7a3f\u5834\u6240":170,gcc:[153,120,20,116,6,23,174],dd:[138,139],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":140,"\u5f35\u3089":[6,11,113,116],"\u5f35\u308b":[168,139],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":70,".textile":140,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[122,165],"/repositories":140,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":143,"\u7d9a\u304d":52,"\u306e\u3088\u3046":[100,168,87,116,15,53,147,70,139],"(cutter":165,"\u7d9a\u3044":[64,100],hiroshi:[23,143],jiro:39,"\u3002int":116,"\u7d9a\u3051":156,lf:166,"\u6d88\u8cbb":106,lc:111,ll:[64,82,134],euc:[174,89,116],li:[64,134],lt:[150,82,27,42],ls:140,"_gqpt":156,lz:174,"\u9589\u3058\u308b":[23,1,86],"\u306f\u3069\u3061\u3089\u304b":[168,139],"\u8a71\u3057":80,"\u3067\u3057\u3087":[151,121,30,106,53,174],dat:86,"\uff08world":40,"\u30c7\u30a3\u30b9\u30afi":59,day:[106,138],"\u30e6\u30fc\u30b6":[66,100,63,3,140,40,156,43,6,157,16,164],"\u4e00\u3064":[135,5,40,134,7,97,99,10,103,11,14,15,105,144,146,176,148,61,113,65,66,117,68,162,74,167,169,30,29,101,32,130],"\u70b9\u9593":[84,68],"_persistent":[105,113],"\u5217\u5f0f":76,"& y":116,"& x":70,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":63,"& b":139,"\u3042\u308c\u3053\u308c":115,"\u5f85\u3061\u53d7\u3051\u308b":94,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[107,101,169],"\u88dc\u3046":30,"\u5fc3\u914d":128,res:[105,50,156,102],"& _":67,docutils:[],"\u30ab\u30ec\u30fc":134,ref:[],red:[],"_end":2,"/\u6708":170,frank:88,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[31,8],"/aba":[67,3,121],"& (":139,"\u76ee\u8996":126,"\u30d6\u30e9\u30b8\u30ea\u30a2":68,"*top":102,"_long":[2,160],"\u91ce\u9996":70,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":30,hex:39,reaches:129,"\u30d9\u30af\u30bf":[6,143,1,72,116],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":158,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,62],natty:23,completed:164,acquire:17,documentations:149,"\u3068\u3088\u3044":174,"\u53d6\u308a\u5f97\u308b":40,"<..":[],"\u305b\u3044\u305c\u3044":59,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":30,"\u30da\u30fc\u30b8":[49,100,3,140,89,116,22,6,31,111],"\u81f3\u308b":11,have:[106,129,98,75],"=users":[8,48],"\"co":157,min:[],"_control":[2,160],"\u914d\u4e0b":[31,140],"_func":[35,70,47,14],"\u8aad\u307f\u8fbc\u307f":[62,3,9,116,70,23,163],"\uff08gnu":174,"/commands":[70,53,87,127,97],"_character":76,eight:3,"_offline":104,"\u306a\u3082\u306e":[113,140],"\uff09\u3002":64,"\u6e2c\u5730\u7cfb":40,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,16,59],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[126,1,10,143,116,6,70,23,104],"\uff08least":109,"\u7d44\u307f\u8fbc\u3093":[70,30],normally:[129,98,14],text:[126,100,82,4,127,86,40,156,27,6,107,102,146,129,71,139,48,168],"\u8d8a\u3048\u308b":64,supported:[37,8,95],"\u5ea6\u3068":23,conifugration:73,"\u610f\u5473":[100,63,3,168,121,77,163,87,89,116,67,142,174,76,164,156,139],"\u5b66\u3093":170,"*table":[57,105,72,113],"get\u30e1\u30bd\u30c3\u30c9":31,"[mruby":70,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":88,"\u5c11\u306a\u304f":[139,30,115,27,106,168],"\u5c11\u306a\u3044":[100,168,106,147,70,163,139],"[column":70,"\u7e70\u308a\u8fd4\u3059":143,"_prepend":72,"\u306e\u307f\u3057\u304b":157,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[156,139,111],"\u5272\u308a":[82,139,11,86,14,97],calling:35,fixed:6,"_busy":[2,160],"\u5236\u5fa1":[],exists:55,"\u3002blogs":64,we:[],"\u4ee3\u5165":[],writable:[],enhanced:37,wc:[141,120,12,153],xxxxx:140,"\u985e\u4f3c":[],"{name":139,"(string":103,"\u30c7\u30e1\u30ea\u30c3\u30c8":86,progress:138,"\u6751\u4e0a":[70,116],"_incompatible":2,"\u5b66\u3073":[100,68,121],"\u7dad\u6301":[30,48],"\u9577\u3059\u304e\u308b":116,sho:116,"\u5168\u4ef6":[57,168,139],"\"ddl":70,"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":100,".org":[3,93,8,174,153,101,140,77,11,12,15,146,111,39,20,156,67,94,70,120,121,141,81],"\u88dc\u6b63":[],"\u628a\u63e1":115,otherwise:[35,72,95],comment:[169,71,170],"\"fulltext":82,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4e00\u6587":[],"\u4ee5\u524d":[64,170,116,6,11,70,23,175],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[64,100],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:35,"\u901f\u3044":[86,70],define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,bulk:76,finished:[138,95],bye:41,"_domain":2,"=..":140,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:129,"\u6307\u91dd":[],"(cve":70,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],regression:[],".db":[89,3,94,116],pkgs:120,"-endpoint":[122,58],optarg:[50,75],"\u67af\u308c":[131,173],receiver:[122,58],":!":168,"[apt":6,"\u672c\u4f53":80,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":140,center:162,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":116,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":140,sets:14,position:[35,41,82,102],"*result":105,"1byte":160,"\"ellipsoid":162,"\u8868\u793a":[],"-platform":[],stores:76,"_byte":[2,160],"x\u30df\u30ea":[40,139],"\u5229\u7528":[],stored:[58,43],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":86,":<":[100,168],"\u958b\u59cb":[100,68,150,156,116,74,53,70,23,72,165],"_true":72,"\u3055\u3093":[121,143,27,136,116,6,157,70,23,104,48,111],add:[100,82,12,6,18,70,149,111],"\u3002gqtp":[166,2,94,160],"\u3055\u3089":71,match:[],tests:140,"|none":100,"\u5730\u57df":30,elapsed:[122,126,4,138],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":64,like:[8,113],success:160,"_leak":165,"_decr":72,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":48,works:[35,138],soft:129,"\u63d0\u6848\u7528":122,"\u4e0d\u6b63":[1,143,116,70,23,165,59],"((x":40,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":116,"\u8ca0\u8377":[143,8],"\u7121\u52b9":[100,168,114,116,6,105,8,57,174,104],"\u610f\u56f3":[168,169,116,6,107,70,71],tmp:[3,140,122,142,87,89,116,53,94,97,163,48],"_optarg":[50,75],sjis:[174,37,89],"\u30b5\u30de\u30ea":116,"\u5f62\u5f0f":[],",\"domain":121,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":139,"\u30d0\u30b0":[23,115,116],"\u3046\u307e\u304f":[],dcb:70,host:[156,94],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":64,about:[35,126,123,138,15,95,18,129,149,73],actual:8,socket:160,"\u3055\u305b":115,"\u4ee5\u5185":[170,67,16,139,164],introduces:[],"\u3055\u304d":11,"_time":[126,138],tomo:39,"\u3055\u3044":[131,82,3,133,119,86,40,41,22,127,6,2,93,94,95,9,137,101,174,48,153,100,68,139,77,11,142,12,64,53,17,21,87,59,111,62,44,20,154,155,156,116,66,169,67,158,109,70,118,165,120,168,121,30,124,107,141,170,31,81,8],introduced:8,"\u524d\u65b9\u4e00\u81f4":[],"!!":[52,39,8,170],"\u6307\u3059\u5024":57,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":140,"!)":8,cleared:127,dataset:[122,58,172,164],"_object":2,"\u30ec\u30fc\u30bf":6,ayumu:[],rch:82,">default":4,"\u901f\u5ea6":[23,39,156,116,86],"\u7591\u554f":71,glib:116,"_inappropriate":2,"[power8":70,but:[122,129,118,58,95],"\u3068\u3068":[79,111],"\u3068\u3069":45,"\u3068\u306e":139,"\u3068\u3063":8,"\u30fb\u5168":144,buf:[105,72,113],bug:[6,37],"\u5730\u56f3":30,"-w":140,dangerous:[127,75,113],"\u3068\u3057":[166,39,62,63,139,157,11,156,40,89,116,43,106,68,16,8,71,14,163,164],"\u3068\u3048":[10,30,114,134,27,42,67,70,174,76],binlib:140,"\u3068\u304d":[1,82,3,40,134,89,43,6,8,9,70,174,47,48,153,100,68,139,140,77,11,142,12,14,107,105,16,147,57,59,39,63,112,125,115,116,66,157,160,23,163,164,120,175,168,121,30,143,27,126,141,170,81,94],"-disable":[122,23,143,70],"_empty":[2,160],epel:[6,120],colum:129,pid:[1,174,89],"\u8a08\u7b97":[84,1,68,139,103,30,40,116,43,6,67,16,137,70,162,164],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[143,174,140],"-config":[1,143,89,6,23,174],saer:[142,16],"\u4f7f\u3044\u5206\u3051":[64,134],pip:18,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":140,"\u305f\u3060\u3057":[1,168,134,89,116,66,54,31,57,23,70,139],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,70,116],detail:156,"\u3068\u308b":72,"\u4fc2\u6570":[100,63],"\ufffecrch":82,"\u3068\u3082":[100,139,154,156,27,169,67,168],"_vars":35,"\u306e\u3044\u305a\u308c":[87,83],"\u307b\u3069":[131,3,11,142,89,59],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,160],"\u5909\u3048\u308b":[64,100],"\u307b\u3046":70,"\u307b\u304b":[11,30],"-r":[122,58],"4e":154,"|ro":100,"\u3002groonga":[3,4,86,6,93,8,132,174,153,100,10,139,12,156,116,66,70,71,164,74,120,168,30,141,80,94],"\u6e1b\u3089":[6,86,16,83],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":57,tweet:106,umask:70,"\"ab":157,under:[122,8,58],"-ci\u4e0a":116,risk:[],"/acccess":131,"/plugins":[143,174,116,9],"\u5b9f\u6570":40,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,156,139],"_snip":[6,70],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":142,"-repository":[6,12,140],estimates:102,"/mm":139,"\u7b87\u6240":[126,27,140,116],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,116,70],"\u4e00\u8a9e":64,"\u5b9f\u65bd":140,"\u81f4\u547d":6,"-rpm":140,"\u7d44\u8fbc":[61,135,103,5,40,65,162,167,66,29,7,144,130,146,148,176,97,32,74,117,99],"=largetable":95,"\u683c\u7d0d":[],"\u53cd\u8ee2":139,"\u30e2\u30cb\u30bf\u30fc":[141,120,12,153],"\u9069\u7528":[],"\u3002output":[70,146],studio:[6,93,116],path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":156,"_key":[],"\u79cb\u8449":67,changed:[37,8,95],"\u5f62\u614b":[30,174,139],"\u58ca\u308c\u308b":[6,23,1,143,116],"\u63a8\u79fb":10,"\u3082\u3063\u3068":100,"-ci":[70,116],"\u30d3\u30eb\u30c8\u30a4\u30f3":116,"\u8fd4\u5374":[97,100,3],"\u8aad\u307f\u3084\u3059\u3044":104,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[70,87],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":116,noarch:[153,120],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":112,namebuf:[72,113],autogen:[6,140,111],"\u30a2\u30e1\u30ea\u30ab":68,"_jis":174,"-bind":[6,23,89],must:[35,102,75,122,43,127,95,55,129,76,58,113],me:[69,33],te:82,"\u7f6e\u304d\u63db\u3048":[70,89,168,111],mb:6,mm:[138,139],ml:115,"\"blank":175,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":156,mv:176,install:[],my:[100,168,139],"/xml":48,"\"s":[82,142,16,164],end:[166,150,4,160],eng:[142,164],"\u3002html":150,"\u3002functions":165,"\u30d7\u30ed\u30bb\u30b9":[166,74,10,3,30,89,116,6,117,53,8,9,156,148,48],env:163,"\u3067\u3082\u3063\u3068":[],rroonga:[169,116,15,107,147,70,71,73],"\u30b4\u30df":[23,143,117],"\u7d42\u4e86":[],description:[170,134],"-devel":[153,120],"\u305d\u306e\u5f8c":139,".tar":111,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[100,63,168,86,136,57,162,59],"\u5272\u308a\u5f53\u3066":[15,143],"\u4e88\u5b9a":[62,10,77,79,27,68,137,23,48],executed:94,"\u7acb\u3061\u4e0a\u3052":156,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":70,"\u305f\u304f":[121,116,27,157,23,48,111],"\u5bfe\u8c61table2":105,synonyms:163,"\u300c\u697d\u3057\u3044":134,"@packages":140,gqtp:[],"\u305f\u3073":[67,10,156,140],"\u305f\u3060":[153,77],"\u8fd4\u308a\u5024":[70,116],"\u4e00\u884c":[156,143,89],"\u3072\u308d":133,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":116,"\u3072\u3089":[164,168,139],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":109,notified:95,"\u3054\u3089\u3093\u304f":96,"2\u3064":[0,131,3,87,43,48,153,100,103,12,107,59,116,66,169,70,71,120,168,121,170,141,177],each:[122,123,43,16,8,95,142,138,76,164],searc:164,signing:140,"\u3002\uff08":[84,100,143,168,111,86,40,134,27,42,14,117,16,139,147,57,23,43,164,73],"\u3002\uff09":[84,1,134,168,111,86,100,27,42,43,16,139,57,23,73,143,59],"(byte":[105,113],"\u6e96\u62e0":[8,116],goo:[168,139],msgpack:[4,160],tried:170,"\u30da\u30a2":[83,11,43,157,16,163,164],got:[],newly:[118,27],"\u4f59\u8a08":115,"\u4e8c\u756a":[],free:[117,143,138],"\u305f\u308a":[131,85,86,40,147,115,30,70,80,59],"\u305f\u3089":[100,139,140,169,143,115,131,107,88,70,174,164,48,111],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":53,freq:43,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u305f\u3081":[],"\u53e4\u304f":70,freecode:[],"\u53e4\u3044":[],"_locked":72,filter:[],onto:129,rand:[],already:[35,129,17,58],"\u53ef\u5909":[23,87,32,160],"\u897f\u66a6":139,top:[23,102,29],"\u30d6\u30e9\u30a6\u30b6":[174,94,140,111],"\u304a\u304b\u3057\u304f":143,too:[71,160],tom:107,tood:35,"_pragma":100,tool:73,serve:140,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":117,".com":[],"\u6d0b\u723e":23,"\"good":[100,139],"_untag":[],expr:[72,76,47,110],"*cursor":102,obata:143,"_isspace":35,"\u8d64\u9053":68,ram:156,"\u6709\u3057":87,"\u5834\u5408":[],"\u5f93\u3063":[100,105,57,31,50,48],"\u4e00\u89a7":[],"_source":140,hanako:158,"\u591a\u9762":30,"> y":116,"/stop":[152,41],"\u5f93\u3046":143,"/share":[23,89],though:164,"\u3044\u307e\u305b":[84,100,82,168,86,116,126,8,142,139,177,163,120,48,59],bsd:[70,174],"\u3072\u3068\u3064":[6,168,103],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],treats:[],"\u30ed\u30fc\u30de":164,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:143,"\u307f\u306a\u3055":63,pkg:[20,143,174],"\u5ea6\u8868":143,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":30,"\u3002hook":85,"\u306b\u3064\u3076\u3084\u3051\u308b":115,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":63,"\u59cb\u307e\u3063":[126,157],"_valid":8,fontaine:23,"*fin":47,"\u3064\u3064":[64,107],"/example":127,watch:140,"\u306f\u307e\u3068\u3081\u3066":140,report:55,"\u3064\u304d":[60,62,101,77,100,66,109,137,163],"\u3064\u304b":136,"\u3064\u3044":170,"\u7d50\u679c":[],hendro:116,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[122,23],"_with":[133,134,105,113,139,59,168],"\u3064\u3051":[100,68],nul:[35,23,75],"-commnad":10,ciritical:8,"\u5bfe\u8c61cursor":[57,112],"_for":63,"\u4e8c\u3064\u76ee":[],"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,87,80,143,8],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":94,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":140,"\u59cb\u307e\u308b":[100,168,156,66,157,105,54,70,163,164,48,139],news:[],"\u82e6\u624b":30,"\u3068\u3057\u307e\u3057\u3087":[71,83],extracts:76,"\u30e9\u30f3\u30c0\u30e0":67,"4gib":[86,160],"\u65b9\u5411":57,"\u591a\u91cd":166,"\u5f8c\u304b\u3089":146,"\u7d4c\u7def":[11,40,67],"/or":127,trust:140,"\uff13\u3064":40,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":156,"\u7b49\u3057\u3044":[100,63,168,72,139],"\u7b49\u3057\u304f":[63,168,139],"&lt":[150,27,42],been:140,"\u30a8\u30e9\u30fc\u30ed\u30b0":131,"_blog":71,"\u8d77\u6e90":11,"/shutdown":[8,48],tokenmecab:[6,64,134,155],"\u5217\u60c5":82,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:17,xxx:[89,116,139],"_not":[100,2,127,53,158,160,95,118,50],"\u6700\u9069":8,"\u7528\u9014":[153,100,77,86,12,116,126,141,93,128,30,70,120,131],"\u6728\u4e0a":57,"*ctx":[35,36,72,112,75,85,78,14,15,21,105,102,56,57,50,76,47,110,113],"\"e":[142,82,164],"\"a":[70,82,169],"\"b":169,"\"c":169,"\"n":[126,100,3,168,74,8,139,94],"\"h":82,"\"i":[126,152,168,170,100,106,71,139],"\"k":39,"\"t":82,"\u5c1a\u4e5f":116,"\u81ea\u8eab":[6,23,82,89,163],"\"}":[39,152,168,121,169,11,106,43,52,107,67,16,8,158,142,139,71,175,164,48,133],"\"x":[70,116],"\"@":170,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:70,"\"\\":76,"\"]":[39,100,3,139,77,64,170,87,89,27,146,164],"\"_":[3,83,87,41,43,8,101,118,48,133,52,100,68,139,77,11,142,106,107,53,16,146,39,152,64,116,169,67,158,88,71,164,168,121,170,126,175,94],"\"[":6,"\"'":[100,168,77,64,134,116,6,70,139],"\"\"":[169,40,104],"\"#":23,"\",":[82,3,83,87,89,41,42,43,94,95,97,118,133,106,100,68,139,77,11,142,52,107,53,16,146,39,152,64,150,156,116,117,67,158,88,71,164,168,121,169,170,27,126,101,175,8],"\"-":[23,68],"\".":[164,121,95,139],"\"/":[87,53,89,67,97],"\"(":[83,116],"\")":[39,68,139,103,114,107,116,6,29,67,95,88,70],"\"*":6,"\"<":[150,116,42],"\">":[150,4,42,27],"\"?":4,"\":":[82,3,4,62,42,43,41,94,95,137,101,118,48,83,106,100,68,139,77,11,142,52,107,53,16,133,39,152,44,150,155,156,74,117,67,158,88,71,164,168,121,169,170,124,175,8],"\";":[156,8,48],"\u78ef\u90e8":116,charlie:170,"/run":[89,140],"\u3084\u3059\u304f":[70,143],"\u3084\u3059\u3044":[1,100,27,42,147],"\u5bfe\u8c61table":[57,105,72,113],"_tags":[39,170],"_ctx":[],"\u4ecb\u6587":170,"_buffer":[78,2,160],".scr":156,"*bottom":102,"_selector":[],"5f":156,"5c":74,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],ceekz:116,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[168,139],advanced:37,"\u542b\u3080\u5168\u3066":53,"\u5c0f\u6587\u5b57":[57,82,3,175,59],poedit:111,"\u6b63\u3057\u304f":[6,70,164,116,168],"\"engine":[16,164,43],"\u6b63\u3057\u3044":[157,16,163],"\u7d20\u89e3":[30,174,139],"\u307e\u308f\u308a":80,successfully:35,"_str":[170,76],jennifer:133,escape:76,"\u73fe\u4ee3":30,tutorial:35,".zip":111,"_right":[23,102,29],".github":[140,111],allocate:[],core:156,deleted:72,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[106,83],"\u3001\u300c":[39,1,121,64,134,89,100,67,164],"\u6d88\u3048":86,deletes:118,limitation:129,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[168,139],"\u3092\u3054\u89a7\u304f":30,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":97,two:[138,8,58],"[@":[6,23,116,70],git:[96,140,111],"[{":[8,48],"[a":122,gib:[60,129],"[test":6,"\u3084\u307e\u306d":[70,116],"[n":[70,116],head:[166,70,160],"_interrupted":[2,95],")senna":163,removed:[],"\u6253\u3064":140,"\u57f7\u7b46":[84,71,91],"\u9032\u6570":[117,139],versions:131,"[:":94,"[#":[6,23,104,70],"[\"":[39,100,139,77,11,142,87,27,64,170,164,117],autoconf:23,"\u5185\u8a33":64,"[,":162,"\u6dfb\u4ed8":6,"\u8abf\u3079\u308b":[29,162,116,154],decrypt:140,"(match":107,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],check:[],ongaeshi:[6,143,116],"\u305f\u304b\u3063":[16,83],no:[1,37,86,100,116,127,102,160,142,129],"/mxcl":140,when:[122,75,113,18],ne:82,ng:82,ny:170,setting:129,"\u5217\u6319":3,"\u6ce8\u8a18":116,tid:112,saerch:[142,16],"\u4e09\u756a\u76ee":139,"\u5024\u3054\u3068":121,"=number":[],"_touch":[143,75],"_unlock":[35,72],sql:121,longer:37,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":117,"\u672c\u756a":140,"_memory":[],"\u4e00\u8cab":[],backward:118,varying:35,",\"tags":39,"\u30d0\u30c3\u30d5\u30a1id":117,"\u30d2\u30c3\u30c8":[100,63,133,64,170,134,116,106,164],row:27,"_same":116,"\u4e00\u822c":[100,3,168,30,15,147,72],environment:73,"}attr":116,"*tid":112,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[168,139],"=get":41,enqueue:125,"6elz":70,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":32,level:[35,5,89,7,8,138,58,160],"\u8208\u5473":30,brother:168,"/db2":48,"/db1":48,"\u6d88\u305b":8,obsolete:131,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,64,67,139],"\u6c42\u3081\u308b":[30,68,121,162],"\u5024\u6bce":[100,121],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":140,"_truncate":[23,105,113,70],"/load":[62,8,48],"\u56f0\u3063":115,".builtin":75,reply:71,"3\u3064":[100,3,121,11,150,27,116,126,53,147,71,165],"\u751f\u3058":[135,5,65,7,144,176,99],baseball:[39,71],"\u9ad8\u6a5f":[30,63],"=groonga":[122,8],deb:[6,141,12,140],"\u6b63\u78ba":[11,74,3],"\u63d0\u4f9b":[],"_success":[35,100,2,75,14,15,17,138,76,113],"\uff08ruby":73,"_info":[],"\u9006\u306b":[39,170],"\u30ea\u30f3\u30af":[168,140,11,116,6,96,70,139],"_delete":[57,23,105,72,85],"\u307f\u307e\u3057\u3087":[39,3,83,121,11,170,67,71],"\uff08messagepack":174,handled:8,"-src":141,sports:39,"\"name":107,"\u76f8\u5fdc":105,memory:[],msg:125,":type":[76,14],outputs:[138,58],"_concurrency":166,cases:75,"\u30bb\u30c3\u30c8":[41,63,134,105,57,72,99],"\u3044\u308f\u3086\u308b":39,"*dest":105,"_asc":105,".txt":140,"/in":[],"\u672a\u4f7f":70,memry:129,"\uff11\u3064":[87,125],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[166,70,131,8,116],"/setup":73,"_sis":[133,134,168,105,59,139],"-docutils":140,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":140,shibuya:143,"\u76f8\u5f53":[126,67,3,121],"\u5f15\u304d\u8d77\u3059":[6,116],clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":73,crashed:127,"\u7f72\u540d":[],"\u6b20\u70b9":30,"_qe":[],succeeded:[66,127,53,158,118],"_ql":70,"\u8efd\u3044":53,"\u30b0\u30eb\u30fc\u30d7":[],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[100,8],"\u3002tag":39,"_res":156,"/srpm":140,"_descriptor":[2,160],"\u542b\u307e\u308c\u308b":[63,3,140,11,30,150,89,42,64],normalizermysqlunicodeci:[],"\u56f2\u307e":[27,42],"\u56f2\u307f":[150,89,27,42],"[[":[133,89,152,42,41,95,137,97,118,100,68,139,77,11,106,107,53,39,62,64,150,158,71,164,168,122,170,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":156,cutter:[],"\u6ce8\u76ee":[100,121],"\u3059\u306a\u308f\u3061":11,term:[66,117,83],name:[],"\u500b\u3005":[64,10,63],"\u65e5\u3005":115,"\u30b7\u30a7\u30a2":22,osanai:[],"\u534a\u7121":[23,59],"\u5bfe\u8c61column":113,"\u53d6\u308b":160,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":116,"\u30cd\u30b9\u30c8":[6,70,71,116],"\u30d1\u30fc\u30b9":[23,114,76,147],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":65,"\u6642\u4ee3":30,"\u3042\u3044\u307e\u3044":59,cancels:95,libstemmer:70,"-default":[],"=unique":95,candidate2:142,"\u914d\u7f6e":[3,140],"\u56f2\u3080":[3,27,116],"\u3002key":[105,134,3],"\u30b3\u30fc\u30c9":[70,82,116,111],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":168,"\u4e92\u63db":[153,120,10,139,140,12,124,141,31,70,48],turn:8,"\"element":77,"\u30db\u30b9\u30c8":[166,140,89,156,6,94,23],yum:[6,153,120,140,18],"\u5b8c\u7d50":115,"-normalizer":[153,120,12,124,6,141,175],"\u304a\u9858\u3044":[156,115],origin:111,fetched:43,redhat:[23,174],"-version":[],"\u3002geopoint":170,"\u30b7\u30f3\u30d7\u30eb":[177,121,147],"_function":[35,2,160,95],array:117,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[68,109,147],returns:[35,102,113,122,105,95,118],"\u3084\u307e\u3060":70,kbytes:156,"\u30d1\u30a4\u30d7":66,"\u30a8\u30f3\u30c8\u30ea":[100,139,168,15,169,113],specify:[122,172,127,8,58,111],"-httpd":[],"cpu\u30b3\u30a2":[],"< t1":63,"\u3080\u308b\u3093":[168,139],posix:139,pre:37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":60,"_local":[156,146],ann:140,"_groonga":126,enourmous:43,"\u53b3\u5bc6":[70,164],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:143,"_permitted":[2,160],"\u30d5\u30e9\u30b0":[1,82,3,133,5,87,91,6,7,135,23,99,100,139,77,11,176,14,144,57,59,65,66,117,160,70,104,168,124,175],animation:39,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[21,100,174,89],multiple:[122,164,95],"_suggest":136,"_down":[2,160],removep:72,"\u81a8\u5927":30,"\uff09:":[153,62,134,20,12,120,141,137,81],"\u4e2d\u65ad":[6,23,85,70],geoindex:[],"8mb":[],"\u5c06\u6765":[62,68,77,124,116,155,44,160,137,48],"\u4e00\u81f4":[],"\u7551\u30b1":70,"\u547c\u3076":[6,165,147],"\u5ea6y":40,sitecountry:[94,121],"\u540c\u3058\u91cd\u307f":107,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[100,63],"\u7530\u8fba":116,"_json":98,"\u985e\u7fa9":100,explicitly:[164,18],"[2":89,"\u5f53\u8a72":[10,72],ssh:140,"\"null":6,"_port":156,":')":66,tokenfilterstopword:[],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":134,mapped:129,ignored:[6,75,95],"\u30b9\u30b3\u30a2\u30fc":[],".co":[100,37],"#'":89,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[170,1,59],fails:[],"<gqtp":156,managing:75,"\"#\"":156,"(..":116,"_tokenize":[],"#{":138,cities:68,come:170,"\u4e0d\u5909":54,quiet:160,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":30,color:175,whombx:116,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":70,"\u76f8\u5bfe":[23,100,140],"_clone":140,raring:[70,116],"#proxy":8,"\u5f8c\u4e8c":[],"*db":[72,75,14],"\u6709\u9650":100,"(age":88,"/lock":127,engine:[82,142,150,27,42,43,157,16,164],"/vdw":[67,3,121],"_tokenizer":[],"_value":[],"_tokenized":[82,124],"-case":[],"case":[35,129,58],"[build":[],"\u25cb\u25cb":115,"\u30ed\u30ae\u30f3\u30b0":14,shops:134,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[68,3,83,160,116,6,8,88,70,125,48,94],"\u305f\u3068\u3048":64,saerc:[142,16],"\u559c\u3073":[79,111],archive:[],html:[],"\u5831\u4ee5":82,messagepack:[],"\uff08romaji":164,status:[],"0\u30d9\u30fc\u30b9":100,downloads:93,"[\u8a9e":117,"\u7d4c\u7531":[66,135,148,140,5,156,143,65,6,117,7,144,146,97,176,70,32,74,130,99],"\u8907\u6570":[],without:[164,43,8,27],"[geo":[23,116],"\u30d1\u30bf\u30fc\u30f3":[126,139],"/unit":165,"\u4f5c\u6210\u6e08":89,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:175,"\u3088\u304b\u3063":64,"\u53ef\u5426":3,except:129,blog:[64,169,71,3],"\\'":[89,168],"\\%":93,"\\\"":[101,150,134,27,42,52,169],"\u9577\u65b9\u5f62":23,hino:116,"\u63a2\u3059":71,"\u3002point":[29,162],"/base":140,"\\\\":[169,150,168],")..":140,"\u3079\u304d":[87,72,160,140,175],accepted:95,"\u3068\u304a\u308a":[60,67,156,121],"*mutex":35,"_send":[15,98,14],"-mm":[138,139],"_host":156,"\u985e\u7d39":64,"\"groonga":[100,139,77,27,157,169,59],frees:35,automake:143,provides:[],"@uzulla":23,"_unlink":72,mooz:23,"\u4e09\u3064":[68,134],o0:140,"/eval":137,"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":68,tokenbigramsplitsymbolalpha:[100,82,64,134,155,33],oo:[86,82],on:[35,37,75,72,122,150,27,42,105,82,8,102,98,48,111],ok:158,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[154,1],os:[],or:[35,95,102,75,127,122,138,105,100,168,107,67,160,55,129,70,113,98,163,118,83],tokentrigram:[155,82,33],"_leading":100,"\u5c11\u306a\u3051\u308c":59,"\u5f0f\u5168":[168,139],"\u884c\u76ee":[126,156,140],"\u30c1\u30e3\u30f3\u30af":117,libmecab:[141,12,140],"{path":174,"\u8a55\u4fa1":[137,169,63,116,139],there:[131,168,77,127,95,129,118,175,164],"\u53d7\u3051\u53d6\u308a":[63,3,8],strict:70,"\u300ccomments":170,"/modules":[143,8],"\u901a\u308a":[84,82,87,42,43,97,174,100,68,139,140,142,12,107,98,59,64,150,169,101,88,71,162,73,168,124,27,158],jun:70,"*escaped":76,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":175,"(location":[39,67,68,170],datasets:172,":set":70,"\u69cb\u7bc9":[],"\u4f5c\u3063":[121,64,105,8,57,23,175],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],":macro":113,"/hostname":[156,89],"\u30de\u30fc\u30b8":[6,111],"\u65b9\u5f62":[68,162],"\u5927\u6587\u5b57":[70,3,59],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":116,"\u4f5c\u308a":[71,16,164,59],"\u4f5c\u308b":[39,83,77,170,125,16,147,70,111,59],"\u8ab2\u7a0b":116,"\u5149\u7537":116,"\u3066\u3057\u307e\u3044":115,"\uff08proc":85,"_type":[],ftp:156,included:[],"\u53d7\u3051\u53d6\u3063":30,"\u3002ctrl\u30ad\u30fc":3,"/mysql":[],"\u30ea\u30bd\u30fc\u30b9":[15,70,106],"\u65b9\u5f0f":[89,71,3,30],":mm":[138,139],"/usr":[174,89],"\u6c17\u306b":[87,72,111],"/select":[8,95,94],directory:[35,122,58,160],"4\u3064":[86,27],"\u30c7\u30fc\u30e2\u30f3":[],migrated:[100,168,139],all:[100,102,83,140,123,168,43,6,127,138,129,118,139,113],dist:140,executing:[122,14],scalar:77,"\u6761\u4ef6":[],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":84,jessie:[70,116],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":72,"/locale":[111,140,18],"/scalar":132,init:[6,70,174,47],"\u304a\u5f85\u3061":22,"\u5b9f\u7528":70,".name":[117,170,169],"[travis":116,"\u95a2\u9023":[],"=message":[],"-word":100,systemctl:131,"***":7,llt:82,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,140],"\u8a9e\u7248":140,and:[35,37,41,43,8,95,138,98,100,102,107,105,17,55,18,58,152,113,116,67,70,71,72,164,75,122,27,172,127,129,76],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":70,longtext:[40,102],list:[140,58,172,18],"_html":[],"\u304a\u3088\u3073":[3,140,11,30,89,6,174,47],"\u4f4e\u6e1b":[131,143],"\u6d69\u4e8c":6,"<protocol":89,"\u89aa\u5207":143,yappo:[70,37,116],"\u884c\u3048\u308b":[6,39],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[],"/news":140,tex:82,"/centos":[120,131,140],"_scalar":[83,87,41,42,101,118,100,68,139,106,107,53,146,39,152,113,64,150,66,169,158,88,71,168,121,170,27,127,129],will:[35,129,72],"(packages":140,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],version:[37,3,4,140,156,14,74,108,94,23,8],memcached:[],tags:[39,87,77,97,59],shouldn:[],"\u88dc\u5b8c\u8a9e":164,"#worker":8,serihiro:6,"\u6163\u308c":121,allows:27,matsuu:143,options:[],gtihub:23,unrecoverable:75,tokenunigram:[155,33],ocelot:[23,116],"\u5358\u7d14":[63,133,162],"\u300c\u697d\u3057":134,"/atv":[67,3,121],"\u69cb\u6587":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[74,130],"\u7a4d\u7b97":[100,63],"_expire":72,thus:[58,172],"\u547c\u3093":[70,134,121],"\u3002git":140,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"_supported":[2,160],"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":59,"\u671f\u5316":[6,14],"\u30ea\u30cd\u30fc\u30e0":23,grndb:[],"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,recursive:[96,140],endian:[],stemming:[],"&..":94,overcommit:129,disable:[122,23,8],"_text":[70,76,124,165],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[122,23,89],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":165,"-munin":[],"-http":[],specifying:35,"\"book":139,":\u79d2":170,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":140,"\u9ad8\u307e\u3063":30,disables:[8,18],developed:152,disabled:[138,164],"\u623b\u308a\u5024":[],"\"is":11,"\u30bf\u30a4\u30d7":[85,23,156,48],"_link":[2,160],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":110,soccer:39,"\u30d6\u30fc\u30ea\u30a2\u30f3":40,"_large":[2,160],"return":[126,138],"\u52d5\u4f5c":[],"\u6d45\u898b":116,"\u5897\u3048":[137,71,82,77],"\u8a71\u984c":22,"-encodiong":139,innodb:30,"\u51fa\u6765\u308b":170,"-create":[],"\u5897\u3084":77,weight:[6,11,100,113,77],generation:18,"_release":140,"/en":[8,140,18],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":12,"\u6c42\u3081":[30,103],"_new":[6,23,125],"/managers":[8,48],"\u3072\u3053\u3055\u3093":[6,70],generate:[35,18],thread:[35,75,125,156,127,105,138,113],"\u306b\u3088\u308b":[],"_hash":[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u5927\u304d":[77,86,6,117,8,59],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":70,"\u5e03\u6559":80,"${":[107,100,139,129,111],"\u518d\u3073":70,gpl:37,passes:[140,95],"\u5b58\u5728":[1,3,134,131,6,8,100,72,14,105,54,146,57,154,156,116,67,88,70,71,162,121,30,143,126,29,94],script:[],gpg:140,"\u3050\u3088\u3046":68,"\u60c5\u5831\u540d":97,passed:[75,95,140],store:[102,76],gps:30,"\u8a9e\u691c":100,option:[122,138,58,18],"$(":[153,141,120,12,81],"/synonyms":163,"\u6574\u5408":[1,72],"\u6271\u3048\u308b":[154,116,70],"\u540d\u4e00":[],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":70,"/groonga":[131,3,87,89,6,93,8,9,96,97,174,153,140,79,12,53,55,111,20,116,94,23,163,73,120,122,143,141,129,175,81],"-working":6,"-get":[6,141,12,140,18],",[\"":64,"7e":156,"\u898b\u3066":[126,100,8],"\u307e\u307e":[10,140,121,11,115,116],"\u898b\u3064":[6,142,143],"/#":15,"\u540dn":[97,100],"\u307e\u3060":[62,10,139,142,100,27,116,74,160,70,137,23],"\u307e\u3067":[60,52,63,3,133,121,86,88,89,116,106,15,17,140,70,71,170,156,111],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,79,12,13,14,15,16,17,18,20,21,23,25,26,27,29,31,32,76,35,36,135,61,40,41,42,43,44,45,46,47,48,153,174,52,53,54,56,57,58,59,60,39,62,63,64,65,66,67,68,70,71,72,73,74,75,103,141,80,81,82,83,84,85,86,87,89,22,91,93,94,96,97,50,99,100,101,77,105,108,106,107,11,109,110,111,112,113,114,115,116,117,118,120,121,122,30,124,126,127,128,129,130,131,132,133,134,137,139,140,142,144,146,147,148,149,150,151,152,154,155,156,157,158,160,88,162,163,164,165,166,167,168,169,170,171,173,175,176,177],"\u307e\u305a":[3,83,121,64,170,134,156,93,8,140,139,71,174,111],"\u307e\u305b":[35,36,131,2,3,83,109,84,86,40,134,89,62,42,6,82,94,9,137,97,70,174,48,52,100,68,139,140,77,11,142,176,156,105,14,15,107,53,16,54,17,57,148,87,59,152,44,112,113,64,154,132,155,115,116,106,66,157,158,160,88,23,71,72,163,164,74,175,168,121,169,30,124,27,126,111,76,130,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,port:[122,156,94,81],centos6:6,"\u7279\u5b9a":[],superior:27,"[pat":6,"\u9069\u6642":85,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":71,"\u66f8\u304d\u5f8c":134,"\u306a\u3051\u308c":[36,2,132,87,89,6,8,174,52,100,101,139,77,11,53,14,15,105,59,113,156,66,169,88,72,163,73,168,76],added:[105,37,102],"\u3093\u3057\u304d":147,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":63,"\u30d5\u30a3\u30eb\u30bf":6,exec:160,customize:[8,164],"\u30e1\u30fc\u30c8\u30eb":[68,162],"\u89e3\u653e":[74,112,14,15,57,70,72],nothing:[98,55],"\u73fe\u5b9f":121,"\u307e\u307e\u3067":64,"\u3002id":14,"-oriented":27,"\u9577\u3055":[113,11,56,156,6,105,57,72],orangain:116,"\u624b\u52d5":8,"&query":94,".rb":[70,62,143],"\u304a\u3051":100,"_users":170,"\u304a\u304d":[30,140],"\u304a\u304b":174,"\u304a\u3044":[3,113,140,11,30,116,105,54,23,72,165,111],"\u59cb\u70b9":3,"_call":[2,95,63,160],"_format":[2,160],firewood:[6,116],"\u304a\u3070":[23,1,116],concatinated:122,"-ftp":156,"\u4f4e\u6a5f":63,"\u904b\u7528":30,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],rose:11,"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[30,115,140],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:105,"\u304a\u3070\u305f":[23,116],"\u305d\u308c":[3,83,40,134,43,93,153,100,101,139,140,11,57,87,111,63,112,64,56,74,71,72,168,121,143,59],"\u306b\u304a\u3044":[11,10,140],"\u4fdd\u8a3c":[117,10],armhf:70,"\u6570\u5024":[],"(content":[101,27],"\u30b3\u30df\u30c3\u30c8":140,"\u76ee\u4ee5\u964d":100,art:170,tobby:107,dump:[],"]]":[100,122,142,89,52,158,144,156],"][":[168,116,6,70,23,104],"\u305d\u3046":[88,115,139,73],are:[35,100,102,75,77,122,164,27,172,43,138,127,95,17,55,116,129,175,76,58,111],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[156,140,111],"_mutex":35,"]}":[11,117,169],"\u30b9\u30b3\u30a2":[100,63,77,64,142,6,122,67,54],"]x":170,"\u5897\u3048\u308b":[155,44],libraries:[],"/non":116,"\u305d\u306e":[],"\u3067\u3088\u308a":70,korea:121,recently:109,creating:129,"\u5927\u91cf":[39,63,3,86,70,59],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[53,175,8,164],"\u304a\u308a":[70,67],solr:139,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[37,140],"\u8a02\u6b63":163,"]>":[],"]'":[8,48],became:131,context:[76,72,27,8,14],"]\"":[6,170,116],"],":[82,3,83,87,89,41,42,43,94,95,97,118,133,106,100,68,139,77,11,142,52,107,53,16,146,155,39,152,44,64,150,156,74,117,67,158,88,71,164,168,121,169,122,170,124,27,126,101,175],"]/":94,"].":70,"])":[61,150,162,17],finds:105,minagawa:116,"\u691c\u7d22id":105,reasons:55,"\u3042\u3068":[140,111],improper:160,"\u30b3\u30de\u30f3\u30c9url":48,"_cancel":[],"[backward":[],"'alice":168,"\u7d76\u5bfe":9,":#{":138,"\u8003\u616e":[64,83],"\u5f0f\u3068\u3057\u3066":76,due:27,pg:88,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[30,3],"(html":101,"\u8a00\u8a9e\u540d":111,"\u30d9\u30fc\u30b9":[131,82,168,177,30,143,6,105,23,57,70,139,111],"\u30d8\u30c3\u30c0":[70,116],"\u79d2\u9593":23,"\u5730\u7cfb":68,evaluated:137,behavior:[],"(body":[150,42],"\"sug":157,xvzf:[153,120,20,12,141,174,81],"\u5404\u8a9e":117,"\u6027\u5225":30,"_expansion":[],rid:[78,112],"\u30ed\u30fc\u30ab\u30eb":[139,140],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":113,"/ppa":12,"\u5065\u4f5c":39,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"/hoge":89,"\u64ec\u4f3c":[100,168,139],abcde:124,edge:125,nanoseconds:138,"\\bin":93,"\"alice":168,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[146,129,172,55,43],"\u4e92\u63db\u6027":140,"\u3002keys":105,"\u64a4\u5ec3":[70,143,89,99],"\u5024\u7528":23,"\u304f\u3060":[131,82,3,133,119,86,40,41,22,127,6,2,93,94,95,9,137,101,174,48,153,100,68,139,77,11,142,12,64,53,17,21,87,59,111,62,44,20,154,155,156,116,66,169,67,158,109,70,118,120,168,121,30,124,107,141,170,31,81,8],boost:164,"_finalizer":[47,14],"@wareohji":6,".score":118,unstable:[],"\u6642\u523b":[126,75,170,156,74,16,167],".title":[11,127],"\u7f6e\u304b":[31,174,163,8],"\u7f6e\u304d":[57,143,72,83,140],"\u7f6e\u304f":174,"\u7f6e\u3044":[70,140],"\u5404\u8981":77,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,175,139,114,89,14,70,174,76],"/rroonga":70,retry:160,"\u69cb\u6210":[153,120,63,3,140,12,131,141,70],proc:[35,153,100,85,12,120,141,105,47,110],"-drilldown":[70,121],"_between":70,"_improper":2,"{type":122,"\u9577\u751f\u304d":59,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,116],"\"service":16,range:[],"lzo\u3044":66,"\u672c\u6587":[71,101],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":[],shimoda:143,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[70,89,8],"\u7a2e\u5225":124,fast:[126,100,82,168,150,27,42,52,101,71,139],"/hosts":140,"_links":[2,160],"html\u30bf\u30b0":101,files:[],"-query":[131,3,168,170,138,89,27,42,116,6,107,8,70,23,163,150,133],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[70,152,100,91],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":59,aramaki:[23,143],piro:[],"_op":[50,76,63],"_or":[],"\u306b\u3064":6,"_of":[2,160],highlight:[],"_on":[2,160],called:35,"\u63a5\u982d":[23,139,86],associated:35,horikoshi:23,"\u679c\u305f":3,warning:[5,138,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":77,"\u306b\u5bfe\u3059\u308b":[],grouped:[],tatsuya:6,grn:[],gro:27,newvalue:113,nice:106,users:[],"\u5c5e\u3057":[40,132,121],"\u305f\u3076\u3093":174,develops:152,drilldown:[],"\u982d\u8f9e":86,"\u300d\u3001":[39,170],"'grn":114,"\u300d\u3002":147,"\u570f\u5185":170,"\u8868\u3059\u578b":40,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[52,53,89],"-package":[],"\u30b3\u30a2":[174,8,48],"-benchmark":[],"-count":74,once:[],"\u30a4\u30f3\u30c7\u30c3\u30af":71,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[11,86,3],issues:70,"\u30b9\u30ad\u30c3\u30d7":[70,116],"_pvector":76,"\u8a9e\u6271":134,"\u30ad\u30fc\u30b5\u30a4\u30ba":86,"\u30cb\u30e5\u30fc\u30b9":106,stable:10,include:[79,70,88,127],"\u7e70\u308a\u8fd4\u3057\u6570":156,"=gr":122,"\u30de\u30c9\u30ea\u30fc\u30c9":68,"\"saerch":16,"\u30d7\u30e9\u30b0\u30de":100,"\u306a\u3068\u304d":30,"*user":[35,47],"\u3002run":165,"\u3067\u5024":[89,3],ranguba:[15,70,77],"\"complete":157,"-in":[72,140],"-id":[6,89,95],"_dir":[35,23,140],"|correct":142,"_use":[70,2,160,14],".po":[],smaller:[138,77],".pc":[23,136],"-line":73,"\u3053\u3046\u3059\u308c":115,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[70,71,87,116],"\u3002buf":113,etime:166,"\u30a8\u30f3\u30b8\u30f3":[11,39,100,89,30],"{time":138,"-exact":74,"\u521d\u56de":111,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":84,"\u5341\u5206\u6c17":100,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[86,3,8],"\u4e0a\u3052\u308b":64,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":89,"\u30c8\u30e9\u30a4":[23,59,168,139,86],">version":4,"\u5206\u6790":30,apple:175,apt:[140,12,6,141,18,73],"*str":[35,76],expect:70,"\u3057\u307e\u3063":70,api:[],"_commit":78,"\u5207\u308b":[70,8],"\u5148\u60c5":170,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":116,usa:121,"\u3057\u307e\u305b":[100,64,115,8,174,164],"\u3057\u307e\u3059":[100,139,170,134,120,157,168],"\u3057\u307e\u3046":[140,30,143,115,116,6,70,23],usr:[89,8,9,174,165,81],"\u3057\u307e\u3044":[11,64,16,156,133],"\u4efb\u610f":[3,140,89,40,156,30],start:[106,122,131],sort:105,"(keyword":76,"_names":75,tokenbigramignoreblanksplitsymbolalpha:[64,155],"?msg":140,"[args":89,"/index":[132,89,140,111],"-html":[6,143],dropped:[],"\u30b7\u30fc\u30b1\u30f3\u30b9":[16,164,43],tar:[153,120,140,20,12,141,174,81],"_install":[],tag:[39,140],something:[],tab:98,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":70,"/rpmforge":120,sis:23,united:158,satoh:23,"\u30c0\u30d6\u30eb":[168,86,6,23,139,59],six:[138,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":87,sid:[23,117,70],instead:[100,89,131,99],"_create":[],"\u884c\u3046":[166,39,152,68,133,140,170,134,115,100,6,107,67,143,165,57,70,71,131,59],"\"rectangle":[6,68,162],"\u30a2\u30af\u30bb\u30b5":72,"_configure":116,"\u30a2\u30af\u30bb\u30b9":[166,143,140,11,105,89,17,116,6,53,94,31,23,70,111,8],"\u3042\u308b\u3044":[153,10,113,30,160,168,139,162,29,105,63,8,70,50,59],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":116,"$home":140,interrupted:160,"-msgpack":48,"[github":70,freebsd:[],"\u4eac\u90fd":[64,134],"#groonga":[170,163],"\u300cbill":134,"/stem":152,"\u5bfe\u8a71":[3,94],"%'":70,"\u7279\u5225":[82,168,2,17,174,76,164],"\u30c0\u30f3\u30d7":[6,143,116],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":140,"/apt":[141,140],"/api":48,restart:131,inspecting:[],multithreading:95,"\u3057\u3046\u308b":70,crash:[],indexing:[],"\u30b9\u30ad\u30fc\u30de":[100,68,168,169,150,27,42,106,107,158,101,146,88,129,71,76,139],"\u30bb\u30af\u30b7\u30e7\u30f3":[82,124,87,41,43,93,8,137,174,45,153,100,68,77,12,52,53,16,109,149,59,151,62,113,127,20,171,160,70,118,163,164,73,120,168,121,26,126,141,128,129,80,111,81],"\u53c2\u52a0":[80,22],successor:139,articles:71,"_free":35,edit:[],".net":[39,3,140,121,11,22,67,94],"%\\":93,nfs:174,"\u6df7\u305c":[11,142],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":30,related:129,"\u89e3\u6c7a":[6,23,115,117,154],remove:[72,124],inverted:27,out:156,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":170,supports:[35,37,58],dictionary:175,"\u30ec\u30a4\u30e4":63,york:[170,68],"8r":[6,174,89],lts:[12,140,73],"\u4e00\u90e8":[6,65,3,140,157],"\u8ca0\u62c5":115,lte:82,auth:[8,48],"\u304a\u3059\u3059\u3081\u3057":[131,168,140,139],"\u8aac\u660e":[],"1\u305a":[10,54],"\"tags":77,"\u53d6\u308a\u8fbc\u307e":140,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,160],"\u8d77\u70b9":100,utc:139,"\u78ba\u8a8d":[],"_qlog":6,unknown:160,"\u304a\u304b\u3057":143,makefile:140,",[":64,priority:164,their:129,"1\u3064":[82,132,86,87,42,8,9,137,70,71,48,100,139,77,142,107,59,60,39,62,156,115,116,157,160,23,118,168,169,170,27,127,109],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":89,developer:170,"\u7279\u5316":[139,111],"\u30d5\u30a9\u30eb\u30c0\u30fc":93,"-jumandic":153,"\u64a4\u53bb":23,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,32,116,72,77],"_unsupported":2,"\u51fa\u73fe":[30,87,142,113,91],".grn":[8,146],"\u9001\u308a\u65b9":[],"\u884c\u6307\u5411":30,"\u30ab\u30bf\u30ab\u30ca":[57,142,175,164],ueno:[6,143,136],"\u76ee\u304f\u3089\u3044":59,"_expanders":[163,9],"=complete":122,which:[35,122,58,164],"\u4eee\u60f3":[67,116,121],"\u901f\u3084\u304b":10,".travis":73,"\u7d44\u8fbc\u578b":[],"class":[150,101,27,42],"_build":165,"_term":37,"_delimited":37,"/docs":8,"_is":[2,126,160,95,23,72],gronga:[157,163],"_ip":94,"_in":[],"_ii":[],"-output":[100,101,150,156,27,42,116,6],"_id":[35,36,100,3,113,140,104,123,78,105,14,112,67,54,95,70,57,23,72,76,139],"_delimiter":[82,124],"\u6307\u3057":11,"\u5bfe\u8c61object":[36,75,85,72,47,110,113],"\u5c02\u7528":[],",\n#":[39,100,82,3,168,77,11,170,41,107,67,94,139],"\u5bfe\u8c61":[82,3,134,42,135,132,50,48,99,100,10,140,142,14,52,107,105,144,146,57,125,59,39,63,112,113,64,150,65,66,158,23,71,72,104,165,166,168,111,30,27,170,174,32,76],"\u3044\u308d\u3044\u308d":[],cache:[],"\u30b7\u30a7\u30eb":[174,156,168],daiki:[6,143,136],candidates:164,"*newvalue":113,"\u6848\u5185":[115,140],local:146,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":174,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[125,152,175,3,83],"!condition":139,"!xxx":70,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":70,nvars:47,",\n{":[152,168,121,77,142,43,107,16,8,169,139,71,175,164,133],subrecord:116,words:139,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[36,100,174,132,113,77,163,87,168,105,73,6,169,53,8,139,72,76,59],"(column":[70,150,27,42,88],",\n[":[27,146],",\n]":[64,169,67,133],"\u4e00\u4ef6\u9032\u3081":57,candidate1:142,queries:[156,27],view:122,"\u304b\u304e\u308a":156,"=fedora":140,"\uff08\u578b":56,"\u884c\u6570":23,acquires:17,still:95,"\"table":89,dll:[6,23,70],"\u30ea\u30c8\u30e9\u30a4":17,".askmonty":70,"\u4e43\u6bc5":143,job:156,homebrew:[],"\u3084\u305d\u306e":158,commands:[],april:140,"/local":[174,8,140],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,31,143,89],"_var":[35,70,76,47,56],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[174,93],table:[],"\u671f\u5f85":30,rpm:[153,120,140,143,116,6,70,23],"\u304a\u3059\u3059\u3081":48,"\u30b5\u30d6\u30bb\u30c3\u30c8":[40,105],"=gro":122,"\u9bae\u5ea6":106,"_refused":[2,160],"\u78ba\u5b9f":16,porting:37,"\u521d\u671f\u5024":166,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,mike:158,sufficient:35,"-cache":[89,116],hmm:170,"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":6,cursor:[57,102,112],"\u793a\u3059":[126,100,2,168,107,11,150,169,27,42,52,29,68,139,101,158,88,97,162,48,133],"\u793a\u3055":97,"\u793a\u3057":[84,68,3,140,121,64,25,124,74,2,94,71],"\u3072\u308d\u3086\u304d":133,"-debug":143,"*src":105,avg:166,"\u8fd4\u4fe1":[170,71,115],uptime:[1,3,4,74,94,8],"\u5185\u90e8":[74,140,11,78,27,14,15,105,70,72,104],"\u578b\u304b":40,"\uff08longest":[23,139],"\u6ce8\u610f":[100,101,3,168,121,77,11,156,116,64,105,8,140,133,23,139,48,59],gets:35,"\u691c\u7d22key":105,"\u6587\u8108":169,"\u5168\u6587\u691c":[],"\u3075\u306a\u3068":70,english:[100,164,22,18],uzulla:23,"\uff01:":174,"@kiske":6,normalizermysqlgeneralci:[],"\u521d\u671f\u5316":[6,47,14],tcp:89,")=":154,"_device":[2,160],"(windows":156,"\u5236\u7d04":60,"\u898b\u76f4\u3057":70,"(name":35,unsigned:[35,113,78,15,105,56,57,70,72,76,47],"\u627f\u8a8d":70,book:139,"\u9ad8\u7cbe":30,moritars:71,qwik:146,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,174,165,128,111],execute:[122,58,43],"\u300c\uff76":175,"'pid":89,know:55,"\u30b9\u30ec\u30c3\u30c9":[30,125,156,14,89,48],"\u307e\u305f\u3044":[6,68],earch:82,";rroonga":[150,42],james:133,"_threshold":[],"\u307e\u305f\u3050":[],"\u306a\u304b\u3063":[100,10,3,139,107,5,89,144,65,6,64,7,135,169,88,176,70,156,99],"_push":63,because:[4,122,43,8,129,164],sequence:[123,172,43,16,142,138,164],"-host":156,platforms:35,"export":18,vojtovich:70,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,160],"\u306e\u307b\u304b":[11,40],"\u96e2\u308c":67,leak:[],"\u2192id":86,"\u7d44\u5408":107,"enum":75,"\u7acb\u3061\u4e0a\u304c\u3063":156,"*path":[105,75,113],"\u518d\u691c":147,"\u306e\u3044\u305a\u308c\u304b":[29,105,50,162,56],"\u305d\u308c\u305e\u308c":[82,3,4,86,134,89,174,100,139,140,11,107,105,59,63,64,67,160,70,71,72,165,121,126,31],"\u5358\u72ec":[156,113],column:[],universe:12,"\u30fbor":67,".html":[89,8,140,111],"$groonga":140,"\u6570\u5b57":[64,70,16,156,59],yuya:[],"_length":[35,160],"\u5b9f\u7a3c":166,transfer:[30,131,160],"\u3002mroonga":[30,72],"*key":105,"var":[35,63,87,89,8,55,174],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":73,"\u30d5\u30a3\u30eb\u30bf\u30fc":169,palalles:140,"-pid":[23,89],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,116],"-pip":18,"\u6700\u5f8c":[82,139,140,11,143,156,14,6,64,8],"\u7834\u68c4":[47,14],squeeze:[116,140],palallel:140,"\u30e1\u30f3\u30d0":105,"\u56fa\u6709":[85,77],whether:[118,72,75,55],record:[68,3,77,11,105,102,94],"\u30ed\u30b0\u30a4\u30f3":140,"\u4e00\u9577":30,"\u6c7a\u5b9a":100,blogs:64,"\u305d\u308c\u3086\u3048":[11,168],"\u7a4d\u7528":100,"8bit":40,"\u7acb\u5834":80,"\"se":164,"@github":140,"\u52a0\u3048":[11,63,133,73],other:[35,75,127,17,58,113],bool:[152,168,11,40,116,41,29,162,133],"-analyzer":[6,23],"\u306f\u307e\u305a":140,".gpg":140,"-sortby":116,".location":170,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":143,debian:[],"\u9054\u3059\u308b":57,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[53,48]},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/api/grn_match_escalation","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","characteristic","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/executables/grndb","reference/api/grn_type","reference/api/grn_table_cursor","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","reference/commands/request_cancel","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","reference/command/request_id","reference/commands/normalize","contribution/development/com","reference/command/output_format","reference/commands/lock_clear","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","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","reference/commands/log_reopen","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.4. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","7.2. \u51fa\u529b","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","7.3.19. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","7.1.5. groonga-httpd","7.3.25. <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","12.2.1. Introduction","8. \u4ed5\u69d8","2.7. Oracle Solaris","7.18.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</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.13. snippet_html","5. \u30b5\u30fc\u30d0\u30fc","7.12.5. geo_in_rectangle","1. Groonga\u306e\u7279\u5fb4","7.1.6. groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.3.13. <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.36. <tt class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></tt>","7.12.7. highlight_html","7.14.4. \u63d0\u6848","7.3.22. <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.16. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","7.3.11. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.1.1. <tt class=\"docutils literal\"><span class=\"pre\">grndb</span></tt>","7.18.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","7.18.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","7.1.9. groonga-suggest-learner","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","9. \u5236\u9650\u4e8b\u9805","7.12.12. rand","7.3.28. <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.10. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","7.3.8. <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","7.3.24. <tt class=\"docutils literal\"><span class=\"pre\">range_filter</span></tt>","\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.31. <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","7.18.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","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.37. <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.9. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.12.1. between","7.1.3. 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","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">request_cancel</span></tt>","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","7.3.34. <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.7. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","7.3.29. <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.11. query","7.18.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","7.3.5. <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.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.6. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","7.3.39. <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.8. groonga-suggest-httpd","7.3.3. Request ID","7.3.21. <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","7.3.17. <tt class=\"docutils literal\"><span class=\"pre\">lock_clear</span></tt>","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.17. Tuning","7.3.30. <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","7.3.35. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.3.27. <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.32. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.12. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","7.3.15. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","7.11. grn_expr","7.3.23. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","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.38. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.4. groonga-benchmark","7.14.1. \u306f\u3058\u3081\u306b","7.3.14. <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.2. 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.7. 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","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","5.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[21,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[89,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[72,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[21,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[75,1,1,"c.grn_db_create"],grn_plugin_charlen:[35,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[85,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[72,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[57,1,1,"c.grn_table_cursor_close"],"-P":[166,0,1,"cmdoption-P"],grn_table_cursor_set_value:[57,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[76,1,1,"c.grn_expr_syntax_escape"],"--log-output-dir":[156,0,1,"cmdoption--log-output-dir"],"-d":[58,0,1,"cmdoption-d"],"-a":[89,0,1,"cmdoption-a"],"-c":[89,0,1,"cmdoption-c"],grn_obj_set_info:[36,1,1,"c.grn_obj_set_info"],"-m":[166,0,1,"cmdoption-m"],"-l":[58,0,1,"cmdoption-l"],"--disable-max-fd-check":[122,0,1,"cmdoption--disable-max-fd-check"],"-i":[156,0,1,"cmdoption-i"],"-h":[89,0,1,"cmdoption-h"],grn_db:[75,2,1,"c.grn_db"],"-t":[122,0,1,"cmdoption-t"],grn_command_version:[108,2,1,"c.grn_command_version"],grn_obj_set_element_info:[36,1,1,"c.grn_obj_set_element_info"],"-p":[122,0,1,"cmdoption-p"],"-s":[58,0,1,"cmdoption-s"],"-r":[58,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[35,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[89,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[108,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[89,0,1,"cmdoption--config-path"],grn_table_size:[105,1,1,"c.grn_table_size"],"--query-log-path":[89,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[72,1,1,"c.grn_obj_defrag"],db:[156,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[57,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[114,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[72,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[78,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[72,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[102,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[105,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[113,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[72,1,1,"c.grn_obj_unlink"],grn_obj_id:[72,1,1,"c.grn_obj_id"],grn_obj_set_value:[72,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[35,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[114,2,1,"c.grn_encoding"],grn_proc_create:[47,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[35,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[113,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[58,0,1,"cmdoption--log-base-path"],"--dir":[156,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[72,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[105,2,1,"c.grn_table_group_result"],grn_expr_close:[76,1,1,"c.grn_expr_close"],grn_obj_path:[72,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:[75,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[102,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[72,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[105,1,1,"c.grn_table_lcp_search"],grn_table_create:[105,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[57,1,1,"c.grn_table_cursor_get_value"],"--address":[89,0,1,"cmdoption--address"],"--daemon":[58,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[72,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[105,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[14,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[89,0,1,"cmdoption--pid-path"],"--encoding":[89,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:[105,1,1,"c.grn_table_delete_by_id"],grn_content_type:[98,2,1,"c.grn_content_type"],grn_plugin_mutex:[35,2,1,"c.grn_plugin_mutex"],grn_expr_get_keywords:[76,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[78,2,1,"c.grn_ii_buffer"],"--host":[156,0,1,"cmdoption--host"],grn_ctx_get_output_type:[14,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[47,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[110,1,1,"c.grn_obj_user_data"],grn_obj_lock:[72,1,1,"c.grn_obj_lock"],grn_obj_name:[72,1,1,"c.grn_obj_name"],"--log-path":[58,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[113,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"-e":[89,0,1,"cmdoption-e"],GRN_OBJ_COMPARE:[72,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[76,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[35,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[72,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[57,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[76,1,1,"c.grn_expr_alloc"],grn_expr_compile:[76,1,1,"c.grn_expr_compile"],grn_user_data:[110,2,1,"c.grn_user_data"],grn_obj_get_range:[72,1,1,"c.grn_obj_get_range"],grn_table_get:[105,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[102,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[89,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[78,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[72,3,1,"c.GRN_OBJ_DECR"],grn_table_sort_key:[105,2,1,"c.grn_table_sort_key"],grn_obj_rename:[72,1,1,"c.grn_obj_rename"],grn_table_group_flags:[105,2,1,"c.grn_table_group_flags"],grn_obj_check:[72,1,1,"c.grn_obj_check"],grn_table_at:[105,1,1,"c.grn_table_at"],grn_column_name:[113,1,1,"c.grn_column_name"],grn_table_difference:[105,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[122,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[35,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[72,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[113,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[105,1,1,"c.grn_table_truncate"],grn_obj_get_value:[72,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[89,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[85,1,1,"c.grn_obj_delete_hook"],"-n":[89,0,1,"cmdoption-n"],"--port":[122,0,1,"cmdoption--port"],grn_ii:[78,2,1,"c.grn_ii"],"--ftp":[156,0,1,"cmdoption--ftp"],grn_obj_is_locked:[72,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[76,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[35,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[58,0,1,"cmdoption--log-level"],grn_table_rename:[105,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[113,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[35,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[108,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[35,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[36,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[50,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[76,1,1,"c.grn_expr_append_const_str"],script:[156,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[35,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[108,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[76,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[35,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[85,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[35,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[112,1,1,"c.grn_index_cursor_open"],grn_proc_func:[47,2,1,"c.grn_proc_func"],grn_db_create_optarg:[75,2,1,"c.grn_db_create_optarg"],grn_column_table:[113,1,1,"c.grn_column_table"],grn_table_add:[105,1,1,"c.grn_table_add"],grn_obj_unlock:[72,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:[47,2,1,"c.grn_proc_type"],grn_proc_get_info:[47,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[72,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:[113,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[113,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[113,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[57,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[72,1,1,"c.grn_obj_get_values"],grn_column_rename:[113,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[72,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[36,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[156,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[35,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[57,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[21,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[75,1,1,"c.grn_db_open"],grn_column_index:[113,1,1,"c.grn_column_index"],"--n-threads":[122,0,1,"cmdoption--n-threads"],"--help":[89,0,1,"cmdoption--help"],"--groonga":[156,0,1,"cmdoption--groonga"],grn_table_setoperation:[105,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[113,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[72,3,1,"c.GRN_OBJ_SET"],"--document-root":[89,0,1,"cmdoption--document-root"],grn_info_type:[36,2,1,"c.grn_info_type"],grn_column_truncate:[113,1,1,"c.grn_column_truncate"],grn_obj:[72,2,1,"c.grn_obj"],grn_obj_remove:[72,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[35,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[72,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[76,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[76,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[78,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[102,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[78,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[50,1,1,"c.grn_obj_search"],"--send-endpoint":[58,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[105,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[85,2,1,"c.grn_hook_entry"],grn_expr_append_op:[76,1,1,"c.grn_expr_append_op"],grn_geo_point:[102,2,1,"c.grn_geo_point"],grn_table_cursor_table:[57,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[112,1,1,"c.grn_index_cursor_next"],grn_table_delete:[105,1,1,"c.grn_table_delete"],dest:[89,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[35,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[113,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[72,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":[89,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[57,1,1,"c.grn_table_cursor_delete"],grn_type_create:[56,1,1,"c.grn_type_create"],grn_obj_path_by_id:[72,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[35,1,1,"c.grn_plugin_command_create"],grn_db_recover:[75,1,1,"c.grn_db_recover"],grn_builtin_type:[56,2,1,"c.grn_builtin_type"],grn_table_get_key:[105,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[72,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[21,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[76,1,1,"c.grn_expr_create"],grn_get_default_command_version:[108,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[76,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[114,1,1,"c.grn_encoding_parse"],grn_column_create:[113,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[105,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[85,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[114,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[108,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[35,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[114,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[58,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[113,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[105,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[35,1,1,"c.GRN_PLUGIN_FIN"],command:[89,0,1,"cmdoption-arg-command"],GRN_PLUGIN_REGISTER:[35,1,1,"c.GRN_PLUGIN_REGISTER"],grn_plugin_mutex_close:[35,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[75,1,1,"c.grn_db_touch"],grn_table_update:[105,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[75,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[75,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":86,"\u53c2\u7167\u578b":77,senna:37,"\u6539\u826f":[1,37,143,116,136,6,70,23,104],"\u7b26\u53f7":139,"\u6d41\u308c":111,"-prefix":174,prefix:63,per:129,"\u6761\u4ef6":[67,101,100,140,168],query:[107,100,160,138],"-lzo":[],"=number":174,keywordn:150,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":94,"_filters":[82,59],"\u30d3\u30c3\u30c8":139,"\u7279\u5fb4":[86,30],ruby:[137,62],"-release":140,"\u901a\u4fe1":125,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[122,4],to:[122,123,164],"_column":[54,113],snippet:27,"\u524a\u9664":158,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":165,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[156,34],"-lz4":174,string:[41,82,124],groonga:[49,131,37,140,172,122,30,125,89,90,63,159,8,161,31,80,111,58,156,94],"\u95a2\u9023":[71,100,8,13,58],"=message":174,"\u304a\u6c17":170,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[166,156],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[163,165,128,18],"\u52d5\u4f5c":[165,16,164,140,43],"\u30b9\u30af\u30ea\u30d7\u30c8":[139,140],"_or":88,"\u3068\u3057\u3066":40,"\u3065\u3051":10,gnu:141,"-escalation":174,"\u6761\u4ef6\u5f0f":168,"\u7c21\u5358":100,"\u30aa\u30d7\u30b7\u30e7\u30f3":[166,156,89,172],".po":111,"\u8ad6\u7406\u548c":168,"\u4ed8\u4e0e":71,"\u771f\u507d\u5024":[11,139],"-benchmark":156,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":152,"\u6f14\u7b97\u5b50":139,"_cursor":[57,112],"_remove":[135,65],"\u7701\u7565":[41,68,122,124,107,82],sub:169,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":140,"\u53c2\u8003":[82,5,86,87,62,42,41,2,95,137,99,100,142,176,52,107,144,147,155,59,152,44,150,169,158,109,69,163,123,124,27,172,126,7,175],"\u30ea\u30c6\u30e9\u30eb":139,"\u6210\u529f":126,"\u4fdd\u5b58":[11,59],"new":53,tips:140,"\u683c\u7d0d":40,memcached:94,body:126,xml:126,"\u6587\u6cd5":67,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":168,"\u30c6\u30b9\u30c8":165,"\u30bf\u30b0":39,"\u9069\u7528":77,"\u3042\u308a":[168,139],ubuntu:12,"\u6e96\u5099":[83,140],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":48,softwares:[],"\u95a2\u4fc2\u5f0f":63,"\u4e26\u5217":140,"_key":86,"\u63d0\u4f9b":115,"\u4e3b\u30ad\u30fc":[40,133],blogroonga:140,"_version":[108,10],"_name":[127,53,150,118],"_output":100,"\u5165\u6f14":139,"_info":36,changes:37,options:[122,58],"\u7ffb\u8a33":[140,111],"\u30af\u30a8\u30ea":[30,63,83],"\u30de\u30c3\u30c1":139,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[80,13],"\u6587\u5b57\u5217":[11,139],api:[79,25],"_table":[57,105,63],select:100,"\u6982\u8981":[35,36,2,5,86,87,62,42,127,41,92,135,8,95,9,137,97,50,150,47,99,52,100,10,102,77,142,105,108,14,15,85,53,144,17,82,78,57,148,58,158,59,169,152,44,112,55,56,114,155,65,66,21,68,109,88,69,118,72,163,107,74,113,175,75,117,122,123,101,124,27,126,98,7,146,110,30,129,32,176,130],"\u9001\u4fe1":94,use:150,"\u69cb\u6587":[82,5,87,41,42,7,135,95,9,137,97,99,100,68,139,142,176,52,107,53,144,55,155,148,59,62,44,146,150,65,66,117,158,109,88,69,118,74,168,169,124,27,127,92,101,32,130],"\u624b\u9806":140,zip:93,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":63,"\u30d5\u30ec\u30fc\u30ba":168,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":30,"_no":86,https:48,tokenize:82,scope:169,"_flags":100,"\u3066\u308b":170,"\u60c5\u5831":[84,30,115,67,159,170,165],"\u30d6\u30ed\u30b0":140,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,140,121,77,64,154,164,115,43,122,16,8,71,58,165],normalizer:[82,150,44,124,59],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":139,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":140,"\u5f15\u6570":[82,5,87,89,41,42,127,7,135,101,95,137,97,99,100,68,103,142,52,107,53,144,146,176,148,58,59,61,62,156,150,65,66,117,158,109,88,118,162,166,74,169,122,124,29,92,129,32,130],"\u3053\u3068":140,"_base":8,"_command":108,homebrew:[140,81],"_escape":150,"\u4ee5\u4e0b":168,"\u4ee5\u4e0a":[168,139],"\u30b8\u30aa\u30b5\u30fc\u30c1":39,"\u8d77\u52d5":[131,94],"\u3060\u3051":[115,77],"\u524d\u63d0":140,install:174,clearlock:99,"\u89e3\u6790":165,"\u7de8\u96c6":111,"\u6bd4\u8f03":[139,48],"_encoding":114,"\u304c\u3063":71,process:[129,138],lock:127,"in":[92,37],"_install":174,"/linux":141,"\u660e\u793a":140,"\u3053\u3061\u3089":115,grndb:55,"\u958b\u767a":[151,159,115],old:[],"\u548c\u4ee3":139,normalize:124,"\u7406\u7531":115,sphere:68,"\u540d\u524d":[166,61,167,103,156,40,89,172,29,54,31,162],"\u691c\u51fa":165,normalizernfkc:175,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":93,how:[123,164],"\u548c\u6f14":139,"\u52d5\u7684":106,"\u5b9f\u884c\u4f8b":[36,72,112,75,85,78,114,105,14,15,21,108,102,56,57,50,76,47,110,113],"\u8fd1\u508d":139,"\u30b3\u30de\u30f3\u30c9":[26,3,94,89,31],"_create":[66,8,59],"-gqtp":131,"\u7d42\u4e86":[131,8,94],"_hash":86,max:[129,109,88],clone:111,"\u4e57\u7b97":139,mac:81,callback:63,offset:100,"\u6642\u9593":[170,139],"\u7f72\u540d":140,data:[164,8,58],"\u30da\u30fc\u30b8\u30f3\u30b0":100,"\u8a2d\u5b9a":[140,122,17,8,48,73],"-munin":174,"\u4e00\u81f4rk":164,"-http":131,register:9,"-files":140,"_auto":8,"\u7d22\u5f15":30,"\u30b0\u30eb\u30fc\u30d7":[168,139],freebsd:129,"\u30a4\u30f3\u30dd\u30fc\u30c8":140,"\u8ee2\u7f6e":30,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":145,"\u30c4\u30a4\u30fc\u30c8":115,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[49,13,140],rand:61,grntest:140,"\u30d1\u30c8\u30ea\u30b7\u30a2":133,"\u623b\u308a\u5024":[82,5,87,41,42,7,135,95,9,137,97,99,68,142,176,52,107,53,144,146,155,148,59,62,44,150,65,66,117,158,109,88,69,118,74,169,122,124,27,127,92,101,32,130],"\u305f\u3044":140,gqtp:[125,131,160,94,119],"\u6d6e\u52d5":139,"_api":63,"_reopen":176,"_match":21,"_rename":53,"\u6587\u66f8":[16,139],"=platform":174,"\u63a5\u7d9a":94,tsv:[126,163],"\u4ee5\u4e0b\u6f14":139,cutter:[165,140],"\u57fa\u672c":[3,139],greater:63,"\u30d7\u30ed\u30c8\u30b3\u30eb":[94,160],number:129,"\u9664\u7b97":139,not:63,"\u8a8d\u8a3c":48,"\u8fd4\u5024":[61,100,167,103,29,31,162],now:167,"\u5c0f\u306a\u308a":[168,139],"\u90e8\u5206\u4e00\u81f4":[],"_select":63,"-pack":174,name:[53,59],edit:103,"-encoding":174,"\u66f4\u65b0":[30,140,111],kern:129,token:[82,59],mode:[41,82,63],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":129,".max":129,"-create":172,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":86,normalizerauto:175,"\u751f\u6210":[111,140,18],"\u74b0\u5883":[165,140],"\u5b9f\u4f8b":63,"\u9032\u3081":115,"\u8a98\u5c0e":115,"\u30d8\u30c3\u30c0\u30fc":160,todo:[107,27],"\u9001\u308a\u65b9":[0,111],"-match":174,"\u30ab\u30d0\u30ec\u30c3\u30b8":165,"\u7def\u5ea6":30,"-default":174,"\u90e8\u5206":134,red:140,rk:164,"_content":98,"\u6307\u5b9a":[68,3,168,140,40,10,71],nofile:129,"\u30e6\u30fc\u30b6\u30fcid":170,proxy:8,"_string":[107,169],"\u305f\u3081":[100,63,115],"\u7d50\u5408\u5f0f":168,"\u4ed5\u69d8":19,"\u4e8b\u9805":[60,40,156],launch:122,freecode:[],"\u53e4\u3044":70,filter:[169,100],"\u53ef\u80fd":[152,68,122,30,124,41,107,82,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":30,"_proc":47,"_user":110,assign:123,"\u30d9\u30af\u30bf\u30fc":40,"\u3078\u3068":115,"\u6e1b\u7b97":139,suffix:63,"\u8aac\u660e":[166,61,167,103,156,40,89,29,54,31,162],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":176,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":170,"\u7d44\u307f\u8fbc\u307f":[175,89],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":140,open:[129,150],size:160,"\u78ba\u8a8d":[140,111],"\u7d5e\u8fbc":67,dump:146,script:137,introduction:18,"\u30ab\u30b9\u30b1\u30fc\u30c9":158,"\u4fee\u6b63":[1,37,143,116,136,6,70,23],"\u5bfe\u7b56":[64,154],"\u6c38\u7d9a":86,"_obj":72,"\u30ea\u30dd\u30b8\u30c8\u30ea":[96,111],"=encoding":174,"\u306f\u3058\u3081":157,tokenizer:[155,82],configure:[174,140,18],releases:[],"_clear":127,desctipion:172,"\u8ffd\u8de1":0,".com":[],"\u66f8\u5f0f":[166,61,167,3,103,122,156,89,29,8,31,162,58],"\u5b66\u7fd2":[122,157,16,164,43],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":59,"-httpd":[122,131,8,90,58],"_index":112,"_untag":101,"-log":174,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":38,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,77],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[60,3,11,86,40,107,170,71,58,59],"_expander":[107,100],"\u3044\u304f":115,hashtags:170,"\u30a8\u30e9\u30fc":[126,154],"-zlib":174,"\u56fd\u969b\u5316":111,"\u5834\u5408":[126,71,140],recover:55,"_circle":162,"\u3044\u308b":84,"\u7279\u6b8a":156,"\u4e00\u89a7":[170,2,24],"_list":[155,97,87,44],min:88,"\u304b\u3089":[153,120,12,115,141,93,174,81],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":59,"-with":174,archive:12,"\u7279\u5b9a":[165,140],"\u307e\u3068\u3081":140,"_distance":[68,103],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":165,mroonga:30,libmemcached:165,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":77,"\u7d22\u7528":[3,91],"\u7528\u79d8":140,"\u30c4\u30fc\u30eb":[174,8,94],"\u7d44\u8fbc\u578b":40,"\u30b5\u30b8\u30a7\u30b9\u30c8":45,synopstis:172,"_put":7,windows:[93,140],geoindex:170,request:[122,123,95,111],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":121,"_in":[29,162],"_ii":78,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":140,"\u30b5\u30fc\u30d0":[30,94],"\u30ed\u30fc\u30c9":[170,3,77],"_processes":8,tokenfilterstem:152,"\u3084\u308a":115,"\u5fc5\u9808":[100,68,122,87,124,41,107,53,82,95,118],"\u30ec\u30b3\u30fc\u30c9":[100,3],"-po":140,"\u5270\u4f59":139,"\u30d5\u30a1\u30bb\u30c3\u30c8":100,"\u30d1\u30c3\u30c1":111,"\u304a\u304f":115,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":140,"\u8ffd\u52a0":[175,140,111],solaris:20,"\u88dc\u5b8c":[157,164],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":139,"\u30d1\u30c3\u30b1\u30fc\u30b8":140,depended:[],ellipsoid:68,"\u4e0d\u7b49\u4fa1":[168,139],grnslap:166,cache:[100,109],"\u9ad8\u5ea6":100,"\u65e5\u6642":11,"_equal":63,"\u65b9\u6cd5":[10,140,77,64,154,171,43,106,16,80,13,164,165,111],"\u30ea\u30ea\u30fc\u30b9":[1,140,143,116,136,6,70,23,104],rectangle:68,"\u4e00\u6642":86,"\u6295\u7a3f":170,"-server":131,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":48,wheezy:141,get:122,db:63,clang:165,"_html":[150,27,42],"_limit":[100,8,109],cannot:154,"\u7b97\u5b50":139,"_eval":137,"\u91cd\u307f":[71,77],geo:[29,68,162],target:[127,118],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,48],"\u305d\u306e":174,"\u5171\u8d77":[16,164,43],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":64,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":50,"\u7d50\u679c":[64,156,3,121],tokenfilterstopword:152,"\u52a0\u7b97":139,"\u6570\u5024":11,contain:63,release:[],"\u64cd\u4f5c":[171,3],"\u3084\u308b":140,"\u69cb\u7bc9":[106,165],"\u5236\u5fa1":139,filters:[],"\u30b9\u30b3\u30a2\u30fc":100,"\u4ee3\u5165":139,travis:73,tokenizers:33,arg:63,close:150,news:37,"\u8a00\u8a9e":111,"\u65b0\u898f":140,"\u6a5f\u80fd":84,"\u30ab\u30e9\u30e0":[60,68,3,121,54,132,71],"\u985e\u4f3c":[16,139],"\u7ba1\u7406":[8,94],"\u5c02\u7528":94,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":174,"_tokenize":41,between:88,reading:164,"\u7bc4\u56f2":[3,59],"\u4f4d\u7f6e":[84,68,30,67,10,170],"\u8868\u73fe":63,"_geo":102,javascript:67,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":30,"\u904e\u53bb":115,key:59,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":156,"\u5373\u6642":30,"\u30b7\u30d5\u30c8":139,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[168,139],"_level":[5,8],commands:55,"\u518d\u8d77\u52d5":131,"\u77e5\u308a":140,"-suggest":[122,58,172],"\u306a\u3057":[139,48],equal:63,"-document":18,"\u30b5\u30fc\u30d0\u30fc":[31,131,28],"\u88dc\u6b63":[157,16],"\u30d1\u30e9\u30e1\u30fc\u30bf":[71,10],"\u306a\u3044":[40,115],"\u975e\u308f\u304b\u3061":134,load:52,"\u8a9e\u5f59":[3,91],ci:73,"\u4f5c\u6210":[170,91,3,140,59],point:68,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":18,"\u62bd\u51fa":[139,43],header:126,"\u7f6e\u63db":107,"\u95a2\u6570":[149,139,165],"\u6574\u6570":139,"_cancel":95,path:62,table:[100,135,86,87,41,53,97,59],quit:148,"\u53c2\u7167":[11,39,160,30],tuning:129,"_values":92,"\u30e1\u30e2\u30ea":129,json:[52,126],"\u91cd\u307f\u4ed8\u304d":77,"\u306b\u95a2\u3059\u308b":40,po:140,"\u7528\u3044":[176,67],define:144,"(geopoint":170,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[138,163],"-help":174,"_tokenizer":59,"\u6392\u4ed6":139,"_value":88,"\u5b9f\u884c":[46,63,140,156,8,165],"\u7a2e\u985e":11,"_log":8,"-message":174,"\u5dee\u6f14":139,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:35,"\u30a8\u30b9\u30b1\u30fc\u30d7":168,value:59,"\u5236\u9650":[60,121,77,86,40,156,163],cast:51,near:63,"\u306e\u306b":64,"\u691c\u7d22":[39,100,134,3,83,84,64,30,77,43,168,67,16,170,133,139,71,164,59],"\u5f8c\u65b9\u4e00\u81f4":[],"\u30e9\u30a4\u30d6\u30e9\u30ea":[30,174],"\u540c\u3058":64,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:170,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":175,"\u6307\u91dd":115,"\u5fc5\u8981":[101,18],vm:129,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":140,"_expansion":100,"\u53d6\u5f97":[3,140],"\u30ec\u30b3\u30fc\u30c9id":86,"\u95be\u5024":64,id:[123,95],".maxfileperproc":129,"\u8a9e\u5f59\u8868":59,"\u5ea7\u6a19\u5024":139,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":140,fedora:153,"\u4f7f\u3044\u65b9":[82,4,5,87,41,42,43,92,135,8,95,9,137,97,99,106,100,68,77,142,176,52,107,53,16,144,55,155,148,58,59,62,44,146,156,150,65,66,117,158,109,88,69,118,163,164,74,169,122,124,27,127,7,101,32,130],"_rectangle":29,suggest:142,make:[174,140],"\u4f8b\u3048":115,"\u6210\u679c":111,"-dataset":172,"\u7a4d\u6f14":139,"_filter":[69,169],html:[101,111,18],"-learner":58,messagepack:126,"\u30ad\u30fc\u30ef\u30fc\u30c9":[64,170],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":140,http:[31,131,177,4,94],".po\u30d5\u30a1\u30a4\u30eb":111,"null":139,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[71,133,121],"\u8ab2\u984c":0,"\u30b9\u30c8\u30ec\u30fc\u30b8":30,"_data":110,"\u5834\u6240":[115,163],"\u5168\u6587\u691c":[3,91],"\u95a2\u4fc2":[39,100,174],database:[122,58],"\u307e\u305f":71,"\u3055\u307e\u3056\u307e\u306a":67,"()":63,flags:[41,82,124,160,59],sortby:100,"\u51fa\u529b":[126,100,3,4,111],gzip:48,the:129,lcov:165,"-localstatedir":174,"_path":[122,8,58],"\u8868\u793a":3,"-platform":174,protocol:160,"-path":174,less:63,"(v":63,"_tagn":150,"\u5229\u7528":[67,152,8],"_ctx":14,"\u5171\u6709":30,"\u9006\u5f15\u304d":39,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":94,"\u547c\u3073\u51fa\u3057":139,"\u5f8c\u65b9":[139,168,133],"\u3067\u304d\u308b":[63,115],loading:8,"\u8ad6\u7406":[168,139],mmap:154,"\u30bd\u30fc\u30c8":[67,121],defrag:32,"_selector":144,"\u660e\u793a\u7684":68,"\u62e1\u5f35":83,"\u4e00\u81f4":[139,164,134,168,133],match:[107,71,100],hat:140,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":48,"\u7d4c\u5ea6":30,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":30,"\u8ad6\u7406\u7a4d":168,enable:18,"\u9759\u7684":[106,165],period:37,nginx:8,"_hook":85,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":173,"\u30bd\u30fc\u30b9":[153,120,12,141,93,174,81],"\u7a4d\u4ee3":139,linux:129,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":94,"\u5354\u529b":115,"\u691c\u7d22\u4f8b":63,"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,48],"_expr":[63,76,147],adjuster:100,"_threshold":100,"\u4f5c\u696d":140,"\u307e\u305f\u3050":71,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":94,"\u4ed5\u65b9":111,learning:58,centos:120,"_db":75,"-plugins":174,"\u30b7\u30b9\u30c6\u30e0":[0,170],"\u5358\u8a9e":139,"_dat":86,"\u4f7f\u7528":129,"\u5727\u7e2e":48,"\u30b3\u30e1\u30f3\u30c8":170,"_sortby":100,"\u5411\u3051":[159,140],"\u5bc6\u9375":140,"\u66f8\u304d":134,"\u5f62\u5f0f":[52,126],comments:170,exit:172,allocate:154,"\u30af\u30a8\u30ea\u30fc":[8,24,168],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":131,"\u30d3\u30eb\u30c9":[153,120,140,12,141,93,174,81],"\u5206\u3051":134,run:18,"\u5168\u6587\u691c\u7d22":168,"\u4ed8\u304d":[39,139],"\u3046\u307e\u304f":115,"\u4e0a\u9650":60,"\u4f9d\u5b58":174,"\u5b8c\u5168":134,"\u3042\u308b":170,"\uff08personal":12,"\u5927\u306a\u308a":[168,139],output:100,"\u96c6\u8a08":30,from:58,post:[8,48],"_query":8,"\u6319\u52d5":134,by:8,"\u5b9f\u73fe":63,"_border":88,"package":12,column:[150,65,42,66,53,88,87],of:129,"_escalation":[21,100],"\u30e6\u30fc\u30b6\u30fc":[170,115],location:68,range:69,"_columns":[107,71,100],os:81,"\u524d\u65b9\u4e00\u81f4":[],software:[],ppa:12,scorer:[67,100],"\u767b\u9332":0,"\u5b9f\u9a13":23,domain:121,"\u30ad\u30e3\u30c3\u30b7\u30e5":[100,8],"\u30d5\u30a1\u30a4\u30eb":[46,63,140,18,163,48,111],"_cache":[15,8],"\u5831\u544a":0,"\u524d\u65b9":[139,164,168,133],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":165,log:[5,138,7,176,58],"\u8907\u6570":[71,121,48],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":156,"_prefix":174,"\u5909\u66f4":[64,143,48],"\u30d0\u30fc\u30b8\u30e7\u30f3":[143,1,10,136,140],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":71,redmine:115,"\u30ed\u30b0":176,"\u5c55\u958b":24,"\u7b49\u4fa1":[168,139],"\u63d0\u6848":[122,157,43],"cpu\u30b3\u30a2":48,twitter:[115,140,22],"\u30d5\u30a9\u30ed\u30fc":170,files:[129,58,172],shutdown:130,"_full":150,"\u6027\u80fd":[8,48],memory:154,"\u72ec\u81ea":139,"\u7b97\u8853":139,"with":18,"_load":62,pull:111,"\u5165\u308a":170,"default":[10,59],"\u5426\u5b9a":[168,139],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":140,limit:100,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":115,highlight:[150,42],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[35,36,85,78,98,47,50,108,14,15,105,17,21,110,112,113,56,114,57,102,72,75,76],"\u304a\u77e5\u3089":[70,1,143,136],similar:63,"delete":158,"\u611f\u8b1d":[1,143,116,136,6,70,23,104],bigram:170,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":140,approximate:68,command:10,"\u69d8\u3005":165,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":170,"\u3067\u304d":40,"\u56de\u907f":154,"\u3054\u3068":71,"\u70b9\u6570":139,check:[117,55],"\u306b\u5bfe\u3059\u308b":71,"\u5bfe\u5fdc":[84,115,48],"\u7570\u306a\u308b":64,"\u4ee3\u5165\u5f0f":168,extract:[],"\u3068\u308a":115,"\u914d\u5217":139,"\u3042\u3052\u308b":64,"\u306e\u307f":[165,140],grn:[36,85,78,98,47,50,108,14,15,105,147,21,110,63,112,113,56,114,57,102,72,75,76],queryexpandertsv:163,"\u5168\u6587":[64,30,67,3,71],"_type":[68,56,98,160,59],users:170,truncate:118,"\u30c7\u30fc\u30bf":[3,11,170,40,43,59],worker:8,"-package":174,"\u30c7\u30d0\u30c3\u30ac":165,update:[164,140,18],"\u7591\u4f3c":54,"\u547d\u4ee4":156,"\u65b0\u3057\u3044":111,"_map":129,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":48,"\u4f7f\u3046":[68,8],"=path":174,drilldown:100,"-latest":140,"\u3088\u3046":[16,164,43],debian:[141,140],"\u4f5c\u308a\u65b9":77,"_count":129,"\u4f7f\u3044":134,macports:81,"-threshold":174,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[60,39,71,106],pseudo:54,"_offset":100,status:[74,160,172],"_memory":129,"\u5909\u66f4\u70b9":140,oracle:20,"\u539f\u56e0":64,"\u30c7\u30fc\u30e2\u30f3":94}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5. サーバー &mdash; Groonga v4.0.8ドキュメント</title>
10
+ <title>5. サーバー &mdash; Groonga v4.0.8-168-gae696d7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '4.0.8',
18
+ VERSION: '4.0.8-168-gae696d7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,11 +26,11 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.8ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7ドキュメント" href="index.html" />
30
30
  <link rel="next" title="5.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="4.11. クエリ拡張" href="tutorial/query_expansion.html" />
32
32
  </head>
33
- <body role="document">
33
+ <body>
34
34
  <div class="header">
35
35
  <h1 class="title">
36
36
  <a id="top-link" href="index.html">
@@ -48,7 +48,7 @@
48
48
  </div>
49
49
 
50
50
 
51
- <div class="related" role="navigation" aria-label="related navigation">
51
+ <div class="related">
52
52
  <h3>ナビゲーション</h3>
53
53
  <ul>
54
54
  <li class="right" style="margin-right: 10px">
@@ -60,14 +60,14 @@
60
60
  <li class="right" >
61
61
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
67
67
  <div class="document">
68
68
  <div class="documentwrapper">
69
69
  <div class="bodywrapper">
70
- <div class="body" role="main">
70
+ <div class="body">
71
71
 
72
72
  <div class="section" id="server">
73
73
  <h1>5. サーバー<a class="headerlink" href="#server" title="このヘッドラインへのパーマリンク">¶</a></h1>
@@ -94,7 +94,7 @@
94
94
  </div>
95
95
  </div>
96
96
  </div>
97
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
97
+ <div class="sphinxsidebar">
98
98
  <div class="sphinxsidebarwrapper">
99
99
  <h4>前のトピックへ</h4>
100
100
  <p class="topless"><a href="tutorial/query_expansion.html"
@@ -102,14 +102,12 @@
102
102
  <h4>次のトピックへ</h4>
103
103
  <p class="topless"><a href="server/package.html"
104
104
  title="次の章へ">5.1. サーバーパッケージ</a></p>
105
- <div role="note" aria-label="source link">
106
- <h3>このページ</h3>
107
- <ul class="this-page-menu">
108
- <li><a href="_sources/server.txt"
109
- rel="nofollow">ソースコードを表示</a></li>
110
- </ul>
111
- </div>
112
- <div id="searchbox" style="display: none" role="search">
105
+ <h3>このページ</h3>
106
+ <ul class="this-page-menu">
107
+ <li><a href="_sources/server.txt"
108
+ rel="nofollow">ソースコードを表示</a></li>
109
+ </ul>
110
+ <div id="searchbox" style="display: none">
113
111
  <h3>クイック検索</h3>
114
112
  <form class="search" action="search.html" method="get">
115
113
  <input type="text" name="q" />
@@ -126,7 +124,7 @@
126
124
  </div>
127
125
  <div class="clearer"></div>
128
126
  </div>
129
- <div class="related" role="navigation" aria-label="related navigation">
127
+ <div class="related">
130
128
  <h3>ナビゲーション</h3>
131
129
  <ul>
132
130
  <li class="right" style="margin-right: 10px">
@@ -138,10 +136,10 @@
138
136
  <li class="right" >
139
137
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
140
138
  >前へ</a> |</li>
141
- <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
142
140
  </ul>
143
141
  </div>
144
- <div class="footer" role="contentinfo">
142
+ <div class="footer">
145
143
  &copy; Copyright 2009-2014, Brazil, Inc.
146
144
  </div>
147
145
  </body>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.2. GQTP &mdash; Groonga v4.0.8ドキュメント</title>
10
+ <title>5.2. GQTP &mdash; Groonga v4.0.8-168-gae696d7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '4.0.8',
18
+ VERSION: '4.0.8-168-gae696d7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,12 +26,12 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.8ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="5. サーバー" href="../server.html" />
31
31
  <link rel="next" title="5.3. HTTP" href="http.html" />
32
32
  <link rel="prev" title="5.1. サーバーパッケージ" href="package.html" />
33
33
  </head>
34
- <body role="document">
34
+ <body>
35
35
  <div class="header">
36
36
  <h1 class="title">
37
37
  <a id="top-link" href="../index.html">
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
 
52
- <div class="related" role="navigation" aria-label="related navigation">
52
+ <div class="related">
53
53
  <h3>ナビゲーション</h3>
54
54
  <ul>
55
55
  <li class="right" style="margin-right: 10px">
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="5.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">5. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -69,7 +69,7 @@
69
69
  <div class="document">
70
70
  <div class="documentwrapper">
71
71
  <div class="bodywrapper">
72
- <div class="body" role="main">
72
+ <div class="body">
73
73
 
74
74
  <div class="section" id="gqtp">
75
75
  <h1>5.2. GQTP<a class="headerlink" href="#gqtp" title="このヘッドラインへのパーマリンク">¶</a></h1>
@@ -81,7 +81,7 @@
81
81
  </div>
82
82
  </div>
83
83
  </div>
84
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
84
+ <div class="sphinxsidebar">
85
85
  <div class="sphinxsidebarwrapper">
86
86
  <h4>前のトピックへ</h4>
87
87
  <p class="topless"><a href="package.html"
@@ -89,14 +89,12 @@
89
89
  <h4>次のトピックへ</h4>
90
90
  <p class="topless"><a href="http.html"
91
91
  title="次の章へ">5.3. HTTP</a></p>
92
- <div role="note" aria-label="source link">
93
- <h3>このページ</h3>
94
- <ul class="this-page-menu">
95
- <li><a href="../_sources/server/gqtp.txt"
96
- rel="nofollow">ソースコードを表示</a></li>
97
- </ul>
98
- </div>
99
- <div id="searchbox" style="display: none" role="search">
92
+ <h3>このページ</h3>
93
+ <ul class="this-page-menu">
94
+ <li><a href="../_sources/server/gqtp.txt"
95
+ rel="nofollow">ソースコードを表示</a></li>
96
+ </ul>
97
+ <div id="searchbox" style="display: none">
100
98
  <h3>クイック検索</h3>
101
99
  <form class="search" action="../search.html" method="get">
102
100
  <input type="text" name="q" />
@@ -113,7 +111,7 @@
113
111
  </div>
114
112
  <div class="clearer"></div>
115
113
  </div>
116
- <div class="related" role="navigation" aria-label="related navigation">
114
+ <div class="related">
117
115
  <h3>ナビゲーション</h3>
118
116
  <ul>
119
117
  <li class="right" style="margin-right: 10px">
@@ -125,11 +123,11 @@
125
123
  <li class="right" >
126
124
  <a href="package.html" title="5.1. サーバーパッケージ"
127
125
  >前へ</a> |</li>
128
- <li><a href="../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
129
127
  <li><a href="../server.html" >5. サーバー</a> &raquo;</li>
130
128
  </ul>
131
129
  </div>
132
- <div class="footer" role="contentinfo">
130
+ <div class="footer">
133
131
  &copy; Copyright 2009-2014, Brazil, Inc.
134
132
  </div>
135
133
  </body>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.3. HTTP &mdash; Groonga v4.0.8ドキュメント</title>
10
+ <title>5.3. HTTP &mdash; Groonga v4.0.8-168-gae696d7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '4.0.8',
18
+ VERSION: '4.0.8-168-gae696d7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,12 +26,12 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.8ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="5. サーバー" href="../server.html" />
31
31
  <link rel="next" title="5.3.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="5.2. GQTP" href="gqtp.html" />
33
33
  </head>
34
- <body role="document">
34
+ <body>
35
35
  <div class="header">
36
36
  <h1 class="title">
37
37
  <a id="top-link" href="../index.html">
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
 
52
- <div class="related" role="navigation" aria-label="related navigation">
52
+ <div class="related">
53
53
  <h3>ナビゲーション</h3>
54
54
  <ul>
55
55
  <li class="right" style="margin-right: 10px">
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="5.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">5. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -69,7 +69,7 @@
69
69
  <div class="document">
70
70
  <div class="documentwrapper">
71
71
  <div class="bodywrapper">
72
- <div class="body" role="main">
72
+ <div class="body">
73
73
 
74
74
  <div class="section" id="http">
75
75
  <h1>5.3. HTTP<a class="headerlink" href="#http" title="このヘッドラインへのパーマリンク">¶</a></h1>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
  </div>
109
109
  </div>
110
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
110
+ <div class="sphinxsidebar">
111
111
  <div class="sphinxsidebarwrapper">
112
112
  <h4>前のトピックへ</h4>
113
113
  <p class="topless"><a href="gqtp.html"
@@ -115,14 +115,12 @@
115
115
  <h4>次のトピックへ</h4>
116
116
  <p class="topless"><a href="http/comparison.html"
117
117
  title="次の章へ">5.3.1. 比較</a></p>
118
- <div role="note" aria-label="source link">
119
- <h3>このページ</h3>
120
- <ul class="this-page-menu">
121
- <li><a href="../_sources/server/http.txt"
122
- rel="nofollow">ソースコードを表示</a></li>
123
- </ul>
124
- </div>
125
- <div id="searchbox" style="display: none" role="search">
118
+ <h3>このページ</h3>
119
+ <ul class="this-page-menu">
120
+ <li><a href="../_sources/server/http.txt"
121
+ rel="nofollow">ソースコードを表示</a></li>
122
+ </ul>
123
+ <div id="searchbox" style="display: none">
126
124
  <h3>クイック検索</h3>
127
125
  <form class="search" action="../search.html" method="get">
128
126
  <input type="text" name="q" />
@@ -139,7 +137,7 @@
139
137
  </div>
140
138
  <div class="clearer"></div>
141
139
  </div>
142
- <div class="related" role="navigation" aria-label="related navigation">
140
+ <div class="related">
143
141
  <h3>ナビゲーション</h3>
144
142
  <ul>
145
143
  <li class="right" style="margin-right: 10px">
@@ -151,11 +149,11 @@
151
149
  <li class="right" >
152
150
  <a href="gqtp.html" title="5.2. GQTP"
153
151
  >前へ</a> |</li>
154
- <li><a href="../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
152
+ <li><a href="../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
155
153
  <li><a href="../server.html" >5. サーバー</a> &raquo;</li>
156
154
  </ul>
157
155
  </div>
158
- <div class="footer" role="contentinfo">
156
+ <div class="footer">
159
157
  &copy; Copyright 2009-2014, Brazil, Inc.
160
158
  </div>
161
159
  </body>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.3.1. 比較 &mdash; Groonga v4.0.8ドキュメント</title>
10
+ <title>5.3.1. 比較 &mdash; Groonga v4.0.8-168-gae696d7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '4.0.8',
18
+ VERSION: '4.0.8-168-gae696d7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,12 +26,12 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.8ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="5.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="5.3.2. groonga" href="groonga.html" />
32
32
  <link rel="prev" title="5.3. HTTP" href="../http.html" />
33
33
  </head>
34
- <body role="document">
34
+ <body>
35
35
  <div class="header">
36
36
  <h1 class="title">
37
37
  <a id="top-link" href="../../index.html">
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
 
52
- <div class="related" role="navigation" aria-label="related navigation">
52
+ <div class="related">
53
53
  <h3>ナビゲーション</h3>
54
54
  <ul>
55
55
  <li class="right" style="margin-right: 10px">
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../http.html" title="5.3. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >5. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">5.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -70,7 +70,7 @@
70
70
  <div class="document">
71
71
  <div class="documentwrapper">
72
72
  <div class="bodywrapper">
73
- <div class="body" role="main">
73
+ <div class="body">
74
74
 
75
75
  <div class="section" id="comparison">
76
76
  <h1>5.3.1. 比較<a class="headerlink" href="#comparison" title="このヘッドラインへのパーマリンク">¶</a></h1>
@@ -120,7 +120,7 @@
120
120
  </td>
121
121
  <td><p class="first last">○</p>
122
122
  </td>
123
- <td><p class="first last">×(まもなく実装予定)</p>
123
+ <td><p class="first last">○</p>
124
124
  </td>
125
125
  </tr>
126
126
  <tr class="row-odd"><td><p class="first last">複数データベース</p>
@@ -180,7 +180,7 @@
180
180
  <h2>5.3.1.2. 複数CPUコア対応<a class="headerlink" href="#using-multi-cpu-cores" title="このヘッドラインへのパーマリンク">¶</a></h2>
181
181
  <p>Groongaは複数のCPUコアを使って性能を向上できます。 <a class="reference internal" href="groonga.html"><em>groonga</em></a> はマルチスレッドを使って性能を向上させます。 <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はマルチプロセスを使って性能を向上させます。</p>
182
182
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> はデフォルトでCPUコアと同じ数のスレッドを使います。もし、CPUコアが8個あった場合は、デフォルトで8個のスレッドを使います。</p>
183
- <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はデフォルトで1つのプロセスを使います。複数のCPUコアを使う場合は <a class="reference external" href="http://nginx.org/en/docs/ngx_core_module.html#worker_processes">worker_processes</a> ディレクティブを設定する必要があります。CPUコアが8個ある場合は、以下のように設定ファイルに <code class="docutils literal"><span class="pre">worker_processes</span> <span class="pre">8</span></code> と指定します。:</p>
183
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はデフォルトで1つのプロセスを使います。複数のCPUコアを使う場合は <a class="reference external" href="http://nginx.org/en/docs/ngx_core_module.html#worker_processes">worker_processes</a> ディレクティブを設定する必要があります。CPUコアが8個ある場合は、以下のように設定ファイルに <tt class="docutils literal"><span class="pre">worker_processes</span> <span class="pre">8</span></tt> と指定します。:</p>
184
184
  <div class="highlight-none"><div class="highlight"><pre>worker_processes 8;
185
185
 
186
186
  http {
@@ -215,8 +215,8 @@ http {
215
215
  </div>
216
216
  <div class="section" id="custom-prefix-path">
217
217
  <h2>5.3.1.4. プレフィックスパスの変更<a class="headerlink" href="#custom-prefix-path" title="このヘッドラインへのパーマリンク">¶</a></h2>
218
- <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <code class="docutils literal"><span class="pre">/d/</span></code> から始まるパスをコマンドURLとして受け付けます。例えば、 <code class="docutils literal"><span class="pre">http://localhost:10041/d/status</span></code> となります。この <code class="docutils literal"><span class="pre">/d/</span></code> というプレフィックスパスを変更することはできません。</p>
219
- <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はプレフィックスパスを変更することができます。例えば、 <code class="docutils literal"><span class="pre">http://localhost:10041/api/status</span></code> というコマンドURLを使うことができます。以下は <code class="docutils literal"><span class="pre">/api/</span></code> をプレフィックスパスとして使う設定例です。:</p>
218
+ <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <tt class="docutils literal"><span class="pre">/d/</span></tt> から始まるパスをコマンドURLとして受け付けます。例えば、 <tt class="docutils literal"><span class="pre">http://localhost:10041/d/status</span></tt> となります。この <tt class="docutils literal"><span class="pre">/d/</span></tt> というプレフィックスパスを変更することはできません。</p>
219
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はプレフィックスパスを変更することができます。例えば、 <tt class="docutils literal"><span class="pre">http://localhost:10041/api/status</span></tt> というコマンドURLを使うことができます。以下は <tt class="docutils literal"><span class="pre">/api/</span></tt> をプレフィックスパスとして使う設定例です。:</p>
220
220
  <div class="highlight-none"><div class="highlight"><pre>events {
221
221
  }
222
222
 
@@ -236,11 +236,11 @@ http {
236
236
  <div class="section" id="custom-command-version">
237
237
  <h2>5.3.1.5. コマンドバージョンの変更<a class="headerlink" href="#custom-command-version" title="このヘッドラインへのパーマリンク">¶</a></h2>
238
238
  <p>Groongaには <a class="reference internal" href="../../reference/command/command_version.html"><em>コマンドバージョン</em></a> という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。</p>
239
- <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <code class="docutils literal"><span class="pre">--default-command-version</span></code> オプションでデフォルトのコマンドバージョンを変更できます。以下はデフォルトのコマンドバージョンとしてコマンドバージョン2を使うコマンドライン例です。:</p>
239
+ <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <tt class="docutils literal"><span class="pre">--default-command-version</span></tt> オプションでデフォルトのコマンドバージョンを変更できます。以下はデフォルトのコマンドバージョンとしてコマンドバージョン2を使うコマンドライン例です。:</p>
240
240
  <div class="highlight-none"><div class="highlight"><pre>% groonga --protocol http --default-command-version 2 -d /PATH/TO/DATABASE
241
241
  </pre></div>
242
242
  </div>
243
- <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はまだデフォルトのコマンドバージョンを変更できません。しかし、すぐにサポートする予定です。サポートされたら、同じ <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> プロセス内で異なったコマンドバージョンのgroongaコマンドを提供できます。以下はコマンドバージョン1のコマンドを <code class="docutils literal"><span class="pre">/api/1/</span></code> 以下で、コマンドバージョン2のコマンドを <code class="docutils literal"><span class="pre">/api/2/</span></code> 以下で提供するための設定例です。:</p>
243
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はまだデフォルトのコマンドバージョンを変更できません。しかし、すぐにサポートする予定です。サポートされたら、同じ <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> プロセス内で異なったコマンドバージョンのgroongaコマンドを提供できます。以下はコマンドバージョン1のコマンドを <tt class="docutils literal"><span class="pre">/api/1/</span></tt> 以下で、コマンドバージョン2のコマンドを <tt class="docutils literal"><span class="pre">/api/2/</span></tt> 以下で提供するための設定例です。:</p>
244
244
  <div class="highlight-none"><div class="highlight"><pre>events {
245
245
  }
246
246
 
@@ -267,7 +267,7 @@ http {
267
267
  <div class="section" id="multi-databases">
268
268
  <h2>5.3.1.6. 複数データベース<a class="headerlink" href="#multi-databases" title="このヘッドラインへのパーマリンク">¶</a></h2>
269
269
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は1つのプロセスで1つのデータベースしか使うことができません。</p>
270
- <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> は同一プロセス内で複数のデータベースを使うことができます。以下は <code class="docutils literal"><span class="pre">/tmp/db1</span></code> にあるデータベースを <code class="docutils literal"><span class="pre">/db1/</span></code> 以下で、 <code class="docutils literal"><span class="pre">/tmp/db2</span></code> にあるデータベースを <code class="docutils literal"><span class="pre">/db2/</span></code> 以下で提供する設定例です。:</p>
270
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> は同一プロセス内で複数のデータベースを使うことができます。以下は <tt class="docutils literal"><span class="pre">/tmp/db1</span></tt> にあるデータベースを <tt class="docutils literal"><span class="pre">/db1/</span></tt> 以下で、 <tt class="docutils literal"><span class="pre">/tmp/db2</span></tt> にあるデータベースを <tt class="docutils literal"><span class="pre">/db2/</span></tt> 以下で提供する設定例です。:</p>
271
271
  <div class="highlight-none"><div class="highlight"><pre>events {
272
272
  }
273
273
 
@@ -319,7 +319,7 @@ http {
319
319
  </div>
320
320
  <div class="section" id="gzip-compression">
321
321
  <h2>5.3.1.8. gzip圧縮<a class="headerlink" href="#gzip-compression" title="このヘッドラインへのパーマリンク">¶</a></h2>
322
- <p>HTTPは <code class="docutils literal"><span class="pre">Content-Encoding:</span> <span class="pre">gzip</span></code> レスポンスヘッダーを付けてgzipでレスポンスを圧縮する機能をサポートしています。これはネットワーク流量を小さくすることができます。大きな検索結果を返すときに有用です。</p>
322
+ <p>HTTPは <tt class="docutils literal"><span class="pre">Content-Encoding:</span> <span class="pre">gzip</span></tt> レスポンスヘッダーを付けてgzipでレスポンスを圧縮する機能をサポートしています。これはネットワーク流量を小さくすることができます。大きな検索結果を返すときに有用です。</p>
323
323
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は圧縮をサポートしていません。圧縮をサポートするためには、リバースプロキシを使う必要があります。</p>
324
324
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はgzip圧縮をサポートしています。以下はレスポンスをgzipで圧縮する設定例です。:</p>
325
325
  <div class="highlight-none"><div class="highlight"><pre>events {
@@ -351,7 +351,7 @@ http {
351
351
  </li>
352
352
  <li><p class="first">JSONデータはbodyとして送る。</p>
353
353
  </li>
354
- <li><p class="first">テーブル名は <code class="docutils literal"><span class="pre">table=名前</span></code> というようにクエリーパラメーターで指定する。</p>
354
+ <li><p class="first">テーブル名は <tt class="docutils literal"><span class="pre">table=名前</span></tt> というようにクエリーパラメーターで指定する。</p>
355
355
  </li>
356
356
  </ul>
357
357
  <p>以下はcurlを使って <cite>alice</cite> と <cite>bob</cite> という2人のユーザーを <cite>Users</cite> テーブルにロードするコマンドラインの例です:</p>
@@ -377,7 +377,7 @@ http {
377
377
  </div>
378
378
  </div>
379
379
  </div>
380
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
380
+ <div class="sphinxsidebar">
381
381
  <div class="sphinxsidebarwrapper">
382
382
  <h3><a href="../../index.html">目次</a></h3>
383
383
  <ul>
@@ -404,14 +404,12 @@ http {
404
404
  <h4>次のトピックへ</h4>
405
405
  <p class="topless"><a href="groonga.html"
406
406
  title="次の章へ">5.3.2. groonga</a></p>
407
- <div role="note" aria-label="source link">
408
- <h3>このページ</h3>
409
- <ul class="this-page-menu">
410
- <li><a href="../../_sources/server/http/comparison.txt"
411
- rel="nofollow">ソースコードを表示</a></li>
412
- </ul>
413
- </div>
414
- <div id="searchbox" style="display: none" role="search">
407
+ <h3>このページ</h3>
408
+ <ul class="this-page-menu">
409
+ <li><a href="../../_sources/server/http/comparison.txt"
410
+ rel="nofollow">ソースコードを表示</a></li>
411
+ </ul>
412
+ <div id="searchbox" style="display: none">
415
413
  <h3>クイック検索</h3>
416
414
  <form class="search" action="../../search.html" method="get">
417
415
  <input type="text" name="q" />
@@ -428,7 +426,7 @@ http {
428
426
  </div>
429
427
  <div class="clearer"></div>
430
428
  </div>
431
- <div class="related" role="navigation" aria-label="related navigation">
429
+ <div class="related">
432
430
  <h3>ナビゲーション</h3>
433
431
  <ul>
434
432
  <li class="right" style="margin-right: 10px">
@@ -440,12 +438,12 @@ http {
440
438
  <li class="right" >
441
439
  <a href="../http.html" title="5.3. HTTP"
442
440
  >前へ</a> |</li>
443
- <li><a href="../../index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
441
+ <li><a href="../../index.html">Groonga v4.0.8-168-gae696d7ドキュメント</a> &raquo;</li>
444
442
  <li><a href="../../server.html" >5. サーバー</a> &raquo;</li>
445
443
  <li><a href="../http.html" >5.3. HTTP</a> &raquo;</li>
446
444
  </ul>
447
445
  </div>
448
- <div class="footer" role="contentinfo">
446
+ <div class="footer">
449
447
  &copy; Copyright 2009-2014, Brazil, Inc.
450
448
  </div>
451
449
  </body>