rroonga 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (481) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +13 -3
  3. data/doc/text/news.textile +8 -0
  4. data/ext/groonga/extconf.rb +1 -3
  5. data/ext/groonga/rb-grn-table-key-support.c +0 -4
  6. data/ext/groonga/rb-grn.h +1 -1
  7. data/lib/1.9/groonga.so +0 -0
  8. data/lib/2.0/groonga.so +0 -0
  9. data/lib/2.1/groonga.so +0 -0
  10. data/rroonga-build.rb +3 -3
  11. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  12. data/vendor/local/bin/groonga.exe +0 -0
  13. data/vendor/local/bin/libgroonga-0.dll +0 -0
  14. data/vendor/local/bin/libmecab-1.dll +0 -0
  15. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  16. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  17. data/vendor/local/bin/mecab-config +2 -2
  18. data/vendor/local/bin/mecab.exe +0 -0
  19. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +10 -2
  20. data/vendor/local/include/groonga/groonga.h +30 -1048
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  24. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  26. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  27. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  28. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  29. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  32. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  37. data/vendor/local/lib/libgroonga.a +0 -0
  38. data/vendor/local/lib/libgroonga.dll.a +0 -0
  39. data/vendor/local/lib/libgroonga.la +2 -2
  40. data/vendor/local/lib/libmecab.a +0 -0
  41. data/vendor/local/lib/libmecab.dll.a +0 -0
  42. data/vendor/local/lib/libmecab.la +1 -1
  43. data/vendor/local/lib/libmsgpack.a +0 -0
  44. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpack.la +1 -1
  46. data/vendor/local/lib/libmsgpackc.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  48. data/vendor/local/lib/libmsgpackc.la +1 -1
  49. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  50. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  52. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  53. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  54. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  55. data/vendor/local/sbin/groonga-httpd-restart +85 -49
  56. data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
  57. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +77 -0
  58. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +17 -0
  59. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +5 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  68. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +8 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +136 -1
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +114 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +92 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +37 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +70 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +71 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +49 -0
  76. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +83 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +55 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +67 -0
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +35 -0
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +56 -0
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  83. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +246 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +56 -0
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +31 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +219 -0
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +31 -0
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +29 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +63 -31
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +85 -34
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +77 -0
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -3
  95. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  96. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +19 -15
  97. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +16 -19
  98. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +5 -1
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  100. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +18 -5
  101. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +9 -0
  102. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
  103. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution.html +60 -55
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +11 -10
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +10 -10
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +219 -0
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +26 -26
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +118 -105
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  115. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  116. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/genindex.html +638 -6
  122. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/index.html +50 -24
  124. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  125. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  126. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  127. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
  128. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  129. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  130. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  131. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  132. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  133. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -5
  134. data/vendor/local/share/doc/groonga/en/html/news.html +308 -152
  135. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  141. data/vendor/local/share/doc/groonga/en/html/reference.html +37 -18
  142. data/vendor/local/share/doc/groonga/en/html/reference/api.html +30 -12
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +322 -0
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +284 -0
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +197 -0
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +190 -23
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +254 -0
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +219 -0
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +173 -16
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +237 -0
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +244 -0
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +186 -0
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +196 -0
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +237 -0
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +200 -0
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +648 -0
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +227 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +180 -0
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +546 -0
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +321 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +179 -0
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +177 -0
  163. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command.html +17 -16
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +71 -44
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +203 -48
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +10 -10
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +219 -0
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +94 -94
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +33 -33
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +39 -39
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +219 -12
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +31 -28
  212. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +22 -23
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +9 -6
  217. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +17 -7
  219. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  230. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  232. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/server/package.html +22 -8
  239. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  240. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +14 -5
  257. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +12 -12
  259. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +77 -0
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +17 -0
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +5 -0
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +8 -0
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +136 -1
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +114 -0
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +92 -0
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +37 -0
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +70 -0
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +71 -0
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +49 -0
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +83 -0
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +55 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +67 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +35 -0
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +56 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +246 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +56 -0
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +31 -0
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +219 -0
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +31 -0
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +29 -0
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +63 -31
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -1
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +85 -34
  299. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +77 -0
  300. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -3
  301. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  302. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +19 -15
  303. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +16 -19
  304. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +5 -1
  305. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  306. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +18 -5
  307. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +9 -0
  308. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
  309. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
  310. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  312. data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -56
  313. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +12 -11
  314. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +11 -11
  315. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +220 -0
  316. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +27 -27
  317. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +62 -62
  318. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +119 -106
  319. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
  320. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +38 -38
  321. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -10
  322. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  323. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  324. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
  325. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  326. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/genindex.html +642 -10
  328. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  329. data/vendor/local/share/doc/groonga/ja/html/index.html +50 -25
  330. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
  331. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
  332. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  333. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +12 -12
  334. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  335. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
  337. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
  338. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  339. data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -6
  340. data/vendor/local/share/doc/groonga/ja/html/news.html +336 -154
  341. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
  342. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  343. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
  344. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  345. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
  346. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  347. data/vendor/local/share/doc/groonga/ja/html/reference.html +38 -19
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +31 -13
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +319 -0
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +285 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +198 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +191 -24
  353. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +255 -0
  354. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +220 -0
  355. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +172 -17
  356. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +238 -0
  357. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +245 -0
  358. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +187 -0
  359. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +197 -0
  360. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +238 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +201 -0
  362. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +649 -0
  363. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +228 -0
  364. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +181 -0
  365. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +547 -0
  366. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +322 -0
  367. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +180 -0
  368. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +178 -0
  369. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
  370. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +18 -17
  371. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
  372. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
  373. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +64 -45
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +8 -8
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +207 -49
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  391. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +11 -11
  392. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +222 -0
  393. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +95 -95
  394. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
  395. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +34 -34
  396. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
  397. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
  398. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
  399. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
  400. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
  401. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  402. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
  403. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
  404. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
  405. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
  406. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
  407. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +194 -12
  409. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  410. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
  411. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
  412. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
  415. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  416. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  417. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +31 -29
  418. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -23
  420. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
  421. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +10 -15
  423. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +11 -7
  425. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
  427. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
  429. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
  431. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
  432. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
  433. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
  434. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
  435. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  436. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  438. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  439. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
  440. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  441. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  442. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
  443. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
  444. data/vendor/local/share/doc/groonga/ja/html/server/package.html +17 -10
  445. data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
  446. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
  447. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
  448. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  449. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -6
  450. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
  451. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
  452. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
  453. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
  454. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  455. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
  456. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  457. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  458. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  459. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
  460. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  461. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  462. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +16 -6
  463. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  464. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +13 -13
  465. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  466. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  467. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
  468. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  469. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  470. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  471. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  472. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  473. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  474. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  475. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  476. data/vendor/local/share/groonga/html/admin/css/groonga-admin.css +4 -0
  477. data/vendor/local/share/groonga/html/admin/index.html +28 -26
  478. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +13 -5
  479. data/vendor/local/share/man/ja/man1/groonga.1 +3418 -350
  480. data/vendor/local/share/man/man1/groonga.1 +3485 -348
  481. metadata +116 -63
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.7. Tokenizers &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>8.7. Tokenizers &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.8. クエリー展開オブジェクト一覧" href="query_expanders.html" />
32
32
  <link rel="prev" title="8.6. ノーマライザー" href="normalizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="normalizers.html" title="8.6. ノーマライザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -106,7 +106,7 @@
106
106
  <h3>このページ</h3>
107
107
  <ul class="this-page-menu">
108
108
  <li><a href="../_sources/reference/tokenizers.txt"
109
- rel="nofollow">ソースコードを表示</a></li>
109
+ rel="nofollow">ソースコードを表示(英語)</a></li>
110
110
  </ul>
111
111
  <div id="searchbox" style="display: none">
112
112
  <h3>クイック検索</h3>
@@ -137,7 +137,7 @@
137
137
  <li class="right" >
138
138
  <a href="normalizers.html" title="8.6. ノーマライザー"
139
139
  >前へ</a> |</li>
140
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
140
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
141
141
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
142
142
  </ul>
143
143
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.4. データ型 &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>8.4. データ型 &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,10 +26,10 @@
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 v3.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.5. テーブル" href="tables.html" />
32
- <link rel="prev" title="8.3.30. truncate" href="commands/truncate.html" />
32
+ <link rel="prev" title="8.3.31. truncate" href="commands/truncate.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="tables.html" title="8.5. テーブル"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="commands/truncate.html" title="8.3.30. truncate"
62
+ <a href="commands/truncate.html" title="8.3.31. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -196,14 +196,14 @@
196
196
 
197
197
  <h4>前のトピックへ</h4>
198
198
  <p class="topless"><a href="commands/truncate.html"
199
- title="前の章へ">8.3.30. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">truncate</span></tt></a></p>
199
+ title="前の章へ">8.3.31. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">truncate</span></tt></a></p>
200
200
  <h4>次のトピックへ</h4>
201
201
  <p class="topless"><a href="tables.html"
202
202
  title="次の章へ">8.5. テーブル</a></p>
203
203
  <h3>このページ</h3>
204
204
  <ul class="this-page-menu">
205
205
  <li><a href="../_sources/reference/types.txt"
206
- rel="nofollow">ソースコードを表示</a></li>
206
+ rel="nofollow">ソースコードを表示(英語)</a></li>
207
207
  </ul>
208
208
  <div id="searchbox" style="display: none">
209
209
  <h3>クイック検索</h3>
@@ -232,9 +232,9 @@
232
232
  <a href="tables.html" title="8.5. テーブル"
233
233
  >次へ</a> |</li>
234
234
  <li class="right" >
235
- <a href="commands/truncate.html" title="8.3.30. truncate"
235
+ <a href="commands/truncate.html" title="8.3.31. truncate"
236
236
  >前へ</a> |</li>
237
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
237
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
238
238
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
239
239
  </ul>
240
240
  </div>
@@ -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 v3.0.5ドキュメント</title>
10
+ <title>検索 &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
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 v3.0.5ドキュメント" href="index.html" />
30
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -60,7 +60,7 @@
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 v3.0.5ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -104,7 +104,7 @@
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 v3.0.5ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{"\u51fa\u6765":[33,53,5],localstatedir:[109,76],"\u3082\u3089\u3063":2,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[26,68],"\u811a\u6ce8":[9,2,34,48,39,118],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[106,68,72,112,18,76,85],"\u79d2\u60c5":18,"_column":[38,79,32,109,41,52,104]," quetzal":[38,96],"\u6b63\u5e38":[106,104],"\u30d5\u30c3\u30af":54," fontaine":18,"\u5b9a\u5024":52,"/projects":106,"\u3044\u304f\u3064\u304b":[117,79,5,106,17,83,46,125,76,115,77,133],"\u89e3\u9664":[0,27,68,78],second:103,"\u4f5c\u3089\u308c":104,"\u4e8b\u524d":[47,132,8,106],"\u30de\u30af\u30ed":18,"\u30b7\u30f3\u30dc\u30eb":49,"\u5f15\u3044":105,here:103,onga:22,"& ":[46,105,47,100,16,50,52],china:91,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":114,"&&":79,"\u4e0e\u3048":[46,2,91,47,68,40,29,52],"\u30b0\u30cb\u30e3\u30e9":129,"\u4e2d\u8eab":[2,121,104],"_output":[1,110],"\u30c8\u30fc\u30af\u30f3":[5,105,86,66,100,109,58,18,132,43],"\u7ffb\u8a33":59,"\u300c\"":68,"\u300c#":[129,109],"\u300c ":79,"\u300c,":112,"9e":132,"9f":3,unix:[95,41,76,94,89],txt:[57,85],"\u5ea6\u6d6e":34,"\u5bfe\u7167":83,"_check":125,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,"\u975e\u63a8":[18,52,9,43],music:33," suffixsearchterms":[105,128],tokenize:[38,21,32,52],"_flags":52,"[pkg":[18,52],"\u30d6\u30ed\u30b0":59,"\u6709\u529b":108," opened":103,"\u7f6e\u304f\u4f8b":76,"\u4e0b\u304c\u308a":47,"\u5f15\u6570":[52,0,51,46,12],"\u300cv":106,"(pos":[39,118]," json":[40,3,37],"_command":[95,1,2,3,121,94,55,41,29,89,37,6],"\u7518\u6817":129,"\u6709\u52b9":[102,79,5,63,128,106,10,93,11,68,22,40,29,52,76,18,43,90,104,6],"\u4e00\u6b69":2,"\u30e1\u30fc\u30eb":[61,85],"/functions":125,example:[33,2,91,10,50,29],"/blog":106,"<groonga":104,travel:129," travis":54,"\ngpg":106," hobby":103,types:[36,108,86,94,58],"\u63fa\u308c":64,"_resource":1,"\u901a\u5e38":[79,5,2,128,10,34,12,95,6,52,132,124,77],"\u5148\u982d":[79,2,6],"\u500b\u5b9a":87,wing:52,"\n]\n":112,"\u3042\u305f\u308a":[18,109],"\uff11\u5bfe":87,"\u30d1\u30c8\u30ea\u30b7\u30a2":[38,100,2,111,52],"/new":106,"\u8fd4\u3063":[129,105,128],"-code":106,"\u8fd4\u3057":[5,2,36,63,8,37,79,9,105,81,108,41,102,45,46,86,55,16,80,52,89,118,92,22,39,58,127],fix:41,"\u78ba\u7387":108,"\u5404\u7d22":2,"_o":[1,121],"_n":52,"_i":[1,121],"_a":[1,121]," support":71,"\u30d7\u30ed\u30c8\u30b3\u30eb":[126,38,1,93,6,52,104],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":9,"\u3082\u3063\u3068\u3082":125,"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,133],"_select":59,"(point":[39,9,118],"_deadlock":[1,121],debug:103,"_$":[108,43],"_\"":18,"\u306b\u3042\u308a":43,"*\"\n":53," precise":[38,96],rd:[47,100],rf:90,moritapo:33,rc:[5,103,1],ro:5,rk:36,"\uff01\uff09":[36,86],"\uff01\uff08":85,"\u5909\u5316":93,"\u5168\u90e8":121,".msgpack":3," kinjirou":33,"\u307e\u308d\u3086\u304d":99,"\u771f\u507d":[10,52,34,105,128],libedit:[18,0,76,109,52],"\u5f31\u70b9":93,"\u8fd4\u308a":[50,79],"\u8fd4\u308b":109,"\"localhost":29," must":16,"_locks":[1,121],"\u5024n":[92,102,63],"\uff08age":43,"\u304a\u3055\u307e\u308b":50,mingw:[18,106]," processed":103," brew":60,"\u6607\u964d":79,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[52,5,2,68],"\u4f7f\u308f":[79,5,128,106,66,113,132,1,121,52,36,18,54,124,43],"-benchmark":52,"\u533a\u5207\u308a":[102,126,79,5,2,3,91,108,10,93,34,128,68,40,92,112,63,58,52,105],"\u533a\u5207\u308b":[109,124],"\u610f\u8b58":43,listen:[52,68,37],"_the":16,".git":[74,106,85],"{table":[83,79],"\u306e\u3059\u3079\u3066":37,"(comments":16,"-common":52,"_update":[79,1,128]," license":71,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[38,90,5,32,117,11,94,107,52,43],"\u4f7f\u3048\u308b":[128,68,52,18,76,54],"\u304b\u3069\u3046":[47,102,1,63,76]," and":[79,71,22,83,6,103,53],"-port":[68,104]," any":[16,83],"\u300csubmit":106,object:[34,105,121],"\u7d22\u7528":[38,111,43],"\"black":132,microsecond:103,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":88,entry:[49,63,92,67,40,119,110,102],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":37,"\u533a\u5207\u3063":[79,5,121],"\u4f7f\u3063":[61,5,2,64,34,100,1,72,6,76,8,37,99,117,79,105,106,10,11,83,113,43,116,33,46,86,47,88,50,29,121,52,124,54,90,132,128,22,95,107,96,59,85,60],"\u30d1\u30a4\u30d7":49,"\u4f7f\u3048":[79,105,133,113,128,52,18,43,115,54],"\u4f7f\u3046":[0,5,35,7,52,76,104,117,79,106,57,108,11,109,112,43,46,18,54,90,20,94,95,107,96],"\u4f7f\u3044":[5,34,6,76,37,38,79,80,105,108,11,82,113,85,46,117,18,123,124,54,90,132,93,94,22,95,107,43],"\u66f8\u304d\u8fbc\u307f":[129,76],"\u66f8\u304d\u8fbc\u307e":42,"\u30d0\u30a4\u30ca\u30ea\u30fc":95,layout:106," senna":52,".fedoraproject":90,cpu:[93,104,76,6,37],"2byte":121," candidate":108,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":66,"\u79d8\u5bc6":106,"\u30a2\u30d4\u30fc\u30eb":106," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":52,"\u91cd\u307f":[38,79,128,47,83,52,111],tips:59,"\u30c8\u30d4\u30c3\u30af":106,"\u91cd\u3044":[93,79],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[38,109,21,32,12],"\u5b9f\u9a13":52,"\u91cd\u304f":47," registered":22,release:106,"\nload":[9,112],"\u69cb\u9020":[33,46,93,12,95,66],"\u5e83\u304f":[129,106],"[linux":52,result:[9,46,3,121],"<port":[68,104],"\u5206\u304b\u3061":93,wikipedia:34,score:[33,79,46,2,105,86,47,108,58,50,83,41,9,52,36,53,129,89],"\u611f\u3058":129,shidara:18," sites":112,"\u539f\u99c5":50,country:[29,91],"\u66f8\u304d\u8fbc\u3093":129,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":132,"\u66f8\u304d\u8fbc\u3080":104,"\u540c\u69d8":[33,79,46,106,10,35,50,29,104],pre:71,"\u5931\u6557":[109,2,128,106,7,41,52,18,89,43],"\u3044\u304f":5,"\u95a2\u6570":46," formats":103,diff:104,"\u5404\u7a2e":106,"\uff08node":54,"\u3044\u3046":79," array":88,ann:106,"\u30ab\u30f3\u30de":[79,63,105,91,92,40,112,102,2],worker:87,"\u305f\u307e\u307e":37,"-message":96,"/function":106,"_sel":71,"\u3069\u3093":[75,67],"#set":104,"\u3069\u308c":[95,79,37,43],"_set":52,"\"sound":86,"\u65ad\u7247":22,"\u4ee3\u8868":93,"\u79d2\u6570":[95,79,63,105,10,129,34,55,92,102],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":52,"\u3069\u306e":[79,9,86,35,118,5,76],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":18,"1\u4ef6":[47,129,119],"_rectangle":[38,0,32,109,52,18,115],"\u3069\u3053":[18,76],"\u30df\u30ea\u79d2":[34,50],"\u7121\u8996":[102,79,5,63,128,47,66,109,68,92,119,112,52,18,124],"\u3002rst":13,"\u5fdc\u7528":93,"\u3069\u3046":[0,31,4,48,79,49,47,25,110,6,42,52,119,78],"\u30e2\u30fc\u30c9":[26,46,2,29],"\"blt":112," hash":129,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[47,86,5,100,43],"\u30c4\u30fc\u30eb":[13,85,96,38]," hashtags":129,"_result":1,"\u4e00\u6c17":106,"\u5317\u4eac":9,easy:13,has:106,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":52,"\u7c21\u7565":52,"\"content":[79,105,128],"\u9001\u308b":[61,121,37,85],"\u9001\u308a":121,"\u30d0\u30a4\u30ca\u30ea":[72,106],"_broken":1,"\nmore":16,"\nrep":104," tokenmecab":47,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":35,">command":3,"_error":[1,121]," options":6,"-unauthenticated":[52,11,107],"\u30d4\u30ea\u30aa\u30c9":[49,53],old:106,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[68,5,2],"|suggest":108,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":52,"\u5358\u8a9e":[52,79,128,113],groogna:[52,37],"\u9001\u3063":[57,61,59,85],"for":[105,17],bottom:[18,39],"\n[\"":22,".asc":106,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":52,ichii:18,"\u5206\u985e":10,"\u3067\u3082\u3046":61,"\npartial":46,"\"starttime":3,"\u306a\u3055\u3093":59,"\u65e2\u5b9a\u5024":98,"\u305b\u3044":52,"_size":46,".am\u30d5\u30a1\u30a4\u30eb":106," main":107,"\u89e3\u91c8":[109,46,112],"_range":1,support:71,offgao:129,"_process":[1,121],"\u305b\u306a":[105,128],"\u3086\u304d\u3072\u308d":99,thesaurus:79," ftb":71,"/tsv":[124,7],"\u5fa9\u65e7":52,"\u8981\u7d20":[95,1,2,68,22,40,46,63,102,52,104]," uint":[33,79,105,128,16,52,53,43],"\u3002sortby":79,"\u306e\u304b":[129,100],"\u9006\u5f15":33,"_sequence":[1,121],"\u306e\u3044":[51,63,4,93,34,68,40,9,50,25,121,46,102],"_records":52,"''":11,"'\"":52,"' ":[117,33,79,71,105,107,10,129,34,11,83,47,50,103,52,90],"'.":85,"'-":68,"')":[126,79,63,92,68,102],"'(":68,"\u306e\u306b":[38,94,73,52],"\u306e\u3061":79,"\u306e\u3067":[79,9,2,124,106,83,10,93,100,22,95,16,98,18,26,52,85,47,53,37,43],"\u3002set":104,"\u306e\u307f":[93,46],"'\n":[33,79,9,2,99,47,128,82,83,50,105]," city":9,"'t":6,"'s":[95,79,105,128,82,40,16,103,85],moero:33,"\u3089\u308c\u308b":[52,46,100,93],"\u88dc\u3046":93,"'a":16,"\u305b\u308b":[46,93,83,26,125,43],"'n":68,"'m":[82,53],"-latest":59,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":64,"-tar":15,"\u305b\u308c":93,"\u6bb5\u843d":49,"_count":[29,55,2,3,6]," complete":[36,108],"\u5165\u529b\u30df\u30b9":86,time:[129,86,10,108,58,103,47,52,36,18,127],push:106,"\u304a\u3053\u306a\u3063":2,":/":[2,3,68,72,6,74,76,37,117,80,106,10,11,112,85,33,15,50,29,54,126,90,91,107,26,60],"\u53cd\u6620":[93,46,106],"\u7b26\u53f7":1,":$":[128,99,105],": ":[44,38,0,51,106,67,109,12,40,1,46,18,59,76,54],"\u6d41\u308c":59,":\"":2,"\u5c0f\u897f":52,":=":[79,128],":>":[79,128],"\u3002rroonga":113,"::":[1,3],netbsd:109," tokentrigram":5,"\u7aef\u672b":93," all":[103,79,105,128],":\n":[29,54],"_builtin":18," elfring":52," installer":106,dragonfly:109,"\u500b\u5225":106,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":52,"-root":[26,109,68]," systems":22,exact:46,"\u3002travis":54,minute:103,".body":[67,27,64,78],"\u30b9\u30af\u30ea\u30d7\u30c8":59,"{language":85,"\u6e08\u307f":[117,49,90,5,106,86,34,11,98,40,107,18,36,52,124,8],":@":[33,79,2,128,10,129,83,29],":\\":72,":^":[99,128],":[":104,":public":106,"\u8ad6\u7406\u548c":[79,46],"\u7d50\u3073\u3064\u3044":87,"\u305f\u3055\u3093":[18,0],"\u7d50\u3073\u3064\u304f":87,sign:106,"\u5316\u4f5c":106,"\u4e8c\u9805":105,".ncpu":60,"\u7d4c\u904e":[95,51,105,10,129,34,55,18],"\u30bf\u30d6":[124,3,121],"\u4e3b\u8981":96,"'='":68," yoji":18,"\u76ee\u5b89":106,"\u30bf\u30b0":[38,80,105,106,66,109,22,52,18,111,43],"\u6d41\u3057":106,address:[18,121,52],"\u30a2\u30ab\u30a6\u30f3\u30c8":[106,17]," string":[94,81],"\u4e3b\u30ad\u30fc":[102,38,63,92,109,40,119,52,75,77],queue:87,"\u8b66\u544a":[52,79,51,109],"-filter":[99,83,22,16,18,52,115,105],"\u5ea6\u6570":[10,18,50,105],"` ":3,ipa:[13,90,117],pentium:104," \u3044b":[47,100],"\u6587\u5b57\u5217":[38,79,5,63,81,92,95,113,22,40,9,102,52,119],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[46,68]," entry":[49,31,63,92,67,48,40,119,110,102,27,78],"\u4e88\u3081":[34,68],"{\"_":[33,79,128,10,50,105],"|table":43,"\u30d5\u30a9\u30ed\u30fc":17,"/header":15,"\u3060\u3063":[47,52,79,51],"``":[0,109],"\u3001 ":[5,2,64,66,34,29,7,76,37,117,79,9,105,10,83,113,115,85,50,52,124,132,128,129,22,95,43,6],visual:[18,72,52],"\u30ec\u30d3\u30e5\u30fc":106," version":[71,3]," run":6,"\u3060\u3044":18,"\u3060\u3051":[5,133,66,1,72,7,52,89,37,117,79,80,105,106,10,11,82,85,46,47,16,18,53,124,90,128,22,107,96,43,60],values:[40,102,63],"\u3060\u3057":[18,104],"\u5024\u8a18":105,"\nnotice":[4,25],logrotate:52,"\u5897\u3084\u3059":125," }\n":[129,6],"\u6a19\u6e96":[0,31,2,4,67,68,25,6,102,75,78,51,40,110,63,42,114,112,48,49,88,119,84,52,126,55,92,26,27,97,29],chroot:106,"\u30d2\u30e5\u30d9\u30cb":[9,118],date:104,such:22,data:37,"/dictionary":109,ss:[103,105],"/javascript":18,st:5,sh:54," bug":[52,71],se:[36,5],"\u540c\u3058\u6570":[68,6,37],"[yum":52," english":[79,17],"\u30a2\u30c9\u30ec\u30b9":[18,68,29,104],"\u540c\u671f":[106,104],"\u4f55\u500b":79,"\u4f7f\u308f\u305a":83,records:103,"\u8d85\u3048\u308b":[10,52,66]," description":[129,100],config:[0,51,72]," rake":106,"_dat":[128,75,52,18,43,105],"_dataset":130,"\u4e26\u3073":[100,105,91],"\u4e26\u3079":[38,111],gtar:15,indexblog:53,"\u30d8\u30c3\u30c0\u30fc":[52,1,37],"\uff1f\u3000":104,"-offset":79,"\u8a73\u7d30":[117,85,79,5,2,125,83,47,34,11,90,95,107,6,7,26,52,76,104,43],"\"search":[36,86,128,58],"\"type":108,"\u6700\u5c0f\u9650":6,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":66," segments":88,mime:37,"byte":[52,22,104,121],"\u7d20\u65b9":93,"\u30d9\u30af\u30bf\u30fc":[18,79,52]," country":91,"[backquote":128,"\u4e00\u610f":[49,68,77],one:22,submit:[36,108,86,58]," epel":90,"\u5bfe\u7b56":[38,73]," locks":22,"\"sphr":118,"=encoding":96,".co":[79,71],"#'":68,"\u8fd4\u4fe1\u5143":129,"\u8fd4\u4fe1\u5148":129,"\u306b\u5bfe\u8c61":18,translate:85,"\u540c\u6642":[79,51,93,87,50,104]," nonexistent":79," vector":52,"\n..":112,"\u4e16\u754c":[9,10,34,39,50,118],argument:105,sae:[108,86],"\u4e21\u65b9":[79,129,99,93,128,82,66,36,105],say:105,"/span":22,"/ubuntu":[52,98,11],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":52,"\u30ea\u30b9\u30c8":[102,33,79,2,105,106,92,124,67,35,68,40,128,63,75,74,52,132,28,85]," dump":[18,112],uuuuuu:105,"\u5ea6\u5408\u3044":47,"-with":96,"[[\"":88,"\u5fdc\u7b54":[52,93],buffer:88,debhelper:18,"-type":[18,86,58,37,36],"\u30b9\u30da\u30fc\u30b9":[18,79],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":59,"\u9589\u3058":[18,66],"\u4ef6\u6570":[79,2,47,100,40,84,77],"\u5217\u6307\u5411":[93,68],"_cursor":[52,109],xml:[18,109,52],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:132,"\u5927\u4e8b":124,"\u4e00\u6642":[38,9,32]," checked":106,"\uff08tokenbigram":47," url":[80,112],resource:121,".php":106,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[95,38,21,32,52],"\u76f4\u63a5":[129,112],up:3,"\u7a7a\u767d":[5,2,128,47,93,68,40,58],"\u7528\u79d8":59,"\u898f\u5247":52,".content":[79,128,82,16,53,105],"|ng":79,sites:112," are":[79,83,22,16,103,52,85]," zxvf":106,"\u5927\u4e08":61,jobs:104,"\u904e\u53bb":106," be":[16,103],"@tomotaka":18,"\u8fd4\u3059":[0,31,64,4,68,25,18,104,78,105,108,110,37,42,48,55,50,119,121,52,49,127,109,27,84],"\u30b3\u30ed\u30f3":49,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":64,"_otoj":125," by":[103,16,128,83,52],"\u6b21\u56de":[51,106],"-mecab":[117,52,90,11,107],"_t":1,"_syntax":1,"(xxx":52,"\u542b\u3080\u5024":[68,2],"\u5468\u4e0a":118,"_synonyms":124,"'ja":85,enable:[55,109,5,106],"\u6607\u9806":[50,2,79],"\u5b9f\u884c":[93,59]," fork":85,"-bye":[79,105,128],"\u304a\u3051\u308b":[44,33,2,128,10,93,34,52]," configure":[47,52,105]," form":[132,128]," autogen":106,"\u7406\u89e3":[79,2],"\u3002filter":[50,119],"?table":[29,37]," ruby":106,ctrl:29,"\u30af\u30ea\u30fc\u30f3":106,ivh:[117,90],"@lists":[106,17],".md":106,pthread:18,"\"}\n":[40,82],"\u3002squeeze":125,ascii:[105,128],"\u633f\u5165":[52,2,22,68,106],hostname:[26,68,6],"_filter":[38,115,32,52],"<path":68,"\u3002\u3057\u304b\u3057":[79,9,86,93,34,82,96,18,132,37],"_at":[47,52,109]," tokendelimit":5,"error\u30bf\u30b0":52,"\u8ab2\u984c":59,cmake:[52,76,72],"\u5b9f\u88c5":[79,9,26,6,52,18,133,37,85],"_date":106," added":71,"\u5217\u8868":34,"\u6b53\u8fce":59,"_normalize":[79,71,2,64,47,129,128,22,132,82,83,52,53,105,43],"\u53d6\u308a\u51fa\u3055":10,"\u53d6\u308a\u51fa\u3059":[10,109,46],"_retry":1," rst":13,"\u6771\u4eac\u90fd":[47,129,100],"(r":104,gdb:125," akio":109,"(a":54,"_pack":96,"\u30cb\u30db\u30f3":36,"([":45,"(_":[36,108,86,105,58],"\u30d1\u30e9\u30e1\u30fc\u30bf":[18,52,38],"\u30fb\u5186":93,dcmake:72,"\u6c4e\u7528":[68,104],"\u639b\u3051":105,rubygems:52,"(<":46,"(=":[1,105,46],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":106,"((":79,"()":59,"(.":[53,106],"(-":105,"(\"":[9,2,68,22,83,52],"( ":[52,68],"(!":46,"('":[49,79,2,92,68,40,102,63,77]," real":22,intel:104,"_but":46," read":22,"\u95a2\u308f\u3089":104," ssh":106,"\u4f4e\u901f":91,"\u4ed5\u7d44":[37,85],conditional:108,yyyy:[103,105],"_supported":[1,121],"\u30d5\u30a9\u30f3\u30c8":13," tokenizer":5,ddl:47,lucid:[109,11,106],"/httpd":[98,6],"\u8a18\u4e8b":[82,53,106],"\u5168\u6587\u691c\u7d22":[52,43]," handled":6,";\"":52,"; ":[68,6,104],"\u5ec3\u6b62":51,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[18,37],"\u304b\u3048\u308b":91,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":132,";\n":[104,6,37],"\u30ec\u30d9\u30eb":[4,52,25,68],"\u7b97\u51fa":[52,79],"\u7403\u9762":[9,118],"_prefix":96,"<encoding":68,"\u30e9\u30f3\u30ad\u30f3\u30b0":2,emacs:85,"\u30aa\u30fc\u30d7\u30f3":[18,52],complete:[36,108,8,52],"_empty":[1,121],"with":[2,106,47,49,18,76],"_types":37,"\u697d\u3057\u3044":[47,100],"_incompatible":1,"\u304a\u77e5\u3089":38," distance":9,ac:132,uid:106,"\u30b7\u30fc\u30b1\u30f3\u30b9":[36,86,58],"\u30ec\u30b9\u30c8\u30e9\u30f3":93,"| n":105,as:5,ar:[47,5,100]," \\\"":16,"| c":105,"| _":50,"\u3002messagepack":[95,76],shimomura:52,"\u4e00\u65b9":[2,105,83,10,93,22,16,53,47,128],"\u30c7\u30d0\u30c3\u30b0":[88,5],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[52,72,104],"]\n\n":[129,29],"\u304c\u3068\u3046":129," wheezy":18,queryexpandertsv:[38,32,83,7,52,19],"_such":[1,121],original:99,"\u6587\u6cd5":[38,111],senna:52,"\u4ed8\u968f":[31,48],"\u30c7\u30fc\u30bf\u30d9\u30fc":18," default":[83,103]," upload":106,getaddrinfo:52,"\u5408\u8a08":[44,47,104,88,66]," lcov":125,"-talk":[52,106,17],"\u901a\u4fe1":[59,120]," mingw":106,to:6,tail:[121,106],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[38,109],homepage:104,"/other":6," rroonga":[16,53],"\u3002column":[46,2],condition:105,"(popular":79,"\u5909\u308f\u308b":[47,22],"\u5909\u308f\u308a":[88,50,100],"\u4e0d\u5b8c\u5168":18,"\u300c\u6771\u4eac\u90fd":47,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[52,5],"&gt":22,"\u5927\u5225":10,query:[38,46,32,130,110,52],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":52,"\u7701\u7565":[79,106,40,7,52,43],"\u7d22\u6642":109,"\u3067\u306b":[47,82,7],"\u30ea\u30c6\u30e9\u30eb":[18,0,128,22,52],"\u5927\u5207":93,"\u6700\u65b0":[18,106,17],"_modified":129," }":[5,2,129,55,29,37]," httpd":106,full:[5,106],hash:[66,129],"\u30ce\u30a4\u30ba":[47,86]," https":[85,54]," returns":[16,83],"\u975e\u516c\u958b":106,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":79,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":52,"\u306b\u3059\u308b":37,followee:129,tokenizer:52,"\u30ce\u30fc\u30c9":52,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":100,follower:129,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,109],select:[38,0,51,32,109,21,130,41,52,18],"\u3002\u3002":35," apt":[52,11,106,107],mecab:[117,0,109,106,11,90,107,52,18,76],"\u3002\u300c":[33,79,5,105,128,53,43]," api":[59,123],more:121,"\u30c6\u30ad\u30b9\u30c8":[80,106,109,94,22,132,5,52,43,104,85],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":33,"\u518d\u5229":[66,79,77],"_argument":[1,121],"_messages":[106,85]," db":[26,2,3,29]," debootstrap":106,"_adjust":46,"\u6bd4\u8f03":[38,79,128,109,52,104]," fumiyasu":18,scan:125," libedit":117,accept:109," !":[52,105],gronoga:6," dataset":101,information:103,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":18," demo":33," pkg":15,"\u300ccommand":26,"=dat":52,"\u52d5\u7684":[93,38,109,32,52],"\u5b9f\u884c\u4f8b":[52,125],"\u5019\u88dc":[36,108,8,86],"\u306b\u3059\u3050":82,"\u30fb\u81ea\u5df1\u7d39":129,"\u559c\u3073":[57,85],github:[61,106,52,74,18,85],tokenbigram:[79,5,2,105,86,47,66,100,128,75,28,43],register:[38,21,94,32]," path":[103,6,7],replied:129,"\u666e\u53ca":93,"\u52d5\u753b":33,"\u8f09\u305b\u308b":106," liblzo":[107,11],replies:53,its:61,".rpm":[117,90],"\u63a5\u7d9a":[2,87,68,97,114,52,104],"[tokenizer":52,"_weight":49,"_ci":132,"\u6271\u3044":[10,36,51,100,133],"\u6271\u3046":[1,105,47,93,17,52],"\u6271\u3048":[70,12],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":52,"\u5c0f\u306a\u308a":113," outputs":103,messagepack:[18,76,52],"\u6271\u3063":[129,0],"\u30ad\u30e3\u30b9\u30c8":[52,109,128,129],"[doc":[18,52],"\ndeb":[107,11],"\u534a\u89d2":[132,2],"\u540c\u7fa9":124,"\u9ad8\u901f":[33,0,46,2,105,133,66,35,68,93,128,9,52,18,118,37,43],operation:121,"\u6271\u308f":[79,5,128,10,35,47,52,132,104],really:[79,105,128],"\u524d\u8005":[50,132,124],"\u9001\u308a\u65b9":59,"\u30ab\u30d0\u30ec\u30c3\u30b8":59,"\u30de\u30eb\u30c1\u30b3\u30a2":93,"\u6e2c\u7528":0,"\u305d\u308d\u305d\u308d":2,"/rab":[50,2,91]," log":[38,106,32],"/etc":[98,106,11,107,6,52,124],"\u6975\u4ed8":[9,118],"_hit":[29,55,2,3,6],"\u3053\u3053\u3067":106,"\u30a6\u30a7\u30a4\u30c8":49,"_user":[6,37],"-keyring":[52,11,107],"\u7d4c\u7531":[31,63,4,67,25,75,102,78,106,110,112,42,114,48,55,88,119,84,52,49,92,109,27,97],number:[88,105],"_pipe":[1,121],"\u3059\u3079\u304d":46,"\u7d42\u308f\u308b":[82,105,128],"\u30b3\u30d4\u30fc":[52,112,106],"|enable":5," process":103,"\u30c9\u30e1\u30a4\u30f3":91,"\u3057\u304b\u3082":133,"_stack":1,"\u642d\u8f09":93," tweets":82," halfwidth":132,"\u5b66\u7fd2":[38,108,109,131,52],"\u56de\u547c":109," user":[33,22,104,83]," uses":103,"_db\u30d5\u30e9\u30b0":18,"\u60f3\u5b9a":[55,33,112,88],"\u5b9f\u969b":[44,33,79,64,47,129,67,53]," ci\u4e00\u822c":54,"\u52d5\u74b0":126,"\u66f8\u304d\u63db\u3048":[106,54],gted:85,qps:[126,104],"\ngroonga":[18,51,130],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[109,68],self:104,"_lock":18,also:[22,105],"-msgpack":37,mroonga:[79,80,105,83,93,16,52,53,124,128],"\u8a18\u53f7":[47,68,100,2,109],"\uff08todo":105,"\u306e\u3069\u3061\u3089":[79,105],"\u3060\u3055\u3044":[61,2,72,29,74,76,37,79,105,106,11,85,15,121,52,124,125,54,132,128,93,95,96,59,43],"\u5b57\u5217":[18,34,128,43]," full":22,exe:[72,106],ext:5,"\u6d3b\u304b\u3059":79,"<limit":68,"_processes":1,microsoft:72,"\u3057\u304b\u3057":[79,105,47,100,53,124,37,85]," longer":71,"/command":[29,6,12],xcode:60," item":[36,108,86,58],"-memory":109,"\u77e9\u5f62":[39,50,93],columnn:52,"\u6642\u306b":18,"\u51e6\u7406":[0,5,63,100,37,1,6,102,104,79,105,77,85,46,50,121,52,128,92,93,109,21,22],"\u5225\u9014":[34,91],"\u30bf\u30fc\u30b2\u30c3\u30c8":52,columns:[40,52,109,63,102],"]]]":[47,108,110,105],"\u5fc5\u305a":[79,51,121,43],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":37," palalles":106,"\u53c2\u52a0":[59,17],"_point":[33,118],"\u30ed\u30b0\u30ec\u30d9\u30eb":68," threasd":68,"-github":106,bytes:44,"\u6c7a\u3081":43," serve":106,"\u7528\u610f":[79,46,106,86,9,58,36,76,8,104]," normalizermysqlgeneralci":132," palallel":106,"\u3082\u3057\u304f":[117,90,105,106,10,34,94,29,52,53,128],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[18,0,109,125,52],"\u51fa\u73fe":[93,108,70],sed:[18,52],sea:[36,5],sen:71,"\u8a00\u8a9e":[59,46]," code":[95,103,3,85],juman:[117,90],currently:6,"\u65e5\u4ed8":[93,9,106],"\u3068\u3068\u3082\u306b":10,"\u3082\u3057\u308c":124,"<span":22,"\u7a7a\u6e2f":129,"\u304c\u3064\u3044":[52,109,66],javascript:[26,38,6,111,29],"\uff09\uff08":43,"\u500b\u4eba":76,"\u6790\u5668":93,"_already":[1,121],"\u77e5\u308c":94,last:129,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[93,104,113],"\u578b\u5909":18,connection:121,"\u53ef\u5426":2,pdf:59,"<#{":103,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":52,load:[38,0,51,32,109,21,41,119,112,52,18,78],");":46,"):":[98,106],"@ceekz":52,"\u30b9\u30ec\u30c3\u30c9":[93,87,68,12,37,104],"))":[79,124,105],"\u30ca\u30ce":[95,109],")-":106,"),":[49,52],").":[22,106],"_exec":1,")\"":[128,52,80,22,64],".htpasswd":[6,37],")'":[33,129,105,86,108,22,16,50,58,36,128],"[rpm":[18,52]," sample":104,"\u7c21\u6613":[98,9],")\n":[45,71,106,9,83,46,103,118],"\u30d1\u30e9\u30e1\u30bf":12,shinya:52,"\u3067\u307e\u3068\u3081":124,")]":52,"-api":57,"\u3067\u306a\u3051\u308c":105,"\u5236\u9650":38,error:[95,103],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[18,52],"_nromalize":132,"\u632f\u821e\u3044":[52,83],"\u63a1\u7528":[47,93,29],"<=":129,"\u5316\u524d":77,"< ":105,"\u4e00\u7fa4":46,">\n<":3," file":6," tweet":82,"\u56de\u52d5":104,alert:103,ifexists:40,stack:[52,121],"\u7121\u99c4":93," digits":103,"\u8981\u6c42":[16,2],"-path":[106,96],"_file":[1,95,6,124,37,121]," time":[10,47,129,104,103],mysql:[117,90,5,106,93,11,107,71],"\u5316\u51e6":[18,77],"\u30bd\u30fc\u30c8":[33,0,109,38,66,35,79,108,52,18,111],"3\u4ef6":129,"_files":[1,121],location:[95,6],input:[40,95,121]," speakers":17,emergency:103,"\u3002db":[18,46,2,29],"\u30cf\u30c3\u30b7\u30e5":[55,52,106,88],"\u30bd\u30fc\u30b9":[38,106,96],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":106," \u4e0a":74,"\u540c\u7b49":[100,104],"\u308f\u3051":[10,36,79,5,105],"\u4ed5\u65b9":59,"\u30d6\u30ed\u30c3\u30af":[93,6],"_flow":[1,121],"_bool":109,"\u30af\u30ed\u30fc\u30f3":76,"}]\n":10,"\u4f9d\u5b58":[38,96]," tablename":51," other":16,"\u4e0a\u4f4d":47,wget:76,"\"yu":112,garbage:52,"\uff11\u4ef6":102,"\u3088\u308a":[64,34,100,52,36,76,104,79,9,105,10,82,43,46,47,18,118,124,128,129,109,96],"|key":[79,2,64,47,129,128,22,82,83,99,105,53,43],"\u30d5\u30a9\u30ed\u30ef\u30fc":106,pcre:52,"\u56fd\u969b":85,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,111,52]," curl":[60,3,37,6],"\u5074\u9762":93,"\u6574\u3063":125,link:[10,29,91],line:95,"\uff08ci":54,posted:129,"\u8868\u3059":[45,5,33,10,35,49,9,46],"\u3088\u30fc":129," terms":[79,2,105,88,47,68,22,83,128],"\u8868\u3057":[51,2,34,35,95,1,46,77],ul:5,"\u5206\u89e3":46,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":59,"\u3054\u3068":[5,106,87,70,83,52,12],"\u3075\u308a":108,"\u304b\u307e\u3044":2,defines:101,codes:106,taro:33,">uptime":3,"=null":[79,5,43],invalid:[79,121]," testdb":104,"\u898b\u4ed8\u3051":52,"\u7acb\u3061":95,".load":104,".dump":18," script":104,"\u53f3\u8fba":[18,109],"(nginx":98,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":121,"\u6307\u5b9a":[93,46],"\u4e00\u7dd2":[0,9,2,47,79,52,98,43],"\u3088\u304f":79,"\u3088\u3046":[0,5,63,66,35,68,6,7,102,52,76,37,38,79,51,105,106,131,82,83,104,112,13,43,46,100,88,9,18,118,124,125,54,128,92,93,109,22,95,26,132],"\u3088\u3044":[79,128,37,85],"\u3088\u3073":46,age:79,"/wgs":50,"\nerror":[4,25],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":52,oracle:[38,96],"\u3088\u3063":50,"\u8a66\u884c":93,hello:[82,105],partial:46,"\u3067\u307f":93,",\"title":2,"\u30ab\u30c6\u30b4\u30ea":[79,5],"/sysctl":60,"\u3067\u3064":64,"\u843d\u3061":[52,109],"\u3067\u306e":[95,22],"-lzo":96,"/json":[18,37],"\u3067\u3069":108,"\u3067\u3057":[15,10,105],"\u8a2d\u5b9a\u6e08\u307f":98,":..":79,"\u3067\u3059":[61,98,5,2,3,133,66,34,35,68,70,1,72,6,7,36,52,76,129,8,37,64,82,79,51,105,104,107,57,108,11,12,40,47,41,102,77,63,113,94,67,43,44,46,112,86,15,100,117,16,50,80,121,18,53,118,124,83,125,54,126,90,132,106,91,88,89,93,128,21,22,9,95,10,75,58,26,59,85,28,29],"\u3067\u3044":[10,79,105],"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,"\u3067\u304f":[59,124,79,96,54],"\u3067\u304d":[0,5,63,3,66,35,68,1,72,6,7,74,102,52,76,77,82,79,51,105,106,107,108,11,40,83,81,109,104,112,113,13,43,45,46,117,49,16,9,18,118,124,125,54,126,90,132,128,93,20,22,127,95,39,26,85,60],"\u7279\u306b":[46,106],"[snippet":22," libmsgpack":[107,11],"\u8fbc\u307f":[42,124],"\u3002time":129," under":6,"\u983b\u5ea6":108,"\u6368\u3066":18,".clean":106," update":59,"\u5f15\u304d\u7d9a\u304d":52,"this":[79,2,105,10,128,101,6,103,29],"(wgs":50,"\u30aa\u30d7\u30b7\u30e7\u30f3":[117,0,109,106,15,11,79,12,55,107,52,18,76,90,125,60],"\u4e00\u81f4\u3057":100,"\ntable":[47,129,112],video:33," [":[41,5,79,43],".xml":3,index:[33,53,71,106],"\u306e\u3067\u3057\u3087":79,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":72,"\u5224\u65ad":105,"\u5fc3\u304c":125,"\u516c\u958b":[18,109,106],"?parameter":6,let:82,ubuntu:[38,125,96,54]," memcached":29," \"":[79,9,64,129,67,128,94,88,41,29,75,53,89,104,105]," ":[5,2,64,29,36,75,89,37,99,79,51,105,10,108,82,83,41,33,86,55,16,50,9,53,128,91,129,94,22,95,58,80,132],ctx:[87,12],"\u73fe\u308c":5,"\u3067\u3082":[61,1,2,66,100,72,6,52,36,76,104,117,79,106,11,85,47,50,29,121,18,53,125,90,93,22,107,96,43,60],grnslap:[30,38,32],"\u767a\u4fe1":106,"\u30c7\u30b6\u30a4\u30f3":52,"\u9014\u4e2d":[106,86,68,121,52,36],"\u3046\u3048":[18,52],"\u4ee5\u964d":[109,106,35,68,29,18,132,125,85],"\u3002\u3064\u307e\u308a":[79,2,128],zip:[38,106,96],"<- ":37,illegal:121,"\"sea":36,"\u3044\u304f\u3064":59,"\u3046\u3061":[51,35,88,46,52,18],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":53,"\u30af\u30a9\u30fc\u30c8":[5,128]," doc":[64,106,85],"\u3059\u308b":[46,93,87,17,13,59],"\u5909\u3048\u308b":47,"\u7d4c\u7def\u5ea6":[38,111],"\u3059\u308c":[2,128,93,7,104,105],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":59,"\u3059\u3093":129,"\u4f7f\u3044\u65b9":[38,32,93],"\u6b8b\u308b":18,"\u6b8b\u308a":[79,51,124,43],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":52,"\u6e21\u3055":[52,46,9],"\u6e21\u3057":[46,63,40,29,102,2],"\u6e21\u3059":[52,2],"\u6b8b\u3063":109," actual":6,",\u3000":104,"\u306f\u6708":105,process:[38,32],"_estimate":18,"\u6295\u7a3f\u5834\u6240":129,"\u7d30\u5206":10," asami":52,"\u3059\u3050":[93,37],"\u6301\u3061":[5,68,6,46],"\u6301\u3063":[79,5,105,86,93,52,132,128]," toybox":10,"\u6301\u3064":[33,79,9,2,105,91,86,10,93,87,35,68,40,18,132,77],"-enable":109,"\u3059\u3067":[82,5,100,84],"\u3059\u3079":[79,51,112,104,66,121,5,6,46,18,36,89,129,37,78]," titles":[105,128],"\u6b8b\u3057":79,defalt:109," indexblog":53," port":[29,60],"-gqtp":[38,90,117,11,23,107,52],"\u3044\u304f\u3089":93,"_')":[49,77],"\u4e26\u3073\u9806":50,">starttime":3," msgpack":3,tomotaka:18,"\u8a2d\u5b9a":59,alloc:[29,55,2,3,6],"\u4f53\u8fd1":118,"\u9078\u629e":[93,79,9,106],allow:[52,79,11,128,107],":\\\"":40,"[httpd":52,"\u8abf\u3079":[39,118],"\u30ab\u30d0\u30fc":125," filter":16," clean":125,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":126,"\u3092\u3064\u3051":[79,128],"\u6539\u884c":[18,67,68,52],"_unavailable":[1,121],"\u6587\u66f8":[93,113],"=platform":96,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u5de6\u4e0a":[39,0],"\u5de6\u4e0b":0,"[space":128," start":[82,98],billiard:[47,100],lzo:[18,76,121,52],"\u4e00\u6642\u7d50\u679c":52,"\u53f3\u4e0b":[39,0]," fulltext":[83,5,22],"_implemented":[1,121]," hw":60,"/master":[85,54],"\u7121\u9650":[52,109]," hh":[103,105],"_none":67,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":54,"-patch":85,"\u753b\u9762":[0,106],frequency:[36,108,86,58],"\u30b3\u30e1\u30f3\u30c8id":129," subject":52,"-fd":18,"\u4ed5\u69d8":[38,51,108,109,6,52,26],"\"\uff08":36,"\"\uff09":[10,36,0,50],"_friends":33,"\u30bb\u30b0\u30e1\u30f3\u30c8":[88,27],"3ki":109,"\u63db\u3048\u308b":106,"\uff08\u300c":[47,132],"\u5897\u5927":9,"\u5bb9\u91cf":[88,79],system:15,"\u591a\u3044":[47,105,128]," video":33,"-keys":106,"\u30b9\u30da\u30eb":124,"\"weight":10,"\u304b\u3061":[79,100],"\u304b\u3064":[52,79,100,105],"_logger":52,"\u304b\u3069":[79,128,47,108,39,50,118],"\u756a\u76ee":[79,5,2,105,10,128],"\u8ffd\u8de1":59,"-time":22,"\u500d\u7cbe":34," documentations":115,"\u304b\u3051":[52,78],"\u9650\u6587":[18,43],"\u304b\u305a":52,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,"false":[128,31,99,106,10,4,34,109,48,83,49,16,41,25,110,42,105,89,119,78],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u304b\u3082":[95,94],"\u304b\u3089":[38,46,106,93,87,35,96,59,85],tokendelimitnull:[28,130],"_const":46," unix":95,"\u3069\u3061\u3089":[61,98,2,64,94,53,8,37]," six":[103,2],"\u6a5f\u80fd":[93,46]," sid":[18,88],"_hey":43,"\u3089\u308c":[79,5,2,66,67,109,75,93,50,46,52,18,53,78],"\u4e2d\u9593":[46,100],"\u3064\u3076\u3084\u304d":82,"_suffix":18,"* ":[34,105],"\u6e80\u305f":[16,50,46,129],"*\"":[53,79,130],latin1:52,"\u5168\u89d2":[18,132,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":68," shinya":52," thesaurus":79,"mo\u30d5\u30a1\u30a4\u30eb":85,"(arugment":105,"\u30ea\u30af\u30a8\u30b9\u30c8":[31,63,4,67,25,6,75,102,37,78,110,112,42,114,48,55,88,119,121,126,49,92,21,26,27,97,84],".gz":[117,90,106,15,11,60,107,76,85],"=r":52,"_initialized":[1,121],"'localhost":[126,68],"=c":72,"=i":106,"=\\":[80,22],"\u30ea\u30ea\u30fc\u30b9":[59,120],"\u5316\u5bfe":85,means:103,"==":105,"=$":[76,106,85],"='":80,"= ":[52,50,99,105],"\"ellip":118,"=\"":[15,106],"=-":76,"=/":[124,76,68,125,106],db2:37,"/html":[18,37,85],">cache":3,"\u307b\u3068\u3093\u3069":12,"_search":[18,108,52]," released":[71,106],"\u64cd\u4f5c":[38,79,46,105,10,93,68,72,113,111],travis:116,"\u7cfb\u5ea7":[39,118]," queries":22,"/doc":106," the":[105,83,22,16,6,52,103,128],"\u3002debian":125,"\u306b\u3064\u3044\u3066":[61,116,5,2,4,94,34,100,68,70,25,31,7,36,52,76,37,78,117,79,51,106,107,10,108,11,40,83,41,102,84,63,42,110,115,67,43,30,45,46,112,86,15,48,1,16,9,121,114,18,89,118,124,54,49,90,129,128,88,92,93,81,21,127,39,119,75,58,59,27,55,97,60],"\u51fa\u529b":[13,59,125,93],"\u8ffd\u8a18":[52,106],"_connected":[1,121],"/var":[98,76,68,6],configuration:52,"2\u4ef6":129,"/status":[126,29,3,37,6],valgrind:125,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[128,66,109,18,43,105],etc:[11,6,37],"\u653e\u68c4":[92,102,63],":\u5206":129,ch:5," \"@":129,"\u533a\u5225":[34,79,99],cd:[117,90,15,11,60,107,76,85],variety:33,"\u7d99\u7d9a":[52,68,54],"\u591a\u69d8":93,zenigata:33,"\u66ff\u3048\u308b":[2,91],"&! ":105," \"e":[36,5,108]," \"a":[16,5]," \"c":[16,72]," \"b":16,"_itoh":18," \"n":[95,79,2,105,128,55,6,29]," \"i":[95,79,128,82,53,105]," \"h":5," kana":[36,108,86,58],"_vesion":80," \"t":5," \"s":[108,5,86],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":52,"\u58ca\u308c":[18,109,88,52],"\u3068\u3064\u3044":50,"\u4fdd\u6301":[10,129,70,12],"\u518d\u5e30":[124,79,46,31,78],"\u30c7\u30a3\u30b9\u30af":0," \" ":[5,104]," \"/":[75,41],tokenkytea:52," yes":126,ultra:33,"0x":[10,52,34,121,128],"\u58ca\u3059":52,vm:52,"\u3002\n":[0,34,100,68,75,104,51,106,40,42,67,33,46,87,48,88,84,18,53,118,129,109,130],"_versions":106," migrated":[79,105,128],"\u5ea7\u6a19\u5024":18,"\u3002 ":[5,2,99,133,66,34,35,1,6,7,36,52,76,37,79,80,105,40,83,41,104,113,115,43,85,86,15,16,9,18,118,124,132,128,93,109,94,22,130,95,39,58,60,29],"\u8a71\u3057":59,"\u3002\"":[47,129,29,86],"\u3002#":[18,109],"\u3002-":[26,76,129],"\u3002.":85,"\u3002(":[117,90,46,106,68,40,53,104],"\u3002)":[53,104],"\u300cbilliard":100," download":106,"\u3002:":[2,67,100,68,72,6,36,75,8,37,79,51,106,108,40,110,104,63,13,85,102,112,86,47,49,88,119,18,125,92,58,26,43],"\u982d\u6587":121,"\u518d\u5ea6":46,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":37,v1:46,v2:46,architectures:106,php:52,"\u3002[":[52,2],"_lzo":1,off:6,"\u3002c":[57,93,1],"\u3002n":[47,5]," ci\u4e0a":54,"\u4e00\u77ed":93,ecmascript:[52,79,105,113],"\u30c7\u30a3\u30b9\u30afi":43,"\u81ea\u7531":[93,46,121,77],"\u9806\u5e8f":[47,75,67,2,79],web:[0,128,106,86,108,79,58],"\u6b63\u898f\u5316":[52,94,22],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":68,"_filename":1,dest:[126,68],"|http":104,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[18,66,105,43],tvsec:55,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[38,125,111],"\u5947\u6570":105,string2:81,"\u672c\u8cea":104,"\u3059\u304f":16,"\"rect":[52,118],"\u904b\u55b6":106,"/source":[85,90,106,107,57,11,15,72,117,76,60],"\u5727\u7e2e":[18,76,133,52],"\u30dc\u30bf\u30f3":[52,106,85],"\u53d6\u308a\u9664\u304d":46,"(debian":98,iwai:52,"\u5206z":34,"_queries":[29,55,2,3,6]," normalizers":132,"\u30c6\u30fc\u30d6\u30eb":[38,46],"\u7d42\u3048":106,"\nthis":52,"(get":126,"\u300cusers":129,"\u9805\u76ee":[88,0],"-node":90,"_remove":[18,52,21,32,38],"_started":[95,41,94,89],"\u89a7\u4e0b":125,"function":[95,121],"\u300cpopular":79,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[42,79,51,104,76],"\u30ea\u30bd\u30fc\u30b9":82,"-dd":[103,105]," comments":[16,53,112,129],sigstop:52,"-point":34,"\u4e00\u756a":[79,76,37],"\u7a7a\u6587":[34,128]," sitedomain":91," applications":22,"\u3002iptables":29,bigram:[47,100],"int":[2,3,33,34,36,79,9,105,10,108,12,83,41,45,86,47,50,52,53,128,91,129,109,58],"\u4e2d\u91ce":129,"\u69d8\u3005":[59,46],"\uff08not":113,redcloth:106,"%post":52,compared:22,"\u7570\u306a\u308b":[38,68,83,73,52,104],"\u7570\u306a\u308a":[79,128],"/message":106,"/default":[52,98],details:103,"'user":83,"/sources":[107,11],"_query":[46,86,108,58,36,52,124],"+ff":132," hat":59," has":[103,71,101],"\u672a\u5b9f\u88c5":102," available":71,eof:68,"_hugetlb":18,"-threshold":96,rep:104,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":129,"\u5927\u62b5":6,all:[52,106],"\u3070\u308c\u308b":109," deb":52,"\ntitle":106," yuki":18,"const":52,"/travis":54,spec:[52,109,106],"\u30e9\u30a4\u30bb\u30f3\u30b9":52,"\u304b\u305a\u3072\u3053\u3055\u3093":52,"\u4e0b\u66f8\u304d":35,editrc:18," stamp":103,"\u3002tokendelimit":58,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":106,"\u4f8b\u3068\u3068\u3082":9,".en":106,"\u932f\u8aa4":93,upload:106,"[macports":18,starttime:[29,55,2,3,6],"\u7c21\u5358":[41,76,94]," threads":103,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":109," root":6,"\u304c\u3072\u3068\u3064":124,"/branches":125,"\u65e5\u672c\u6e2c":9,incompatible:121," ignored":52,zunda:18,"\u4e8c\u3064":[5,46,83,100,94,9,12,16,41,51,104],"\u578b\u3068\u3057\u3066":34,"\u30a8\u30f3\u30b3\u30fc\u30c9":[26,109,132],"\u30af\u30a8\u30ea\u30ed\u30b0":[18,52,58,86,36]," correct":[108,86]," data":3,"-admin":52,"\u30d0\u30c3\u30d5\u30a1":[52,88]," synonym":[79,64],"-h":68,"_table":59," ages":43,"\u304a\u5f85\u3061":17,kytea:[52,76],"-s":[68,29],"_register":130,"\u3064\u3065\u3044":129,"\u62bc\u3057":2,word:[52,79,105,128],"\u62bc\u3059":[2,85],"\u30a2\u30fc\u30ab\u30a4\u30d6":[72,106,85],"\u5316\u6642":18,"\u540c\u68b1":[52,109,85],"\u540d\u524d":[38,51,106,32,109,130,95,52,18,85]," chunk":88,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":106,"\"apple":132," ${":85,"-lines":18,"\u306e\u3046\u3061":128,"_plugins":18,"\u306b\u5bfe\u3057\u7570":83,"|with":[82,79,2,64,83,47,129,128,22,49,16,53,105],"\u76f4\u4e0b":18,lat:104,"_title":[53,2,104],".description":129,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":109,"@naoina":52,"\u30d9\u30fc\u30b7\u30c3\u30af":37,"\u306e\u3069\u3061\u3089\u304b":[79,105,128],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[59,120],".conf":[98,6],japan:[29,91],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":124,"\nsuffix":46,"\"say":105,"/windows":[72,106]," tatsuya":52,"\u3002grntest":104," speed":8,"\u8f9e\u691c":[18,105,66],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":104,they:103,"\u5168\u3066":[79,105,34,82,6,113,53,85],"\u697d\u3057":[47,100],"\u56de\u6570":52," words":[16,105],"\u5316\u65b9":[5,132],carlos:[41,89],serach:86,"/null":0,logs:[75,43],"-(":[105,106],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":52,"+ y":34,"+a":128,network:121,"_directory":[1,121],".deb":106,"\u3068\u3059\u3079\u3066":[52,79],"-rsync":106,wgs:[33,91,10,34,39,50,29,18,118],"\u6210\u308a":[79,121,128],"\u90e8\u5206":[46,105,95,76,125,128],"\u77ed\u3044":[129,109],"+ \"":52,"_tp":126,"\u77ed\u304f":[82,93],standard:34," editor":85,"_to":[129,53],"\u30eb\u30fc\u30eb":[109,37],"+ ":[52,132],"++":[117,90,106,93,52,18,76],"\"ni":36,"\"no":52,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":18,"\u59a5\u5f53":66,">>":[52,105],"_next":[52,109],"> ":[52,72,106,130],">\"":[52,79,80],"\u30b5\u30dd\u30fc\u30c8":[0,5,3,66,34,35,6,18,76,104,51,105,106,10,82,83,37,43,52,124,54,128,93,109,22,132,29],">\n":[71,3,106]," mysql":[93,79,71,124,22],"/lc":[106,85]," lc":85,"\u63a2\u7d22":93," ls":106,">n":3,"\u3069\u3061\u3089\u304b":[128,22,105],target:72,bi:[47,100],"\u3002value":77," solr":105," change":[52,6],"\u57fa\u76e4":12," evaluated":16,"\u30d6\u30fc\u30eb":[10,34],latency:104,dbms:22,"\u5f8c\u8005":[50,132,124],",\\\"":40,"\u8ff0\u3079":2,"_distance":[38,0,32,52,18,115]," index":[33,53,128,22,105],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[52,85],gzip:[52,76,133],"\u5408\u308f\u305b":[52,105],gronnga:8,"\u3002host":29,"-strings":52,"/releases":106,"\u767a\u751f":[0,106,47,93,12,95,52,76,43],"\u8003\u3048":[93,2,128,37],itagaki:109," innodb":93,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[72,85],"_input":[95,1],"\u771f\u306a\u3089":105," enhanced":71,rectangle:52,"-frequency":18,"\"items":112,"do":104,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":109,"\u3055\u3089\u306b":[33,51,2,93,66,129,8],de:85," also":[79,128,22,105],"\u8ab0\u304b":59,"[libedit":18,"\u8ab0\u304c":129,"\u3067\u3057\u3087":[82,93,76,116],"\u81ea\u4f53":128,"\u4e0b\u90e8":106,"\u67d4\u8edf":[83,113,93]," hiroshi":109,"\u3002json":40,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,wc:[107,90,11,117],"\u3044\u305a\u308c":[34,51,77],"\uff12\u3064":[50,91]," bool":[10,99],packages:[85,90,106,117,15,11,107,72,76,60],"_tables":52,"\u69cb\u3044":[36,22,85],ill:100,"\u3082\u3046\u307e\u304f":76,"\u4e00\u4ef6":[92,102,119,63],com:[87,91]," with":[103,88,22,54],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":54,"\u6709\u76ca":93," following":103," period":52,"\u30d1\u30fc\u30b5\u30fc":128,daijiro:129,")\u300d":68,")\u3002":[92,119,63],"'needle":46,"\u65b0\u305f":46,applied:71,"-secret":106,"\u904e\u7a0b":77,gnu:76,zlib:[18,121,76,109,52],"_message":[95,53],"_only":[1,121],"\u7d44\u8fbc":[31,63,4,34,25,75,102,78,81,110,112,42,114,67,45,48,49,88,119,84,118,55,127,92,39,27,97],"\u5165\u529b":[0,31,2,64,4,67,68,25,29,36,75,52,8,104,78,108,40,110,63,42,114,102,112,86,48,49,88,119,84,18,126,55,92,95,58,27,97],"[solaris":52,"\u56fa\u5b9a\u9577":109,"\u4f8b\u3048":[5,99,100,68,70,36,76,8,104,79,105,108,82,37,113,43,116,33,86,47,52,53,124,54,128,91,58,132],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":46,"\u9069\u3057":[82,93,43],"-dataset":[30,38,32,108,130,52],"\u4e0d\u5177\u5408":[52,59],"\u6771\u4eac":[47,129,50,9,100],"-packages":106,hana:33,"\u76ee\u7684":[76,5],"\u57fa\u70b9":79,"\u72b6\u614b":[126,117,90,109,2,106,88,47,93,11,68,55,107,52]," packages":106,"_shutdowned":[1,121],solaris:52,"_score":[79,129,105,108,50,52,18,77],"\u8db3\u3057":105,repoforge:[52,90],"=sjis":76,"\u7528\u3044\u308b":[33,2,10,93,70,50,29],jekyll:106,"\u885d\u7a81":98,"\u30ed\u30c3\u30af":[0,68,52,18,27,78]," normalizer":94,"\u691c\u7d22\u4f8b":59,"_expr":59,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[76,95,51,104],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[38,111],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":129,"\u307e\u3068\u3081\u3066":[10,93,79,106],alice:[79,128,83,41,89,37],"\u3057\u304d\u308c":52,tokenbigramsplitsymbolalphadigit:[47,28,86],comments:[16,53],"_arg":1,tasuku:71," result":[53,22],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":106,".sourceforge":[106,17]," since":103,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":133,"\u8db3\u308a":[18,124],"\u30b5\u30fc\u30d3\u30b9":[93,52,54],substitution:83,post:[52,106,133],obj:88," xxx":105,"\u6709\u7528":[95,66,2,37],"\"text":18,"\u5224\u5b9a":[102,50,63],"\u3068\u306a\u308a":[128,22,37,29],"**":25," glossary":54,"float":[10,52,9,3],"_offline":52,"\u6700\u521d":[79,2,105,10,128,22,12,95,18,53,124,43],"*'":79,"_socket":[1,121],"\u5927\u6587":79,"\u5b89\u5168":29,redmine:61,cdbs:18,"cpu\u30b3\u30a2":[68,133],"_db":[18,109,130,52],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[92,119,63],"\u6027\u80fd":93,"true":[0,31,2,64,4,34,25,7,102,89,78,82,79,9,105,10,40,83,41,110,42,43,33,48,49,16,50,80,52,53,118,99,128,91,129,22,39,119,132]," \uff08":[36,86,76,58]," friends":33,"\u30e1\u30c3\u30bb\u30fc\u30b8":[129,51],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[79,5,2,86,47,100,132,58,18,76],"\u6587\u5b57":[0,5,2,64,34,100,68,25,52,36,79,9,105,81,10,40,43,33,46,86,50,18,53,118,124,128,91,93,94,22,39,129,132],"\u7d44\u307f\u8fbc\u3080":[93,46,6],score1:46,score2:46,"\u3059\u3063\u3071\u3044":64,distributions:106,"\u3054\u89a7\u304f":[2,125]," indicates":103," lion":52,test:[2,106,10,67,104,125],"\u5c5e\u6027":[80,67,130,49,5,75],"\u305f\u3081\u3057":50,"\ncrit":[4,25],truncate:[18,52,21,32,38],welcome:[79,105,128],update:121,":tasukuchan":129,"\u964d\u9806":[108,79,2,91],"\u3002tld":91,scorer:[38,110]," cutter":125,"\u5bc6\u9375":59,"5km":129,masaharu:52,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":18,"/debian":107,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":121,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[38,111],"<threshold":68,"\u901a\u77e5":106,"\nlucid":109,"(ptr":109,"_denied":[1,121],"\u307e\u3067\u3057\u3070\u3089\u304f":106,"\u8a2d\u6a02":18,"\u5f53\u3066\u308b":10,entries:[79,105,112,128],"/http":98,"\u72b6\u6cc1":[47,93],"\u3068\u3057\u3066":[1,66,35,68,6,18,76,77,117,79,51,105,106,81,108,11,40,83,41,109,104,113,43,116,46,9,52,89,123,124,125,90,132,128,93,20,94,22,107,85],"\u4e0d\u6574\u5408":0,"4gbyte":44,"=)\n":46," commit":85,"[munin":[18,52]," normallexicon":132,"\u30c8\u30e2":33,"[deb":[18,52],"\u6e2c\u4f4d":93,"\u30b5\u30d6\u30bf\u30b9\u30af":106,"\u96c6\u5408":[52,113],change:37,"\u30ec\u30dd\u30fc\u30c8":76," free":[88,103],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[47,79,113],"\u305d\u306e\u969b":106,".spec":18,".exe":72,"\u305d\u306e\u307e\u307e":106,"\u6700\u5c0f":[107,90,11,98,117],"-cutter":106,"@wareohji":52,"\u7d71\u5408":[52,93],httpd:52,"\u6307\u6570":105,https:[133,106,85]," masahiro":109," takashi":18,"\u6d41\u91cf":37,"_plugin":[18,130],cas:121,"\u65b9\u6cd5":93,nfkc:132,clearlock:[38,0,21,32,52],",\"http":10,"_stamp":103,"\u884c\u3063":[125,50,106,91],",\n":[5,2,64,67,29,75,104,99,79,9,105,10,108,82,83,41,112,33,16,50,53,128,88,129,94,22,95],"/rpmforge":90,"-com":106,"\u884c\u3044":[126,33,46,2,106,91,47,129,100,68,83,53,104],",\"":[33,3,129,88,112,53],", ":93,",.":106,"\u884c\u3048":[83,2,125],write:[52,79,28],"^commit":106,"\u8fd1\u508d":[52,113],uint:[2,64,34,29,75,89,99,79,105,81,82,41,67,43,33,47,50,52,53,128,91,109,95,132],",_":[33,2,105,91,108,83,50,129],"\u5207\u308b":6,"\u5207\u308a":[114,18,106,52],"\u8fd4\u3059\u304b":108,ghz:104,"\u5404\u56fd":106,"\u30b2\u30c3\u30c8":17,"-table":16," day":82,",{":[3,104],"\u304b\u308f\u308a":[47,117],"\u5357\u534a":52,"\u82f1\u8a9e":[61,18,106,85],db1:37,ieee:34,"_account":85,":ss":[103,105],"_tsv":124,"\u30bd\u30d5\u30c8":124,"-libedit":109,"=(":106,"\u78ba\u5b9f":86,"\u78ba\u5b9a":108,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":76,"\u4f5c\u7528":52,"\u542b\u3081\u308b":[79,5,2,128,106,52,18,124],rake:106,"\"version":3,normalizermysqlgeneralci:132,"\"vector":52,alisa:83,now:[38,115,32],"\u3086\u304d":99,"&lt":22,"\u8aad\u307f\u8fbc\u3081\u308b":112,el:90,domain:[91,67,68,41,29,75,121],en:[36,5,108],ea:[103,5],"\u6700\u5f8c":[105,106,10,109,12,47,6,52,104],ex:5,year:103,"\u70b9\u6570":95,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":106,space:128,"\u518d\u69cb":18," exclude":52,"\u3065\u3051":52,"/files":106,"\u5230\u9054":44,args:68,"\u5d8b\u7530":52,"/pub":90,"\u7d50\u5408\u5f0f":52,arnaud:18,"[windows":[18,52]," ringtail":[38,96],"\u3078\u3068":29,"\u3078\u306e":[10,76],"_block":[1,121],"\u305f\u3069\u308b":33,"_open":[18,121,1,109,52],message:[103,53,25],xt:5,size:88,"\u4e0b\u3055\u3044":[117,90,5,106,11,107,72,96,52,60],"_obj":[18,46,52],"\uff08,":2,"\uff08-":[79,2],"\uff08 ":[117,79,5,35,105,15,11,22,128,107,6,7,76,124,90,60],"\u30bd\u30b1\u30c3\u30c8":[31,63,4,67,25,75,102,78,110,112,42,114,48,55,88,119,84,52,49,92,27,97],"\u3044\u308c":[10,52],"\u3044\u308b":[46,106,93,54,125,85],kenichi:[18,109],localnames:112,"=path":96,libevent:76,"\uff08@":[18,109],x6:106,"\u30d5\u30a9\u30fc\u30e0":[79,128,113],"/gat":[50,2,91],"_basic":[6,37],"\u5404\u547d":104,browser:85," gnu":[38,96]," tokenbigram":[79,5,2,64,83,47,129,128,68,22,82,16,105,53,43],"(scope":16,"\u3044\u304d":[2,106],")senna":124,"\u3044\u3044":[98,17],"-zlib":96,"\u30b3\u30f3\u30d1\u30a4\u30eb":52,"\u30b3\u30f3\u30d1\u30a4\u30e9":18,"_circle":[18,52,115,32,38],engin:[36,108],"\u591a\u5f69":93,"=none":5,"\u3044\u3064":36,"\u9806\u6b21":[126,68,2,29],begin:126,price:10,"\u5c0e\u5165":[13,51,125]," moritars":53,"_section":[49,129,53],"\u79fb\u52d5":[106,57,72,52,42,18],"\u672a\u4f7f\u7528":121,"\u3068\u308a\u3068\u3093":[105,128],"-yyy":85,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[18,52,131,38]," compatibility":132,"\u975e\u4e92":52,"\u65b0\u5bbf\u99c5":50,"\u3057\u304b":[79,105,10,128,6,53,85,37,43],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":59,"\u3057\u3066":[61,33,79,109,2,106,47,129,11,6,52,13,125,85],"\u6700\u5927":[44,45,0,109,105,66,79,68,22,104,52,18,84,37,121],"\u30bf\u30a4\u30c8\u30eb":[33,79,128,10,53,105],title:[33,2,91,10,29,52,53],"-server":[38,90,117,11,68,23,107,52,18],"\u5f8c\u8ff0":[46,106],"1\u6708":[79,63,105,10,129,34,92,102]," jekyll":106," price":10," wget":[117,90,15,11,107,76],"/gqtp":[52,98],"\u62c5\u5f53\u8005":106,"\u8b70\u8ad6":61," package":106," become":71,"(scan":125,"\u8a18\u6cd5":[53,105],"\u70b9\u4ee5\u4e0b":10,"\u5dee\u96c6\u5408":105,"import":106,"\u5dee\u3057":106,"\u3057\u308c":95,tokenbigrma:5,"\u3057\u3088":[102,82,9,63,10,40,46,52,18,119],"\u672a\u8a2d":52,article:53,"\u975e\u4f9d":90,"-groonga":[74,106,104]," arted":105,"\u5c55\u958b\u5f8c":79," command":[51,101,29,6,52,54]," gone":33,"\u8868\u8a18":[9,64,106,10,34,50,52,18,105,85]," followee":129,"\u578b\u60c5":52,"\u3002callback":46,"\u8868\u8a08":124," follower":129,"'>":80,"';":68," \u7528":76," res":104,"=yes":[52,79,125,106],ruby:[71,106,93,113,52,54],"\u5438\u53ce":[2,64]," advantage":22,these:22,"\u4f55\u3089\u304b":34,"\u30b7\u30b0\u30ca\u30eb":18,"\u4f7f\u7528\u4f8b":9,"/packages":106,"[grntest":18," many":101,"\u3002\u300d":47,"\u5fc5\u8981":[117,0,5,2,64,66,6,7,36,52,76,8,37,82,79,105,106,83,11,12,40,47,104,13,43,102,46,86,15,16,121,18,53,124,125,90,132,128,93,109,94,22,95,107,58,26,85,29],"_large":[1,121],", {":37,"\u5c65\u6b74":106,"\u8f9e\u66f8":[117,0,47,109,90,52],develop:51," normalizerauto":[83,132,94,43],"-dir":104,"\u6fc1\u70b9":132,document:[26,109,68,105,106],"\u3002\u3044":46,favorited:129,"\u5b89\u5b9a":[93,52,51,88],"_space":[1,121],".po\u30d5\u30a1\u30a4\u30eb":[59,106],", \"":[53,80],favorites:129,"\u3042\u306a\u305f":[106,17]," patprefix":99,"\u3002\u3059":[82,104]," properties":103,"\u3059\u3079\u3066":[79,51,2,105,109,5,18,52,76,104],"[output":52,"\u3002ecmascript":79,"\u6bd4\u3079":[82,91],"'groonga":[107,90,11,117],"\u30ab\u30e9\u30e0":[0,31,63,32,67,35,68,18,102,76,78,38,79,108,40,41,110,43,48,49,52,92,93,109,27],speed:8,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":55,"\u3002api":[22,113],"\u4f4e\u304f":47,mmap:52,"_extract":71,"\u4f4e\u3044":[47,79],"\u30ad\u30fc":[44,79,2,105,66,34,109,68,128,52,132,77,43],"\u542b\u3081":[79,124,128,106],"\u542b\u3080":[126,79,46,2,105,92,108,87,100,49,63,129,52,53,128],"\u8a00\u3046":36,"\u4e38\u62ec":2,read:121,"\u8a00\u3048":[47,128],"\u5c55\u958b\u7528":18,amd:106,"\u542b\u3093":[79,46,105,86,10,22,95,8,128],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[52,68,29,121],"\u6df7\u5728":26,"=site":29,output:[52,109,110],"\u5c5e\u3059\u308b":[75,34],unsplit:46,"\u3002sphinx":13,"\u30b7\u30b9\u30c6\u30e0":[93,59],"\u5de6\u53f3":2,"\u30ec\u30b9\u30dd\u30f3\u30b9":[18,1,121,37,52]," \"_":[2,64,29,36,89,99,79,9,105,10,108,82,83,41,33,86,16,50,53,128,91,129,95,58,132],"\u30de\u30b7\u30f3":68,"\u542b\u307f":95,"\u542b\u307e":[95,79,46,2,105,106,128,124,67,58,75,22,40,83,7,52,100,90,37,43],"\u5206\u3051":[38,106],tomoatsu:109,".posted":129,"-static":18,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":104," enable":[5,6],"\u578b\u6307":52,processor:[107,90,11,117],"/admin":[18,68],"\u30aa\u30d5\u30bb\u30c3\u30c8":[52,79,108]," age":79,"_per":18,"\u53f3\u4e0a":0,"=title":29," \"k":33,your:85,log:[38,32,21,52,18,76],rpmforge:90,rlimit:103,"\u77e5\u8b58":104,cflags:15," snippet":22,"d\u30ad\u30fc":2,"/query":7,",\"links":10,"\u30b3\u30b9\u30c8":82," regular":6," nine":2,rect:9,"\u5bfe\u5fdc":[93,87,46,125],"\u95a2\u4fc2":[74,38,46,96],"\u56db\u89d2\u5f62":35,"_code":[95,103],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[29,37],you:85,"\u4f4f\u3093":129,string1:81,coverage:125,"[fedora":52,gemfile:52,"\u4e94\u5165":18,"\u5b9a\u7fa9":[31,2,34,68,75,77,79,9,105,82,83,110,67,46,48,49,16,80,121,52,53,124,128,22],"\u8a66\u3059":133," stop":[98,6],"\u524d\u8ff0":[47,132,43],month:[33,103],"\u308f\u304b\u3061":100,"4byte":121,"\u57fa\u6570":105,"-e":68,"-d":[68,29],"-g":72,"\u4e16\u4ee3":51,"-a":[52,68,128],"-c":[117,90,68,29],"-m":126,"-l":[103,68],"-n":[18,2,68],"-i":[68,104],"_rc":[92,102,79,63,12],"-j":76,"-t":68,"-w":106,"-p":[126,68,29,104],"\u304b\u304b\u308b":[82,2],"\u304b\u304b\u308a":[82,105,106,128],"-x":[52,106],"-conditional":18,"\u4ed5\u7d44\u307f":52,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[18,37],"-prefix":96,"_github":[106,85],"\u6b8a\u547d":104,normalizers:132,"- ":[106,54],"--":[0,63,64,68,52,102,104,79,105,106,12,83,33,47,50,119,18,124,92,129,109,130,26]," clang":125,"\u3057\u307e\u3057\u3087":50,"/work":106," like":16," compatible":6,"\u518d\u73fe":[47,113],"\u975e\u5206":79,"@s":109,naoina:52,"-jinja":106,"\u6e2c\u5730":[9,10,34,39,50,118],"\"yyyy":105,pub:106,"/ja":[106,85],"\u304b\u304b\u3063":[92,95,79,63,102],"\u306b\u95a2\u3059\u308b":[38,79,105,32,17,6,52,18,128],"\u30aa\u30b9\u30b9\u30e1":[117,90,11,107,72,96,60],"_dist":52,"\u30ec\u30b3\u30fc\u30c9r":46," letter":132,"\u308f\u304b\u308a":109,"\u30b0\u30ed\u30fc\u30d0\u30eb":52,"\u3068\u305d\u306e":51,"\u8ad6\u7406":[44,79,46,93,88,52],hoge:81,"\u30de\u30c3\u30c1":[0,46,128,79,22,16,113,18,76],"9\u3064":2,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":52," more":[83,22],"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":124,"@yito":52,fulltext:[5,22],".comment":[129,53],"-tokenizer":[117,52,90,11,107],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":22,"\u30af\u30ea\u30c3\u30af":106,"\u5fa9\u53f7":106,site:[10,2,29,91],"\u3002eclipse":85," newly":22,"[load":52,"-databases":[75,41,2,29],"\u9664\u53bb":[52,80,109]," lynx":[38,96],exclude:52,"-address":[18,68,52],snippet:[38,71,115,32,52],"\u3042\u3089\u304b\u3058\u3081":[117,34,106]," threshold":27,"_likes":[95,79,105,128],fu:5,"[dat":52,"\u901f\u304f":[33,76,43],fa:5,"\u6642\u9593":[102,95,79,63,128,106,92,93,109,55,52,18,104],"\u901f\u3044":66,documentation:54," baseball":33,"\u4e00\u5bfe":10,uninstall:52,"\u5909\u63db":[1,66,34,6,129,18,132],help:[18,125],"\u592b\u5fc5":99,"-wno":18," release":[72,106]," creates":[103,101],"/lzo":[18,109],systemd:52,"\u306f\u3044\u304f\u3064\u304b":[44,95,128,37],"_rename":[38,21,32,52],">> ":[52,105],"\u30ab\u30fc\u30bd\u30eb":[18,109]," owner":6,"\u57fa\u672c":[93,38,106,52],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":68,"-test":[125,106],"\u5e03\u6559":59,"\u30ad\u30fc\u30ef\u30fc\u30c9":[38,0,100,128,93,79,22,130,83,73,52,8,43],"\u597d\u304d":85,yito:52,"\u30bb\u30af\u30b7\u30e7\u30f3":[5,94,72,6,36,76,117,79,9,131,11,40,41,115,85,116,86,15,121,89,124,54,90,128,21,95,107,96,58,59,43,60],"\u9032\u3093":93,"\u30b5\u30a4\u30ba":[44,117,90,88,10,66,11,22,93,107,72,121,96,52,18,84,60,43],"\"sequence":[36,108,86,58],"\u30d5\u30a1\u30a4\u30eb":59,todo:[79,56,101,12,95,24,115],"_position":[82,79,2,64,83,47,129,128,22,49,16,53,105],"\u52a0\u3048\u308b":[49,18],"<ip":[68,104]," table":[2,64,67,68,102,63,53,99,40,79,80,105,10,108,82,83,41,110,112,43,33,47,48,49,16,9,89,128,91,92,129,22,119,132],issue:61,"/mailarchive":106,"\u9045\u304f":118,"\u9ad8\u304f":47,"\u9045\u3044":[66,9],"\u3002mysql":[107,90,11,132,117],"\u9ad8\u3044":[88,108,2,6,93],"\u3042\u308f\u305b\u308b":52,base:106,put:128,"\"roonga":8,bash:76," http":[30,38,90,32,117,15,93,126,11,68,107,6,52,76,60]," weight":[10,79],"\u30b5\u30a4\u30c8":[10,33,106,113]," not":[103,16,79,83,52],"\u5024\u3068":[10,79,128],encoding:3,"/data":54," allow":79,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":59,"\u3002_":[2,77],"\u5024\u304b":9," omitted":3,":value":[79,128],zeromq:76,"\u3002make":104,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":18," unmanaged":88,grep:[107,90,11,117],"\u3002xml":95,"_probability":[18,108],"\u5206\u3051\u308b":[10,106],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":37,"null":[80,22,46,75,18,52],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,lib:[109,7],"\u79d2\u5358":[10,34],"/synonyms":124,"\u5024\u3068\u3057\u3066":[9,68]," based":22,tokenbigramsplitsymbol:[47,109,28],".repoforge":90,"'hay":46,"/dev":106,"\uff08and":113,"\u6697\u53f7":106,"\u4ecb\u3057":[93,29],"\u6574\u5408":0,"\u62e1\u5f35\u578b":10,"\u59cb\u3081":85," because":3,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":125," depends":71,"\nency":104,"\u4eca\u5f8c":[42,18,5],httprewritemodule:6,".nginx":6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":68,"\u89e6\u308c":2,"\u898b\u308b":[50,1]," \u6c11":100,"\u68ee\u7530":33,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u82b1\u5b50":33,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":27,"(argument":105,"_enough":[1,121],":groonga":[79,128,106],"_would":[1,121],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":46,"\u7d39\u4ecb":[33,59,79,106,129],"\u4e00\u5ea6":[7,82,52,18,53,132,124],"\u5909\u6570":[105,106,15,130,52,18,124,125],"-level":68,"|persistent":[75,41,67]," really":105,"\u306f\u3061\u3087\u3046":105," takuto":109,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[116,113,54]," issue":61,oneiric:[18,106,52],geopoint:[33,0,9,91,10,34,109,39,118],"\u5f71\u97ff":[52,106]," about":[95,103,115],"\u767a\u63ee":93," database":[6,101,22],"-plugins":[107,90,96,117],"\u4e0d\u80fd":104,tokenbigramignoreblanksplitsymbol:[47,28],"\"web":[86,58],"\u306e\u3069\u308c":36," to":[79,71,105,22,95,6,103,52,128],"/db":[108,98,6,112],"/dd":105,"\u56de\u7279":104,"\u7a3c\u52d5":55," explorer":72,"\u6a29\u9650":[52,76,29],"\u30a8\u30b9\u30b1\u30fc\u30d7":[40,52,22],"\u6307\u793a":[36,2,29],"\u505c\u6b62":[52,51,68,97]," entries":[79,105,112,128],"\u4eca\u5ea6":129,"_zlib":1,"!(n":105," values":40,"\u898b\u3064\u3051":[36,0,52],fedora:[38,106,96],"[suggest":52,"-jp":52,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[76,106]," select":47,user:[33,83,6,104,22],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[79,5,128,68,22,132,110,52,76,43],database:101,"\u30ef\u30a4\u30c9":18,"\u30b1\u30fc\u30b9":[47,79,43],"\u9806\u756a":[47,68,2,128],"\u30b0\u30e9\u30d5":93,"_path":[52,106,104],"\u30d0\u30a4\u30b0\u30e9\u30e0":47," word":[79,128],"\u4e8c\u756a\u76ee":105," work":103,"\u8fd1\u4f3c":[18,9,118,52],"\u56de\u6307\u5b9a":128," common":[18,105],"\"tritonn":79,"\"uptime":3,"-gram":[5,2,105,47,93,100],"\u3064\u3051\u308b":99,"...":[79,62,3,88,108,67,128,75,12,82,24,6,112,18,26,52,56,104,105],"-untrusted":107,"\u9759\u7684":59,nginx:[117,52,90,11,107],"_com":106,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":121," your":[18,85,54],"\uff09\u307e\u305f":[5,105,128],popular:79,"\u4f5c\u696d":59,"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,34,100,68,6,18,76,37,40,79,51,105,10,108,12,82,110,104,42,43,46,47,9,52,118,126,128,91,109,29],"\u5927\u304d\u306a":[37,43]," geoindex":[33,129],"\u96a3\u63a5":[93,128],"\n ":[46,6,37],"~number":105,"\u5927\u304d\u304f":[10,109,51,112,118]," realtime":[108,58]," nanoseconds":103,"\u5927\u304d\u3044":[79,46,128,66,68,18],"\u3061\u3083\u3093":33," sea":5," sed":11,"\u30af\u30a8\u30ea\u30fc":[38,79,32,108,7,52],"\u5927\u304d\u3055":66,".sh":[52,85,125,106,54],run:[125,6,106],"\u4ed8\u304d":[38,1,128,15,108,35,109],"\u81ea\u5df1":129,"\u4ed8\u3044":[129,132],"\u5f37\u5236":[52,0]," test":[2,125,106,10,29,53,104],"\u4ed8\u3051":[2,10,29,52,53,37],"\u30ab\u30a6\u30f3\u30c8":[52,129],"\u305d\u3053\u306b":[75,67],"\u4f3c\u305f":[50,132],"_read":1,"\u5185\u5bb9":[98,2,67,29,75,102,104,79,105,106,10,63,85,52,53,126,128,92,129,22,95,58,36],".garbage":52,block:10,".\n":[112,104,6,37,106],"\u3067\u3069\u3053":1," postgresql":[93,22],"\u30ad\u30e3\u30c3\u30b7\u30e5":[52,0,93],".(":106,".)":[52,105,103],".-":85,"..":[79,63,105,92,128,68,101,40,102,26,43],"\u5316\u6f0f\u308c":52,"\u3067\u3082\u3063\u3068\u3082":21,".\"":[33,2,105,10,22,82,83],"\u5909\u66f4":[38,0,106,52,76,54]," sign":106,".'":[49,52],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":129,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":51,"\u652f\u63f4":8," gothic":13,"\u30da\u30fc\u30b9\u30c8":52,"[groonga":[18,106,52],tokenbigramignoreblanksplitalpha:28,".]":[105,108,67,88,75,102],"._":[10,52,79,105,128],"\u3002\u30bf\u30b0":33," shimada":109,".h":57,".i":90,utf:[71,3,109,68,132,52,76,105],".n":[79,105,128],".o":33,munin:[117,0,11,90,107,52,18,76],"\u306b\u5bfe\u3057":[126,55,0,46,2,105,91,33,93,108,100,79,49,16,50,7,106,26,52,53,128],".c":[79,71],".d":[107,11],"_max":[45,1,121],".x":90,"\u307e\u307e\u3067":47,".}":[88,105],"\u66ff\u3048":[47,38,111,106]," types":108,"\u3002gnr":113,"#{l":103,"_columns":[38,109,110,52],"\u958b\u3044":[18,27,132,109,78],"\u958b\u304f":[18,132,52],"_rate":[29,55,2,3,6],application:37,"\u958b\u3051":52,"'\u3002":68,"\u56db\u3064":100,sigcont:52,"\u6642\u4ee5\u5916":109,"\u843d\u3061\u308b":[18,109,52],"\u767a\u884c":29,draw:33,": n":126,"_len":52,".patch":85,"(title":[52,81],"\u306a\u304c\u308b":52,"\u4e00\u5de5":99,"\"suggest":8,"\u5f37\u5316":[18,109],kawaji:52,"_pat":[79,105,83,109,68,22,128,16,41,112,75,52,89,43]," changed":71,gr:[79,5],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":79,gb:3,ga:[5,104]," push":85,gi:5," binding":71,".ssssss":103,"_unknown":1,"\u300cgroonga":113,"po\u30d5\u30a1\u30a4\u30eb":85,"/..":[6,106]," ./":[76,85]," ..":[2,105,88,108,83,6,63,102,52,37,85],"\u4e0d\u8db3":[117,90,11,107,72,96,60],"\u304a\u3053":[10,93],".mo\u30d5\u30a1\u30a4\u30eb":85," such":[52,85],"/bin":76,"\u5341\u5206":47,"/sbin":60,"\u8ca0\u6570":52,download:90,"-known":22,"/introduction":[2,29],opaque:121,".tsv":[124,3]," japanese":17,"\u542b\u307e\u308c":[79,93,100,22,95,7,52,43],"\u983b\u7e41":76,"\u4fdd\u5b58":[38,35,52],"\u7b49\u5024":109,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":5,"\nalert":[4,25],"\u62e1\u5f35\u5b50":[109,3,104,7]," libmemcached":125,".weight":52," users":[79,129,83,41,112,103,89],blogroonga:59,"\u300d\uff08":[100,112],"_child":[1,121],"\u306e\u3042\u3068":52,"\u5177\u4f53":[47,53],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[116,93],"\u898b\u3064\u304b\u308a":79,"\u898b\u3064\u304b\u308b":52,"\u8d85\u3048":[47,79],win:72,"\u5171\u901a":[18,34,105,53,66],"\u7d5e\u308a\u8fbc\u3080":8,"\u624b\u9806":[59,120],"\u3002\u30d0\u30b0":61,"\u7d5e\u308a\u8fbc\u3093":93,"_no":[79,80,105,128,109,22,82,83,1,112,75,43],"\u81ea\u5206":[104,96,85],soundkitchen:[18,52],started:128,"\u5f15\u304d\u8d77\u3053\u3059":52,"\u5371\u967a":[106,37],"\u53d7\u3051\u4ed8\u3051":[52,109],mitsuhiro:109,"\u7de8\u96c6":[59,125,106],links:[10,29,91],sudo:[117,90,11,107,52,76],">max":3,objname:[27,78],"\u30b7\u30e3\u30fc\u30d7":43,tokendelimit:[5,28,58],"\u6df1\u523b":[47,52],"_repair":52,"\u512a\u5148":[93,104],"\u5fc3\u914d":96,"\u7d5e\u308a\u8fbc\u307f":[93,2],"\u66f8\u5f0f":38,rakutan:53,"\u81ea\u52d5":[33,2,99,106,66,7,128,104,52,18,105,77,85],"\u672c\u4f53":59,"\u898b\u3064\u304b\u3063":[79,8],"\uff08tokenmecab":47,"get\u30e1\u30bd\u30c3\u30c9":26,"\u30c7\u30d5\u30e9\u30b0":18,"-mysql":[117,90,5,11,107,132],"\u88dc\u8db3":6,"\"abandon":92,auto:108,"\u629c\u304d\u51fa\u3059":93,"_seek":[1,121],takayuki:18,"\u306b\u304f\u308b":47,"\u5f15\u8a9e":2," meerkat":18,mode:46,"'query":52,"\u65e2\u5b58":[2,106,10,93,29,42,52,104]," tomita":109,chunk:88,"\u751f\u6210":59," gnupg":106,"\u3050\u308b\u3093":[33,105,128],"-match":96,"\u306b\u304f\u3044":93," row":22,"_default":[52,37]," floating":34,"\u65e2\u5b9a":52,"\uff1f ":104,deprecated:[79,51],"-localstatedir":96,"\u307f\u304c":46,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":123,"\u8aa4\u5dee":[18,9,118],largetext:66,"<max":68,unsupported:121,"\u76ee\u4ee5\u964d":79,"\u305e\u308c":[46,105,106,58],"\u5185\u8fd1\u304f":105,"\u305d\u3053":[10,47,106],mkdir:112,"\u6700\u4e2d":93,"]]":[79,63,92,108,67,68,40,119,110,102,104],"\u52d5\u5c0f":34,".groonga":[85,90,106,117,15,11,107,72,76,104,60],"_bad":1,"-doc":52,man:0,"\u306f\u3058\u3081":[38,108,51,131,85],configure:59,travi:52,",..":[40,75,67,79],"\nrequest":103,"\u3092\u3054":125,"-log":96,"\u305d\u3046":[105,54],"_expander":52,"\u8a72\u5f53":53,"-threads":68,"\u56fd\u969b\u5316":[59,123],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":106,"*ctx":12,"\u30de\u30a4\u30af\u30ed":[10,129,34,105],"\u3068\u307f":[26,52],"\u6f14\u7b97":[52,113,76,105,109],"-db":52," suggest":[108,58],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":76,sa:[108,86],url:[80,106,29,112,26,18],uri:[26,6],"/ipaexgothic":13,"\u6982\u5ff5":51,"\u57fa\u6e96":[10,93,2,106],"_temporarily":[1,121],"_data":[1,121],"\u3084\u308a":61,"\u3084\u308b":59,"\u3084\u3089":106,"\u3084\u3081":[18,52],"\u3002\u2193":68,ssssss:103,"\u53cb\u4eba":33,"\u6e2c\u5b9a":104,"\u65e5\u6642":[38,34,111],"\u4e0d\u6b63\u78ba":[55,52],"\\groonga":72,"\u4e0d\u8981":[52,93],"\u79d2\u3088\u308a":130,"\u3050\u308b":[128,105,113],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":112,korea:91,"\u63a5\u7d9a\u5148":126,".list":[107,11],"2\u3064\u3081":[53,128,37],"|ga":79,"\u975e\u5e38":[52,37],"\u7ba1\u7406":[38,0,106,68,12,88,52,18,76]," gqtp":[93,98,1]," quit":68,ken:33,"\u3084\u304c":51,"\u304c\u304a\u304c":129," rdbms":93,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":52," init":52,"\u3053\u308c\u3089":[2,3,66,7,76,8,77,117,79,9,105,11,47,37,113,15,52,90,128,91,129,94,107,58,26,59,132],key:[95,79,108,67,40,41,119,112,52],admin:109,"\u96e3\u3057\u3044":93,"\u304a\u3089":106,"\u4eca\u56de":[52,2,22,105],"\u4f5c\u6210":[59,120],"_add":68,"\u30af\u30ea\u30a2":[18,52]," backup":112,quit:[38,21,106,32],"\u30b9\u30ab\u30e9":67,quiz:33,"\u547d\u540d":52,"\u306b\u3088\u3063":[31,2,64,4,67,100,68,25,29,102,75,78,79,51,10,110,63,113,42,114,33,46,112,87,48,55,88,119,84,52,126,49,91,92,93,26,27,97],"\u6b21\u671f":106,username:[33,72],"\u65e5\u672c":[105,106,34,39,50,36,118,128]," fast":[95,79,80,105,22,40,5,53,128],"\u7d44\u307f\u5408\u308f":[93,79,46,43],"\u7a2e\u985e":[38,79,5,105,106,86,47,66,58,68,111,108,128,1,121,46,36,18,77,43],"_binary":52,"\u4ee3\u308a":[52,9,128],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[79,5,72,52,18,124,43],"\u3060\u304b\u3089":79,"/_":106,"\u9818\u57df":[52,50,76],"/o":43,"_system":[18,1,121],"\u91cd\u8981":[79,5,106,125,93,21,12,82,6,76,70,37,43],"\u614e\u91cd":125,"/f":106,"/d":[6,37],"/c":[57,93],"\u91cd\u8996":[47,82],"-essential":[107,11],"/x":37,"-learner":[109,8,101],"\u8aa4\u5b57":[18,109,124,52],crch:5,"(mroonga":124,http:[126,38,90,80,106,117,11,68,107,109,72,6,112,26,18,52,104,85],"/\n":[109,106,85],"\u306b\u3088\u308a":[44,79,9,2,99,106,88,10,93,34,47,50,6,52,53,37,29],"\u306b\u3088\u308b":[38,9,2,105,106,10,93,34,94,52,18,111]," been":106,"/.":18,"/*":[57,98,85],"/(":106,"/groonga":[98,2,68,72,6,7,74,75,52,76,117,106,57,11,41,85,15,29,18,124,54,90,109,107,60],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":52,"/$":85,"/\"":[33,2,91,10,50,29,112],"/ ":[107,11,6,37,109],"/;":6,"\ndo":104,"\u3042\u304d":99,"\u904b\u7528":93," yum":[52,90,117]," \u6642":129,"\u3042\u3063":[33,79,51,106,104,117,108,40,37,52,77,85],"-ruby":[52,106],"\u3042\u3068":[106,85],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":121,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":52,"\u6790\u7cfb":105,"\u756a\u53f7":[126,98,104,68,79,37,29,77],".jp":[79,71,106,17,112],pikonyan:33,tomita:109,"\u6587\u5b57\u6570":[22,105],"(\u300c":106,"\u4e0b\u8a18":[55,88,51,46],"\u7570\u5e38":[88,104],linux:104,home:[76,106],"'config":68,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":52,"\u5411\u3051":59,"_permission":1,"\u304f\u308c\u308b":[57,93,85],"\u5411\u3044":[95,66,79],"\u3093\u304c":[105,128],"_number":[95,29],"\u3057\u3064\u3064":125,"\u3042\u308c":[105,106,47,82,104,43],"\u3042\u308a":[61,5,94,17,72,6,7,74,80,52,76,104,117,79,51,106,57,108,11,12,40,83,41,113,42,114,43,44,46,49,16,9,18,125,55,90,93,75,22,95,107,96,26,59,85,97,60],"\u3042\u308b":[92,5,2,33,4,66,34,35,68,25,31,52,36,116,76,37,78,79,51,105,106,81,10,108,40,83,110,104,63,113,42,114,67,43,102,45,46,112,86,47,48,1,16,9,84,18,53,118,124,126,49,127,128,88,85,93,109,75,22,39,119,26,27,55,97],offset:110,"\u304b\u3051\u308b":6,"\u9055\u3063":36,".hash":129,"-source":106,"\u6f0f\u308c":[52,113,106,93],"\u9055\u3044":[79,9,2,128,10,53,37,43],iexplore:72,"\u9055\u3046":109,"\u500b\u6570":52,"<log":68,additional:52,"\u8907\u6570":[38,0,5,128,108,93,67,109,75,79,49,83,46,6,26,18,52,133,104,43],"\u30ed\u30b4":52,"\u30ed\u30b0":[0,106,4,130,25,52,18],"\u5c55\u958b":[38,79,106,32,7,83,72,52,18,76]," katakana":132," from":71,".travis":54,gronga:[124,8],"\u540c\u3058\u5024":[2,6],".\" ":29,"/reference":12,truncation:18,"\u3068\u3053\u306e":36,limit:[18,110]," libevent":[107,11]," blogs":47,"\u3068\u3053\u308d":[105,57,129,94,7,52,85],"{\"":[88,104],"{ ":37," error":[52,25],"\u79d2\u5f62":34," kawaji":52," rinse":106,"\u3002video":33,"'..":52,halfwidth:132,"\u6163\u7fd2":52,"_many":[1,121]," system":[61,79,128,34,22,105],"_auto":52,"\u65b0\u3057\u3044":[93,59],"\u65b0\u3057\u304f":[79,51,2,82,113,43],friends:33,sphinx:59,"{\\":40,"\u305a\u308c":[51,63,4,93,34,68,9,40,10,50,25,121,46,102],".status":104,"=redhat":76,"\u3002scan":125,"\u00a0flags":12," scan":125,"\u3002groonga":[2,3,66,72,29,36,76,117,79,51,105,11,55,52,53,49,90,128,93,107,59,6]," inverted":22,"\u592a\u90ce":33,"\u30df\u30ea":[10,18,34,50,105],updated:47," use":[79,128,95,88,85,105],"void":52,internet:72,"\u3066\u307f\u307e\u3057\u3087":50,"\u53c2\u7167\u5143":10,"\u30df\u30b9":36,"=pat":52,vector:52,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":52," myisam":93,"\u9006\u9806":2,"\u3002grn":[46,113]," web":76,"\u6210\u529f":[76,12],"new":[79,9,106],net:91,maverick:18,"\u306f\u3044\u3051":[119,63],"\u5fdc\u3058":[93,104],"\u4e2d\u4e95":52," option":103,"\u305a\u3064":[129,53,68,104],":port":[26,68,6],"\u5411\u4e0a":[18,37,113],serch:[108,86],"\u3080\u308b":[105,128],"\u9023\u7d9a":[47,5,100,86],".yml":54,typo:18,type:[33,129,2,99,91,86,10,108,67,50,49,41,58,36,53,104,43],language:85,"\u4ee5\u4e0b":[5,1,63,4,67,35,68,25,72,6,7,75,52,76,104,79,9,106,108,40,83,41,102,112,13,43,44,46,49,16,80,18,89,118,125,54,88,92,94,22,95,26,85],"\u4ee5\u4e0a":[79,46,106,108,68,22,12,72,125,52,85,104,43],"_comment":16,"_left":[18,1,121,39]," matched":[16,83],"-ipadic":[117,90],akio:52,root:[52,29],"\u306b\u95a2\u3057":[46,104],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,27],"\u63a8\u5968":[79,51,95,29,96,52]," pdf":13,"\u5408\u5bbf":129,normalizernfkc:94,"\nworks":103,"_memo":83," management":[22,54],"\u9023\u7d61":85,sitedomain:[29,91],"\u30b9\u30fc\u30d7":100,"/result":52,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":53,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":59,"\u3002tsv":[95,124],"_indexer":52,"\u9069\u5408":[47,2],"\u30a4\u30f3\u30dd\u30fc\u30c8":59,"\u9023\u7d50":[52,53],"\u5206\u5c90":125,"\u643a\u5e2f":93,"\u5358\u4e00":49,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":106,"/acccess":98,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":109,"_jp":76,"_small":[1,121],"\u6d6e\u52d5":95,before:54,"\u7e26\u68d2":43,"=allow":79,"\u6574\u6570":[45,1,84],"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[119,63]," yoshioka":52,"\u300coutput":26,"\u30b9\u30c6\u30fc\u30bf\u30b9":[52,1,121],"\u691c\u8a0e":47,"-pack":96,"\u691c\u8a3c":126,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[38,0,105,33,67,88,111,128],"'or":52,"\u975e\u4e92\u63db":18,cmd:72,"\u30d1\u30b9":[126,109,2,106,104,7,68,130,29,26,18,76,37,6],"\u7c21\u6613http":[107,90,11,117]," contain":52,"\u30ed\u30b0\u30d1\u30b9":109,realtime:58,"/bc":106,content:[95,79,80,105,22,82,16,18,52,53,37,128],grease:10,"/\uff09":109,"\u8996\u899a":93,"\u30d1\u30ea":9,"\u63a5\u8fd1":46,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":109,iso:105,"\nparameter":16,"1\u884c":104," rand":45,"\u7531\u6765":113,"\u30e1\u30e2\u30ea\u30fc":43,"\u5358\u4f4d":[9,2,105,93,34,100,21,22,95,109,121,129,18,118],"_clear":18,tokens:5,"[http":52,"\u5358\u4f53":[93,104],"\u5f79\u5272":2," instantly":22,nsubrecs:[33,91,129],distance:9,keyword:[52,22,128],".json":3,gnupg:106,enables:6," munin":52,"\u30a8\u30e9\u30fc":[117,0,51,106,11,90,12,107,72,96,18,52,76,60]," allows":22,"\n\n":[31,2,92,68,67,48,119,6,102,42,63,129,37],"\u958b\u3051\u308b":52,"\n<":3,"\n>":[72,29],"\u7279\u6b8a":95,"_cas":1,"\n-":[92,102,119,63,106],"\n(":[103,3,106],"\n%":[85,90,106,117,15,11,68,107,29,112,52,18,76,125,60],"\n ":[33,79,5,105,104,88,47,129,67,128,68,95,83,50,9,110,6,37,43],"\n\"":[3,104],"\n#":[5,2,64,68,6,7,75,89,104,99,79,9,105,10,108,82,83,41,13,43,33,86,55,16,50,80,53,128,91,129,94,22,58,36,132,29],"\n]":[33,80,2,64,91,86,10,108,128,132,95,83,9,112,58,36,53,105,99],"\n[":[2,3,4,68,25,6,36,89,104,64,82,79,80,105,10,108,40,83,41,110,112,99,78,33,86,47,49,16,50,9,84,53,132,128,91,88,129,22,58,27],"') ":68,"\u3002\u30df\u30ea":10," env":124,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":54," domain":[57,91],"\u3002munin":[107,90,11,117],"\u533a\u5207\u3089":18,"\n}":[46,6,37],don:6,radious:118,"\n{":[33,79,80,2,64,91,10,128,82,40,16,41,105,53,132,89,104,99],doc:[57,101,106,85],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":106,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,86,130,58],"\u56fa\u5b9a":[2,121,43]," eight":2,"\na":103,"\u306a\u304a\u3053\u306e":104,"\u6210\u308a\u7acb\u3063":46,syntax:121," token":104,"\u65e5\u672c\u8a9e":[61,105,47,93,128,52,36,85],"\u8ffd\u52a0":[93,59,46],"_address":[1,29,121]," \u3057\u3044":[47,100]," dist":106,"\u72ec\u81ea":[95,93,126],"\\\"a":16,stop:52,"_limit":[38,0,1,21,32],"/grntest":106,"\\\"}":40,gbyte:44,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[117,38,79,5,105,58,11,100,90,130,128,107,86,109,73,18,52,28,43],bad:121,"\u623b\u308a":52,"\u524d\u56de":106,",\"location":[33,50],"\u591a\u304f":[79,2,10,68,22,47,18,133,43],reference:[10,52],"\nlog":103," keyword":[22,128],"\u623b\u3063":6,".kentaro":52,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,"\u30aa\u30fc\u30ca\u30fc":52,"\u4e88\u7d04":49," gcc":[15,117,90],brazil:91,"\u672a\u958b\u653e":109,inappropriate:121,sigint:18,filename:121,"\u7bc4\u56f2":[38,79,51,93,35,52],"+fffe":5,"_geo":18,"\u3092\u901a\u3057":[68,2],"_get":[18,52],"\u534a\u5f84":118,"\u3092\u901a\u3058":50,"_operation":[1,121],"_level":[38,21,32],"\nmercurial":106,"\u73fe\u308c\u308b":47,"\u3044\u3044\u306d":[79,105,128],"0e":104,"\u8a9e\u5f59":[44,38,66,100,132,111,43],"\u62bd\u51fa":[16,52,22,43],"\u3068\u3044\u3063":[117,79,9,105,66,50,113,52,37,128],"_too":[1,121],"\u3068\u3044\u3051":[36,121,43],"\u3068\u3044\u3046":[5,2,3,66,34,100,6,7,36,52,76,37,64,79,51,105,106,10,108,83,104,113,13,43,33,86,47,87,88,50,9,18,53,124,125,132,128,91,93,94,22,129,26,85,29],"\u7528\u3044":[38,0,93,18,13,125],"-help":96,"\u7591\u4f3c":[38,79,32,45,40,52],"-scorer":115,"_log":52,"\u554f\u984c":[0,2,105,106,10,109,130,128,88,52,18,104,85],logaling:54,"_key":[0,68,18,75,77,40,79,80,105,108,82,83,41,112,43,16,9,52,89,128,109,22,132],"\u6700\u3082":[88,79,12],ip:[29,104],is:[5,10,121,103,85,6],it:[95,79,105,83,33,40,16,103,128],il:[47,100],io:71,"in":[16,5,71],ia:[47,100],id:[2,64,66,67,68,103,29,36,75,89,77,99,79,105,10,108,82,41,63,33,112,86,47,88,50,119,53,128,91,109,95,58,132],"if":[103,16,46,105,83],"\u305d\u3093\u306a":[76,43]," remained":103,make:59," smaller":103,"\u306b\u3088\u3063\u3066":[51,2,10,93,47,125,77],"\u5f15\u7528":68,"8byte":121,"\u3055\u307e\u3056\u307e\u306a":[38,111,129],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[49,77,43]," articles":53,protocol:[26,68,3,37],"@groonga":[106,17],"||":[52,53,46],yes:[108,125],"\u5f8c\u65b9":[38,46,52],"\u89e3\u50cf":109,candidate:108,defrag:[38,0,21,32],"\u306f\u3059\u3079\u3066":[79,5,2,105,40,113,132,43]," four":[103,2]," libmecab":[107,11,106],save:106,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[106,133],"_close":[18,46],"|>":103,"|<":103,"|:":103,"\u5cf6\u7530":52,"| ":[79,105,47,83,50,103]," environment":54,"\u6539\u540d":[18,52],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,63,66,34,68,6,7,102,52,76,77,78,38,105,40,104,112,113,43,116,46,49,88,119,18,132,92,93,27,133],centos:[38,106,96]," ueno":[52,109,130],"\u3067\u3044\u3046":132,"\u4f7f\u7528":[0,5,2,64,34,100,68,98,6,102,63,37,79,51,105,106,10,40,83,41,104,46,47,49,16,9,52,89,55,128,88,92,129,109,94,119,26,29]," results":[52,22],total:[88,104]," bigram":[47,129],"\u5c11\u3057":76,notification:103," firefox":85," visual":72,localhost:[126,3,106,37,18,104,6],"\u7a0b\u5ea6":[18,2,52],"\u53c2\u8003":[38,106,32],"\u5b8c\u5168":[79,46,105,66,49,43],"\u304c\u308f\u304b\u308a":[129,80],"\u304c\u308f\u304b\u308b":9,"\u4e00\u500b":46," shopping":82,"\u30c1\u30a7\u30c3\u30af":[126,109,88,52,18,104]," aggregate":22,sphr:9,"\nlevel":103,"\u305d\u3061\u3089":76,"\uff08\u307e\u3082":37,editor:85,"\u6291\u3048":47,fork:[68,85],tokenbigramignoreblanksplitsymbolalphadigit:47,form:2,"\u7f6e\u3044":106,".ne":71,"_animal":10,"\u5165\u308c":[47,33,129],"\u5165\u308b":[75,67],"\u5165\u308a":[67,2,105,91],grroonga:8,"\u5426\u5b9a":[79,46],"delete":[38,0,32,109,21,18],"_location":[95,129],"\u6c7a\u3081\u308b":[79,46],kwic:22,"\u5165\u3063":[33,2,95,121,52,36,53,125],"sort\u30ad\u30fc":0,"\u73fe\u5728\u5730":129,"\u30a8\u30c7\u30a3\u30bf":85,tokenbigramignoreblank:[47,28],excel:124,"\u3002\u307e\u305a":47,"\u914d\u5217":[95,79,5,128,67,109,75,22,49,88,46,52,18,43],"\u3002\u307e\u305f":[126,51,2,99,86,10,93,34,68,50,46,29,26,124,104,105]," ocelot":[18,52],"\u300d:":132,".service":52,fsf:52,macports:[38,96],pseudo:[38,79,32],"\u6539\u5584":[18,0,52],"_offset":[1,110],"\u9069\u5207":[5,2,93,109,104,43],"\u81ea\u52d5\u7684":104," hottolink":71,segv:[52,0],"\u7279\u6027":66,manager:[6,37],"\npackages":106,"\u7fa9\u8a9e":124,"\u795e\u5948\u5ddd":129,"\u3068\u3059\u3050":82,"\u524a\u9664":[0,31,66,7,48,93,109,6,68,52,119,18,89,77],"\u30bb\u30c3\u30b7\u30e7\u30f3":[114,68,121],string:[52,46],"\u8a2d\u8a08":79,"\u4e0a\u91ce":109,"[php":52,"\u30b5\u30f3\u30d7\u30eb":[52,79,109,130]," performance":22,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":86,"\u304f\u3093":129,"\"mysql":8,"-escalation":96,item:[36,108,86,58],"\u672a\u6e80":128,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":88,"-deb":106,"\u4ed8\u4e0e":[33,104,77],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":52,"\u629c\u3051":[18,52],"\u5076\u6570":105,"\u63db\u6642":18,"\uff08normalization":132,"-dev":[106,11,17,107,52,18,125],"\"xxx":52,">alloc":3,".so":7,"\u4f8b\u3068\u3057\u3066":10," two":103,"-mode":85,"\npublished":106,shift:76,"\u3068\u3059\u308c":93,"_version":[18,106,12],"geopoint\u9593":18,bom:109,raccoon:33,bob:[79,128,83,41,89,37],"\u30dd\u30a4\u30f3\u30bf":12,"\u5fd8\u308c":18,"-leak":109,"\u521d\u671f":[93,18,109,52],"/main":11,"\u4e21\u8005":50,"-check":[18,109]," sequence":103,"\u5916\u90e8":87,"-libevent":52,"\u5e74\u9f62":[93,43]," mysqlgenerallexicon":132,ooo:66,"-each":18," rpmforge":90,"\"color":132,"\"mori":112,"/nfs":76," new":106,mbytes:104,"\u8fd1\u3055":105,"\u30b8\u30aa\u30b5\u30fc\u30c1":[18,111,38],"\u30dd\u30a4\u30f3\u30c8":124,"\u8fd1\u3044":126,ull:5,"\u8fd1\u304f":[93,35,105],"-directory":52,"\u30fb\u30b5\u30fc\u30d0":2,normalize:[38,21,32],"\u3002\u30ed\u30b0":43,"\u30d0\u30a4\u30c8":[1,66,34,109,22,52,18],"/cpuinfo":[107,90,11,117],"\u8a9e\u53e5":33,map:18,groo:79,"\u518d\u8aad":[42,124],max:[126,45,2,3,55,88,29,52,84,104,6],mac:[38,96]," content":[79,80,105,83,22,82,16,53,128],"\"serach":86,fluent:74,"_values":18,"\u5e02\u5185":35,"_init":[103,18,52,12],"/fedora":[52,109,106,117]," am":22," an":6," as":[85,52,83,6,22]," at":[103,71],"\u8a08\u6e2c":[18,0,125],tweets:82," sjis":68,"\u91cd\u306a\u3063":52,repositories:106,"_timeout":[1,121],"\u3053\u3061\u3089":[80,2,83,53,124,85],ggdb:106,nroonga:[83,54],"\u5b9f\u4f8b":[59,120],"\u624b\u6bb5":46,"\u7a7a\u304d":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,35],correct:[108,86],"|allow":[79,128],"_content":[79,105,83,22,95,16,53,128],"8\u3064":104,"_string":[52,125],org:[29,91],"\u62ec\u5f27":40,"\u4e8b\u9805":38,"\u6b21\u90ce":33," key":[52,2,106],"\u304c\u3042\u308a":[61,9,124],"] [":104,wiki:6,"\u30dd\u30fc\u30c8":[126,98,3,104,68,29,52,37]," nsis":106,"\u81ea\u5df1\u7d39":129,"\u9078\u3073":8,"\u9078\u3076":93," truncated":52,"1g":[107,11],"\u30bd\u30fc\u30c8\u30ad\u30fc":[108,0,79],"\u30d8\u30eb\u30d7":125,"_preparer":[36,108,86,58],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":93,memo:83,"\u62e1\u5f35":[18,111,38],"\u5c0f\u3055\u304f":[82,66,9,37,118],"11":[47,83,79,105],"10":[2,104],"_index":[33,79,71,2,64,83,47,129,109,128,22,82,49,16,52,53,105],libgroonga:116,"\u5229\u7528\u4f8b":93,zsh:[76,106]," \u307e\u305f":[79,3,128,37,105,76,104,43],dash:76,"\"application":18,katakana:36,".uuuuuu":105,"\u914d\u5e03":[117,90,11,107,72,96,52,60],"_network":1," inv":104," int":[10,52,41,9],"_end":1,">#{":103,performance:22," objname":[27,78],beta:71,"\nhttp":6,pair:[36,108,86,58],synonym:[79,64],"\u306b\u3068\u3063\u3066":5,"\u539f\u56e0":[38,73,104],precise:[11,106],lexicon:[75,132,43],show:0,"-po":59,"\u6700\u5927\u5024":52,"\u30dc\u30c3\u30af\u30b9":79,threshold:18,"\u77ed\u6642\u9593":93,"-plugin":74," site":[33,2,91,10,50,29],"\u306a\u3093":51,"\u306a\u308c":51,"\u7acb\u3061\u4e0a\u3052":104,black:132,"\u306a\u3089":[68,36,104,117,79,80,105,11,114,43,46,86,55,51,52,53,125,54,90,128,107,132],"\u306a\u308a":[1,2,3,34,68,6,7,36,52,77,64,82,79,51,105,106,10,108,40,104,99,13,78,43,33,86,47,49,50,9,121,18,53,118,124,54,132,128,93,22,95,129,26,27,29],"\u306a\u308b":[0,2,64,34,68,72,6,76,104,78,117,79,105,106,39,10,11,12,82,83,112,43,85,46,47,49,52,118,90,93,109,22,130,107,96,58,27,60],wheezy:[38,106,96],get:[18,52],"-setuptools":13,"\u51fa\u305b\u308b":93,geo:[38,0,32,109,52,18,115],"\u3002utf":132," patch":71,tokyogeopoint:[18,34,118,50,39]," pangolin":[38,106,96],summary:104,"\u305f\u304b":[18,79,86],"\u5468\u8fba":[52,22]," lenny":18,"\u8907\u96d1":[52,79,46,105],sear:36,masahiro:109,"\u884c\u306a\u308f":52,"-threashold":[47,109],"\u53ca\u3073":[119,104],"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":37,"\u6700\u5c0f\u5024":105,"\u3088\u3063\u3066":[34,5,35,50,70],"\u306a\u3069":[5,2,66,34,35,70,29,52,74,36,76,37,79,51,105,106,10,82,104,113,42,85,116,46,86,47,100,88,18,124,129,128,93,22,58],"\u306a\u306b":36,"\u306a\u3067":36,ja:[106,85],"\u306a\u3063":[79,51,2,125,106,88,10,93,109,95,47,5,29,52,18,53,129,37,128],"\u306a\u305c":[79,105,86,128,36,132,43],"\u5206\u5272":[2,105,93,100,66,18],"\u306a\u3059":39,"\u306a\u3055":[26,79,45],"\u306a\u3057":[51,63,128,16,92,83,1,102,52,118,119],"\u306a\u3052":64,nogpgcheck:52,"_allowed":[1,121],"\u306a\u304f":[0,2,64,66,35,6,7,102,52,76,104,79,105,106,10,37,113,43,16,18,53,54,128,93,109,22,59],"\u4f8b\u5916":117,"\u306a\u304a":[100,106],"\u306a\u3044":[0,5,3,66,35,68,6,52,76,104,79,51,105,106,108,82,112,113,43,44,46,15,87,55,16,80,18,124,125,54,126,128,88,93,109,130,95,96,26],"\u306a\u3046":129,"*bsd":[18,109],"_invalid":1,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":100,"} ":[103,85],"\u5f15\u304d\u51fa\u3059":93,"}/":[85,76,7],"}.":[83,79],".select":104,"\u524d\u5f8c":[68,2],"\u9ed2\u3044\u70b9":35," []":67,"}\n":[33,79,5,99,86,10,108,128,94,103,82,41,9,6,58,36,53,129,89,37,105],"[admin":[18,52],"\u5b57\u5c0f":79,"}|":103," [\"":[79,80,47,108,67,88,129],"_avoided":[1,121],"\u6240\u5b9a":[47,100]," haystack":46,sound:86,"\u30bb\u30df\u30b3\u30ed\u30f3":104,"\u30af\u30a8\u30ea\u30fcapi":[1,21],"}]":[3,104],hdd:104,"_corrupt":[1,121]," coverage":125,"\"mroonga":[16,79,105],"\u8af8\u6761":44,"\u578bn":79,"|')":49,"\uff01\u3057":17,"-document":[68,106],pat:66,"\u91cf\u8a08":0," special":79,"=squeeze":106,"\u3002\u3044\u307e":52,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":38,"< y":52," xml":3,"\u8a00\u53ca":16,"\uff01\u300d":[79,105,128],"< n":105,"\u672c\u5f53":36,montywi:52,"\u305d\u3057\u3066":[79,5,10,93,22,129,36,53],markus:52,"\u30d3\u30e5\u30fc":52,"\u8aad\u307f\u98db\u3070":2,"\u5927\u8cb4":52,"(precise":106,money:33,"\u5927\u898f\u6a21":93,"\u3002\u3059\u3079\u3066":[125,85],"\u518d\u8d77":[98,124],".dll":104,"\u3002none":68,"/false":[10,0],"\u5ea7\u6a19":[9,105,129,35,39,18,118],"\u56f0\u96e3":[52,93],"\u9069\u5b9c":[64,106]," format":[103,71,3,85],server:[52,6,37,33],"\u9650\u308a":[40,47,46,100,77],quantal:[38,106,96],"},":[33,79,80,2,64,83,129,128,82,9,41,5,105,53,89,104,99]," ci":116,ellip:9,"/database":[6,37],"\u65b0\u5bbf":50," cd":[72,106,85],critical:103,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[38,52,23]," cp":11,"\u306b\u3064\u3051":105," check":125,"\u306f\u3044":10," normalizernfkc":132,"\n{\"":[105,86,108,82,83,58,36,53,128],broken:121,"\u306f\u305a":[52,104]," schema":101,"\u306f\u3069":[79,43],"\u306f\u3068":66,"\u306f\u307f":59,"@soundkitchen":[18,52],"\u3082\u3061\u308d\u3093":104,"\"\u30df\u30ea":105,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":133,"_reopen":[38,32,4,21,25,52],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":68,"\u8abf\u6574":[47,113],"\u3002\u3059\u3050":6,"\u4f55\u5ea6":52,"\u306a\u304c\u3089":[79,5,2,106,93,52],"\u3002command":51,"\u63d0\u6848":[131,38,108,109,52,18],"\u3082\u3046":[10,52,53,82,81],"\u8a18\u8f09":[52,80,106],"\u3002cpu\u30b3\u30a2":37,"\u3082\u3057":[79,9,128,43,95,1,104,76,124,37,54],"\u516c\u958b\u9375":106,hsiomaneki:129,"\u3082\u3059":7,"\u3082\u306e":[2,64,68,72,6,104,79,51,106,10,85,45,46,86,9,121,52,53,118,126,129,132]," cities":9,"\nbigram":104,"|on":79,"|oo":79," posted":129,"$prefix":18," enabled":103,"\u5883\u754c":[52,9],"\u3082\u308c":64,"\ntype":16,file:[0,109,121],"\u53d6\u308c\u308b":40,"\uff08true":10,"\u5b50\u5348\u7dda":9," sleepy":82,"\u4e0e\u3048\u308b":[40,126,50,51,68],"\u3002pcre":6,"\u8a18\u8ff0":[46,2,64,129,68,53,104]," rpm":[117,90,106],"\u4e0a\u9650":[38,87]," please":85," xvzf":[117,90,15,11,107,76,60],"}e":105," language":85,"\u30ce\u30fc":5,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[18,52],"\u30d6\u30e9\u30b8\u30eb":9,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":64,"/lib":[98,6,7],"-alloc":55,"\u8aad\u3081":52,"\u5dee\u5206":104,"\u8aad\u3093":[59,54]," type":[49,16]," metadata":52,")mroonga":124," boolean":71,"\u30e1\u30cb\u30e5\u30fc":106,"\u306f\u3053\u306e":79,sigusr:18,"\u30d6\u30c9\u30a6":64,"\u30d6\u30e9\u30a6\u30b6":[76,72,29,106,85],"\u304c\u3053\u306e":128,"\u30dc\u30c7\u30a3":[43,121,7],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":125,"\u5225\u9014deb":106,"@orangain":52,tokenbigramignoreblanksplitalphadigit:28,"_append":46," have":82," redcloth":106,"\u307e\u3057\u3087":[33,79,9,2],"\u30c6\u30b9\u30c8":[59,120,106],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":68,"\u6e96\u5099":59,"\u5931\u308f":52,search:[5,128,86,108,58,36,124,8]," clone":[74,106,85],"-localestatedir":76,published:106,"\u300c\u5024":43,"\u307e\u308f\u308a":59,"\u672a\u77e5":52,".synonym":79,"\u8a08\u753b":117,"\u5ca9\u4e95":52,"\u5317\u534a\u7403":52,"\nprefix":46,"_gqtp":104,"\u3053\u3068":[13,59,46,87,93],"\u3053\u306e":[117,116,5,2,3,66,100,68,115,17,70,1,72,6,52,36,76,89,37,64,82,79,9,105,106,83,10,131,11,40,47,41,104,63,94,43,102,33,46,86,15,50,119,121,18,53,118,124,54,90,129,128,91,92,93,20,21,22,95,107,96,58,59,85,60],jsonp:18,"[element":105,"\u4e00\u756a\u5de6":105," parameter":83,none:[79,5,101,121,53,76]," return":[95,103],hour:103,"\u3053\u3053":[79,2,64,106,10,108,128,95,47,50,129,132,124,105],dev:[107,11],deb:[107,11,106],"\u4e2d\u5fc3":118,share:76," useful":53,"\u3053\u308c":[5,66,100,6,7,36,52,76,129,8,37,79,9,105,106,10,82,43,46,86,47,16,50,121,18,53,124,132,128,91,93,22,57,58,85],"\u591a\u3059\u304e":109,"/afr":[50,2,91]," wgs":[10,33,50,9,129],"\u666e\u901a":105,"\u30cf\u30a4\u30d5\u30f3":[2,43]," tsv":3," engine":[5,86,108,22,58,8]," architectures":106,"\u3066\u304d":1,"\u3066\u304f":125," umemoto":18,"\u547c\u3073":[79,46,64,91,10,68,22,104],"\u547c\u3070":[34,2,105],"\u3002ftp":104,"`hostname":68,"\u5217\u578b":[10,64,91,128],"\u975e\u308f":100,"\u308c\u308b":[2,64,66,34,35,68,72,52,36,76,77,79,51,106,10,108,82,104,42,43,46,86,47,87,100,16,50,9,121,18,125,132,88,93,94,22,58,85],"\u6955\u5186":[9,118]," expressions":6,good:[82,79,105,128],"\u516c\u5f0f":[18,90,117,83],"\u3079\u3066":79,"\u9664\u304f":52,"\u5316\u95a2":109,"\u4f1d\u7d71":93,"\u3079\u304f":2," python":[13,106],"\u9664\u3044":[22,104],"-encoding":96,"\u52b9\u679c":129,"\u767b\u9332":[93,59,46]," none":79," well":22," systemctl":98,flower:10,"\u30d5\u30e9\u30f3\u30b9":9,"\"gr":43,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":125," characteristics":22,"\u8ddd\u96e2":[0,9,105,81,93,35,50,52,118],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":72,"\u3068\u3082\u3063\u3068":76,"\u547c\u3093":100,tritonn:[79,105],"\u308c\u305a":51,"\u306b\u3082":[79,100],"\u306b\u3088":52," geodetic":34,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":9,".blog":47," messagepack":3,koi:[52,76,68]," en":[36,108],"\u306b\u5bfe\u5fdc\u4ed8\u3051":36,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":37,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[26,68,6],"/archive":106,selector:110,"\u308c\u307e\u305b":[51,68,88,53,76,124],"\u6574\u7406":52,"\u4e71\u6570":[45,50],"\u5927\u91cf":[66,33,46,2,43]," gem":106," geo":[52,9],"\u4e0a\u8a18":[44,85,79,80,2,83,47,86,16,50,29,58,76,52,54,124,104,43],ages:[75,43],"/lists":106," : ":101,"-limit":[0,68,79],"\u307e\u3068\u3081":59,build:[55,52,72,106],"_available":[1,121],"\u53d6\u308a\u51fa\u3057":2,"\u306b\u3057":[79,105,128],"\u5e73\u884c":106,"-protocol":[68,29,104],"\u306b\u3059":47,"\u306b\u3066":[52,9,106],"_put":[4,38,21,32],wareohji:52,"\u306b\u3069":46,ko:71,"\u7528\u8a9e\u96c6":88,"\u4e0a\u66f8\u304d":[50,106],".com":59," element":105,"_by":[18,129,130,52],"(drilldown":77,"\u30d1\u30c3\u30c1":57,"[number":40,nterms:88,"id]]":[92,63],"\u30a2\u30ca\u30a6\u30f3\u30b9":106,permission:121,express:[52,72],"\u601d\u3044":85," build":[107,11,106,54],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":64," localhost":68,"\u62c5\u5f53":106,"\u9593\u9055\u3063":[18,86,8,52],"\"popular":79,"\u300chsiomaneki":129,"_and":46," finished":103,"\u601d\u3063":57," suited":22,"/log":[98,76,68],"\u554f\u3044\u5408\u308f":46,tokenizers:[38,79,5,32,43],"\u5c02\u7528":[38,111,106,85],"\u30e2\u30b8\u30e5\u30fc\u30eb":[38,51,109,93],"(news":106,".log":[76,98,51,68,104],"\u3046\u3061\u3044":68,readme:106,"\u8a9e\u4ee5":105,"\u8868\u73fe":59,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":52,"\u66f8\u3051\u308b":52,"\u5024\u578b":10,"\u6570\u70b9":34," appears":22,"-file":[95,18,68],"\u5b9f\u51e6":46,"\u6642\u70b9":[52,51,106,12],point:41,"\u3059\u304e\u307e\u305b":33,"\u306f\u3058\u307e\u308a":51,shutdown:[38,109,21,32],"\u6253\u3064\u524d":106,"\"gronga":8,"_connection":1,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":16,"\u53ce\u96c6":[95,93],"_when":[95,41,94,89],"\u30a2\u30ed\u30b1\u30fc\u30c8":55,bill:[47,100],ful:5,"\u307b\u3057\u304f":79,engi:[36,108],karmic:125,"^ \"":105,"'article":53," queryexpandertsv":124,"(>":46,"\u95be\u5024":[38,79,108,100,68,12,73,18,76],"-key":[52,106],"\u7d42\u7aef":52,emphasize:80,")groonga":124,"\u56fd\u540d":91,"-chroot":106,"\uff08perl":6," document":[22,106],"\u5834\u6240":[95,109,104,17,106],"\"\u3001":36,"\u30b9\u30bf\u30a4\u30eb":68,"\u7d44\u307f\u5408\u308f\u305b":[46,2,106,47,93,49],"_source":106,flags:[49,88,41,67,12],sortby:[18,110],"\uff08or":113,"\u3002header":[41,94,89],"\u3064\u307e\u308a":[79,5,106],"\u3002dump":112," music":103,"\u547c\u3073\u51fa\u3059":[45,118,81,39,113,127],"\"value":79,"\u547c\u3073\u51fa\u3055":79,"\u547c\u3073\u51fa\u3057":[46,93,109,22,112,113,52],"\u306f\u3069\u3061\u3089":37,source:[33,2,106,129,67,49,41,95,53],realloc:109,bin:72,"\u968e\u5c64":46," blog":[47,16,53,2],bit:[117,90,15,34,11,107,72,96,54,104,60],"\u5f53\u3066":[66,67,5,75],"\u30d7\u30e9\u30b0\u30a4\u30f3":[117,0,109,83,93,11,90,130,132,107,52,7,18,76,124,85],"\u5927\u4e08\u592b":[61,76],"\u8aa4\u308a":52,"_body":[47,49,64]," lucid":[38,96],"\u4e0a\u8ff0":124,"-command":[109,54],"_over":[1,121],"\u4ee5\u5916":[102,79,46,63,64,106,92,66,34,35,12,55,109,93,18,104,43],google:[79,8],"\u8aa4\u3063":[52,106],examples:109,"\u3001[":[102,2],"\u3001_":[129,50,2,91],"\u66f8\u304b":[52,129],"\u3001c":2,"\u66f8\u304f":[53,128],"\u8a73\u3057\u304f":[10,93,2],"\u66f8\u304d":[93,79,104],"\u66f8\u3044":[129,105,128],"\u3092\u3064\u3051\u308b":105,"\u30d3\u30eb\u30c9":59,"\u5024\u306a\u3057":52,"\u3001\n":[50,84,106],"/cutter":106,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":52,cxxflags:[15,106],"\u3001\"":[80,2,64,86,129,34,58,16,18,36,52,8],"\u3001$":106,"\u3001'":[64,10,34,68,83,50,105],"\u3001&":50,"\u3001(":[34,104],"\u3001-":[26,34,109,104],"\u3001/":[2,29],"\u3001.":[125,85],"\u5730\u5f62":[9,118]," configuration":6,"\u3001:":104,"(fedora":98,"\u3084\u3059\u3044\u304b":124,"\u3057\u307e\u3059":[79,105,91,129,100,90,8,128],"/yum":106,"\u9010\u6b21":93,"\u6295\u5165":[47,0]," without":22,"_fin":52,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":76,"\u3072\u3068\u3064":[52,128,81],"\u51fa\u3059":129,"\u51fa\u3055":52,"\u51fa\u3057":129,"\nexecuted":29,"_full":106," needed":6,"\u7b97\u8853":52,"-binary":37,"/epel":90," senboku":52,"\u56de\u907f":[47,106],"\u52d5\u304d":37,"\u52d5\u304f":[18,76,133,52],"\u52d5\u304b":52," shops":100,curl:[52,76,37,54],sourceforge:106,"\u90fd\u6c11":[47,100]," accurate":22,"\u3042\u3052\u308b":[38,73]," ga":132," go":82,"\u5207\u308a\u6368\u3066":10,"\u30c7\u30fc\u30bf":[38,0,35,112,32,117,93,108,11,79,109,107,46,72,96,52,18,90,60],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":104,"\u53d6\u5f97":59,confirm:85," base":6,"_nil":109,failures:106,"\u7d50\u5408":[46,128,113]," post":[79,105,128],rinse:106," b":[105,128]," c":[128,57,93,72,18,105]," `":3," a":[79,5,128,106,22,101,82,16,103,52]," d":[47,100]," i":[106,85]," n":[93,79,105,128],"\u57cb\u3081\u8fbc\u3080":104," s":5," z":34," {":[5,2,86,108,94,55,9,6,58,36,129,37,29]," x":[38,96]," y":52," |":[126,117,79,105,106,83,47,11,90,107,50,6,52,54],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":52," @":[79,99,47,129,100,16,105],"_debug":125,"/\u65e5":129,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[79,105,128],"-release":59," [":[5,2,64,94,68,6,7,36,89,104,99,82,79,9,105,10,108,40,83,41,110,63,43,102,33,112,86,47,49,16,50,80,52,53,126,55,128,91,88,92,129,75,22,101,95,119,58,132,29]," ^":[52,105]," _":[33,79,9,2,99,91,10,129,128,16,50,52,105]," \\":[16,100,68,105,83]," ]":[95,6]," \"":[5,2,64,34,72,29,75,36,89,37,99,82,79,9,105,10,108,40,83,41,104,67,33,86,47,55,16,50,80,52,53,124,128,91,88,129,94,22,95,58,132,6]," #":[129,109,130,37,85]," ":[5,2,3,68,6,75,36,76,89,37,64,79,51,105,106,10,108,82,83,41,110,104,99,88,43,33,46,86,55,9,50,80,53,54,126,128,91,16,129,94,22,95,58,132,29],"\u4f59\u308a":105," &":[105,47,100,16,50,52]," '":[2,99,34,100,68,103,36,37,117,79,9,105,10,108,11,82,83,85,33,86,47,16,50,52,90,128,129,22,107,58]," $":106," %":[52,105]," *":[79,105,47,34,83,25,52,37,85]," +":[79,105,34,6,52,26,128]," (":[44,38,79,71,105,32,107,11,22,117,9,46,72,106,52,90,128]," .":[117,90,76,106,107,15,11,47,72,125,54,104,60]," /":[126,100,2,105,47,108,11,68,29,7,52,37,6]," -":[117,90,106,11,107,72,13,76,125,60]," 3":16,"\u6e0b\u8c37":129," 4":16," :":105,"_database":52," >":[105,100,50,112,52,18,104]," ?":105," <":[79,71,105,47,22,50,80,112,52,18,104]," =":[33,79,46,99,68,50,9,105],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":52,"-build":125,uubntu:125,"\u512a\u308c":93,".output":26,"\u76f4\u611f":99,"\u9665\u3063":52,"\u9023\u643a":93,"_thread":104,"= n":105,"\u5f35\u308c\u308b":52,"\u4e2d\u56fd":9,"= y":52,nonexistent:79,"\u632f\u821e":9,"0xc":121,"\u306b\u5bfe\u5fdc":[102,79,63,92,26,68,40,52,42,18,132],"= \"":[79,105],"/tmp":[124,37],"\u57cb\u3081\u8fbc\u307e":106,"\u57cb\u3081\u8fbc\u307f":22," article":53,"/senna":112,"/to":[6,37],"\u30ed\u30f3\u30c9\u30f3":9,"\u7518\u3044":64,"(ctx":46,"\u5b8c\u4e86":[79,106,85],"'mroonga":[83,53],"\u3002\u30ce\u30fc":5," garbage":88,"\u30d5\u30ec\u30fc\u30ba":52,".pid":68,"\u5f35\u3063":52,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[38,5,105,32,127,113,12,88,7,18,52,27,78],"\u4e2d\u7a0b\u5ea6":[117,90,11,107,72,96,60],"[header":[5,94,95,41,7,89,43],normalized:94,"\u305d\u308c\u3089":[126,79,124,37],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":52,"\u8d77\u52d5":[51,3,106,109,68,55,72,104,52,26,37],twiter:52,iptables:37," github":85,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[18,109,52],"{prefix":[76,7],"/linux":[38,96]," mte":71,gcc:[18,76,52],dd:[103,105]," size":88,"\u30b3\u30de\u30f3\u30c9":[38,0,46,106,32,109,72,18,74,13,52,76,125],"\u5186\u6ed1":106,"/universe":11,"\u5f35\u3089":[10,52],"\u5f35\u308b":[105,128]," composition":132,".textile":106,"\u30b5\u30fc\u30d0\u30fcid":18,bind:18,lines:125,"/repositories":106,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":109,"\nwarning":[4,25],"\u7d9a\u304d":40,"\u306e\u3088\u3046":[52,79,128,105,113],"(cutter":125,"\u7d9a\u3044":[47,92,79,63,102],hiroshi:18,jiro:33,"\u3002int":52,"\u7d9a\u3051":104,lf:126,"\u6d88\u8cbb":82,lc:85,ll:[47,5,100],"'column":52,euc:[52,76,68],li:[47,100],lt:[5,22],"_gqpt":104,"\u9589\u3058\u308b":[18,0,66],"\u306f\u3069\u3061\u3089\u304b":[105,128],"\u4f75\u305b":2," cache":52,dat:66,"\uff08world":34,"@' ":2,day:103,"\u30e6\u30fc\u30b6":[79,46,2,64,106,86,34,58,49,52,36,8,104]," function":[71,115],"\u4e00\u3064":[31,63,4,34,100,25,102,75,78,51,81,10,12,110,112,42,114,67,45,48,49,16,9,84,118,55,127,88,92,93,39,119,80,27,97]," tokenbigramsplitsymbolalpha":5,"\u70b9\u9593":[9,50,35],normalizerauto:[75,5,94,43],"\u74b0\u5883":[93,59],"\u5217\u5f15":46,"& b":105,"\u5f85\u3061\u53d7\u3051\u308b":29,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[16,80,83],"\"sphere":118,res:104,"& _":50,"\u30ab\u30ec\u30fc":100,red:59,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[79,80,83,22,16,9]," ubuntu":106,"/\u6708":129,"\u73fe\u72b6":51," too":53,"\u4ed8\u5c5e":[26,6],"/aba":[50,2,91],"& (":105,"\u76ee\u8996":95,"\u30d6\u30e9\u30b8\u30ea\u30a2":9,"_options":52,"_long":[1,121],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":93,hex:33,"\u30d9\u30af\u30bf":[52,0,109,67],"\u7d44\u307f\u8fbc\u307f":[38,5,32,94,21,112,104]," protocol":121,"\u8aad\u307f\u8fbc\u3093":29,"\u6c38\u7d9a":[38,32,43],"\u8aad\u307f\u8fbc\u3080":0,natty:[18,106]," mecab":[93,90,71,117],"\u3068\u3088\u3044":76,"\u53d6\u308a\u5f97\u308b":34,"\u305b\u3044\u305c\u3044":43,"_illegal":1,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":52,"\u5229\u70b9":93,"\u30da\u30fc\u30b8":[38,79,2,106,68,17,52,26,85],"\u81f3\u308b":10," tritonn":[79,105,128],"=users":37,"\"co":8,min:[126,52,104],"_control":[1,121]," lexicon":[83,82,16,53,104,43],"\u914d\u4e0b":[26,106],"\u8aad\u307f\u8fbc\u307f":[18,124,2,7],"\uff08gnu":76,"/commands":[10,75,41,12],"\uff09\u3001":[66,100],"\u306a\u3082\u306e":106,"\uff09\u3002":[47,129],"\u6e2c\u5730\u7cfb":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[52,86,43],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,51,109,95,52,18],"\u7d44\u307f\u8fbc\u3093":93," tracking":61,text:[79,5,3,66,34,128,95,52,53,37,105],"\u8d8a\u3048\u308b":47,supported:71,"\u5ea6\u3068":18,conifugration:54,"\u610f\u5473":[79,46,2,105,108,68,50,52,36,76,124,104,128],"\u5b66\u3093":129," is":[79,5,2,3,83,10,128,22,16,80,6,103,52,53,105,37,29]," it":[82,83,128]," in":[52,46],"\u5bfe\u8a71":[2,29]," id":[103,88,93]," if":6," documents":[83,22],"\u5c11\u306a\u304f":[82,93,128,22,105],"\u5c11\u306a\u3044":[79,128,82,113,124,105],"% ":[106,85],"\u7e70\u308a\u8fd4\u3059":109,"\u306e\u307f\u3057\u304b":8,"\u7e70\u308a\u8fd4\u3057":[105,104,85],"\u5272\u308a":[5,105,10,66,67,75],fixed:52,"_busy":[1,121],"\u5236\u5fa1":[52,6,83],"\u3002blogs":47,"\u4ee3\u5165":[52,46,109,128],terms:[47,88,79,2],xxxxx:106,"\u985e\u4f3c":[52,46,113,108],"{name":105,"(string":81,"\u30c7\u30e1\u30ea\u30c3\u30c8":66,progress:103,"\u5b66\u3073":[79,9],"\u7dad\u6301":[93,37],"\u5168\u4ef6":[105,128],"\u518d\u8d77\u52d5":7,plugin:18,"-suggest":[30,38,32,108,109,130,52,18],shorttext:[2,64,66,34,68,29,36,75,89,99,79,105,10,108,82,83,41,112,67,43,33,86,47,49,16,50,18,53,128,91,129,109,95,58,132]," swig":71,".org":[33,90,80,2,91,85,107,15,11,10,50,72,6,112,106,76,117,60,104,29],"\u88dc\u6b63":[38,131,108],"\u5171\u901a\u63a5":66,comment:[129,53],"\"fulltext":5,"\u304a\u304d\u307e\u3057\u3087":10,"\u3002drilldown":[79,91],"-history":18,"\u4ee5\u524d":[10,129,47,84,52,18,132],"\u30ab\u30b9\u30bf\u30e0":6,"\u91cd\u307f\u4ed8\u3051":[47,79],"\u30e1\u30e2\u30ea":[117,90,109,11,12,107,72,96,52,60],"\u5c0f\u6570\u70b9":10,json:[18,109,52],define:[38,21,32],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":18,"\u306a\u306b\u5bfe\u3057":[105,128],general:132,"_domain":1,"=..":106,"\u5168\u4f53":76,value:79,"\u540c\u3058":[0,34,68,6,7,75,104,38,79,51,105,108,12,37,42,67,86,18,124,93,109,95,26,132,73]," record":[9,2,83,10,16,29],"\u30bf\u30a4\u30df\u30f3\u30b0":[52,2],".db":[68,67,2,29],"\u6c42\u3081\u308b":[93,9,118],pkgs:90," event":[36,108,86,58],":!":128,"[apt":52,auth:[6,37],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":106,center:118,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":52,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":106,"\u304a\u3063\u3055\u3093":129,"\u4e00\u81f4\u7528":99,position:5,"1byte":121,"\"ellipsoid":118,"\u8868\u793a":[0,3,67,68,18,75,76,111,38,79,51,106,10,104,33,47,55,88,52,91,93,109],"-platform":96," me":28,"_byte":[1,121],"x\u30df\u30ea":[34,105],"\u5229\u7528":[5,35,68,72,18,76,104,38,106,11,112,85,117,52,125,90,93,95,107,96,43,60],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":66,":<":[79,128],"\u958b\u59cb":[79,9,63,92,55,125,102,18,104],"\u3055\u3093":[109,22,130,52,18,8,37,85],add:52,"\u3002gqtp":[126,1,29,121],"\u3055\u3089":53,match:[38,109,12,110,52,76],tests:106,"|none":79,"\u5730\u57df":93,elapsed:[3,94,95,41,103,89],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":47,success:121,"_leak":125,"\u7f6e\u63db":79,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":37,"\u4e0d\u6b63":[0,109,52,18,125,43],"((x":34,"\u8ca0\u8377":[109,6],"\u7121\u52b9":[52,79,76,6,128],"\u610f\u56f3":[16,53,83,52],tmp:[2,106,108,68,41,29,75,124,37]," old":106,sjis:[76,71],"\u30b5\u30de\u30ea":52,"\u5f62\u5f0f":[38,0,46,32,21,52,18],kosuke:52,",\"domain":91,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":105,"\u30d0\u30b0":18,host:[29,104],"\u6319\u52d5":[38,109,68,52],"\u30c0\u30e1\u30fc\u30b8":47,about:54,socket:121,"\u4ee5\u5185":[36,50,129,105,86],"\u3055\u304d":10,"_time":[95,103,41,94,89],tomo:33,"\u3055\u3044":[98,5,2,99,65,66,34,17,1,72,6,7,76,37,117,79,80,105,83,10,108,11,47,41,104,43,15,16,9,29,52,89,125,90,128,93,94,107,26,85,60],"!!":[40,33,129],"! ":[82,79,46,105,128],"!\"":[33,79,5,2,105,10,129,95,128,82,6,52,53,37,29],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":106," value":[52,79,2,83]," some":103,"_object":1,"\u30ec\u30fc\u30bf":52," concurrently":103,"\u95b2\u89a7":29,rch:5,">default":3,"\u901f\u5ea6":[18,33,66,104,52],"\u30a8\u30e9\u30fc\u30ed\u30b0":98,"_inappropriate":1,"\u3002post":37,"\u3068\u3068":[57,85],"\u3068\u3069":131,"\u3068\u306e":105,"\u30fb\u5168":110,"\u3068\u3066":[66,79,37,93],"&& ":[47,16,99,105],"\u5730\u56f3":93,enginen:36,"\u3068\u3057":[126,33,46,105,86,10,34,68,82,9,58,36,53,124,8,104],"\u3068\u3048":[51,64,93,100,22,50,76],binlib:106,"\u3068\u304d":[0,5,2,34,100,68,29,7,36,52,76,8,37,117,79,9,105,10,108,11,113,67,43,33,46,86,87,121,18,124,90,129,128,93,109,22,95,107,58,132],"-disable":[18,109],"!\\":105,epel:[52,90],pid:[0,76,68],"\u8a08\u7b97":[0,9,105,81,93,34,35,50,86,52,36,118,58],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[109,76,106],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[38,111],saer:[108,86],"\u4f7f\u3044\u5206\u3051":[47,100]," suggestion":101,"\u305f\u3060\u3057":[0,100,105,26,68,52,18,77,128],"\u305f\u3060\u3051":52," # ":6,"\u6291\u5236":52,detail:104,"\u3068\u308a":[79,80,94,12,41,26,125],"\u4fc2\u6570":46,"\ufffecrch":5,"\u3068\u3082":[79,105,129,22,16,50,104,128],"/sysconfig":98,"\u307b\u307c":53,"\u307b\u3069":[10,68,108,2,43],"\u305f\u3070\u304b\u308a":82,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[52,121]," #{":103,"\u307b\u304b":[10,93],"\u2026\uff09":86,"|ro":79,"(shorttext":64," takahiro":109," thread":[103,104],"\u6e1b\u3089":[52,86,66],"\"ab":8,"\u3002google":128,"/plugins":[109,76,7],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[18,52],"\u5b9f\u6570":34," aramaki":[18,109],"\u6761\u4ef6\u5f0f":52,"\u6700\u9577":[18,105,104],"_snip":52,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":108,"-repository":[52,106]," ka":132," column":[2,64,79,80,105,10,108,82,83,41,112,33,47,49,16,9,52,53,128,91,129,22],"/mm":105,"\u7b87\u6240":[95,52,22,106]," install":[117,90,106,107,96,13,125,60],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":18,"\u4e00\u8a9e":47,"\u5b9f\u65bd":106,"\u81f4\u547d":52,"-rpm":106,"\u683c\u7d0d":[82,46,105,66,67,35,68,93,49,75,18,77,43],"\u7fbd\u7530":129,"\u53cd\u8ee2":105,"\u30e2\u30cb\u30bf\u30fc":[107,90,11,117],"\u9069\u7528":[79,2,105],"\u3002output":112,path:[104,67,68,41,6,7,75,37],"\u95a2\u4fc2\u5f0f":59,".ddl":104," weakness":22,"\u79cb\u8449":50,"\u5f62\u614b":[93,76,105],"\u58ca\u308c\u308b":[18,0,109,52],"\u63a8\u79fb":51,"\u3082\u3063\u3068":79,"-ci":52,"\u8fd4\u5374":[102,79,63,92,67,75,2],"\u8aad\u307f\u3084\u3059\u3044":52,"/munin":76,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":52,noarch:[117,90],m6:15,autogen:[52,106,85]," columns":79,"\u30a2\u30e1\u30ea\u30ab":9,"_jis":76,"-bind":[18,68,52],te:5,"\u7f6e\u304d\u63db\u3048":[68,128,85],mb:52,mm:[103,105],"\"blank":132,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":104,mv:42,install:[106,54],"/xml":37,"-> ":109,"\u81ea\u8eab":[18,5,68,124,52],end:[126,3,121],eng:[36,108]," locale":85,"\u3002functions":125,"\u30d7\u30ed\u30bb\u30b9":[126,51,2,93,68,55,88,114,104,7,52,37],rroonga:[16,113,83,54],"\u30b4\u30df":[18,109,88],"\u7d42\u4e86":[51,106,109,68,114,52,104]," title":[33,2,10,16,29,53],description:[129,100],"-devel":[117,90],"\ndebug":[4,25],"\u305d\u306e\u5f8c":105,".tar":85,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[38,111],"-files":59,"\u5c0f\u3055\u3044":[79,46,128,66,130,118,43],"\u5272\u308a\u5f53\u3066":109,"\u4e88\u5b9a":[51,57,22,9,18,37],"\u305f\u3057":33,"\u305f\u304f":[18,85,8,37,22],synonyms:124,"\u300c\u697d\u3057\u3044":100,"@packages":106,gqtp:59,"\u305f\u3073":[50,51,104]," message":[53,25],"\u305f\u3060":117,"\u4e00\u884c":[109,68,104],"\u3072\u308d":99,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[38,111],"\u3072\u3089":[36,105,128],"\ncustomized":103,"\u3054\u3089\u3093\u304f":74,"2\u3064":[61,79,2,128,81,129,83,16,58,52,53,133,37,43],each:[103,36,108,86,58]," condition":83,searc:36,"\u3002\uff08":[79,100,105,58,66,34,35,22,12,128,88,86,109,18,113,36,85,54],"\u3002\uff09":[85,0,100,105,86,66,35,22,128,109,58,18,43,79,54],"\u6e96\u62e0":6,goo:[105,128],msgpack:[3,121],"\u30da\u30a2":[86,10,58,36,124,8]," implemented":71,free:109," html":[13,106,85],"\u305f\u308a":[93,34,113,84,66,59,43],"\u305f\u3089":[79,105,106,109,36,76,37,85],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":67,"\u305f\u3081":[93,59,17]," links":10,freecode:59,"\u53e4\u3044":[52,132,106],filter:[52,109,110,119],rand:[38,115,32],"\u53ef\u5909":[18,27,121],"\u897f\u66a6":105," one":[16,83],top:[18,39],"\u771f\u507d\u5024":38,"\u304a\u304b\u3057\u304f":109,too:121,tom:83,"|compress":67,"_pragma":79,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":88,mlock:109,"\u6d0b\u723e":18,"\"good":[79,105],"_untag":[38,115,32,52],obata:109,"\u8d64\u9053":9," sphinx":13,ram:104," customized":103,raw:54,"\u5834\u5408":46,"\u5f93\u3063":[26,79,37],"\u4e00\u89a7":[38,32]," yappo":71,"\u591a\u9762":93,"> y":52," service":[98,86],"\u5f93\u3046":109,"/share":[18,68],"\u3044\u307e\u305b":[79,5,105,128,66,35,90,95,108,52,133,124,37,43],bsd:76,the:57,"\u30b5\u30b8\u30a7\u30b9\u30c8":[38,108,109,101,52,18,76],"\u30ed\u30fc\u30de":36,"\u30ed\u30fc\u30c9":[38,105,93,109,68,111,52,18,37],"\u30ec\u30b3\u30fc\u30c9":[44,38,46,93,35,40,109,110,52,18,119],marverick:109,"\u307f\u306a\u3055":46,pkg:[109,76],"_vector":[33,79,80,10,129,49,16,52],"\u5ea6\u8868":109,"\u5c0f\u6570":[79,63,92,95,102,18]," libzmq":[107,11],"\u6c42\u307e\u308a":93,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":46,"|| ":[52,105],"\u59cb\u307e\u3063":[95,8],"\u3064\u3064":[47,83],watch:106,"\u306f\u307e\u3068\u3081\u3066":106,"\u8aad\u307f":[36,0,113,106,93],"\u3064\u304d":[79,80,124],"\u3064\u304b":130,"\u3064\u3044":129,"\u7d50\u679c":[38,79,46,106,93,109,94,95,112,52,18,125,54],hendro:52," five":2,"-per":18,"_with":[128,105,100,99,43],"\u3064\u3051":[79,9,94]," this":[2,6,37,22],nul:18," first":[79,105,128],"-commnad":51,"_for":46,"\u30d7\u30ed\u30b0\u30e9\u30e0":[52,59,109,6],"\u5bbf\u99c5":129,"\u56db\u6368":18,"\u30d7\u30ed\u30bb\u30b9id":29,"\u30b5\u30fc\u30d0\u30fc":[30,38,90,32,117,11,107,6,52,18],"\u59cb\u307e\u308a":106,"\u59cb\u307e\u308b":[79,105,104,49,37,36,124,8,77,128],news:[52,106],"\u884c\u6307\u5411":93,"\u3068\u3057\u307e\u3057\u3087":53,"\u30e9\u30f3\u30c0\u30e0":50,"4gib":[66,121],"\u591a\u91cd":126,"\u5f8c\u304b\u3089":112,"\u7d4c\u7def":[10,34,50],trust:106," my":[79,105,128],"\uff13\u3064":34,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":104,"\u7b49\u3057\u3044":[79,46,105,128],"\u7b49\u3057\u304f":[46,105,128]," sitecountry":91,"\u3072\u308d\u3042\u304d":99,monkey:10,"_blog":53,"\u8d77\u6e90":10,"/shutdown":[6,37],tokenmecab:[47,52,100],"\u5217\u60c5":5,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[105,94,68,88,41,112,108,89],"\u5f97\u308b":6,xxx:[52,68],"_not":[41,1,89,79,121],"\u6700\u9069":6,"\u7528\u9014":[117,79,66,11,90,95,107,72,96,93,98,60],"\u63a2\u3057":[93,104],tasukuchan:129,"\u4fee\u6b63\u4e2d":86,"\"a":16,"\"n":[79,105,128]," can":[103,22,85],"\"s":36,"\"}":[33,132,64,91,83,10,108,86,128,16,50,58,36,53,105,37,99],suggest:[18,109,21,32,38],"\u30bf\u30fc\u30df\u30ca\u30eb":6,"\"]":[33,79,80,2,105,47,129,67,68,22,92,112],"\"_":[33,79,80,2,64,91,10,128,40,16,41,9,112,105,53,132,47,89,37,99],"\"[":52,"\"'":[79,105,47,100,52,128],"\" ":[79,5,2,3,106,10,15,124,34,83,16,50,80,72,104,99,52,105,47,37,64],"\"\"":[16,34,52],"\"#":18,"\",":[2,64,67,68,29,36,75,89,104,99,82,79,80,105,10,108,40,83,41,112,33,86,47,55,16,50,9,52,53,128,91,88,129,22,95,58,132,6],"\"-":[18,9],"\".":[105,91],"\"/":[50,68],"\"(":52,"\")":[33,9,105,81,83,39,50,52],"\"*":52,"\"<":52,"\"?":3,"\":":[5,2,3,29,36,89,37,64,40,79,9,105,10,108,82,83,41,104,99,33,86,55,16,50,80,53,128,91,88,129,94,58,132,6],"\";":[104,6,37],"\"\n":[5,2,3,29,36,75,89,104,64,79,9,105,10,108,82,83,41,99,33,86,16,50,80,53,128,91,129,94,22,95,58,132],"/run":[68,106],"\u3084\u3059\u304f":109,"\u3084\u3059\u3044":[0,79,22,113],"_tags":[33,129],"_ctx":[18,52,20,32,38],"\u4ecb\u6587":129,"_buffer":[1,121],".scr":104,"_selector":[38,21,32],"5f":104,ceekz:52,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[105,128],advanced:71," means":[16,79,6,103],"\u5c0f\u6587\u5b57":[5,2,132,43],poedit:85,"\u6b63\u3057\u304f":[36,52],"\"engine":[36,86,58],"\u6b63\u3057\u3044":[124,8,86],"\u7d20\u89e3":[93,76,105],"_str":129,"\u3080\u3044\u3061\u3083\u3044":129," flags":49,"\u73fe\u4ee3":93,"\u5217\u6319":2,".zip":85,"\u6765\u307e\u3057":129,"_right":[18,39],".github":[106,54],core:104,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":52,"\u3001\u300c":[33,0,47,129,100,68,79,36],"\u6d88\u3048":66," application":37," username":33,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[52,2]," tajima":52," last":[52,129],"\u3002ascii":[105,128],"\u3092\u3054\u89a7\u304f":93,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":75," saerch":[108,86],"[@":[18,52],git:[106,85]," disabled":103,"[{":37," number":[68,104],"[test":52,"[n":52,head:[126,121]," make":[117,90,106,15,11,107,13,76,125,60],"_interrupted":1,"[\n":[33,79,5,2,64,83,10,129,128,94,22,82,16,50,9,105,99],"\u6253\u3064":106,"[2":68,"\u9032\u6570":[88,105],"[:":29,"[#":[18,52],"[\"":[33,105,10,108,67,88]," studio":[52,72],autoconf:18,"\u5185\u8a33":47,"[,":118,"\u8abf\u3079\u308b":[39,118]," nfkc":132,decrypt:106,"(match":83,"_ip":29,check:[18,0,21,32,38],ongaeshi:[52,109],"\u305f\u304b\u3063":86,no:[0,71,108,79,121,66,52],ne:5,ng:5,saerch:[108,86],"\u4e09\u756a\u76ee":105,"=number":96,"_touch":109," role":83,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":88," createrepo":106,"\u672c\u756a":106,"_memory":[52,1,121]," required":[6,37],",\"tags":33,"\u8a9e\u7248":106,"\u30d2\u30c3\u30c8":[79,46,64,47,129,100,82,36,99],"\u5fc5\u9808":[76,72]," \u304b":60," sudo":[117,90,106,15,11,98,107,29,52,76,125,60],"\u4e00\u822c":[93,79,2,128,113],"\nrequests":103,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[105,128]," character":103,enqueue:87," \u3002":47,"\u3053\u305d":129,level:[4,25,121],"\u8208\u5473":93," successor":105,"/db2":37,"/db1":37," whether":[16,83],"\u6f14\u7b97\u5b50":[52,79,46,109],"\u79d2\u8868":[10,47,50,105],port:[29,104],"\u5024\u6bce":79,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":106,"\u3044\u308d\u3044\u308d":[38,111],"/load":37,reply:53," ')":40," makecache":[52,90],"\u751f\u3058":[31,4,48,49,25,110,42,119,78],baseball:[33,53],"\u9ad8\u6a5f":[93,46],"\u6b63\u78ba":[10,55,2],"\u63d0\u4f9b":[109,66,6,18,8,37,117,51,106,11,12,30,46,9,52,54,90,93,20,107,132,133],"_success":[79,1,63,92,12,102,103],"\uff08ruby":54,"\u64ec\u4f3c":[79,105,128],"\u9006\u306b":33," solaris":[38,96]," level":[4,103,25,68],"\u30ea\u30f3\u30af":[128,106,10,74,52,105],"_delete":18,"\u307f\u307e\u3057\u3087":[33,2,64,10,129,50,53],"\u8fd4\u3055":[79,51,63,92,108,40,88,84,102,52],"\uff08messagepack":76," reference":16,"-src":[107,11],sports:33,"\"name":83,msg:87,"_concurrency":126,"\u30bb\u30c3\u30c8":[27,100,46,78],"\u3044\u308f\u3086\u308b":33,"\ncontext":16,".txt":106," on":[85,71,6,37,22]," of":[71,88,108,22,16,6,103,52],"\uff11\u3064":87,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[126,52,6],".]]":63,"/setup":54," os":[38,96],"_sis":[128,105,100,99,43],"-docutils":106,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[38,96],":clear":106,"\u76f8\u5f53":[95,50,2],"\u5f15\u304d\u8d77\u3059":52,clone:[74,59,106],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":54,"\nctrl":29,"\u7f72\u540d":59,"\u6b20\u70b9":93,succeeded:[41,89],"\u30b0\u30eb\u30fc\u30d7":[52,79,93],subrecord:52,"\u3002tag":33,"_res":104,"/srpm":106,"_descriptor":[1,121],"\u542b\u307e\u308c\u308b":[46,2,106,10,93,68,47],normalizermysqlunicodeci:132," just":[82,103,101],"\u56f2\u307e":22,"\u56f2\u307f":[68,22],"[[":[33,79,9,63,99,83,10,129,67,128,68,22,82,47,41,102,92,75,53,89,105],"\u30d9\u30fc\u30b9\u30d1\u30b9":6,"\u56de\u7e70\u308a":104,cutter:59," aptitude":[13,125,107],"\u6ce8\u76ee":79,"\u3059\u306a\u308f\u3061":10,term:49,name:[67,48,49,88,41,110],"\u500b\u3005":[47,51,46]," link":10," line":54,"\u534a\u7121":[18,43]," iwai":52,"\u53d6\u308b":121,"\u30cd\u30b9\u30c8":[52,53],"\u30d1\u30fc\u30b9":[18,113],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":48,"\u6642\u4ee3":93,"\u3042\u3044\u307e\u3044":43,"-default":96," warning":4,"\u914d\u7f6e":[2,106],"\u56f2\u3080":[2,22],"\u3002key":[100,2],"\u30b3\u30fc\u30c9":[52,5,85],"\u3082\u3057\u4ed6":94,"\u4e92\u63db":[117,90,51,105,106,11,107,5,26,132,37],"\u30db\u30b9\u30c8":[126,106,68,29,52,18,104],yum:[52,90,106,117],"-normalizer":[117,90,5,11,107,52,132],"\u304a\u9858\u3044":104," correction":86,redhat:[18,76],"-version":[109,106],"\u30b7\u30f3\u30d7\u30eb":[133,113],"_function":[1,121],"\u7d5e\u8fbc":[38,111]," text":[79,105,22,83,37,112,53,104,128],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[9,113]," logged":103,kbytes:104,"\u7b49\u4fa1":[79,109,113]," files":[103,72,6],"\u30a8\u30f3\u30c8\u30ea":[16,79,105,128]," match":6,specify:[6,85],"-httpd":[30,38,90,32,117,11,107,52,18],"(tab":124,"< t1":46,"\u3080\u308b\u3093":[105,128],posix:105,"\n\uff08":109,and:[52,50,22],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":44," name":[79,31,105,83,10,129,48,49,16,110,6,112,43],"_local":[112,104],prm:90,",' ":[10,34],"_groonga":95,"\u53b3\u5bc6":36,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"_permitted":[1,121],"\u30d5\u30e9\u30b0":[0,5,2,99,4,70,25,31,18,78,79,105,10,110,42,43,48,49,88,119,121,52,128,132],animation:33,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[79,76,68],"_suggest":130,"\nstatus":[2,29]," mail":104,"_down":[1,121],"\u81a8\u5927":93,"\uff09:":[117,90,100,15,11,107,60],"\u4e2d\u65ad":[18,52],"8mb":132,"\u5c06\u6765":[117,9,94,121,37],"\u4e00\u81f4":[38,0,46,106,108,79,130,52,43],"\uff09 ":[18,79,109,132],"\u30c4\u30a4\u30fc\u30c8":[106,17],"\u5ea6y":34,sitecountry:[29,91],"\u540c\u3058\u91cd\u307f":83,"\u88dc\u5b8c":[38,108,109,131,7],"\u3002weight":10,"\u30d1\u30c3\u30b1\u30fc\u30b8":59,"\u5024\u3088\u308a":[79,46],"\u985e\u7fa9":79,"\u57f7\u7b46":[53,35,70],"\u5f53\u8a72":51,ssh:106," groo":79,"\"null":52,"_port":104,":')":49," groonga":[98,2,68,6,18,103,76,37,117,79,105,106,11,112,85,15,16,29,52,53,124,90,128,93,22,95,107,132,60]," jquery":109,"# ":[5,2,64,68,29,36,75,89,37,99,79,9,105,10,108,82,83,41,85,33,86,16,50,80,53,128,91,129,94,22,58,132,6],"\u884c\u756a":[95,18]," narwhal":18,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[129,0,43],"<gqtp":104,"\"#\"":104,"(..":52," shutdown":6,"#{":103," cflags":[15,106]," target":83,cities:9," memo":83,"\u4e0d\u5909":77,quiet:121,"\u30ec\u30b3\u30fc\u30c9id":[38,119,63,32,52]," dpkg":106," records":16,"\u4e00\u822c\u7684":93,color:132,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":52," rewrited":71,"\u76f8\u5bfe":[18,79,106],"_clone":106,raring:[38,96]," comment":[16,53,129],"\u6709\u9650":79,"\u4ee3\u308f\u308a":[132,63,128,92,68,22,119,72,29,76,43],engine:[36,108,58],"/vdw":[50,2,91]," approximate":9,"_tokenizer":[52,79,1],"_value":[18,79,109,77,52]," location":[33,9,10,129,50,6],"_tokenized":5,"\u30ed\u30ae\u30f3\u30b0":12,"\u975e\u63a8\u5968":52,"\u53d7\u3051":[9,2,87,94,29,52,37,121],"\u305f\u3068\u3048":47,saerc:[108,86],"\u8aad\u307f\u51fa\u3057":93,html:59,"\u5831\u4ee5":5,events:37,"\uff08romaji":36,status:[38,0,32,109,21,52],"0\u30d9\u30fc\u30b9":79,downloads:72,"[\u8a9e":88," porting":71,without:6,"[geo":18,"\u30d1\u30bf\u30fc\u30f3":[95,105],"/unit":125," brother":128,"\u4f5c\u6210\u6e08":68,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[59,120],unicode:132,"\u3088\u304b\u3063":47,rose:10,blog:53,"\\'":[68,128],"\\%":72,"\\\"":[40,16,80,100,22],"\u9577\u65b9\u5f62":18,hino:52,"\u63a2\u3059":53,"\u3002point":[39,118]," git":[74,106,85],"/base":106,"\\\\":[16,72],")..":106,"\u3079\u304d":[132,121,106],"\u3068\u304a\u308a":[44,104]," very":[95,79,128,22,40,105]," datasets":101," earch":5,"-mm":[103,105],"_host":104,"\u985e\u7d39":47,"\"groonga":[79,105,22,16,8,43],automake:109,"\u9234\u6728":52,"@uzulla":18,mooz:18,"\u4e09\u3064":[9,100],o0:106," binary":[93,34,3],"\u304a\u3059\u3059\u3081":37," mark":132,"\u30b9\u30da\u30a4\u30f3":9,tokenbigramsplitsymbolalpha:[47,79,5,28,100]," shibuya":109,oo:[66,5],on:[5,6,37,22],"_escalation":[109,76,12],"\u30e6\u30fc\u30b6\u30fc":[33,79,128,95,16,6,59,76,37],"\u8a2d\u5b9a\u5024":[0,84],os:104,or:[79,128,50,121,124,64],tokentrigram:[5,28],"_leading":79,"\u5c11\u306a\u3051\u308c":43,"\u5f0f\u5168":[105,128],"\u884c\u76ee":[95,106,104],"\u30c1\u30e3\u30f3\u30af":88,"\u30a8\u30ed":129,"{path":76,"\u8a55\u4fa1":[16,46,105,52],there:128,"\u53d7\u3051\u53d6\u308a":[46,2],"\u300ccomments":129,"/modules":[109,6],"\u901a\u308a":[79,5,105,106,83,47,108,67,35,22,118,9,128,16,80,58,76,75,54,43],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":132,"(location":[33,50,9,129],"\u69cb\u7bc9":59,"\u4f5c\u3063":[47,18,132,129]," using":[53,71],"/hostname":[68,104],"\u30de\u30fc\u30b8":[52,85],"\u65b9\u5f62":[9,118]," messages":52,"\u4f5c\u308a":[36,53,86,43],"\u4f5c\u308b":[33,86,129,87,113,43,85],"\u8ab2\u7a0b":52,gettext:85,"_type":[40,52,112],ftp:104,"\n% ":85,"\u53d7\u3051\u53d6\u3063":93,"\u3002ctrl\u30ad\u30fc":2,"/mysql":132," good":82,"\u65b9\u5f0f":[68,53,2,93],":mm":[103,105],"/usr":[76,68],"\u6c17\u306b":85,"/select":[10,29],directory:121,"4\u3064":[66,22],"\u30c7\u30fc\u30e2\u30f3":[52,0,68,6]," \"\u308d\u3086\u304d":99," advanced":71,"\u306a\u3051\u308c":[49,79,1,105,10,128,68,40,80,76,52,54,124,104,43],dist:106,"\u6761\u4ef6":[59,46],"\u306f\u305d\u306e":12,"\u8fd1\u3044\u9806":35,jessie:[38,96],"\u30d3\u30c3\u30c8":128,"/locale":[106,85],init:76,program:72,".name":[16,129,88],"\u95a2\u9023":[93,59,106,17],"=message":96,"-word":79,"***":25,llt:5,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[93,59],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[18,106],"\u30d0\u30c3\u30d5\u30a1id":88,longtext:34,list:106,"_html":[38,32,68,52,18,115],"\u304a\u3088\u3073":[2,106,10,93,68,52,76],"\u4f4e\u6e1b":109,"\u6d69\u4e8c":52,"<protocol":68,"\u89aa\u5207":109,"\u884c\u3048\u308b":[52,33],"/news":106,tex:5,"/centos":[90,98,106],"_scalar":[33,79,80,64,91,83,47,129,67,128,22,82,49,16,41,9,112,53,105],"(packages":106," point":[52,41,9],sub:[38,115,106,32,52],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":59,version:[2,3,106,55,29,18,104,6],memcached:[38,125,111,93],"\u793a\u3059":[92,79,1,63,99,39,10,67,128,22,9,40,16,80,102,95,75,118,83,37,105],tags:[33,75,43],"\u88dc\u5b8c\u8a9e":36,"#worker":6,serihiro:52,matsuu:109,options:[126,68,101,104],"\ninfo":[4,25],gtihub:18,tokenunigram:28," cover":22,"\u5358\u7d14":[46,99,118],"\u300c\u697d\u3057":100," tar":[107,90,11,106,117],"/atv":[50,2,91],"\u69cb\u6587":[38,130,32,52]," supported":6,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[55,97],"\u7a4d\u7b97":[79,46]," tag":[33,80,106]," nroonga":53," zlib":[107,11],"\u3002git":106,"\u30d7\u30ed\u30f3\u30d7\u30c8":[72,3],"\u524d\u63d0":59,"\u89e3\u6790":59,"\u79fb\u884c":[18,51],"=table":43,"\u671f\u5316":[52,12],"\u30ea\u30cd\u30fc\u30e0":18,"\u958b\u767a":[93,59],"\u7406\u7531":[93,52,79,37,43],"&..":29," three":[10,2],disable:18,"_text":125,"\u30ea\u30dd\u30b8\u30c8\u30ea":[59,120,106],"-max":[18,68],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":125,"-munin":[107,90,96,117]," dictionary":132,"-http":[38,90,117,11,23,107,6,52]," segment":88,"\"book":105,":\u79d2":129,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":106,"\u9ad8\u307e\u3063":93,disables:6,"\u623b\u308a\u5024":12,"\"is":10,"\u30bf\u30a4\u30d7":[18,104,37],"_link":[1,121],soccer:33,"\u30d6\u30fc\u30ea\u30a2\u30f3":34," feature":85,"return":[95,103],"\u52d5\u4f5c":59,"\u6d45\u898b":52,"\u5897\u3048":[53,5],"\u8a71\u984c":17," \u30d0\u30c3\u30d5\u30a1":88,"-encodiong":105," tool":54,innodb:93,"\u51fa\u6765\u308b":129,"\u4e0d\u9069\u5207":52,"-create":[30,38,32,108,130,52],weight:[10,52,79],"_release":106," st":105," sh":106,"/en":106,"\u547c\u3076":[52,125,113],"\u6c42\u3081":[93,81],"_new":[18,87,52],"/managers":[6,37],"\u3072\u3053\u3055\u3093":52,thread:[87,104]," processing":103,"_ito":18,"_hash":[79,9,105,82,83,112,75,132,43],"\u5927\u304d":[52,66,88,43],",[]":63,"\u5f62\u72b6":35,"${":[83,79,105],"\u306a\u306a\u3069":[105,128],"\n\u308b":109,passes:106,"\u5b58\u5728":[0,109,2,91,93,100,79,118,95,39,50,29,112,52,53,104,77],"\n\u30b9":18,script:[45,79,127,81,40,39,119,118,104],gpg:106,"\u3050\u3088\u3046":9,"\u60c5\u5831\u540d":[75,67],passed:106,gps:93," lgpl":71,"\u8a9e\u691c":79,"$(":[117,107,90,11,60],"\uff01 ":129," transfer":121,"$ ":[99,105],"\u4fbf\u5229":[79,5,128,10,93,94,95,113,36,76]," localnames":112,"/'":11,"-working":52,"-get":[52,11,106,107],",[\"":47," true":105,"7e":104,"\u898b\u3066":[95,79],"\u307e\u307e":[10,51,106],"\u898b\u3064":[52,109,108],"\u540dn":[75,67,79]," abandon":[92,102,119,63],"\u307e\u3060":[79,51,105,108,22,55,121,52,18],"\u307e\u3067":[44,82,46,2,99,106,66,68,40,129,53,104,85],"\u307e\u3059":[1,2,3,4,5,6,7,8,51,10,11,12,13,15,16,18,20,21,22,39,25,26,27,30,31,33,34,35,57,36,37,117,40,41,42,43,44,45,46,47,48,49,50,9,52,53,54,55,107,58,59,60,61,63,64,66,67,68,17,70,72,29,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,108,110,112,113,114,115,116,118,119,121,123,124,125,126,127,128,129,131,132,133],"\u307e\u305a":[2,64,106,47,129,100,72,6,105,76,104,85],"\u307e\u305b":[5,2,66,34,35,68,1,6,7,36,52,76,8,37,82,79,9,105,104,10,108,12,40,83,77,63,42,114,94,67,43,100,86,47,49,119,121,18,53,124,128,55,132,106,93,75,22,95,85,97,29],"_list":[38,0,1,32,109,21,52,18],"\u307e\u305f":[31,63,4,66,34,68,25,18,75,104,78,79,9,105,106,110,112,42,114,67,102,48,55,88,119,84,52,125,54,49,128,92,22,95,27,97],"\u3058\u304d":22,"\u307e\u3057":[33,79,9,64,106,86,47,129,128,105,132,50,52,18,85,43],centos6:52,"\u7279\u5b9a":93,"[pat":52,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":53," superior":22,"\u66f8\u304d\u5f8c":100,"\u3093\u3057\u304d":113,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,"\u30d5\u30a3\u30eb\u30bf":52,exec:121,"\u30e1\u30fc\u30c8\u30eb":[9,118],"\u89e3\u653e":55,windows:59,"@kiske":52,"-oriented":22,"\u9577\u3055":[10,52,104],"&query":29,".rb":109,"\u304a\u3051":79,"_users":129,"\u304a\u304d":[93,106],"\u304a\u304f":[10,105,106]," night":82,"\u304a\u304b":76,"\u304a\u3044":[2,106,10,93,50,125,18,77,85],"\u59cb\u70b9":2," otherwise":[16,83],"_call":[1,121,46],"_format":[1,121],firewood:52,"\u304a\u3070":[18,0],"-ftp":104,"\u4f4e\u6a5f":46,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":133,"\u629c\u3051\u308b":2," used":103,"\u671b\u307e\u3057\u3044":[93,106],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\n# ":[55,2,29],"\u304a\u3070\u305f":18,"\u305d\u308c":[117,90,46,2,64,106,10,129,34,100,128,55,47,80,72,58,105,53,85,109,43]," supports":71,"\u306b\u304a\u3044":[10,51,106],"\u4fdd\u8a3c":[88,51],"\u6570\u5024":[38,0,46,63,128,92,100,68,79,49,109,102,118,111],"(content":[80,22],"3\u3064":[117,79,2,10,11,22,95,107,125,113,52,53,90,98],"\u30b3\u30df\u30c3\u30c8":106,"\u305d\u3057":129," search":[5,105,86,108,58,22,83,52,18,124,8,128],tobby:83,dump:[38,0,32,109,21,52]," universe":11,"][":[18,128,52],arc:5,"\ncolumn":[47,83,9,112,129],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[106,104,85],"]}":[10,16,88],"\u30b9\u30b3\u30a2":[79,46,47,108,50,129,52,77],"]x":[129,50],"\u305d\u306e":[38,46,106,93,96,85],latin:[52,76,68],"\u6b63\u898f":[5,2,105,94,52,132,124,43],"\u8a18\u9332":[93,52,77,7],"\u898b\u3064\u3051\u308b":[36,132],"\u304a\u308a":[129,53]," easy":13,"]\n":[5,2,64,68,29,36,75,89,99,40,79,9,105,10,108,82,83,41,43,33,86,16,50,80,53,128,91,129,94,22,95,58,132],"\u672a\u521d":52,"\"requires":52,license:106,"\u8a02\u6b63":124,"]'":37,"] ":[126,106,94,68,101,41,29,52,18,89,104],context:6,"]\"":[52,50,129],"<= ":[52,6,105],"],":[5,2,64,67,68,29,36,75,89,104,99,82,79,9,105,10,108,40,83,41,63,102,33,112,86,47,55,16,50,80,53,128,91,88,92,129,94,22,95,58,132],"]/":29,"])":[45,118]," off":6,improper:121,"\u30b3\u30de\u30f3\u30c9url":37,"'alice":128,"\u7d76\u5bfe":7,":#{":103,"\u8003\u616e":47,due:22,po:59,kiske:52,"\u3057\u3084\u3059\u304f":52,"\u6574\u5217":[93,2]," raltime":58,"#groonga\u30bf\u30b0":129,"\u8a00\u8a9e\u540d":85," its":103,"\u30d9\u30fc\u30b9":[98,105,93,109,128,52,18,133,85],"\u79d2\u9593":18,"\u5730\u7cfb":9,"\"sug":8,"\u5404\u8a9e":88,"\u6027\u5225":93,"_expansion":[18,52],"\u30ed\u30fc\u30ab\u30eb":[105,106]," logs":[103,43]," float":10," signing":106,"\u6210\u679c":59,"\u5065\u4f5c":33,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[93,59],"\nmroonga":124," describes":95,"/hoge":68,"_info":52,"\u672c\u6765":64," buffer":88,abcde:94,edge:87," --":[33,79,80,105,129,22,83,72],nanoseconds:103,"\\bin":72,"\"alice":128,"\u6b8b\u5ff5":10,"\u9006\u5f15\u304d":[38,111],"\u3067\u304d\u308b":[93,59,87],tables:112,"\u4e92\u63db\u6027":106,"\u64a4\u5ec3":[109,68]," -e":11," -g":72,"\u5024\u7528":18," -h":37,"\u304f\u3060":[98,5,2,99,65,66,34,17,1,72,6,7,76,37,117,79,80,105,83,10,108,11,47,41,104,43,15,16,9,29,52,89,90,128,93,94,107,26,85,60]," add":[79,85],"'haystack":46,unstable:[107,106],"\u6642\u523b":[95,86,129,55,127,104],".title":10,"\u7f6e\u304b":[26,76,124,6],"\u7f6e\u304d":[109,106],"\u7f6e\u304f":76,"[dump":52,"\u5404\u8981":64,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,76,105,68,12,132]," seven":2,retry:121,"\u69cb\u6210":[117,90,46,2,106,11,98,107],proc:[107,79,11,90,117],"\u5ea6\u5206":34,"_improper":1," fix":71,"\u9577\u751f\u304d":43,"\u5b9f\u73fe":[93,59,120],"\"service":86,range:[75,41,67,121],"\u672c\u6587":[53,80]," patsuffix":99,"\u5831\u544a":59,"\u524d\u65b9":[38,0,46,108,130,52,43],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":106,shimoda:109,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":68,"\u7a2e\u5225":67,fast:[128,79,80,22,105],"/hosts":106,"_links":[1,121],"html\u30bf\u30b0":80,files:106," tests":106," wibowo":52,"-query":[98,2,99,68,22,103,83,52,18,124,128],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"-host":104,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":43,"_op":46," that":[103,16,79,22,52],"_or":[1,41,46,29,89,118,121],"\u306b\u3064":52,"_of":[16,1,121],"_on":[1,121]," than":103,"\u63a5\u982d":[18,105,66]," tokenbigramsplitsymbolalphadigit":83,horikoshi:18,"\u679c\u305f":2," candidate1":108,warning:103,"\u306b\u5bfe\u3059\u308b":[38,46,2,106,91,33,10,93,109,108,52,18,111],grn:59,gro:22,nice:82,users:[41,72,37],"\u5c5e\u3057":34,"\u305f\u3076\u3093":76,drilldown:[0,110],"\u982d\u8f9e":66,"\u300d\u3001":[33,129],"\u300d\u3002":113,"\u300d\u300c":129,"\u8868\u3059\u578b":34,"-deafult":18,"\u8aad\u307f\u53d6\u308a":[40,68],"-package":[106,96],"\u30b3\u30a2":[76,6,37],"-count":55," official":106,"\u30a4\u30f3\u30c7\u30c3\u30af":53,"\u958b\u304f\u969b":52,"\u5272\u308a\u5f53\u3066\u308b":[10,66,2],"\u8a9e\u6271":100,"\u30ad\u30fc\u30b5\u30a4\u30ba":66,"\u30cb\u30e5\u30fc\u30b9":82,stable:51," yamaguchi":18,include:57,"\u7e70\u308a\u8fd4\u3057\u6570":104,"\u30de\u30c9\u30ea\u30fc\u30c9":9,"\"saerch":86,"\u30d7\u30e9\u30b0\u30de":79,"\u306a\u3068\u304d":93,"\u3002run":125,"\u3067\u5024":[68,2],"\"complete":8,"-in":106,"-id":[52,68],"_dir":[18,106],"\u884c\u308f":[126,33,79,104],"|correct":108,"_use":[1,121],".po":59," term":[49,88,64],".pc":[18,130],"-line":54," specifies":[16,83],etime:126," specified":16," voiced":132,"\u30a8\u30f3\u30b8\u30f3":[10,33,79,68,93],"{time":103,"-exact":55,"\u521d\u56de":85," score":41,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":35,"\u5341\u5206\u6c17":79,"(gqtp":98,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[66,2,6],"\u4e0a\u3052\u308b":47,"/coremodule":6,"_name":[95,130],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":68,"\u30c8\u30e9\u30a4":[18,128,66,105,43],">= ":[52,105],"\u300coffgao":129,">version":3,"\u5206\u6790":93,apple:132,apt:[107,11,106,54]," turn":6,hardy:109,api:[38,46,32,109,130,52,18],"\u5148\u60c5":129,"\u9001\u4fe1":[31,63,4,67,25,75,102,104,78,110,112,42,114,48,55,88,119,84,49,92,27,97],use:[52,79,68],usa:91,"\u3057\u307e\u305b":[47,36,79,76],"\u5730\u70b9":[50,9]," defines":101,"\u3057\u307e\u3046":[93,18,109,106,52],usr:[68,6,7,76,125,60],"\u3057\u307e\u3044":[10,47,99,104,86],"\u4efb\u610f":[2,106,93,34,68,104]," functions":71,tokenbigramignoreblanksplitsymbolalpha:47,"?msg":106,"/index":[68,106,85],"-html":[52,109]," morning":82,"\u30fbor":50,tar:[117,90,106,15,11,107,76,60],"_install":[13,96,54]," example":79,tag:[33,80],sis:18,satoh:18,"\u30c0\u30d6\u30eb":[128,66,52,18,43,105],sid:[38,96]," physical":88,"_create":[38,46,32,21,130,52,18],"\u884c\u3046":[126,33,79,9,99,91,129,100,98,83,50,109,106,52,53,125],"\"rectangle":[52,9,118]," mroonga":[79,128,83,16,53,105]," instead":[79,68],"_configure":52,"\u30a2\u30af\u30bb\u30b9":[126,109,106,10,26,68,29,52,18,85,6]," nice":82,"\u3042\u308b\u3044":[117,90,51,105,93,121,128,39,46,6,118,43],"-config":[0,109,68,52,18,76],"$home":106,interrupted:121," restart":98,"\u4eac\u90fd":[47,100],"#groonga":124,"\u300cbill":100," shorttext":[2,64,68,89,104,99,79,80,105,10,82,83,41,112,43,33,47,49,16,9,53,128,91,129,22,132],"\u7279\u5225":[5,36,1,128,76],"\u30c0\u30f3\u30d7":[52,109],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":106,"/apt":[107,11,106],"/api":37," extract":103," gpl":71," gpg":106,"\u30b9\u30ad\u30fc\u30de":[79,80,105,83,22,82,16,9,112,53,128],"\u8d8a\u3048":47,"\u3082\u3057\u3054":52,articles:53,edit:[38,0,115,106,32],".net":[33,2,106,91,10,17,50,29]," updated":[47,71,85],"%\\":72,nfs:76," updates":22,"\u6df7\u305c":[10,108],".overcommit":52,",\"link":10,"\u5c3a\u5ea6":93,"\u89e3\u6c7a":[18,88,52],"\u3002redmine":61,out:104,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":129,"\u30ec\u30a4\u30e4":46,"\u5408\u81f4":2,"8r":[52,76,68],lts:[38,106,96],"\u4e00\u90e8":[48,2,8,106,52],"_nsubrecs":77,lte:5,"\u304a\u3059\u3059\u3081\u3057":[105,106,128],"\u8aac\u660e":[61,1,32,72,76,38,106,11,85,116,46,117,15,52,54,90,21,95,107,96,59,60],"1\u305a":[51,77],"\u53d6\u308a\u8fbc\u307f":18," context":22,"_symbolic":[1,121],"\u8d77\u70b9":[92,102,79,63],utc:105,"\u78ba\u8a8d":59,"_qlog":52,unknown:121,"\u304a\u304b\u3057":109,makefile:106,",[":[47,92,102]," prefix":[18,105],"1\u3064":[44,33,79,5,121,105,66,108,128,22,61,83,129,104,7,18,53,89,8,37,43],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":68,"\u7279\u5316":[105,85]," for":[71,34,22,101,83,9,103,52],"\u30d5\u30a9\u30eb\u30c0\u30fc":72,"-jumandic":[117,90],"\u64a4\u53bb":18,"\u8a9e\u610f":70,"\u9ad8\u3044\u9806":2,"\u89e3\u6d88":[0,27],"_unsupported":1," started":[95,103,79,105,128],".grn":112,"\u82e6\u624b":93,"\u30ab\u30bf\u30ab\u30ca":[36,132,108]," snippet3":22,"\u76ee\u304f\u3089\u3044":43,"_expanders":[124,7],"^ ":105,"\u4eee\u60f3":[50,91],"\u901f\u3084\u304b":51,"\ufffetext":5,"\u7d44\u8fbc\u578b":[38,32],"class":80,"_build":125,"\u73fe\u5728":[126,2,106,93,35,70,84,129,42,127,104,43],"_delimited":71,"\u6dfb\u4ed8":52,"_is":[1,94,95,41,121,18,89],hh:[103,105],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[38,79,66,34,18,111],"_in":[38,0,1,32,109,95,52,18,115],"-output":[52,79,80,22,104],"_id":[79,2,105,106,50,52,18,77],"_delimiter":5,"\u6307\u3057":10,",\n ":[33,79,105,47,108,67,95,88,6,129,128],",\n#":[33,79,5,2,105,10,129,83,50,29,128]," favorite":85,"\u5bfe\u8c61":[5,2,67,100,31,18,76,37,78,38,79,51,106,108,43,40,110,111,112,85,33,46,47,87,48,49,52,125,126,128,93,22,27],"_truncate":18," project":105,ear:5,"\nrecords":83,cache:[38,0,21,32]," doesn":6,"\u30b7\u30a7\u30eb":[76,104],daiki:[52,109,130],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":76,"\u6295\u7a3f":106,"\u4ed8\u3051\u308b":[87,132,2],"!condition":105," same":[52,83],",\n{":[132,64,91,83,108,86,128,16,58,36,53,105,99],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[79,84],words:105,"\u30b7\u30a7\u30a2":17,"\u3070\u3044\u3051":[79,105,128,43,52,76,124,54],"(column":[80,22],",\n[":[22,112],",\n]":[47,16,50,64],queries:104,view:68,"\u304b\u304e\u308a":104,"=fedora":106," markup":57,"\u884c\u6570":18,"\"table":68,dll:[18,52]," york":9,"\u4e43\u6bc5":109,job:104," only":6,homebrew:[38,96]," map":103," max":[45,84],april:106," mac":52,"/local":[76,6,106],"\u672a\u5bfe":52,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[26,109,68,52],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[76,72],table:[38,46,32,48,67,109,21,49,51,52,18],"\u671f\u5f85":93,rpm:[117,90,106,109,52,18],"\ngrn":46,"\u30b5\u30d6\u30bb\u30c3\u30c8":34," argument":105,"\u9bae\u5ea6":82,"_refused":[1,121],"\u3002gdb":125,"\u521d\u671f\u5024":126,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":52,"\u5927\u6587\u5b57":[2,43],"-cache":68," or":[79,64,83,16,103,124,128],reverse:106," favorited":129,"\u672a\u5b9a":10,"\u4f4f\u6240":52," favorites":129,"\u793a\u3055":[75,67],"\u793a\u3057":[1,2,35,91,47,20,55,9,29,106,53]," sound":132," webclips":80,"\u578b\u3068":91,"\u3072\u308d\u3086\u304d":99,"-debug":109,avg:126," original":[99,112],"\u8fd4\u4fe1":[129,53],uptime:[0,2,3,55,29,6],"\u5185\u90e8":[10,52,55,22,106],"\u578b\u304b":34," replied":129,"\uff08longest":[18,105],"\u6ce8\u610f":[79,80,2,99,106,10,47,104,52,18,105,37,43]," replies":53," local":112," body":[63,64,47,48,49,92,102],"\u5168\u6587\u691c":[38,109,111,43],"\uff01\"":129,uzulla:18,"\uff01:":76," translation":85," obj":88,"\u521d\u671f\u5316":[52,12],tcp:68,"_device":[1,121],"(windows":104,"\u5236\u7d04":44,"\u9ad8\u7cbe":93,qwik:112,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[18,76,125,96,85],"\u300c\uff76":132,"'pid":68,"{\n":[46,6,37]," tracker":61,"\u307e\u305f\u3044":[52,9],"_threshold":[18,76,109,12],"\u307e\u305f\u3050":[38,9,111,52],"\u306a\u304b\u3063":[79,51,2,105,4,68,110,48,49,47,25,31,84,119,42,52,104,78],"_push":46,because:6,sequence:[36,108,86,58],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[79,70]," candidate2":108,") ":[79,1,105,106,34,46,52,104]," unpatched":71,"\u30b3\u30e1\u30f3\u30c8":[109,68,16,53,124,104],"_sortby":110,"_exists":[1,121]," origin":85,"\u306e\u307b\u304b":[10,34],"\u96e2\u308c":50,"\u2192id":66,"\u7d44\u5408":83,"\u7acb\u3061\u4e0a\u304c\u3063":104,"\u518d\u691c":113,"\u306e\u3044\u305a\u308c\u304b":[39,118]," grn":[103,46,124,113],"\u305d\u308c\u305e\u308c":[5,2,3,66,100,68,76,64,79,105,106,10,83,43,46,47,50,121,53,125,91,129,22,95,26],"\u5358\u72ec":104,column:[38,0,46,32,109,21,52,18],universe:11,"_nofile":103,".html":[68,106,85],"$groonga":106,"\u6570\u5b57":[47,86,104,43],"_length":121,"\u5b9f\u7a3c":126,"\u3002mroonga":93,"var":[76,67,46,68,6]," query":[103,108,124,121,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":54,"-pid":[18,68],"\u30b9\u30cb\u30da\u30c3\u30c8":22,"_term":71,squeeze:[38,106,96],"\u6848\u5185":106," object":52," eggs":53,"\u30ed\u30b0\u30a4\u30f3":106,"\u4e00\u9577":93,"\u6c7a\u5b9a":79,"\u30e9\u30a4\u30b6\u30fc":5,"\u305d\u308c\u3086\u3048":10,"\u7a4d\u7528":79,"8bit":34,"\u7acb\u5834":59,"\"se":36,"@github":106,"\u52a0\u3048":[10,46,99,54],book:105,bool:[99,10,34,39,52,118,128],"\u30eb\u30fc\u30d7":[52,109],"-analyzer":[18,52]," developer":129,"\u306f\u307e\u305a":106,".gpg":106,"-sortby":52,".location":129,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":109,debian:59," tags":33,emerg:[4,25],"\u5909\u66f4\u70b9":59,"\u306f\u307e\u3060":[37,133]},objtypes:{"0":"std:option","1":"c:type","2":"c:function"},objnames:{"0":["std","option","option"],"1":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"2":["c","function","C \u306e\u95a2\u6570"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/tokenize","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","reference/api/grn_ctx","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/commands/log_put","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/command/command_version","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","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","development","install/fedora","reference/functions/geo_in_circle","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.11.2. geo_distance","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","8.14.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.10. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.9. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.3.17. log_put","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \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","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.8. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","8.14.2. grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.5. html_untag","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.7. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.30. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.11.3. geo_in_circle","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.6. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[104,0,1,"cmdoption--ftp"],"--dir":[104,0,1,"cmdoption--dir"],"--document-root":[68,0,1,"cmdoption--document-root"],"--cache-limit":[68,0,1,"cmdoption--cache-limit"],grn_ctx:[12,1,1,""],"-P":[126,0,1,"cmdoption-P"],"--pid-path":[68,0,1,"cmdoption--pid-path"],"-e":[68,0,1,"cmdoption-e"],"-d":[68,0,1,"cmdoption-d"],"-a":[68,0,1,"cmdoption-a"],"-c":[68,0,1,"cmdoption-c"],"-m":[126,0,1,"cmdoption-m"],"-l":[68,0,1,"cmdoption-l"],"-n":[68,0,1,"cmdoption-n"],"-i":[68,0,1,"cmdoption-i"],"-h":[68,0,1,"cmdoption-h"],"-t":[68,0,1,"cmdoption-t"],"-p":[68,0,1,"cmdoption-p"],"-s":[68,0,1,"cmdoption-s"],"--log-path":[68,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[68,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[104,0,1,"cmdoption--log-output-dir"],"--config-path":[68,0,1,"cmdoption--config-path"],"--query-log-path":[68,0,1,"cmdoption--query-log-path"],grn_ctx_init:[12,2,1,""],"--protocol":[68,0,1,"cmdoption--protocol"],"--bind-address":[68,0,1,"cmdoption--bind-address"],"--groonga":[104,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":66,senna:71,"\u6539\u826f":[0,71,109,130,52,18],"\u7b26\u53f7":105," quetzal":11,": ":[47,79],"\u6d41\u308c":85,"-prefix":76,"\u9ad8\u5ea6":79,prefix:46," v":46,"\u6761\u4ef6":[50,79,106,128],query:[83,79,121,103]," x":60,"=number":76,"\u3084\u308b":106,jessie:107,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":29,"\u30d3\u30c3\u30c8":105,tt:[79,5,94,12,40,41,89,43],"-release":106,"\u901a\u4fe1":87,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[83,77],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":125,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[73,104],string:[5,94],groonga:[38,98,71,106,93,87,68,69,46,120,6,101,122,26,59,85,29],"\u95a2\u9023":[79,63,4,92,25,110,6,42,102,53,123,119,78],"=message":76,"\u304a\u6c17":129," -":[0,71,109,130,52,18],facebook:17,"\u30b5\u30f3\u30d7\u30eb":[126,104],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[13,124,125,96],"2pdf":13,"\u52d5\u4f5c":[36,86,125,106,58],"\u30b9\u30af\u30ea\u30d7\u30c8":[105,106],"\u3068\u3057\u3066":34,"\u3065\u3051":51," update":106,"-escalation":76,"\u6761\u4ef6\u5f0f":128,"\u7c21\u5358":79,"\u30aa\u30d7\u30b7\u30e7\u30f3":[126,108,68,101,104],".po":85,"\u8ad6\u7406\u548c":128,"\u4ed8\u4e0e":53,"\u771f\u507d\u5024":[10,105],"\u6f14\u7b97\u5b50":105," install":76,"-lzo":76,"_remove":[31,48],"\u7701\u7565":[9,5,83],sub:16,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":106,"\u53c2\u8003":[95,79,5,83,66,113,94,22,101,40,16,1,108,132,124,43],"\u30ea\u30c6\u30e9\u30eb":105,"\u30d5\u30a1\u30bb\u30c3\u30c8":79,tips:106,"\u683c\u7d0d":34,memcached:29,body:95,"\u30d1\u30c3\u30b1\u30fc\u30b8":106,"\u6587\u6cd5":50,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":128,"\u30c6\u30b9\u30c8":125,"\u30bf\u30b0":33,"\u3042\u308a":[105,128],ubuntu:11,"\u6e96\u5099":[64,106],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":37,"\u306b\u95a2\u3059\u308b":34,"\u95a2\u4fc2\u5f0f":46,"\u4e26\u5217":106,"_key":66,"\u4e3b\u30ad\u30fc":[34,99],blogroonga:106,"_version":51,"_name":[41,89],"_output":79,"\u5165\u6f14":105,changes:71,"\u7ffb\u8a33":[106,85]," solaris":15,"\u5909\u66f4":[47,109,37],"\u30af\u30a8\u30ea":[93,46,64],"\u30de\u30c3\u30c1":105,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[59,123],"\u6587\u5b57\u5217":[10,105],api:20,"_table":46,select:79,"\u6982\u8981":[5,66,1,6,7,80,79,9,12,40,83,41,43,16,51,89,124,93,94,22,95,132],"\u9001\u4fe1":29,"\u69cb\u6587":[79,5,105,83,128,94,22,9,40,16,41,80,7,89,43],"\u624b\u9806":106,zip:72,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,"\u30d5\u30ec\u30fc\u30ba":128,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":93," api":57,"_no":66,https:37,tokenize:5,scope:16,"_flags":79,"\u60c5\u5831":[106,93,35,70,50,120,125],"\u30d6\u30ed\u30b0":106,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":19,"\u3059\u308b":[61,106,86,47,6,58,36,53,125],normalizer:[5,94,43],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":105,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":106,"\u3053\u3068":106,"_base":6,"\u3067\u304d":34," http":26,"\u4ee5\u4e0b":128,"\u4ee5\u4e0a":[105,128],"\u30b8\u30aa\u30b5\u30fc\u30c1":33,"\u8d77\u52d5":[98,29],"\u524d\u63d0":106,clearlock:78,"\u89e3\u6790":125,"\u7de8\u96c6":85,"\u6bd4\u8f03":[105,37],"\u304c\u3063":53,process:103,"_install":76,"/linux":107,"\u660e\u793a":106," lynx":11,"\u958b\u767a":[116,120]," os":60,"\u548c\u4ee3":105,normalize:94,"-localstatedir":76,sphere:9,", ":46,"\u540d\u524d":[31,63,4,34,68,25,102,75,77,78,81,108,110,104,112,42,114,67,45,48,49,88,119,84,118,126,55,127,92,101,39,26,27,97],"\u691c\u51fa":125,normalizernfkc:132,snippet:22,"\u548c\u6f14":105,sid:107,"\u52d5\u7684":82,"\u5b9f\u884c\u4f8b":12,"\u8fd1\u508d":105," (":77,"\u30b3\u30de\u30f3\u30c9":[21,2,29,68,26],"_create":[49,43],"-gqtp":98,"\u7d42\u4e86":[98,6,29],clone:85,"\u4e57\u7b97":105,mac:60,"\u6642\u9593":[129,105],"\u7f72\u540d":106,"\u30da\u30fc\u30b8\u30f3\u30b0":79,"\u8a2d\u5b9a":[106,6,37,54],status:[55,121],"-munin":76,"\u4e00\u81f4rk":36,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":106,callback:46,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":72,"\u30b0\u30eb\u30fc\u30d7":[105,128],"\u30a4\u30f3\u30dd\u30fc\u30c8":106,"\u8ee2\u7f6e":93,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[62,111],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[13,123,106,38],rand:45,"=\"":[79,5,94,12,40,41,89,43],grntest:[106,104],"\u30d1\u30c8\u30ea\u30b7\u30a2":99,"\u623b\u308a\u5024":[5,83,108,94,22,9,40,16,41,80,7,89,43],"><":[79,5,94,12,40,41,89,43],"\u305f\u3044":106,gqtp:[87,121,29,98,65],"\u6d6e\u52d5":105,"_api":46,"_rename":41,"\u6587\u66f8":105,"=platform":76,"\u63a5\u7d9a":29,tsv:[95,124],"\u4ee5\u4e0b\u6f14":105,cutter:[125,106],"\u57fa\u672c":[2,105],greater:46,"\u30d7\u30ed\u30c8\u30b3\u30eb":[29,121],http:[98,133,3,29],"\u9664\u7b97":105,not:46,"\u8a8d\u8a3c":37,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":29,now:127,"\u5c0f\u306a\u308a":[105,128],"_select":46,"-pack":76,name:43,edit:81,"-encoding":76,"\u66f4\u65b0":[93,106,85],"\u7d44\u307f\u8fbc\u307f":[132,68],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[61,106],"-create":101,"\u4e26\u3079":2,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":66,normalizerauto:132,"\u751f\u6210":[106,85],"\u74b0\u5883":[125,106],"\u5b9f\u4f8b":46,"\u30d5\u30a1\u30a4\u30eb":[30,46,106,124,37,85],"\u70b9\u6570":105,"\u30d8\u30c3\u30c0\u30fc":121,todo:[83,22],"\u9001\u308a\u65b9":[61,85],"-match":76,"\u30ab\u30d0\u30ec\u30c3\u30b8":125,"\u7def\u5ea6":93," precise":11,docutils:[79,5,94,12,40,41,89,43],"-default":76,"\u5bfe\u5fdc":[35,37],"\u90e8\u5206":100,red:106,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[105,128]," log":103,"\u30e6\u30fc\u30b6\u30fcid":129,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":125,"_string":[16,83],"\u305f\u3081":[79,46],lts:11,"\u7d50\u5408\u5f0f":128,"\u4ed5\u69d8":14,"\u4e8b\u9805":[44,34,104],freecode:106,filter:[16,79],"\u53ef\u80fd":[93,9,5,6,83],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":93,"_hash":66," ringtail":11,"\u30d9\u30af\u30bf\u30fc":34,"\u6e1b\u7b97":105,suffix:46,"\u8aac\u660e":[31,63,4,34,68,25,102,75,77,78,81,108,110,104,112,42,114,67,45,48,49,88,119,84,118,126,55,127,92,39,26,27,97],"-version":51,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":42,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":129," mode":46,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":106,"> ":71,size:121,"\u78ba\u8a8d":[106,85],"\u7d5e\u8fbc":50,"\u4fee\u6b63":[0,71,109,130,52,18],"\u5bfe\u7b56":47,"\u6c38\u7d9a":66,"\u30ea\u30dd\u30b8\u30c8\u30ea":[74,85],"=encoding":76,"\u306f\u3058\u3081":8,tokenizer:5,configure:[76,106],desctipion:101,"\u8ffd\u8de1":61,"=path":76,rst:13,"\u66f8\u5f0f":[31,2,4,67,68,25,6,75,63,104,78,81,108,110,112,42,114,102,45,48,49,88,119,84,118,126,55,127,92,39,26,27,97],"\u5b66\u7fd2":[36,86,8,58],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"-httpd":[98,6,69],"_untag":80,"-log":76,"-http":98,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[44,2,10,66,34,83,129,53,43],"_expander":[83,79]," gnu":107,hashtags:129,"\u30a8\u30e9\u30fc":95,"-zlib":76,"\u56fd\u969b\u5316":85,"\u5834\u5408":[95,53,106],"null":105,"_circle":118,"\u3044\u308b":[129,35],"\u7279\u6b8a":104,"\u4e00\u89a7":[1,19],"_list":[75,67],"\u7d22\u5f15":93,check:88,"\u304b\u3089":[117,90,11,107,72,76,60],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":61,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":43,"-with":76,"\u7279\u5b9a":[125,106],"\u307e\u3068\u3081":106,"_distance":[9,81],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":125,libmemcached:125,"\u7d22\u7528":2,"\u7528\u79d8":106,"\u30c4\u30fc\u30eb":[76,6,29],"\u7d44\u8fbc\u578b":34,"\u30b5\u30b8\u30a7\u30b9\u30c8":131,synopstis:101,"_put":25,windows:[72,106],geoindex:129,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":91,"_in":[39,118],"\u4e00\u81f4":[128,36,100,99,105],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":106,"\u30b5\u30fc\u30d0":[93,29],"\u4f7f\u3044":100,"_processes":6,".com":106,"\u5fc5\u9808":[79,9,94,83,41,5,89],"\u30ec\u30b3\u30fc\u30c9":[79,2],"-po":106,"\u5270\u4f59":105,"\u6210\u529f":95,"\u30d1\u30c3\u30c1":85,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":106,"\u8ffd\u52a0":[85,132,106,70],"\u5bfe\u8c61":53,"\u88dc\u5b8c":[36,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":105,xml:95,ellipsoid:9," senna":71,"\u4e0d\u7b49\u4fa1":[105,128],grnslap:126,cache:[79,84],"\u72ec\u81ea":105,"\u65e5\u6642":10," in":71,"_equal":46,"\u65b9\u6cd5":[51,106,86,47,82,58,36,59,123,125,85],"\u30ea\u30ea\u30fc\u30b9":[0,106,109,130,52,18],rectangle:9,"\u4e00\u6642":66,"\u6295\u7a3f":129,"-server":98,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":37,wheezy:107,get:92,db:46,clang:125,"_html":22,"_limit":[79,84],"\u7b97\u5b50":105,"\u91cd\u307f":53,geo:[39,9,118],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[51,37],"\u5171\u8d77":[36,86,58]," releases":52,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":47," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[47,2,104],"\u52a0\u7b97":105,"\u6570\u5024":10,contain:46,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[82,125],"\u5236\u5fa1":105,set:63,dump:112,"\u4ee3\u5165":105,travis:54,tokenizers:28,arg:46,news:71,"\u8a00\u8a9e":85,"\u65b0\u898f":106,"\u6a5f\u80fd":35,"\u30ab\u30e9\u30e0":[53,9,2,77],"\u985e\u4f3c":[105,86],"\u7ba1\u7406":[6,29],"\u5c02\u7528":29,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":76," arg":46,"\u305d\u306e":76,"\u7bc4\u56f2":[2,43],"\u4f4d\u7f6e":[9,50,51,35,93],"\u8868\u73fe":46,javascript:50,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":93,"\u30b5\u30fc\u30d0\u30fc":[26,98,23],key:43,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":104,"\u5373\u6642":93,"\u30b7\u30d5\u30c8":105," literal":[79,5,94,12,40,41,89,43],"_level":4,"\u6392\u4ed6":105,"\u518d\u8d77\u52d5":98,"\u77e5\u308a":106,"-suggest":101,"\u306a\u3057":[105,37],equal:46,"\u30ec\u30b3\u30fc\u30c9id":66,"\u88dc\u6b63":[8,86],"\u306a\u3044":34,pdf:13,load:40,"\u8a9e\u5f59":[2,70],"\u4f5c\u6210":[13,129,2,106,43],point:9,"\u4fdd\u5b58":[10,43],"\u62bd\u51fa":105,header:95,"\u7f6e\u63db":83,"\u95a2\u6570":[115,105,125],"\u6574\u6570":105,shutdown:97,homebrew:60,table:[79,31,66,41,75,89,43],raring:11,quit:114," period":71,json:[49,31,4,108,67,48,40,88,25,110,84,95,42,75,27,55,119,78],po:106,"\u7528\u3044":[42,50],define:110,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,124],"-help":76,"_tokenizer":43,"\u7591\u4f3c":77,"\u5b9f\u884c":[30,46,106,104,6,125],"\u7a2e\u985e":10,"-message":76,"\u5dee\u6f14":105,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[61,17],"\u30a8\u30b9\u30b1\u30fc\u30d7":128,value:43,"\u5236\u9650":[44,66,34,124,104],cast:24,near:46,"\u691c\u7d22":[33,79,100,2,64,86,47,93,35,70,128,50,58,99,36,53,105,129,43],match:[83,53,79],"\u30e9\u30a4\u30d6\u30e9\u30ea":[93,76],"\u540c\u3058":47,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":17,geopoint:129,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":132,"\u5f15\u6570":[5,63,4,67,68,25,31,102,75,104,78,79,9,81,40,83,41,110,112,42,114,43,45,48,49,16,80,84,89,118,126,55,88,92,94,39,119,27,97],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":106,"_expansion":79,"\u53d6\u5f97":[2,106],"</":[79,5,94,12,40,41,89,43],"\u95be\u5024":47,"\u8a9e\u5f59\u8868":43,"\u5ea7\u6a19\u5024":105,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":106,fedora:117,"\u4f7f\u3044\u65b9":[82,79,5,3,83,86,58,94,22,9,40,16,41,80,6,7,36,89,124,104,43],"_rectangle":39,suggest:108,make:[76,106],"\u6210\u679c":85,"-dataset":101,"\u7a4d\u6f14":105,"_filter":16,html:[13,80,85],messagepack:95,"\u30ad\u30fc\u30ef\u30fc\u30c9":[47,129],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":106,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":32,".po\u30d5\u30a1\u30a4\u30eb":85,"\u306b\u3088\u308b":[53,99],"\u975e\u308f\u304b\u3061":100,"\u8ab2\u984c":61,"_columns":[53,79],"\">":[79,5,94,12,40,41,89,43],"\u5834\u6240":124,pull:85,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[33,79,76],"\u307e\u305f":53,"\u3055\u307e\u3056\u307e\u306a":50,flags:[5,121,43],sortby:79,"\u51fa\u529b":[95,79,2,3,85],gzip:37,the:52,lcov:125,"_path":6,"\u8868\u793a":2,"-platform":76,protocol:121,"-path":76,less:46,"(v":46,"\u5229\u7528":[50,6],"_ctx":12,"\u5171\u6709":93,"\u9006\u5f15\u304d":33,"\u8fd4\u5024":[31,4,67,25,75,78,79,81,110,112,42,114,45,48,49,88,84,118,55,127,39,26,27,97],"\u547c\u3073\u51fa\u3057":105,"\u5f8c\u65b9":[128,99,105],"\u3067\u304d\u308b":46,"\u8ad6\u7406":[105,128],"\u30d1\u30e9\u30e1\u30fc\u30bf":[53,51],"\u30bd\u30fc\u30c8":50,defrag:27,add:102,"_selector":110,"\u660e\u793a\u7684":9,"\u62e1\u5f35":64,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":37,"\u7d4c\u5ea6":93,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":93,"\u8ad6\u7406\u7a4d":128,"\u9759\u7684":[82,125],nginx:6,"()":46,"\u30bd\u30fc\u30b9":[117,90,11,107,72,76,60],"\u7a4d\u4ee3":105,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":29," lucid":11,"\u691c\u7d22\u4f8b":46,"-command":51,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,37],"_expr":[46,56,113],output:79,"_threshold":79,"\u4f5c\u696d":106,"\u307e\u305f\u3050":53,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":29," request":85,"\u4ed5\u65b9":85,centos:90,twitter:[106,17],"-plugins":76,"\u30b7\u30b9\u30c6\u30e0":[61,129],"\u5358\u8a9e":105,"_dat":66,"\u5727\u7e2e":37,"\u30b3\u30e1\u30f3\u30c8":129,"_sortby":79,"\u5411\u3051":[120,106]," old":52,"\u5bc6\u9375":106,"\u66f8\u304d":100,"\u5f62\u5f0f":[49,31,4,108,67,48,40,88,25,110,95,42,75,27,55,119,78],comments:129,exit:101,"\u30af\u30a8\u30ea\u30fc":[6,19,128],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":98,"\u30d3\u30eb\u30c9":[117,90,106,11,107,72,76,60],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":87,"\u5206\u3051":100,"\u5168\u6587\u691c\u7d22":128,"\u4ed8\u304d":[33,105],"\u4e0a\u9650":44,"\u4f9d\u5b58":76,"\u5b8c\u5168":100,"\u3042\u308b":129,"\u5927\u306a\u308a":[105,128],offset:79,"\u96c6\u8a08":93,post:37,"\u6319\u52d5":100,"\u53c2\u7167":[10,33,121,93],"\u5b9f\u73fe":46,column:[49,41,80,48,67],"_escalation":79,"\u30e6\u30fc\u30b6\u30fc":129,location:9,scorer:[50,79],"_reopen":42,"\u5b9f\u9a13":18,"\u30ad\u30e3\u30c3\u30b7\u30e5":79,"\u5831\u544a":61,"\u524d\u65b9":[36,128,99,105],"\u7279\u6709":6,"\u9805\u76ee":[63,4,92,25,110,42,102,119,78],span:[79,5,94,12,40,41,89,43],log:[4,42,25,103],"\u8907\u6570":[53,37],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,39,25,26,27,28,29,30,31,32,33,34,35,57,36,37,117,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,107,58,59,60,61,62,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,95,96,97,98,99,100,103,104,105,106,108,110,111,112,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,101,131,132,133],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":104,"_prefix":76,approximate:9,"\u30d0\u30fc\u30b8\u30e7\u30f3":[109,0,51,106,130],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":53,"\u30ed\u30b0":42,"\u5c55\u958b":19,"\u7b49\u4fa1":[105,128],"\u63d0\u6848":[8,58],"cpu\u30b3\u30a2":37,"\u30d5\u30a9\u30ed\u30fc":129,files:101,"\u6027\u80fd":[6,37],"\u7b97\u8853":105,squeeze:107," status":101,"\u5165\u308a":129,"default":[51,43],"\u5426\u5b9a":[105,128],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":106,limit:79,"\u66ff\u3048":2,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":12,"\u304a\u77e5\u3089":[52,0,109,130],similar:46,"delete":119,"\u611f\u8b1d":[18,0,109,130,52],bigram:129,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":106,command:51,"\u69d8\u3005":125,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":129,"\u3054\u3068":53,"\u7279\u5fb4":[66,93],"\u306e\u306b":47,"\u30b9\u30c8\u30ec\u30fc\u30b8":93,pre:[79,5,94,12,40,41,89,43],"\u7570\u306a\u308b":47,"\u4ee3\u5165\u5f0f":128,"\u914d\u5217":105,"\u3042\u3052\u308b":47,"\u306e\u307f":[125,106],grn:[46,56,113,12],"\u5168\u6587":[2,47,93,70,50,53],"_type":[9,121,43],users:129,truncate:89,"\u30c7\u30fc\u30bf":[10,129,34,2,43],worker:6,"-package":76,"\u30c7\u30d0\u30c3\u30ac":125,"\u6307\u5b9a":[9,2,128,106,34,50,51,53]," docutils":[79,5,94,12,40,41,89,43],"\u547d\u4ee4":104,"\u65b0\u3057\u3044":85," ci":54,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":37,"\u4f7f\u3046":[9,6],drilldown:79," hat":106,"\u3088\u3046":[36,86,58],debian:[107,106],"\u30ed\u30fc\u30c9":[129,2],sphinx:13,macports:60,"-threshold":76,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[44,33,53,82],pseudo:77,"-latest":106,"\u306b\u5bfe\u3059\u308b":70,"_offset":79,queryexpandertsv:124,"\u5909\u66f4\u70b9":106,oracle:15,"\u539f\u56e0":47,"\u30c7\u30fc\u30e2\u30f3":29," class":[79,5,94,12,40,41,89,43]}})
1
+ Search.setIndex({envversion:42,terms:{"\u51fa\u6765":[36,59,69],localstatedir:[127,44],"\u3082\u3089\u3063":3,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[29,77],"\u811a\u6ce8":[57,3,37,54,28,142],"\u3082\u3089\u3048":103,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[123,77,81,130,22,44,98],"\u79d2\u60c5":22,"_column":[43,24,127,35,58]," quetzal":[43,112],"\u6b63\u5e38":[123,121],"\u30d5\u30c3\u30af":61," fontaine":22,"\u5b9a\u5024":58,"/projects":123,"\u3044\u304f\u3064\u304b":[136,88,69,123,21,94,52,144,44,133,86,153],"\u00a0flags":[99,100,137,14,92,126,60,64],"\u89e3\u9664":[1,60,77,87],second:120,"\u4f5c\u3089\u308c":121,"\u4e8b\u524d":[53,119,152,9,123],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[22,60],"\u30b7\u30f3\u30dc\u30eb":55,"\u5f15\u3044":122,here:[120,64],onga:26,"& ":[52,122,53,116,148,56,58],china:107,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":132,"&&":88,"\u4e0e\u3048":[52,3,107,53,77,46,32,126,58]," notice":7,"\u4e2d\u8eab":[3,140,121],"_output":[2,128],"\u30c8\u30fc\u30af\u30f3":[69,122,101,75,116,127,22,66,58,152,49],"\u7ffb\u8a33":67,"\u300c\"":77,"\u300c#":[149,127],"\u300c ":88,"\u300c,":130,"9e":152,"9f":4,unix:[110,111,47,138,105,44],txt:[65,98],"\u5ea6\u6d6e":37,"\u5bfe\u7167":94,"_check":[60,144],"\u89e3\u6c7a\u7b56":103,"\u975e\u63a8":[22,58,57,49],music:36," suffixsearchterms":[147,122],tokenize:[43,25,35,58],"_flags":[58,92,64,100,137],"[pkg":[22,58],"\u30d6\u30ed\u30b0":67,"\u6709\u529b":125," opened":120,"\u7f6e\u304f\u4f8b":44,"\u4e0b\u304c\u308a":53,"\u5f15\u6570":[1,10,14,52,126,58],"\u300cv":123,"(pos":[28,142]," json":[46,119,4,42],"_command":[43,24,35],"\u7518\u6817":149,"\u6709\u52b9":[69,71,77,32,22,118,44,121,88,123,11,12,46,92,49,100,58,60,147,106,63,109,26,7],"\u4e8c\u91cd":147,"\u30e1\u30fc\u30eb":[0,98],"/functions":144,example:[36,3,107,11,56,32],"/blog":123,"\u6a2a\u5c71":58,"*cache":15,"<groonga":121,travel:149," travis":61,"\ngpg":123," hobby":120,types:[39,125,101,110,66],"\u63fa\u308c":72,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":58,"_resource":[2,60],"\u5b09\u3057\u304f":103,"\u901a\u5e38":[88,69,3,147,11,37,14,111,7,58,152,143,86],"\u5148\u982d":[74,88,60,3,7],"\u500b\u5b9a":134,wing:58,"\n]\n":130,"\u3042\u305f\u308a":[22,127],vars:41,"\uff11\u5bfe":134,"\u00a0str":64,"\u30d1\u30c8\u30ea\u30b7\u30a2":[43,3,116,126,58,129],"/new":123,"\u6e1b\u7b97":60,"\u8fd4\u3063":[149,147,122],"_{":58,"-code":123,"\u8fd4\u3057":[69,3,74,118,39,9,42,88,57,122,91,125,92,95,14,47,71,48,97,51,52,99,100,101,102,142,62,126,89,96,58,105,60,63,148,108,26,28,138,66,146],fix:47,"\u78ba\u7387":125,"\u5404\u7d22":3,"_desc":92,"_o":[2,140],"_n":[15,58],"_i":[2,140],fin:41,"_a":[2,140]," support":80,"\u3046\u3063\u304b\u308a":58,"\u30d7\u30ed\u30c8\u30b3\u30eb":[145,43,114,2,109,7,58,121],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":57,"\u3082\u3063\u3068\u3082":144,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[7,153],"_select":67,"(point":[28,57,142],"_deadlock":[2,140,60],debug:[120,7],"_$":[125,49],"_\"":22,"\u306b\u3042\u308a":49,"\nappends":64,"*\"\n":59," precise":[43,112],rd:[53,116],rf:[106,7],"post\u30e1\u30bd\u30c3\u30c9":58,moritapo:36,rc:[69,120,2],rm:7,ro:69,rk:39,"\uff01\uff09":[39,101],"\uff01\uff08":98,"\u3042\u305f\u3044":96,"\u5909\u5316":109,"\u5168\u90e8":140,".msgpack":4," kinjirou":36,"\u307e\u308d\u3086\u304d":115,"\u771f\u507d":[11,58,37,147,122],libedit:[22,1,44,127,58],"\u5f31\u70b9":109,"\u8fd4\u308a":[56,88],"\u8fd4\u308b":127,"\"localhost":32," must":[15,119,90,64],"_locks":[2,140],"\u5024n":[108,118,71],"\uff08age":49,"\u304a\u3055\u307e\u308b":56,mingw:[22,123]," processed":120," brew":68,"\u6607\u964d":[126,88],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[58,69,3,77],"\u4f7f\u308f":[88,2,147,123,75,140,131,152,15,69,7,22,39,58,61,143,49],"-benchmark":58,"\u533a\u5207\u308a":[118,145,88,69,3,4,107,125,11,109,37,77,46,108,130,71,66,58,122,147],"\u533a\u5207\u308b":[127,143],master:7,"\u610f\u8b58":49,"\u00a0threshold":[48,60],"\u8a8d\u8b58":103,listen:[58,77,7,42],".git":[83,123,98],"{table":[94,88],"\u306e\u3059\u3079\u3066":42,"(comments":148,"-common":58," databases":15,"_update":[147,88,2,92,100],"*namebuf":[60,100]," license":80,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[43,106,69,35,136,12,110,124,58,49],"\u4f7f\u3048\u308b":[147,77,58,22,44,61],"\u304b\u3069\u3046":[2,71,53,148,118,44]," and":[88,80,102,26,14,15,94,92,90,7,119,120,59,60,64],"-port":[77,121]," any":[119,94],"\u300csubmit":123,object:[60,122,74,37,140,85,41,97],"\u7d22\u7528":[43,129,49],"\"black":152,microsecond:120,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":104,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":42,"\u533a\u5207\u3063":[88,69,140],"\u4f7f\u3063":[0,114,2,3,72,37,116,69,81,7,44,9,42,115,136,88,122,123,11,12,94,131,49,135,36,52,99,101,53,103,104,56,32,140,58,96,143,61,106,152,147,26,111,124,112,67,98,68]," you":[15,14],"\u30d1\u30a4\u30d7":55,"\nthis":58,"\u4f7f\u3046":[1,69,38,8,119,58,44,121,136,88,123,65,125,12,127,130,49,52,138,96,22,61,106,24,110,111,124,112],"\u4f7f\u3044":[114,69,37,7,44,42,43,88,89,122,125,12,93,131,98,52,136,138,22,13,143,61,106,152,109,110,26,111,124,49],"\u66f8\u304d\u8fbc\u307f":[149,44],"\u66f8\u304d\u8fbc\u307e":20," output":64,"\u30d0\u30a4\u30ca\u30ea\u30fc":111,layout:123," senna":58,".fedoraproject":106,"2byte":140," candidate":125,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":75,"\u79d8\u5bc6":123,"\u30a2\u30d4\u30fc\u30eb":123," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":58,"\u91cd\u307f":[43,88,147,53,94,58,129],tips:67,"\u30c8\u30d4\u30c3\u30af":123,"\u91cd\u3044":[109,88],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[43,127,25,35,14],"\u958b\u3053":63,"\u5b9f\u9a13":58,"\u91cd\u304f":53," registered":26,release:123,"\nload":[57,130],"\u69cb\u9020":[36,52,109,14,111,92,75],"\u5e83\u304f":[149,123],"[linux":58,result:[57,92,52,4,140],"<port":[77,121],"\u5206\u304b\u3061":109,wikipedia:37,score:[36,88,52,3,122,101,53,125,66,56,94,47,57,58,39,59,149,105],"\u611f\u3058":[149,103],shidara:22," sites":130,"\u539f\u99c5":56,country:[138,32,107],"\u00a0update":16,"\u66f8\u304d\u8fbc\u3093":149,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":152,"\u66f8\u304d\u8fbc\u3080":121,"\u540c\u69d8":[36,88,52,123,11,38,56,32,126,121],pre:80,"\u5931\u6557":[127,3,147,123,8,47,138,58,22,105,49]," tokenbigram":[88,69,3,72,148,53,149,147,77,26,93,94,122,59,49],"\u95a2\u6570":52," formats":120,diff:121,"\u5404\u7a2e":123,"\u6d88\u53bb":58,"\uff08node":61,"\u5360\u6709":60,")senna":143," array":104,ann:123,"\u30ab\u30f3\u30de":[88,71,122,107,108,46,130,118,3],worker:134,"\u305f\u307e\u307e":42,"-message":112,"/function":123,"_sel":80,"\u3069\u3093":[84,76],"#set":121,"\u3069\u308c":[111,88,42,49],"_set":[33,74,102,14,15,126,95,48,58,60,41],"\"sound":101,"\u65ad\u7247":26,"\u4ee3\u8868":109,"\u79d2\u6570":[111,88,71,122,11,149,37,62,108,118],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":58,"_false":60,"\u3069\u306e":[88,69,101,38,57,44,142],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":22,"1\u4ef6":[53,149],"_rectangle":[43,1,90,35,127,58,22,133],"\u3069\u3053":[22,44],"\u30df\u30ea\u79d2":[37,56],"\u7121\u8996":[118,88,69,71,147,53,75,127,77,108,92,138,130,22,126,58,143],"\u3002rst":17,"\u5fdc\u7528":109,"\u3069\u3046":[1,34,63,5,103,54,88,55,53,6,128,7,20,58,87],"\u30e2\u30fc\u30c9":[29,52,3,32],"\"blt":130," hash":149,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[69,101,53,116,126,49],"_element":33,"\u30c4\u30fc\u30eb":[17,98,112,43]," hashtags":149,"_result":[92,2],"\u4e00\u6c17":123,"\u5317\u4eac":57,easy:17,has:123,"*vars":41,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":58," what":64,"\u7c21\u7565":58,"\"content":[88,147,122],"\u9001\u308b":[0,140,42,98],"\u9001\u308a":[140,123],"\u30d0\u30a4\u30ca\u30ea":[81,123],"_broken":2,"\u8d8a\u3048":53,"\nrep":121," tokenmecab":53,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":38,">command":4,"_error":[2,140],"_ascending":126," options":[7,63],"-unauthenticated":[58,12,124],"\u30d4\u30ea\u30aa\u30c9":[55,59],old:123,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[77,69,3],"|suggest":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":58,"\u5358\u8a9e":[58,88,147,131],"/ngx":7,groogna:[58,42],"\u9001\u3063":[65,0,67,98],"for":[102,64,122,21],bottom:[22,90,28],"\n[\"":26,".asc":123,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":58,ichii:22,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":60,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\npartial":52,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":67,"\u306a\u3055\u3093":67,"\u65e2\u5b9a\u5024":114,"\u305b\u3044":58,"_size":[52,100,16,14,92,137,126,60,64,41],".am\u30d5\u30a1\u30a4\u30eb":123,"_down":[2,140],"\u89e3\u91c8":[127,52,147,130],"_range":[2,60],support:80,offgao:149,"_process":[2,140],"\u305b\u306a":[147,122],"\u3086\u304d\u3072\u308d":115,thesaurus:88," ftb":80,"/tsv":[143,8],"\u5fa9\u65e7":58,"\u8981\u7d20":[111,2,3,77,26,46,92,52,71,118,58,121],"\u30d0\u30f3\u30c9\u30eb":58," uint":[36,88,147,148,138,58,59,122,49],"\u3002sortby":88,"\u306e\u304b":[149,116],"\u9006\u5f15":36,"_sequence":[2,140],"\u306e\u3044":[10,71,5,109,37,77,92,46,57,56,6,140,52,118],"_records":58,"''":[12,147],"'\"":58,"' ":[136,36,88,80,147,124,11,149,37,12,94,120,53,56,106,58,60,102,122],"'.":[119,60,98],"'-":77,"',":60,"')":[145,88,71,108,77,118],"'(":[77,147],"\u306e\u306b":[43,110,82,58],"\u306e\u3061":88,"\u306e\u3067":[114,3,116,7,58,42,88,57,123,11,94,98,53,103,148,22,59,143,109,26,111,29,49],"*nvars":41,"\u3001_":[149,56,3,107],"\u306e\u307f":[109,52],"'\n":[36,88,57,3,147,53,93,94,56,122,115]," city":57,"'t":[15,7,14],"'s":[93,88,147,46,148,120,111,122,98],moero:36,"\u3089\u308c\u308b":[52,100,109,116,126,58],"\u88dc\u3046":109,"'a":148,"\u305b\u308b":[114,52,109,94,29,144,49],"'n":77,"'m":[93,59],"-latest":67,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":72,"-tar":19,"\u305b\u308c":109,"\u6bb5\u843d":[55,100],"_count":[32,62,3,4,7]," complete":[39,125],"'\\":147,"\u5165\u529b\u30df\u30b9":101,time:[149,101,11,125,66,120,53,58,39,22,146],push:123,"\u304a\u3053\u306a\u3063":3,":/":[3,4,77,81,7,83,44,42,43,89,123,11,12,130,98,36,136,19,56,32,61,145,106,107,124,29,68],"\u53cd\u6620":[109,52,123],"\u7b26\u53f7":2,":$":[122,147,115],": ":[50,43,1,10,123,76,127,103,14,46,92,2,52,22,67,44,138,61],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":123,"-prefix":112,"\u5c0f\u897f":58,":=":[88,147],":>":[88,147],"\u3002rroonga":131,"::":[2,4],netbsd:[58,127]," tokentrigram":69,"\u3042\u307e\u308a":[59,103,92],"\u7aef\u672b":109," all":[120,88,90,147,122],":\n":[32,61],"_builtin":[22,60,63,137]," escape":64," elfring":58," installer":123,"\u6700\u7d42":63,dragonfly:127,"\u500b\u5225":123,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":58,"-root":[29,127,77],lru:96," systems":26,exact:52,"\u3002travis":61,minute:120,".body":[76,30,72,87],"\u30b9\u30af\u30ea\u30d7\u30c8":67,"{language":98,"\u6e08\u307f":[136,55,106,69,100,123,101,37,12,103,114,46,124,39,22,58,143,9],":@":[36,88,3,147,11,149,94,32],":\\":81,":^":[147,115],":[":121,":public":123,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":134,"\u305f\u3055\u3093":[22,1,58],"\u7d50\u3073\u3064\u304f":134,sign:123,"\u5316\u4f5c":123,"\u4e8c\u9805":122,".ncpu":68,"\u7d4c\u904e":[111,10,122,11,149,37,62,22,60],"\u30bf\u30d6":[143,4,140],takashi:138,"\u540d\u7b49":60,"\u4e3b\u8981":112,"'='":77," yoji":22,"\u76ee\u5b89":123,"\u30bf\u30b0":[43,89,122,123,75,127,26,22,58,129,49],"\u6d41\u3057":123,address:[22,140,58],"\u30a2\u30ab\u30a6\u30f3\u30c8":[123,21]," string":[91,102,110,14,60,64,41],"\u4e3b\u30ad\u30fc":[118,43,71,108,127,46,58,84,86],"\u306b\u95a2\u3057":[58,52,121,14],queue:134,"\u8b66\u544a":[58,88,10,127],"\u3002offset":74,"\u5ea6\u6570":[11,22,56,122],"` ":4,ipa:[17,106,136],pentium:121," \u3044b":[53,116],"\u6587\u5b57\u5217":[43,88,69,71,91,108,111,131,26,46,148,57,118,119,58],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[52,77]," entry":[55,34,71,108,76,54,46,138,128,118,30,87],"\u4e88\u3081":[37,77],"{\"_":[36,88,122,11,56,147],"|table":49,"\u30d5\u30a9\u30ed\u30fc":21,"/header":19,"\u3060\u3063":[53,58,88,10,92],"``":[1,127],"\u3001 ":[69,3,72,75,37,7,8,44,42,136,88,57,122,11,14,94,131,126,133,98,99,148,56,58,143,152,147,149,26,111,49,32],"\u3060\u3068":103," frees":14,visual:[22,81,58],"\u30ec\u30d3\u30e5\u30fc":123,"_gt":126," version":[80,4]," run":7,"\u3002obj":60,"\u3060\u3044":22,"_alloc":64,values:[46,118,60,71],"\u3060\u3057":[22,121],"\u5024\u8a18":122,"\nnotice":[5,6],logrotate:58,"\u5897\u3084\u3059":144," }\n":[149,7],"\u6a19\u6e96":[1,34,3,5,76,77,6,7,118,84,87,10,46,128,71,20,132,130,54,55,104,58,145,62,108,29,30,113,32],chroot:123,"\u307e\u3068\u3081\u308b":7,"\u30d2\u30e5\u30d9\u30cb":[57,142],"\nan":15,date:121,such:26,data:[74,42],"/dictionary":127,ss:[120,122],"/javascript":22,st:69,sh:61," bug":[58,80],se:[39,69],"\u540c\u3058\u6570":[77,7,42],"[yum":58," english":[88,21],"\u30a2\u30c9\u30ec\u30b9":[22,92,77,32,121],"*query":[85,64],jis:126,"\u540c\u671f":[123,121],"\u4f55\u500b":88,"\u4f7f\u308f\u305a":94,records:[120,90],"\u8d85\u3048\u308b":[11,75,126,58]," description":[149,116],config:[1,10,81]," rake":123,"_dat":[147,84,92,58,22,122,49],"_dataset":117,"\u4e26\u3073":[116,122,107],"\u4e26\u3079":[43,129],"-terminated":[41,14],gtar:19,indexblog:59,"\u30d8\u30c3\u30c0\u30fc":[58,2,42],"\uff1f\u3000":121,"-offset":88,"\u8a73\u7d30":[114,69,3,37,7,8,85,121,136,88,44,12,94,48,98,53,58,144,106,111,124,29,49],"\"search":[39,101,147,66],"\"type":125,formula:123,"\u6700\u5c0f\u9650":7,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":75," segments":104,mime:42,"byte":[100,26,92,140,58,60,121],"\u7d20\u65b9":109,"\u30d9\u30af\u30bf\u30fc":[22,88,138,58]," country":[138,107]," yoshioka":58,"\u4e00\u610f":[55,77,86],one:26,submit:[39,125,101,66],"*expr":64," epel":106,"\u00a0encoding":102,"\u5bfe\u7b56":[43,82]," locks":26,"\"sphr":142,"=encoding":112,".co":[88,80],"#'":77,"\u8fd4\u4fe1\u5143":149,"\u8fd4\u4fe1\u5148":149,"\u305d\u3053":[11,53,123],"\u306b\u5bfe\u8c61":22,translate:98,"\u540c\u6642":[88,10,109,134,56,92,126,121]," nonexistent":88," vector":58,"\n..":130,"\u4e16\u754c":[57,11,37,28,56,142],argument:122,sae:[125,101],"\u4e21\u65b9":[88,149,147,75,93,109,39,122,115],say:122,"/span":26,"/ubuntu":[58,114,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":58,"\u30ea\u30b9\u30c8":[118,36,88,152,3,147,123,108,143,76,38,77,46,71,84,83,58,122,31,98]," dump":[22,130],uuuuuu:122,"\u5ea6\u5408\u3044":53,"-with":112,"[[\"":104,"\u5fdc\u7b54":[58,109],buffer:[104,60],debhelper:22,"-type":[22,101,66,42,39],"\u30b9\u30da\u30fc\u30b9":[22,88,58],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":67,"\u672b\u5c3e":[74,126,60],"\u9589\u3058":[75,22],"\u4ef6\u6570":[88,3,53,116,46,92,60,86],"\u5217\u6307\u5411":[109,77],"_cursor":[43,90,35,24,127,58],xml:[22,127,58],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:152,"\u5927\u4e8b":[143,147],"\u4e00\u6642":[43,57,35,60],"_defrag":60," checked":123,"\uff08tokenbigram":53," url":130,resource:140,".php":123,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[111,43,25,35,58],"\u76f4\u63a5":[149,130],up:4,"\u7a7a\u767d":[69,3,147,53,109,77,46,66],"\u7528\u79d8":67,"\u898f\u5247":58,".content":[88,122,93,148,59,147],"\u306b\u3068\u3063\u3066":[69,103],sites:130," are":[88,90,26,94,120,58,64,98]," zxvf":123,"\u5927\u4e08":0,"\u4f9d\u5b58":[43,112],jobs:121," bottom":90,"\u4e0a\u554f":114," be":[90,15,92,119,120,60,64],"@tomotaka":22,"\u8fd4\u3059":[1,34,72,5,77,6,22,121,87,122,125,14,128,42,20,54,62,56,140,58,55,146,127,30],"\u30b3\u30ed\u30f3":55,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":72,"_otoj":144," by":[90,147,14,15,120,119,58,64],")offset":[126,92],"-mecab":[136,58,106,12,124],"_t":2,"_syntax":[2,64],"(xxx":58,"\u30e1\u30e2\u30ea":[136,106,127,12,14,124,81,112,58,60,68],"\u542b\u3080\u5024":[77,3],"\u5468\u4e0a":142,"_synonyms":143,"*added":92,"'ja":98,enable:[62,127,69,123],"\u6607\u9806":[88,3,56,92,126,60],"\u5b9f\u884c":[109,67]," fork":98,"-bye":[88,147,122],"\u304a\u3051\u308b":[50,36,3,147,11,109,37,58]," configure":[53,58,122]," form":[152,147]," autogen":123," allocation":15,"\u7406\u89e3":[88,3],"\u3002filter":56,"?table":[32,42]," ruby":[119,123],ctrl:32,"\u30af\u30ea\u30fc\u30f3":123,ivh:[136,106],"@lists":[123,21],".md":123,pthread:[22,58],"\"}\n":[46,93],"\u3002squeeze":144,ascii:[147,122],"\u633f\u5165":[3,123,74,77,26,58],hostname:[29,77,7],"_filter":[43,133,35,58],"<path":77,"_setoperation":92,"\u3002\u3057\u304b\u3057":[88,57,101,109,37,93,112,22,152,42],"_at":[53,127,14,92,58,60]," tokendelimit":69,"error\u30bf\u30b0":58,"\u8ab2\u984c":67,cmake:[58,44,81],"\u5b9f\u88c5":[88,57,29,7,58,22,153,42,98],"_date":123," added":[80,90],"\u5217\u8868":37,"\u6b53\u8fce":67,"_normalize":[88,80,3,72,53,149,147,26,152,93,94,92,58,59,122,49],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,126,52,99,127],"_retry":2," rst":17,"\u6771\u4eac\u90fd":[53,149,116],"[token":58,"(r":121,gdb:144," akio":127,"(a":61,"_pack":112,"\u3046\u3061\u3044":77,"([":51,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"(_":[39,125,101,122,66],"\u30d1\u30e9\u30e1\u30fc\u30bf":[43,100,92,58,126,22,60],"\u30fb\u5186":109,dcmake:81," testdb":121,"\u6c4e\u7528":[77,7,121],"\u639b\u3051":122,rubygems:58,"(<":52,"(=":[2,122,52],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":123,"((":88,"()":67,"(.":[59,123],"(-":122,"(\"":[57,3,102,77,26,94,58],"( ":[58,77,41],"(!":52,"('":[55,88,3,147,108,77,46,118,71,86]," specfied":90," real":26,intel:121," deleted":60,"_but":52," read":26,"\u95a2\u308f\u3089":121," ssh":123,"\u4f4e\u901f":107,"\u4ed5\u7d44":[42,98],conditional:125,yyyy:[120,122],"_supported":[2,140]," finds":92,"\u30d5\u30a9\u30f3\u30c8":17," tokenizer":69,ddl:53,lucid:[127,12,123],"/httpd":[114,7],"\u8a18\u4e8b":[93,59,123],"\u5168\u6587\u691c\u7d22":[58,49]," handled":7,";\"":58,"; ":[77,7,121],"\u5ec3\u6b62":10,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[22,42],"\u304b\u3048\u308b":[148,107],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":152,";\n":[15,121,7,42],"\u30ec\u30d9\u30eb":[5,58,6,77],"\u7b97\u51fa":[58,88],"*db":[60,63,14],"\u7403\u9762":[57,142],"_prefix":112,"<encoding":77,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:98,"\u30aa\u30fc\u30d7\u30f3":[22,58],complete:[39,125,9,58],"\ntext":64,"/pull":123,"_empty":[2,140],"with":[3,123,53,55,22,44],"_types":42,pull:123," corresponding":60,"_incompatible":2,"\u304a\u77e5\u3089":43," represented":64," distance":57,ac:152,uid:123,"\u30ec\u30b9\u30c8\u30e9\u30f3":109,"| n":122,as:[119,69],ar:[53,69,116]," \\\"":148,"| c":122,"| _":56,"\u3002messagepack":[111,44],shimomura:58,"_bool":[127,60],"\u4e00\u65b9":[3,147,94,11,109,26,53,148,59,122],"\u30c7\u30d0\u30c3\u30b0":[104,69,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[58,81,121],"\u9806\u4f4d":74,"]\n\n":[149,32],"\u304c\u3068\u3046":149," wheezy":22,queryexpandertsv:[43,35,94,8,58,23],"_such":[2,140],original:115,"\u6587\u6cd5":[43,129],senna:58,"\u4ed8\u968f":[34,54],"\u30c7\u30fc\u30bf\u30d9\u30fc":22," default":120," upload":123,getaddrinfo:58,"\u5408\u8a08":[50,75,53,121,104]," lcov":144,"-talk":[58,123,21],"\u548c\u5e83":58,"\u901a\u4fe1":[67,139]," mingw":123,to:7,tail:[140,123],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[43,127],homepage:121,tc:[126,99],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[88,69]," rroonga":[148,59],"\u3002column":[52,3,100],condition:122,"(popular":88,"\u5909\u308f\u308b":[53,26],"\u5909\u308f\u308a":[104,56,116,96],"\u4e0d\u5b8c\u5168":22,"\u300c\u6771\u4eac\u90fd":53,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[58,69],"&gt":26,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":58,"\u7701\u7565":[88,100,123,46,96,8,58,49],"\u7d22\u6642":127,"\u3067\u306b":[53,93,8],section:100,"\u30ea\u30c6\u30e9\u30eb":[22,1,147,26,58],"\u5927\u5207":109,"\u6700\u65b0":[22,96,123,21,43],"\u3002timeout":60," left":90,"_modified":149," }":[69,3,149,62,32,42]," httpd":123,full:[69,123],hash:[75,149],"\u30ce\u30a4\u30ba":[53,101],"\u6700\u5c0f":[124,106,12,114,136]," https":[98,61]," returns":[119,94,92,90,102],"_debug":144,"\u975e\u516c\u958b":123,"_compare":60,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":88,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":58,"\u306b\u3059\u308b":42,followee:149,tokenizer:58,"\u30ce\u30fc\u30c9":[126,58],"-release":67,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":116,follower:149,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[22,127],select:[43,1,10,35,127,25,117,15,47,138,96,58,22],"\u3002\u3002":38," apt":[58,12,123,124],mecab:[136,1,127,123,12,106,124,58,22,44],"\u3002\u300c":[36,88,69,147,122,59,49],"\u7406\u95a2":41," api":[67,13],"\u4e0a\u8a18url":123,more:140,"\u30c6\u30ad\u30b9\u30c8":[89,123,127,110,26,152,69,58,49,121,98],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":36,"\u518d\u5229":[75,88,86],"_argument":[126,92,2,140,60],"_messages":[123,98]," do":64," db":[3,63,92,32,29,7,4]," debootstrap":123,"_adjust":[85,52],"\u6bd4\u8f03":[43,88,147,127,58,121]," fumiyasu":22,scan:144," libedit":136,"_descending":126,accept:127," !":[58,122],gronoga:7," dataset":150,information:120,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":22," demo":36," pkg":19,"\u300ccommand":29,"=dat":58,"\u52d5\u7684":[43,35,109,127,7,58],"\u5b9f\u884c\u4f8b":[58,144],"\u5019\u88dc":[39,125,9,101],"\u306b\u3059\u3050":93,"\u30fb\u81ea\u5df1\u7d39":149,"\u559c\u3073":[65,98],github:[0,43,123,58,83,22,98],tokenbigram:[88,69,3,147,101,53,75,116,84,122,31,49],"\ncan":64,register:[43,25,110,35],"\notherwise":15," path":[120,7,8],replied:149,"\u25a1\u25a1":103,"\u666e\u53ca":109,"\u52d5\u753b":36,"\u8f09\u305b\u308b":123," will":60,replies:59,its:[0,64],".rpm":[136,106]," ?":122,"\u63a5\u7d9a":[3,134,77,113,132,58,121],"[tokenizer":58,"_weight":[55,100],"_ci":152,"\u6271\u3044":[11,39,10,116,153],"\u6271\u3046":[2,122,53,109,21,58],"\u6271\u3048":[79,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":58,"\u5c0f\u306a\u308a":131," outputs":120,messagepack:[22,44,58],"\u6271\u3063":[58,1,149],"\u30ad\u30e3\u30b9\u30c8":[58,127,147,149],"[doc":[22,58],found:90," don":15,"\ndeb":[124,12],".offset":92,"\u534a\u89d2":[126,152,3],"\u540c\u7fa9":143,"\u9ad8\u901f":[36,1,52,3,147,153,75,38,77,122,109,57,58,22,142,42,49],operation:140,"\u6271\u308f":[88,69,147,11,38,53,58,152,121],really:[88,147,122],"\u524d\u8005":[56,152,143],ftp:121,"\u30ab\u30d0\u30ec\u30c3\u30b8":67,"\u30de\u30eb\u30c1\u30b3\u30a2":109," parses":64,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[56,3,107]," parsed":64," log":[43,7,35,123],"/etc":[114,123,12,124,7,58,143],"\u6975\u4ed8":[57,142],"_hit":[32,62,3,4,7],"\u3053\u3053\u3067":123,"\u30a6\u30a7\u30a4\u30c8":55,"_user":[43,24,41,35],"-keyring":[58,12,124],"\u7d4c\u7531":[34,71,5,76,6,84,118,87,43,123,128,130,20,132,54,55,104,58,62,108,127,30,113],number:[104,90,122],"_pipe":[2,140],"\u3059\u3079\u304d":52,"\u7d42\u308f\u308b":[93,147,122],"\u30b3\u30d4\u30fc":[100,123,74,92,130,58,60],"|enable":69," process":120,"\u30ab\u30b9\u30b1\u30fc\u30c9":58,"\u3057\u304b\u3082":153," apply":64,"_stack":2,"\u642d\u8f09":109," tweets":93," halfwidth":152,"\u5b66\u7fd2":[43,125,127,151,58],"\u56de\u547c":127," user":[36,26,121,94]," uses":[15,120],"_db\u30d5\u30e9\u30b0":22,"\u60f3\u5b9a":[62,36,130,104],"\u5b9f\u969b":[50,36,88,72,53,149,76,58,59],"_nofile":120," ci\u4e00\u822c":61,"\u52d5\u74b0":145,"*data":74,"\u66f8\u304d\u63db\u3048":[123,61],gted:98,qps:[145,121],"\ngroonga":[22,10,117],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[127,77],self:121,"_lock":[22,60],also:[26,122],without:7,mroonga:[88,89,147,148,109,94,58,59,143,122],"\u8a18\u53f7":[53,77,116,3,127],"\uff08todo":122,"\u306e\u3069\u3061\u3089":[88,122],"\u3060\u3055\u3044":[0,114,3,81,7,83,44,42,88,122,123,12,98,19,140,58,143,144,61,152,147,109,111,112,67,49,32],"\u5b57\u5217":[22,37,147,49]," full":26,exe:[81,123],"_uint":137,ext:69,"\u6d3b\u304b\u3059":88,"<limit":77,"_processes":2,microsoft:81,"\u3057\u304b\u3057":[88,122,53,116,59,143,42,98]," longer":[80,14],"/command":[32,7,14],xcode:68," bytes":[41,14]," item":[39,125,101,66],"-memory":127,"\u77e9\u5f62":[28,56,109],"\u5143\u6c17":58,columnn:58,"\u9577\u578b":126,"\u6642\u306b":22,"\u51e6\u7406":[1,2,71,74,116,42,69,7,118,121,88,122,86,98,52,56,140,58,147,108,109,127,25,26],"\u5225\u9014":[37,60,107],"\u30bf\u30fc\u30b2\u30c3\u30c8":58,columns:[46,58,127,71,118],"]]]":[53,125,128,122],"\"requires":58,"\u5fc5\u305a":[88,10,140,92,49],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":42," palalles":123,"\u3082\u3057\u3054":58,"_point":[36,142,90],"\u30ed\u30b0\u30ec\u30d9\u30eb":[77,7]," threasd":77,"-github":123,bytes:50,"\u6c7a\u3081":49," serve":123,"\u7528\u610f":[88,52,123,101,57,66,44,39,60,9,121]," normalizermysqlgeneralci":152," characters":64," palallel":123,"\u3082\u3057\u304f":[136,106,147,123,11,37,110,92,7,126,58,59,122,32],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[22,1,127,144,58],"\u51fa\u73fe":[109,125,100,79],sed:[22,58],"\u547c\u3073\u5143":14,sea:[39,69],sen:80,"\u8a00\u8a9e":[67,52]," code":[111,120,4,98],juman:[136,106],currently:[7,63],mutex:58,"\u65e5\u4ed8":[109,57,123]," operator":90,"\u3082\u3057\u308c":143,"<span":26,"\u7a7a\u6e2f":149,"\u304c\u3064\u3044":[75,127,58],javascript:[29,43,7,129,32],"\uff09\uff08":49,"\u3082\u304d\u3061\u3093":7,"\u500b\u4eba":44,"\u6790\u5668":109,"_already":[2,140],"\u77e5\u308c":[119,110,59,103],last:149,"\u4e00\u8cab\u6027":103,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[109,121,131],"\u578b\u5909":22,connection:140,rose:11,pdf:67,"<#{":120,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":58,load:[43,1,10,35,127,25,47,138,130,58,22,87],");":[15,52,64],"):":[114,123],"@ceekz":58,"\u30b9\u30ec\u30c3\u30c9":[109,134,77,14,42,121],"))":[88,143,122],"\u30ca\u30ce":[111,127],")-":123,"),":[55,58],").":[26,123],"_exec":[2,64],")\"":[147,58,89,26,72],".htpasswd":[7,42],")'":[36,149,147,101,125,26,148,56,66,39,122],"[rpm":[22,58]," sample":121,"\u7c21\u6613":[114,57],"\u63a2\u3057":[109,121],"\u30d1\u30e9\u30e1\u30bf":[33,60,99,63,74,137,102,92,14,15,126,95,90,48,85,64,41,97,100],shinya:58,func:[41,14],"\u3067\u307e\u3068\u3081":143,")]":58,"-api":65,"\u3067\u306a\u3051\u308c":122,"\u5236\u9650":43,"\u3002point":[28,142],error:[15,111,7,120],"\u30b0\u30cb\u30e3\u30e9":149,"_nromalize":152,"\u632f\u821e\u3044":[58,94],"\u63a1\u7528":[53,109,32],"<=":149,"\u5316\u524d":86,"< ":122," expression":64,"\u8a00\u3044":148,"\u4e00\u7fa4":52,">\n<":4," file":7," tweet":93,"\u56de\u52d5":121,alert:[120,7],ifexists:46,stack:[58,140],"\u7121\u99c4":109," digits":120,"\u8981\u6c42":[103,3,148],"-path":[123,112],"_file":[2,111,7,143,42,140]," time":[11,53,149,121,120],mysql:[136,106,69,123,109,12,124,80],"\u5316\u51e6":[22,86],"\u30bd\u30fc\u30c8":[43,1,127,36,75,38,88,125,92,22,58,129],"3\u4ef6":149,"_files":[2,140],location:[111,7],input:[46,111,140]," speakers":21,emergency:[120,7],"\u3002db":[22,52,3,32,14],"\u30cf\u30c3\u30b7\u30e5":[62,58,123,104],"\u30bd\u30fc\u30b9":[43,123,112],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":123," \u4e0a":83,"\u540c\u7b49":[116,121],"\u308f\u3051":[11,39,88,69,122]," very":[111,88,122,26,46,147],"\u4ed5\u65b9":67,"\u30d6\u30ed\u30c3\u30af":[109,7],"_flow":[2,140],"\u6ce8\u8a18":58,"\u30af\u30ed\u30fc\u30f3":44,"}]\n":11,bi:[53,116]," tablename":10,"\u4e0a\u4f4d":[53,92],wget:44,"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":114,"\"yu":130,"\u3068\u308f\u304b\u308b":123,garbage:58,"\uff11\u4ef6":118,"\u3088\u308a":[72,37,116,58,39,44,121,88,57,122,11,93,126,49,52,53,22,59,142,143,147,149,127,112],"|key":[88,3,72,53,149,147,26,93,94,115,122,59,49],"\u30d5\u30a9\u30ed\u30ef\u30fc":123,pcre:58,"\u56fd\u969b":98,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,129,58]," curl":[68,4,42,7],"\u5074\u9762":109,"\u6574\u3063":144,link:[11,32,107],line:111,"\uff08ci":61,posted:149,"\u8868\u3059":[51,52,36,11,38,55,57,69],"\u3088\u30fc":149," terms":[88,3,147,104,53,77,26,94,122],"\u8868\u3057":[10,3,37,38,111,2,52,86],ul:69,"\u5206\u89e3":52,"\u3054\u307f":103,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":67,parses:102,"char":[63,137,102,14,92,60,64,41,100],"\u3054\u3068":[50,69,123,134,79,94,58,14],"\u3075\u308a":125,"\u304b\u307e\u3044":3,defines:150,codes:123,taro:36,">uptime":4,"=null":[88,69,96,49],invalid:[88,140],"\u8868\u308f":60,"\u898b\u4ed8\u3051":58," invalid":102,"\u7acb\u3061":111,".load":121,".dump":22," script":[119,121],"\u53f3\u8fba":[22,127],"(nginx":114,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":140,"\u6307\u5b9a":[109,52],"\u4e00\u7dd2":[1,57,3,53,88,58,114,49],"\u3088\u304f":88,"\u3088\u3046":[1,69,71,75,38,77,114,7,8,118,58,44,116,42,43,88,10,122,123,151,93,94,92,121,130,17,49,52,103,104,57,22,142,143,144,61,147,148,108,109,127,26,111,138,29,152],"\u3088\u3044":[88,147,59,60,42,98],"\u3088\u3073":52,age:88,"/wgs":56,"\nerror":[5,6],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":58,oracle:[43,112],"\u3088\u3063":56,"\u8a66\u884c":109,hello:[93,122],partial:52,"\u3067\u307f":109,",\"title":3,results:92,"/sysctl":68,"\u3067\u3064":72,"\u843d\u3061":[58,127]," problem":15,"\u3067\u306e":[111,26],"-lzo":112,"/json":[22,42],"\u3067\u3069":125,"\u3067\u3057":[19,11,122],"\ncase":15,"\u8a2d\u5b9a\u6e08\u307f":114,"\u306a\u304a\u3053\u306e":121,":..":88,"\u3067\u3059":[2,3,4,69,7,8,9,10,65,12,14,15,16,19,148,22,25,26,29,31,11,37,38,39,41,42,136,46,47,49,50,52,53,56,57,58,59,60,61,124,66,67,140,0,71,72,75,76,77,79,81,32,84,44,86,88,89,93,94,92,97,98,100,101,103,104,105,106,107,109,110,111,114,116,119,118,121,122,123,125,130,131,138,96,142,143,144,145,147,149,152,153],"\u3067\u3044":[11,88,122],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[67,143,88,112,61],"\u3067\u304d":[1,69,71,4,74,75,38,77,2,81,7,8,83,118,58,44,86,43,88,10,122,123,124,125,12,14,46,94,92,127,121,130,131,126,17,49,51,52,99,100,136,103,142,93,55,91,57,96,22,60,143,144,61,145,106,152,147,148,109,24,26,146,111,28,29,98,68],"\u7279\u306b":[52,123],"[snippet":26," libmsgpack":[124,12],"\u8fbc\u307f":[20,143],"\u8ca2\u732e":58,"\u3002time":149," under":7,"\u983b\u5ea6":125,"\u6368\u3066":22,".clean":123," update":67,"\u5f15\u304d\u7d9a\u304d":58,"this":[88,3,147,11,150,15,7,120,122,32],"(wgs":56,"\u30aa\u30d7\u30b7\u30e7\u30f3":[136,1,127,123,19,12,88,14,62,124,58,22,44,106,144,68],"_posting":[90,99],"\u4e00\u81f4\u3057":[88,116],"\ntable":[53,149,130],video:36," [":[47,69,88,49],".xml":4,index:[36,80,99,100,123,90,59],"_operator":[92,85,64,100,90],"\u306e\u3067\u3057\u3087":88,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":81,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[63,122],"\u5fc3\u304c":144,"\u516c\u958b":[22,127,123],"?parameter":7,let:93," memory":[15,14],ubuntu:[43,144,112,61]," memcached":32," \"":[88,57,72,149,76,110,104,47,32,84,59,122,105,121,147]," ":[69,3,72,32,39,84,105,42,115,88,10,122,11,125,93,94,47,36,101,62,148,56,57,59,147,107,149,110,26,111,138,66,89,152,7],ctx:[63,134,14,15,92,60,64,41,100],"\u73fe\u308c":69,"\u3067\u3082":[0,2,3,75,116,81,7,58,39,44,121,136,88,123,12,98,53,148,56,32,140,22,59,144,106,109,26,124,112,49,68],grnslap:[40,43,35],buffered:16,"\u8d85\u904e":58,"\u767a\u4fe1":123,"\u30c7\u30b6\u30a4\u30f3":58,"\u9014\u4e2d":[123,101,77,140,58,39],"\u3046\u3048":[22,58],"\u4ee5\u964d":[89,123,38,77,127,32,22,152,144,98],"\u3002\u3064\u307e\u308a":[88,3,147],zip:[43,123,112],"<- ":42,illegal:140,"\"sea":39,"\u3044\u304f\u3064":67,next:41,"\u3046\u3061":[10,100,38,104,92,52,58,126,22,60],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":59,"\u30af\u30a9\u30fc\u30c8":[69,147]," doc":[72,123,98],"\u3059\u308b":[109,67,134,21],"\u5909\u3048\u308b":53,"\u7d4c\u7def\u5ea6":[43,129],"\u3059\u308c":[3,147,109,92,8,121,122],src:92,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":67,"\u3059\u3093":149,"_escape":64,"\u4f7f\u3044\u65b9":[43,35,109],"\u6b8b\u308b":22,"\u6b8b\u308a":[88,10,143,49],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":58,"\u6e21\u3055":[57,52,41,58],"\u6e21\u3057":[52,71,147,46,32,118,3],"\u6e21\u3059":[58,3],"\u5171\u306b":[60,100]," disable":7,"\u6b8b\u3063":127," actual":7,",\u3000":121,"\u306f\u6708":122,process:[43,35],lock:60,"_estimate":[22,90],"\u6295\u7a3f\u5834\u6240":149,"\u7d30\u5206":11," asami":58,"\u00a0limit":[126,92,90],"\u3059\u3050":[109,42],"\u6301\u3061":[69,77,7,52],"\u6301\u3063":[88,69,147,101,109,103,58,152,122]," toybox":11,"\u6301\u3064":[36,88,57,3,122,107,101,11,109,134,38,77,46,148,92,22,152,86],"-enable":127,"\u3059\u3067":[93,69,116,123],"\u3059\u3079":[88,10,130,121,75,140,69,7,52,22,39,105,149,42,87]," titles":[147,122],"\u6b8b\u3057":88,defalt:127," indexblog":59," port":[32,68],"-gqtp":[43,106,136,12,27,124,58],"\u3044\u304f\u3089":109,"_')":[55,86],"\u4e26\u3073\u9806":56,">starttime":4," msgpack":4,tomotaka:22,"\u8a2d\u5b9a":67,alloc:[32,62,3,4,7],"\u4f53\u8fd1":142,"\u9078\u629e":[109,88,57,123],allow:[58,88,12,147,124],":\\\"":46,op:[92,85,100,90],"[httpd":58,"\u8abf\u3079":[74,28,60,142]," clear":60,"\u30ab\u30d0\u30fc":144," clean":144,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":145,"\u3092\u3064\u3051":[88,147],"\u6539\u884c":[22,76,77,58],"_unavailable":[2,140],"\u6587\u66f8":[109,131],"=platform":112,total:[104,121]," allocated":[15,14],"\u5de6\u4e0a":[28,1],"\u5de6\u4e0b":1,"[space":147,mmap:58," start":[93,114],billiard:[53,116],lzo:[22,140,44,100,58],"\u4e00\u6642\u7d50\u679c":58,"_per":[22,14]," fulltext":[69,26],"_implemented":[2,140]," hw":68,"/master":[43,98,61],"\u7121\u9650":[58,127]," hh":[120,122],"_none":76,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":61,"-patch":98,"\u753b\u9762":[1,123],frequency:[39,125,101,66],"\u30b3\u30e1\u30f3\u30c8id":149," subject":58,"-fd":22,"\u4ed5\u69d8":[43,10,125,127,7,58,48,29],"\"\uff08":39,"\"\uff09":[11,39,1,56],"_friends":36,"\u30bb\u30b0\u30e1\u30f3\u30c8":[104,30,60],"3ki":127,"\u63db\u3048\u308b":123,"\uff08\u300c":[53,152],"\u5897\u5927":57,"\u5bb9\u91cf":[104,88],system:19,"\u591a\u3044":[53,147,122]," video":36,"-keys":123,"\u30b9\u30da\u30eb":143,"\"weight":11,"\u304b\u3061":[88,116],"\u304b\u3064":[126,58,88,116,122],"_logger":58,"\u304b\u3069":[88,147,53,125,28,56,142]," next":90,"\u756a\u76ee":[88,69,3,147,11,92,126,122],"\u8ffd\u8de1":67,"-time":26,"\u500d\u7cbe":37," documentations":133,"\u304b\u3051":[58,87],"\u9650\u6587":[22,49],"_results":92,"\u304b\u305a":58,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":116,"false":[34,147,123,94,5,37,127,54,55,11,47,6,128,148,20,122,105,115,138,87],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[111,110,59,103,119],"\u304b\u3089":[109,67,134],tokendelimitnull:[31,117],"_const":[52,64]," unix":111,"\u3069\u3061\u3089":[0,114,3,72,110,14,59,9,42],"*init":41," six":[120,3],"\u6a5f\u80fd":[109,52]," sid":[22,104],"_hey":49,"\u3089\u308c":[88,69,3,75,76,127,84,109,56,52,58,103,22,59,138,87],"\u4e2d\u9593":[52,116],"\u3064\u3076\u3084\u304d":93,"_suffix":22,"* ":[15,37,122],"\u6e80\u305f":[148,56,52,149],"*\"":[59,88,117],latin1:58,"\u5168\u89d2":[126,22,152,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":77,"\u3067\u3059\u306d":103," shinya":58," thesaurus":88,"mo\u30d5\u30a1\u30a4\u30eb":98,"(arugment":122,"*res":[92,85,90],"\u30ea\u30af\u30a8\u30b9\u30c8":[34,71,5,76,6,7,84,118,42,87,128,130,20,132,54,62,104,140,145,55,108,25,29,30,113],".gz":[136,106,123,19,12,68,124,44,98],"=r":58,"_initialized":[2,140],"'localhost":[145,77],"=c":81,"=i":123,"=\\":[89,26],"\u30ea\u30ea\u30fc\u30b9":[139,67,103],"\u5316\u5bfe":98,means:[120,90],"==":122,"=$":[44,123,98],"='":89,"= ":[58,56,115,122],"\"ellip":142,"=\"":[19,123],db1:42,"=/":[143,44,77,144,123],db2:42,"=(":123,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[22,58,24,35,43]," released":[80,123],"\u64cd\u4f5c":[43,88,52,100,11,109,77,14,92,81,131,58,60,129,122],travis:135,"\u7cfb\u5ea7":[28,142]," queries":26,"/doc":[43,123]," the":[90,147,102,26,15,92,7,120,119,58,60,64,122],"\u3002debian":144,"\u306b\u3064\u3044\u3066":[0,135,69,3,5,110,37,116,77,79,6,34,8,119,39,58,44,40,42,87,136,88,10,123,124,11,125,12,46,94,47,128,96,71,20,132,133,76,49,118,51,52,99,130,101,19,54,142,2,104,126,57,140,22,105,60,143,61,55,106,149,147,148,108,109,91,25,146,28,138,84,66,67,30,62,113,68],"\u51fa\u529b":[17,67,144,109],"\u8ffd\u8a18":[58,123],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":103,"_connected":[2,140],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":58,"/var":[114,44,77,7],configuration:58," rectangle":90,"2\u4ef6":149,"/status":[145,32,4,42,7],escape:64,valgrind:144,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[147,75,127,22,58,122,49],etc:[12,7,42]," properties":120,":\u5206":149,ch:69," \"@":149,"\u533a\u5225":[37,88,115],cd:[136,106,19,12,68,124,44,98],variety:36,"\u7d99\u7d9a":[58,77,61],"\u591a\u69d8":109,zenigata:36,"\u66ff\u3048\u308b":[3,107]," \"_":[3,72,32,39,105,115,88,57,122,11,125,93,94,47,36,101,148,56,138,59,147,107,149,111,66,152]," \"e":[39,69,125]," \"a":[148,69],"\u304a\u3055\u3089\u3044\u3057":103," \"b":148,"_itoh":22," \"n":[111,88,3,147,62,7,122,32]," \"i":[111,88,122,93,59,147]," \"h":69," \"k":36,"_vesion":89," \"t":69," \"s":[125,69,101],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":58,"\u58ca\u308c":[22,127,104,58],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":56,"\u4fdd\u6301":[11,149,79,14],"\u518d\u5e30":[88,52,34,60,143,87],"\u30c7\u30a3\u30b9\u30af":[1,59]," \" ":[69,121]," \"/":[84,47],tokenkytea:58," yes":145,ultra:36,"0x":[11,58,37,147,140],"\u58ca\u3059":58,site:[11,3,32,107],"\u3002\n":[1,37,116,77,84,121,10,123,14,46,92,20,76,36,52,100,103,134,54,104,22,59,142,149,127,117],"\u4e00\u62ec\u3057":92,"_versions":123," migrated":[88,147,122],"\u5ea7\u6a19\u5024":22,"\u3002 ":[114,2,3,115,153,75,37,38,69,7,8,39,58,44,42,15,88,57,122,46,94,47,121,131,133,49,98,101,19,148,138,96,22,142,143,152,147,109,127,110,26,117,111,28,66,89,68,32],"\u4f75\u305b":3,"\u3002\"":[53,149,32,101],"\u3002#":[22,127],"\u3002-":[74,29,44,126,149],"\u3002.":98,"\u3002(":[43,106,52,123,136,77,114,46,138,126,59,41,121],"\u3002)":[126,59,138,121],"\u300cbilliard":116," download":123,"\u3002:":[3,76,116,77,81,7,39,84,9,42,88,10,123,125,46,128,121,71,17,98,118,130,101,53,103,55,104,22,144,108,66,29,49],"\u982d\u6587":140,"\u518d\u5ea6":52,"\"roonga":9,v1:52,v2:52,architectures:123,".group":148,php:58,"\u3002[":[58,3],"_lzo":[2,100],off:7,"\u3002c":[65,109,2],"\u3002n":[53,69]," ci\u4e0a":61,"\u4e00\u77ed":109,command:[95,14],ecmascript:[58,88,122,131],"@' ":3,"\u81ea\u7531":[109,52,140,86],"\u5149\u7537":58,"\u9806\u5e8f":[53,84,76,3,88],web:[1,147,123,101,125,88,66],"\u6b63\u898f\u5316":[58,110,26],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":77,dest:[145,92,77],"|http":121,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[75,58,49,122,22],tvsec:62,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[43,144,129]," responses":15,"\u5947\u6570":122,string2:91,"\u672c\u8cea":121,"*target":64,"\u3059\u304f":148,"\"rect":[58,142]," delimit":58,"\u904b\u55b6":123,"/source":[43,106,123,98,124,65,12,19,81,136,44,68],"\u5727\u7e2e":[22,44,153,100,58],"\u63db\u3048":[126,60],"\u30dc\u30bf\u30f3":[58,123,98],"\u53d6\u308a\u9664\u3044":92,"_group":92,"\u53d6\u308a\u9664\u304d":[89,52],"(debian":114,iwai:58,"\u5206z":37,"_queries":[32,62,3,4,7]," normalizers":152,"\u7d42\u3048":123,"'' ":147,"(get":145,"\u300cusers":149,"\u9805\u76ee":[104,1],"-node":106,"_remove":[43,35,25,58,22,60],"_started":[111,47,138,110,105],"\u89a7\u4e0b":144,"function":[111,140],"\u300cpopular":88,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[20,88,10,121,44],"\u30ea\u30bd\u30fc\u30b9":93,"\u7570\u306a\u3063":126," comments":[148,59,130,149],sigstop:58,"-point":37,"\u4e00\u756a":[88,44,42],"\u7a7a\u6587":[37,147]," sitedomain":107," applications":26,"\u3002iptables":32,bigram:[53,116],"int":[3,4,36,74,16,37,39,41,88,57,122,11,125,92,14,15,94,47,48,51,99,100,101,53,137,126,56,90,58,59,60,147,63,107,149,127,66,64],"\u4e2d\u91ce":149,"\u69d8\u3005":[67,52],"*proc":74,"\uff08not":131,redcloth:123,"%post":58,compared:26,"\u7570\u306a\u308b":[43,77,94,82,58,121],"\u7570\u306a\u308a":[88,147],"/message":123,"/default":[58,114],details:120,"'user":94,"\u4eba\u3068":103,"/sources":[124,12],"_query":[58,52,64,125],"+ff":152," hat":67," has":[80,150,14,92,90,120],"\u672a\u5b9f\u88c5":118," available":80,eof:77,"_hugetlb":22,"-threshold":112,rep:121,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":149,"*string":64,all:[58,123],"\u3070\u308c\u308b":127," deb":58,"\ntitle":123," yuki":22,"const":[63,137,102,14,92,126,58,60,64,41,100],"/travis":61,spec:[58,127,123],"\u30e9\u30a4\u30bb\u30f3\u30b9":58,"\u304b\u305a\u3072\u3053\u3055\u3093":58,"\u4e0b\u66f8\u304d":38,editrc:22," stamp":120,"\u3002tokendelimit":66,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":123,"\u4f8b\u3068\u3068\u3082":57,".en":123,"\u932f\u8aa4":109,upload:123,"[macports":22,starttime:[32,62,3,4,7],"\u7c21\u5358":[47,44,110,123]," threads":120,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":127," builder":16,"\u69cb\u9020\u4f53":[99,41,14]," root":7,"\u304c\u3072\u3068\u3064":143,"/branches":144,"\u65e5\u672c\u6e2c":57,incompatible:140," ignored":[58,63],zunda:22,"\u4e8c\u3064":[10,69,148,116,110,14,94,47,57,52,121],"\u578b\u3068\u3057\u3066":37,"\u30a8\u30f3\u30b3\u30fc\u30c9":[29,127,152],"\u30af\u30a8\u30ea\u30ed\u30b0":[22,58,66,101,39]," too":59," data":[15,4],"-admin":58,"\u30d0\u30c3\u30d5\u30a1":[33,100,74,104,92,58,59,60]," synonym":[88,72],"-h":77,"_table":67," ages":49,"\u304a\u5f85\u3061":21,kytea:[58,44],"\u304b\u304b\u308b":[93,92,3],"\u9df2\u7530\u57fa":58,"_register":117,"\u3064\u3065\u3044":149,"\u62bc\u3057":3,word:[58,88,147,122],"_options":58,"\u62bc\u3059":[3,98],"\u30a2\u30fc\u30ab\u30a4\u30d6":[81,123,98],"\u5316\u6642":22,"\u540c\u68b1":[58,127,98],"\u540d\u524d":[43,137,10,63,35,123,127,117,14,111,92,100,58,22,60,41,98]," chunk":104,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":123,"\"apple":152," ${":98," through":7,"-lines":22,"\u306e\u3046\u3061":147,"_plugins":22,"\u306b\u5bfe\u3057\u7570":94,"|with":[93,88,3,72,148,53,149,26,55,94,122,59,147],"\u76f4\u4e0b":22,lat:121,"_title":[59,3,121],".description":149,"*func":[41,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":127,"@naoina":58,"\u30d9\u30fc\u30b7\u30c3\u30af":42,"\u306e\u3069\u3061\u3089\u304b":[88,147,122],"\u30dc\u30c3\u30af\u30b9":88,"\u5bfe\u8c61id":33,".conf":[114,7],japan:[138,32,107],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":143,"\nsuffix":52,"\"say":122,"/windows":[81,123]," tatsuya":58,"\u4e0b\u9650":[126,99],"\u3002grntest":121," speed":9,"\u8f9e\u691c":[75,122,22],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":121,they:120,"\u5168\u3066":[88,122,37,93,92,7,131,59,98],"\u697d\u3057":[53,116],"\u56de\u6570":58," words":122,"\u7a81\u7136":58,"\u5316\u65b9":[69,152],carlos:[47,105],serach:101,"/null":1,logs:[84,49],"-(":[122,123],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":58,"+ y":37,"+a":147,network:140,"_directory":[2,140],".deb":123,"\u3068\u3059\u3079\u3066":[58,88],"-rsync":123,wgs:[36,90,107,11,37,28,56,32,22,142],"\u6210\u308a":[88,147,140],"\u90e8\u5206":[52,147,111,44,144,122],"\u77ed\u3044":[149,127],"+ \"":58,"_tp":145,"\u77ed\u304f":[93,109],standard:37," editor":98,"_to":[149,59,102],"\u30eb\u30fc\u30eb":[127,42],"+ ":[58,152],"++":[136,106,123,109,58,22,44],"+-":[64,7],"\"ni":39,"\"no":58,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":22,"\u59a5\u5f53":75,"\u8aad\u307f\u8fbc\u3093":32,">>":[58,122],"_next":[126,58,127,99,90],"> ":[58,81,117,123],">\"":[58,88,89],"\u3082\u3089\u3048\u308b":103,"\u30b5\u30dd\u30fc\u30c8":[1,69,4,75,37,38,114,7,22,44,42,10,122,123,11,93,94,121,126,49,103,58,143,61,147,109,127,26,152,32],"/tree":43,">\n":[80,4,123]," mysql":[109,88,80,143,26],"\u898b\u306a\u3057":126,john:138,"/lc":[123,98]," lc":98,"\u63a2\u7d22":109," ls":123,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[92,60,63,100],"\u3069\u3061\u3089\u304b":[122,26,147],"\"unknown":102,target:[81,60,64],"\u3002value":[60,86]," solr":122," change":[15,58,7],"\u57fa\u76e4":14,":byte":137," evaluated":119,"\u30d6\u30fc\u30eb":[11,37]," evaluates":119,latency:121,dbms:26,"\u5f8c\u8005":[56,152,143],",\\\"":46,"\u8ff0\u3079":3,indexbuf:100,"_distance":[43,1,35,58,22,133]," index":[36,90,147,16,26,59,122],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[58,98],gzip:[58,44,153],"\u5408\u308f\u305b":[58,100,122],gronnga:9,"\u3002host":32,"-strings":58,"/releases":123,"\u767a\u751f":[1,44,123,53,109,14,111,92,58,60,49],"\u8003\u3048":[103,3,147,42,109],itagaki:127," innodb":109,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[81,98],"_input":[111,2],"\u771f\u306a\u3089":122,"*section":100," enhanced":80,rectangle:58,"-frequency":22,"\"items":130,"do":121,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":127,"\u3055\u3089\u306b":[36,10,3,109,75,149,9],de:98," also":[122,88,147,26,14],"\u8ab0\u304b":67,"[libedit":22,"\u8ab0\u304c":149,"\u3067\u3057\u3087":[93,109,44,135],"\u3042\u308c\u3053\u308c":103,"\u00a0nvars":41," represents":64,"\u4e0b\u90e8":123,"_compress":100,"\u67d4\u8edf":[94,131,109]," hiroshi":127,"\u5bfe\u8c61obj":33,"\u3002json":46,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":52,wc:[124,106,12,136],"\u3044\u305a\u308c":[37,10,86],"\uff12\u3064":[56,107]," bool":[11,115],packages:[98,106,123,136,19,12,124,81,44,68],"_tables":58,"\u69cb\u3044":[39,26,98],ill:116,"\u3082\u3046\u307e\u304f":44,"\u4e00\u4ef6":[108,118,71],com:[134,107]," with":[90,26,14,104,7,120,61],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":61,"\u6709\u76ca":109," following":120," period":58,"\u30d1\u30fc\u30b5\u30fc":147,"\u95b2\u89a7":[43,32],")\u300d":77,")\u3002":[108,71],"'needle":52,"\u65b0\u305f":[74,92,52,63,100],applied:80,"-secret":123,"\u904e\u7a0b":86,gnu:44,zlib:[100,127,140,58,22,44],"_message":[111,59],"_only":[2,140],"\u7d44\u8fbc":[34,71,5,37,6,84,118,87,91,128,130,20,132,76,51,54,55,104,142,62,146,108,28,30,113],"\u5165\u529b":[1,34,3,72,5,76,77,6,32,39,84,58,9,121,87,125,46,128,71,20,132,118,130,101,54,55,104,22,145,62,108,111,66,30,113],"[solaris":58," execute":119,cond:58,"\u56fa\u5b9a\u9577":127,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":52,"\u9069\u3057":[93,109,49],"-dataset":[40,43,35,125,117,58],"\u4e0d\u5177\u5408":[58,67],"\u6771\u4eac":[53,149,56,57,116],"-packages":123,hana:36,"\u76ee\u7684":[44,69],"\u57fa\u70b9":88,"\u72b6\u614b":[145,136,106,127,3,123,104,53,103,12,77,14,62,124,109,58]," occurred":90,client:7,the:65,"_shutdowned":[2,140],solaris:58,"_score":[88,149,122,125,56,58,22,86],"\u8db3\u3057":122,repoforge:[58,106],"=sjis":44,"\u7027\u5185":58,"\u7528\u3044\u308b":[36,3,11,109,79,56,32,60],"_key":[1,77,22,84,90,86,46,88,57,122,125,47,93,94,92,130,126,49,137,148,138,58,105,147,127,26,89,152],"\u6307\u6a19":60,jekyll:123,"\u885d\u7a81":114,"\u30ed\u30c3\u30af":[1,77,58,22,60,87]," normalizer":110,"\u691c\u7d22\u4f8b":67,"_expr":67,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[44,111,10,121],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[43,129],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":149,"\u307e\u3068\u3081\u3066":[11,109,88,123],alice:[88,147,94,47,105,42],"\u3057\u304d\u308c":58,tokenbigramsplitsymbolalphadigit:[53,31,101],comments:[148,59],"_arg":2,tasuku:80," result":[119,59,26],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":123,".sourceforge":[123,21],"_compile":64," since":120,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":153,"\u8db3\u308a":[22,143],"\u30b5\u30fc\u30d3\u30b9":[109,58,61],substitution:94,"\u69cb\u6587":[43,64,117,35,58],post:[58,123,153],obj:[33,60,63,74,104,85,64,41,97,100],"*ic":99," xxx":122,"*ii":16,"\u6709\u7528":[111,75,3,7,42],"\"text":22,"\u5224\u5b9a":[118,56,71],"\u3068\u306a\u308a":[147,26,42,32],".h":65,"**":[100,6,126,60,41,63]," glossary":61,"float":[11,58,57,4],"\u30d5\u30a1\u30a4\u30eb":67,"\uff09\u3001":[75,116],"\u6700\u521d":[88,3,147,11,103,26,14,111,22,59,122,143,114,49],"*'":88,"_socket":[2,140],"\u5927\u6587":88,"\u5b89\u5168":32," done":15,cdbs:22,"cpu\u30b3\u30a2":[77,153]," ueno":[58,127,117],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[108,71],"\u6027\u80fd":109,"\u6c7a\u307e\u308a":143,"true":[1,34,3,72,5,37,6,8,119,118,105,87,93,88,57,122,11,46,94,47,128,20,49,36,54,55,148,56,89,58,59,142,115,147,107,149,26,28,138,152]," \uff08":[39,101,44,66]," friends":36,"\u30e1\u30c3\u30bb\u30fc\u30b8":[149,10],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[88,69,3,101,53,116,152,66,22,44],"\u6587\u5b57":[1,69,3,72,37,116,77,6,58,39,88,57,122,91,11,46,92,126,49,36,52,101,142,56,22,59,60,143,147,63,107,109,110,26,28,149,152,64],"\u7d44\u307f\u8fbc\u3080":[109,52,7],score1:52,score2:52,"\u3059\u3063\u3071\u3044":72,distributions:123,"\u3054\u89a7\u304f":[3,144],"\u968f\u6642":43," stored":15," lion":58,test:[3,123,11,76,121,144],"\u5c5e\u6027":[89,76,117,55,69,84],"\u305f\u3081\u3057":56,"\ncrit":[5,6],truncate:[22,58,25,35,43],welcome:[88,147,122],update:140,":tasukuchan":149,"\u3002tld":107,scorer:[43,128]," cutter":144,"\u5bc6\u9375":67,"5km":149,masaharu:58,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":22,"/debian":124,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":140,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[43,129],"<threshold":77,"\u901a\u77e5":123,"\nlucid":127,"(ptr":127,"_denied":[2,140],"\u307e\u3067\u3057\u3070\u3089\u304f":123,"\u8a2d\u6a02":22,"\u5f53\u3066\u308b":11,entries:[88,147,130,122],"/http":[114,7],"\u72b6\u6cc1":[53,74,109],"\u3068\u3057\u3066":[2,75,38,77,7,22,44,41,86,136,88,10,122,123,91,85,125,12,13,46,94,47,127,121,131,49,135,52,100,57,58,105,60,143,144,106,152,147,109,24,110,26,124,138,98],"\u4e0d\u6574\u5408":1,"4gbyte":50,"=)\n":52," commit":98,"\u3002cursor":126,"[munin":[22,58]," normallexicon":152,"\u30c8\u30e2":36,"[deb":[22,58],"\u6e2c\u4f4d":109,"\u30b5\u30d6\u30bf\u30b9\u30af":123,"\u96c6\u5408":[58,92,131],change:42,"\u30ec\u30dd\u30fc\u30c8":44," free":[15,104,120],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[53,88,131],"\u305d\u306e\u969b":123,".spec":22,".exe":81,"\u305d\u306e\u307e\u307e":123," resourses":15,"-cutter":123,"'haystack":52,"\u7d71\u5408":[58,109],httpd:58,"\u6307\u6570":122,https:[43,153,123,98]," masahiro":127," takashi":22,"enter\u30ad\u30fc":58,"\u6d41\u91cf":42,"_plugin":[22,117]," returned":[15,102,90],cas:140,"\u884c\u308f":[145,36,88,121],nfkc:152,clearlock:[43,1,25,35,58],",\"http":11,"_stable":95,"_stamp":120,"\u884c\u3063":[144,56,123,107],",\n":[69,3,72,76,32,84,121,115,88,57,122,11,125,93,94,47,130,36,104,56,59,147,148,149,110,26,111]," remove":60,"\u5b89\u5fc3":103,"-com":123,"\u884c\u3044":[145,36,52,3,123,107,53,149,116,77,94,92,126,59,60,121],",\"":[36,4,149,104,130,59],", ":109,",.":123,"\u884c\u3048":[94,3,147,144],write:[58,88,31],"^commit":123,"\u8fd1\u508d":[58,131],"_zone":7,"\u5316\u6e08":[60,63],uint:[3,72,37,32,84,105,115,88,122,91,93,47,76,49,36,53,56,138,58,59,147,107,127,111,152],",_":[36,3,122,107,125,94,56,149],"\u3057\u306a\u3051\u308c":147,"\u5207\u308a":[132,22,123,58],"\u8fd4\u3059\u304b":125,ghz:121,"\u5404\u56fd":123,"\u30b2\u30c3\u30c8":21,"-table":148," day":93,",{":[4,121],"\u304b\u308f\u308a":[53,136],"\u5357\u534a":58,"\u82f1\u8a9e":[0,22,123,98],"=-":44,"\u5bfe\u8c61ctx":14,ieee:37,"_account":98,":ss":[120,122],"_tsv":143,"\u30bd\u30d5\u30c8":143,"-libedit":127,"/html":[22,42,98],"\u3002gdb":144,"\u78ba\u5b9a":125,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":44,"\u4f5c\u7528":58,"\u542b\u3081\u308b":[88,69,3,147,123,58,22,143],rake:123,"\"version":4,normalizermysqlgeneralci:152,"\"vector":58,alisa:94,now:[43,133,35],"\u3086\u304d":115,"_lcp":92,"\u00a0max":126,"\u8aad\u307f\u8fbc\u3081\u308b":130,el:106,domain:[107,76,77,47,32,84,60,140],en:[39,69,125]," success":15,ea:[120,69],"\u6700\u5f8c":[122,123,11,127,14,53,7,58,121],ex:69,year:120,"\u70b9\u6570":111,"\u9054\u3059\u308b":126,"\u518d\u69cb":22," exclude":58,"\u3065\u3051":58,"/files":123,"\u5230\u9054":50,args:77,"\u5d8b\u7530":58,"/pub":106,"\u7d50\u5408\u5f0f":58,arnaud:22,"[windows":[22,58]," ringtail":[43,112],"\u3078\u306e":[11,44],"_block":[2,140],"\u305f\u3069\u308b":36,"_open":[2,99,63,16,127,14,15,90,140,58,126,22],message:[120,59,6],xt:69,size:[100,137,104,92,126,60],"\u4e0b\u3055\u3044":[136,106,69,123,12,124,92,81,112,58,68],"_obj":[33,52,99,63,35,43,74,16,24,14,90,58,22,64,100],"\uff08,":3,"\uff08-":[88,3],"\uff08 ":[136,88,38,147,19,12,26,124,69,7,8,122,44,143,106,68],"\u30bd\u30b1\u30c3\u30c8":[118,62,34,71,132,5,76,54,55,104,6,128,113,130,84,20,58,30,108,87],"\u3044\u308c":[11,58,60],"\u3044\u308b":[52,123,109,103,61,144,98],that:92,kenichi:[22,127],localnames:130,"=path":112,libevent:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":96,"\uff08@":[22,127],x6:123,"\u30d5\u30a9\u30fc\u30e0":[58,88,147,131],"*next":41,"/gat":[56,3,107],"_basic":[7,42],"\u5404\u547d":121,browser:98," gnu":[43,112],"\u3044\u304f":[67,139],"(scope":148,"\u3044\u304d":[103,3,123],"\u3044\u3046":88,"\u3044\u3044":[114,103,21],"-zlib":112,"\u30b3\u30f3\u30d1\u30a4\u30eb":58,"\u30b3\u30f3\u30d1\u30a4\u30e9":22,"_circle":[22,58,133,35,43],engin:[39,125],"\u591a\u5f69":109,"=none":69,"\u3044\u3064":39,"*buffer":60,"\u9806\u6b21":[145,77,3,32],":doc":7,begin:145,price:11,"\u5c0e\u5165":[17,10,144]," moritars":59,"_section":[55,149,59,100],"\u79fb\u52d5":[123,65,81,58,20,22],"\u672a\u4f7f\u7528":140,"\u3068\u308a\u3068\u3093":[147,122],"-yyy":98,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,58,151,43]," compatibility":152,"\u975e\u4e92":58,"\u65b0\u5bbf\u99c5":56,"\u3057\u304b":[88,147,11,7,122,59,98,42,49],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":67,oldvalue:100," found":[92,90],"\u3057\u3066":[0,36,88,127,3,123,53,149,12,103,92,7,58,17,144,98],"\u6700\u5927":[50,51,1,127,122,75,88,77,26,15,121,58,22,96,137,42,140],"\u30bf\u30a4\u30c8\u30eb":[36,88,122,11,59,147],title:[36,3,107,11,32,58,59],only:7,"\u3057\u307e":103,"-server":[43,106,136,12,77,27,124,58,22],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,"\u5f8c\u8ff0":[126,148,52,123],"1\u6708":[88,71,122,11,149,37,108,118]," jekyll":123,grroonga:9," wget":[136,106,19,12,124,44],"/gqtp":[58,114],"\u62c5\u5f53\u8005":123,"\u8b70\u8ad6":0,"\u840e\u7e2e":103," package":123," become":80,"(scan":144,"\u8a18\u6cd5":[59,122],"\u70b9\u4ee5\u4e0b":11,"\u5dee\u96c6\u5408":122,"import":123," creates":[120,150],notice:7,"\u3057\u308c":111,"\u3057\u308a":103,tokenbigrma:69,"\u3057\u3088":[118,33,52,71,11,93,14,46,57,58,22],"\u672a\u8a2d":58,article:59,"\u975e\u4f9d":106,"-groonga":[83,123,121]," arted":122,"\u5c55\u958b\u5f8c":88," command":[10,150,15,32,7,119,58,61]," gone":36,"\u8868\u8a18":[57,72,123,11,37,56,58,22,122,98]," followee":149,"\u578b\u60c5":58,"\u3002callback":52,"\u8868\u8a08":143," follower":149,"'>":89,"';":77," \u7528":44," res":[90,121],"=yes":[58,88,144,123],ruby:[43,80,123,35,109,25,58,61],"\u5438\u53ce":[3,72]," advantage":26,these:26,"\u4f55\u3089\u304b":37,"\u30b7\u30b0\u30ca\u30eb":22,"\u4f7f\u7528\u4f8b":57,"/packages":123,"[grntest":22," many":150,"\u3002\u300d":53,"\u5fc5\u8981":[1,69,7,8,118,58,44,121,136,88,123,12,14,46,126,17,98,52,99,19,103,22,144,106,109,127,110,111,124,29,49]," feature":[94,98],", {":42,"\u5c65\u6b74":123,"\u8f9e\u66f8":[136,1,53,127,106,58],develop:10," normalizerauto":[94,152,110,49],"-dir":121,"\u6fc1\u70b9":152,document:[29,127,77,122,123],"\u3002\u3044":52,favorited:149,"\u5b89\u5b9a":[109,58,10,104],"_space":[2,140],".po\u30d5\u30a1\u30a4\u30eb":[67,123],", \"":59,favorites:149,"\u3042\u306a\u305f":[123,21]," patprefix":115,"\u3002\u3059":[93,121],"\u653e\u68c4":[108,118,71],"\u5171\u901a\u63a5":75,"\u3059\u3079\u3066":[88,69,3,122,127,92,10,7,58,22,44,121],"[output":58,"\u3002ecmascript":88,"\u6bd4\u3079":[93,107],"'groonga":[124,106,12,136],"\u30ab\u30e9\u30e0":[44,43,38,109],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":62,"\u3002api":[26,131],"\u4f4e\u304f":53,"_filename":2,"_extract":80,"\u4f4e\u3044":[53,88],"\u30ad\u30fc":[50,88,127,3,100,75,37,147,77,152,92,138,58,122,41,86,49],"\u542b\u3081":[88,143,147,123],"\u542b\u3080":[145,88,52,3,147,108,125,134,116,55,71,149,58,59,122],"\u8a00\u3046":39,"\u4e38\u62ec":3,read:140,"\u8a00\u3048":[53,147],"\u5c55\u958b\u7528":22,amd:123,"\u542b\u3093":[88,52,147,101,11,26,111,9,122],"_hook":[43,24,35],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[58,140,77,7,32],"\u6df7\u5728":29,"=site":32," proxy":7,output:[58,127,128],"\u5c5e\u3059\u308b":[126,84,37,60,100],unsplit:52,"\u3002sphinx":17,"\u30b7\u30b9\u30c6\u30e0":[109,67],"\u5de6\u53f3":3,"id\u9806":126,"\u30ec\u30b9\u30dd\u30f3\u30b9":[22,2,140,42,58],"&! ":122,"\u30de\u30b7\u30f3":77,"\u542b\u307f":[111,126],"\u542b\u307e":[111,88,52,3,147,123,143,76,66,84,26,46,94,8,58,122,116,106,42,49],"\u5206\u3051":[43,123],tomoatsu:127,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,".posted":149,"-static":22,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":121," enable":[69,7],"\u578b\u6307":58," \"c":[148,81],processor:[124,106,12,136],"/admin":[22,77],"\u30aa\u30d5\u30bb\u30c3\u30c8":[58,88,125]," age":88,"\u53f3\u4e0b":[28,1],"\u53f3\u4e0a":1,"=title":32," kana":[39,125,101,66],your:98,log:[43,35,25,58,22,44],rpmforge:106,rlimit:120,"\u77e5\u8b58":121,cflags:19,"\u306b\u3064\u3076\u3084\u3051":103," snippet":26,"d\u30ad\u30fc":3,"/query":8,",\"links":11,"\u30b3\u30b9\u30c8":[93,92]," regular":7,"\u9032\u3081":[67,139],rect:57,"\u5bfe\u5fdc":[109,134],"\u95a2\u4fc2":[83,43,52,112],"\u56db\u89d2\u5f62":38,"\u691c\u67fb":60,"_code":[111,120],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[32,42],you:[15,94,119,7,98],"\u4f4f\u3093":149,string1:91,coverage:144,"[fedora":58,gemfile:58,"\u4e94\u5165":22,"\u5b9a\u7fa9":[34,3,74,76,77,84,41,86,88,57,122,93,94,92,128,37,52,100,137,54,55,148,89,140,58,59,143,147,26,138],"\u8a66\u3057":103,"\u8a66\u3059":153," stop":[114,7],"\u3002\u00d7":103,"*key":92,"\u524d\u8ff0":[53,152,7,49],month:[36,120],"\u308f\u304b\u3061":116,"\u3002name":[92,100,14],"4byte":140,"\u57fa\u6570":122,"-e":77,"-d":[77,32],"-g":81,"\u4e16\u4ee3":10,"-a":[58,77,147],"_rk":126,"-c":[136,106,77,32],"-m":145,"-l":[120,77],"-n":[22,3,77],"-i":[77,121],"_rc":[33,88,60,71,100,74,16,102,126,92,14,15,108,95,90,48,118,85,64,41],"-j":44,"-t":77,"-w":123,"-p":[145,77,32,121],"-s":[77,32],"\u304b\u304b\u308a":[93,147,123,122],"-x":[58,123],"-conditional":22,"\u4ed5\u7d44\u307f":[58,7],"\u6d41\u308c":67,"\u76f4\u5f8c":14,":\"":[64,3],"_github":[123,98],"\u6b8a\u547d":121,normalizers:152,"\u9df2\u7530":58,"- ":[114,7,123,61],"--":[33,1,71,72,74,77,7,58,118,85,41,121,88,90,122,123,92,14,15,94,95,48,97,36,99,100,53,137,102,126,56,22,60,143,63,108,149,127,117,29,64]," clang":144,"-+":7,"\u3057\u307e\u3057\u3087":56,"/work":123," compatible":7,"\u518d\u73fe":[53,58,103,131],"\u975e\u5206":88,"[admin":[22,58],"@s":127,naoina:58,"-jinja":123,"\u6e2c\u5730":[57,11,37,28,56,142],"\"yyyy":122,pub:123,"/ja":[123,98],"\u304b\u304b\u3063":[108,111,88,71,118],"\u306b\u95a2\u3059\u308b":[43,88,147,35,21,126,7,58,48,22,122],"\u30aa\u30b9\u30b9\u30e1":[136,106,12,124,81,112,68],"_dist":58,"\u30ec\u30b3\u30fc\u30c9r":52," letter":152,"\u308f\u304b\u308a":127,"\u30b0\u30ed\u30fc\u30d0\u30eb":58,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[50,88,52,109,104,58],hoge:91,"\u30de\u30c3\u30c1":[1,52,147,131,88,26,148,58,44,22,85],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":58," more":[94,26],"\u6c7a\u307e\u308b":3," another":64,"@yito":58,fulltext:[69,26],".comment":[149,59],"-tokenizer":[136,58,106,12,124],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":26,"\u30af\u30ea\u30c3\u30af":123,"\u5fa9\u53f7":123,vm:58,"\u3002eclipse":98," newly":[15,26],"[load":58,"/homebrew":123,"-databases":[84,47,3,32],"\u9664\u53bb":[58,89,127]," lynx":[43,112],exclude:58,string:[58,52,64],"-address":[22,77,58],snippet:[43,80,133,35,58],"\u3042\u3089\u304b\u3058\u3081":[136,37,123]," threshold":30,"[table":58,"_likes":[111,88,147,122],fu:69,"[dat":58,"\u901f\u304f":[36,44,49],fa:69,"\u3002'":[60,147],"\u6642\u9593":[118,111,88,71,147,123,108,109,127,62,58,22,121],"\u901f\u3044":75,documentation:61," baseball":36,"\u4e00\u5bfe":11,uninstall:58,"\u5909\u63db":[2,75,37,7,149,126,22,152],help:[22,144],"\u592b\u5fc5":115," created":15,"-wno":22," release":[81,123],"\u5dee\u3057":123,"/lzo":[22,127],systemd:58,"\u306f\u3044\u304f\u3064\u304b":[50,111,147,42],"_rename":[43,100,35,25,92,58,60],">> ":[58,122],"\u30ab\u30fc\u30bd\u30eb":[126,22,127,99]," owner":7,"\u57fa\u672c":[109,43,123,58],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[58,77,147],"-test":[144,123],"\u5f62\u72b6":38,"\u30ad\u30fc\u30ef\u30fc\u30c9":[43,1,116,147,109,88,26,117,94,82,58,9,49],"\u597d\u304d":98,yito:58,"\u30bb\u30af\u30b7\u30e7\u30f3":[69,110,81,7,119,39,44,136,88,57,151,12,46,47,96,133,98,135,100,101,19,140,105,143,61,106,147,25,111,124,112,66,67,49,68],"\u9032\u3093":109,"\u30b5\u30a4\u30ba":[33,75,81,22,136,11,12,92,126,49,50,100,104,140,58,60,106,109,26,124,112,68]," again":7,"\"sequence":[39,125,101,66]," nine":3,todo:[33,74,16,7,85,41,88,90,95,14,92,126,133,97,99,100,137,102,48,60,63,150,111,45,64],"_position":[93,88,3,72,148,53,149,147,26,55,94,122,59,100],"\u52a0\u3048\u308b":[55,22],"<ip":[77,121]," table":[3,72,76,77,118,71,90,105,115,46,88,57,122,11,125,47,93,94,92,128,130,49,36,53,54,55,148,138,59,147,107,108,149,26,89,152],issue:0,"/mailarchive":123,"\u9045\u304f":142,"\u9ad8\u304f":53,"\u9045\u3044":[75,57],"\u3002mysql":[124,106,12,152,136],"\u9ad8\u3044":[104,125,3,7,109],"\u3042\u308f\u305b\u308b":58,base:123,put:147,bash:44," http":[145,43,106,40,35,136,19,109,12,77,124,7,58,44,68],"\u5931\u52b9":[7,96]," weight":[11,88],"\u30b5\u30a4\u30c8":[11,36,123,131]," not":[88,63,14,15,94,120,58],"\u5024\u3068":[11,88,147],encoding:[102,4],"/data":61," tokyogeopoint":90,"\u8ad6\u7406\u548c":[88,52]," allow":88,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":67,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":114,"\u52a0\u308f\u308b":103,"\u3002_":[3,86],"\u5024\u304b":57," omitted":4,":value":[119,88,147],"\u53d7\u3051\u308b":114,zeromq:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3002make":121," parameters":94,"\u3002null":[92,63,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":22," unmanaged":104,grep:[124,106,12,136],"\u3002xml":111,"_probability":[22,125],"\u5206\u3051\u308b":[11,123],"\u547c\u51fa":[33,92,60,100],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":42,"null":[52,99,63,84,26,14,15,92,89,58,126,22,60,64,100],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[127,8],"_incr":60,"\u79d2\u5358":[11,37],"/synonyms":143,"\u5024\u3068\u3057\u3066":[57,77],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7," based":[90,26],tokenbigramsplitsymbol:[53,127,31],".repoforge":106,"'hay":52,"/dev":123,"\uff08and":131,"\u6697\u53f7":123,"\u4ecb\u3057":[109,32],"\u4fbf\u5229":[88,69,147,11,109,110,111,131,39,44],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":98," because":4,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":144," depends":80,"\nency":121,"\u4eca\u5f8c":[20,22,69],httprewritemodule:7,".nginx":7,"*index":[90,99],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[58,77],"\u89e6\u308c":3,"\u898b\u308b":[56,2]," \u6c11":116,"\u52a0\u7b97":60,"\u68ee\u7530":36,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":36,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":30,"(argument":122,"_enough":[2,140],":groonga":[88,147,123],"_would":[2,140],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":52,"\u7d39\u4ecb":[36,67,88,123,149],"\u4e00\u5ea6":[8,93,7,58,22,59,152,143],"\u5909\u6570":[122,123,19,117,58,22,143,41,144],"-level":77,"|persistent":[84,47,76]," really":122,"\u306f\u3061\u3087\u3046":122," takuto":127,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[135,131,61]," issue":0,oneiric:[22,123,58],geopoint:[36,1,57,107,11,37,127,28,90,142],"\u5f71\u97ff":[58,123],"\u958b\u59cb":[118,88,57,71,108,62,144,58,22,60,121]," about":[111,120,133],"\u767a\u63ee":109," database":[26,150,15,92,7,60],"\u4e00\u5f0f":60,"-plugins":[124,106,112,136],"\u4e0d\u80fd":121,tokenbigramignoreblanksplitsymbol:[53,31],"\"web":[101,66],"\u306e\u3069\u308c":39,"\u4e8b\u67c4":103," to":[111,88,80,147,26,14,15,92,90,7,120,58,60,64,122],"/db":[125,114,7,130],"/dd":122,"\u56de\u7279":121,"\u7a3c\u52d5":62," explorer":81,"\u6a29\u9650":[58,44,32],"\u30a8\u30b9\u30b1\u30fc\u30d7":[46,58,64,26],"\u6307\u793a":[74,39,3,32],"\u505c\u6b62":[58,10,77,113]," entries":[15,88,147,130,122],"\u4eca\u5ea6":149,"_zlib":[2,100]," abandon":[108,118,71],"!(n":122," values":46,"\u898b\u3064\u3051":[39,1,103,58],fedora:[43,123,112],"_keys":92,"[suggest":58,"-jp":58,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[43,44,123]," null":[90,64,41,14]," select":[53,64,7],temporary:63,user:[36,148,26,94,7,41,121],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[88,69,147,77,26,152,128,58,44,49],database:150,"-filter":[115,148,26,94,58,22,133,122],"\u30ef\u30a4\u30c9":22,"\u30b1\u30fc\u30b9":[53,88,7,49],"\u9806\u756a":[99,147,53,77,126,3],"\u30b0\u30e9\u30d5":109,"_path":[58,60,123,121],"\u30d0\u30a4\u30b0\u30e9\u30e0":53," word":[119,88,147],"\u4e8c\u756a\u76ee":122," work":120,"\u8fd1\u4f3c":[22,57,142,58],"\u56de\u6307\u5b9a":147," common":[22,92,122],"\"tritonn":88,"\u307e\u3057":[36,88,57,72,123,101,53,149,147,103,122,152,56,7,58,22,98,49],"\"uptime":4,"-gram":[69,3,122,53,109,116],"\u3064\u3051\u308b":[103,115],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":53,"-untrusted":124,"\u9759\u7684":67,nginx:[136,58,106,12,124],"_com":123,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":140,"'..":58,"\uff09\u307e\u305f":[69,147,122],popular:88,"\u518d\u751f":7,"\u4f5c\u696d":[67,103],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,37,116,77,7,22,44,42,93,88,10,122,11,125,14,46,94,95,128,121,20,49,52,53,102,48,57,58,142,145,147,107,127,32],"\u5927\u304d\u306a":[42,49]," geoindex":[36,149],"\u96a3\u63a5":[109,147],"\n ":[52,7,42],"~number":122," set":60,"\u30d5\u30a3\u30eb\u30bf":58," nanoseconds":120,"\u5927\u304d\u3044":[88,52,147,75,77,22],"\u3061\u3083\u3093":36," sea":69," sed":12,"\u30af\u30a8\u30ea\u30fc":[43,88,35,125,8,58,64],"\u5927\u304d\u3055":75,".sh":[58,98,144,123,61],run:[144,7,123],"\u4ed8\u304d":[43,2,147,19,125,38,127],"\u81ea\u5df1":149,"\u4ed8\u3044":[149,152],"\u5f37\u5236":[58,1,60],"\u898f\u683c":126," test":[3,144,123,11,32,59,121],"\u4ed8\u3051":[3,11,138,32,58,59,42],"\u30ab\u30a6\u30f3\u30c8":[58,149],"\u305d\u3053\u306b":[84,76],"\u4f3c\u305f":[56,152],"_read":2,"\u5185\u5bb9":[33,114,3,74,76,32,118,84,121,88,122,123,11,71,126,98,103,58,59,147,145,63,108,149,26,111,66,39],"\"serach":101,block:11,".\n":[123,42,7,130,64,121],"\u3067\u3069\u3053":2," postgresql":[109,26],"\u30ad\u30e3\u30c3\u30b7\u30e5":[58,1,63,96,109],".column":58,".(":123,".)":[58,122,120],".-":98,"..":[88,71,147,108,77,150,46,7,118,29,122,49],"\u5316\u6f0f\u308c":58,"\u3067\u3082\u3063\u3068\u3082":25,".\"":[36,3,122,11,26,93,94],"\u5909\u66f4":[43,1,123,58,44,61]," sign":123,".'":[55,58],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":149,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"\u652f\u63f4":9," gothic":17,"\u30da\u30fc\u30b9\u30c8":58,"[groonga":[22,123,58],tokenbigramignoreblanksplitalpha:31,".]":[122,125,76,104,84,118],"._":[88,147,11,58,60,122],"\u3002\u30bf\u30b0":36," shimada":127,info:7,".i":106,utf:[80,4,102,127,77,152,58,44,122],".n":[122,88,63,147],".o":36,munin:[136,1,12,106,124,58,22,44],"\u306b\u5bfe\u3057":[1,3,74,116,8,88,122,123,125,92,36,52,62,148,56,58,59,60,145,55,147,107,109,29]," typed":64,".c":[88,80],".d":[124,12],"_max":[51,2,99,15,95,140],".x":106,windows:67,".}":[104,122],"\u66ff\u3048":[53,43,129,123],"\u00a0buf":[92,60,100]," types":125,"\u5099\u8003":58,"\u3002gnr":131,"#{l":120,"\u306b\u3068\u3063":103,"_columns":[43,92,127,128,58],"\u958b\u3044":[152,127,58,22,30,87],"_float":137,"\u958b\u304f":[22,152,58],"\u958b\u304d":63,"_rate":[32,62,3,4,7],application:42,"\u958b\u3051":58,"'\u3002":77,"\u56db\u3064":116,sigcont:58,"\u6642\u4ee5\u5916":127,"\u843d\u3061\u308b":[22,127,58],"\u767a\u884c":32,draw:36,": n":145,"_len":58," create":15,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":153,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":96,"(title":[58,91],"\u306a\u304c\u308b":58,"\u4e00\u5de5":115,"\"suggest":9,"\u5f37\u5316":[22,127],kawaji:58,"_pat":[88,127,147,148,92,77,26,94,47,130,84,126,58,105,122,49]," changed":80,gr:[88,69],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":88,gb:4,ga:[69,121]," push":98,gi:69," binding":80," freed":15,".ssssss":120,"_unknown":2,"\u300cgroonga":131,"po\u30d5\u30a1\u30a4\u30eb":98,"/..":[7,123]," ./":[44,98]," ..":[3,122,104,125,94,7,71,118,58,42,98],"\u4e0d\u8db3":[136,106,12,124,81,112,68],"\u9632\u304e":58,"\u304a\u3053":[11,109],".mo\u30d5\u30a1\u30a4\u30eb":98," such":[58,98],"/bin":44,"\u5341\u5206":[53,33],"/sbin":68,"\u8ca0\u6570":58,download:106,"-known":26,"/introduction":[3,32],opaque:140,".tsv":[143,4]," japanese":21,"\u542b\u307e\u308c":[88,109,116,26,111,8,58,49],"\u983b\u7e41":[92,44],"\u4fdd\u5b58":[43,38,58],"\u7b49\u5024":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":69,"\nalert":[5,6],"\u62e1\u5f35\u5b50":[127,4,121,8],"\u3002max":126,"\u00a0type":[33,41]," libmemcached":144,".weight":58," users":[88,149,94,47,138,130,120,105],blogroonga:67,"\u300d\uff08":[116,130],"_child":[2,140],"\u306e\u3042\u3068":58,"\u5177\u4f53":[53,59],"\u8fd1\u304f":[109,38,122],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[135,16,109],"\u898b\u3064\u304b\u3089":92,"\u898b\u3064\u304b\u308a":88,"\u898b\u3064\u304b\u308b":58,"\u898b\u3064\u304b\u308c":103,"\u8d85\u3048":[53,88],win:81,"\u5171\u901a":[122,75,37,103,22,59],"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[139,67,103],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":109,"_no":[88,2,147,127,26,93,94,92,138,130,126,84,122,49],"\u81ea\u5206":[121,103,7,112,98],soundkitchen:[22,58],started:147,"\u5f15\u304d\u8d77\u3053\u3059":58,"\u5371\u967a":[123,42],"\u53d7\u3051\u4ed8\u3051":[58,127],mitsuhiro:127,"\u7de8\u96c6":[67,144,123],links:[11,32,107],escapes:64,sudo:[136,106,12,124,58,44],"\u00a0n":[15,92],escaped:64,objname:[30,87],"\u30b7\u30e3\u30fc\u30d7":49,"\u3055\u304d":11,tokendelimit:[69,31,66],"\u6df1\u523b":[53,58],"_repair":58,"\u512a\u5148":[109,121],"*valuebuf":33,"\u5fc3\u914d":112,"\u9577\u4ee5\u4e0a":[92,60],"\u7d5e\u308a\u8fbc\u307f":[109,3],"\u66f8\u5f0f":43,rakutan:59,"\u81ea\u52d5":[36,3,100,121,75,8,147,92,7,22,115,58,122,123,86,98],"\u672c\u4f53":67,"\u898b\u3064\u304b\u3063":[88,9],"_characters":64,"\uff08tokenmecab":53,"\u4e00\u500b":52,"\u30c7\u30d5\u30e9\u30b0":22," cursor":90,"!\"":[36,88,69,3,147,11,149,111,93,7,58,59,122,42,32],"-mysql":[136,106,69,12,124,152],"\u88dc\u8db3":7,geoppoint:90,"_match":[43,24,35],"\"abandon":108,auto:125,"\u629c\u304d\u51fa\u3059":109,"_seek":[2,140],takayuki:22,"\u306b\u304f\u308b":53,"\u5f15\u8a9e":3," meerkat":22,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":103,"'query":58,"\u65e2\u5b58":[114,3,63,123,11,109,92,32,20,58,121]," tomita":127,chunk:104,"\u751f\u6210":67," gnupg":123,"\u3050\u308b\u3093":[36,147,122],"-match":112,"\u306b\u304f\u3044":109," row":26,"_default":[48,58,95,102,42]," floating":37,"\u65e2\u5b9a":58,"\uff1f ":121,"_proxy":7,deprecated:[88,10],"-localstatedir":112,"\u307f\u304c":52,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[43,24,35,14],"\u8aa4\u5dee":[22,57,142],largetext:75,"<max":77,unsupported:140," search":[143,69,147,101,125,66,26,92,58,126,22,64,9,122],"\u305e\u308c":[52,99,122,123,66],"\u5185\u8fd1\u304f":122," links":11,mkdir:130,"\u6700\u4e2d":109,"]]":[88,71,108,125,76,77,46,138,128,96,119,118,121],"\u52d5\u5c0f":37,".groonga":[98,106,123,136,19,12,124,81,44,121,68],"_bad":2,"-doc":58,man:1,"\u306f\u3058\u3081":[43,125,10,151,98],configure:67,"_utf":[126,102]," service":[114,101],",..":[46,84,76,88],"\nrequest":120,"*min":126,"\u3092\u3054":144,"-log":112,arc:69,"_expander":58,"\u8a72\u5f53":[126,59,60,92,100],"-threads":77,"\u56fd\u969b\u5316":[67,13],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":123,"\u4fee\u6b63\u4e2d":101,"\u30de\u30a4\u30af\u30ed":[11,149,37,122],"\u3068\u307f":[29,58],"\u6f14\u7b97":[122,127,92,131,58,44],"-db":58,"\u3092\u308a":7," suggest":[125,66],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":44,"-dd":[120,122],"_lt":126,sa:[125,101]," after":90,uri:[29,7],"/ipaexgothic":17,"\u6982\u5ff5":10,"\u57fa\u6e96":[11,109,3,123],"_temporarily":[2,140],"_data":[43,24,41,35],"\u3084\u308b":67,"\u3084\u3089":123,"\u3084\u3081":[22,58],"\u3002\u2193":77,ssssss:120,"\u53cb\u4eba":36,"\u6e2c\u5b9a":121,"\u624b\u9593":103,"\u3068\u3066":[75,88,42,109],"\u65e5\u6642":[43,37,129],"\u4e0d\u6b63\u78ba":[62,58],"\u00a0min":126,"\\groonga":81,"\u5358\u306b":58,"\u4e0d\u8981":[58,109],sha:123,"\u79d2\u3088\u308a":117,"\u3050\u308b":[131,147,122],"_parse":[102,64],"_setpshared":58,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":130,latin:[58,44,77],"\u63a5\u7d9a\u5148":145,".list":[124,12],"2\u3064\u3081":[59,147,42],"|ga":88,"\u975e\u5e38":[58,42],"\u7ba1\u7406":[43,1,123,77,14,104,58,22,44]," gqtp":[109,114,2]," quit":77,ken:36,"\u3084\u304c":10,"\u304c\u304a\u304c":149," rdbms":109,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":58," init":58,"\u3053\u308c\u3089":[3,4,75,7,8,44,9,86,136,88,57,122,12,53,42,131,19,58,106,147,107,149,110,124,66,29,67,152],key:[111,88,125,76,92,46,126,47,138,130,119,58,60],admin:127," response":15,"\u96e3\u3057\u3044":109,"\u898b\u3064\u3051\u308b":[39,152,7],"\u4eca\u56de":[58,3,26,122],"\u4f5c\u6210":[67,139],"_add":[74,77,92,64],"\u30af\u30ea\u30a2":[22,60,58]," backup":130,quit:[43,25,123,35],"\u91cd\u8907":92,"\u30b9\u30ab\u30e9":[76,100],quiz:36,"\u547d\u540d":58,"\u306b\u3088\u3063":[34,3,72,5,76,116,77,6,32,84,71,87,88,10,11,14,92,128,130,131,20,132,118,36,52,134,54,62,104,58,60,145,55,107,108,109,29,30,113],"\u6b21\u671f":123,username:[36,81],"\u65e5\u672c":[147,123,37,28,56,39,142,122]," assumed":[41,14]," fast":[111,88,89,147,26,46,69,59,122],"\u7d44\u307f\u5408\u308f":[109,88,52,49],"\u7a2e\u985e":[33,2,75,77,69,39,41,86,43,88,122,123,125,92,129,49,52,101,53,140,22,147,66],"_binary":58,"\u4ee3\u308a":[58,57,147],"\u3076\u3093":103,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[88,69,148,94,81,7,58,22,143,49],"\u3060\u304b\u3089":88,"/_":123,"\u76f4\u524d":74,"\u9818\u57df":[44,58,56,60,92],"/o":49,"_system":[22,2,140],"\u91cd\u8981":[88,69,123,144,103,25,14,93,7,109,44,79,42,49],"\u614e\u91cd":144,"/f":123,"/d":[7,42],"/c":[65,109],"\u91cd\u8996":[53,93],"-essential":[124,12],"/x":42,"-learner":[127,9,150]," need":[15,14],crch:69,"(mroonga":143,http:[136,43,106,89,123,29,145,12,77,124,127,81,7,130,58,22,121,98],"/\n":[15,127,123,98],"\u306b\u3088\u308a":[50,88,57,3,115,123,104,11,109,37,53,56,7,58,59,42,32],"_ito":22," call":14," been":123,"/.":22,"/*":[65,114,7,98],"/(":123,"/'":12,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":58,"/$":98,"/\"":[36,3,107,11,56,32,130],"/ ":[127,12,124,92,7,126,42],"/;":7,"\ndo":121,"\u3042\u304d":115,"\u904b\u7528":109," yum":[58,106,136]," \u6642":149,"\u3042\u3063":[36,88,10,100,121,136,125,46,92,86,123,58,60,42,98],"-ruby":[58,123],"\u3042\u3068":[123,98]," its":120,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":58,"\u6790\u7cfb":122,"\u756a\u53f7":[145,88,100,121,77,114,42,32,86],"_mask":60,"\uff08or":131," estimated":90,".jp":[88,80,123,21,130],pikonyan:36," multiple":15,tomita:127,"\u78ba\u4fdd":[33,14],"\u6587\u5b57\u6570":[26,122],"(\u300c":123,"/key":60,"\u4e0b\u8a18":[62,104,126,10,52],"\u7570\u5e38":[104,121],linux:121,"\u3002optarg":63,home:[44,123],"'config":77,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":58,"\u5411\u3051":67,"_permission":2,"\u304f\u308c\u308b":[65,109,98],"\u5411\u3044":[111,75,88],"\u3093\u304c":[147,122],"_number":[111,32],"\u3057\u3064\u3064":144,"\u3042\u308c":[122,123,53,93,121,49],"\u3042\u308a":[0,69,110,21,119,81,7,8,83,89,58,44,121,15,88,10,123,65,125,12,92,14,46,94,47,131,20,132,49,50,52,99,136,103,55,126,57,96,22,60,144,62,106,148,109,84,26,111,124,138,112,29,67,98,113,68],"\u3042\u308b":[108,69,3,36,5,75,37,38,77,6,34,58,39,135,44,42,87,88,10,122,123,91,11,125,126,46,94,128,121,71,131,20,62,76,49,118,51,52,99,130,101,53,103,54,142,2,104,57,132,22,59,60,143,145,55,146,147,148,98,109,127,84,26,28,138,29,30,64,113],offset:[90,63,74,92,128,126,60],"\u304b\u3051\u308b":[103,7],"\u9055\u3063":39,".hash":149,"-source":123,"\u6f0f\u308c":[58,131,123,109],"\u9055\u3044":[88,57,3,147,11,59,42,49],iexplore:81,"\u9055\u3046":127,"\u500b\u6570":[58,100],"<log":77,"_nhooks":74,additional:58,"_nsubrecs":86,"\u30ed\u30b4":58,"\u30ed\u30b0":[1,123,5,117,6,58,22],"\u5c55\u958b":[43,88,123,35,8,94,81,58,22,44]," katakana":152," from":[80,90],"\ufffetext":69,hh:[120,122],"\u540c\u3058\u5024":[3,7],ear:69,"/reference":[7,14],truncation:22,"\u3068\u3053\u306e":39," york":57," libevent":[124,12]," blogs":53,"\u3068\u3053\u308d":[122,65,149,110,8,58,98],"{\"":[119,104,121],"{ ":42," error":[58,6,90],"\u79d2\u5f62":37,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[58,140]," kawaji":58," rinse":123," general":15," #{":120,halfwidth:152,"\u6163\u7fd2":58,"_many":[2,140]," system":[0,88,122,37,26,147],"_auto":58,"\u65b0\u3057\u3044":[109,67],"\u65b0\u3057\u304f":[88,10,3,103,93,131,49],friends:36,sphinx:67,persistent:[92,63],"{\\":46,"\u305a\u308c":[10,71,5,109,37,77,92,57,46,11,56,6,140,52,118],".status":121,"=redhat":44,"\u5927\u62b5":7,"\u3002scan":144," limit":90,"\u30ab\u30e9\u30e0n":148," scan":144,"\u3002groonga":[3,4,75,81,7,39,44,136,88,10,122,12,62,58,59,55,106,147,109,124,67,32]," inverted":26,"\u592a\u90ce":36,"\u30df\u30ea":[11,22,37,56,122],updated:53," use":[111,88,147,14,15,104,122,64,98],"void":[63,102,92,126,95,48,58,60],internet:81,"\u3066\u307f\u307e\u3057\u3087":56,"\u53c2\u7167\u5143":11,"\u30df\u30b9":39,"\u53c2\u7167\u5148":58,"=pat":58,vector:58,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":58," myisam":109," specifying":63,"\u9006\u9806":3,"\u3002grn":[52,131],"\u62e1\u5927":103,"\u50be\u5411":59,"\u6210\u529f":[15,92,44,64,14],"new":[88,57,123],net:107,maverick:22,"\u306f\u3044\u3051":[60,71,138],"\u5fdc\u3058":[33,121,109],"\u4e2d\u4e95":58," option":120,"\u305a\u3064":[149,59,77,121],"\u00a0nargs":64,":port":[29,77,7],"\u5411\u4e0a":[22,114,7,42,131],serch:[125,101],"\u3080\u308b":[147,122]," so":[92,60],"\u826f\u3044\u4f8b":103,"\u9023\u7d9a":[69,101,53,116,58,60],".yml":61,typo:22,type:[33,3,115,76,39,41,121,11,125,47,92,49,36,100,101,137,55,56,59,107,149,66],language:98,"\u4ee5\u4e0b":[69,71,5,110,76,38,77,2,81,7,8,89,58,44,121,15,88,57,123,125,46,94,47,118,130,17,49,50,52,142,55,104,138,22,105,60,144,61,148,108,84,26,111,6,29,98],"\u4ee5\u4e0a":[88,52,100,123,144,125,77,26,14,148,81,7,126,58,98,121,49],"_comment":148,"_left":[22,90,2,140,28]," matched":[94,90],"-ipadic":[136,106],akio:58,root:[58,32],"\ncommand":15,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,30],"\u63a8\u5968":[88,10,111,32,112,58]," pdf":17,"\u5408\u5bbf":149,normalizernfkc:110,"\nworks":120,"_memo":94,"\u304c\u3059":92," management":[26,61],"\u9023\u7d61":98,sitedomain:[32,107],"\u30b9\u30fc\u30d7":116,"/result":58,"\nmultiple":94,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":59," logs":[120,49],"\u3002tsv":[111,143],"_indexer":58,"\u9069\u5408":[53,3]," nginx":114,"\u30a4\u30f3\u30dd\u30fc\u30c8":67,"\u9023\u7d50":[58,59,60],"\u5206\u5c90":144,"\u643a\u5e2f":109,"\u5358\u4e00":55,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":123,"/acccess":114,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":127,"_jp":44,"_small":[2,140],"\u6d6e\u52d5":111,before:61,"\u7e26\u68d2":49,"=allow":88,"\u6574\u6570":[51,2],"\u00a0size":137,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":71,"\u300coutput":29,"\u30b9\u30c6\u30fc\u30bf\u30b9":[58,2,140],"\u691c\u8a0e":[53,114],nested:58,"-pack":112,"\u691c\u8a3c":145,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[43,1,99,147,36,76,104,129,122],"'or":58,"\u975e\u4e92\u63db":22,cmd:81,"\u30d1\u30b9":[145,127,3,63,121,8,77,117,32,29,22,44,123,42,7]," list":64,"\nby":64,"\u7c21\u6613http":[124,106,12,136]," contain":58,"\u30ed\u30b0\u30d1\u30b9":127,realtime:66,"/bc":123,content:[111,88,89,147,26,93,148,58,22,59,42,122],grease:11,"/\uff09":127,"\u8996\u899a":109,"\u30d1\u30ea":57,"\u63a5\u8fd1":52,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":127,iso:122,hook:74,"1\u884c":121," rand":51,"\u7531\u6765":131,"\u30e1\u30e2\u30ea\u30fc":49," opaque":15,"\u5358\u4f4d":[57,3,122,109,37,116,25,26,111,127,140,137,22,142,149],"_clear":[22,60],tokens:69,"[http":58,"\u5358\u4f53":[109,121],"\u5f79\u5272":[94,3]," instantly":26,nsubrecs:[36,107,149],distance:57,keyword:[58,26,147],".json":4,"\u524d\u4ed8\u304d":60,gnupg:123,enables:7," munin":58,"\u30a8\u30e9\u30fc":[136,1,10,123,12,106,14,15,124,81,112,58,44,22,60,64,68]," allows":26,"\u7e4b\u3052\u308b":103,"\n\n":[34,3,108,77,76,54,7,118,20,71,149,42],"\u958b\u3051\u308b":58,"\n<":4,"\n>":[81,32],"\u7279\u6b8a":[111,58,60],"_cas":2,"\n-":[108,118,71,123],"\n/":15,"\n(":[120,4,123],"\n%":[98,106,44,123,136,19,12,77,124,7,130,58,22,68,144,32],"\n ":[36,88,69,147,121,104,53,149,76,77,111,94,56,57,128,7,122,42,49],"\n\"":[4,121],"\n#":[69,3,72,77,32,8,119,84,105,121,115,88,89,122,11,125,93,94,47,17,49,36,101,62,148,56,57,96,59,147,107,149,110,26,138,66,39,152,7],"\n]":[36,57,3,72,107,101,11,125,152,111,94,138,89,130,66,115,39,59,122,147],"\n[":[3,4,5,77,6,7,39,105,121,72,93,88,57,122,11,125,46,94,47,128,130,115,87,36,101,53,55,104,56,89,59,152,147,107,148,149,26,138,66,30],"') ":[77,147],"\u3002\u30df\u30ea":11," env":143,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":61," domain":[65,107],"\u3002munin":[124,106,12,136],"\u533a\u5207\u3089":22,"\n}":[52,7,42],don:[7,14],radious:142,"\n{":[36,88,89,3,72,107,11,93,46,148,47,138,115,122,59,152,105,121,147],doc:[65,123,7,150,98],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":123,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[39,101,117,66],"\u56fa\u5b9a":[126,60,3,140,49]," eight":3,"\na":120," against":64,keybuf:92,sigsegv:92,"\u6210\u308a\u7acb\u3063":52,syntax:140," token":121,"\u65e5\u672c\u8a9e":[0,147,53,109,58,39,122,98],"\u8ffd\u52a0":[109,67,52],"_address":[2,32,140]," \u3057\u3044":[53,116]," dist":123,"_http":7,"\u72ec\u81ea":[111,109,145],"\\\"a":148,stop:58,"_limit":[43,1,2,35,25,58],"/grntest":123,"\\\"}":46,gbyte:50,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[136,43,88,69,147,66,12,116,106,117,124,101,127,82,58,22,122,31,49],"(grn":64,bad:140,"\u623b\u308a":[58,60],"*name":[100,137,102,14,92,60,64,41],"\u524d\u56de":123,",\"location":[36,56],"\u591a\u304f":[88,3,11,77,26,53,7,22,153,114,49],reference:[11,58],"\nlog":120," keyword":[26,147],"\u623b\u3063":7,".kentaro":58,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":116,"\u30aa\u30fc\u30ca\u30fc":58,"\u4e88\u7d04":55," gcc":[19,136,106],brazil:107,"\u672a\u958b\u653e":127,inappropriate:140,sigint:22,filename:140,"\u7bc4\u56f2":[43,88,10,99,109,38,126,58,60],"+fffe":69,"_geo":[22,24,35,43],"\u3092\u901a\u3057":[77,3],"_get":[33,74,102,92,14,15,126,95,58,48,22,60,64,41]," forms":119,"\u534a\u5f84":142,"\u3092\u901a\u3058":56,"_operation":[2,140],"_level":[43,25,35,58],"\nmercurial":123,"\u73fe\u308c\u308b":53,"\u3044\u3044\u306d":[88,147,122],"0e":121,"\u8a9e\u5f59":[50,43,75,116,152,129,49],"_reinit":60,"\u62bd\u51fa":[58,26,148,49],"\u3068\u3044\u3063":[136,88,57,147,75,56,131,58,42,122],"_too":[2,140],"\u3068\u3044\u3051":[39,140,49],"\u3068\u3044\u3046":[69,3,4,75,37,116,7,8,39,58,44,42,72,88,10,122,123,11,125,94,121,131,17,49,36,101,53,134,103,104,56,57,22,59,143,144,152,147,107,148,109,110,26,149,29,98,32],"\u7528\u3044":[43,1,109,22,17,144],"-help":112,"\u7591\u4f3c":[43,88,35,51,46,58],multithread:92,"-scorer":133,"_log":58,"\u554f\u984c":[1,3,147,123,11,127,117,14,104,7,58,22,122,121,98],logaling:61," bulk":64,"\u6700\u3082":[104,88,14],"...":[33,70,4,74,16,76,7,58,84,85,41,121,93,88,90,122,125,126,92,14,15,95,130,48,97,99,100,137,102,104,22,60,147,63,148,45,29,64],ip:[32,121],is:[69,140,11,102,90,7,120,64,98],"\u6069\u6075":114,it:[46,88,90,63,36,14,15,94,92,120,119,111,122,147],il:[53,116],io:80,"in":[69,80],ia:[53,116],ic:99,id:[33,3,72,75,76,77,120,32,39,84,105,86,115,88,122,11,125,92,14,93,47,71,126,36,99,100,101,53,104,56,138,59,60,147,107,130,127,111,66,152],"if":[52,122,14,15,94,92,90,120,60,41],"\u305d\u3093\u306a":[44,49]," remained":120,make:67," smaller":120,"\u306b\u3088\u3063\u3066":[10,3,11,109,53,144,58,86],"\u5f15\u7528":77,"8byte":140,"\u3055\u307e\u3056\u307e\u306a":[43,129,149],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[55,86,49]," articles":59,protocol:[29,77,4,42],just:60,"@groonga":[123,21],"||":[58,59,52],yes:[125,144],"\u5f8c\u65b9":[43,52,58],"\u89e3\u50cf":127,candidate:125,defrag:[43,1,25,35,58],"\u306f\u3059\u3079\u3066":[88,69,3,122,46,7,131,119,96,152,49]," four":[120,3]," libmecab":[124,12,123],save:123,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[123,153],"_close":[52,99,16,14,15,126,22,60,64],"|>":120,"|<":120,"|:":120,"\u5cf6\u7530":58,"| ":[88,122,53,94,56,120]," environment":61,"\u6539\u540d":[22,58],"\u52b9\u7387":59,"*oldvalue":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,71,75,37,77,7,8,118,58,44,86,87,43,122,46,121,130,131,49,135,52,55,104,22,152,147,108,109,30,153]," request":123,centos:[43,123,112],"_db":[43,127,35,24,117,14,58,22],"\u3067\u3044\u3046":152,"\u4f7f\u7528":[1,69,3,72,37,116,77,114,7,118,71,41,42,88,10,122,123,11,92,14,46,94,47,121,97,52,100,53,55,104,57,58,59,60,62,147,148,108,149,127,110,138,29,105,32]," results":[58,26],"\u964d\u9806":[88,3,107,125,92,126]," bigram":[53,149],"\u5c11\u3057":44,notification:120," firefox":98," visual":81,localhost:[145,4,123,42,22,121,7]," escaped":64,"\u7a0b\u5ea6":[22,3,58],"\u53c2\u8003":[43,123,35],"\u5b8c\u5168":[88,52,122,75,55,92,49],"\u304c\u308f\u304b\u308a":[149,89],"\u304c\u308f\u304b\u308b":57," shopping":93,"\u30c1\u30a7\u30c3\u30af":[145,127,104,58,22,121],"*optarg":[85,63]," aggregate":26,sphr:57,"\nlevel":120,"\u305d\u3061\u3089":44,"\uff08\u307e\u3082":42,editor:98,"\u6291\u3048":53,fork:[77,98],tokenbigramignoreblanksplitsymbolalphadigit:53,form:3,"[dump":58,".ne":80,"_animal":11,"\u5165\u308c":[53,36,149],"\u5165\u308b":[84,76],"\u5165\u308a":[76,3,122,107]," price":11,"\u5426\u5b9a":[88,52],"delete":[43,1,35,127,25,22,60],"_location":[111,149],"\u6c7a\u3081\u308b":[88,52],kwic:26,"\u5165\u3063":[36,3,111,140,58,39,59,144],"sort\u30ad\u30fc":1,"\u73fe\u5728\u5730":149,"\u30a8\u30c7\u30a3\u30bf":98,tokenbigramignoreblank:[53,31],excel:143,"\u3002\u307e\u305a":53,"\u914d\u5217":[111,88,69,63,76,147,84,26,127,55,104,92,52,100,58,22,60,41,49],"\u3002\u307e\u305f":[145,10,3,115,101,11,109,37,77,56,52,32,29,143,121,122]," ocelot":[22,58],"\u304f\u308c":103,"\u5927\u304d\u304f":[11,127,10,130,142],"\u300d:":152,".service":58,fsf:58,macports:[43,112],pseudo:[43,88,35],"\u6539\u5584":[22,1,58],"_offset":[128,2,64],"\u9069\u5207":[69,3,109,127,121,49],"\u81ea\u52d5\u7684":121," hottolink":80,segv:[58,1],"\u7279\u6027":75,manager:[7,42],"\npackages":123,"\u7fa9\u8a9e":143,"\u795e\u5948\u5ddd":149,"\u3068\u3059\u3050":93," relation":60,"\u524a\u9664":[1,60,74,109,127,54,92,58,126,22,85],"\u30bb\u30c3\u30b7\u30e7\u30f3":[132,77,140],"0mq":58,"\u8a2d\u8a08":[88,114],"\u4e0a\u91ce":127,"[php":58,"\u30b5\u30f3\u30d7\u30eb":[58,88,127,117]," performance":26,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":101,proc:[136,88,74,12,106,124,92,41,97],"\"mysql":9,"-escalation":112,item:[39,125,101,66],"\u672a\u6e80":[126,147],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":104,"_entry":74,"-deb":123,"\u4ed8\u4e0e":[36,92,121,100,86],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":58,"\u629c\u3051":[22,58],"\u5076\u6570":122,"\u63db\u6642":22,"\uff08normalization":152,"-dev":[123,12,21,124,58,22,144],"\"xxx":58,">alloc":4,".so":8,"\u4f8b\u3068\u3057\u3066":11," two":[120,64],"-mode":98,"\npublished":123,shift:44,"\u3068\u3059\u308c":109,"_version":[22,24,123,35,43],"geopoint\u9593":22,bom:127,raccoon:36,bob:[88,147,94,47,105,42],"\u30dd\u30a4\u30f3\u30bf":[14,92,126,60,41,97],"\u5fd8\u308c":22,"\u3002table":[92,138,97],"-leak":127,"\u521d\u671f":[63,109,127,58,22,60],"/main":12,"\u4e21\u8005":56,"-check":[22,127]," sequence":120,"\u5916\u90e8":134,"-libevent":58,"\u5e74\u9f62":[109,49],"_min":[95,99]," mysqlgenerallexicon":152,ooo:75,"-each":22," rpmforge":106,"\"color":152,"\"mori":130,"/nfs":44," new":[15,123],mbytes:121,"\u8fd1\u3055":122,"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,129,43],"\u30dd\u30a4\u30f3\u30c8":143,"\u8fd1\u3044":[126,145],ull:69,"*tc":[126,99],"-directory":58,"\u30fb\u30b5\u30fc\u30d0":3," mruby":119,normalize:[43,25,35],"\u5927\u6587\u5b57":[3,49],"\u3002\u30ed\u30b0":[7,49],"\u30d0\u30a4\u30c8":[2,75,37,127,26,22,126,58],"/cpuinfo":[124,106,12,136],"\u8a9e\u53e5":[58,36],"_current":15,map:22,groo:88,"\u518d\u8aad":[20,143],max:[126,58],mac:[43,112]," content":[88,89,147,148,26,93,94,59,122],".garbage":58,fluent:83,"_values":[22,60],"\u5e02\u5185":38,"_init":[120,22,58,60,14],"/fedora":[58,127,123,136],group:92," am":26," an":[15,92,90,64,7]," as":[98,58,94,7,26]," at":[120,80,90],"\u8a08\u6e2c":[22,1,144],tweets:93," sjis":77,"\u91cd\u306a\u3063":58,"\u5b9f\u4f53":14,repositories:123,"_timeout":[2,140],ggdb:123,unlock:60,nroonga:[94,61],"\u5b9f\u4f8b":[67,139],"\u624b\u6bb5":52,"\u7a7a\u304d":104,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,38],".flags":92,correct:[125,101],"\u624b\u7d9a\u304d":[74,41],"|allow":[88,147],"\u30ab\u30e9\u30e0id":92,"_content":[88,147,148,26,111,94,59,122],"8\u3064":121,"\u3002min":126,"_string":[58,102,64,144],org:[32,107],"\u62ec\u5f27":46,"\u4e8b\u9805":43,"\u6b21\u90ce":36," key":[3,123,92,119,58,60],"\u304c\u3042\u308a":[0,57,143,123],"] [":121,wiki:7,"\u30dd\u30fc\u30c8":[145,114,4,121,77,32,58,42]," nsis":123,"\u7db2\u7f85":7,"long":[48,16],"\u81ea\u5df1\u7d39":149,"\u9078\u3073":9,"\u9078\u3076":[109,7]," truncated":58,"1g":[124,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[125,1,92,88],"\u30d8\u30eb\u30d7":144,"_preparer":[39,125,101,66],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":109,memo:94,"\u62e1\u5f35":[22,129,43],"\u5c0f\u3055\u304f":[93,75,57,42,142],"11":[53,94,88,122],"10":[3,121],"_index":[43,80,100,35,24,127,58],libgroonga:135,"\u5229\u7528\u4f8b":109,zsh:[44,123]," \u307e\u305f":[88,147,49,121,122,44,42,4],dash:44,"\"application":22,katakana:39,".uuuuuu":122,"\u914d\u5e03":[43,106,136,12,124,81,112,58,68],"_network":2," inv":121," int":[11,58,47,57],"\u6700\u7d42\u66f4":63,"_end":2,">#{":120,"_enc":[126,102],performance:26," objname":[30,87],beta:80,"\nhttp":7,pair:[39,125,101,66],synonym:[88,72],"_sort":92,"|ng":88,"\u539f\u56e0":[43,103,82,121],precise:[12,123],lexicon:[84,152,49],show:1,"-po":67,"\u6700\u5927\u5024":58,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[67,139],threshold:[48,22,60],"\u77ed\u6642\u9593":109,"-plugin":83," site":[36,3,107,11,56,32],"\u306a\u3093":10,"\u306a\u308c":10,"\u7acb\u3061\u4e0a\u3052":121,black:152,"\u306a\u3089":[136,77,7,39,121,43,88,10,122,12,92,132,61,49,52,100,101,62,89,58,59,60,144,147,106,63,124,138,152],"\u306a\u308a":[2,3,4,37,77,96,7,8,39,58,86,72,93,88,10,122,123,11,125,14,46,92,121,115,17,87,49,36,100,101,53,103,142,55,56,57,140,22,59,60,143,61,152,63,109,147,26,111,149,29,30,32],"\u306a\u308b":[1,3,72,37,77,81,7,44,121,87,136,88,142,122,123,28,11,12,14,93,94,130,49,98,52,53,103,55,138,58,60,106,63,109,127,26,117,124,112,66,30,68],"_module":7,wheezy:[43,123,112],get:[22,58],"-setuptools":17," failed":15,"\u51fa\u305b\u308b":109,geo:[43,1,35,127,58,22,133],"*column":100,"\u3002utf":152," patch":80,tokyogeopoint:[90,37,28,56,22,142]," pangolin":[43,123,112],"\u5bfe\u8c61table1":92,summary:121,"\u305f\u304b":[22,88,101],"\u5468\u8fba":[58,26],caller:41," lenny":22,"\u8907\u96d1":[58,88,52,122],sear:39,masahiro:127,"\u884c\u306a\u308f":58,"-threashold":[53,127],"\u53ca\u3073":121,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":42,"\u6700\u5c0f\u5024":122,"\u3088\u3063\u3066":[69,37,38,56,79],"\u306a\u3069":[69,3,75,37,38,79,32,58,83,39,44,42,88,10,122,123,11,93,121,131,20,98,135,52,101,53,116,104,22,60,143,147,149,63,109,26,66],"\u306a\u306b":39,"\u306a\u3067":39,ja:[123,98],"\u306a\u3063":[144,88,10,3,147,123,104,11,109,127,103,114,111,53,69,32,58,22,59,149,42],"\u306a\u305c":[88,152,147,101,39,49,122],"\u5206\u5272":[3,122,109,116,75,22],"\u306a\u3059":28,"\u306a\u3055":[29,88,51],"\u306a\u3057":[118,10,71,147,148,108,94,2,96,58,126,89,142],"\u306a\u3052":72,nogpgcheck:58,"_allowed":[2,140],"\u306a\u304e":148,"\u306a\u304f":[1,3,72,75,38,114,7,8,118,58,44,42,88,122,123,11,121,131,49,103,148,22,59,60,61,147,109,127,26,67],"\u4f8b\u5916":136,"\u306a\u304a":[116,123],"\u306a\u304b":103,"\u306a\u3044":[109,134],"\u306a\u3046":149,"*bsd":[22,127],"_invalid":[126,92,2,60]," calls":14,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":116,"} ":[120,98],"\u5f15\u304d\u51fa\u3059":109,"}/":[98,44,8],"}.":[119,94,88],".select":121,"\u00a0domain":[60,64],"\u524d\u5f8c":[77,3],"\u9ed2\u3044\u70b9":38," []":76,"*max":126,"}\n":[36,88,69,147,101,11,125,110,120,93,47,57,7,66,39,59,122,149,105,42,115]," web":44,"\u5b57\u5c0f":88,"}|":120," [\"":[88,53,149,76,104,125],"_avoided":[2,140,60],"\u6240\u5b9a":[53,116]," haystack":52,sound:101,"\u30bb\u30df\u30b3\u30ed\u30f3":121,"\u30af\u30a8\u30ea\u30fcapi":[2,25],"}]":[119,4,121],hdd:121,"_corrupt":[2,140]," coverage":144,"\"mroonga":[148,88,122],"\u8af8\u6761":50,"\u578bn":88,"|')":55,"\uff01\u3057":21,"-document":[77,123],pat:[126,75],"\u91cf\u8a08":1," special":88,"=squeeze":123,"\u3002\u3044\u307e":58,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,"< y":58," xml":4,"\u8a00\u53ca":148,"\uff01\u300d":[88,147,122],"< n":122,"\u672c\u5f53":39,montywi:58,"\u305d\u3057\u3066":[88,69,11,109,26,149,39,59],expression:64,"\u30d3\u30e5\u30fc":58,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,123],"\u5927\u8cb4":58,"(precise":123,money:36,"\u5927\u898f\u6a21":109,"\u3002\u3059\u3079\u3066":[144,98],"\u518d\u8d77":[114,143],".dll":121,"\u30c0\u30a4\u30a2\u30ed\u30b0":58,"\u3002none":77,"/false":[11,1],"\u5ea7\u6a19":[57,122,149,38,28,22,142],"\u56f0\u96e3":[58,109],"\u9069\u5b9c":[72,123]," format":[119,120,80,4,98],server:[58,7,42,36],"\u9650\u308a":[52,53,116,46,60,86],"\u9650\u3089":103,quantal:[43,123,112],"\u9650\u3063":60,"},":[36,88,57,3,72,149,93,94,47,69,115,89,59,122,105,121,147],"\u99c4\u76ee":103," ci":135,ellip:57,"/database":[7,42],"\u65b0\u5bbf":56," cd":[81,123,98],critical:120,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[43,58,27],valuebuf:33,"\u306b\u3064\u3051":122," check":144,"\u306f\u3044":11," normalizernfkc":152,"\n{\"":[147,101,125,93,94,66,39,59,122],broken:140,"\u306f\u305a":[58,121]," schema":150,"\u306f\u3069":[88,49],"\u306f\u3068":75,"\u306f\u307f":67,"@soundkitchen":[22,58],"\u3082\u3061\u308d\u3093":121,"\"\u30df\u30ea":122,".patch":98,"_reopen":[43,35,5,25,6,58],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":77,"\u8abf\u6574":[53,131],"\u3002\u3059\u3050":7,"_cache":[43,24,35,58],"\u4f55\u5ea6":58,"/ '":60,"\u306a\u304c\u3089":[88,69,3,123,109,58],"\u3002command":10,"\u63d0\u6848":[43,125,127,103,58,22,151]," allocating":64,"\u3082\u3046":[91,11,93,7,58,59],"\u8a18\u8f09":[58,123],"\u3002cpu\u30b3\u30a2":42,"\u3082\u3057":[88,57,147,121,111,148,2,7,44,49,143,42,61],"\u7834\u58ca":92,"\u516c\u958b\u9375":123,hsiomaneki:149,"\u3082\u3059":8,"\u3082\u3064":138,"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,72,77,81,7,121,88,10,123,11,92,126,98,51,52,101,57,140,58,59,142,145,149,152]," cities":57,"\nbigram":121,"|on":88,"|oo":88," posted":149,"$prefix":22," enabled":120,"\u5883\u754c":[58,57],"\u3082\u308c":72,general:152,file:[1,127,140],"*obj":[33,60,63,74,85,64,41,97,100],"\u53d6\u308c\u308b":46,"\u59cb\u307e\u308b":[88,147,121,55,92,42,39,143,9,86,122],"\uff08true":11,"\u5b50\u5348\u7dda":57," sleepy":93,"\u4e0e\u3048\u308b":[46,145,56,10,77],"\u3002pcre":7,"\u8a18\u8ff0":[52,3,72,149,77,59,121]," rpm":[136,106,123],"\u4e00\u6642\u7684":60,"\u4e0a\u9650":[43,134]," please":98," xvzf":[136,106,19,12,124,44,68],"}e":122," language":98,"\u30ce\u30fc":69,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[22,58],"\u30d6\u30e9\u30b8\u30eb":57,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":72,"\u30d3\u30eb\u30c8\u30a4\u30f3":58,"_difference":92,"/lib":[114,7,8],"-alloc":62,"\u8aad\u3081":58,"\u5dee\u5206":121,"\u8aad\u3093":[67,61]," type":[55,90]," metadata":58,")mroonga":143," boolean":80,"\u30e1\u30cb\u30e5\u30fc":123,"\u306f\u3053\u306e":[148,88],sigusr:22,"\u30d6\u30c9\u30a6":72,"\u30d6\u30e9\u30a6\u30b6":[44,81,32,123,98],"\u304c\u3053\u306e":147,"\u30dc\u30c7\u30a3":[49,140,8],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":144,"\u5225\u9014deb":123,"@orangain":58,tokenbigramignoreblanksplitalphadigit:31,"_append":[16,52,64,60]," have":93," redcloth":123,"\u5909\u66f4\u5f8c":[102,92,14,95,48,60],"\u307e\u3057\u3087":[36,88,57,3],"\u30c6\u30b9\u30c8":[67,139,123],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":77,"\u6e96\u5099":67,"\u6d3b\u7528":114,"\u5931\u308f":58,search:[69,147,101,125,66,39,143,9]," shorttext":[3,72,77,89,105,121,115,88,57,122,11,93,94,47,130,49,36,53,55,148,138,59,147,107,149,26,152]," clone":[83,123,98],"-localestatedir":44,published:123,"\u300c\u5024":49,"\u307e\u308f\u308a":67,"\u672a\u77e5":58,".synonym":88,"\u8a08\u753b":136,"\u5ca9\u4e95":58,"\u5317\u534a\u7403":58,"\nprefix":52,"_gqtp":121,"\u3053\u3068":[52,109,134,103,17,67],"\u3053\u306e":[136,135,2,3,4,96,75,116,77,133,21,79,69,81,7,58,119,39,44,105,42,72,43,88,57,122,123,94,11,151,12,92,46,53,47,121,71,126,110,49,118,36,52,101,19,93,148,56,140,22,59,142,143,61,106,149,147,107,108,109,24,25,26,111,124,112,66,67,98,68],jsonp:22,"[element":122,"\u4e00\u756a\u5de6":122," parameter":[94,92,90,41],none:[88,69,150,7,59,44,140]," return":[111,120],hour:120,"\u3053\u3053":[88,3,72,123,11,125,111,53,56,149,122,152,143,147],dev:[124,12],"\u6c17\u8efd":103,"\u3053\u3046":103,"\u4e2d\u5fc3":142,share:44," useful":59,"\u3053\u308c":[69,75,116,7,8,39,58,44,149,9,42,88,57,122,123,65,93,49,52,101,53,148,56,140,22,59,143,152,147,107,109,26,11,66,98,96],"*value":[126,33,92,60,16],"\u591a\u3059\u304e":127,"/afr":[56,3,107]," wgs":[36,57,11,149,56,90],"\u666e\u901a":[103,122],"\u30cf\u30a4\u30d5\u30f3":[3,49]," tsv":4," engine":[69,101,125,26,66,9]," architectures":123,"\u3066\u304d":2,"\u3066\u304f":144," umemoto":22,"\u547c\u3073":[88,52,72,107,11,77,26,121],"\u547c\u3070":[3,122,37,14,92,58,41],"\u3002ftp":121,"`hostname":77,"\u5217\u578b":[11,72,107,147],"\u3002\u4f8b":60,"\u975e\u308f":116,"\u308c\u308b":[3,72,74,75,37,38,77,81,58,119,39,44,41,86,93,88,10,123,11,125,126,14,15,121,20,49,52,101,53,134,116,104,56,57,140,22,144,152,148,109,110,26,66,98,96],"\u6955\u5186":[57,142]," expressions":7,good:[93,88,147,122],"\u516c\u5f0f":[22,106,136,94],"\u3079\u3066":[88,7],"\u9664\u304f":58,"\u5316\u95a2":127,"\u4f1d\u7d71":109,"\u3079\u304f":3," python":[17,123],"\u9664\u3044":[26,121],"-encoding":112,"\u52b9\u679c":149,"\u9664\u3051":92,"\u767b\u9332":[109,67,52]," none":[88,7]," well":26," systemctl":114,flower:11,"\u30d5\u30e9\u30f3\u30b9":57,"\"gr":49,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":144," characteristics":26,"\u8ddd\u96e2":[1,57,122,91,109,38,56,58,142],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":81,"\uff08\u79d2":60,"\u3068\u3082\u3063\u3068":44,"\u547c\u3093":116,tritonn:[88,122],"\u308c\u305a":10,"\u306b\u3082":[88,116],"\u306b\u3088":58," geodetic":37,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":57,".blog":53," messagepack":4,koi:[58,44,77]," en":[39,125],"\u306b\u5bfe\u5fdc\u4ed8\u3051":39,"\u516c\u5e73":58,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":42,"-get":[58,12,123,124],"/archive":123,"*results":92,selector:128,"\u308c\u307e\u305b":[10,77,104,92,59,44,143],"\u6574\u7406":58," get":90,"\u4e71\u6570":[51,56],markus:58,"\u8a18\u9332":[109,58,86,8]," gem":123," geo":[58,57,90]," customize":7,"\u4e0a\u8a18":[50,98,88,89,3,101,53,94,56,32,148,66,44,58,61,143,121,49],ages:[84,49],".key":92,"/lists":123," : ":150,"-limit":[58,1,77,88],"\u307e\u3068\u3081":[67,103],build:[62,58,81,123],"_available":[2,140],"\u53d6\u308a\u51fa\u3057":[126,99,3],"~*":64,"\u306b\u3057":[88,147,122],"\u5e73\u884c":123,"-protocol":[77,32,121],"\u306b\u3059":53,"\u306b\u3066":[58,57,123],"_put":[5,43,25,35],wareohji:58,"\u306b\u3069":52,ko:80,"\u7528\u8a9e\u96c6":104,"\u4e0a\u66f8\u304d":[56,123],".com":67," element":122,"\u00a0name":[100,137,14,92,60,64,41],"_by":[149,117,92,58,126,22,60,64],"(drilldown":86,"\u30d1\u30c3\u30c1":65,"[number":46,nterms:104," position":90,"id]]":[108,71],"_int":[137,60,64],"\u30a2\u30ca\u30a6\u30f3\u30b9":123," built":60,permission:140,express:[58,81],"\u601d\u3044":98,"\u601d\u3046":59," build":[124,12,123,61],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":72," localhost":77,"\u62c5\u5f53":123,"\u00a0removep":60,"\u9593\u9055\u3063":[22,101,9,58],"\"popular":88,"\u300chsiomaneki":149,"_and":[85,52]," finished":120,common:126,"\u601d\u3063":65," suited":26,"/log":[114,44,77,7],"\u554f\u3044\u5408\u308f":52,tokenizers:[43,88,69,35,49],"\u76f8\u624b":103,"[backslash":147,"\u5c02\u7528":[43,129,123,98],"\u30e2\u30b8\u30e5\u30fc\u30eb":[43,10,127,109],"(news":123,".log":[114,10,77,7,44,121],"\u30cb\u30db\u30f3":39,readme:[58,123],"\u8a9e\u4ee5":122,"\u8868\u73fe":67,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":58,"\u66f8\u3051\u308b":58,reverse:[7,123],"\u6570\u70b9":37," appears":26,"-file":[111,22,77],"\u5b9f\u51e6":[52,41],"\u6642\u70b9":[10,123,102,14,15,58],point:47,"\u3059\u304e\u307e\u305b":36,"\u306f\u3058\u307e\u308a":10,shutdown:[43,127,25,35],"\u6253\u3064\u524d":123,"\"gronga":9,"_connection":2,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,148],"\u53ce\u96c6":[111,109],accessor:[92,60],"\"*":58,"_when":[111,47,138,110,105],"\u30a2\u30ed\u30b1\u30fc\u30c8":62,bill:[53,116],ful:69,"\u307b\u3057\u304f":88,engi:[39,125],karmic:144,"^ \"":122,"'article":59," queryexpandertsv":143,"(>":52,"\u95be\u5024":[43,88,125,116,77,14,82,48,22,44],"-key":[58,123]," operations":64,"\u7d42\u7aef":[58,63],emphasize:89,")groonga":143,"\u56fd\u540d":107,"-chroot":123,"\uff08perl":7,keys:[92,7],"-existence":58," document":[26,123],"\u5834\u6240":21,"\u53cc\u65b9":103,"\"\u3001":39,"\u30b9\u30bf\u30a4\u30eb":77,"\u5409\u7530":58,"\u7d44\u307f\u5408\u308f\u305b":[52,3,123,53,109,55],"_source":123,flags:[100,137,76,47,14,55,104,92,126,60],sortby:[22,128],entry:[55,71,74,76,46,108,138,128,118],"\u3002header":[47,138,110,105],"\u3064\u307e\u308a":[88,69,123],"\u3002dump":130," music":120,"\u547c\u3073\u51fa\u3059":[51,146,91,28,131,142],"\u3001\u00d7":103,"\"value":88,"\u547c\u3073\u51fa\u3055":[74,88],"\u547c\u3073\u51fa\u3057":[52,109,127,26,130,131,58],"\u306f\u3069\u3061\u3089":42,source:[36,3,123,149,76,55,47,111,59],realloc:127,bin:81,"\u968e\u5c64":52," blog":[53,148,59,3],bit:[136,106,19,37,12,124,81,112,61,121,68],"\u5f53\u3066":[75,76,69,84],"\u30d7\u30e9\u30b0\u30a4\u30f3":[136,1,127,94,109,12,106,117,152,124,119,58,8,22,44,143,98],"\u5927\u4e08\u592b":[0,44,103],"\u8aa4\u308a":58,"\u5354\u529b":[67,139],"_body":[53,55,72]," lucid":[43,112],"\u4e0a\u8ff0":143,"*keys":92,"-command":[127,61],"_over":[2,140],"\u4ee5\u5916":[71,72,75,37,38,118,121,88,123,14,15,92,49,52,99,137,62,22,60,63,108,109,127,64],google:[88,9],"\u5168suffix":92,"\u8aa4\u3063":[58,123],examples:127,"\u3001[":[118,3],"\u3002set":121," experimental":15,"\u66f8\u304b":[58,149],"\u3001c":3,"\u66f8\u304f":[59,147],"\u8a73\u3057\u304f":[11,109,3],"\u66f8\u304d":[109,88,121],"\u66f8\u3044":[149,147,122],"\u3092\u3064\u3051\u308b":122,"\u30d3\u30eb\u30c9":67,"\u5024\u306a\u3057":58,"\u3001\n":[56,103,123],"/cutter":123,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":58,cxxflags:[19,123],"\u3001\"":[89,3,72,101,149,37,66,148,58,39,22,9],"\u3001$":123,"\u3001'":[72,11,37,77,94,56,122,147],"\u3001&":56,"\u3001(":[126,37,92,121],"\u3001-":[29,37,127,121],"\u3001/":[3,32],"\u3001.":[144,98],"\u5730\u5f62":[57,142]," configuration":7,"\u3001:":121,"(fedora":114,"\u3084\u3059\u3044\u304b":143,"\u5730\u70b9":[56,57],"\u7a4d\u307f\u91cd\u306a\u3063":58,"/yum":123,"\u9010\u6b21":109,"\u4f7f\u3048":[88,147,153,131,122,7,58,22,49,133,61],"\u6295\u5165":[53,1]," without":26,"_fin":[58,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":44,"\u3072\u3068\u3064":[58,147,91],"\u51fa\u3059":149,"\u51fa\u3055":58,"\u51fa\u3057":149,"\nexecuted":32,"_full":123," needed":[7,14],"\u7b97\u8853":58,"-binary":42,"/epel":106," senboku":58,"\u56de\u907f":[53,123],"\u52d5\u304d":42,"\u52d5\u304f":[22,44,153,58],"\u52d5\u304b":58,"*keybuf":92," shops":116,curl:[58,44,42,61],sourceforge:123,"\u90fd\u6c11":[53,116]," accurate":26,"\u6570\u73e0":148,"\u3042\u3052\u308b":[43,82]," ga":152," go":93,"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[43,1,38,130,35,136,109,125,12,88,127,124,52,81,112,58,22,106,68],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":121,"\u53d6\u5f97":[67,103],confirm:98,"\u3068\u307f\u306a\u3057":147," base":7,"_nil":[126,92,127],failures:123,"\u7d50\u5408":[52,147,131]," post":[88,147,122],rinse:123," b":[92,147,122]," c":[122,65,109,81,22,147]," `":4," a":[93,88,69,147,123,26,150,15,92,90,120,119,58,64]," d":[53,116],"/cache":7," i":[123,98]," n":[109,88,147,122],"\u57cb\u3081\u8fbc\u3080":121," s":69," z":37,query:[43,52,35,117,128,58,85,64]," x":[43,123,112]," y":58," |":[145,136,88,122,123,94,53,12,106,124,56,7,58,61],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":58," @":[88,115,53,149,116,148,58,122],"(backslash":64,"/\u65e5":149,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[88,147,122],"\u7121\u540d":[92,60]," [":[69,3,72,110,77,32,8,119,39,105,121,115,93,88,89,122,11,125,46,94,47,128,71,49,118,36,130,101,53,55,104,56,57,96,58,59,145,62,147,107,148,108,149,84,26,150,111,138,66,152,7]," ^":[58,122]," _":[36,88,57,3,147,107,11,149,148,56,58,122,115]," \\":[94,116,77,122,148]," ]":[111,7]," \"":[69,3,72,37,81,32,84,119,39,105,42,115,93,88,57,122,11,125,46,94,47,121,76,36,101,53,62,104,56,138,58,59,143,147,107,148,149,110,26,111,66,89,152,7]," #":[149,127,117,42,98]," ":[69,3,4,77,32,84,39,90,44,105,42,72,88,10,122,123,11,125,92,93,94,47,128,121,148,115,49,36,52,101,62,57,56,89,59,61,145,147,107,104,149,110,26,111,138,66,152,7],"\u4f59\u308a":122," &":[122,53,116,148,56,58]," '":[3,115,37,116,77,120,119,39,42,136,88,57,122,11,125,12,93,94,98,36,101,53,102,148,56,58,60,106,147,149,26,124,66]," $":123," %":[58,122]," *":[88,122,53,37,15,94,6,58,64,42,98]," +":[88,147,37,7,58,119,29,122]," (":[50,43,88,80,147,35,124,12,26,136,57,92,52,81,7,123,58,60,106,122]," .":[136,106,44,123,124,19,12,53,81,144,61,121,68]," /":[145,116,3,122,53,125,12,77,32,8,58,42,7]," -":[136,106,123,12,124,81,17,44,144,68]," 3":148,"\u6e0b\u8c37":149," 4":148," :":122,"_database":58," >":[122,116,56,130,58,22,121]," cp":12," <":[88,80,122,53,26,56,89,7,130,58,22,121]," =":[36,88,57,115,77,15,56,52,122],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":58,"-build":144,uubntu:144,"\u512a\u308c":109,".output":29,"\u76f4\u611f":115,"\u9665\u3063":58,"\u9023\u643a":109,"_thread":121,"= n":122," global":15,"\u5f35\u308c\u308b":58,"\u4e2d\u56fd":57,"\u00a0query":64," initialized":14,"= y":58,"\u826f\u304f":59,"\u826f\u3044":[59,103],nonexistent:88,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":57,"0xc":140,"\u306b\u5bfe\u5fdc":[118,33,88,152,71,100,74,137,77,14,46,108,92,29,20,22,58,60,41],"= \"":[88,122],"/tmp":[143,42],"\u57cb\u3081\u8fbc\u307e":123,"\u57cb\u3081\u8fbc\u307f":26," article":59,"/senna":130,"/to":[7,42],"\u30ed\u30f3\u30c9\u30f3":57,"\u7518\u3044":72,"(ctx":[15,52],"\u53d7\u4ed8":58,"\u5b8c\u4e86":[88,123,98],"'mroonga":[94,59],"\u3002\u30ce\u30fc":69," garbage":104,"\u30d5\u30ec\u30fc\u30ba":58,".pid":77,"\u5f35\u3063":58,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[87,43,69,100,35,146,131,122,14,104,92,8,22,58,30,60],"\u4e2d\u7a0b\u5ea6":[136,106,12,124,81,112,68],"\u00a0i":64,"_previous":15,"[header":[69,110,111,47,138,96,8,119,105,49],normalized:110,"\u305d\u308c\u3089":[145,88,143,100,42],">max":4,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":58,"\u8d77\u52d5":[10,4,123,127,77,62,81,121,58,29,42],twiter:58,iptables:42," github":98,reserved:119,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[22,127,58],"{prefix":[44,8],"/linux":[43,112]," mte":80,gcc:[22,44,58]," {":[69,3,101,125,110,62,57,7,66,119,39,149,42,32],dd:[120,122]," size":[104,64],"\u30b3\u30de\u30f3\u30c9":[43,1,52,123,35,127,15,81,22,83,17,58,44,144],"\u5186\u6ed1":123,"/universe":12,"\u5f35\u3089":[11,58,100],"\u5f35\u308b":[147,122]," composition":152,".textile":123,"\u30b5\u30fc\u30d0\u30fcid":22,bind:22,lines:144,"/repositories":123,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":127,"\nwarning":[5,6],"\u7d9a\u304d":46,"\u306e\u3088\u3046":[58,88,131,147,122],"(cutter":144,"\u7d9a\u3044":[53,108,88,71,118],hiroshi:22,jiro:36,"\u3002int":58,"\u7d9a\u3051":121,lf:145,"\u6d88\u8cbb":93,lc:98,ll:[53,69,116],"'column":58,euc:[58,44,77],li:[53,116],lt:[69,26],"_gqpt":121,"\u9589\u3058\u308b":[75,1,22],"\u306f\u3069\u3061\u3089\u304b":[147,122],"\u8a71\u3057":67," cache":[15,58,60,7],dat:75,"\uff08world":37,"\u30c7\u30a3\u30b9\u30afi":49,day:120,"\u30e6\u30fc\u30b6":[88,52,3,72,123,101,37,66,55,58,39,9,121]," function":[94,80,133],"\u4e00\u3064":[34,71,5,37,116,6,118,84,87,10,91,11,14,92,128,130,20,132,76,51,100,54,55,104,57,142,62,146,148,108,109,28,89,30,113]," tokenbigramsplitsymbolalpha":69,"\u70b9\u9593":[57,56,38],"_persistent":[92,100],"\u5217\u5f0f":64,normalizerauto:[84,69,110,49],"\u74b0\u5883":[109,67],"\u5217\u5f15":52,"& b":122,"\u81ea\u4f53":147,"\u5f85\u3061\u53d7\u3051\u308b":32,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[94,89,148],"\"sphere":142,res:[92,85,90,121],"& _":56,"\u30ab\u30ec\u30fc":116,red:67,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[88,89,148,26,94,57,138]," ubuntu":123,"/\u6708":149," top":90,"\u73fe\u72b6":10," correct":[125,101],"\u4ed8\u5c5e":[29,7],"/aba":[56,3,107],"& (":122,"\u76ee\u8996":111,"\u30d6\u30e9\u30b8\u30ea\u30a2":57,"*top":90,"\u00a0dest":92,"_long":[2,140],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":109," internally":15,hex:36,"\u30d9\u30af\u30bf":[58,1,60,76,127],"\u7d44\u307f\u8fbc\u307f":[43,69,63,35,110,25,130,121]," protocol":[114,140],"\u305d\u306e\u3088\u3046":138,"\u6c38\u7d9a":[43,100,35,92,60,49]," states":138,"\u8aad\u307f\u8fbc\u3080":1,natty:[22,123]," mecab":[109,106,80,136],"\u3068\u3088\u3044":44,"\u53d6\u308a\u5f97\u308b":37,"\u305b\u3044\u305c\u3044":49,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":58,"\u5229\u70b9":109,"\u30da\u30fc\u30b8":[43,88,3,123,77,21,58,29,98],"\u81f3\u308b":11," tritonn":[88,147,122],"=users":42,"\"co":9,min:[126,58,145,121],"_control":[2,140]," lexicon":[148,93,94,59,121,49],"\u914d\u4e0b":[29,123]," open":15,"_func":[41,14],"\u8aad\u307f\u8fbc\u307f":[22,58,143,3,8],"\uff08gnu":44,"/commands":[11,84,47,7,14],"_character":64,"_offline":58,"\u306a\u3082\u306e":[114,100,123],"\uff09\u3002":[53,149],"\u6e2c\u5730\u7cfb":37,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[58,101,49],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,127,111,58,22],"\uff08least":96,"\u7d44\u307f\u8fbc\u3093":109," tracking":0,text:[88,69,4,75,37,111,90,58,59,122,42,147],"\u8d8a\u3048\u308b":53,supported:80,"\u5ea6\u3068":22,conifugration:61,"\u610f\u5473":[88,52,3,147,125,77,56,58,39,44,143,121,122],"\u5b66\u3093":149," is":[69,3,4,7,119,120,41,42,88,89,122,11,14,15,94,92,102,90,58,59,63,147,26,64,32]," it":[93,64,147,14],"*table":[126,92,60,100]," in":[58,52],"get\u30e1\u30bd\u30c3\u30c9":29," id":[90,109,104,92,120,60]," if":7," documents":[94,26],"\u5c11\u306a\u304f":[122,109,103,26,93,147],"\u5c11\u306a\u3044":[88,147,93,131,143,122],"% ":[123,98],"\u7e70\u308a\u8fd4\u3059":127,"_prepend":60,"\u306e\u307f\u3057\u304b":9,"_eval":[43,25,35,58],"\u7e70\u308a\u8fd4\u3057":[122,121,98],"\u5272\u308a":[69,122,11,75,76,84],"\u697d\u3057\u3044":[53,116],fixed:58,"_busy":[2,140],"\u5236\u5fa1":[58,7,94],"\u3002blogs":53,"\u4ee3\u5165":[58,52,147,127],terms:[53,104,88,3],xxxxx:123,"\u985e\u4f3c":[58,52,131,125],"{name":122,"(string":91,"\u30c7\u30e1\u30ea\u30c3\u30c8":75,progress:120,"\u6751\u4e0a":58,"\u5b66\u3073":[88,57],"\u7dad\u6301":[109,42],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":123,"\u5168\u4ef6":[126,147,122],"\u518d\u8d77\u52d5":8,plugin:22,"-suggest":[40,43,35,125,127,117,58,22],shorttext:[3,72,75,37,77,32,39,84,105,115,88,90,122,11,125,93,94,47,130,126,76,49,36,101,53,55,148,56,138,22,59,147,107,149,127,111,66,152]," swig":80,".org":[36,106,89,3,107,98,124,19,12,11,56,81,7,130,123,44,136,68,121,32],"\u88dc\u6b63":[43,151,125],"\u628a\u63e1":103,otherwise:60,comment:[149,59],"\"fulltext":69,"\u304a\u304d\u307e\u3057\u3087":11,"\u3002drilldown":[88,107],"-history":22,"\u4ee5\u524d":[11,149,53,58,22,152],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[53,88],"\u305f\u3070\u304b\u308a":93,"\u5c0f\u6570\u70b9":11,json:[22,127,58],define:[43,25,35],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":22,"\u306a\u306b\u5bfe\u3057":[147,122],"_domain":2,"=..":123,"\u5168\u4f53":44,value:[33,88,126,92,119,60],"\u540c\u3058":[1,37,77,7,8,84,121,43,88,10,122,125,14,94,42,20,76,101,126,22,143,109,127,111,29,152,82],"\u6307\u91dd":[67,139]," record":[57,3,11,94,92,90,32,64],"\u30bf\u30a4\u30df\u30f3\u30b0":[58,3],".db":[58,76,3,32,77],pkgs:106," event":[39,125,101,66],optarg:[85,63],"\u67af\u308c":114,":!":147,"[apt":58,auth:[7,42],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":123,center:142,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":58,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":123,col:60,"\u304a\u3063\u3055\u3093":149,"\u4e00\u81f4\u7528":115,position:69,"*result":92,"1byte":140,"\"ellipsoid":142,"\u8868\u793a":[1,4,76,77,22,84,44,129,43,88,10,123,11,121,36,53,62,104,58,107,109,127],"-platform":112," me":31,"_byte":[2,140],"x\u30df\u30ea":[37,122],"\u5229\u7528":[69,38,77,81,22,44,121,43,123,12,92,130,98,136,103,58,144,106,63,109,111,124,112,49,68],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":75,":<":[88,147],"\nobject":15,"_true":60,"\u3055\u3093":[127,26,117,58,22,9,42,98],add:58,"\u3002gqtp":[145,2,32,140],"\u3055\u3089":59,match:[43,127,14,128,58,44],tests:123,"|none":88,"\u5730\u57df":109,elapsed:[4,110,111,47,138,120,105]," store":[15,90],qwik:130,success:140,"_leak":144,"_decr":60,"\u7f6e\u63db":88,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":42,"\u4e0d\u6b63":[1,127,58,22,144,49],"((x":37,"\u8ca0\u8377":[127,7],"\u7121\u52b9":[88,147,92,7,126,58,44],"\u610f\u56f3":[58,59,147,148,94],tmp:[3,123,125,77,47,32,84,58,143,42],"_optarg":[85,63]," old":123,sjis:[44,80],"\u30b5\u30de\u30ea":58,"\u5f62\u5f0f":[43,1,52,35,25,58,22],kosuke:58,",\"domain":107,mode:52,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":122,"\u30d0\u30b0":[22,103],"\u3046\u307e\u304f":[67,139],host:[32,121],"\u6319\u52d5":[48,43,127,77,58],"\u30c0\u30e1\u30fc\u30b8":53,about:61,socket:140,"\u3055\u305b":103,"\u4ee5\u5185":[39,56,149,122,101]," important":15,"_time":[110,111,47,138,120,105],tomo:36,"\u3055\u3044":[114,2,3,115,73,75,37,21,69,81,7,8,119,44,42,136,88,89,122,94,11,125,12,53,47,121,48,49,98,19,148,57,96,58,105,144,106,147,109,110,124,138,29,68,32],"!!":[46,36,7,149],"! ":[93,88,52,147,122],"\u6307\u3059\u5024":126,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":123,"!)":7," value":[88,3,14,119,58,41],"&lt":26,"_object":2,"\u30ec\u30fc\u30bf":58," concurrently":120,daijiro:149,rch:69,">default":4,"\u901f\u5ea6":[75,58,36,121,22],"\u7591\u554f":59,"\u30a8\u30e9\u30fc\u30ed\u30b0":114,"_inappropriate":2,"\u3002post":42,"\u3068\u3068":[65,98],"\u3068\u3069":151,"\u3068\u306e":122,"\u3068\u3063":7,"\u30fb\u5168":128,buf:[92,60,100],"&& ":[53,148,115,122],"\u5730\u56f3":109,enginen:39,"\u3068\u3057":[145,36,52,122,101,11,37,77,14,93,57,7,66,39,59,143,9,121],"\u3068\u3048":[10,72,109,116,26,56,44],binlib:123,"\u3068\u304d":[1,69,3,37,116,77,7,8,39,58,44,41,42,136,88,57,122,123,11,125,12,14,94,92,131,126,9,76,49,36,52,99,101,134,103,140,22,143,106,149,147,109,127,26,111,124,66,152,32],"-disable":[22,127],"!\\":122,epel:[58,106],pid:[1,44,77],"\u8a08\u7b97":[1,57,122,91,109,37,38,56,101,58,119,39,142,66],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[127,44,123],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[43,129],saer:[125,101],"\u4f7f\u3044\u5206\u3051":[53,116]," suggestion":150,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":123,"\u305f\u3060\u3057":[1,116,147,29,77,58,126,22,86,122],"\u305f\u3060\u3051":58," # ":7,"\u6291\u5236":58,detail:121," estimates":90,"\u3068\u308b":60,"\u4fc2\u6570":52,"\ufffecrch":69,"\u3068\u3082":[88,122,149,26,148,56,121,147],"/sysconfig":114,"\u307b\u307c":59,"\u307b\u3069":[114,3,11,125,77,49],cpu:[109,121,44,7,42],"\u3002video":36,"\u307b\u304b":[11,109],"\u2026\uff09":101,"|ro":88,"(shorttext":72," takahiro":127," thread":[120,121],"\u6e1b\u3089":[75,101,58],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":126,"\"ab":9,"\u3002google":147,"/plugins":[127,44,8],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[22,58],"\u5b9f\u6570":37," aramaki":[22,127],"\u6761\u4ef6\u5f0f":58,"\u6700\u9577":[22,122,121],"_snip":58,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":125,"-repository":[58,123]," ka":152," column":[3,72,89,88,57,122,11,125,93,94,47,130,36,53,55,148,90,58,59,147,107,149,26,138],"/mm":122," searched":90,"\u7b87\u6240":[111,58,26,123]," install":[136,106,123,124,112,17,144,68],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":22,"\u4e00\u8a9e":53,"\u5b9f\u65bd":123,"\u81f4\u547d":58,"-rpm":123,"\u683c\u7d0d":[33,52,63,60,74,75,76,38,77,109,93,55,92,122,100,84,22,85,86,49],"\u00a0id":[33,92,60,100,14],"\u7fbd\u7530":149,"\u53cd\u8ee2":122,"\u30e2\u30cb\u30bf\u30fc":[124,106,12,136],"\u9069\u7528":[88,3,122],"\u3002output":130,path:[63,121,76,77,92,47,7,8,84,60,42,100]," current":15,"\u95a2\u4fc2\u5f0f":67,".ddl":121," weakness":26,"\u79cb\u8449":56,changed:7,"\u5f62\u614b":[109,44,122],"\u58ca\u308c\u308b":[22,1,127,58],"\u63a8\u79fb":10,"\u3082\u3063\u3068":88,"-ci":58,"\u8fd4\u5374":[118,88,71,108,76,84,3],"\u8aad\u307f\u3084\u3059\u3044":58,"/munin":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":58,noarch:[136,106],m6:19,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":99,namebuf:[60,100],autogen:[58,123,98]," columns":88,"\u30a2\u30e1\u30ea\u30ab":57,"_jis":44,"-bind":[22,77,58],te:69,"\u7f6e\u304d\u63db\u3048":[77,147,98],mb:58,mm:[120,122],ml:103,"\"blank":152,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":121,mv:20,install:[123,61],"/xml":42,"-> ":127,"\"s":39,end:[145,4,140],eng:[39,125]," locale":98,"\u3002functions":144,"\u30d7\u30ed\u30bb\u30b9":[145,10,3,121,109,77,62,104,132,7,8,58,42],"\u3067\u3082\u3063\u3068":114,rroonga:[15,94,131,148,61],"\u30b4\u30df":[22,127,104],"\u7d42\u4e86":[10,123,127,77,14,132,58,41,121]," title":[36,3,11,148,32,59],description:[149,116],"-devel":[136,106],"\ndebug":[5,6],"\u305d\u306e\u5f8c":122,".tar":98,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[43,129],"-files":67,"\u5c0f\u3055\u3044":[88,52,147,75,117,126,142,49],"\u5272\u308a\u5f53\u3066":127,"\u4e88\u5b9a":[10,65,26,57,22,42],"\u305f\u3057":36," ids":90,"\u305f\u304f":[114,26,22,9,42,98],"\u5bfe\u8c61table2":92,synonyms:143,"\u300c\u697d\u3057\u3044":116,"@packages":123,gqtp:67,"\u305f\u3073":[56,10,123,121]," message":[59,6],"\u305f\u3060":136,"\u4e00\u884c":[127,77,121]," between":60,"\u3072\u308d":115,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[43,129],"\u3072\u3089":[39,147,122],"\ncustomized":120,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":96,"\u3054\u3089\u3093\u304f":83,"2\u3064":[0,88,3,147,91,149,114,94,148,66,58,59,153,42,49],each:[120,39,125,101,66]," condition":64," calling":119,searc:39,"\u3002\uff08":[88,116,147,66,75,37,38,26,14,104,101,127,131,122,39,126,22,98,61],"\u3002\uff09":[98,1,116,147,101,75,38,26,127,122,66,126,22,61,88,49],"(byte":[92,100],"\u00a0entry":74,"\u6e96\u62e0":7,goo:[147,122],msgpack:[4,140],"\u30da\u30a2":[101,11,66,39,143,9]," implemented":80,"\u4f59\u8a08":103,free:127," html":[17,123,98],"\u305f\u308a":[114,74,75,37,131,103,109,67,49],"\u305f\u3089":[88,122,123,127,103,114,148,39,44,42,98],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":76,"\u305f\u3081":[109,67,139,21],freecode:67,"\u53e4\u3044":[58,152,123],"_locked":60,filter:[58,138,128,127],rand:[43,133,35],"\u53ef\u5909":[22,30,140],"\u897f\u66a6":122," one":[15,94],top:[22,90,28],"\u771f\u507d\u5024":43,"\u304a\u304b\u3057\u304f":127,too:140,tom:94,"|compress":76,"_pragma":88,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":104,mlock:127,"\u6d0b\u723e":22,"\"good":[88,122],"_untag":[43,133,35,58],expr:[60,64,41,97],"*cursor":90,obata:127,"\u8d64\u9053":57," sphinx":17,ram:121," customized":120,raw:61,"\u5834\u5408":[52,103],"\u5f93\u3063":[88,92,126,29,85,42],"\u4e00\u89a7":[43,35]," yappo":80,hanako:138," into":15,"\u591a\u9762":109,"> y":58,travi:58,"\u5f93\u3046":127,"/share":[22,77],"\u3044\u307e\u305b":[88,69,147,153,75,38,106,111,7,125,58,122,143,42,49],bsd:44," packages":123,"\u30b5\u30b8\u30a7\u30b9\u30c8":[43,125,127,150,58,22,44],"\u30ed\u30fc\u30de":39,"\u00a0offset":[90,74,92,126,60,64],"\u30ed\u30fc\u30c9":[43,122,109,127,77,129,7,58,22,42],"\u64a4\u53bb":22,"\u30ec\u30b3\u30fc\u30c9":[50,43,52,99,100,60,33,109,38,46,92,138,128,58,126,22,85,127],marverick:127,"\u307f\u306a\u3055":52,pkg:[127,44],"_vector":[36,88,100,11,149,55,148,138,58,60],"\u5ea6\u8868":127,"\u5c0f\u6570":[88,71,108,111,118,22]," libzmq":[124,12],"\u6c42\u307e\u308a":109,"\u3002hook":74,"\u306b\u3064\u3076\u3084\u3051\u308b":103,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":52,"|| ":[58,122],"\u59cb\u307e\u3063":[111,9],"_valid":7,"*fin":41,"\u3064\u3064":[53,94],watch:123,"\u306f\u307e\u3068\u3081\u3066":123,"\u8aad\u307f":[39,1,131,123,109],"\u3064\u304d":[88,89,143,96],"\u3064\u304b":117,"\u3064\u3044":149,"\u7d50\u679c":[43,88,52,123,109,127,110,111,92,96,130,58,22,85,144,61],hendro:58," five":3,"-per":22,"_with":[115,116,92,100,122,49,147],"\u3064\u3051":[88,57,110]," this":[60,3,7,42,26],nul:[22,63]," first":[88,147,122],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[126,99],"_for":52,"\u30d7\u30ed\u30b0\u30e9\u30e0":[58,67,127,7],"\u5bbf\u99c5":149,"\u56db\u6368":22," information":15,"\u30d7\u30ed\u30bb\u30b9id":32,"\u30b5\u30fc\u30d0\u30fc":[40,43,106,35,136,12,124,7,58,22],"\u59cb\u307e\u308a":123," which":119,news:[58,123],"\u82e6\u624b":109,"\u3068\u3057\u307e\u3057\u3087":59,"\u30e9\u30f3\u30c0\u30e0":56,"4gib":[75,140],"\u65b9\u5411":126,"\u591a\u91cd":145,"\u5f8c\u304b\u3089":130,"\u7d4c\u7def":[11,37,56],trust:123," my":[88,147,122],"\uff13\u3064":37,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":121,"\u7b49\u3057\u3044":[88,52,147,60,122],"\u7b49\u3057\u304f":[52,147,122]," some":[120,64],"\u3072\u308d\u3042\u304d":115,monkey:11,"_blog":59,"\u8d77\u6e90":11,"/shutdown":[7,42],tokenmecab:[53,58,116],"\u5217\u60c5":69,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[122,110,77,104,47,138,130,125,105],"\u5f97\u308b":7,xxx:[58,77],"_not":[88,2,47,138,140,105,85],"\u6700\u9069":7,"\u7528\u9014":[136,88,75,12,106,111,124,81,112,109,114,68],"\u6728\u4e0a":126,tasukuchan:149,"*ctx":[33,60,99,63,74,16,14,15,126,92,90,137,48,85,64,41,97,100],"\"a":148,"\"n":[88,147,122]," can":[26,15,94,7,119,120,64,98],"\u5c1a\u4e5f":58,"\u81ea\u8eab":[22,69,77,143,58],"\"}":[36,152,72,107,101,11,125,94,56,138,148,66,115,39,59,122,42,147],suggest:[22,127,25,35,43],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[36,88,3,122,53,149,76,77,26,108,130],"\"_":[36,88,57,3,72,107,148,11,152,46,53,47,138,130,115,89,59,122,105,42,147],"\"[":58,"\"'":[88,147,53,102,116,58,122],"\" ":[69,3,4,37,81,119,121,115,88,89,122,123,11,94,72,42,53,19,102,148,56,58,143],"\"\"":[58,37,148],"\"#":22,"\",":[3,72,76,77,32,39,84,105,121,115,93,88,57,122,11,125,46,94,47,130,36,101,53,62,104,56,138,58,59,147,107,148,149,26,111,66,89,152,7],"\"-":[22,57],"\".":[122,107],"\"/":[56,77],"\"(":58,"\")":[36,57,122,91,102,94,28,56,58]," should":64,"\"<":58,"\"?":4,"\":":[69,3,4,32,119,39,105,42,72,46,88,57,122,11,125,93,94,47,121,115,36,101,62,104,56,138,59,147,107,148,149,110,66,89,152,7],"\";":[121,7,42],"\u78ef\u90e8":58,"\"\n":[69,3,4,32,39,119,84,105,121,72,88,57,122,11,125,93,94,47,115,36,101,148,56,89,59,147,107,149,110,26,111,138,66,152],"/run":[77,123],"\u3084\u3059\u304f":127,"\u3084\u3059\u3044":[1,88,26,131],"\u5bfe\u8c61table":[126,92,60,100],"_tags":[36,149],"_ctx":[43,100,35,24,15,58,22],"\u4ecb\u6587":149,"_buffer":[16,2,140],".scr":121,"*bottom":90,"_selector":[43,25,35],"5f":121,"(init":14,ceekz:58,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[147,122],advanced:80," means":[120,88,64,7],"\u5c0f\u6587\u5b57":[126,69,3,152,49],poedit:98,"\u6b63\u3057\u304f":[39,147,58],"\"engine":[39,101,66],"\u6b63\u3057\u3044":[143,9,101],"\u7d20\u89e3":[109,44,122],"_str":[149,64],"\u3080\u3044\u3061\u3083\u3044":149," flags":55,"\u00a0timeout":60,"\u73fe\u4ee3":109,"\u5217\u6319":3,".zip":98,"\u6765\u307e\u3057":149,"_right":[22,90,28],".github":[123,61],"}attr":58,core:121,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":58,"\u3001\u300c":[36,1,53,149,116,77,88,39],"\u6d88\u3048":75," application":42," username":36,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[58,3]," tajima":58," last":[58,149],"\u3002ascii":[147,122],"\u3092\u3054\u89a7\u304f":109,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":84," saerch":[125,101],"[@":[22,58],git:[123,98]," disabled":120,"[{":42," number":[90,77,14,15,119,41,121],gib:50,"[test":58,"[n":58,head:[145,140]," make":[136,106,123,19,12,124,17,44,144,68],removep:60,"[\n":[36,88,57,3,72,148,11,149,110,26,93,94,56,69,115,122,147],"\u6253\u3064":123,"[2":77,"\u9032\u6570":[104,122],"[:":32," nargs":64,"[#":[22,58],"[\"":[36,122,11,125,76,104]," studio":[58,81],autoconf:22,"\u5185\u8a33":53," dpkg":123,"\u6dfb\u4ed8":58,"\u8abf\u3079\u308b":[28,142]," nfkc":152,decrypt:123,"(match":94,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[43,88,75,37,22,129],check:[43,1,35,25,22,60],ongaeshi:[58,127],"\u305f\u304b\u3063":101,no:[1,80,75,88,14,140,125,58],"/mxcl":123,ne:69,ng:69,tid:99,saerch:[125,101],"\u4e09\u756a\u76ee":122,"=number":112,"_touch":[127,63],"_unlock":60,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":104," createrepo":123,"\u672c\u756a":123,"_memory":[58,2,140]," required":[7,42],",\"tags":36,"\u8a9e\u7248":123,"\u30d2\u30c3\u30c8":[88,52,72,53,149,116,93,58,39,115],"\u5fc5\u9808":[44,81]," \u304b":68," sudo":[136,106,123,19,12,114,124,32,58,44,144,68],"\u4e00\u822c":[88,3,147,109,131,60],"*tid":99,"\nrequests":120,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[147,122]," character":[120,64],enqueue:134," \u3002":53,"\u3053\u305d":149," representations":64,level:[5,6,140],"\u51fa\u6765\u308b":149," successor":122,"/db2":42,"/db1":42," whether":[94,60],"\u6f14\u7b97\u5b50":[58,88,52,127],"\u79d2\u8868":[11,53,56,122],port:[32,121],"\u5024\u6bce":88,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":123,"_truncate":[22,92],"/load":42,"\u56f0\u3063":103,".builtin":63,reply:59,"3\u3064":[136,88,3,11,12,26,111,124,144,131,58,59,106,114]," makecache":[58,106],"\u751f\u3058":[34,5,54,55,6,128,20,87],baseball:[36,59],"\u9ad8\u6a5f":[109,114,52],"=groonga":7,deb:[124,12,123]," recently":96,"\u6b63\u78ba":[11,62,3],"\u63d0\u4f9b":109,"_success":[88,2,71,108,14,15,118,120,64],"\uff08ruby":61,"_info":[43,24,35,58],"\u9006\u306b":36," case":15,cache:[15,43,1,25,35]," level":[5,120,6,77,7],"\u30ea\u30f3\u30af":[147,123,11,83,58,122],"_delete":[74,22,92,60,126],"\u307f\u307e\u3057\u3087":[36,3,72,11,149,56,59],"\u8fd4\u3055":[88,10,71,108,125,46,104,118,58,60],"\uff08messagepack":44," \u304b\u3064":58,"-src":[124,12],sports:36,"\"name":94,"\u76f8\u5fdc":92,msg:134,"_concurrency":145,"\u30bb\u30c3\u30c8":[52,116,92,126,60,87],"\u3044\u308f\u3086\u308b":36,"*dest":92,"_asc":92,".txt":123," on":[80,26,15,92,90,7,60,42,98]," of":[80,104,125,26,14,15,94,92,90,7,148,120,119,58,64,41],"\uff11\u3064":134,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[145,58,114,7],".]]":71,"/setup":61," os":[43,112]," op":[90,64],"-docutils":123,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[43,112],":clear":123,"\u76f8\u5f53":[111,56,3],"\u5f15\u304d\u8d77\u3059":58,clone:[83,67,123],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[22,42],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":61,"\nctrl":32,"\u7f72\u540d":67,"\u6b20\u70b9":109,succeeded:[47,138,105],"\u30b0\u30eb\u30fc\u30d7":[58,88,92,109],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":88,"\u3002tag":36,"_res":121,"/srpm":123,"_descriptor":[2,140],"\u542b\u307e\u308c\u308b":[52,3,123,11,109,77,53],normalizermysqlunicodeci:152," just":[15,93,63,150,120],"\u56f2\u307e":26,"\u56f2\u307f":[77,26],"[[":[71,115,76,77,84,119,118,105,88,57,122,11,93,94,47,36,53,138,59,147,108,149,26],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7,"\u56de\u7e70\u308a":121,cutter:67," aptitude":[17,144,124],"\u6ce8\u76ee":88,"\u3059\u306a\u308f\u3061":11,term:55,name:[100,137,76,54,92,14,55,104,47,138,128,60,41,102],"\u500b\u3005":[53,10,52],"\u65e5\u3005":103,"\u30b7\u30a7\u30a2":21," link":11," line":61,"\u534a\u7121":[22,49],"\u5bfe\u8c61column":100," iwai":58,"\u53d6\u308b":140,"\u30cd\u30b9\u30c8":[58,59],"\u30d1\u30fc\u30b9":[22,131],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,"\u6642\u4ee3":109,"\u3042\u3044\u307e\u3044":49,"-default":112," warning":5,"\u914d\u7f6e":[3,123],"\u56f2\u3080":[3,26],"\u3002key":[92,116,3],"\u30b3\u30fc\u30c9":[58,69,98],"\u3082\u3057\u4ed6":110,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":147,"\u4e92\u63db":[136,106,69,122,123,12,124,10,29,152,42],"\u30db\u30b9\u30c8":[145,123,77,32,58,22,121],yum:[58,106,123,136],"\u5b8c\u7d50":103,"-normalizer":[136,106,69,12,124,58,152],"\u304a\u9858\u3044":[103,121]," correction":101,redhat:[22,44],"-version":[127,123],"\u30b7\u30f3\u30d7\u30eb":[153,131],"_function":[2,140],"\u7d5e\u8fbc":[43,129]," text":[88,147,26,94,121,130,59,42,122],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[57,96,131],returns:102," logged":120,kbytes:121,"\u7b49\u4fa1":[88,127,131]," files":[120,81,7],"\u30a8\u30f3\u30c8\u30ea":[88,122,147,15,148,100]," match":[64,7],specify:[7,98],"-httpd":[40,43,106,35,136,12,15,124,58,22],"(tab":143,"< t1":52,"\u3080\u308b\u3093":[147,122],posix:122,"\n\uff08":127,and:[58,56,92,26],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":50," name":[88,34,122,148,11,149,102,54,14,55,94,138,128,7,130,41,49],"_local":[130,121],prm:106,",' ":[11,37],"_groonga":111,"\u53b3\u5bc6":39,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":67,"_permitted":[2,140],"\u30d5\u30e9\u30b0":[1,69,3,115,5,79,6,34,22,87,88,122,11,20,128,126,49,54,55,104,140,58,147,152],animation:36," operation":90,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[48,88,44,77],"_suggest":117,"\nstatus":[3,32]," mail":121," main":124,"_interrupted":2,"\u81a8\u5927":109,"\uff09:":[136,106,116,19,12,124,68],"\u4e2d\u65ad":[74,22,58],"8mb":152,"\u5c06\u6765":[136,57,110,140,119,42],"\u4e00\u81f4":[43,1,52,123,125,88,117,14,92,126,58,49],"\uff09 ":[22,88,127,152],"\u30c4\u30a4\u30fc\u30c8":21,"\u5ea6y":37,sitecountry:[32,107],"\u540c\u3058\u91cd\u307f":94,"\u88dc\u5b8c":[43,125,127,151,8],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":67,"\u5024\u3088\u308a":[88,52],"\u7530\u8fba":58,"\u985e\u7fa9":88,"\u57f7\u7b46":[59,38,79],"\u5f53\u8a72":[10,60],ssh:123," groo":88," liblzo":[124,12],"\"null":58,"_port":121,":')":55," groonga":[114,3,77,7,22,120,44,42,136,88,122,123,12,130,98,19,148,32,58,59,60,143,106,147,109,26,111,124,152,68]," jquery":127,"# ":[69,3,72,77,32,39,119,84,105,42,115,88,57,122,11,125,93,94,47,98,36,101,148,56,138,59,147,107,149,110,26,66,89,152,7],"\u884c\u756a":[111,22]," narwhal":22,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[149,1,49],"<gqtp":121,"\"#\"":121,"(..":58," shutdown":7,"#{":120," cflags":[19,123]," target":[15,60,64,90],cities:57," memo":94,"\u4e0d\u5909":86,quiet:140,"\u30ec\u30b3\u30fc\u30c9id":[43,71,35,92,99,58,60],"[,":142," records":[90,64],"\u4e00\u822c\u7684":109,color:152,whombx:58,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":58," rewrited":80,"\u76f8\u5bfe":[22,88,123],"_clone":123,raring:[43,112],"#proxy":7," comment":[148,59,149],"\u6709\u9650":88,"\u4ee3\u308f\u308a":[152,71,147,108,77,26,81,32,44,7,49],engine:[39,125,66],"/vdw":[56,3,107]," approximate":57,"_tokenizer":[58,88,2],"_value":[88,127,58,126,22,60,86]," location":[36,57,11,149,56,7],"_tokenized":69,"\u25cb\u25cb":103,"\u30ed\u30ae\u30f3\u30b0":14,"\u975e\u63a8\u5968":58,"\u53d7\u3051":[57,3,140,110,7,58,134,42,32],"\u305f\u3068\u3048":53,saerc:[125,101],"\u8aad\u307f\u51fa\u3057":109,html:67,"\u5831\u4ee5":69,events:42,"\uff08romaji":39,status:[43,1,35,127,25,138,58],"0\u30d9\u30fc\u30b9":88,downloads:81,"[\u8a9e":104," porting":80,"\u8907\u6570":[1,69,74,76,7,58,84,121,43,88,125,94,49,52,100,103,55,138,22,147,109,127,29,153],"-msgpack":42,"[geo":22,"\u30d1\u30bf\u30fc\u30f3":[111,122],"/unit":144," brother":147,"\u4f5c\u6210\u6e08":77,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[67,139],unicode:152,"\u3088\u304b\u3063":53,"\u00a0op":[92,85,64,100,90],"\u53ef\u5426":3," indicates":120,blog:59,"\\'":[77,147],"\\%":81,"\\\"":[89,116,26,46,148,64],"\u9577\u65b9\u5f62":22,hino:58,"\u63a2\u3059":59,"\\(":147," git":[83,123,98],"/base":123,"\\\\":[81,64,147,148],")..":123,"\u3079\u304d":[60,140,123,152],"\u3068\u304a\u308a":[50,121]," res2":92," datasets":150,"_send":15," earch":69,"-mm":[120,122],"_host":121,"\u985e\u7d39":53," no":90,"\"groonga":[88,122,26,148,9,49],frees:15,automake:127,"\u9234\u6728":58,"@uzulla":22,"_unlink":60,mooz:22,"\u4e09\u3064":[57,116],o0:123," binary":[109,37,4],"\ngrn":52,"/eval":119," mark":152,"\u30b9\u30da\u30a4\u30f3":57,tokenbigramsplitsymbolalpha:[53,88,69,31,116]," shibuya":127,"\u00a0version":[95,14],oo:[75,69],on:[69,7,42,26],ok:138," posting":90,"_escalation":[43,127,35,24,14,44],"\u30e6\u30fc\u30b6\u30fc":[67,139],"\u8a2d\u5b9a\u5024":1,os:[123,121],or:[88,72,56,140,143,147],tokentrigram:[69,31],"_leading":88,"\u5c11\u306a\u3051\u308c":49,"\u5f0f\u5168":[147,122],"\u884c\u76ee":[111,123,121],"\u30c1\u30e3\u30f3\u30af":104,"\u30a8\u30ed":149,"{path":44,"\u8a55\u4fa1":[119,58,52,122,148]," right":90,there:[64,147],"\u53d7\u3051\u53d6\u308a":[52,3,7],"\u300ccomments":149,"/modules":[127,7],"\u901a\u308a":[88,69,147,123,148,53,125,76,38,84,26,142,94,57,122,66,44,89,61,138,49],"*escaped":64,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":152,"(location":[36,56,57,149],"\u69cb\u7bc9":67,"\u4f5c\u3063":[53,149,92,7,126,22,152]," using":[59,80],"/hostname":[77,121],"\u30de\u30fc\u30b8":[58,98],"\u65b9\u5f62":[57,142]," messages":58,"\u4f5c\u308a":[39,59,101,49],"\u4f5c\u308b":[36,101,149,134,131,49,98],"\u8ab2\u7a0b":58,gettext:98,"\u3066\u3057\u307e\u3044":103,"\uff08proc":74,"_type":[33,63,35,43,24,92,58,60,41],"\u9001\u308a\u65b9":67,"\n% ":98,"\u53d7\u3051\u53d6\u3063":109,"\u3002ctrl\u30ad\u30fc":3,"/mysql":152," good":93,"\u65b9\u5f0f":[77,59,3,109],":mm":[120,122],"/usr":[44,77],"\u6c17\u306b":[60,98],"/select":[11,7,32],directory:140,"4\u3064":[75,26],"\u30c7\u30fc\u30e2\u30f3":[58,1,77,7]," \"\u308d\u3086\u304d":115," advanced":80,"\u306a\u3051\u308c":[33,2,77,7,44,121,88,89,122,11,14,46,92,49,100,55,148,58,60,143,61,147],dist:123,"\u6761\u4ef6":[67,52],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":38,jessie:[43,112],"\u30d3\u30c3\u30c8":[126,147],"\u5b58\u5426":60,"/locale":[123,98],init:[44,41],program:81,".name":[104,149,148],"\u95a2\u9023":[109,67,103,123,21],"=message":112,"-word":88,"***":6,llt:69,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[109,67],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[22,123],"\u30d0\u30c3\u30d5\u30a1id":104,longtext:[37,90],list:123,"_html":[43,35,77,58,22,133],"\u304a\u3088\u3073":[3,123,11,109,77,58,44,41],"\u4f4e\u6e1b":[114,127],"\u6d69\u4e8c":58,"<protocol":77,"\u89aa\u5207":127,"\u884c\u3048\u308b":[58,36],"/news":123,tex:69,"/centos":[106,114,123],"_scalar":[36,88,57,72,107,148,53,149,76,147,26,93,55,94,47,138,130,89,59,122,100],"(packages":123," point":[58,47,57,90],sub:[43,133,123,35,58],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":67,version:[3,4,123,14,62,95,32,22,121,7],memcached:[43,144,129,109],"\u793a\u3059":[2,71,115,76,84,118,42,88,57,122,11,46,94,148,138,142,147,108,26,111,28,89],tags:[36,84,49],"\u88dc\u5b8c\u8a9e":39,"#worker":7,serihiro:58,matsuu:127,options:[145,77,121,150],"\ninfo":[5,6],gtihub:22,tokenunigram:31," cover":26,"\u5358\u7d14":[52,115,142],"\u300c\u697d\u3057":116," tar":[124,106,12,123,136],"/atv":[56,3,107],"\u7a32\u7530":58," supported":7,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[62,113],"\u7a4d\u7b97":[88,52]," tag":[36,123],"_expire":60," nroonga":59," webclips":89," opens":90,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[22,58],"\u3002git":123,"\u30d7\u30ed\u30f3\u30d7\u30c8":[81,4],"\u524d\u63d0":67,"\u89e3\u6790":67,"\u79fb\u884c":[22,10],"_encoding":[43,24,35],"\u306e\u306b\u5bfe\u3057":14,"=table":49,"\u671f\u5316":[58,14],"\u30ea\u30cd\u30fc\u30e0":22,"\u958b\u767a":[109,67],"\u00a0section":[16,100],"\u7406\u7531":109,"&..":32," three":[11,3],disable:22,"_text":144,"\u6d88\u305b":7,"\u30ea\u30dd\u30b8\u30c8\u30ea":[67,139,123],"-max":[22,77],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":144,"-munin":[124,106,112,136]," dictionary":152,"-http":[43,106,136,12,27,124,7,58],"\u65b9\u6cd5":109," segment":104,"\"book":122,":\u79d2":149,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":123,"\u9ad8\u307e\u3063":109,disables:7,"\u623b\u308a\u5024":[99,14,15,92,60,64],"\"is":11,"\u30bf\u30a4\u30d7":[74,22,121,42],"_link":[2,140],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":97,soccer:36,"\u30d6\u30fc\u30ea\u30a2\u30f3":37,"_large":[2,140],"return":[111,120],"\u52d5\u4f5c":67,"\u6d45\u898b":58,"\u5897\u3048":[59,69],"\u8aa4\u5b57":[22,127,143,58]," shared":15,"\u8a71\u984c":21," \u30d0\u30c3\u30d5\u30a1":104,"-encodiong":122," tool":61,innodb:109," sitecountry":107,"\u8208\u5473":109,"\u4e0d\u9069\u5207":58,"-create":[40,43,35,125,117,58],weight:[11,58,88,100],"_release":123," st":122," sh":123,"/en":[7,123],"\u547c\u3076":[58,144,131],"\u6c42\u3081":[109,91],"_new":[22,134,58],"/managers":[7,42],"\u3072\u3053\u3055\u3093":58,thread:[92,134,121]," processing":120,"\u306b\u3088\u308b":[43,57,3,122,123,11,109,37,103,58,22,110,129],"_hash":[88,89,122,93,94,92,57,130,126,84,90,152,138,49],"\u30c9\u30e1\u30a4\u30f3":107,"\u5927\u304d":[75,58,7,104,49]," byte":64,",[]":71,"\u5e03\u6559":67,"${":[94,88,122],"\u306a\u306a\u3069":[147,122],"\n\u308b":127,passes:123,"\u5b58\u5728":[1,3,116,114,32,121,88,60,14,92,86,130,126,56,58,59,142,107,109,127,111,28],"\n\u30b9":22,script:[51,88,146,91,46,28,142,121],gpg:123,"\u3050\u3088\u3046":57,"\u60c5\u5831\u540d":[84,76],passed:123," local":130,gps:109," terminated":64," lgpl":80,"\u8a9e\u691c":88,"$(":[136,124,106,12,68]," body":[71,72,53,54,55,108,118]," transfer":[114,140],"$ ":[115,122],"\u6574\u5408":[1,60]," localnames":130,"/groonga":[114,3,77,81,7,8,83,84,58,44,43,123,65,12,47,98,136,19,32,22,143,61,106,127,124,68],"-working":58,",[\"":53," true":122,"7e":121,"\u898b\u3066":[111,88,7],"\u307e\u307e":[11,10,103,123],"\u898b\u3064":[58,127,125],"\u540dn":[84,76,88],"!)\n":7,"\u307e\u3060":[88,10,122,125,26,62,140,58,22],"\u307e\u3067":[50,93,52,3,115,123,75,77,46,149,58,59,121,98],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,65,12,13,14,15,17,19,20,22,24,25,26,28,29,30,64,33,34,51,37,38,39,40,41,42,43,44,46,47,48,49,50,36,52,53,54,55,56,57,58,59,60,61,62,63,124,66,67,68,69,71,72,153,74,75,76,77,21,79,81,32,83,84,85,86,87,88,89,91,95,93,94,92,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,119,118,121,122,123,125,126,128,130,131,132,133,135,136,137,138,140,142,143,144,145,146,147,148,149,151,152,11],"\u307e\u305a":[3,72,123,53,149,116,81,7,122,44,121,98],"\u307e\u305b":[33,114,2,3,75,37,38,77,96,69,7,8,119,39,58,44,9,42,93,88,57,122,121,11,125,14,46,94,92,86,71,123,20,132,110,76,49,116,99,100,101,53,103,55,126,138,140,22,59,60,143,62,152,147,148,109,84,26,111,98,113,32],"_list":[43,1,2,35,127,25,58,22],"\u307e\u305f":[34,71,5,75,37,77,6,7,22,84,121,87,88,57,122,123,14,92,128,130,20,132,76,118,100,54,62,104,58,144,61,55,147,108,26,111,30,113],"\u3058\u304d":26,"\u6c42\u3081\u308b":[109,57,142],centos6:58,"\u7279\u5b9a":109,"[pat":58,"\u9069\u6642":74,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":59," superior":26,"\u66f8\u304d\u5f8c":116,added:92,"\u3093\u3057\u304d":131,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":52," realtime":[125,66],exec:140,"\u30e1\u30fc\u30c8\u30eb":[57,142],"\u89e3\u653e":[62,126,60,99,14],"\n\u3044":103,"\u307e\u307e\u3067":53,"\u3002id":14,"@kiske":58,"-oriented":26,"\u9577\u3055":[100,11,137,92,126,58,60,121],orangain:58,"\u624b\u52d5":7,"&query":32,".rb":127,"\u304a\u3051":88,"_users":149,"\u304a\u304d":[109,123]," night":93,"\u304a\u304b":44,"\u304a\u3044":[3,100,123,11,109,92,56,144,22,60,86,98],"\u59cb\u70b9":3," otherwise":[94,60],"_call":[2,140,52],"_format":[2,140],firewood:58,"\u304a\u3070":[22,1,58],"-ftp":121,"\u4f4e\u6a5f":52,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":153,"\u629c\u3051\u308b":3," used":[120,64,63,96],"\u671b\u307e\u3057\u3044":[109,103,123],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,"\n# ":[62,3,32],longest:92,"\u304a\u3070\u305f":[22,58],"\u305d\u308c":[114,3,72,37,116,81,136,89,122,123,11,126,98,52,99,53,137,62,59,60,106,147,149,127,66,49]," supports":[119,80],"\u306b\u304a\u3044":[11,10,123],"\u4fdd\u8a3c":[104,10]," flag":14,"\u6570\u5024":[43,1,52,71,147,108,116,77,88,55,127,96,118,142,129],"(content":[89,26]," ')":46,"\u30b3\u30df\u30c3\u30c8":123,"\u305d\u3057":149,"\u76ee\u4ee5\u964d":88,tobby:94,dump:[43,1,35,127,25,58]," universe":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":43,"][":[22,147,58],"\u305d\u3046":[103,122,61],"\ncolumn":[53,94,57,130,149],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[123,121,98],"]}":[11,104,148],"\u30b9\u30b3\u30a2":[88,52,53,125,56,149,58,86],"]x":[149,56],"\u00a0escape":64,"/non":58,"\u305d\u306e":[43,52,123,109,103,112,98],korea:107,"\u6b63\u898f":[69,3,122,110,92,58,152,143,49],"\u5927\u91cf":[75,36,52,3,49],"\u304a\u3089":123,"\u304a\u308a":[149,59]," easy":17,"]\n":[69,3,72,77,32,39,119,84,105,115,46,88,57,122,11,125,93,94,47,49,36,101,148,56,89,96,59,147,107,149,110,26,111,138,66,152],"\u672a\u521d":58,"\u30c6\u30fc\u30d6\u30eb":[43,52],license:123,"\u8a02\u6b63":143,"]'":42,"] ":[145,123,110,77,150,47,138,32,58,22,105,121],context:[60,7],"]\"":[58,56,149],"<= ":[58,7,122],"],":[69,3,72,76,77,32,39,84,105,121,115,93,88,57,122,11,125,46,94,47,71,118,36,130,101,53,62,104,56,89,59,147,107,148,108,149,110,26,111,138,66,152],"]/":32,"])":[51,142],"\u691c\u7d22id":92," off":7,improper:140,"\u30b3\u30de\u30f3\u30c9url":42,"'alice":147,"\u7d76\u5bfe":8,":#{":120,"\u8003\u616e":53,due:26,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:67,kiske:58,"\u3057\u3084\u3059\u304f":58,"\u6574\u5217":[109,3],"(html":89," raltime":66,"#groonga\u30bf\u30b0":149,"\u8a00\u8a9e\u540d":98,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":140,"\u30d9\u30fc\u30b9":[114,147,153,109,127,92,58,126,22,122,98],"\u00a0string":64,"\u79d2\u9593":22,"\u5730\u7cfb":57,evaluated:119," most":90,"\"sug":9,"\u5404\u8a9e":104,"\u6027\u5225":109,"_expansion":[22,58],rid:99,"\u30ed\u30fc\u30ab\u30eb":[122,123],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":67," float":11," signing":123,"\u6210\u679c":67,"*type":100,"\u5065\u4f5c":36," consists":119,"\u00a0rid":[16,99],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[109,67],"\nmroonga":143," describes":111,"/hoge":77,"\u64ec\u4f3c":[88,147,122],"\u672c\u6765":72," buffer":[104,60,64],abcde:110,edge:134," --":[36,88,89,122,149,26,94,81],nanoseconds:120,"\\bin":81,"\"alice":147,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[43,129],"\u3067\u304d\u308b":[109,67,134],tables:130,"\u4e92\u63db\u6027":123,"\u3002keys":92,"\u64a4\u5ec3":[127,77]," -e":12," -g":81,"\u5024\u7528":22," -h":42,"\u304f\u3060":[114,2,3,115,73,75,37,21,69,81,7,8,119,44,42,136,88,89,122,94,11,125,12,53,47,121,48,49,98,19,148,57,96,58,105,106,147,109,110,124,138,29,68,32]," add":[88,98],"_finalizer":[41,14],"@wareohji":58,unstable:[124,123],"\u6642\u523b":[111,63,101,149,62,146,121],".title":11,"\u7f6e\u304b":[29,44,143,7],"\u7f6e\u304d":[126,127,60,123],"\u7f6e\u304f":44,"\u7f6e\u3044":123,"\u5404\u8981":72,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,152,122,102,77,14,44]," seven":3,retry:140,"\u69cb\u6210":[136,106,52,3,123,12,114,124],"\u304f\u3093":149,"\u5ea6\u5206":37,"_improper":2," fix":80,"\u9577\u751f\u304d":49,"\u5b9f\u73fe":[109,67,139],"\"service":101,range:[84,47,76,140],"\u672c\u6587":[59,89]," patsuffix":115,url:[130,22,32,123,29],"\u5831\u544a":[67,103],"\u524d\u65b9":[43,1,52,125,117,126,58,49],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":123,shimoda:127,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[77,7],"\u7a2e\u5225":76,fast:[122,88,89,26,147],"/hosts":123,"_links":[2,140],"html\u30bf\u30b0":89,files:123," tests":123," wibowo":58,"-query":[114,3,147,77,26,120,94,7,58,22,143,115],"-host":121," \u30ad\u30fc":58,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":49,"_op":[85,64,52]," that":[88,90,26,14,15,92,120,58,64,41],"_or":[2,142,47,138,32,52,105,85,140],"\u306b\u3064":58,"_of":[2,140]," offset":90,"_entries":[15,96],"_on":[2,140]," than":120,"\u63a5\u982d":[75,122,22]," tokenbigramsplitsymbolalphadigit":94,horikoshi:22,"\u679c\u305f":3," candidate1":125,warning:[120,7],"\u306b\u5bfe\u3059\u308b":[43,52,3,123,107,36,11,109,127,125,58,126,22,129],grn:67,gro:26,newvalue:100,nice:93,users:[47,138,81,42],"\u5c5e\u3057":37,"\u305f\u3076\u3093":44,"\nit":64,"\nis":[15,64],drilldown:[1,128],"\u982d\u8f9e":75,"\u300d\u3001":[36,149],"\u300d\u3002":131,"\u300d\u300c":149,"\u8868\u3059\u578b":37,"-deafult":22,"\u8aad\u307f\u53d6\u308a":[46,77],"-package":[123,112],"\u30b3\u30a2":[44,7,42],"-count":62," official":123,"\u30a4\u30f3\u30c7\u30c3\u30af":59,"\u958b\u304f\u969b":58,"\u5272\u308a\u5f53\u3066\u308b":[11,75,3],"\u8a9e\u6271":116,"\u30ad\u30fc\u30b5\u30a4\u30ba":75,"\u30cb\u30e5\u30fc\u30b9":93,stable:10," yamaguchi":22,include:65,"\u7e70\u308a\u8fd4\u3057\u6570":121,"\u30de\u30c9\u30ea\u30fc\u30c9":57,"\"saerch":101,"\u30d7\u30e9\u30b0\u30de":88,"\u306a\u3068\u304d":109,"*user":41,"\u3002run":144,"\u3067\u5024":[77,3],"\"complete":9,"-in":[60,123],"-id":[58,77],"_dir":[22,123],"\u00a0key":92,"|correct":125,"_use":[2,140,14],".po":67," term":[55,104,72],".pc":[22,117],"-line":61,"\u3053\u3046\u3059\u308c":103,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[58,59],"\u3002buf":100,etime:145," specified":[90,41,14]," voiced":152,"\u30a8\u30f3\u30b8\u30f3":[11,36,88,77,109],"{time":120,"-exact":62,"\u521d\u56de":98," score":47,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":38,"\u5341\u5206\u6c17":88,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[75,3,7],"\u4e0a\u3052\u308b":53,"/coremodule":7,"_name":[111,60,100,117],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":77,"\u30c8\u30e9\u30a4":[75,49,147,122,22],">= ":[58,122],"\u300coffgao":149,">version":4,"\u5206\u6790":109,apple:152,apt:[124,12,123,61],"*str":64," turn":7,hardy:127,api:[43,52,35,127,117,58,22],"_commit":16,"\u5207\u308b":7,"\u5148\u60c5":149,"\u9001\u4fe1":[118,62,34,71,121,5,76,54,132,55,104,6,128,113,130,84,20,58,30,108,87],use:[58,88,77],usa:107,"\u3057\u307e\u305b":[53,39,88,44,103],"\u3057\u307e\u3059":[88,147,107,149,116,106,9,122]," defines":150,"\u3057\u307e\u3046":[123,109,127,103,58,22],usr:[77,7,8,44,144,68],"\u3057\u307e\u3044":[11,53,115,121,101],"\u4efb\u610f":[3,123,109,37,77,121],sort:92," functions":[94,80],"_names":63,tokenbigramignoreblanksplitsymbolalpha:53,"?msg":123,"/index":[77,123,98],"-html":[58,127]," morning":93,"\u30b7\u30fc\u30b1\u30f3\u30b9":[39,101,66],tar:[136,106,123,19,12,124,44,68],"_install":[17,112,61]," example":[88,64,102],tag:36,"/rpmforge":106,sis:22,united:138,satoh:22,"\u30c0\u30d6\u30eb":[147,75,22,58,122,49],"_sis":[115,116,147,92,49,122],sid:[43,112]," physical":104,"_create":[43,52,63,35,137,25,117,92,58,22,64,41,100],"\u884c\u3046":[145,36,88,57,115,107,149,116,103,114,94,56,127,123,126,58,59,144],"\"rectangle":[58,57,142],"\u30a2\u30af\u30bb\u30b5":60," mroonga":[88,122,148,94,59,147]," instead":[88,77],"_configure":58,"\u30a2\u30af\u30bb\u30b9":[145,127,123,11,29,77,92,32,58,22,98,7]," nice":93,"\u3042\u308b\u3044":[136,106,10,100,109,140,147,142,28,92,52,7,122,85,49],"-config":[1,127,77,58,22,44],"$home":123,interrupted:140," restart":114," scripts":119,"\u4eac\u90fd":[53,116],"#groonga":143,"\u300cbill":116,"\u5bfe\u8a71":[3,32],"\u7279\u5225":[69,147,2,39,44,64],"\u30c0\u30f3\u30d7":[58,127],"\u9577\u3059\u304e\u308b":58,"/apt":[124,12,123],"/api":42," extract":120," gpl":80," gpg":123,"\u30b9\u30ad\u30fc\u30de":[88,89,147,148,26,93,94,57,130,59,138,122],"\u53c2\u52a0":[67,21],articles:59,edit:[43,1,133,123,35],".net":[36,3,123,107,11,21,56,32]," updated":[53,80,98],"%\\":81,nfs:44," updates":26,"\u6df7\u305c":[11,125],".overcommit":58,",\"link":11,"\u5c3a\u5ea6":109,"\u89e3\u6c7a":[22,103,104,58],"\u3002redmine":0," your":[22,98,61],out:121," encoding":[102,64],"\uff08byte":[60,100],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":149,"\u30ec\u30a4\u30e4":52,"\u5408\u81f4":3," provides":94,"8r":[58,44,77],lts:[43,123,112],"\u4e00\u90e8":[54,3,9,123,58],"\u8ca0\u62c5":103,lte:69,"\u304a\u3059\u3059\u3081\u3057":[114,147,123,122],"\u8aac\u660e":[0,2,35,81,44,43,123,12,98,135,52,136,19,96,58,61,106,25,111,124,112,67,68],"1\u305a":[10,86],"\u53d6\u308a\u8fbc\u307e":123,"\u53d6\u308a\u8fbc\u307f":22," context":26,"_symbolic":[2,140],"\u8d77\u70b9":[108,118,88,71],utc:122,"\u78ba\u8a8d":[67,103],"_qlog":58,unknown:140,"\u304a\u304b\u3057":127,makefile:123,",[":[53,108,118]," prefix":[126,22,92,122],"1\u3064":[0,69,75,7,8,119,58,105,121,88,122,125,9,94,42,49,50,36,103,148,140,22,59,147,149,26,96],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":77,"\u7279\u5316":[122,98]," for":[80,63,37,26,150,14,15,57,7,120,58,90,60,64,102],"\u30d5\u30a9\u30eb\u30c0\u30fc":81,"-jumandic":[136,106],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[29,77,7],"\u8a9e\u610f":79,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,30,60],"_unsupported":2," started":[111,120,88,147,122],".grn":[7,130],"\u884c\u6307\u5411":109,"\u30ab\u30bf\u30ab\u30ca":[126,39,152,125]," snippet3":26,"\u76ee\u304f\u3089\u3044":49,"_expanders":[143,8],"^ ":122,"\u4eee\u60f3":[56,107],"\u901f\u3084\u304b":10,".travis":61,"\u7d44\u8fbc\u578b":[43,35],"class":89,"_build":144,"\u73fe\u5728":[79,145,146,3,63,123,109,38,14,96,149,20,99,60,41,121,49],"_delimited":80,"/docs":7,"_is":[2,110,111,47,138,140,22,105,60],gronga:[143,9],"_ip":32,"_in":[43,1,2,35,127,111,90,58,22,133],"_ii":[43,24,35],"-output":[58,88,89,26,121],"_id":[33,88,3,100,123,16,92,14,126,56,58,99,22,60,64,86,122],"_delimiter":69,"\u6307\u3057":11,"\u5bfe\u8c61object":[33,63,74,60,41,97,100],",\n ":[36,88,147,53,125,76,111,104,7,149,122],",\n#":[36,88,69,3,147,11,149,94,56,32,122]," favorite":98," representation":[102,64],"\u5bfe\u8c61":[69,3,76,116,34,22,85,42,87,43,88,10,123,125,14,46,94,92,128,129,130,126,49,36,52,99,100,53,134,54,55,138,58,60,144,145,147,98,109,26,44,30],"\u3044\u308d\u3044\u308d":[43,129]," project":122,".\" ":32,"\nrecords":94," solaris":[43,112]," doesn":7,"\u30b7\u30a7\u30eb":[44,147,121],daiki:[58,127,117],"*newvalue":100,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":44,"\u6295\u7a3f":123,"\u4ed8\u3051\u308b":[134,152,3],"!condition":122," negative":[41,14]," same":[58,64],nvars:41,",\n{":[152,72,107,101,125,94,148,66,115,39,59,122,147],subrecord:58,words:122,"\u3068\u3068\u3082\u306b":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[33,88,44,100,147,49,148,92,7,122,58,60,143,61],"(column":26,",\n[":[26,130],",\n]":[53,148,56,72],"\u4e00\u4ef6\u9032\u3081":126,queries:121,view:77,"\u304b\u304e\u308a":121,"=fedora":123," markup":65,"\uff08\u578b":137,"\u884c\u6570":22,"\"table":77,dll:[22,58],limit:[126,22,92,90,128],"\u4e43\u6bc5":127,job:121," only":[15,7],homebrew:67,"\u3084\u305d\u306e":138," map":120," max":[15,51],april:123," mac":58,"/local":[44,7,123]," pair":119,"\u672a\u5bfe":58,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[29,127,77,58],"_var":[137,64,41],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[44,81],table:[43,10,99,100,35,54,76,127,25,55,92,52,58,126,22,60,41],"\u671f\u5f85":109,rpm:[136,106,123,127,58,22],"\u304a\u3059\u3059\u3081":42,"\u30b5\u30d6\u30bb\u30c3\u30c8":[37,92]," argument":122,"\u9bae\u5ea6":93,"_refused":[2,140],"\u78ba\u5b9f":101,"\u521d\u671f\u5024":145,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":58,mike:138,"-cache":[58,77]," or":[88,90,72,15,94,92,120,143,147],"\u5024\u578b":11," favorited":149,"\u672a\u5b9a":11,"\u4f4f\u6240":58,cursor:[126,90,99]," favorites":149,"\u793a\u3055":[84,76],"\u793a\u3057":[2,3,38,107,53,24,62,57,32,123,59]," sound":152,"\u00a0src":92," zlib":[124,12],"\u578b\u3068":107,"\u3072\u308d\u3086\u304d":115,"-debug":127,"*src":92,avg:145," original":[115,130],"\u8fd4\u4fe1":[149,59,103],uptime:[1,3,4,62,32,7],"\u5185\u90e8":[123,11,16,26,14,62,92,58,60],"\u578b\u304b":37," replied":149,"\uff08longest":[22,122],"\u6ce8\u610f":[88,89,3,147,121,11,53,92,7,58,115,22,122,123,42,49]," replies":59,"\u691c\u7d22key":92,"\u6587\u8108":148,"\uff01 ":149,"\u5168\u6587\u691c":[43,127,129,49],"\uff01\"":149,uzulla:22,"\uff01:":44," translation":98," obj":104,"\u521d\u671f\u5316":[58,41,14],tcp:77," keeps":15,"_device":[2,140],"(windows":121,"\u5236\u7d04":50,unsigned:[100,16,15,92,137,126,60,64,41],"\u9ad8\u7cbe":109,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[22,44,144,112,98],"\u300c\uff76":152,"'pid":77,"{\n":[52,7,42]," tracker":0,"\u307e\u305f\u3044":[58,57]," specify":94,"_threshold":[48,22,44,127,14],"\u307e\u305f\u3050":[43,57,129,58],"\u306a\u304b\u3063":[88,10,3,122,148,5,77,128,54,55,53,6,34,20,58,121,87],"_push":52,because:7,sequence:[39,125,101,66],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[88,79]," candidate2":125,") ":[88,2,122,123,37,114,92,52,7,58,60,64,121]," unpatched":80,"\u30b3\u30e1\u30f3\u30c8":[127,77,148,59,143,121],"_sortby":128,"_exists":[2,140]," origin":98,"\u306e\u307b\u304b":[11,37],"\u96e2\u308c":56,"\u2192id":75,"\u7d44\u5408":94,"enum":63,"\u7acb\u3061\u4e0a\u304c\u3063":121,"*path":[92,63,100],"\u518d\u691c":131,"\u306e\u3044\u305a\u308c\u304b":[28,92,85,142,137]," grn":[52,143,102,131,120,64],"\u305d\u308c\u305e\u308c":[69,3,4,75,116,77,44,72,88,122,123,11,94,92,49,52,53,56,140,59,60,144,107,149,26,111,29],"\u5358\u72ec":[100,121],column:[43,1,52,100,35,127,25,92,58,22,60,41,97],universe:12,"\u30fbor":56,".html":[77,7,123,98],"$groonga":123,"\u6570\u5b57":[53,101,121,49],"_length":140,"\u5b9f\u7a3c":145,"\u3002mroonga":[109,60],")\n":[51,80,123,57,94,52,120,142],"var":[44,76,52,77,7]," query":[114,125,140,8,120,143,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":61,"\u30d5\u30a3\u30eb\u30bf\u30fc":148,"-pid":[22,77],"\u30b9\u30cb\u30da\u30c3\u30c8":26,"_term":80," selects":90,"\u30e9\u30d9\u30eb":58,"\u7834\u68c4":[41,14],squeeze:[43,123,112],"\u6848\u5185":[103,123],"\u30e1\u30f3\u30d0":92,"\u56fa\u6709":74," object":[15,58,92,60]," eggs":59,record:92,"\u30ed\u30b0\u30a4\u30f3":123,"\u4e00\u9577":109,"\u6c7a\u5b9a":88,"\u30e9\u30a4\u30b6\u30fc":69,"\u305d\u308c\u3086\u3048":[11,147],"\u7a4d\u7528":88,"8bit":37,"\u7acb\u5834":67,"\"se":39,"-- ":7,"@github":123,"\u52a0\u3048":[11,52,115,61],book:122,bool:[147,11,37,28,58,142,115],"\u30eb\u30fc\u30d7":[58,127],"-analyzer":[22,58]," developer":149,"\u306f\u307e\u305a":123,".gpg":123,"-sortby":58,".location":149,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":127,debian:67," tags":36,space:147," levels":7,emerg:[5,6],"\u5909\u66f4\u70b9":67,"\u306f\u307e\u3060":[42,153]},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","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/grn_ii","contribution/development/document","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","tutorial/network","reference/api/grn_info","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","install/others","reference/cast","reference/commands/load","reference/commands/column_rename","reference/api/grn_match_escalation","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","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","suggest/correction","reference/api/grn_encoding","contribution/development/cooperation","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands_not_implemented/add","reference/commands/ruby_eval","reference/log","reference/executables/grntest","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","contribution/development/com","development","install/fedora","reference/api/grn_type","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/executables/groonga-suggest-create-dataset","suggest","reference/normalizers","server/http"],titles:["13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.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","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.14.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.14.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.14.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ii</span></tt>","13.2.4. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. log_reopen","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.9. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.11.4. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.14.12. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.29. table_remove","8. \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","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.14.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","Cast","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.14.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.3.27. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.8. rand","13.2.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.14.14. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.25. status","8.14.5. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.14.7. grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","8.3.30. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.14.9. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.28. table_list","8.14.16. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.23. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.5. html_untag","8.14.8. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.11.1. edit_distance","8.14.17. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.7. query","8.14.3. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","8.3.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">cache_limit</span></tt>","8.14.20. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.3.2. \u56fd\u969b\u5316","8.14.11. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.14.2. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.14.6. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.2.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","8.3.5. check","8.3.31. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.24. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","add","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.26. suggest","8.14.18. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. \u958b\u767a","2.6. Fedora","8.14.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.3.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">delete</span></tt>","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.3. geo_in_circle","8.8.1. QueryExpanderTSV","13.2.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.6. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.10. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","8.1.6. groonga-suggest-create-dataset","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--cache-limit":[77,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[48,1,1,""],grn_db_create:[63,1,1,""],grn_obj_get_hook:[74,1,1,""],grn_table_cursor_close:[126,1,1,""],"-P":[145,0,1,"cmdoption-P"],grn_table_cursor_set_value:[126,1,1,""],"-e":[77,0,1,"cmdoption-e"],"-d":[77,0,1,"cmdoption-d"],"-a":[77,0,1,"cmdoption-a"],"-c":[77,0,1,"cmdoption-c"],grn_obj_set_info:[33,1,1,""],"-m":[145,0,1,"cmdoption-m"],"-l":[77,0,1,"cmdoption-l"],"-n":[77,0,1,"cmdoption-n"],"-i":[77,0,1,"cmdoption-i"],"-h":[77,0,1,"cmdoption-h"],grn_db:[63,2,1,""],"-t":[77,0,1,"cmdoption-t"],grn_command_version:[95,2,1,""],grn_obj_set_element_info:[33,1,1,""],"-p":[77,0,1,"cmdoption-p"],"-s":[77,0,1,"cmdoption-s"],grn_ctx_set_match_escalation_threshold:[48,1,1,""],grn_ctx_at:[14,1,1,""],"--bind-address":[77,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[95,3,1,""],"--config-path":[77,0,1,"cmdoption--config-path"],grn_table_size:[92,1,1,""],"--query-log-path":[77,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,""],grn_obj_defrag:[60,1,1,""],grn_obj_rename:[60,1,1,""],grn_table_cursor_open:[126,1,1,""],grn_get_default_encoding:[102,1,1,""],GRN_OBJ_LOCK:[60,3,1,""],grn_ii_buffer_append:[16,1,1,""],grn_obj_column:[60,1,1,""],grn_geo_estimate_in_rectangle:[90,1,1,""],grn_table_sort:[92,1,1,""],grn_obj_unlink:[60,1,1,""],grn_table_lcp_search:[92,1,1,""],grn_obj_set_value:[60,1,1,""],grn_encoding:[102,2,1,""],grn_proc_create:[41,1,1,""],"--ftp":[121,0,1,"cmdoption--ftp"],"--dir":[121,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[60,3,1,""],grn_table_group_result:[92,2,1,""],grn_expr_close:[64,1,1,""],grn_obj_path:[60,1,1,""],grn_cache_get_max_n_entries:[15,1,1,""],grn_obj_db:[63,1,1,""],grn_geo_cursor_next:[90,1,1,""],GRN_OBJ_APPEND:[60,3,1,""],grn_column_create:[100,1,1,""],grn_table_create:[92,1,1,""],grn_table_cursor_get_value:[126,1,1,""],grn_obj_get_nhooks:[74,1,1,""],grn_table_update:[92,1,1,""],grn_obj_is_builtin:[60,1,1,""],grn_table_columns:[92,1,1,""],"--pid-path":[77,0,1,"cmdoption--pid-path"],grn_ctx_set_finalizer:[14,1,1,""],grn_cache:[15,2,1,""],grn_table_delete_by_id:[92,1,1,""],grn_ii_buffer:[16,2,1,""],grn_table_cursor_next:[126,1,1,""],grn_cache_current_set:[15,1,1,""],grn_obj_lock:[60,1,1,""],"--log-path":[77,0,1,"cmdoption--log-path"],"--log-output-dir":[121,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[60,3,1,""],grn_expr_append_const:[64,1,1,""],grn_obj_clear_lock:[60,1,1,""],grn_obj_set_finalizer:[41,1,1,""],grn_expr_alloc:[64,1,1,""],grn_expr_compile:[64,1,1,""],grn_user_data:[97,2,1,""],grn_table_get:[92,1,1,""],grn_ctx_fin:[14,1,1,""],grn_geo_cursor_open_in_rectangle:[90,1,1,""],grn_ctx_init:[14,1,1,""],grn_ii_buffer_close:[16,1,1,""],GRN_OBJ_DECR:[60,3,1,""],grn_obj_reinit:[60,1,1,""],grn_table_group_flags:[92,2,1,""],grn_obj_check:[60,1,1,""],grn_table_at:[92,1,1,""],grn_table_difference:[92,1,1,""],grn_cache_close:[15,1,1,""],grn_obj_close:[60,1,1,""],grn_table_truncate:[92,1,1,""],grn_obj_get_value:[60,1,1,""],grn_cache_open:[15,1,1,""],grn_ctx_get_match_escalation_threshold:[48,1,1,""],grn_obj_delete_hook:[74,1,1,""],grn_obj_expire:[60,1,1,""],grn_ii:[16,2,1,""],GRN_OBJ_GET:[60,3,1,""],grn_obj_is_locked:[60,1,1,""],grn_expr_exec:[64,1,1,""],grn_ctx:[14,2,1,""],grn_table_rename:[92,1,1,""],GRN_COMMAND_VERSION_MAX:[95,3,1,""],grn_index_cursor_next:[99,1,1,""],grn_obj_get_element_info:[33,1,1,""],grn_search_optarg:[85,2,1,""],grn_expr_append_const_str:[64,1,1,""],grn_obj_add_hook:[74,1,1,""],GRN_COMMAND_VERSION_MIN:[95,3,1,""],grn_index_cursor_open:[99,1,1,""],grn_proc_func:[41,2,1,""],grn_db_create_optarg:[63,2,1,""],grn_column_table:[100,1,1,""],grn_table_add:[92,1,1,""],grn_obj_unlock:[60,1,1,""],grn_cache_set_max_n_entries:[15,1,1,""],grn_proc_type:[41,2,1,""],grn_proc_get_info:[41,1,1,""],GRN_OBJ_INCR:[60,3,1,""],grn_table_cursor_get_key:[126,1,1,""],grn_obj_get_values:[60,1,1,""],grn_column_rename:[100,1,1,""],GRN_OBJ_UNLOCK:[60,3,1,""],grn_obj_get_info:[33,1,1,""],grn_ctx_db:[14,1,1,""],"--protocol":[77,0,1,"cmdoption--protocol"],grn_table_cursor:[126,2,1,""],grn_ctx_get:[14,1,1,""],grn_expr_get_var_by_offset:[64,1,1,""],grn_db_open:[63,1,1,""],grn_column_index:[100,1,1,""],grn_table_sort_key:[92,2,1,""],grn_column_name:[100,1,1,""],"--groonga":[121,0,1,"cmdoption--groonga"],grn_table_setoperation:[92,1,1,""],GRN_OBJ_SET:[60,3,1,""],"--document-root":[77,0,1,"cmdoption--document-root"],grn_info_type:[33,2,1,""],grn_obj:[60,2,1,""],grn_obj_remove:[60,1,1,""],grn_obj_user_data:[97,1,1,""],grn_type_create:[137,1,1,""],grn_expr_append_const_int:[64,1,1,""],grn_expr_syntax_escape_query:[64,1,1,""],grn_geo_select_in_rectangle:[90,1,1,""],grn_expr_create:[64,1,1,""],grn_hook_entry:[74,2,1,""],grn_ii_buffer_commit:[16,1,1,""],grn_obj_search:[85,1,1,""],grn_table_update_by_id:[92,1,1,""],grn_expr_append_op:[64,1,1,""],grn_geo_point:[90,2,1,""],grn_table_cursor_table:[126,1,1,""],grn_table_delete:[92,1,1,""],grn_ctx_close:[14,1,1,""],grn_ctx_open:[14,1,1,""],grn_column_index_update:[100,1,1,""],grn_obj_delete_by_id:[60,1,1,""],grn_ctx_get_command_version:[14,1,1,""],"--default-match-escalation-threshold":[77,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[126,1,1,""],grn_obj_path_by_id:[60,1,1,""],grn_encoding_to_string:[102,1,1,""],grn_builtin_type:[137,2,1,""],grn_table_get_key:[92,1,1,""],GRN_OBJ_PREPEND:[60,3,1,""],grn_set_default_match_escalation_threshold:[48,1,1,""],grn_obj_id:[60,1,1,""],grn_cache_current_get:[15,1,1,""],grn_expr_syntax_escape:[64,1,1,""],grn_get_default_command_version:[95,1,1,""],grn_expr_add_var:[64,1,1,""],grn_encoding_parse:[102,1,1,""],grn_ctx_set_command_version:[14,1,1,""],grn_table_sort_flags:[92,2,1,""],grn_obj_get_range:[60,1,1,""],grn_set_default_encoding:[102,1,1,""],grn_set_default_command_version:[95,1,1,""],grn_ii_buffer_open:[16,1,1,""],grn_table_group:[92,1,1,""],grn_obj_name:[60,1,1,""],grn_db_touch:[63,1,1,""]},grn_db_create_optarg:{n_builtin_type_names:[63,4,1,""],builtin_type_names:[63,4,1,""]}},titleterms:{"_pat":75,senna:80,"\u6539\u826f":[1,80,127,117,58,22],"\u7b26\u53f7":122," quetzal":12,": ":[53,88],"\u6d41\u308c":98,"-prefix":44,"\u9ad8\u5ea6":88,prefix:52," v":52,"\u6761\u4ef6":[56,89,88,123,147],query:[94,88,140,120]," x":68,"=number":44,"\u3084\u308b":123,jessie:124,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":32,"\u30d3\u30c3\u30c8":122,"\u7279\u5fb4":[75,109],ruby:119,tt:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"-release":123,"\u901a\u4fe1":134,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,"_column":[100,86],"\u524a\u9664":138,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":144,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[82,121],string:[69,110],groonga:[43,114,80,123,150,109,134,77,78,52,139,7,141,29,67,98,32],"\u95a2\u9023":[88,71,5,108,6,128,7,20,118,59,13,87],"=message":44,"\u304a\u6c17":149," -":[1,80,127,117,58,22],facebook:21,"\u30b5\u30f3\u30d7\u30eb":[145,121],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[17,143,144,112],"2pdf":17,"\u52d5\u4f5c":[39,101,144,123,66],"\u30b9\u30af\u30ea\u30d7\u30c8":[122,123],"\u3068\u3057\u3066":37,"\u3065\u3051":10," update":123,"-escalation":44,"\u6761\u4ef6\u5f0f":147,"\u7c21\u5358":88,"\u30aa\u30d7\u30b7\u30e7\u30f3":[145,125,77,121,150],".po":98,"\u8ad6\u7406\u548c":147,"\u4ed8\u4e0e":59,"\u771f\u507d\u5024":[11,122],"\u6f14\u7b97\u5b50":122," install":44,"-lzo":44,"_remove":[34,54],"\u7701\u7565":[57,69,94],sub:148,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":123,"\u53c2\u8003":[111,88,69,148,75,131,110,26,150,46,94,2,96,125,119,152,143,138,49],"\u30ea\u30c6\u30e9\u30eb":122,"\u6210\u529f":111,tips:123,"\u683c\u7d0d":37,memcached:32,body:111,"\u30d1\u30c3\u30b1\u30fc\u30b8":123,"\u6587\u6cd5":56,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":147,"\u30c6\u30b9\u30c8":144,"\u30bf\u30b0":36,"\u3042\u308a":[147,122],ubuntu:12,"\u6e96\u5099":[72,123],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":42,"\u306b\u95a2\u3059\u308b":37,"\u95a2\u4fc2\u5f0f":52,"\u4e26\u5217":123,"_key":75,"\u63d0\u4f9b":103,"\u4e3b\u30ad\u30fc":[37,115],blogroonga:123,"_version":[95,10],"_name":[47,105],"_output":88,"\u5165\u6f14":122,"_info":33,changes:80,"\u7ffb\u8a33":[123,98]," solaris":19,"\u5909\u66f4":[53,127,42],"\u30af\u30a8\u30ea":[109,52,72],"\u30de\u30c3\u30c1":122,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[67,13],"\u6587\u5b57\u5217":[11,122],api:24,"_table":[126,92,52],select:88,"\u6982\u8981":[33,69,74,75,2,7,8,119,85,41,126,15,88,10,90,92,95,14,46,94,47,16,48,97,49,99,100,137,102,57,89,96,105,60,143,63,148,109,110,26,111,138,152],"\u9001\u4fe1":32,"\u69cb\u6587":[88,69,147,148,110,26,46,94,47,57,96,8,119,89,105,122,138,49],"\u624b\u9806":123,zip:81,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":52,"\u30d5\u30ec\u30fc\u30ba":147,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":109," api":65,"_no":75,https:42,tokenize:69,scope:148,"_flags":88,"\u60c5\u5831":[123,109,38,103,79,56,139,144],"\u30d6\u30ed\u30b0":123,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":23,"\u3059\u308b":[0,123,101,53,103,7,66,39,59,144],normalizer:[69,110,49],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":122,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":123,"\u3053\u3068":123,"_base":7,"_command":95,"\u3067\u304d":37," http":29,"\u4ee5\u4e0b":147,"\u4ee5\u4e0a":[147,122],"\u30b8\u30aa\u30b5\u30fc\u30c1":36,"\u8d77\u52d5":[114,32],"\u3060\u3051":103,"\u524d\u63d0":123,clearlock:87,"\u89e3\u6790":144,"\u7de8\u96c6":98,"\u6bd4\u8f03":[122,42],"_encoding":102,"\u304c\u3063":59,process:120,"_install":44,"\u4f7f\u3044\u65b9":[69,4,7,8,119,39,121,46,88,57,93,94,47,49,101,148,89,96,105,143,110,26,138,66],"\u660e\u793a":123," lynx":12,"\u958b\u767a":[135,139,103]," os":68,"\u548c\u4ee3":122,normalize:110,filter:[148,88],sphere:57,", ":52,"\u540d\u524d":[34,71,5,37,77,6,118,84,86,87,91,125,128,121,130,20,132,76,51,54,55,104,142,145,62,146,108,150,28,29,30,113],"\u691c\u51fa":144,normalizernfkc:152,snippet:26,"\u548c\u6f14":122,sid:124,"\u52d5\u7684":93,"\u5b9f\u884c\u4f8b":[33,60,99,63,74,16,102,92,14,15,126,95,90,137,48,85,64,41,97,100],"\u8fd1\u508d":122," (":86,"\u30b3\u30de\u30f3\u30c9":[25,3,32,77,29],"_create":[55,7,49],"-gqtp":114,"\u7d42\u4e86":[114,7,32],"_proc":41,"\u7406\u7531":103,max:96,clone:98,"\u4e57\u7b97":122,mac:68,"\u6642\u9593":[149,122],"\u7f72\u540d":123,"\u30da\u30fc\u30b8\u30f3\u30b0":88,"\u8a2d\u5b9a":[123,7,42,61],status:[62,140],"-munin":44,"\u4e00\u81f4rk":39,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":11,register:8,"-files":123,"\u7d22\u5f15":109,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":81,"\u30b0\u30eb\u30fc\u30d7":[147,122],"\u30a4\u30f3\u30dd\u30fc\u30c8":123,"\u8ee2\u7f6e":109,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[70,129],"\u30c4\u30a4\u30fc\u30c8":103,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,13,123,43],rand:51,"=\"":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],grntest:[123,121],"\u30d1\u30c8\u30ea\u30b7\u30a2":115,"\u623b\u308a\u5024":[69,148,125,110,26,46,94,47,57,96,8,119,89,105,138,49],"><":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u305f\u3044":123,gqtp:[134,114,140,32,73],"\u6d6e\u52d5":122,"_api":52,"_match":48,"_rename":47,"\u6587\u66f8":122,"=platform":44,"\u63a5\u7d9a":32,tsv:[111,143],"\u4ee5\u4e0b\u6f14":122,cutter:[144,123],"\u57fa\u672c":[3,122],greater:52,"\u30d7\u30ed\u30c8\u30b3\u30eb":[32,140],"\u9664\u7b97":122,not:52,"\u8a8d\u8a3c":42,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":32,now:146,"\u5c0f\u306a\u308a":[147,122],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":109,"-pack":44,name:49,edit:91,"-encoding":44,"\u66f4\u65b0":[109,123,98]," mode":52,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,"\u767b\u9332":[0,123],"\u3053\u3061\u3089":103,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":75,normalizerauto:152,"\u751f\u6210":[123,98],"\u74b0\u5883":[144,123],"\u5b9f\u4f8b":52,"\u9032\u3081":103,http:[114,153,4,32],"\u30d8\u30c3\u30c0\u30fc":140,todo:[94,26],"\u9001\u308a\u65b9":[0,98],"-match":44,"\u30ab\u30d0\u30ec\u30c3\u30b8":144,"\u7def\u5ea6":109," precise":12,docutils:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"-default":44,"\u90e8\u5206":116,red:123,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[147,122],"_script":119," log":120,"\u30e6\u30fc\u30b6\u30fcid":149,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":144,proxy:7,"_string":[94,148],"\u305f\u3081":[88,52,103],lts:12,"\u7d50\u5408\u5f0f":147,"\u4ed5\u69d8":18,"\u4e8b\u9805":[50,37,121],freecode:123,"-localstatedir":44,"\u53ef\u80fd":[109,57,69,7,94],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":109,"_hash":75,"_user":97," ringtail":12,"\u30d9\u30af\u30bf\u30fc":37,"\u3078\u3068":103,"\u6e1b\u7b97":122,suffix:52,"\u8aac\u660e":[34,71,5,37,77,6,118,84,86,87,91,125,128,121,130,20,132,76,51,54,55,104,142,145,62,146,108,28,29,30,113],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":20,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":149,"\u7d44\u307f\u8fbc\u307f":[152,77],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":123,"> ":80,"_data":97,size:140,"\u78ba\u8a8d":[123,98],"\u7d5e\u8fbc":56,"\u30ab\u30b9\u30b1\u30fc\u30c9":138,"\u4fee\u6b63":[1,80,127,117,58,22],"\u5bfe\u7b56":53,"\u6c38\u7d9a":75,"_obj":60,"\u30ea\u30dd\u30b8\u30c8\u30ea":[83,98],"=encoding":44,"\u306f\u3058\u3081":9,tokenizer:69,configure:[44,123],desctipion:150,"\u8ffd\u8de1":0,".com":123,rst:17,"\u66f8\u5f0f":[34,3,5,76,77,6,7,84,71,121,87,91,125,128,130,20,132,118,51,54,55,104,142,145,62,146,108,28,29,30,113],"\u5b66\u7fd2":[39,101,9,66],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":49,"-httpd":[114,7,78],"_index":99,"_untag":89,"-log":44,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":35,"-http":114,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[50,3,11,75,37,94,149,59,49],"_expander":[94,88]," gnu":124,"\u3044\u304f":103,hashtags:149,"\u30a8\u30e9\u30fc":111,"-zlib":44,"\u56fd\u969b\u5316":98,"\u5834\u5408":[111,59,123],"null":122,"_circle":142,"\u3044\u308b":[149,38],"\u7279\u6b8a":121,"\u4e00\u89a7":[2,23],"_list":[84,76],callback:52,"\u304b\u3089":[136,106,12,103,124,81,44,68],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":49,"-with":44,"\u7279\u5b9a":[144,123],"\u307e\u3068\u3081":123,"_distance":[57,91],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":144,libmemcached:144,"\u7d22\u7528":3,"\u7528\u79d8":123,"\u30c4\u30fc\u30eb":[44,7,32],"\u7d44\u8fbc\u578b":37,"\u30b5\u30b8\u30a7\u30b9\u30c8":151,synopstis:150,"_put":6,windows:[81,123],geoindex:149,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":107,"_in":[28,142],"_ii":16,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":123,"\u30b5\u30fc\u30d0":[109,32],"\u4f7f\u3044":116,"_processes":7,"=path":44,"\u3084\u308a":103,"\u5fc5\u9808":[88,57,110,94,47,69,105],"\u30ec\u30b3\u30fc\u30c9":[88,3],"-po":123,"\u5270\u4f59":122,"\u30d5\u30a1\u30bb\u30c3\u30c8":88,"\u30d1\u30c3\u30c1":98,"\u304a\u304f":103,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":123,"\u8ffd\u52a0":[98,152,123,79],"\u5bfe\u8c61":59,"_cursor":[126,99],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":122,xml:111,ellipsoid:57," senna":80,"\u4e0d\u7b49\u4fa1":[147,122],grnslap:145,cache:[88,96],"\u72ec\u81ea":122,"\u65e5\u6642":11," in":80,"_equal":52,"\u65b9\u6cd5":[10,123,101,53,93,66,39,67,13,144,98],"\u30ea\u30ea\u30fc\u30b9":[1,123,127,117,58,22],rectangle:57,"\u4e00\u6642":75,"\u6295\u7a3f":149,"-server":114,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":42,wheezy:124,get:108,db:52,clang:144,"_html":26,"_limit":[88,96],"\u7b97\u5b50":122,"_eval":119,"\u91cd\u307f":59,geo:[28,57,142],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,42],"\u5171\u8d77":[39,101,66]," releases":58,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":53," pangolin":12,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":85,"\u7d50\u679c":[53,3,121],"\u52a0\u7b97":122,"\u6570\u5024":11,contain:52,"\u64cd\u4f5c":3,"\u69cb\u7bc9":[93,144],"\u5236\u5fa1":122,set:71,dump:130,"\u4ee3\u5165":122,travis:61,tokenizers:31,arg:52,news:80,"\u8a00\u8a9e":98,"\u65b0\u898f":123,"\u6a5f\u80fd":38,"\u30ab\u30e9\u30e0":[50,59,57,3,86],"\u985e\u4f3c":[122,101],"\u7ba1\u7406":[7,32],"\u5c02\u7528":32,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,"_pack":44," arg":52,"\u305d\u306e":44,"\u7bc4\u56f2":[3,49],"\u4f4d\u7f6e":[57,56,10,38,109],"\u8868\u73fe":52,"_geo":90,javascript:56,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":109,"\u904e\u53bb":103,key:49,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":121,"\u5373\u6642":109,"\u30b7\u30d5\u30c8":122," literal":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"_level":[5,7],"\u6392\u4ed6":122,"\u518d\u8d77\u52d5":114,"\u77e5\u308a":123,"-suggest":150,"\u306a\u3057":[122,42],equal:52,"\u30ec\u30b3\u30fc\u30c9id":75,"\u30b5\u30fc\u30d0\u30fc":[29,114,27],"\u88dc\u6b63":[9,101],"\u306a\u3044":[37,103],pdf:17,load:46,"\u8a9e\u5f59":[3,79],"\u4f5c\u6210":[17,149,3,123,49],point:57,"\u4fdd\u5b58":[11,49],"\u62bd\u51fa":122,header:111,"\u7f6e\u63db":94,"\u95a2\u6570":[133,122,144],"\u6574\u6570":122,shutdown:113,homebrew:[123,68],table:[88,34,75,47,84,105,49],raring:12,quit:132," period":80,json:[55,34,5,125,76,54,46,104,6,128,111,20,84,30,62,87],po:123,"\u7528\u3044":[20,56],define:128,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[120,143],"-help":44,"_tokenizer":49,"\u7591\u4f3c":86,"\u5b9f\u884c":[40,52,123,121,7,144],"\u7a2e\u985e":11,"_log":7,"-message":44,"\u5dee\u6f14":122,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,21],"\u30a8\u30b9\u30b1\u30fc\u30d7":147,value:49,"\u5236\u9650":[50,75,37,143,121],cast:45,near:52,"\u691c\u7d22":[36,88,116,3,72,101,53,109,38,79,147,56,66,115,39,59,122,149,49],match:[94,59,88],"\u30e9\u30a4\u30d6\u30e9\u30ea":[109,44],"\u540c\u3058":53,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,geopoint:149,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":152,"\u6307\u91dd":103,"\u5fc5\u8981":89,"\u5f15\u6570":[69,71,5,76,77,6,34,118,119,84,121,87,88,57,91,46,94,47,128,130,20,132,49,51,54,55,104,89,96,105,142,145,62,148,108,110,28,138,30,113],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":123,"_expansion":88,"\u53d6\u5f97":[3,123],"</":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u95be\u5024":53,"\u8a9e\u5f59\u8868":49,"\u5ea7\u6a19\u5024":122,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":123,fedora:136,"_rectangle":28,suggest:125,make:[44,123],"\u4f8b\u3048":103,"\u6210\u679c":98,"-dataset":150,"\u7a4d\u6f14":122,"_filter":148,html:[17,89,98],messagepack:111,"\u30ad\u30fc\u30ef\u30fc\u30c9":[53,149],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":123,"\u8a98\u5c0e":103,".po\u30d5\u30a1\u30a4\u30eb":98,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"/linux":124,"\u306b\u3088\u308b":[59,115],"\u975e\u308f\u304b\u3061":116,"\u8ab2\u984c":0,"_columns":[94,59,88],"\">":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u5834\u6240":[143,103],pull:98,"\u5168\u6587\u691c":3,"\u95a2\u4fc2":[36,88,44],"\u307e\u305f":59,"\u3055\u307e\u3056\u307e\u306a":56,"()":52,flags:[69,140,49],sortby:88,"\u51fa\u529b":[111,88,3,4,98],gzip:42,the:58,lcov:144,"_path":7,"\u8868\u793a":3,"-platform":44,protocol:140,"-path":44,less:52,"(v":52,"\u5229\u7528":[56,7],"_ctx":14,"\u5171\u6709":109,"\u9006\u5f15\u304d":36,"\u8fd4\u5024":[34,5,76,6,84,87,88,91,128,130,20,132,51,54,55,104,142,62,146,28,29,30,113],"\u547c\u3073\u51fa\u3057":122,"\u5f8c\u65b9":[122,147,115],"\u3067\u304d\u308b":[52,103],"\u8ad6\u7406":[147,122],"\u30d1\u30e9\u30e1\u30fc\u30bf":[59,10],"\u30bd\u30fc\u30c8":56,defrag:30,add:118,"_selector":128,"\u660e\u793a\u7684":57,"\u62e1\u5f35":72,"\u4e00\u81f4":[39,116,147,122,115],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":42,"\u7d4c\u5ea6":109,"_select":52,"\u8ad6\u7406\u7a4d":147,"\u9759\u7684":[93,144],nginx:7,"_hook":74,"\u30bd\u30fc\u30b9":[136,106,12,124,81,44,68],"\u7a4d\u4ee3":122,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":32,"\u5354\u529b":103," lucid":12,"\u691c\u7d22\u4f8b":52,"\u88dc\u5b8c":[39,9],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,42],"_expr":[52,64,131],output:88,"_threshold":88,"\u4f5c\u696d":123,"\u307e\u305f\u3050":59,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":32," request":98,"\u4ed5\u65b9":98,centos:106,"_db":63,"-plugins":44,"\u30b7\u30b9\u30c6\u30e0":[0,149],"\u5358\u8a9e":122,"_dat":75,"\u5727\u7e2e":42,"\u30b3\u30e1\u30f3\u30c8":149,"_sortby":88,"\u5411\u3051":[139,123]," old":58,"\u5bc6\u9375":123,"\u66f8\u304d":116,"\u5f62\u5f0f":[55,34,5,125,76,54,46,104,6,128,111,20,84,30,62,87],comments:149,exit:150,"\u30af\u30a8\u30ea\u30fc":[7,23,147],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":114,"\u30d3\u30eb\u30c9":[136,106,123,12,124,81,44,68],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,"\u5206\u3051":116,"\u5168\u6587\u691c\u7d22":147,"\u4ed8\u304d":[36,122],"\u3046\u307e\u304f":103,"\u4e0a\u9650":50,"\u4f9d\u5b58":44,"\u5b8c\u5168":116,"\u3042\u308b":149,"\u5927\u306a\u308a":[147,122],offset:88,"\u96c6\u8a08":109,post:42,"_auto":7,"\u6319\u52d5":116,"\u53c2\u7167":[11,36,140,109],"\u5b9f\u73fe":52,column:[55,47,54,76],"_escalation":[48,88],"\u30e6\u30fc\u30b6\u30fc":[149,103],location:57,"\u30b9\u30c8\u30ec\u30fc\u30b8":109,scorer:[56,88],"_reopen":20,"\u5b9f\u9a13":22,"-create":150,"\u30ad\u30e3\u30c3\u30b7\u30e5":[88,7],"\u30d5\u30a1\u30a4\u30eb":[40,52,123,143,42,98],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":[39,122,147,115],"\u7279\u6709":7,"\u9805\u76ee":[71,5,108,6,128,20,118,87],span:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],log:[5,20,6,120],"\u8907\u6570":[59,42],". ":[0,2,3,4,5,6,7,8,9,10,65,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,51,37,38,39,40,41,42,136,44,46,47,48,49,50,36,52,53,54,55,56,57,59,60,61,62,63,64,124,66,67,68,69,70,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,115,116,119,120,121,122,123,125,126,128,129,130,131,132,133,134,135,137,138,139,140,141,153,142,143,144,145,146,147,148,149,150,151,152,11],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":121,"_prefix":44,approximate:57,"\u30d0\u30fc\u30b8\u30e7\u30f3":[127,1,10,117,123],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":59,redmine:103,"\u30ed\u30b0":20,"\u5c55\u958b":23,"\u7b49\u4fa1":[147,122],"\u63d0\u6848":[9,66],"cpu\u30b3\u30a2":42,twitter:[103,123,21],"\u30d5\u30a9\u30ed\u30fc":149,files:150,"\u6027\u80fd":[7,42],"\u7b97\u8853":122,squeeze:124," status":150,"\u5165\u308a":149,"default":[10,49],"\u5426\u5b9a":[147,122],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":123,limit:88,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":103,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[33,60,99,63,74,16,102,92,14,15,126,95,90,137,48,85,64,41,97,100],"\u304a\u77e5\u3089":[58,1,127,117],similar:52,"delete":138,"\u611f\u8b1d":[22,1,127,117,58],bigram:149,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":123,command:10,"\u69d8\u3005":144,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":149,"\u3054\u3068":59,"\u70b9\u6570":122,check:104,"\u306e\u306b":53,"\u5bfe\u5fdc":[38,103,42],pre:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u7570\u306a\u308b":53,"\u4ee3\u5165\u5f0f":147,"\u3068\u308a":103,"\u914d\u5217":122,"\u3042\u3052\u308b":53,"\u306e\u307f":[144,123],grn:[33,74,16,85,41,90,95,14,15,92,131,126,97,52,99,100,137,102,48,60,63,64],"\u5168\u6587":[3,53,109,79,56,59],"_type":[137,57,140,49],users:149,truncate:105,"\u30c7\u30fc\u30bf":[11,149,37,3,49],worker:7,"-package":44,"\u30c7\u30d0\u30c3\u30ac":144,"\u6307\u5b9a":[57,3,147,123,37,56,10,59],"_query":7," docutils":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u547d\u4ee4":121,"\u65b0\u3057\u3044":98," ci":61,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":42,"\u4f7f\u3046":[57,7],drilldown:88," hat":123,"\u3088\u3046":[39,101,66],debian:[124,123],"\u30ed\u30fc\u30c9":[149,3],sphinx:17,macports:68,"-threshold":44,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[50,36,59,93],pseudo:86,"-latest":123,"\u306b\u5bfe\u3059\u308b":79,"_offset":88,queryexpandertsv:143,"\u5909\u66f4\u70b9":123,oracle:19,"\u539f\u56e0":53,"\u30c7\u30fc\u30e2\u30f3":32," class":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110]}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7. サーバー &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7. サーバー &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="index.html" />
30
30
  <link rel="next" title="7.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="geolocation_search.html" title="6. 位置情報検索"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -105,7 +105,7 @@
105
105
  <h3>このページ</h3>
106
106
  <ul class="this-page-menu">
107
107
  <li><a href="_sources/server.txt"
108
- rel="nofollow">ソースコードを表示</a></li>
108
+ rel="nofollow">ソースコードを表示(英語)</a></li>
109
109
  </ul>
110
110
  <div id="searchbox" style="display: none">
111
111
  <h3>クイック検索</h3>
@@ -136,7 +136,7 @@
136
136
  <li class="right" >
137
137
  <a href="geolocation_search.html" title="6. 位置情報検索"
138
138
  >前へ</a> |</li>
139
- <li><a href="index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
140
140
  </ul>
141
141
  </div>
142
142
  <div class="footer">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.2. GQTP &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3. HTTP" href="http.html" />
32
32
  <link rel="prev" title="7.1. サーバーパッケージ" href="package.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="7.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -92,7 +92,7 @@
92
92
  <h3>このページ</h3>
93
93
  <ul class="this-page-menu">
94
94
  <li><a href="../_sources/server/gqtp.txt"
95
- rel="nofollow">ソースコードを表示</a></li>
95
+ rel="nofollow">ソースコードを表示(英語)</a></li>
96
96
  </ul>
97
97
  <div id="searchbox" style="display: none">
98
98
  <h3>クイック検索</h3>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="package.html" title="7.1. サーバーパッケージ"
125
125
  >前へ</a> |</li>
126
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3. HTTP &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7.3. HTTP &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="7.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -122,7 +122,7 @@
122
122
  <h3>このページ</h3>
123
123
  <ul class="this-page-menu">
124
124
  <li><a href="../_sources/server/http.txt"
125
- rel="nofollow">ソースコードを表示</a></li>
125
+ rel="nofollow">ソースコードを表示(英語)</a></li>
126
126
  </ul>
127
127
  <div id="searchbox" style="display: none">
128
128
  <h3>クイック検索</h3>
@@ -153,7 +153,7 @@
153
153
  <li class="right" >
154
154
  <a href="gqtp.html" title="7.2. GQTP"
155
155
  >前へ</a> |</li>
156
- <li><a href="../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
156
+ <li><a href="../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
157
157
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
158
158
  </ul>
159
159
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.1. 比較 &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7.3.1. 比較 &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="7.3.2. groonga" href="groonga.html" />
32
32
  <link rel="prev" title="7.3. HTTP" href="../http.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../http.html" title="7.3. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -407,7 +407,7 @@ http {
407
407
  <h3>このページ</h3>
408
408
  <ul class="this-page-menu">
409
409
  <li><a href="../../_sources/server/http/comparison.txt"
410
- rel="nofollow">ソースコードを表示</a></li>
410
+ rel="nofollow">ソースコードを表示(英語)</a></li>
411
411
  </ul>
412
412
  <div id="searchbox" style="display: none">
413
413
  <h3>クイック検索</h3>
@@ -438,7 +438,7 @@ http {
438
438
  <li class="right" >
439
439
  <a href="../http.html" title="7.3. HTTP"
440
440
  >前へ</a> |</li>
441
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
441
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
442
442
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
443
443
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
444
444
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.3. groonga-httpd &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7.3.3. groonga-httpd &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="8. リファレンスマニュアル" href="../../reference.html" />
32
32
  <link rel="prev" title="7.3.2. groonga" href="groonga.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="groonga.html" title="7.3.2. groonga"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -92,7 +92,7 @@
92
92
  <h3>このページ</h3>
93
93
  <ul class="this-page-menu">
94
94
  <li><a href="../../_sources/server/http/groonga-httpd.txt"
95
- rel="nofollow">ソースコードを表示</a></li>
95
+ rel="nofollow">ソースコードを表示(英語)</a></li>
96
96
  </ul>
97
97
  <div id="searchbox" style="display: none">
98
98
  <h3>クイック検索</h3>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="groonga.html" title="7.3.2. groonga"
125
125
  >前へ</a> |</li>
126
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
126
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
128
128
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
129
129
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.2. groonga &mdash; groonga v3.0.5ドキュメント</title>
10
+ <title>7.3.2. groonga &mdash; groonga v3.0.8ドキュメント</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: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
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 v3.0.5ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.8ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="7.3.3. groonga-httpd" href="groonga-httpd.html" />
32
32
  <link rel="prev" title="7.3.1. 比較" href="comparison.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="comparison.html" title="7.3.1. 比較"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -92,7 +92,7 @@
92
92
  <h3>このページ</h3>
93
93
  <ul class="this-page-menu">
94
94
  <li><a href="../../_sources/server/http/groonga.txt"
95
- rel="nofollow">ソースコードを表示</a></li>
95
+ rel="nofollow">ソースコードを表示(英語)</a></li>
96
96
  </ul>
97
97
  <div id="searchbox" style="display: none">
98
98
  <h3>クイック検索</h3>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="comparison.html" title="7.3.1. 比較"
125
125
  >前へ</a> |</li>
126
- <li><a href="../../index.html">groonga v3.0.5ドキュメント</a> &raquo;</li>
126
+ <li><a href="../../index.html">groonga v3.0.8ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
128
128
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
129
129
  </ul>