rroonga 3.1.0-x64-mingw32 → 3.1.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (525) hide show
  1. checksums.yaml +4 -4
  2. data/README.textile +1 -1
  3. data/Rakefile +1 -8
  4. data/bin/grndump +5 -4
  5. data/bin/grntest-log-analyze +5 -4
  6. data/bin/groonga-database-inspect +11 -2
  7. data/bin/groonga-index-dump +1 -0
  8. data/doc/text/news.textile +21 -0
  9. data/ext/groonga/extconf.rb +1 -6
  10. data/ext/groonga/rb-grn-expression.c +3 -3
  11. data/ext/groonga/rb-grn.h +1 -1
  12. data/lib/1.9/groonga.so +0 -0
  13. data/lib/2.0/groonga.so +0 -0
  14. data/lib/2.1/groonga.so +0 -0
  15. data/lib/groonga/database-inspector.rb +34 -8
  16. data/rroonga-build.rb +1 -1
  17. data/test/test-database-inspector.rb +55 -5
  18. data/test/test-expression.rb +65 -0
  19. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  20. data/vendor/local/bin/groonga.exe +0 -0
  21. data/vendor/local/bin/libgroonga-0.dll +0 -0
  22. data/vendor/local/bin/libmecab-1.dll +0 -0
  23. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  24. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  25. data/vendor/local/bin/mecab-config +0 -0
  26. data/vendor/local/bin/mecab.exe +0 -0
  27. data/vendor/local/include/groonga/groonga.h +15 -4
  28. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  30. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +0 -0
  32. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  34. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  35. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +0 -0
  36. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  37. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  38. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  39. data/vendor/local/lib/groonga/plugins/table/table.la +0 -0
  40. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  41. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  42. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  43. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +0 -0
  44. data/vendor/local/lib/libgroonga.a +0 -0
  45. data/vendor/local/lib/libgroonga.dll.a +0 -0
  46. data/vendor/local/lib/libgroonga.la +0 -0
  47. data/vendor/local/lib/libmecab.a +0 -0
  48. data/vendor/local/lib/libmecab.dll.a +0 -0
  49. data/vendor/local/lib/libmecab.la +0 -0
  50. data/vendor/local/lib/libmsgpack.a +0 -0
  51. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  52. data/vendor/local/lib/libmsgpack.la +0 -0
  53. data/vendor/local/lib/libmsgpackc.a +0 -0
  54. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  55. data/vendor/local/lib/libmsgpackc.la +0 -0
  56. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  57. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  58. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  59. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  60. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  61. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  62. data/vendor/local/sbin/groonga-httpd-restart +0 -0
  63. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +11 -11
  65. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -7
  66. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +2 -2
  68. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +5 -5
  69. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +2 -2
  70. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +6 -6
  71. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +39 -39
  72. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +3 -3
  73. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -1
  74. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +2 -2
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  76. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -43
  77. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  78. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  79. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  81. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
  82. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  83. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +39 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +91 -1
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +2 -3
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +6 -6
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -3
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -2
  96. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +3 -8
  97. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -1
  102. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +2 -2
  104. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +5 -3
  105. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
  107. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +118 -0
  108. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  109. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +11 -11
  110. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +76 -14
  114. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +3 -3
  115. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +8 -8
  116. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +1 -1
  117. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +8 -8
  118. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +8 -8
  119. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +18 -19
  120. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
  123. data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -17
  124. data/vendor/local/share/doc/groonga/en/html/community.html +12 -12
  125. data/vendor/local/share/doc/groonga/en/html/contribution.html +73 -73
  126. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
  127. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -20
  128. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +43 -43
  129. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +30 -30
  130. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +69 -69
  131. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +132 -132
  132. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -17
  133. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +43 -53
  134. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -17
  135. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -17
  136. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +46 -36
  137. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -10
  138. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  139. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
  140. data/vendor/local/share/doc/groonga/en/html/genindex.html +47 -7
  141. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/index.html +50 -46
  143. data/vendor/local/share/doc/groonga/en/html/install.html +19 -21
  144. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  145. data/vendor/local/share/doc/groonga/en/html/install/debian.html +16 -52
  146. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
  147. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  148. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  149. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  150. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +18 -62
  151. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  152. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
  154. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
  156. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  160. data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
  161. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +105 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
  166. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
  176. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +11 -11
  185. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +8 -8
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
  200. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
  202. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
  203. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
  204. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -8
  208. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  209. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +11 -11
  210. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +9 -9
  212. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
  213. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  223. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -20
  229. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +331 -0
  230. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +28 -28
  231. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +45 -45
  232. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
  233. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
  234. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
  235. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
  236. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
  237. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
  238. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
  239. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +28 -28
  240. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
  243. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
  244. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +17 -17
  246. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
  253. data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
  254. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  256. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  263. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  264. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  265. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  266. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  267. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  268. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  269. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  270. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  271. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  273. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
  276. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -10
  277. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +168 -14
  278. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +12 -12
  279. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +15 -15
  280. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
  281. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
  282. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
  283. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +34 -35
  284. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
  285. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
  286. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +11 -11
  287. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +11 -11
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -7
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +1 -1
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +2 -2
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +2 -2
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +6 -6
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +39 -39
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +3 -3
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -1
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +2 -2
  299. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  300. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -43
  301. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  302. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  303. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  304. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  305. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
  306. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  307. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +39 -0
  308. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
  309. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +91 -1
  310. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +1 -1
  311. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +2 -3
  312. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +6 -6
  313. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +1 -1
  314. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
  315. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -3
  316. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +1 -1
  317. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
  318. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
  319. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -2
  320. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +3 -8
  321. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +1 -1
  322. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -1
  323. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -1
  324. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +1 -1
  325. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -1
  326. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +1 -1
  327. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +2 -2
  328. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +5 -3
  329. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -1
  330. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
  331. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +118 -0
  332. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  333. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +11 -11
  334. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -1
  335. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +76 -14
  338. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +3 -3
  339. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +8 -8
  340. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +1 -1
  341. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +8 -8
  342. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +8 -8
  343. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +18 -19
  344. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -1
  345. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +1 -1
  346. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
  347. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +26 -26
  348. data/vendor/local/share/doc/groonga/ja/html/community.html +11 -11
  349. data/vendor/local/share/doc/groonga/ja/html/contribution.html +76 -76
  350. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
  351. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
  352. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +45 -45
  353. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +32 -32
  354. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +71 -71
  355. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +134 -134
  356. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +21 -21
  357. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +45 -55
  358. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
  359. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
  360. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +54 -44
  361. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -19
  362. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  363. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
  364. data/vendor/local/share/doc/groonga/ja/html/genindex.html +47 -7
  365. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +11 -11
  366. data/vendor/local/share/doc/groonga/ja/html/index.html +55 -51
  367. data/vendor/local/share/doc/groonga/ja/html/install.html +20 -22
  368. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +15 -15
  369. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +28 -60
  370. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +18 -18
  371. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  372. data/vendor/local/share/doc/groonga/ja/html/install/others.html +21 -21
  373. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
  374. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +33 -73
  375. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  376. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  377. data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
  378. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  380. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  384. data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
  385. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +105 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
  390. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
  400. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +11 -11
  409. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
  410. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +9 -9
  415. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
  416. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  417. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
  420. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +8 -8
  422. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
  432. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  433. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +11 -11
  434. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +8 -8
  436. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
  437. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  447. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -20
  453. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +329 -0
  454. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +28 -28
  455. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +45 -45
  456. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
  457. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
  458. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
  459. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
  460. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
  461. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
  462. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
  463. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +28 -28
  464. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  465. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  466. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  467. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
  468. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  469. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +12 -12
  470. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  471. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  472. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  473. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  474. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  475. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  476. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
  477. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  478. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  479. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  480. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  481. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  482. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  483. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  484. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  485. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  486. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  487. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  488. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  489. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  494. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  497. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
  500. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  501. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +169 -14
  502. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +8 -8
  503. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +15 -15
  504. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  505. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
  506. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  507. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +33 -34
  508. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  509. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  510. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
  511. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  512. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  513. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  514. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  515. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  516. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  517. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  518. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  519. data/vendor/local/share/man/ja/man1/groonga.1 +1156 -808
  520. data/vendor/local/share/man/man1/groonga.1 +1682 -1337
  521. metadata +142 -142
  522. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +0 -273
  523. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +0 -410
  524. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +0 -273
  525. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +0 -411
@@ -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.5. テーブル &mdash; Groonga v3.1.0ドキュメント</title>
10
+ <title>8.5. テーブル &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.6. ノーマライザー" href="normalizers.html" />
32
32
  <link rel="prev" title="8.4. データ型" href="types.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="types.html" title="8.4. データ型"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -322,7 +322,7 @@
322
322
  <li class="right" >
323
323
  <a href="types.html" title="8.4. データ型"
324
324
  >前へ</a> |</li>
325
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
325
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
326
326
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
327
327
  </ul>
328
328
  </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.7. Tokenizers &mdash; Groonga v3.1.0ドキュメント</title>
10
+ <title>8.7. Tokenizers &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -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.1.0ドキュメント</a> &raquo;</li>
140
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</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.14. Tuning &mdash; Groonga v3.1.0ドキュメント</title>
10
+ <title>8.14. Tuning &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.15. API" href="api.html" />
32
32
  <link rel="prev" title="8.13. Log" href="log.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="log.html" title="8.13. Log"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -159,7 +159,7 @@ database that is larger than your memory and swap by setting
159
159
  can always map database files onto memory. It is no problem until
160
160
  groonga touch mapped database files that their size is larger than
161
161
  memory and swap. Groonga recommends the configuration.</p>
162
- <p>See <a class="reference external" href="https://www.kernel.org/doc/Documentation/vm/overcommit-accounting">Linux kernel documentaion about overcommit</a>
162
+ <p>See <a class="reference external" href="https://www.kernel.org/doc/Documentation/vm/overcommit-accounting">Linux kernel documentation about overcommit</a>
163
163
  about <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> parameter details.</p>
164
164
  <p>You can set the configuration by putting a configuration file
165
165
  <tt class="docutils literal"><span class="pre">/etc/sysctl.d/groonga.conf</span></tt> that has the following content:</p>
@@ -278,7 +278,7 @@ vm.max_map_count = 131072
278
278
  <li class="right" >
279
279
  <a href="log.html" title="8.13. Log"
280
280
  >前へ</a> |</li>
281
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
281
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
282
282
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
283
283
  </ul>
284
284
  </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.1.0ドキュメント</title>
10
+ <title>8.4. データ型 &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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
32
  <link rel="prev" title="8.3.32. truncate" href="commands/truncate.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="commands/truncate.html" title="8.3.32. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -75,13 +75,13 @@
75
75
  <h1>8.4. データ型<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
76
  <div class="section" id="id2">
77
77
  <h2>8.4.1. 名前<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
78
- <p>groonga データ型</p>
78
+ <p>Groonga データ型</p>
79
79
  </div>
80
80
  <div class="section" id="id3">
81
81
  <h2>8.4.2. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
82
- <p>groonga は、格納するデータの型を区別します。</p>
83
- <p>groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。</p>
84
- <p>主キーの型とカラムの型には、groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。</p>
82
+ <p>Groonga は、格納するデータの型を区別します。</p>
83
+ <p>Groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。</p>
84
+ <p>主キーの型とカラムの型には、Groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。</p>
85
85
  <p>主キーの型に他のテーブルを指定する場合は、そのテーブルは、主キーの型となるテーブルのサブセットとなります。</p>
86
86
  <p>カラムの型に他のテーブルを指定する場合は、そのカラムは、カラムの型となるテーブルの参照キーとなります。</p>
87
87
  </div>
@@ -160,7 +160,7 @@
160
160
  </div>
161
161
  <div class="section" id="id8">
162
162
  <h3>8.4.4.2. ベクターとして格納できない型<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
163
- <p>groongaのカラムは、ある型のベクターを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクターとして保存したり出力したりすることはできますが、検索条件やドリルダウン条件に指定することができません。</p>
163
+ <p>Groongaのカラムは、ある型のベクターを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクターとして保存したり出力したりすることはできますが、検索条件やドリルダウン条件に指定することができません。</p>
164
164
  <p>テーブル型は、ベクターとして格納することができます。よって、ShortTextのベクターを検索条件やドリルダウン条件に使用したい場合には、主キーがShortText型のテーブルを別途作成し、そのテーブルを型として利用します。</p>
165
165
  <p class="rubric">脚注</p>
166
166
  <table class="docutils footnote" frame="void" id="id9" rules="none">
@@ -234,7 +234,7 @@
234
234
  <li class="right" >
235
235
  <a href="commands/truncate.html" title="8.3.32. truncate"
236
236
  >前へ</a> |</li>
237
- <li><a href="../index.html">Groonga v3.1.0ドキュメント</a> &raquo;</li>
237
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</title>
10
+ <title>検索 &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="index.html" />
30
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{"\u51fa\u6765":[36,62,72],localstatedir:[130,44],"\u3082\u3089\u3063":3,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[29,80],"\u811a\u6ce8":[60,3,37,57,28,147],"\u3082\u3089\u3048":106,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[126,80,84,133,22,44,101],"\u79d2\u60c5":22,"_column":[43,24,130,35,61]," quetzal":[43,115],"\u6b63\u5e38":[141,126],"\u30d5\u30c3\u30af":64," fontaine":22,"\u5b9a\u5024":61,"/projects":126,"\u3044\u304f\u3064\u304b":[139,91,72,126,113,21,97,55,149,61,44,136,89,146],"\u00a0flags":[102,103,48,14,95,129,63,67],"\u89e3\u9664":[1,63,80,90],second:124,"\u4f5c\u3089\u308c":141,"\u4e8b\u524d":[54,126,56,123,157,9],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[22,63],"\u30b7\u30f3\u30dc\u30eb":58,"\u5f15\u3044":125,here:[124,39,67,155,116],onga:26,"& ":[55,125,56,120,153,59,61],china:110,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":135,"&&":91,"\u4e0e\u3048":[55,3,110,56,80,46,85,129,61]," notice":7,"\u4e2d\u8eab":[141,3,144],"_output":[2,131],"\u30c8\u30fc\u30af\u30f3":[72,125,104,78,120,130,22,69,61,157,51],"\u7ffb\u8a33":70,"\u300c\"":80,"\u300c#":[154,130],"\u300c ":91,"\u300c,":133,"9e":157,"9f":4,unix:[114,113,58,47,142,108,44],txt:[68,101],"\u5ea6\u6d6e":37,"\u5bfe\u7167":97,"\u65e5\u672c\u4eba":39,"_check":[63,149],"\u89e3\u6c7a\u7b56":106,"\u975e\u63a8":[22,61,60,51],music:36," suffixsearchterms":[152,125],tokenize:[43,25,35,61],"_flags":[61,95,67,103,48],"[pkg":[22,61],"\u30d6\u30ed\u30b0":70,"\u6709\u529b":128," opened":[116,124],"\u7f6e\u304f\u4f8b":44,"\u4e0b\u304c\u308a":56,"\u5f15\u6570":[43,1,55,35,14,10,129,61],"\u300cv":126,"(pos":[28,147]," json":[46,4,42],"_command":[43,24,35],"\u7518\u6817":154,"\u6709\u52b9":[72,74,80,85,22,122,44,91,126,11,12,46,95,51,103,141,61,63,152,109,66,112,26,7],"\u4e8c\u91cd":[61,152]," readings":39,"\u30e1\u30fc\u30eb":[0,101],"/functions":149,example:[36,3,110,11,59,85],"/blog":126,"\u6a2a\u5c71":61,"*cache":15,"<groonga":141,travel:154," travis":64,how:[43,156],"\ngpg":126," hobby":124,types:[39,128,104,113,69],"\u63fa\u308c":75,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":61,"_resource":[2,63],"\u5b09\u3057\u304f":106,"\u901a\u5e38":[91,72,3,152,11,37,14,114,7,61,157,148,89],"\u5148\u982d":[77,91,63,3,7],"\u500b\u5b9a":137,wing:61,"\n]\n":133,"\u3042\u305f\u308a":[22,130],vars:41,"\uff11\u5bfe":137,"\u00a0str":67,"\u30d1\u30c8\u30ea\u30b7\u30a2":[43,3,120,129,61,132],"/new":126,"\u6e1b\u7b97":63,"\u8fd4\u3063":[154,152,125],"_{":61,"-code":126,"\u8fd4\u3057":[72,3,77,122,123,39,9,42,91,60,125,94,128,95,98,14,47,74,49,100,53,54,55,102,103,104,105,147,58,129,92,99,61,108,63,65,66,153,111,26,28,142,69,151],fix:47,"\u8fd4\u3055":[91,10,74,111,128,46,107,122,61,63],"\u5404\u7d22":3,"_desc":95,"_o":[2,144],"_n":[15,61],"_i":[2,144],fin:41,"_a":[2,144]," support":83,"\u3046\u3063\u304b\u308a":61,"\u30d7\u30ed\u30c8\u30b3\u30eb":[150,43,118,2,112,141,7,61],"-daemon":158,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":60,"\u516c\u8f14":61,"\u3082\u3063\u3068\u3082":149,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[7,146],"_select":70,"(point":[28,60,147],"_deadlock":[2,144,63],debug:[124,7],"_$":[128,51],"_\"":22,"\u306b\u3042\u308a":[113,51],"\nappends":67,"*\"\n":62," precise":[43,115],rd:[56,120],rf:[109,7],"post\u30e1\u30bd\u30c3\u30c9":61,moritapo:36,rc:[72,124,2],rm:7,ro:72,gregex:61,rk:39,"\uff01\uff09":[39,104],"\uff01\uff08":101,"\u3042\u305f\u3044":99,"\u5909\u5316":112,"\u5168\u90e8":144,".msgpack":4," kinjirou":36,"\u307e\u308d\u3086\u304d":119,"\u771f\u507d":[11,61,37,152,125],libedit:[22,1,44,130,61],"\u5f31\u70b9":112,"\u8fd4\u308a":[59,91],"\u8fd4\u308b":130,"\u7d99\u627f":61,"\"localhost":85," must":[15,116,93,67],"_locks":[2,144],"\u5024n":[111,122,74],"\uff08age":51,"\u304a\u3055\u307e\u308b":59,mingw:[22,126]," processed":124," brew":71,"\u6607\u964d":[129,91],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[61,72,3,113,80],"\u4f7f\u308f":[91,2,152,126,78,144,134,157,15,72,7,22,39,61,64,148,51],"-benchmark":[40,43,35,61],"\u533a\u5207\u308a":[122,150,91,72,3,4,110,128,11,112,37,80,46,111,133,74,69,61,125,152],"\u533a\u5207\u308b":[130,148],master:7,"\u610f\u8b58":51,"\neven":39,"\u8a8d\u8b58":106,listen:[61,80,7,42],".git":[86,126,101],"{table":[97,91],"\u306e\u3059\u3079\u3066":42,"(comments":153,"-common":61," databases":15,"_update":[152,91,2,95,103],"*namebuf":[63,103]," license":83,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[43,109,72,35,139,12,113,127,61,51],"\u4f7f\u3048\u308b":[152,80,61,22,44,64],"\u304b\u3069\u3046":[2,74,56,153,122,44]," and":[91,83,124,105,26,155,14,15,97,95,93,7,116,39,62,63,67],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":61,"-port":[158,141,80]," any":97,"\u300csubmit":126,object:[63,125,77,37,144,88,41,100],"\u7d22\u7528":[43,132,51],"\"black":157,microsecond:124,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":107,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":42,"\u533a\u5207\u3063":[91,72,113,144],"\u4f7f\u3063":[0,118,2,3,75,37,120,72,84,7,44,9,42,119,139,91,125,126,11,12,97,134,51,138,36,54,55,102,104,56,106,58,107,59,144,61,99,148,64,109,157,152,101,113,26,114,127,115,70,71,85]," you":[15,39,116,155,14],"\u30d1\u30a4\u30d7":58,"\nthis":61,"\u4f7f\u3046":[1,72,38,8,123,61,44,139,91,126,68,128,12,130,133,51,54,55,141,142,99,22,64,109,24,113,114,127,115],"\u4f7f\u3044":[118,72,37,7,44,42,43,91,92,125,128,12,96,134,101,55,139,142,22,13,148,64,109,157,112,113,26,114,127,51],"\u66f8\u304d\u8fbc\u307f":[154,44],"\u66f8\u304d\u8fbc\u307e":20," output":67,"\u30d0\u30a4\u30ca\u30ea\u30fc":114,layout:126," senna":61,".fedoraproject":109,"2byte":144," candidate":128,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":78,"\u79d8\u5bc6":126,"\u30a2\u30d4\u30fc\u30eb":126," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":61,"\u91cd\u307f":[43,91,152,56,97,61,132],tips:70,"\u30c8\u30d4\u30c3\u30af":126,"\u91cd\u3044":[112,91],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[43,130,25,35,14],"\u958b\u3053":66,"\u91cd\u304f":56," registered":[39,26],release:126,"\nload":[60,133],"\u69cb\u9020":[36,55,112,14,114,95,78],"\u5e83\u304f":[154,126],"[linux":61,"\u8ca0\u62c5":106,result:[60,95,55,4,144],"<port":[141,80],"\u5206\u304b\u3061":112,wikipedia:37,score:[36,91,55,3,125,104,56,128,69,59,97,47,60,61,39,62,154,108],"\u611f\u3058":[154,106],shidara:22," sites":133,"\u539f\u99c5":59,country:[142,85,110],"\u00a0update":16,"\u66f8\u304d\u8fbc\u3093":154,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":157,"\u66f8\u304d\u8fbc\u3080":141,"\u540c\u69d8":[36,91,55,126,11,38,141,59,85,129],pre:83,"\u5931\u6557":[3,152,126,130,58,47,142,8,22,61,108,51]," tokenbigram":[91,72,3,75,153,56,154,152,80,26,96,97,116,62,125,51]," register":39,"\u95a2\u6570":55," formats":124,diff:141,"\u5404\u7a2e":126,"\u6d88\u53bb":61,"\uff08node":64,"\u5360\u6709":63,")senna":148," array":[107,113],ann:126,"\u30ab\u30f3\u30de":[91,74,125,110,111,46,133,122,3],worker:137,"\u305f\u307e\u307e":42,"-message":115,"/function":126,"_sel":83,"\u3069\u3093":[87,79],"#set":141,"\u3069\u308c":[114,91,42,51],"_set":[33,77,105,14,15,129,98,49,61,63,41],"\"sound":104,"\u65ad\u7247":26,"\u4ee3\u8868":112,"\u79d2\u6570":[114,91,74,125,11,154,37,65,111,122],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":61,"_false":63,"\u3069\u306e":[91,72,104,38,60,44,147],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":22,"1\u4ef6":[56,154],"_rectangle":[43,1,93,35,130,61,22,136],"\u3069\u3053":[22,44],"\u30df\u30ea\u79d2":[37,59],"\u7121\u8996":[122,91,72,74,152,148,56,78,130,80,111,95,142,133,22,129,61,113],"\u3002rst":17,"\u5fdc\u7528":112,"\u3069\u3046":[1,34,66,5,106,57,91,56,6,131,7,20,61,90],"\u30e2\u30fc\u30c9":[29,55,3,85],"\"blt":133," hash":154,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[72,104,56,120,129,51],"_skip":61,"_element":33,"\u30c4\u30fc\u30eb":[17,101,115,43]," hashtags":154,"_result":[95,2],"\u4e00\u6c17":126,"\u5317\u4eac":60,easy:17,has:126,"*vars":41,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":61," what":67,"\u7c21\u7565":61,"\"content":[91,152,125],"\u9001\u308b":[0,144,42,101],"\u9001\u308a":[144,126],"\u30d0\u30a4\u30ca\u30ea":[84,126],"_broken":2,"\u8d8a\u3048":56,"\nrep":141," tokenmecab":56,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":38,">command":4,"_error":[2,144],"_ascending":129," options":[7,66],"-unauthenticated":[61,12,127],"\u30d4\u30ea\u30aa\u30c9":[58,62],old:126,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[80,72,3,113],begin:150,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":61,"\u5358\u8a9e":[61,91,152,134],"/ngx":7,groogna:[61,42],"\u9001\u3063":[68,0,70,101],"for":[116,105,67,125,21],bottom:[22,93,28],"\n[\"":26,".asc":126,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":61,ichii:22,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":63,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\npartial":55,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":70,"\u306a\u3055\u3093":70,"\u65e2\u5b9a\u5024":118,"\u305b\u3044":61,"_size":[55,103,16,14,95,48,129,63,67,41],".am\u30d5\u30a1\u30a4\u30eb":126,"_down":[2,144],"\u89e3\u91c8":[130,55,152,133],"_range":[2,63],support:83,offgao:154,"_process":[2,144],"\u305b\u306a":[152,125],"\u3086\u304d\u3072\u308d":119,thesaurus:91," ftb":83,"/tsv":[148,8],"\u5fa9\u65e7":61,"\u8981\u7d20":[114,2,3,141,26,46,95,55,74,122,61],"\u30d0\u30f3\u30c9\u30eb":61," uint":[36,91,152,153,142,116,61,62,125,51],"\u3002sortby":91,"\u306e\u304b":[154,120],"\u9006\u5f15":36,"_sequence":[2,144],"\u306e\u3044":[10,74,5,112,37,80,95,46,60,59,6,144,55,122],"_records":61,"''":[12,152],"'\"":61,"' ":[139,36,91,83,152,127,11,154,37,12,109,97,155,124,56,59,61,39,63,105,125],"'.":[63,101],"'-":[61,80],"',":[63,155],"')":[150,91,74,111,80,122],"'(":[80,152],"\u306e\u306b":[43,113,32,61],"\u306e\u3061":91,"\u306e\u3067":[118,3,120,84,7,61,123,42,91,60,126,11,97,101,54,56,140,106,153,22,62,148,112,26,114,29,51],"*nvars":41,"\u3001_":[154,59,3,110],"\u306e\u307f":[112,55],"'\n":[36,91,60,3,152,56,96,97,59,125,119]," city":60,"'t":[15,39,7,116,14],"'s":[96,91,152,46,153,124,114,125,101],moero:36,"\u3089\u308c\u308b":[55,103,112,120,129,61],"\u88dc\u3046":112,"'a":153,"\u305b\u308b":[118,55,112,97,29,149,51],"'n":80,"'m":[96,62],"-latest":70,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":75,"-tar":19,"\u305b\u308c":112,"\u6bb5\u843d":[58,103],"_count":[65,4,7]," complete":[39,128],"'\\":152,"\u5165\u529b\u30df\u30b9":104,time:[154,104,11,128,69,124,56,61,39,22,151],push:126,"\u304a\u3053\u306a\u3063":3,":/":[3,4,80,84,7,86,44,42,139,92,126,11,12,133,17,101,36,19,59,85,64,150,109,110,127,29,71],"\u53cd\u6620":[112,55,126,116],"\u7b26\u53f7":2,":$":[125,152,119],": ":[52,43,1,10,126,79,130,106,14,46,95,2,55,22,70,44,142,64],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":126,"-prefix":115,"\u5c0f\u897f":61,":=":[91,152],":>":[91,152],"\u3002rroonga":134,"::":[2,4],netbsd:[61,130]," tokentrigram":72,"\u3042\u307e\u308a":[62,106,95],"\u7aef\u672b":112," all":[91,93,125,124,116,152],":\n":[85,64],"_builtin":[22,63,66,48]," escape":67," elfring":61," installer":126,"\u6700\u7d42":66,dragonfly:130,"\u500b\u5225":126,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":61,"-root":[29,130,80],lru:99," systems":26,exact:55,"\u3002travis":64,minute:124,".body":[79,30,75,90],"\u30b9\u30af\u30ea\u30d7\u30c8":70,"{language":101,"\u6e08\u307f":[139,58,109,72,103,126,104,37,12,106,118,46,127,39,22,61,148,9],"-base":158,":@":[36,91,3,152,11,154,97,85],":\\":84,":^":[152,119],":[":141,":public":126,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":137,"\u305f\u3055\u3093":[22,1,61],"\u7d50\u3073\u3064\u304f":137,sign:126,"\u5316\u4f5c":126,"\u4e8c\u9805":125,".ncpu":71,"\u7d4c\u904e":[114,10,125,11,154,37,65,22,63],"\u30bf\u30d6":[148,4,144],takashi:142,"\u540d\u7b49":63,"\u4e3b\u8981":115,"'='":80," yoji":22,"\u76ee\u5b89":126,"\u30bf\u30b0":[43,92,125,126,78,130,26,22,61,132,51],"\u6d41\u3057":126,address:[22,144,61],"\u30a2\u30ab\u30a6\u30f3\u30c8":[126,21]," string":[94,105,14,63,67,41],"\u4e3b\u30ad\u30fc":[122,43,74,111,130,46,61,87,89],"\u306b\u95a2\u3057":[61,55,141,14],queue:137,"\u8b66\u544a":[61,91,10,130],"\u3002offset":77,"\u5ea6\u6570":[11,22,59,125],"` ":4,ipa:[17,109,139],pentium:141," \u3044b":[56,120],"\u6587\u5b57\u5217":[43,91,72,74,94,111,114,134,113,26,46,153,60,122,61],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[55,80]," entry":[58,34,74,111,79,57,46,142,131,122,30,90],"\u4e88\u3081":[37,80],"{\"_":[36,91,125,11,59,152],"|table":51,"\u30d5\u30a9\u30ed\u30fc":21,"/header":19,"\u3060\u3063":[56,61,91,10,95],"``":[1,130],"\u3001 ":[72,3,75,78,37,7,8,123,44,42,139,91,60,125,11,14,97,134,129,136,101,102,140,153,59,61,148,157,152,154,113,26,114,51,85],"\u3060\u3068":106," frees":14,visual:[22,84,61],"\u30ec\u30d3\u30e5\u30fc":126,"_gt":129," version":[83,4]," run":[116,7],"\u3002obj":63,"\u3060\u3044":22,"_alloc":67,values:[46,122,63,74],"\u3060\u3057":[22,141],"\u5024\u8a18":125,following:155,"\nnotice":[5,6],logrotate:61,"\u5897\u3084\u3059":149," }\n":[154,7],"\u6a19\u6e96":[1,34,3,5,79,80,6,7,122,87,90,10,46,131,74,20,135,133,57,58,107,61,150,65,111,29,30,117,85],chroot:126,"\u307e\u3068\u3081\u308b":7,"\u30d2\u30e5\u30d9\u30cb":[60,147],"\nan":15,date:141,such:26,data:[77,42],"/dictionary":130,ss:[124,125],"/javascript":22,st:72,sh:64,so:[39,116]," bug":[61,83],se:[39,72]," restarted":116,"\u540c\u3058\u6570":[80,7,42],"[yum":61," english":[39,91,21],"\u30a2\u30c9\u30ec\u30b9":[22,95,80,85,141],"*query":[88,67],jis:129,"\u540c\u671f":[141,126],"\u4f55\u500b":91,"\u4f7f\u308f\u305a":97,records:[124,93],"\u8d85\u3048\u308b":[11,78,61,129,140]," description":[154,120],config:[1,10,84]," rake":126,"_dat":[152,87,95,61,22,125,51],"_dataset":[121,155],"\u4e26\u3073":[120,125,110],"\u4e26\u3079":[43,132],"-terminated":[41,14],gtar:19,indexblog:62,"\u30d8\u30c3\u30c0\u30fc":[61,2,42],"\uff1f\u3000":141,"-offset":91,"\u8a73\u7d30":[118,72,3,37,7,8,88,139,91,44,12,97,49,101,56,141,61,149,109,114,127,29,51],"\"search":[39,104,152,69],"\"type":128,formula:126,"\u6700\u5c0f\u9650":7,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":78," segments":107,mime:42,"byte":[103,141,26,95,144,61,63],"\u7d20\u65b9":112,"\u30d9\u30af\u30bf\u30fc":[22,91,142,61]," country":[142,110]," yoshioka":61,"\u4e00\u610f":[58,80,89],one:26,submit:[39,128,104,69],"*expr":67," epel":109,"\u00a0encoding":105,"\u5bfe\u7b56":[43,32]," locks":26,"\"sphr":147,"=encoding":115,".co":[91,83],"#'":80," confiugration":116,"\u8fd4\u4fe1\u5143":154,"\u8fd4\u4fe1\u5148":154,"\u305d\u3053":[11,56,126],"\u306b\u5bfe\u8c61":22,translate:101,"\u540c\u6642":[91,10,112,137,141,59,95,129]," nonexistent":91," vector":[39,61],"\n..":133,"\u4e16\u754c":[60,11,37,28,59,147],argument:125,sae:[128,104],"\u4e21\u65b9":[91,154,152,78,96,112,39,125,119],say:125,"/span":26,"/ubuntu":[61,118,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":61,"\u30ea\u30b9\u30c8":[122,36,91,157,3,152,126,111,148,79,38,80,46,74,87,86,61,125,31,101]," dump":[22,133,116],uuuuuu:125,"\u5ea6\u5408\u3044":56,note:116,"\u30cb\u30db\u30f3\u30b8\u30f3":39,"[[\"":107,"\u5fdc\u7b54":[61,112],buffer:[107,63],debhelper:22,"-type":[22,104,69,42,39],"\u30b9\u30da\u30fc\u30b9":[22,91,61],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":70,"\u672b\u5c3e":[77,129,63],"\u9589\u3058":[78,22],"\u4ef6\u6570":[91,3,56,120,46,95,63,89],"\u5217\u6307\u5411":[112,80],"_cursor":[43,93,35,24,130,61]," soft":116,xml:[22,130,61],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:157,"\u5927\u4e8b":[148,152],"\u4e00\u6642":[43,60,35,63],"_defrag":63," checked":126," nippon":39,"\uff08tokenbigram":56," url":133,resource:144,".php":126,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[114,43,25,35,61],"\u76f4\u63a5":[154,133],"\u8868\u3057":[10,3,37,38,114,2,55,89],"\u7a7a\u767d":[72,3,152,56,112,80,46,69,113],"\u7528\u79d8":70,"\u898f\u5247":61,".content":[91,125,96,153,116,62,152],"\u306b\u3068\u3063\u3066":[72,106],sites:133," are":[91,93,26,155,116,124,97,61,39,67,101]," zxvf":126,"\u5927\u4e08":0,"\u4f9d\u5b58":[43,115],jobs:141," bottom":93,"\u4e0a\u554f":118," be":[93,15,95,124,116,63,67],"@tomotaka":22,"\u8fd4\u3059":[1,34,75,5,80,6,22,42,90,125,128,14,131,20,141,57,65,59,144,61,151,130,30],"\u30b3\u30ed\u30f3":58,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":75,"_otoj":149," by":[93,152,124,14,15,116,61,39,67],")offset":[129,95],"-mecab":[139,61,109,12,127],"_t":2,"_syntax":[2,67],"(xxx":61,"\u3002http":61,"\u542b\u3080\u5024":[80,3],"\u5468\u4e0a":147,"_synonyms":148,"*added":95,"'ja":101,enable:[65,61,72,130,126],"\u6607\u9806":[91,3,59,95,129,63],"\u5b9f\u884c":[112,70]," fork":101,"-bye":[91,152,125],"\u304a\u3051\u308b":[52,36,3,152,11,112,37,61]," configure":[56,61,125]," form":[157,152]," autogen":126," allocation":15," mapped":116,"\u7406\u89e3":[91,3],"\u3002filter":59,"?table":[85,42]," ruby":[123,54,126],ctrl:85,"\u4e0d\u5909":89,ivh:[139,109],"@lists":[126,21],".md":126,pthread:[22,61],"\"}\n":[46,96],"\u3002squeeze":149,ascii:[152,125],"\u633f\u5165":[3,126,77,80,26,61],hostname:[29,80,7],"_filter":[43,136,35,61],"<path":80,"_setoperation":95,"\u3002\u3057\u304b\u3057":[91,60,104,112,37,96,115,22,157,42],"_at":[56,130,14,95,61,63]," tokendelimit":72,"error\u30bf\u30b0":61,"\u8ab2\u984c":70,"\u90fd\u6c11":[56,120],"\u5b9f\u88c5":[54,60,91,7,29,123,22,61,146,42,101],"_date":126," added":[83,93],"\u5217\u8868":37,"\u6b53\u8fce":70,"_normalize":[91,83,3,75,56,154,152,26,157,96,97,95,116,61,62,125,51],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,129,55,102,130],"_retry":2," rst":17,"\u6771\u4eac\u90fd":[56,154,120],"[token":61,"(r":141,gdb:149," akio":130,"(a":64,"_pack":115,"\u3046\u3061\u3044":80,"([":53,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"(_":[39,128,104,125,69],"\u30d1\u30e9\u30e1\u30fc\u30bf":[43,103,95,61,129,22,63],"\u30fb\u5186":112,dcmake:84," testdb":141,"\u6c4e\u7528":[141,80,7],"\u639b\u3051":125,rubygems:61,"(<":55,"(=":[2,125,55],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":126,"((":91,"()":70,"(.":[62,126],"(-":125,"(\"":[60,3,105,80,26,97,61],"( ":[61,80,41],"(!":55,"('":[58,91,3,152,111,80,46,122,74,89]," specfied":93," real":[116,26],intel:141," deleted":63,"_but":55," read":26,"\u95a2\u308f\u3089":141," ssh":126,"\u4f4e\u901f":110,"\u4ed5\u7d44":[42,101],conditional:128,yyyy:[124,125],"_supported":[2,144]," finds":95,"\u30d5\u30a9\u30f3\u30c8":17," tokenizer":72,ddl:56,lucid:[130,12,126],"/httpd":[118,7],"\u8a18\u4e8b":[96,62,126],"\u5168\u6587\u691c\u7d22":[61,51]," handled":7,";\"":61,"; ":[141,80,7],"\u5ec3\u6b62":10,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[22,42]," cannot":[43,32],"\u304b\u3048\u308b":[153,110],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[157,113],";\n":[15,141,7,42],"\u30ec\u30d9\u30eb":[5,61,6,80],"\u7b97\u51fa":[61,91]," comment":[61,62,154,153],"\u7403\u9762":[60,147],"_prefix":115,"<encoding":80,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:101,"\u30aa\u30fc\u30d7\u30f3":[22,61],complete:[39,128,9,61],"\ntext":67,"/pull":126,"_empty":[2,144],"with":[3,126,56,113,58,22,44],"_load":[43,25,35,61],"_types":[113,42],pull:126," corresponding":63,"_incompatible":2,"\u304a\u77e5\u3089":43," represented":67," distance":60,ac:157,uid:126,"\u30ec\u30b9\u30c8\u30e9\u30f3":112,an:113,"| n":125,as:[39,72,155],ar:[56,72,120]," \\\"":153,"| c":125,"| _":59,"\u3002messagepack":[114,44],shimomura:61,"_bool":[130,63],"\u4e00\u65b9":[3,152,97,11,112,26,56,153,62,125],"\u30c7\u30d0\u30c3\u30b0":[107,72,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[61,84,141],"\u9806\u4f4d":77,"]\n\n":[154,85],"\u304c\u3068\u3046":154," wheezy":22,queryexpandertsv:[43,35,97,8,61,23],"_such":[2,144],original:119,"\u6587\u6cd5":[43,132],senna:61,"\u4ed8\u968f":[34,57],"\u30c7\u30fc\u30bf\u30d9\u30fc":22," default":[158,116,124]," upload":126,getaddrinfo:61,"\u5408\u8a08":[52,56,78,141,107,140]," lcov":149,"-talk":[61,126,21],"\u548c\u5e83":61,"\u901a\u4fe1":[70,143]," mingw":126,to:7,tail:[144,126],th:61,te:72,homepage:141,tc:[129,102],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[91,72]," rroonga":[61,62,153],"\u3002column":[55,3,103],condition:125,"(popular":91,"\u5909\u308f\u308b":[56,26],"\u5909\u308f\u308a":[107,59,120,99],"\u4e0d\u5b8c\u5168":22,"\u300c\u6771\u4eac\u90fd":56,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[61,72,113],"&gt":26,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":61,"\u7701\u7565":[46,61,103,126,99],"\u7d22\u6642":130," bundling":61,"\u3067\u306b":[56,96,8],section:103,"\u30ea\u30c6\u30e9\u30eb":[22,1,152,26,61],"\u5927\u5207":112,"\u6700\u65b0":[17,99,126,21,22],"\u3002timeout":63," left":93,"_modified":154," }":[72,3,154,65,85,42]," httpd":126,full:[72,126],hash:[78,154],"\u30ce\u30a4\u30ba":[56,104],"\u6700\u5c0f":[127,109,12,118,139]," https":[101,64]," returns":[97,95,93,105],"\nthe":[116,113],"_debug":149,"\u975e\u516c\u958b":126,"_compare":63,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":91,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":61,"\u306b\u3059\u308b":42,followee:154,tokenizer:61,"\u30ce\u30fc\u30c9":[129,61],"-release":70,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":120,"/limits":116,follower:154," large":116,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[22,130],select:[43,1,10,35,130,25,121,15,47,142,99,61,22],"\u3002\u3002":38," apt":[61,12,126,127],mecab:[139,1,130,126,12,109,127,61,22,44],"\u3002\u300c":[36,91,72,152,113,125,62,51],"\u7406\u95a2":41," api":[70,13],"\u4e0a\u8a18url":126,more:144,"\u30c6\u30ad\u30b9\u30c8":[92,126,141,130,113,26,157,72,61,51,101],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":36,"\u518d\u5229":[78,91,89],"_argument":[129,95,2,144,63],"_messages":[126,101]," do":67," db":[3,66,95,85,116,29,7,4]," debootstrap":126,"_adjust":[88,55],"\u6bd4\u8f03":[43,91,152,130,141,61]," fumiyasu":22,scan:149," libedit":139,"_descending":129,accept:130," !":[61,125],gronoga:7," dataset":[39,155],information:124,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":22,"\u3002lzo":58," demo":36," pkg":19,"\u300ccommand":29,"=dat":61,"\u52d5\u7684":[43,35,112,130,7,61],"\u5b9f\u884c\u4f8b":[61,149],"\u5019\u88dc":[39,128,9,104],"\u306b\u3059\u3050":96,"\u30fb\u81ea\u5df1\u7d39":154,"\u559c\u3073":[68,101],github:[0,126,58,22,61,86,17,44,101],tokenbigram:[91,72,3,152,104,56,78,120,87,125,31,51],"\ncan":[116,67],register:[43,25,113,35,61],"\notherwise":15," path":[158,124,54,7,8],"\u6e0b\u8c37":154,replied:154,"\u25a1\u25a1":106,"\u666e\u53ca":112,"\u52d5\u753b":36,"\u8f09\u305b\u308b":126," will":[116,63],replies:62,its:[0,67],saucy:[43,115],".rpm":[139,109]," ?":125,"\u63a5\u7d9a":[3,141,137,80,135,61,117],"[tokenizer":61,"_weight":[58,103],"_ci":157,"\u6271\u3044":[11,39,10,120,146],"\u6271\u3046":[2,125,56,140,21,112,61],"\u6271\u3048":[82,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":61,"\u5c0f\u306a\u308a":134," outputs":124,messagepack:[22,44,61],"\u6271\u3063":[61,1,154],"\u30ad\u30e3\u30b9\u30c8":[61,130,152,154],"[doc":[22,61],found:93," don":15,"\ndeb":[127,12],".offset":95,"\u534a\u89d2":[129,157,3],"\u540c\u7fa9":148,"\u9ad8\u901f":[36,1,55,3,152,146,78,38,80,125,112,60,61,22,147,42,51],operation:144,"\u6271\u308f":[91,72,152,11,38,141,56,61,157],really:[91,152,125],"\u524d\u8005":[59,157,148],ftp:141,"/usr":[44,80],"\u30de\u30eb\u30c1\u30b3\u30a2":112," parses":67,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/locale":[126,101]," parsed":67," log":[158,43,7,35,126],"/etc":[118,126,140,12,127,7,61,116,148],"\u6975\u4ed8":[60,147],"_hit":[85,65,3,4,7],"\u3053\u3053\u3067":126,"\u30a6\u30a7\u30a4\u30c8":58,"_user":[43,24,41,35],"-keyring":[61,12,127]," porting":83,number:[107,93,125],"_pipe":[2,144],"\u3059\u3079\u304d":55,"\u7d42\u308f\u308b":[96,152,125],eito:61,"\u30b3\u30d4\u30fc":[103,126,77,95,133,61,63],"|enable":72," process":[124,7],"\u30ab\u30b9\u30b1\u30fc\u30c9":61,"\u3057\u304b\u3082":146," apply":67,"_stack":2,"\u642d\u8f09":112," tweets":96," halfwidth":157,"\u5b66\u7fd2":[43,128,130,156,61],"\u00a0threshold":[49,63],"\u56de\u547c":130," overcommit":116," user":[36,141,26,116,97]," uses":[15,116,124],"_db\u30d5\u30e9\u30b0":22,"\u60f3\u5b9a":[65,36,133,107],"\u5b9f\u969b":[52,36,91,75,56,154,79,61,62],"_nofile":[61,124]," ci\u4e00\u822c":64,"\u52d5\u74b0":150,"*data":77,"\u66f8\u304d\u63db\u3048":[126,64],gted:101,qps:[150,141],"\ngroonga":[22,10,121,116],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[130,80],self:141,"_lock":[22,63],also:[26,125],without:[39,7],mroonga:[91,92,152,153,112,97,61,62,148,125],"\u8a18\u53f7":[56,80,120,3,130],"\uff08todo":125,"\u306e\u3069\u3061\u3089":[91,125],"\u3060\u3055\u3044":[0,118,3,7,86,44,42,91,125,126,12,101,19,144,61,148,149,64,157,152,112,114,115,70,51,85],"\u5b57\u5217":[22,37,152,51]," full":26,exe:[84,126],"_uint":48,ext:72,"\u6d3b\u304b\u3059":91,"<limit":80,"_processes":2,microsoft:84,"\u3057\u304b\u3057":[91,125,56,120,62,148,42,101]," longer":[83,14],"/command":[85,7,14],xcode:71," bytes":[41,14]," item":[39,128,104,69],"-memory":130,"\u77e9\u5f62":[28,59,112],"\u5143\u6c17":61,columnn:61,"\u9577\u578b":129,"\u6642\u306b":22,"\u51e6\u7406":[1,2,74,77,113,120,72,7,122,89,91,125,42,101,55,141,59,144,61,152,111,112,130,25,26],"\u5225\u9014":[37,63,110],"\u30bf\u30fc\u30b2\u30c3\u30c8":61,columns:[46,61,130,74,122],"]]]":[56,128,131,125],"\"requires":61," access":116,"\u5fc5\u305a":[91,10,144,95,51],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":42," palalles":126," x":116,"\u3082\u3057\u3054":61,"_point":[36,147,93],"\u30ed\u30b0\u30ec\u30d9\u30eb":[80,7]," threasd":80,"-github":126,bytes:52,"\u6c7a\u3081":51," serve":126,"\u7528\u610f":[91,55,126,104,141,60,69,44,39,63,9]," normalizermysqlgeneralci":157," characters":67," palallel":126,"\u3082\u3057\u304f":[139,109,152,126,11,140,37,95,7,129,61,62,125,85],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[1,130,58,61,22,44,149],"\u51fa\u73fe":[112,128,103,82],sed:[22,61],"\u547c\u3073\u5143":14,sea:[39,72],sen:83,"\u8a00\u8a9e":[70,55]," code":[114,124,4,101],juman:[139,109],currently:[7,66],mutex:61,"\u65e5\u4ed8":[112,60,126]," operator":93,"\u3082\u3057\u308c":148,"<span":26,"\u7a7a\u6e2f":154,"\u304c\u3064\u3044":[78,130,61],javascript:[29,43,7,132,85],"\uff09\uff08":51,"\u3082\u304d\u3061\u3093":7,"\u500b\u4eba":44,"\u6790\u5668":112,"_already":[2,144],"\u77e5\u308c":[123,113,54,106,62],last:154,"\u4e00\u8cab\u6027":106,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[112,141,134],"\u578b\u5909":22,connection:144,mmap:[43,32,61],pdf:70,"<#{":124,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":61,load:[43,1,10,35,130,25,47,142,133,61,22,90],");":[15,55,67],"):":[118,126],"@ceekz":61,"\u30b9\u30ec\u30c3\u30c9":[112,137,141,14,80,42],"))":[91,148,125],"\u30ca\u30ce":[114,130],")-":126,"),":[58,61],").":[26,126],"_exec":[2,67],")\"":[152,61,92,26,75],".htpasswd":[7,42],")'":[36,154,152,104,128,26,153,59,69,39,125],"[rpm":[22,61]," sample":141,"\u7c21\u6613":[118,60],")\n":[53,83,126,60,97,55,124,147],"\u30d1\u30e9\u30e1\u30bf":[33,63,102,66,77,48,105,95,14,15,129,98,93,49,88,67,41,100,103],shinya:61,func:[41,14],"\u3067\u307e\u3068\u3081":148,")]":61,"-api":68,"\u3067\u306a\u3051\u308c":125,"\u5236\u9650":43,"\u3002point":[28,147],error:[15,114,7,124],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[22,61],"_nromalize":157,"\u632f\u821e\u3044":[61,97],"\u63a1\u7528":[56,112,85],"<=":154,"\u5316\u524d":89,"< ":125," expression":[116,67],"\u8a00\u3044":153,"\u4e00\u7fa4":55,">\n<":4," file":[158,116,7]," tweet":96,"\u56de\u52d5":141,alert:[124,7],ifexists:46," shows":113,stack:[61,144],"\u7121\u99c4":112," fd":158," digits":124,"\u8981\u6c42":[106,61,3,153],"-path":[126,115],"_file":[2,114,7,148,42,144]," time":[11,154,141,56,116,124],mysql:[139,109,83,126,112,12,113,127],"\u5316\u51e6":[22,89],"\u30bd\u30fc\u30c8":[43,1,130,36,78,38,91,128,95,22,61,132],"3\u4ef6":154,"_files":[2,144],location:[114,61,7],input:[46,114,144]," speakers":21," directive":7,emergency:[124,7],"\u3002db":[22,55,3,85,14],"\u30cf\u30c3\u30b7\u30e5":[65,61,126,107],"\u30bd\u30fc\u30b9":[17,126,115,43],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":126," \u4e0a":86,"\u540c\u7b49":[120,141],"\u308f\u3051":[11,39,91,72,125]," res2":95,"\u4ed5\u65b9":70,"\u30d6\u30ed\u30c3\u30af":[61,7,112],"_flow":[2,144],"\u6ce8\u8a18":61,"\u30af\u30ed\u30fc\u30f3":44,"}]\n":11,"\u65e2\u77e5":44,bi:[56,120]," tablename":10,"\u4e0a\u4f4d":[56,95],wget:44,by:39,"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":118,"\"yu":133,"\u3068\u308f\u304b\u308b":126,garbage:61,"\uff11\u4ef6":122,"\u3088\u308a":[75,37,120,61,39,44,91,60,125,11,96,129,51,55,56,141,22,62,147,148,152,154,130,115],"|key":[91,3,75,56,154,152,26,96,97,119,116,62,125,51],"\u30d5\u30a9\u30ed\u30ef\u30fc":126,pcre:61,"\u56fd\u969b":101,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,132,61]," curl":[71,4,42,7],"\u5074\u9762":112,"\u6574\u3063":149,"\u3002sphinx":17,link:[11,85,110],line:114,"\uff08ci":64,posted:154,"\u8868\u3059":[53,55,36,11,38,58,60,72],"\u3088\u30fc":154," terms":[91,3,152,107,56,80,26,97,116,125],up:4,ul:72,"\u5206\u89e3":55,"\u3054\u307f":[61,106],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":70,parses:105,"char":[66,48,105,14,95,63,67,41,103],"\u3054\u3068":[52,72,126,140,137,82,97,61,14],"\u3075\u308a":128,"\u304b\u307e\u3044":3,defines:155,codes:126,taro:36,">uptime":4,"=null":[91,72,99,51],invalid:[91,144],"\u8868\u308f":63,"\u898b\u4ed8\u3051":61," invalid":105,"\u7acb\u3061":114,".load":141,".dump":22," script":[123,141],"\u53f3\u8fba":[22,130],"(nginx":118,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":144,"\u6307\u5b9a":[112,55],"\u4e00\u7dd2":[1,60,3,56,91,61,118,51],"\u3088\u304f":91,"\u3088\u3046":[1,72,74,78,38,80,118,7,8,122,61,44,120,42,43,91,10,125,126,156,96,97,95,133,17,51,55,141,106,107,60,22,147,148,149,64,152,153,111,112,130,113,26,114,142,29,157],"\u3088\u3044":[91,152,62,63,42,101],"\u3088\u3073":55,age:91,"/wgs":59,"\nerror":[5,6],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":61,oracle:[43,115],"\u3088\u3063":59,"\u8a66\u884c":112,hello:[96,125],partial:55,"\u3067\u307f":112,",\"title":3,results:95,"/sysctl":[140,116,71],"\u3067\u3064":75,"\u843d\u3061":[61,130]," problem":[15,116],"\u3067\u306e":[114,26],"-lzo":115,"/json":[22,42],"\u3067\u3069":128,"\u3067\u3057":[19,11,125],"\ncase":15,"\u8a2d\u5b9a\u6e08\u307f":118,"\u306a\u304a\u3053\u306e":141,":..":91,"\u3067\u3059":[2,3,4,72,7,8,9,10,68,12,14,15,16,19,153,22,25,26,29,31,11,37,38,39,41,42,139,46,47,50,51,52,54,55,56,58,59,60,61,62,63,64,127,69,70,99,0,74,75,78,79,80,82,84,85,87,44,89,91,92,96,97,95,100,101,103,104,106,107,108,109,110,158,112,113,114,116,118,120,123,122,125,126,128,133,134,140,141,142,144,147,148,149,150,152,154,157,146],"\u3067\u3044":[11,91,125],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[70,148,91,115,64],"\u3067\u304d":[1,72,74,4,77,78,38,80,123,2,7,8,86,122,61,44,89,96,91,10,125,126,127,128,12,14,46,97,95,130,133,134,129,17,51,53,54,55,102,103,139,141,106,147,58,94,60,99,22,63,148,149,64,150,109,157,152,153,112,24,113,26,151,114,28,29,101,71],"{user":116,"\u7279\u306b":[55,126],"\u9234\u6728":61," libmsgpack":[127,12],"\u8fbc\u307f":[20,148],"\u8ca2\u732e":61,"\u3002time":154," under":7,"\u983b\u5ea6":128,"_unlink":63," accesses":116,"\u6368\u3066":22,".clean":126," update":70,"\u5f15\u304d\u7d9a\u304d":61,"this":[91,3,152,11,124,155,15,7,116,39,125,85],"(wgs":59,"\u30aa\u30d7\u30b7\u30e7\u30f3":[139,1,130,126,19,12,113,91,14,65,127,61,22,44,109,149,71],"_posting":[93,102],"\u4e00\u81f4\u3057":[91,120],"\ntable":[56,39,133,154],video:36," [":[47,72,91,51],".xml":4,index:[36,83,102,103,126,93,62]," n":116,"_operator":[95,88,67,103,93],"\u306e\u3067\u3057\u3087":91,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":84,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[66,125],"\u5fc3\u304c":149,"\u516c\u958b":[22,130,126],"?parameter":7,let:96," memory":[15,43,32,116,14],ubuntu:[43,149,115,64]," memcached":85," \"":[91,60,75,141,79,113,107,47,85,154,87,62,125,108,152]," ":[72,3,75,85,39,87,108,42,119,91,10,125,11,128,96,97,47,36,104,65,153,59,60,62,152,110,154,113,26,114,142,69,92,157,7]," (":116,ctx:[66,137,14,15,95,63,67,41,103],"\u73fe\u308c":72,"\u3067\u3082":[0,2,3,78,120,84,7,61,39,44,139,91,126,12,101,56,141,58,153,59,85,144,22,62,149,109,112,26,127,115,51,71],grnslap:[40,43,35],buffered:16,"\u8d85\u904e":[140,61],"\u767a\u4fe1":126,"\u30c7\u30b6\u30a4\u30f3":61,"\u9014\u4e2d":[126,104,80,144,61,39],"\u3046\u3048":[22,61],"\u4ee5\u964d":[92,126,38,80,130,85,61,22,157,149,101],"\u3002\u3064\u307e\u308a":[91,3,152],zip:[43,126,115],"<- ":42,illegal:144,"\"sea":39,"\u3044\u304f\u3064":70,next:41,"\u3046\u3061":[10,103,38,107,95,55,61,129,22,63],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":62,"\u30af\u30a9\u30fc\u30c8":[72,113,152]," doc":[75,126,101],"\u3059\u308b":[112,70,137,21],"\u5909\u3048\u308b":56,"\u7d4c\u7def\u5ea6":[43,132],"\u3059\u308c":[3,125,112,141,95,8,152],src:95,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":70,"\u3059\u3093":154,"_escape":67,"\u4f7f\u3044\u65b9":[43,35,112],"\u6b8b\u308b":22,"\u6b8b\u308a":[91,10,148,51],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":61,"\u6e21\u3055":[60,55,41,61],"\u6e21\u3057":[55,74,152,46,85,122,3],"\u6e21\u3059":[61,3],"\u5171\u306b":[63,103]," disable":[158,7],"\u6b8b\u3063":[61,130]," actual":7,",\u3000":141,"\u306f\u6708":125,process:[43,35],lock:63,"_estimate":[22,93],"\u6295\u7a3f\u5834\u6240":154,"\u7d30\u5206":11,"\u00a0limit":[129,95,93],"\u3059\u3050":[112,42],"\u6301\u3061":[72,80,7,55],"\u6301\u3063":[91,72,152,104,112,106,61,157,113,125]," toybox":11,"\u6301\u3064":[36,91,60,3,125,110,104,11,112,137,38,80,46,153,95,22,157,89],"-enable":130,"\u3059\u3067":[96,72,120,126],"\u3059\u3079":[91,10,133,78,144,141,72,7,55,22,39,108,154,42,90]," titles":[152,125],"\u6b8b\u3057":91,defalt:130," indexblog":62," port":[158,85,71],"-gqtp":[43,109,139,12,27,127,61],"\u3044\u304f\u3089":112,"_')":[58,89],"\u4e26\u3073\u9806":59,">starttime":4," msgpack":4,tomotaka:22,"\u8a2d\u5b9a":70,alloc:[85,65,3,4,7],"\u4f53\u8fd1":147,"\u9078\u629e":[112,91,60,126],allow:[61,91,12,152,127],":\\\"":46,op:[95,88,103,93],"[httpd":61,"\u8abf\u3079":[77,28,63,147]," clear":63,"\u30ab\u30d0\u30fc":149," clean":149,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":150,"\u3092\u3064\u3051":[91,152],"\u6539\u884c":[22,79,80,61],"\u78ba\u7387":128,"_unavailable":[2,144],"\u6587\u66f8":[112,134],"=platform":115,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1," allocated":[15,14],"\u5de6\u4e0a":[28,1],"\u5de6\u4e0b":1,"[space":152," start":[96,158,118],billiard:[56,120],lzo:[22,144,44,103,61],"\u4e00\u6642\u7d50\u679c":61,"_per":[22,14]," fulltext":[72,26],"_implemented":[2,144]," hw":71,"/master":[17,101,64],"\u7121\u9650":[61,130]," hh":[124,125],"_none":79,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":64,"-patch":101,"\u753b\u9762":[1,126],frequency:[39,128,104,69],"\u30b3\u30e1\u30f3\u30c8id":154," subject":61,"-fd":[158,22],"\u4ed5\u69d8":[43,10,128,130,7,61,49,29],"\"\uff08":39,"\"\uff09":[11,39,1,59],"_friends":36,"\u30bb\u30b0\u30e1\u30f3\u30c8":[107,30,63],"3ki":130,"\u591a\u304f":[91,3,11,80,26,56,7,22,146,118,51],"\uff08\u300c":[56,157],"\u5897\u5927":60,"\u5bb9\u91cf":[107,91],"\u30cb\u30db\u30f3\u30b4":39,system:[19,116],"\u591a\u3044":[56,152,125]," video":36,"-keys":126,"\u30b9\u30da\u30eb":148,"\"weight":11,"\u304b\u3061":[91,120],"\u304b\u3064":[129,61,91,120,125],"_logger":61,"\u304b\u3069":[91,152,56,140,28,59,7,128,147]," next":93,"\u756a\u76ee":[91,72,3,152,11,95,129,125],"\u8ffd\u8de1":70," how":116,"-time":26,"\u500d\u7cbe":37,"\u6253\u3061\u5207\u308a":61," documentations":136,"\u304b\u3051":[61,90],"\u9650\u6587":[22,51],"_results":95,"\u304b\u305a":61,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":120,"false":[34,152,126,97,5,37,130,57,58,11,47,6,131,153,20,125,108,119,142,90],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[54,106,113,114,123,62],"\u304b\u3089":[112,70,137],tokendelimitnull:[31,121],"_const":[55,67]," unix":114,"\u3069\u3061\u3089":[0,118,3,75,113,14,62,9,42]," there":39,"*init":41," six":[124,3],"\u6a5f\u80fd":[112,55]," sid":[22,107],"_hey":51,"\u3089\u308c":[91,72,3,78,79,130,87,112,59,55,61,106,22,62,142,90],"\u4e2d\u9593":[55,120],"\u3064\u3076\u3084\u304d":96,"_suffix":22,"* ":[15,140,37,125],"\u6e80\u305f":[153,59,55,154],"*\"":[62,91,121],latin1:61,"\u5168\u89d2":[129,22,157,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":80,"\u3067\u3059\u306d":106," shinya":61," thesaurus":91,"mo\u30d5\u30a1\u30a4\u30eb":101,"(arugment":125,"*res":[95,88,93],"\u30ea\u30af\u30a8\u30b9\u30c8":[34,74,5,79,6,7,87,122,42,90,131,133,20,135,57,65,107,144,61,150,58,111,25,29,30,117],".gz":[139,109,126,19,12,71,127,44,101],"=r":61,"_initialized":[2,144],"'localhost":[150,80],"=c":84,"=i":126,"=\\":[92,26],"\u30ea\u30ea\u30fc\u30b9":[143,70,106],"\u5316\u5bfe":101,means:[116,93,124],"==":125,"=$":[44,126,101],"='":92,"= ":[140,59,125,119,61],"\"ellip":147,"=\"":[19,126],db1:42,"=/":[148,44,80,149,126],db2:42,"=(":126,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[22,61,24,35,43]," released":[83,126],"\u64cd\u4f5c":[43,91,55,103,11,112,80,14,95,134,61,63,132,125],travis:138,"\u7cfb\u5ea7":[28,147]," queries":26,"/doc":[17,126]," the":[93,124,152,158,105,113,26,155,116,15,95,7,61,39,63,67,125],"\u3002debian":149,"\u306b\u3064\u3044\u3066":[0,138,72,3,5,113,37,120,80,82,6,34,8,123,39,61,44,40,42,90,139,91,10,126,127,11,128,12,46,97,47,131,99,74,20,135,136,79,51,122,53,54,55,102,133,104,19,140,57,147,2,107,129,60,144,22,108,63,148,64,58,109,154,152,153,111,112,94,25,151,28,142,87,69,116,70,30,65,117,71],"\u51fa\u529b":[17,70,149,112],"\u8ffd\u8a18":[61,126],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":106,"_connected":[2,144],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":61,"/var":[118,44,80,7],configuration:61," rectangle":93,"2\u4ef6":154,"/status":[150,85,4,42,7],valgrind:149,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[152,78,130,22,61,125,51],etc:[140,12,7,42]," properties":124,":\u5206":154,ch:72," \"@":154,"\u533a\u5225":[37,91,119],cd:[139,109,19,12,71,127,44,101],variety:36,"\u7d99\u7d9a":[61,80,64],"\u591a\u69d8":112,zenigata:36,"\u66ff\u3048\u308b":[3,110]," \"_":[3,75,85,39,108,119,91,60,125,11,128,96,97,47,36,104,153,59,142,62,152,110,154,114,69,157]," \"e":[39,72,128]," \"a":[153,72],"\u304a\u3055\u3089\u3044\u3057":106," \"b":153,"_itoh":22," \"n":[114,91,3,152,65,7,125,85]," \"i":[114,91,125,96,62,152]," \"h":72," \"k":36,"_vesion":92," \"t":72," \"s":[128,72,104],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":61,"\u58ca\u308c":[22,130,107,61],"\u3068\u3064\u3044":59,"\u4fdd\u6301":[11,154,82,14],"\u518d\u5e30":[91,55,34,7,63,148,90],"\u30c7\u30a3\u30b9\u30af":[1,62]," \" ":[72,141]," \"/":[87,47],tokenkytea:61,"\nmany":116," yes":150,ultra:36,"0x":[11,61,37,152,144],"\u58ca\u3059":61,site:[11,3,85,110],"\u3002\n":[1,37,120,80,22,87,10,126,141,14,46,95,20,79,36,55,103,57,137,106,107,61,62,147,154,130,121],"\u4e00\u62ec\u3057":95,"_versions":126," migrated":[91,152,125],"\u5ea7\u6a19\u5024":22,"\u3002 ":[118,2,3,119,146,78,37,38,72,7,8,39,61,44,42,15,91,60,125,46,97,47,134,136,51,101,104,19,141,58,153,142,99,22,147,148,157,152,112,130,113,26,121,114,28,69,92,71,85],"\u4f75\u305b":3,"\u3002\"":[56,154,85,104],"\u3002#":[22,130],"\u3002-":[77,29,44,129,154],"\u3002.":101,"\u3002(":[139,109,55,126,141,80,118,46,142,129,17,62,41],"\u3002)":[129,62,142,141],"\u300cbilliard":120," download":126,"\u3002:":[3,79,120,80,7,39,87,9,42,91,10,126,128,141,46,131,74,17,101,122,133,104,56,140,106,58,107,116,22,149,111,69,29,51],"\u982d\u6587":144,"\u518d\u5ea6":55,"\"roonga":9,v1:55,v2:55,architectures:126,".group":153,"\u3002_":[3,89],"\u3002[":[61,3],"_lzo":[58,2,103],off:7,"\u3002c":[68,112,2],"\u3002n":[56,72]," ci\u4e0a":64,"\u4e00\u77ed":112,command:[98,14],ecmascript:[61,91,125,134],"@' ":3,"\u81ea\u7531":[112,55,144,89],gettext:101,"\u9806\u5e8f":[56,87,79,3,91],web:[1,152,126,104,128,91,69],"\u6b63\u898f\u5316":[61,113,26],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":80,dest:[150,95,80],"|http":141,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[78,61,51,125,22],tvsec:65,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[43,149,132]," responses":15,"\u5947\u6570":125,string2:94,"\u672c\u8cea":141,"*target":67,"\u3059\u304f":153,"\"rect":[61,147]," delimit":61,"\u904b\u55b6":126,"/source":[101,109,126,139,68,12,127,84,19,17,44,71],"\u5727\u7e2e":[103,58,61,22,44,146],"\u63db\u3048":[129,63],"\u30dc\u30bf\u30f3":[61,126,101],"\u53d6\u308a\u9664\u3044":95,"_group":95,"\u53d6\u308a\u9664\u304d":[92,55],"(debian":118,iwai:61,"\u5206z":37,"_queries":[85,65,3,4,7]," normalizers":157,"\u7d42\u3048":126,"'' ":152,"(get":150,"\u300cusers":154,"\u9805\u76ee":[107,1],"-node":109,"_remove":[43,35,25,61,22,63],"_started":[114,113,58,47,142,108],"\u89a7\u4e0b":149,"function":[114,144],"\u300cpopular":91,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[91,10,140,141,20,44],"\u30ea\u30bd\u30fc\u30b9":96,"\u7570\u306a\u3063":129," comments":[153,62,133,154],sigstop:61,"-point":37,"\u4e00\u756a":[91,44,42],"\u7a7a\u6587":[37,152]," sitedomain":110," applications":26,"\u3002iptables":85,bigram:[56,120,155],"int":[3,4,36,77,16,37,39,41,91,60,125,11,128,95,14,15,97,47,49,53,102,103,104,56,48,129,59,93,61,62,63,152,66,110,154,130,69,67],"\u4e2d\u91ce":154,"\u69d8\u3005":[70,55],"*proc":77,"\uff08not":134,redcloth:126,"%post":61,compared:26,"\u7570\u306a\u308b":[43,141,80,97,32,61],"\u7570\u306a\u308a":[91,152],"/message":126,"/default":[61,118],details:124,monkey:11,"'user":97,"\u4eba\u3068":106,"/sources":[127,12],"_query":[61,55,67,128],"+ff":157," hat":70," has":[83,155,14,95,93,116,124],"\u672a\u5b9f\u88c5":122," available":83,eof:80,"_hugetlb":22,"-threshold":115,rep:141,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":154,"*string":67,"/sysconfig":118,"\u3070\u308c\u308b":130," deb":61,"\ntitle":126," yuki":22,"const":[66,48,105,14,95,129,61,63,67,41,103],"/travis":64,spec:[61,130,126],"\u30e9\u30a4\u30bb\u30f3\u30b9":61," needs":116,"\u304b\u305a\u3072\u3053\u3055\u3093":61,"\u4e0b\u66f8\u304d":38,editrc:22," stamp":124,"\u3002tokendelimit":69,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":126,"\u4f8b\u3068\u3068\u3082":60,".en":126,"\u932f\u8aa4":112,upload:126,"[macports":22,starttime:[85,65,3,4,7],"\u7c21\u5358":[47,44,113,126]," threads":[158,124],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":130," builder":16,"\u69cb\u9020\u4f53":[102,41,14]," root":7,"\u304c\u3072\u3068\u3064":148,"/branches":149,"\u65e5\u672c\u6e2c":60,incompatible:144," ignored":[61,66],zunda:22," touch":116,"\u4e8c\u3064":[10,72,153,141,120,113,14,97,47,60,55],"\u578b\u3068\u3057\u3066":37,"\u30a8\u30f3\u30b3\u30fc\u30c9":[29,130,157],"\u30af\u30a8\u30ea\u30ed\u30b0":[22,61,69,104,39]," too":62," data":[15,43,156,4,116],"-admin":61,"\u30d0\u30c3\u30d5\u30a1":[33,103,77,107,95,61,62,63]," synonym":[91,75],"-h":80,"_table":70," ages":51,kytea:[44,61,72],"\u304b\u304b\u308b":[96,95,3],"\u9df2\u7530\u57fa":61,"_register":121,"\u3064\u3065\u3044":154,"\u62bc\u3057":3,word:[61,91,152,125],"_options":61,"\u62bc\u3059":[3,101],"\u30a2\u30fc\u30ab\u30a4\u30d6":[84,126,101],"\u5316\u6642":22,"\u540c\u68b1":[61,130,101],"\u540d\u524d":[43,48,10,66,35,126,130,121,14,114,95,103,61,22,63,41,101]," chunk":[107,116],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":126,"\"apple":157," ${":101," through":7,"-lines":[158,22],"\u306e\u3046\u3061":152,"/security":116,"_plugins":22,"\u306b\u5bfe\u3057\u7570":97,"|with":[96,91,3,75,153,56,154,113,26,58,97,116,62,125,152],"\u76f4\u4e0b":22,lat:141,"_title":[141,62,3],".description":154,"*func":[41,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":130,"@naoina":61,"\u30d9\u30fc\u30b7\u30c3\u30af":42,"\u306e\u3069\u3061\u3089\u304b":[91,152,125],"\u30dc\u30c3\u30af\u30b9":91,"\u5bfe\u8c61id":33,".conf":[140,118,7,116],japan:[142,85,110],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":148,"\nsuffix":55,"\"say":125,"/windows":[84,126]," tatsuya":61,"\u4e0b\u9650":[129,102]," speed":9,then:39,"\u8f9e\u691c":[78,125,22],they:124,"\u5168\u3066":[91,125,37,96,95,7,134,62,101],"\u697d\u3057":[56,120],"\u56de\u6570":61,"-send":158," words":125,"\u7a81\u7136":61,"\u5316\u65b9":[157,113],carlos:[47,108],serach:104,"/null":1,logs:[87,51],"-(":[125,126],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":61,"+ y":37,"+a":152,network:144,"_directory":[2,144],".deb":126,"\u3068\u3059\u3079\u3066":[61,91],"-rsync":126,wgs:[36,93,110,11,37,28,59,85,22,147],"\u6210\u308a":[91,152,144],"\u90e8\u5206":[55,152,114,44,149,125],"\u77ed\u3044":[154,130],"+ \"":61,"_tp":150,"+\n":116,"\u77ed\u304f":[96,112],standard:37," editor":101,"_to":[154,62,105],"\u30eb\u30fc\u30eb":[130,42],"+ ":[61,157],"++":[139,109,126,112,61,22,44],"+-":[67,7],"\"ni":39,"\"no":61,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":22,"\u59a5\u5f53":78,"\u305d\u306e\u3088\u3046":142,">>":[61,125],"_next":[129,61,130,102,93],"> ":[61,84,121,126],">\"":[61,91,92],"\u3082\u3089\u3048\u308b":106,"\u30b5\u30dd\u30fc\u30c8":[1,72,4,78,37,38,118,7,22,123,44,42,10,125,126,11,96,97,129,51,54,141,106,61,148,64,152,112,130,26,157,85],"/tree":17,">\n":[83,4,126]," mysql":[112,91,83,148,26],"\u898b\u306a\u3057":129,john:142,"/lc":[126,101]," lc":101,"\u63a2\u7d22":112," ls":126,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[95,63,66,103],"\u3069\u3061\u3089\u304b":[125,26,152],"\"unknown":105,target:[84,63,67],"\u3002value":[63,89]," solr":125," change":[15,61,7],"\u57fa\u76e4":14,":byte":48,"\u30d6\u30fc\u30eb":[11,37],latency:141,dbms:26,"\u5f8c\u8005":[59,157,148],",\\\"":46,"\u8ff0\u3079":3,indexbuf:103,"_distance":[43,1,35,61,22,136]," index":[36,93,152,16,26,116,62,125],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[61,101],gzip:[61,44,146],"\u5408\u308f\u305b":[61,103,125],gronnga:9,"\u3002host":85,"-strings":61,"/releases":126,"\u767a\u751f":[114,1,44,126,56,112,14,58,95,61,63,51],"\u8003\u3048":[106,3,152,42,112],itagaki:130," innodb":112,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":101,"_input":[114,2],"\u771f\u306a\u3089":125,"*section":103," enhanced":83,rectangle:61,"-frequency":22,"\"items":133,"do":141,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":130,"\u3055\u3089\u306b":[36,10,3,112,78,154,9],de:101," also":[91,152,26,14,39,125],"\u8ab0\u304b":70,"[libedit":22,"\u8ab0\u304c":154,"\u3067\u3057\u3087":[96,112,44,138],"\u3042\u308c\u3053\u308c":106,"\u00a0nvars":41," represents":67,"\u4e0b\u90e8":126,"_compress":103,"\u67d4\u8edf":[97,134,112]," hiroshi":130,"\u5bfe\u8c61obj":33,"\u3002json":46,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55,wc:[127,109,12,139],"\u3044\u305a\u308c":[37,10,89],"\uff12\u3064":[59,110]," bool":[11,119],packages:[101,109,126,139,19,12,127,84,44,71],"_tables":61,"\u69cb\u3044":[39,26,101],ill:120,"\u3082\u3046\u307e\u304f":44,"\u4e00\u4ef6":[111,122,74],com:[137,110]," with":[93,26,14,107,7,124,61,64],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\u6709\u76ca":112," following":[116,124]," period":61,"\u30d1\u30fc\u30b5\u30fc":152,"\u95b2\u89a7":[17,85],")\u300d":80," rk":[43,156],")\u3002":[111,74],"'needle":55,"\u3082\u3057\u3053\u306e":140,"\u65b0\u305f":[77,95,55,66,103],applied:83,"-secret":126,"\u904e\u7a0b":89,gnu:44,zlib:[103,130,58,144,61,22,44],"_message":[114,62],"_only":[2,144],aio:61,"\u5165\u529b":[1,34,3,75,5,79,80,6,85,39,87,61,9,90,128,46,131,74,20,135,122,133,104,141,57,58,107,22,150,65,111,114,69,30,117],"[solaris":61,cond:61,conf:140,"\u56fa\u5b9a\u9577":130,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":55,"\u9069\u3057":[96,112,51],"-dataset":[40,43,35,128,121,61],"\u4e0d\u5177\u5408":[61,70],"\u6771\u4eac":[56,154,59,60,120],"-packages":126,hana:36,"\u76ee\u7684":[44,72],"\u57fa\u70b9":91,"\u72b6\u614b":[150,139,109,130,3,126,107,56,106,12,80,14,65,127,112,61]," occurred":[116,93],client:7,the:68,"_shutdowned":[2,144],"\u30de\u30c3\u30d4\u30f3\u30b0":140,solaris:61," limits":116,"_score":[91,154,125,128,59,61,22,89],"\u8db3\u3057":125,repoforge:[61,109],"=sjis":44,"\u7027\u5185":61,"\u7528\u3044\u308b":[36,3,11,112,82,59,85,63],"_key":[1,80,22,87,93,89,46,91,60,125,128,47,96,97,95,133,129,51,48,153,142,61,108,152,130,26,92,157],"\u6307\u6a19":63,jekyll:126,"\u885d\u7a81":118,"\u30ed\u30c3\u30af":[1,80,61,22,63,90]," normalizer":113,"\u691c\u7d22\u4f8b":70," normalized":113,"_expr":70,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[44,114,10,141],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[43,132],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":154,"\u307e\u3068\u3081\u3066":[11,112,91,126],alice:[91,152,97,47,108,42],"\u3057\u304d\u308c":61,tokenbigramsplitsymbolalphadigit:[56,31,104],comments:[153,62],"_arg":2,tasuku:83," result":[39,62,26],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":126,".sourceforge":[126,21],"_compile":67," since":124,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":146,"\u8db3\u308a":[22,148],"\u30b5\u30fc\u30d3\u30b9":[112,61,64],substitution:97,"\u7a32\u7530":61,post:[61,126,146],obj:[33,63,66,77,107,88,67,41,100,103],"*ic":102," xxx":125," salamander":[43,115],"\u6709\u7528":[114,78,3,7,42],"\"text":22,"\u5224\u5b9a":[122,59,74],"\u3068\u306a\u308a":[152,26,42,85],".h":68,"**":[103,6,129,63,41,66]," glossary":64,"float":[11,61,60,4],"\uff09\u3001":[78,120],"\u6700\u521d":[91,3,152,11,106,26,14,114,22,62,125,148,118,51],"*'":91,"_socket":[2,144],"\u5927\u6587":91,"\u5b89\u5168":85," done":15,cdbs:22,"cpu\u30b3\u30a2":[80,146]," ueno":[61,130,121],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[111,74],"\u6027\u80fd":112,"\u6c7a\u307e\u308a":148,"true":[1,34,3,75,5,37,6,8,123,92,108,90,96,91,60,125,11,46,97,47,131,20,51,122,36,54,57,58,153,59,142,61,62,147,119,152,110,154,26,28,157]," \uff08":[39,104,44,69]," friends":36,"\u30e1\u30c3\u30bb\u30fc\u30b8":[154,10],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[91,72,3,104,56,120,157,69,22,44],"\u6587\u5b57":[1,72,3,75,37,120,80,6,61,39,91,60,125,94,11,46,95,129,51,36,55,104,147,59,22,62,63,148,152,66,110,112,113,26,28,154,157,67],"\u7d44\u307f\u8fbc\u3080":[112,55,7],score1:55,score2:55,"\u3059\u3063\u3071\u3044":75,distributions:126,"\u3054\u89a7\u304f":[3,149],"\u968f\u6642":17," stored":15," lion":61,test:[3,126,11,79,141,149],"\u5c5e\u6027":[92,79,113,121,58,72,87],"\u305f\u3081\u3057":59,"\ncrit":[5,6],truncate:[22,61,25,35,43],welcome:[91,152,125],update:144,"\u547d\u4ee4":80,"[gqtp":61,"\u964d\u9806":[91,3,110,128,95,129],"\u3002tld":110,scorer:[43,131]," cutter":149,"\u5bc6\u9375":70,"5km":154,masaharu:61,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":22," always":116,"/debian":127,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":144,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[43,132],"<threshold":80,"\u901a\u77e5":126,"\nlucid":130,"(ptr":130,"_denied":[2,144],"\u307e\u3067\u3057\u3070\u3089\u304f":126,"\u8a2d\u6a02":22,"\u5f53\u3066\u308b":11,entries:[116,91,152,133,125],"/http":[118,7],"\u72b6\u6cc1":[56,77,112],"\u3068\u3057\u3066":[2,78,38,80,7,22,123,88,41,89,139,91,10,125,126,94,128,12,13,46,97,47,130,134,51,138,54,55,103,141,58,60,61,108,63,148,149,109,157,152,112,24,26,127,142,44,101],"\u4e0d\u6574\u5408":1,localhost:[150,4,126,141,7,22,42],"(database":140,"4gbyte":52,"=)\n":55," commit":101,"\u3002cursor":129,"[munin":[22,61]," normallexicon":157,"\u30c8\u30e2":36,"dat\u30ad\u30fc":61,"[deb":[22,61],"\u6e2c\u4f4d":112,"\u30b5\u30d6\u30bf\u30b9\u30af":126,"\u96c6\u5408":[61,95,134],change:42,"\u30ec\u30dd\u30fc\u30c8":44," free":[15,107,124],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[56,91,134],"\u305d\u306e\u969b":126,".spec":22,".exe":84,"\u305d\u306e\u307e\u307e":126," resourses":15,"-cutter":126,"'haystack":55,"\u7d71\u5408":[61,112],httpd:61,"\u6307\u6570":125,https:[17,146,126,101]," masahiro":130," takashi":22,"enter\u30ad\u30fc":61,"\u6d41\u91cf":42,"_plugin":[22,121]," returned":[15,105,93],cas:144,"\u65b9\u6cd5":112,nfkc:157,clearlock:[43,1,25,35,61],",\"http":11,"_stable":98,"_stamp":124,"\u884c\u3063":[149,59,126,110],",\n":[72,3,75,79,85,39,87,119,91,60,125,11,128,96,97,47,133,36,141,107,59,62,152,153,154,113,26,114]," remove":63,"\u5b89\u5fc3":106,"-com":126,"\u884c\u3044":[150,36,55,3,126,110,56,141,120,80,97,95,154,129,62,63],",\"":[36,4,154,107,133,62],", ":112,",.":126,"\u884c\u3048":[97,3,152,149],write:[61,91,31],"^commit":126,"\u8fd1\u508d":[61,134],"_zone":7,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":61,"\u5316\u6e08":[63,66],uint:[3,75,37,85,87,108,119,91,125,94,96,47,79,51,36,56,59,142,61,62,152,110,130,114,157],",_":[36,3,125,110,128,97,59,154],"\u3057\u306a\u3051\u308c":152,"\u5207\u308a":[135,22,126,61]," generates":155,"\u8fd4\u3059\u304b":128,ghz:141," generated":155,"\u5404\u56fd":126,"\u30b2\u30c3\u30c8":21,"-table":153," day":96,",{":[141,4],"\u304b\u308f\u308a":[56,139],"\u5357\u534a":61,"\u82f1\u8a9e":[0,22,126,101],"=-":44,"\u5bfe\u8c61ctx":14,ieee:37,"_account":101,":ss":[124,125],"_tsv":148,"\u30bd\u30d5\u30c8":148,"-libedit":130,"/html":[22,42,101],"\u3002gdb":149,"\u78ba\u5b9a":128,"\nhandling":116,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":44,"\u4f5c\u7528":61,"\u542b\u3081\u308b":[91,72,3,152,126,113,61,22,148],rake:126,"\"version":4,normalizermysqlgeneralci:157,"\"vector":61,alisa:97,now:[43,136,35],"\u3086\u304d":119,"_lcp":95,"\u00a0max":129,"\u8aad\u307f\u8fbc\u3081\u308b":133,el:109,domain:[110,79,80,47,85,87,63,144],en:[39,72,128]," success":15,ea:[124,72],"\u30e9\u30d9\u30eb":61,kana:[39,155],ex:72,year:124,"\u70b9\u6570":114,"\u9054\u3059\u308b":129,"\u518d\u69cb":22," exclude":61,"\u3065\u3051":61,"/files":126,"\u5230\u9054":52,args:80,"\u5d8b\u7530":61,"/pub":109,"\u7d50\u5408\u5f0f":61,arnaud:22,"[windows":[22,61]," ringtail":[43,115],"\u3078\u306e":[11,44],"_block":[2,144],"\u305f\u3069\u308b":36,"_open":[2,102,66,16,130,14,15,93,144,61,129,22],message:[124,62,6],xt:72,size:[103,48,107,95,129,63],"\nconfiguration":116,"\u4e0b\u3055\u3044":[139,109,72,126,12,127,95,84,115,61,71],"_obj":[33,55,102,66,35,43,77,16,24,14,93,61,22,67,103],"\uff08,":3,"\uff08-":[91,3],"\uff08 ":[139,91,38,152,19,12,113,26,127,72,7,8,125,44,148,109,71],"\u30bd\u30b1\u30c3\u30c8":[122,65,34,74,135,5,79,57,58,107,6,131,117,133,87,20,61,30,111,90],"\u3044\u308c":[11,61,63],"\u3044\u308b":[55,126,112,106,64,149,101],that:95,kenichi:[22,130],localnames:133,"=path":115,libevent:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":99,"\uff08@":[22,130],x6:126,"\u30d5\u30a9\u30fc\u30e0":[61,91,152,134],"*next":41,"/gat":[59,3,110],"\ndata":39,"_basic":[7,42],"\u5404\u547d":141,browser:101," gnu":[43,115],"\u3044\u304f":[70,143],"(scope":153,"\u3044\u304d":[106,3,126],"\u3044\u3046":91,"\u3044\u3044":[118,106,21],"-zlib":115," daemonize":158,"\u30b3\u30f3\u30d1\u30a4\u30eb":61,"\u30b3\u30f3\u30d1\u30a4\u30e9":22,"_circle":[22,61,136,35,43],engin:[39,128],"\u591a\u5f69":112,"=none":[72,113],"\u3044\u3064":39,"*buffer":63,"\u3044\u307e":54,"\u9806\u6b21":[150,80,3,85],"|suggest":128,price:11,"\u5c0e\u5165":[17,10,149]," moritars":62,"_section":[58,154,62,103],"\u79fb\u52d5":[126,68,84,61,20,22],"\u672a\u4f7f\u7528":144,"\u3068\u308a\u3068\u3093":[152,125],"-yyy":101,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,61,156,43]," compatibility":157,"\u975e\u4e92":61,"\u65b0\u5bbf\u99c5":59,"\u3057\u304b":[91,152,11,7,125,62,101,42,51],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":70,oldvalue:103," found":[95,93],"\u3057\u3066":[0,36,91,130,3,126,56,154,12,106,95,7,61,17,149,101],"\u6700\u5927":[52,53,1,130,125,78,91,80,26,15,144,140,141,22,61,48,42,99],"\u30bf\u30a4\u30c8\u30eb":[36,91,125,11,62,152],title:[36,3,110,11,85,61,62],only:7," plugins":116,"\u3057\u307e":106,"-server":[43,109,139,12,80,27,127,61,22],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,cannot:140,"\u5f8c\u8ff0":[129,153,55,126],"1\u6708":[91,74,125,11,154,37,111,122]," jekyll":126,grroonga:9," wget":[139,109,19,12,127,44],"/gqtp":[61,118],"\u62c5\u5f53\u8005":126,"\u8b70\u8ad6":0,"\u840e\u7e2e":106," package":126," become":83,"(scan":149,"\u8a18\u6cd5":[62,125],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":61,"\u5dee\u96c6\u5408":125,"import":126," creates":[116,155,124],notice:7,"\u3057\u308c":114,"\u3057\u308a":106,tokenbigrma:72,"\u3057\u3088":[122,33,55,74,11,96,14,46,60,61,22],"\u672a\u8a2d":61,article:62,"\u975e\u4f9d":109,"-groonga":[86,141,126]," arted":125,"\u5c55\u958b\u5f8c":91," command":[10,155,15,7,61,39,64,85]," gone":36,"\u8868\u8a18":[60,75,126,11,37,59,61,22,125,101]," followee":154,"\u578b\u60c5":61,"\u3002callback":55,"\u8868\u8a08":148," follower":154,"'>":92,"';":80," \u7528":44," res":[93,141],"=yes":[61,91,149,126],ruby:[43,83,126,35,112,25,61,64],"\u5438\u53ce":[3,75]," advantage":26,these:26," completed":39,"\u4f55\u3089\u304b":37,"\u30b7\u30b0\u30ca\u30eb":22,"\u4f7f\u7528\u4f8b":60,"/packages":126," pairs":39," handling":116,"[grntest":22," many":[116,155],"\u3002\u300d":56,"\u5fc5\u8981":[1,72,7,8,122,61,44,139,91,126,12,14,46,129,17,101,55,102,19,141,106,22,149,109,112,130,113,114,127,29,51]," feature":[39,101,97],", {":42,"\u5c65\u6b74":126,"\u8f9e\u66f8":[139,1,56,130,109,61],develop:10," normalizerauto":[97,157,113,51],"-dir":141,"\u6fc1\u70b9":157,document:[29,130,80,125,126],"\u3002\u3044":55,favorited:154,"\u5b89\u5b9a":[112,61,10,107],"_space":[2,144],".po\u30d5\u30a1\u30a4\u30eb":[70,126],", \"":62,favorites:154,"\u3042\u306a\u305f":[126,21]," patprefix":119,"\u3002\u3059":[96,141],"\u653e\u68c4":[111,122,74]," nofile":116,"\u5171\u901a\u63a5":78,"\u3059\u3079\u3066":[91,72,3,125,130,141,95,10,7,61,22,44],"[output":61,"\u3002ecmascript":91,"\u6bd4\u3079":[96,110],"'groonga":[127,109,12,139],"\u30ab\u30e9\u30e0":[44,43,38,112],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":65,"\u3002api":[26,134],"\u4f4e\u304f":56,"_filename":2,"_extract":83,"\u4f4e\u3044":[56,91],"\u30ad\u30fc":[52,91,130,3,103,78,37,152,80,157,95,142,61,125,41,89,51],"\u542b\u3081":[91,148,152,126],"\u542b\u3080":[150,91,55,3,152,111,128,137,120,58,74,154,61,62,125],"\u8a00\u3046":39,"\u4e38\u62ec":3,read:144,"\u8a00\u3048":[56,152],"\u5c55\u958b\u7528":22,amd:126,"\u542b\u3093":[91,55,152,104,11,26,114,9,125],"_hook":[43,24,35],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[61,144,80,7,85],"\u6df7\u5728":29,"=site":85," proxy":7,output:[61,130,131],"\u5c5e\u3059\u308b":[129,87,37,63,103],unsplit:55," compute":116,"\u30b7\u30b9\u30c6\u30e0":[112,70],"\u5de6\u53f3":3,"id\u9806":129,"\u30ec\u30b9\u30dd\u30f3\u30b9":[22,2,144,42,61],"&! ":125,"\u30de\u30b7\u30f3":80,"\nis":[15,67],"\u542b\u307f":[114,129],"\u542b\u307e":[3,79,120,8,123,87,42,91,125,126,46,97,51,54,55,61,148,109,152,26,114,69],"\u5206\u3051":[43,126],tomoatsu:130,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,".posted":154,"-static":22,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":141," enable":[72,7],"\u578b\u6307":61," \"c":153,processor:[127,109,12,139],"/admin":[22,80],"\u30aa\u30d5\u30bb\u30c3\u30c8":[61,91,128]," age":91,"\u53f3\u4e0b":[28,1],"\u53f3\u4e0a":1,"=title":85," kana":[39,128,104,69],your:[116,101],log:[43,35,25,61,22,44],rpmforge:109,rlimit:[61,124],"\u77e5\u8b58":141,cflags:19,"\u306b\u3064\u3076\u3084\u3051":106," snippet":26,"d\u30ad\u30fc":3,"/query":8," convenient":39," details":116,",\"links":11,"\u30b3\u30b9\u30c8":[96,95],define:[43,25,35]," regular":7,"\u30d5\u30a1\u30a4\u30eb":70,rect:60,"\u5bfe\u5fdc":[112,137],"\u95a2\u4fc2":[86,43,55,115],"\u56db\u89d2\u5f62":38,"\u691c\u67fb":63," onto":116,"_code":[114,124],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[85,42],you:[15,97,7,116,39,101],"\u4f4f\u3093":154,string1:94,coverage:149,"[fedora":61,gemfile:61,"\u4e94\u5165":22,"\u5b9a\u7fa9":[34,3,77,79,80,87,41,89,91,60,125,96,97,95,131,37,55,103,48,57,58,153,92,144,61,62,148,152,26,142],"\u8a66\u3057":106,"\u8a66\u3059":146," stop":[118,7],"\u3002\u00d7":106,"\u524d\u8ff0":[56,157,7,51],month:[36,124],"\u308f\u304b\u3061":120,"\u3002name":[95,103,14],"4byte":144,"\u57fa\u6570":125,"-e":80,"-d":[158,80,85],"-g":84,"\u4e16\u4ee3":10,"-a":[61,80,152],"_rk":129,"-c":[139,109,80,85],"-m":150,"-l":[158,124,80],"-n":[158,22,3,80],"-i":[141,80],"_rc":[33,91,63,74,103,77,16,105,129,95,14,15,111,98,93,49,122,88,67,41],"-j":44,"-t":[158,80],"-w":126,"-p":[158,141,80,85,150],"-s":[158,80,85],"\u304b\u304b\u308a":[96,152,126,125],"-x":[61,126],"-conditional":22,"\u4ed5\u7d44\u307f":[61,7],"\u6d41\u308c":70,"\u76f4\u5f8c":14,":\"":[67,3],"_github":[126,101],"\u6b8a\u547d":141,normalizers:157,"\u9df2\u7530":61,"- ":[118,7,126,64],"--":[33,1,74,75,77,80,7,61,122,88,41,91,93,125,126,95,14,15,97,98,49,100,36,102,103,56,48,105,141,129,59,22,63,148,66,111,154,130,121,29,67]," clang":149,"-+":7,"\u3057\u307e\u3057\u3087":59,"/work":126," compatible":7,"\u518d\u73fe":[56,61,106,134],"\u975e\u5206":91,"[admin":[22,61],"@s":130,naoina:61,"-jinja":126,"\u6e2c\u5730":[60,11,37,28,59,147],"\"yyyy":125," re":116,pub:126,"/ja":[126,101],"\u304b\u304b\u3063":[111,114,91,74,122],"\u306b\u95a2\u3059\u308b":[43,91,152,35,21,129,7,61,49,22,125],"\u30aa\u30b9\u30b9\u30e1":[139,109,12,127,84,115,71],"_dist":61,"\u30ec\u30b3\u30fc\u30c9r":55," letter":157,"\u308f\u304b\u308a":130,"\u30b0\u30ed\u30fc\u30d0\u30eb":61,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[52,91,55,112,107,61],hoge:94,"\u30de\u30c3\u30c1":[1,55,152,134,91,26,153,61,44,22,88],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":61," more":[97,26,116],"\u6c7a\u307e\u308b":3," another":67,"@yito":61,fulltext:[72,26],".comment":[154,62],"-tokenizer":[139,61,109,12,127],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":26,"\u30af\u30ea\u30c3\u30af":126,"\u5fa9\u53f7":126,vm:61,"\u3002eclipse":101," newly":[15,26],"[load":61,"/homebrew":126,"-databases":[87,47,3,85],"\u9664\u53bb":[61,92,130]," lynx":[43,115],exclude:61,string:[61,55,67],"-address":[22,80,61],snippet:[43,83,136,35,61],"\u3042\u3089\u304b\u3058\u3081":[139,37,126]," threshold":30,"[table":61,"_likes":[114,116,91,152,125],fu:72,"[dat":61,"\u901f\u304f":[36,44,51],fa:72,"\u3002'":[63,152],"\u6642\u9593":[122,114,91,74,152,126,111,112,130,141,65,61,22],"\u901f\u3044":78,documentation:64," baseball":36,"\u4e00\u5bfe":11,uninstall:61,"\u5909\u63db":[2,78,37,7,154,129,22,157],help:[22,149],"\u592b\u5fc5":119," created":15,"-wno":22," release":[84,126],"\u5dee\u3057":126,"/lzo":[22,130,61],systemd:61,"\u306f\u3044\u304f\u3064\u304b":[52,114,152,42],"_rename":[43,103,35,25,95,61,63],">> ":[61,125],"\u30ab\u30fc\u30bd\u30eb":[129,22,130,102]," owner":7,"\u57fa\u672c":[112,43,126,61],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[61,80,152]," recommends":116,"-test":[149,126],"\u5f62\u72b6":38,"\u30ad\u30fc\u30ef\u30fc\u30c9":[43,1,120,152,112,91,26,121,97,32,61,9,51],"\u597d\u304d":101,yito:61,"\u30bb\u30af\u30b7\u30e7\u30f3":[72,113,84,7,123,39,44,139,91,60,156,12,46,47,99,136,101,138,54,103,104,19,144,108,148,64,109,152,25,114,127,115,69,116,70,51,71],"\u9032\u3093":112,"\u30b5\u30a4\u30ba":[33,78,84,61,139,11,12,95,129,51,52,103,140,107,144,22,63,109,112,26,127,115,71]," katagiri":61," again":7,"\"sequence":[39,128,104,69],"\u9032\u3081":[70,143],todo:[33,77,16,88,41,91,93,98,14,95,49,136,50,100,102,103,48,105,129,63,66,158,113,155,114,45,67],event:155,"_position":[96,91,3,75,153,56,154,152,26,58,97,116,62,125,103],"\u52a0\u3048\u308b":[58,22],"<ip":[141,80]," table":[3,75,79,80,39,92,93,108,119,46,91,60,125,11,128,95,96,97,47,131,74,51,122,36,133,56,57,58,153,142,62,152,110,111,154,26,116,157],issue:0,"/mailarchive":126,"\u9045\u304f":147,"\u9ad8\u304f":56,"\u9045\u3044":[78,60],"\u3002mysql":[127,109,12,157,139],"\u9ad8\u3044":[107,128,3,7,112],"\u3042\u308f\u305b\u308b":61,base:126,put:152,bash:44," http":[150,43,109,40,35,139,19,112,12,80,127,7,61,44,71],"\u5931\u52b9":[7,99]," weight":[11,91],"\u30b5\u30a4\u30c8":[11,36,126,134]," not":[91,66,14,15,97,124,61]," limitation":116,"\u5024\u3068":[11,91,152],encoding:[105,4],"/data":64," tokyogeopoint":93,"\u8ad6\u7406\u548c":[91,55]," allow":91,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":70,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":118,"\u52a0\u308f\u308b":106,php:61,"\u5024\u304b":60," omitted":4,":value":[91,152],"\u53d7\u3051\u308b":118,zeromq:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3002make":141," parameters":[97,116],"\u3002null":[95,66,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":22," unmanaged":107,grep:[127,109,12,139],"\u3002xml":114,"_probability":[22,128]," replaced":155,"\u5206\u3051\u308b":[11,126],"\u547c\u51fa":[33,95,63,103],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":42,"null":[54,55,102,66,87,26,14,15,95,92,61,129,22,63,67,103],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[61,130,8],"_incr":63,"\u79d2\u5358":[11,37],"/synonyms":148,"\u5024\u3068\u3057\u3066":[140,60,80],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7," based":[93,26],tokenbigramsplitsymbol:[56,130,31],".repoforge":109,"'hay":55,"/dev":126,"\uff08and":134,"\u6697\u53f7":126,"\u4ecb\u3057":[112,85],"\u4fbf\u5229":[91,72,152,11,112,113,114,134,39,44],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":101," because":[39,4,116],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":149," depends":83,"\nency":141,"\u4eca\u5f8c":[20,22,123,72],httprewritemodule:7,".nginx":7,"*index":[93,102],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[61,80],"\u89e6\u308c":3,"\u898b\u308b":[59,2]," \u6c11":120,"\u52a0\u7b97":63,"\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," sender":158,"_enough":[2,144],":groonga":[91,152,126],"_would":[2,144],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":55,"\u7d39\u4ecb":[36,70,91,126,154],"\u4e00\u5ea6":[8,96,7,61,22,62,157,148],"\u5909\u6570":[125,126,19,121,61,22,148,41,149],"-level":80,"|persistent":[87,47,79]," really":125,"\u306f\u3061\u3087\u3046":125," takuto":130,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[138,134,64]," issue":0,oneiric:[22,126,61],geopoint:[36,1,60,110,11,37,130,28,93,147],"\u5f71\u97ff":[61,126],"\u958b\u59cb":[122,91,60,74,111,141,65,61,22,63,149]," about":[114,116,136,124],"\u767a\u63ee":112," database":[26,155,15,95,7,116,63],"\u4e00\u5f0f":63,linux:[43,141,35],"\u4e0d\u80fd":141,tokenbigramignoreblanksplitsymbol:[56,31],"\"web":[104,69],"\u306e\u3069\u308c":39,"\u4e8b\u67c4":106," to":[43,91,83,124,152,158,156,114,26,14,15,95,93,7,116,61,63,67,125]," priority":39,"/db":[128,118,7,133],"/dd":125,"\u56de\u7279":141,"\u7a3c\u52d5":65," express":61,"\npublished":126,"\u6a29\u9650":[61,44,85],"\u30a8\u30b9\u30b1\u30fc\u30d7":[46,61,67,26],"\u6307\u793a":[77,39,3,85],"\u505c\u6b62":[61,10,80,117]," entries":[91,152,15,133,116,125],"\u4eca\u5ea6":154,"_zlib":[58,2,103]," abandon":[111,122,74],"!(n":125," values":46,"\u898b\u3064\u3051":[39,1,106,61],fedora:[43,126,115],"_keys":95,"[suggest":61,"-jp":61,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[17,44,126]," null":[93,67,41,14]," select":[56,67,7],temporary:66,user:[36,153,141,26,97,7,116,41],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[91,72,152,113,80,26,157,131,116,61,44,51],database:155,"-filter":[119,153,26,97,61,22,136,125],"\u30ef\u30a4\u30c9":22,"\u30b1\u30fc\u30b9":[56,91,7,51],"\u9806\u756a":[102,152,56,80,129,3],"\u30b0\u30e9\u30d5":112,"_path":[61,63,141,126],"\u30d0\u30a4\u30b0\u30e9\u30e0":56," word":[39,91,152],"\u4e8c\u756a\u76ee":125," work":124,"\u8fd1\u4f3c":[22,60,147,61],"\u56de\u6307\u5b9a":152," common":[22,95,125],"\"tritonn":91,"\u307e\u3057":[36,91,60,75,126,104,56,154,152,106,125,157,59,7,61,22,101,51],"\"uptime":4,"-gram":[72,3,125,56,112,120],"\u3064\u3051\u308b":[106,119],"...":[33,73,4,77,16,79,7,61,87,88,41,96,91,93,125,128,129,95,14,15,98,133,49,100,102,103,48,105,141,107,22,63,152,66,153,45,29,67],"-untrusted":127,"\u9759\u7684":70,nginx:[139,61,109,12,127],"_com":126,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":144,"'..":61,"\uff09\u307e\u305f":[72,113,152,125],popular:91,"\u518d\u751f":7,"\u4f5c\u696d":[70,106],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,37,120,80,7,22,44,42,96,91,10,125,11,128,14,46,97,98,131,20,51,55,56,105,141,49,60,61,147,150,152,110,130,85],"\u5927\u304d\u306a":[42,51]," geoindex":[36,154],"\u96a3\u63a5":[112,152],"\n ":[116,55,7,42],"~number":125," set":[39,63,116],"\u30d5\u30a3\u30eb\u30bf":61," nanoseconds":124,"\u5927\u304d\u3044":[91,55,152,78,80,22],"\u3061\u3083\u3093":36," sea":72," sed":12,"\u30af\u30a8\u30ea\u30fc":[43,91,35,128,8,61,67],"\u5927\u304d\u3055":78,".sh":[61,101,149,126,64],run:[149,7,126],"\u4ed8\u304d":[43,2,152,19,128,38,130],"\u81ea\u5df1":154,"\u4ed8\u3044":[154,157],"\u5f37\u5236":[61,1,63],"\u898f\u683c":129," test":[3,126,11,141,85,62,149],"\u4ed8\u3051":[3,11,142,85,61,62,42],"\u30ab\u30a6\u30f3\u30c8":[61,154],"\u305d\u3053\u306b":[87,79],"\u4f3c\u305f":[59,157],"_read":2,"\u5185\u5bb9":[33,118,3,77,79,85,39,87,91,125,126,11,74,129,101,122,141,106,61,62,152,150,66,111,154,26,114,69,116],"\"serach":104,block:11,".\n":[126,141,7,133,116,67,42],"\u3067\u3069\u3053":2," postgresql":[112,26],"\u30ad\u30e3\u30c3\u30b7\u30e5":[61,1,66,99,112],".column":61,".(":126,".)":[124,61,125,116],".-":101,"..":[91,74,152,111,80,46,7,122,29,125,51],"\u5316\u6f0f\u308c":61,"\u3067\u3082\u3063\u3068\u3082":25,".\"":[36,3,125,11,26,96,97],"\u5909\u66f4":[43,1,126,61,44,64]," sign":126,".'":[58,61],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":154,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"\u652f\u63f4":9," gothic":17,"\u30da\u30fc\u30b9\u30c8":61,"[groonga":[22,126,61],tokenbigramignoreblanksplitalpha:31,".]":[125,128,79,107,87,122],"._":[91,152,11,61,63,125],"\u3002\u30bf\u30b0":36," shimada":130,info:7,".i":109,utf:[83,4,105,130,80,157,61,44,125],".n":[116,91,125,66,152],".o":36,munin:[139,1,12,109,127,61,22,44],"\u306b\u5bfe\u3057":[1,3,77,120,8,91,125,126,128,95,36,55,65,153,59,61,62,63,150,58,152,110,112,29]," typed":67,".c":[91,83],".d":[140,12,116,127],"_max":[53,2,102,15,98,144],".x":109,windows:70,".}":[107,125],"\u66ff\u3048":[56,43,132,126],"\u00a0buf":[95,63,103],".]]":74," types":[128,113],"\u5099\u8003":61,"\u3002gnr":134,"#{l":124,"\u306b\u3068\u3063":106,"_columns":[43,95,130,131,61],"\u958b\u3044":[157,130,61,22,30,90],"_float":48,"\u958b\u304f":[22,157,61],"\u958b\u304d":66,"_rate":[85,65,3,4,7],application:42,"\u958b\u3051":61,"'\u3002":80,"\u56db\u3064":120,sigcont:61,"\u6642\u4ee5\u5916":130,"\u843d\u3061\u308b":[22,130,61],"\u767a\u884c":85,draw:36,": n":150,"_len":61," create":[15,39],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":146,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":99,"(title":[61,94],"\u306a\u304c\u308b":61,"\u4e00\u5de5":119,"\"suggest":9,"\u5f37\u5316":[22,130],kawaji:61,"_pat":[91,130,152,153,95,80,26,97,47,133,87,129,61,108,125,51]," changed":83,gr:[91,72],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":91,gb:[140,4],ga:[72,141]," push":101,gi:72," indicates":124," binding":83," freed":15,".ssssss":124,nippon:39,"_unknown":2,"\u300cgroonga":134,"po\u30d5\u30a1\u30a4\u30eb":101,"/..":[7,126]," ./":[44,101]," ..":[3,125,107,128,97,7,74,122,61,42,101],"\u4e0d\u8db3":[139,109,12,127,84,115,71],"\u9632\u304e":61,"\u304a\u3053":[11,112],".mo\u30d5\u30a1\u30a4\u30eb":101," such":[39,101,155,61],"/bin":44,"\u5341\u5206":[56,33,140],"/sbin":71,"\u8ca0\u6570":61,download:109,"-known":26,"/introduction":[3,85],opaque:144,".tsv":[148,4]," japanese":[39,21],"\u542b\u307e\u308c":[91,112,120,26,114,8,61,51],"\u983b\u7e41":[95,44],"\u4fdd\u5b58":[43,38,61],"\u7b49\u5024":130,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":72,"\nalert":[5,6],"\u62e1\u5f35\u5b50":[130,141,4,8],"\u3002max":129,"\u00a0type":[33,41]," libmemcached":149,".weight":61," users":[91,154,97,47,142,133,124,108],blogroonga:70,"\u300d\uff08":[120,133],"_child":[2,144],"\u306e\u3042\u3068":61,"\u5177\u4f53":[56,62],"\u8fd1\u304f":[112,38,125],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[138,16,112],"\u898b\u3064\u304b\u3089":95,"\u898b\u3064\u304b\u308a":91,"\u898b\u3064\u304b\u308b":61,"\u898b\u3064\u304b\u308c":106,"\u8d85\u3048":[56,61,91],win:84,"\u5171\u901a":[125,78,37,106,22,62],"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[143,70,106],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":112,"_no":[91,2,152,130,26,96,97,95,142,133,129,87,125,51],"\u81ea\u5206":[141,106,7,115,101],soundkitchen:[22,61],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":140,started:152,"\u5f15\u304d\u8d77\u3053\u3059":61," until":116,"\u5371\u967a":[126,42],"\u53d7\u3051\u4ed8\u3051":[61,130],mitsuhiro:130,"\u7de8\u96c6":[70,149,126],links:[11,85,110],escapes:67,sudo:[139,109,140,12,127,61,44],"\u00a0n":[15,95],">max":4,objname:[30,90],"\u30b7\u30e3\u30fc\u30d7":51,"\u3055\u304d":11,tokendelimit:[72,31,69],"\u6df1\u523b":[56,61]," vm":140,"_repair":61,"\u512a\u5148":[112,141],"*valuebuf":33,"\u5fc3\u914d":115,"\u9577\u4ee5\u4e0a":[95,63],".entries":116,"\u7d5e\u308a\u8fbc\u307f":[112,3],"\u66f8\u5f0f":43,rakutan:62,"\u81ea\u52d5":[36,3,103,126,78,8,141,152,95,7,22,119,61,125,89,101],"\u672c\u4f53":70,"\u898b\u3064\u304b\u3063":[91,9],"_characters":67,":tasukuchan":154,"\u4e00\u500b":55,"\u30c7\u30d5\u30e9\u30b0":22," cursor":93,"!\"":[36,91,72,3,152,11,154,114,96,7,61,62,125,42,85],"-mysql":[139,109,12,113,127,157],"\u88dc\u8db3":7,geoppoint:93,"_match":[43,24,35],"\"abandon":111,"\u5b9f\u9a13":61,"\u629c\u304d\u51fa\u3059":112,"_seek":[2,144],takayuki:22,"\u306b\u304f\u308b":56,"\u5f15\u8a9e":3," meerkat":22,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":106,"'query":61,"\u65e2\u5b58":[118,3,66,126,11,112,141,95,85,20,61]," tomita":130,chunk:107,"\u751f\u6210":70," gnupg":126,"\u3050\u308b\u3093":[36,152,125],"-match":115,"\u306b\u304f\u3044":112," row":26,"_default":[49,61,98,105,42]," floating":37,"\u65e2\u5b9a":61,"\uff1f ":141,"_script":123,"_proxy":7,deprecated:[91,10],"-localstatedir":115,"\u307f\u304c":55,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[43,24,35,14],"\u8aa4\u5dee":[22,60,147],largetext:78,"<max":80,unsupported:144," search":[148,72,152,104,128,69,26,95,22,129,39,61,67,9,125],"\u305e\u308c":[55,102,125,126,69],"\u5185\u8fd1\u304f":125,"(argument":125," links":11,"\ndatabase":116,mkdir:133,"\u6700\u4e2d":112,"]]":[91,74,111,128,79,80,46,142,131,99,122,141],"\u52d5\u5c0f":37,".groonga":[101,109,126,139,19,12,141,127,84,44,71],"_bad":2,"-doc":61,man:1,"\u306f\u3058\u3081":[43,128,10,156,101],configure:70,"_utf":[129,105]," service":[116,118,104],",..":[46,87,79,91],"\nrequest":124,"*min":129,"\u3092\u3054":149,"-log":115,arc:72,"_expander":61,"\u8a72\u5f53":[129,62,63,95,103],"-threads":[158,80],"\u56fd\u969b\u5316":[70,13],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":126,"\u4fee\u6b63\u4e2d":104,"\u30de\u30a4\u30af\u30ed":[11,154,37,125],"\u3068\u307f":[29,61],"\u6f14\u7b97":[125,130,95,134,61,44],"-db":61,"\u3092\u308a":7," suggest":[128,69],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":44,"-dd":[124,125],"_lt":129,sa:[128,104]," after":[116,93],uri:[29,7],"/ipaexgothic":17,"\u6982\u5ff5":10,"\u57fa\u6e96":[11,112,3,126],"_temporarily":[2,144],"_data":[43,24,41,35],"\u3084\u308b":70,"\u3084\u3089":126,"\u3084\u3081":[22,61],"\u3002\u2193":80,ssssss:124,"\u53cb\u4eba":36,"\u6e2c\u5b9a":141,"\u624b\u9593":106,"\u3068\u3066":[78,91,42,112],"\u65e5\u6642":[43,37,132],"\u4e0d\u6b63\u78ba":[65,61],"\u00a0min":129,"\\groonga":84,"\u5358\u306b":[61,54],"\u4e0d\u8981":[61,112],sha:126,"\u79d2\u3088\u308a":121,"\u3050\u308b":[134,152,125],"_parse":[105,67],"_setpshared":61,sho:61,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":133,latin:[61,44,80],"\u63a5\u7d9a\u5148":150,".list":[127,12],"2\u3064\u3081":[62,152,42],"|ga":91,"\u975e\u5e38":[61,42],"\u7ba1\u7406":[43,1,126,80,14,107,61,22,44]," gqtp":[112,118,2]," quit":80,ken:36,"\u3084\u304c":10,"\u304c\u304a\u304c":154," rdbms":112,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":61," init":61,"\u3053\u308c\u3089":[3,4,78,7,8,44,9,89,139,91,60,125,12,56,42,134,19,61,109,152,110,154,113,127,69,29,70,157],key:[114,91,128,79,95,46,47,142,133,129,61,63],admin:130," response":15,"\u96e3\u3057\u3044":112,"\u898b\u3064\u3051\u308b":[39,157,7],"\u4eca\u56de":[61,3,26,125],"\u4f5c\u6210":[70,143],"_add":[77,95,67],"\u30af\u30ea\u30a2":[22,63,61]," backup":133,quit:[43,25,126,35],"\u91cd\u8907":95,"\u30b9\u30ab\u30e9":[79,103],quiz:36,"\u547d\u540d":61,"\u306b\u3088\u3063":[34,3,75,5,79,120,80,6,85,87,74,90,91,10,11,14,95,131,133,134,20,135,122,36,55,137,57,65,107,61,63,150,58,110,111,112,29,30,117],"\u6b21\u671f":126,username:[36,84],"\u65e5\u672c":[152,126,37,28,59,39,147,125]," assumed":[41,14]," fast":[114,91,92,152,26,46,72,62,125],tweets:96,"\u7a2e\u985e":[33,2,78,80,72,39,41,89,43,91,125,126,128,95,132,51,55,104,56,144,22,152,69],"_binary":61,"\u4ee3\u308a":[61,60,152],"\u3076\u3093":106,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[91,72,153,97,84,7,61,22,148,51],"\u3060\u304b\u3089":91,"/_":126,"\u76f4\u524d":77,"\u9818\u57df":[44,61,59,63,95],"/o":51,"_system":[22,2,144],"\u91cd\u8981":[91,72,126,149,106,25,14,96,7,112,44,82,42,51],"\u614e\u91cd":149," colum":116,"/f":126,"/d":[7,42],"/c":[68,112],"\u91cd\u8996":[56,96],"-essential":[127,12],"/x":42,"-learner":[40,43,130,155,35]," need":[15,116,14],crch:72,"(mroonga":148,http:[139,43,109,92,126,29,141,150,12,80,127,130,84,7,133,61,22,101],"/\n":[15,130,126,101],"\u5b9f\u4f53":14,"\u306b\u3088\u308a":[52,91,60,3,119,126,107,11,112,37,56,59,7,61,62,42,85],"_ito":22," call":14," been":126,"/.":22,"/*":[68,140,118,7,101],"/(":126,"/'":12,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":61,"/$":101,"/\"":[36,3,110,11,59,85,133],"/ ":[130,12,127,95,7,129,42],"/;":7," improving":116,"\ndo":141,"\u3042\u304d":119,"\u904b\u7528":112," yum":[61,109,139]," \u6642":154,"\u3042\u3063":[36,91,10,103,126,139,128,141,46,95,89,61,63,42,101],"-ruby":[61,126],"/kytea":72,"\u3042\u3068":[126,101]," its":[39,124],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":61,"\u6790\u7cfb":125,"\u756a\u53f7":[150,91,103,141,80,118,42,85,89],"_mask":63,"\uff08or":134," estimated":93,".jp":[91,83,126,21,133],pikonyan:36," multiple":[15,39],tomita:130,"\u78ba\u4fdd":[33,140,14],"\u6587\u5b57\u6570":[26,125],"(\u300c":126,"/key":63,"\u4e0b\u8a18":[65,107,129,10,55],"\u7570\u5e38":[107,141],"-plugins":[127,109,115,139],"\u3002optarg":66,home:[44,126],"'config":80,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":61,"\u5411\u3051":70,"_permission":2,"\u304f\u308c\u308b":[68,112,101],nihon:39,"\u5411\u3044":[114,78,91],"\u3093\u304c":[152,125],"_number":[114,85],"\u3057\u3064\u3064":149,"\u3042\u308c":[125,126,56,141,96,51],"\u3042\u308a":[0,72,113,21,123,84,7,8,86,92,61,44,15,91,10,126,68,128,12,95,14,46,97,47,134,20,135,51,52,54,55,102,139,141,106,58,129,60,99,22,63,149,65,109,153,112,87,26,114,127,142,115,29,70,101,117,71],"\u3042\u308b":[111,72,3,36,5,78,37,38,80,6,34,61,39,138,44,42,90,91,10,125,126,94,11,128,129,141,46,97,131,74,134,20,65,79,51,122,53,55,102,133,84,104,56,140,57,147,2,107,60,135,106,22,62,63,148,150,58,151,152,153,101,112,130,87,26,28,142,29,30,67,117],offset:[93,66,77,95,131,129,63],"\u304b\u3051\u308b":[106,7],"\u9055\u3063":39,".hash":154,"-source":126,"\u6f0f\u308c":[61,134,126,112],"\u9055\u3044":[91,60,3,152,11,62,42,51],"\u9055\u3046":130,"\u500b\u6570":[61,103],"<log":80,"_nhooks":77,additional:61,"_nsubrecs":89,"\u30ed\u30b4":61,"\u30ed\u30b0":[1,126,5,121,6,61,22],"\u5c55\u958b":[43,91,126,35,8,97,84,61,22,44]," katakana":157," tables":[116,155]," from":[83,93],"\ufffetext":72,hh:[124,125],"\u540c\u3058\u5024":[3,7],ear:72,"/reference":[130,14],truncation:22,"\u3068\u3053\u306e":39," york":60," libevent":[127,12]," blogs":56,"\u3068\u3053\u308d":[54,125,68,154,58,8,123,61,101],"{\"":[123,107,54,141],"{ ":42," error":[61,6,93],"\u79d2\u5f62":37,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[61,144]," kawaji":61," rinse":126," general":15," #{":124,halfwidth:157,"\u6163\u7fd2":61," aren":116,"_many":[2,144]," system":[0,91,125,37,26,152],"_auto":61,"\u65b0\u3057\u3044":[112,70],"\u2026\uff09":104,"\u65b0\u3057\u304f":[91,10,3,106,96,134,51],friends:36,sphinx:70,persistent:[95,66],"{\\":46,"\u305a\u308c":[58,10,74,5,112,37,80,95,60,46,11,59,6,144,55,122],".status":141,"=redhat":44,"\u5927\u62b5":7,"\u3002scan":149," limit":[93,7],"\u30ab\u30e9\u30e0n":153," scan":149,"\u3002groonga":[3,4,78,84,7,39,44,139,91,10,125,12,141,65,61,62,58,109,152,112,127,70,85]," inverted":26,"\u592a\u90ce":36,"\u30df\u30ea":[11,22,37,59,125],updated:56," use":[114,91,152,14,15,107,125,67,101],"void":[66,105,95,129,98,49,61,63],"\u3066\u307f\u307e\u3057\u3087":59,"\u53c2\u7167\u5143":11,"\u30df\u30b9":39,"\u53c2\u7167\u5148":61,"=pat":61,vector:61,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":61," myisam":112,"\u898b\u7a4d\u308b":140," specifying":66,"\u9006\u9806":3,"\u3002grn":[55,134],"\u62e1\u5927":106,"\u50be\u5411":62,"\u6210\u529f":[15,95,44,67,14],"new":[91,60,126],net:110,maverick:22,"\u306f\u3044\u3051":[63,74,142],"\u5fdc\u3058":[33,141,112],"\u4e2d\u4e95":61," option":[158,124],"\u305a\u3064":[141,62,80,154],"\u00a0nargs":67,":port":[29,80,7],"\u5411\u4e0a":[22,118,7,42,134],serch:[128,104],"\u3080\u308b":[152,125]," so":[95,63],"\u826f\u3044\u4f8b":106,"\u9023\u7d9a":[72,104,56,120,61,63],".yml":64,typo:22,type:[33,3,119,79,39,41,11,128,47,95,51,36,103,104,48,141,58,59,62,110,154,69],"\u3002zlib":58,"\nonto":116,language:101,"\u4ee5\u4e0b":[72,74,5,113,79,38,80,2,84,7,8,92,61,44,15,91,60,126,128,46,97,47,122,133,17,51,52,55,141,147,58,107,142,22,108,63,149,64,153,111,87,26,114,6,29,101],"\u4ee5\u4e0a":[91,55,103,126,149,128,80,26,14,153,84,7,129,61,101,141,51],"_comment":153,"_left":[22,93,2,144,28]," matched":[97,93],"-ipadic":[139,109],akio:61,root:[61,85],"\ncommand":15,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,30],"\u63a8\u5968":[91,10,114,85,115,61]," pdf":17,"\u5408\u5bbf":154,"\nworks":124,"_memo":97,"\u304c\u3059":95," management":[26,64],"\u9023\u7d61":101,sitedomain:[85,110],"\u30b9\u30fc\u30d7":120,"/result":61,"\nmultiple":97,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":62," logs":[124,51],"\u3002tsv":[114,148],"_indexer":61,"\u9069\u5408":[56,3]," nginx":118,"\u30a4\u30f3\u30dd\u30fc\u30c8":70,"\u9023\u7d50":[61,62,63],"\u5206\u5c90":149,"\u643a\u5e2f":112,"_ja":61,"\u5358\u4e00":58,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":126,"/acccess":118,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":130,"_jp":44,"_small":[2,144],"\u6d6e\u52d5":114,before:64,"\u7e26\u68d2":51,"=allow":91,"\u6574\u6570":[53,2],"\u00a0size":48,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":74,"\u300coutput":29,"\u30b9\u30c6\u30fc\u30bf\u30b9":[61,2,144],"\u691c\u8a0e":[56,118],nested:61,"-pack":115,"\u691c\u8a3c":150,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[43,1,102,152,36,79,107,61,132,125],"'or":61,"\u975e\u4e92\u63db":22,"'article":62,"\u30d1\u30b9":[150,130,3,66,126,158,141,8,80,121,85,29,22,44,50,42,7]," list":[67,155],"\nby":67,"\nbe":116,"\u7c21\u6613http":[127,109,12,139]," contain":61,"\u30ed\u30b0\u30d1\u30b9":130,realtime:69,"/bc":126,content:[114,91,92,152,26,96,153,61,22,62,42,125],grease:11,"/\uff09":130,"\u8996\u899a":112,"\u30d1\u30ea":60,"\u63a5\u8fd1":55,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":130,iso:125,hook:77,"1\u884c":141," rand":53,"-th":113,"\u7531\u6765":134,"\u30e1\u30e2\u30ea\u30fc":51," opaque":15,"\u5358\u4f4d":[60,3,125,112,37,120,25,26,114,130,144,48,22,147,154],"_clear":[22,63],tokens:72,"[http":61,"\u5358\u4f53":[112,141],"\u5f79\u5272":[97,3]," instantly":26,nsubrecs:[36,110,154],distance:60,keyword:[61,26,152],".json":4,"\u524d\u4ed8\u304d":63,gnupg:126,enables:7," munin":61,"\u30a8\u30e9\u30fc":[43,1,10,126,139,12,109,14,15,127,84,115,61,44,22,63,67,71]," allows":26,"\u7e4b\u3052\u308b":106,"\n\n":[34,3,111,80,79,57,7,122,20,74,154,42],"\u958b\u3051\u308b":61,"\n<":4,"\n>":85,"\u7279\u6b8a":[114,61,63],"_cas":2,"\n-":[111,122,74,126],"\n/":15,"\n(":[124,4,126],"\n%":[101,109,44,126,139,19,12,80,127,7,133,61,22,71,149,85],"\n ":[36,91,72,152,107,56,113,79,80,114,97,59,60,131,7,154,141,116,125,42,51],"\n\"":[141,4],"\n#":[72,3,75,113,80,85,8,123,39,108,119,91,92,125,11,128,96,97,47,17,51,36,54,104,141,65,153,59,60,99,62,152,110,154,87,26,142,69,157,7],"\n]":[36,60,3,75,110,104,11,128,157,114,97,142,92,133,69,119,39,62,125,152],"\n[":[3,4,5,80,6,7,39,108,75,96,91,60,125,11,128,46,97,47,131,133,119,90,36,104,56,141,58,107,59,92,62,157,152,110,153,154,26,142,69,30],"') ":[80,152],"\u3002\u30df\u30ea":11," env":148,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":64," domain":[68,110],"\u3002munin":[127,109,12,139],"\u533a\u5207\u3089":22,"\n}":[55,7,42],don:[7,14],radious:147,"\n{":[36,91,92,3,75,110,11,141,157,96,46,153,47,142,119,39,62,125,108,152],doc:[68,126,101],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":126,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[39,104,121,69],"\u56fa\u5b9a":[129,63,3,144,51]," eight":3,"\na":[116,124]," against":67,keybuf:95,sigsegv:95,"\u6210\u308a\u7acb\u3063":55,syntax:144," token":141,"\u65e5\u672c\u8a9e":[0,152,56,112,61,39,125,101],"\u8ffd\u52a0":[112,70,55],"_address":[2,85,144]," \u3057\u3044":[56,120]," dist":126,"_http":7,"\u72ec\u81ea":[114,112,150],"\\\"a":153,stop:61,"_limit":[43,1,2,35,25,61],"/grntest":[130,126],"\\\"}":46,gbyte:52,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[139,43,91,72,152,69,12,120,109,121,127,104,130,32,61,22,125,31,51],"(grn":67,bad:[61,144],"\u623b\u308a":[61,63],"*name":[103,48,105,14,95,63,67,41],"\u524d\u56de":126,",\"location":[36,59],"\u63db\u3048\u308b":126,reference:[11,61],"\nlog":124," keyword":[26,152],"\u623b\u3063":7,".kentaro":61,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":120,"\u30aa\u30fc\u30ca\u30fc":61,"\u4e88\u7d04":58," gcc":[19,139,109],brazil:110,"\u672a\u958b\u653e":130,inappropriate:144,sigint:22,filename:144,"\u7bc4\u56f2":[43,91,10,102,112,38,129,61,63],"+fffe":72,"_geo":[22,24,35,43],"\u3092\u901a\u3057":[80,3],"_get":[33,77,105,95,14,15,129,98,61,49,22,63,67,41],"\u534a\u5f84":147,"\u3092\u901a\u3058":59,"_operation":[2,144],"_level":[43,25,35,61],"\nmercurial":126,"\u73fe\u308c\u308b":56,"\u3044\u3044\u306d":[91,152,125],"0e":141,"\u8a9e\u5f59":[52,43,78,120,157,132,51],"_reinit":63,"\u62bd\u51fa":[61,26,153,51],"\u3068\u3044\u3063":[139,91,60,152,78,59,134,61,42,125],"_too":[2,144],loaded:54,"\u3068\u3044\u3051":[39,51,144,140],"\u3068\u3044\u3046":[72,3,4,78,37,120,7,8,123,39,61,44,42,75,91,10,125,126,11,128,97,134,17,51,36,104,56,141,137,106,107,59,60,22,62,148,149,157,152,110,153,112,113,26,154,29,101,85],"\u7528\u3044":[43,1,112,22,17,149],"-help":115,"\u7591\u4f3c":[43,91,35,53,46,61],multithread:95,"-scorer":136,"_log":61,"\u554f\u984c":[1,3,152,126,11,140,130,141,125,121,14,58,107,7,61,22,44,101],logaling:64," bulk":67,"\u6700\u3082":[107,91,14],ip:[141,85],is:[72,144,11,105,93,7,124,67,101],"\u6069\u6075":118,it:[46,91,93,66,36,114,124,14,15,97,95,116,61,125,152],il:[56,120],io:83,"in":[72,83],ia:[56,120],ic:102,id:[33,3,75,78,79,80,124,85,39,87,108,89,119,91,125,11,128,95,14,96,47,74,129,36,102,103,104,56,107,59,142,62,63,152,110,133,130,114,69,157],"if":[55,125,124,155,14,15,97,95,93,116,39,63,41],"\u305d\u3093\u306a":[44,51]," remained":124,make:70," smaller":124,"\u306b\u3088\u3063\u3066":[10,3,11,112,56,149,61,89],"\u5f15\u7528":[61,80],kib:116,"8byte":144,"\u3055\u307e\u3056\u307e\u306a":[43,132,154],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[58,89,51]," mariadb":61," articles":62,protocol:[29,80,4,42],just:63,"@groonga":[126,21],"||":[61,62,55],yes:[128,149],"\u5f8c\u65b9":[43,55,61],"-with":115,"\u89e3\u50cf":130,candidate:128,defrag:[43,1,25,35,61],"\u306f\u3059\u3079\u3066":[54,72,3,125,91,46,7,134,123,116,99,157,51]," four":[124,3]," libmecab":[127,12,126],save:126,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[126,146],"_close":[55,102,16,14,15,129,22,63,67],"|>":124,"|<":124,"|:":124,"\u5cf6\u7530":61,"| ":[91,125,56,97,59,124]," environment":64,"\u6539\u540d":[22,61],mruby:[123,61,54],"\u52b9\u7387":62,"*oldvalue":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,74,78,37,80,7,8,122,61,44,89,90,43,125,46,133,134,50,51,138,55,141,58,107,22,157,152,111,112,158,30,146]," request":126,centos:[43,126,115],"_db":[43,130,35,24,121,14,61,22],"\u3067\u3044\u3046":157,"\u4f7f\u7528":[1,72,74,80,7,122,41,91,10,125,126,47,14,46,97,95,100,55,103,141,58,107,60,61,108,63,65,152,153,111,130,113,142,29]," reaches":116," results":[61,26],total:[107,141]," bigram":[56,154],"\u5c11\u3057":44,notification:124," firefox":101," visual":[61,84],"\u5c11\u304f":140," escaped":67,"\u7a0b\u5ea6":[22,3,61],"\u53c2\u8003":[43,126,35],compress:58,"\u5b8c\u5168":[91,55,125,78,58,95,51],"\u304c\u308f\u304b\u308a":[154,92],"\u304c\u308f\u304b\u308b":60," shopping":96,"\u30c1\u30a7\u30c3\u30af":[150,130,141,107,61,22],"*optarg":[88,66]," aggregate":26,sphr:60,"\nlevel":124,"\u305d\u3061\u3089":44,"\uff08\u307e\u3082":42,editor:101,"\u6291\u3048":56,fork:[80,101],tokenbigramignoreblanksplitsymbolalphadigit:56,form:3,"[dump":61,".ne":83,"_animal":11,"\u5165\u308c":[56,36,154],"\u5165\u308b":[87,79],"\u5165\u308a":[79,3,125,110]," price":11,"\u5426\u5b9a":[91,55],"delete":[43,1,35,130,25,22,63],"_location":[114,154],"\u6c7a\u3081\u308b":[91,55],kwic:26,"\u5165\u3063":[36,3,114,144,61,39,62,149],"sort\u30ad\u30fc":1,"\u73fe\u5728\u5730":154,"\u30a8\u30c7\u30a3\u30bf":101,tokenbigramignoreblank:[56,31]," hard":116,excel:148,"\u3002\u307e\u305a":56,"\u914d\u5217":[114,91,72,66,79,152,87,26,130,58,107,95,55,103,61,22,63,41,51],"\u3002\u307e\u305f":[150,10,3,119,104,11,112,37,80,59,55,85,29,148,141,125]," ocelot":[22,61],"\u304f\u308c":106,"\u5927\u304d\u304f":[11,130,10,133,147],"_example":39,"\u300d:":157,".service":61,fsf:61,macports:[43,115],pseudo:[43,91,35],"\u6539\u5584":[22,1,61],"_offset":[131,2,67],vmstat:140,"\u9069\u5207":[72,3,112,130,141,51],"\u81ea\u52d5\u7684":141," hottolink":83,segv:[61,1],"\u7279\u6027":78,manager:[7,42],"\npackages":126,"\u7fa9\u8a9e":148,"\u795e\u5948\u5ddd":154,"\u3068\u3059\u3050":96," relation":63,"\u524a\u9664":[1,63,77,112,130,57,95,61,129,22,88],"\u30bb\u30c3\u30b7\u30e7\u30f3":[135,80,144],"0mq":61,"\u8a2d\u8a08":[91,118],"\u4e0a\u91ce":130,"[php":61,"\u30b5\u30f3\u30d7\u30eb":[61,91,130,121]," performance":[116,26],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":104,proc:[139,91,77,12,109,127,95,41,100],"\"mysql":9,"-escalation":115,item:[39,128,104,155,69],"\u672a\u6e80":[129,152],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":107,"_entry":77,"-deb":126,"\u4ed8\u4e0e":[36,95,141,103,89],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":61,"\u629c\u3051":[22,61],"\u5076\u6570":125,"\u63db\u6642":22,"\uff08normalization":157,"-dev":[126,12,21,127,61,22,149],"\"xxx":61,">alloc":4,".so":8,"\u4f8b\u3068\u3057\u3066":11," two":[124,67],"-mode":101," though":39,shift:44,"\u3068\u3059\u308c":112,"_version":[22,24,126,35,43],"geopoint\u9593":22,bom:130,raccoon:36,bob:[91,152,97,47,108,42],"\u30dd\u30a4\u30f3\u30bf":[14,95,129,63,41,100],"\u5fd8\u308c":22,"\u3002table":[95,142,100],"-leak":130,"\u521d\u671f":[66,112,130,61,22,63],"/main":12,"\u4e21\u8005":59,"-check":[158,22,130]," sequence":124,"\u5916\u90e8":137,"-libevent":61,"\u5e74\u9f62":[112,51],"_min":[98,102]," mysqlgenerallexicon":157,ooo:78,"-each":22," rpmforge":109,"\"color":157,"\"mori":133,"/nfs":44," new":[15,126],mbytes:141,"\u8fd1\u3055":125,"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,132,43],"\u30dd\u30a4\u30f3\u30c8":148,"\u8fd1\u3044":[129,150],ull:72,"*tc":[129,102],"-directory":61,"\u30fb\u30b5\u30fc\u30d0":3,normalize:[43,25,35],"\u5927\u6587\u5b57":[3,51],"\u3002\u30ed\u30b0":[7,51],"\u30d0\u30a4\u30c8":[2,78,37,130,26,22,129,61],"/cpuinfo":[127,109,12,139],"\u8a9e\u53e5":[61,36],"_current":15,map:22,groo:91,"\u518d\u8aad":[20,148],max:[129,61],mac:[43,115]," content":[91,92,152,153,26,96,97,116,62,125],".garbage":61," checking":158,fluent:86,"_values":[22,63],"\u5e02\u5185":38,"_init":[124,22,61,63,14],"/fedora":[61,130,126,139],group:95," am":26," an":[93,15,95,7,116,67]," as":[26,116,97,7,61,39,101]," at":[116,83,93,124],"\u8a08\u6e2c":[22,1,149],"\u7d44\u307f\u5408\u308f":[112,91,55,51]," sjis":80,"\u91cd\u306a\u3063":61," nihon":39,repositories:126,"_timeout":[2,144],ggdb:126,unlock:63,nroonga:[97,64],"\u5b9f\u4f8b":[70,143],"\u624b\u6bb5":55,"\u7a7a\u304d":[140,107],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,38],".flags":95,correct:[128,104],"\u624b\u7d9a\u304d":[77,41],"|allow":[91,152],"\u30ab\u30e9\u30e0id":95,"_content":[91,152,153,26,114,97,116,62,125],"8\u3064":141,"\u3002min":129,"_string":[61,105,67,149],org:[85,110],"\u62ec\u5f27":46,"\u4e8b\u9805":43,"\u6b21\u90ce":36," key":[61,95,63,3,126],"\u304c\u3042\u308a":[0,60,148,126],"] [":141,wiki:7,"\u30dd\u30fc\u30c8":[150,118,4,141,80,85,61,42]," nsis":126,"\u7db2\u7f85":7,"long":[49,16],"\u81ea\u5df1\u7d39":154,"\u9078\u3073":9,"\u9078\u3076":[112,7]," truncated":61,"1g":[127,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[128,1,95,91],"\u30d8\u30eb\u30d7":149,"_preparer":[39,128,104,69],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":112,memo:97,"\u62e1\u5f35":[22,132,43],"\u5c0f\u3055\u304f":[96,78,60,42,147],"11":[56,97,91,125,116],"10":[141,3],"_index":[43,83,103,35,24,130,61],libgroonga:138,"\u5229\u7528\u4f8b":112,zsh:[44,126]," \u307e\u305f":[91,152,141,51,125,44,42,4],dash:44,"\"application":22,katakana:39,".uuuuuu":125,"-receive":158,"\u914d\u5e03":[139,109,12,127,84,115,61,17,71],"_network":2," inv":141," int":[11,61,47,60],"\u6700\u7d42\u66f4":66,"_end":2,">#{":124,"_enc":[129,105],performance:26," objname":[30,90],"\u5f79\u7acb\u3061":61,beta:83,"\nhttp":7,pair:[39,128,104,155,69],synonym:[91,75],"_sort":95,"|ng":91,"\u539f\u56e0":[43,106,32,141],precise:[12,126],lexicon:[87,157,51],show:1,"-po":70,"\u6700\u5927\u5024":61,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[70,143],threshold:[49,22,63],"\u77ed\u6642\u9593":112," kernel":116,"-plugin":86," site":[36,3,110,11,59,85],"\u306a\u3093":10,"\u306a\u308c":10,"\u7acb\u3061\u4e0a\u3052":141,black:157,"\u306a\u3089":[80,7,39,139,91,10,125,12,95,17,51,55,103,104,140,141,65,92,135,61,62,63,149,64,109,66,152,127,142,157],"\u306a\u308a":[2,3,4,37,80,7,8,39,61,89,75,96,91,10,125,126,11,128,14,46,95,99,119,17,90,51,36,103,104,56,141,106,147,58,59,60,144,22,62,63,148,64,157,66,112,152,26,114,154,29,30,85],"\u306a\u308b":[1,3,75,37,80,84,7,44,90,139,91,147,125,126,28,11,12,14,96,97,133,51,101,55,56,141,106,58,142,61,63,109,66,112,130,26,121,127,115,69,30,71]," ids":93,"_module":7,wheezy:[43,126,115],get:[22,61],"-setuptools":17," failed":15,"\u51fa\u305b\u308b":112,geo:[43,1,35,130,61,22,136],"*column":103,"\u3002utf":[61,157]," patch":83,tokyogeopoint:[93,37,28,59,22,147]," pangolin":[43,126,115],"\u5bfe\u8c61table1":95,summary:141,"\u305f\u304b":[22,91,104],"\u5468\u8fba":[61,26],caller:41," lenny":22,"\u8907\u96d1":[61,91,55,125],sear:39,masahiro:130,"\u884c\u306a\u308f":61,"-threashold":[56,130],"\u53ca\u3073":141,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":42,"\u6700\u5c0f\u5024":125,"\u3088\u3063\u3066":[72,37,38,59,82],"\u306a\u3069":[72,3,78,37,38,82,123,85,61,86,39,44,42,91,10,125,126,11,96,134,20,101,138,54,55,104,56,141,120,107,22,63,148,152,154,66,112,26,69],"\u306a\u306b":39,"\u306a\u3067":39,ja:[126,101],"\u306a\u3063":[118,72,3,85,22,44,42,91,10,126,11,56,106,107,61,62,149,152,112,130,114,154],"\u306a\u305c":[91,157,152,104,39,51,125],"\u5206\u5272":[3,125,112,120,78,22],"\u306a\u3059":28,"\u306a\u3055":[29,91,53],"\u306a\u3057":[122,10,74,152,153,111,97,2,99,61,129,92,147],"\u306a\u3052":75,nogpgcheck:61,"_allowed":[2,144],"\u306a\u304e":153,"\u306a\u304f":[1,3,75,78,38,118,7,8,122,61,44,42,91,125,126,11,134,51,141,106,153,22,62,63,64,152,112,130,26,70],"\u4f8b\u5916":[123,139,54],"\u306a\u304a":[120,126],"\u306a\u304b":106,"\u306a\u3044":[112,137],"\u306a\u3046":154,"*bsd":[22,130],"_invalid":[129,95,2,63]," calls":14,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":120,"} ":[124,116,101],"\u5f15\u304d\u51fa\u3059":112,"}/":[101,44,8],"}.":[97,91],".select":141,"\u00a0domain":[63,67],tuning:[43,35,61],"\u524d\u5f8c":[80,3],"\u9ed2\u3044\u70b9":38," []":79,"*max":129,"}\n":[72,119,7,39,124,108,42,91,60,125,11,128,96,47,36,104,62,152,154,113,69,116]," web":44,"\u5b57\u5c0f":91,"}|":124," [\"":[91,56,154,79,107,128],"_avoided":[2,144,63],"\u6240\u5b9a":[56,120]," haystack":55,sound:104,"\u30bb\u30df\u30b3\u30ed\u30f3":141,"\ncustomize":39,"\u30af\u30a8\u30ea\u30fcapi":[2,25],"}]":[123,54,141,4],hdd:141," minagawa":61,"_corrupt":[2,144]," coverage":149,"\"mroonga":[153,91,125],"\u8af8\u6761":52,"\u578bn":91,"|')":58,"\uff01\u3057":21,"-document":[80,126],pat:[129,78],"\u91cf\u8a08":1," special":91,"=squeeze":126,"\u3002\u3044\u307e":61,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,"< y":61," xml":4,"\u8a00\u53ca":153,"\uff01\u300d":[91,152,125],"< n":125,"\u672c\u5f53":39,montywi:61,"\u305d\u3057\u3066":[91,72,11,112,26,154,39,62],expression:[54,67],"\u30d3\u30e5\u30fc":61,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,126],"\u5927\u8cb4":61,"(precise":126,money:36,"\u5927\u898f\u6a21":112,"\u3002\u3059\u3079\u3066":[149,101],"\u518d\u8d77":[116,118,148],".dll":141,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[43,132],"\u30c0\u30a4\u30a2\u30ed\u30b0":61,"\u3002none":80,"/false":[11,1],"\u5ea7\u6a19":[60,125,154,38,28,22,147],"\u56f0\u96e3":[61,112],"\u9069\u5b9c":[75,126]," format":[124,83,4,101],server:[61,7,42,36],"\u9650\u308a":[55,56,120,46,63,89],"\u9650\u3089":106,quantal:[43,126,115],"\u9650\u3063":63,"},":[36,91,60,3,75,154,141,96,97,47,72,119,92,62,125,108,152],"\u99c4\u76ee":106," ci":138,ellip:60,"/database":[7,42],"\u65b0\u5bbf":59," cd":[84,126,101],critical:124,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[43,61,27],valuebuf:33,"\u306b\u3064\u3051":125," check":149,"\u30cb\u30c3\u30dd\u30f3":39,"\u306f\u3044":11," normalizernfkc":157,"\n{\"":[152,104,128,96,97,69,39,62,125],broken:144,"\u306f\u305a":[61,141],"\u307e\u3064\u308f":61," schema":155,"\u306f\u3069":[91,51],"\u306f\u3068":78,"\u306f\u307f":70,"@soundkitchen":[22,61],"\u3082\u3061\u308d\u3093":141,"\"\u30df\u30ea":125,".patch":101,"_reopen":[43,35,5,25,6,61],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":80,"\u8abf\u6574":[56,140,134],"\u3002\u3059\u3050":7,"_cache":[43,24,35,61],"\u4f55\u5ea6":61,"-login":116,"/ '":63,"\u306a\u304c\u3089":[91,72,3,126,112,61],"\u3002command":10,"\u63d0\u6848":[43,128,130,106,61,22,156]," allocating":67,"\u3082\u3046":[94,11,96,7,61,62],"\u8a18\u8f09":[61,126],"\u3002cpu\u30b3\u30a2":42,"\u3082\u3057":[91,60,152,141,114,153,2,7,44,51,148,42,64],"\u7834\u58ca":95,"\u516c\u958b\u9375":126,hsiomaneki:154,"\u3082\u3059":8,"\u3082\u3064":142,"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,75,80,84,7,91,10,126,11,95,129,101,53,55,104,141,60,144,61,62,147,150,154,157]," cities":60,"\nbigram":141,"|on":91,"|oo":91," posted":154,"$prefix":22," enabled":124,"\u5883\u754c":[61,60],"\u3082\u308c":75,"\nprocess":116,general:157,file:[1,130,144],"*obj":[33,63,66,77,88,67,41,100,103],"\u53d6\u308c\u308b":46,"\uff08true":11,"\u5b50\u5348\u7dda":60," sleepy":96,"\u4e0e\u3048\u308b":[46,150,59,10,80],"\u3002pcre":7,"\u8a18\u8ff0":[55,3,75,141,80,154,62]," rpm":[139,109,126],"\u4e00\u6642\u7684":[140,63],"\u4e0a\u9650":[43,137]," please":101," xvzf":[139,109,19,12,127,44,71],"6gib":116,"}e":125," language":101,"\u30ce\u30fc":72," each":7,"\u30d6\u30e9\u30b8\u30eb":60,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":75,"\u30d3\u30eb\u30c8\u30a4\u30f3":61,"_difference":95,"/lib":[118,7,8],"-alloc":65,"\u8aad\u3081":61,"\u8aad\u3080":54,"\u5dee\u5206":141,"\u8aad\u3093":[70,64]," type":[58,39,93,113]," metadata":61,"\u4f4e\u4e0b":61,")mroonga":148," boolean":83,"\u30e1\u30cb\u30e5\u30fc":126,"\u306f\u3053\u306e":[140,91,153],sigusr:22,"\u30d6\u30c9\u30a6":75,"\u30d6\u30e9\u30a6\u30b6":[44,85,126,101],"\u304c\u3053\u306e":152," applied":116,"\u30dc\u30c7\u30a3":[51,144,8],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":149,"\u5225\u9014deb":126,"@orangain":61,tokenbigramignoreblanksplitalphadigit:31,"_append":[16,55,67,63],"\u30e1\u30bf\u30c7\u30fc\u30bf":[123,54]," have":[96,116]," redcloth":126,"\u5909\u66f4\u5f8c":[105,95,14,98,49,63],"\u307e\u3057\u3087":[36,91,60,3],"\u30c6\u30b9\u30c8":[70,143,126],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":80,"\u6e96\u5099":70,"\u6d3b\u7528":118,"\u5931\u308f":61,search:[72,152,104,128,69,39,148,9]," shorttext":[3,75,80,92,108,119,91,60,125,11,96,97,47,133,51,36,56,141,58,153,142,62,152,110,154,26,116,157]," clone":[86,126,101],"-localestatedir":44,published:126,"\u300c\u5024":51,"\u307e\u308f\u308a":70,"\u672a\u77e5":61,".synonym":91,"\u8a08\u753b":139,"\u5ca9\u4e95":61,"\u5317\u534a\u7403":61,"\nprefix":[39,55],"_gqtp":141,"\u3053\u3068":[55,112,137,106,17,70],"\u3053\u306e":[139,138,2,3,4,78,120,80,136,21,82,72,84,7,61,123,39,44,108,42,75,96,91,60,125,126,97,11,156,12,95,46,56,47,99,74,129,17,113,51,122,36,54,55,104,19,141,58,153,59,144,22,62,147,148,64,109,154,152,110,111,112,24,25,26,114,127,115,69,116,70,101,71],jsonp:22,"[element":125,"\u4e00\u756a\u5de6":125," parameter":[97,95,93,41,116],none:[91,72,113,155,7,62,44,144]," return":[114,124],hour:124,"\u3053\u3053":[91,3,75,126,11,128,114,56,59,154,125,157,148,152],dev:[127,12],"\u6c17\u8efd":106,"\u3053\u3046":106,"\u4e2d\u5fc3":147,share:44," useful":62,"\u3053\u308c":[72,78,120,7,8,39,61,44,154,9,42,91,60,125,126,68,96,51,55,104,56,140,58,153,59,144,22,62,148,157,152,110,112,26,11,69,101,99],"\u3053\u3080":54,"*value":[129,33,95,63,16],"\u591a\u3059\u304e":130,"/afr":[59,3,110]," wgs":[36,60,11,154,59,93],"\u666e\u901a":[106,125],"\u30cf\u30a4\u30d5\u30f3":[3,51]," tsv":4," engine":[72,104,128,26,69,9]," architectures":126," putting":116,"\u3066\u304d":2,"\u3066\u304f":149," umemoto":22,"\u547c\u3073":[91,55,75,110,11,141,80,26],"\u547c\u3070":[3,125,37,14,95,61,41],"\u3002ftp":141,"`hostname":80,"\u5217\u578b":[11,75,110,152],"\u3002\u4f8b":63,"\u975e\u308f":120,"\u308c\u308b":[3,75,77,78,37,38,80,61,123,39,44,41,89,96,91,10,126,11,128,129,14,15,20,51,54,55,104,56,141,137,120,107,59,60,144,22,149,157,153,112,113,26,69,101,99],"\u6955\u5186":[60,147]," expressions":7,good:[96,91,152,125],"\u516c\u5f0f":[22,109,139,97],"\u3079\u3066":[91,7],"\u9664\u304f":61,"\u5316\u95a2":130,"\u3079\u304d":[63,144,126,157],"\u3079\u304f":3," python":[17,126],"\u9664\u3044":[141,26],"-encoding":115,"\u52b9\u679c":154,"\u9664\u3051":95,"\u767b\u9332":[112,70,55]," none":[91,7],hard:116," well":26," systemctl":118,flower:11,"\u30d5\u30e9\u30f3\u30b9":60,"\"gr":51,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":149," characteristics":26,"\u8ddd\u96e2":[1,60,125,94,112,38,59,61,147],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":84,"\uff08\u79d2":63,"\u3068\u3082\u3063\u3068":44,"\u89b3\u70b9":140,"_blank":113,tritonn:[91,125],"\u308c\u305a":10,"\u306b\u3082":[91,120],"\u306b\u3088":61," geodetic":37,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":60,".blog":56," messagepack":4,koi:[61,44,80]," en":[39,128],"\u306b\u5bfe\u5fdc\u4ed8\u3051":39,"\u516c\u5e73":61,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":42,"-get":[61,12,126,127]," tuning":116,"/archive":126,"*results":95,selector:131,"\u308c\u307e\u305b":[10,80,107,95,62,44,148],"\u6574\u7406":61," get":93,"\u4e71\u6570":[53,59],markus:61,"\u8a18\u9332":[112,61,89,8]," gem":126," geo":[61,60,93]," customize":[39,7],"\u4e0a\u8a18":[52,101,91,92,3,104,56,141,97,59,85,153,69,44,61,64,148,51],ages:[87,51],".key":95,"/lists":126,"-limit":[61,1,80,91],"\u307e\u3068\u3081":[70,106],build:[65,61,84,126],"_available":[2,144],"\u53d6\u308a\u51fa\u3057":[129,102,3],"~*":67,"\u306b\u3057":[61,91,152,125],"\u5e73\u884c":126,"-protocol":[141,80,85],"\u306b\u3059":56,kb:140,"\u306b\u3066":[61,60,126],"_put":[5,43,25,35,61],wareohji:61,"\u306b\u3069":55,ko:83,"\u7528\u8a9e\u96c6":107,"\u4e0a\u66f8\u304d":[59,126],".com":[17,70]," element":125,"\u00a0name":[103,48,14,95,63,67,41],"_by":[154,121,95,61,129,22,63,67],"(drilldown":89,"\u30d1\u30c3\u30c1":68,"[number":46,nterms:107," position":93,"id]]":[111,74],"_int":[48,63,67],"\u30a2\u30ca\u30a6\u30f3\u30b9":126," built":63,permission:144,express:[61,84],"\u601d\u3044":101,"\u601d\u3046":62," build":[127,61,12,126,64],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":75," localhost":80,"\u62c5\u5f53":126,"\u00a0removep":63,"\u9593\u9055\u3063":[22,104,9,61],"\"popular":91,"\u300chsiomaneki":154,"_and":[88,55]," finished":124,common:129,"\u601d\u3063":68," suited":26,"/log":[118,44,80,7],"\u554f\u3044\u5408\u308f":55,tokenizers:[43,91,72,35,51],"\u76f8\u624b":106,"[backslash":152,"\u5c02\u7528":[43,132,126,101],"\u30e2\u30b8\u30e5\u30fc\u30eb":[43,10,130,112],"(news":126,".log":[118,10,80,141,7,44],"\u30cb\u30db\u30f3":39,readme:[61,126],"\u8a9e\u4ee5":125,"\u8868\u73fe":70,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":61," least":116,"\u66f8\u3051\u308b":61,reverse:[7,126],"\u6570\u70b9":37," appears":26," reason":39,"-file":[114,22,80,158],"\u5b9f\u51e6":[55,41],"\u6642\u70b9":[10,126,105,14,15,61],point:47,"\u3059\u304e\u307e\u305b":36,"\u306f\u3058\u307e\u308a":10,shutdown:[43,130,25,35],"\u6253\u3064\u524d":126,"\"gronga":9,"_connection":2,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,153],"\u53ce\u96c6":[114,112],accessor:[95,63],"\"*":61,"_when":[114,113,58,47,142,108],"\u30a2\u30ed\u30b1\u30fc\u30c8":65,bill:[56,120],ful:72,"\u307b\u3057\u304f":91,engi:[39,128],karmic:149,"^ \"":125," queryexpandertsv":148,"(>":55,"\u95be\u5024":[43,91,128,120,80,14,32,49,22,44],"-key":[61,126]," operations":67,"\u7d42\u7aef":[61,66],emphasize:92,"\uff08tokenmecab":56,"\u56fd\u540d":110,"-chroot":126,"\uff08perl":7,keys:[95,7],"-existence":61," document":[26,126],"\u5834\u6240":21,"\u53cc\u65b9":106,"\"\u3001":39,"\u30b9\u30bf\u30a4\u30eb":80,"\u5409\u7530":61,"\u7d44\u307f\u5408\u308f\u305b":[55,3,126,56,112,58]," yappo":83,flags:[103,48,79,47,14,58,107,95,129,63],sortby:[22,131],entry:[58,74,77,79,46,111,142,131,122],"\u3002header":[58,47,142,113,108],"\u3064\u307e\u308a":[91,72,126],"\u3002dump":133," music":124,"\u547c\u3073\u51fa\u3059":[53,151,94,28,134,147],"\u3001\u00d7":106,"\u5024\u306a\u3089":61,"\"value":91,"\u547c\u3073\u51fa\u3055":[77,91],"\u547c\u3073\u51fa\u3057":[55,112,130,26,133,134,61],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":141,"\u306f\u3069\u3061\u3089":42,source:[36,3,126,154,79,58,47,114,62],realloc:130,bin:84,"\u968e\u5c64":55," blog":[56,153,62,3],bit:[139,109,19,37,12,141,127,84,115,61,71,64],"\u5f53\u3066":[78,79,72,87],"\u30d7\u30e9\u30b0\u30a4\u30f3":[139,1,130,97,112,12,54,121,157,127,123,61,8,22,44,148,109,101],"\u5927\u4e08\u592b":[0,44,106],"\u8aa4\u308a":61,"\u5354\u529b":[70,143],"_body":[56,58,75]," lucid":[43,115],"\u4e0a\u8ff0":148,"*keys":95,"-command":[130,64],"_over":[2,144],"\u4ee5\u5916":[74,75,78,37,38,22,122,91,126,14,15,95,51,55,102,48,141,65,61,63,66,111,112,130,67],google:[91,9],"\u5168suffix":95,"\u8aa4\u3063":[61,126],examples:130,"\u3001[":[122,3],"\u3002set":141," experimental":15,"\u66f8\u304b":[61,154],"\u3001c":3,"\u66f8\u304f":[62,152],"\u8a73\u3057\u304f":[11,112,3],"\u66f8\u304d":[112,91,141],"\u66f8\u3044":[154,152,125]," total":116,"\u3092\u3064\u3051\u308b":125,"\u30d3\u30eb\u30c9":70,"\u5024\u306a\u3057":61,"\u3001\n":[59,106,126],"/cutter":126,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":61,"_checks":113,cxxflags:[19,126],"\u3001\"":[92,3,75,104,154,37,69,153,61,39,22,9],"\u3001$":126,"\u3001'":[75,11,37,80,97,59,125,152],"\u3001&":59,"\u3001(":[129,37,141,95],"\u3001-":[29,37,130,141],"\u3001/":[3,85],"\u3001.":[149,101],"\u5730\u5f62":[60,147]," configuration":[116,7],"\u3001:":141,"(fedora":118,"\u3084\u3059\u3044\u304b":148,"\u5730\u70b9":[59,60],"\u7a4d\u307f\u91cd\u306a\u3063":61,"/yum":126,"\u9010\u6b21":112,"\u4f7f\u3048":[91,72,152,146,134,125,58,7,61,22,64,136,51],"\u6295\u5165":[56,1]," without":26,"_fin":[61,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":44,"\u3072\u3068\u3064":[61,152,94],"\u51fa\u3059":154,"\u51fa\u3055":61,"\u51fa\u3057":154,"\nexecuted":85,"_full":126," needed":[7,14],"\u7b97\u8853":61,"-binary":42,"/epel":109," senboku":61,"\u56de\u907f":[56,43,32,126],"\u52d5\u304d":42,"\u52d5\u304f":[22,44,146,61],"\u52d5\u304b":61,"*keybuf":95," shops":120,curl:[61,44,42,64],sourceforge:126,cmake:[61,44,84]," accurate":26,"\u6570\u73e0":153,"\u3042\u3052\u308b":[43,32]," ga":157," go":96,"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[43,1,38,133,35,139,112,128,12,91,130,127,55,84,115,61,22,109,71],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":141,"\u53d6\u5f97":[70,106],confirm:101,"\u3068\u307f\u306a\u3057":152," base":7,"_nil":[129,95,130],failures:126,"\u7d50\u5408":[55,152,134]," post":[91,152,125],rinse:126," b":[95,152,125]," c":[125,68,112,84,22,152]," `":4," a":[96,91,72,152,126,158,124,26,155,15,95,93,116,61,67]," d":[56,120],"/cache":7," i":[126,101]," n":[91,125,112,113,116,152],"\u57cb\u3081\u8fbc\u3080":141," s":72," z":37,query:[43,55,35,121,131,61,88,67]," x":[43,126,115]," y":61," |":[150,139,91,125,126,97,56,12,109,127,59,7,61,64],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":61," @":[91,119,56,154,120,153,61,125],"(backslash":67,"/\u65e5":154,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[91,152,125],"\u7121\u540d":[95,63]," [":[72,3,75,113,80,85,8,123,39,108,119,96,91,60,125,11,128,46,97,47,131,74,50,51,122,36,54,133,104,56,141,58,107,59,142,99,61,62,150,65,152,110,153,111,154,87,26,155,114,158,69,92,157,7]," ^":[61,125]," _":[36,91,60,3,152,110,11,154,153,59,116,61,125,119]," \\":[97,120,80,125,153]," ]":[114,7]," \"":[72,3,75,37,84,85,87,123,39,108,42,119,96,91,60,125,11,128,46,97,47,79,36,54,104,56,141,65,107,59,142,61,62,148,152,110,153,154,113,26,114,69,92,157,7]," #":[154,130,121,61,42,101]," ":[72,3,4,80,85,87,39,93,44,108,42,75,91,10,125,126,11,128,95,96,97,47,131,153,119,51,36,55,104,141,65,60,59,142,116,62,64,150,58,152,110,107,154,113,26,114,69,92,157,7],"\u4f59\u308a":125," &":[125,56,120,153,59,61]," '":[3,119,37,120,80,124,39,42,139,91,60,125,11,128,12,96,97,101,36,104,56,105,153,59,61,63,109,152,154,26,155,127,69]," $":[116,126]," %":[61,125]," *":[91,125,56,140,37,15,97,6,116,61,67,42,101]," +":[91,152,37,116,7,61,123,29,125]," (":[52,43,91,83,152,35,127,12,26,60,95,55,139,7,126,61,63,109,125]," .":[139,109,44,126,127,19,12,141,56,84,64,149,71]," /":[150,120,3,125,56,140,12,80,128,85,8,61,42,7]," -":[139,109,126,12,127,84,17,44,149,71]," 3":153," allocate":[43,32]," 4":153," :":125,"_database":61," >":[125,120,141,59,133,61,22]," cp":12," <":[91,83,125,56,140,141,26,59,92,7,133,61,22]," =":[36,91,60,119,80,15,59,55,116,125],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":61,"-build":149,uubntu:149,"\u512a\u308c":112,".output":29,"\u76f4\u611f":119,"\u9665\u3063":61,"\u9023\u643a":112,"_thread":141,"= n":125," global":15,"\u5f35\u308c\u308b":61,"\u4e2d\u56fd":60,"\u00a0query":67," initialized":14,"= y":61,"\u826f\u304f":62,"\u826f\u3044":[62,106],nonexistent:91,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":60,"0xc":144,"\u306b\u5bfe\u5fdc":[122,33,91,157,74,103,77,48,80,14,46,111,95,29,20,22,61,63,41],"= \"":[91,125],"/tmp":[148,42],"\u57cb\u3081\u8fbc\u307e":126,"\u57cb\u3081\u8fbc\u307f":26," article":62,"/senna":133,"/to":[7,42],"\u30ed\u30f3\u30c9\u30f3":60,"\u7518\u3044":75,"(ctx":[15,55],"\nrelax":116,"\u53d7\u4ed8":61,"\u5b8c\u4e86":[91,126,101],"'mroonga":[97,62],"\u3002\u30ce\u30fc":72," garbage":107,"\u30d5\u30ec\u30fc\u30ba":61,".pid":80,"\u5f35\u3063":61,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[90,43,72,103,35,151,134,113,125,14,107,95,8,22,61,30,63],"\u4e2d\u7a0b\u5ea6":[139,109,12,127,84,115,71],"\u00a0i":67,"_previous":15,"[header":[114,54,72,113,58,47,142,99,8,123,108,51],normalized:113,"\u305d\u308c\u3089":[150,91,103,58,148,42],escaped:67,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":61,"\u8d77\u52d5":[10,4,126,141,130,80,65,84,61,29,42],twiter:61,iptables:42," github":101,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[22,130,61],"{prefix":[44,8],"/linux":[43,115]," mte":83,gcc:[22,44,61]," {":[72,3,104,128,113,65,60,7,69,39,154,42,85],dd:[124,125]," size":[140,67,116,107],"\u30b3\u30de\u30f3\u30c9":[43,1,55,126,35,130,15,84,22,86,17,61,44,149],"\u5186\u6ed1":126,"/universe":12,"\u5f35\u3089":[11,61,103],"\u5f35\u308b":[152,125]," composition":157,".textile":126,"\u30b5\u30fc\u30d0\u30fcid":22,bind:22,lines:149,"/repositories":126,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":130,"\nwarning":[5,6],"\u7d9a\u304d":46,"\u306e\u3088\u3046":[61,91,134,152,125],"(cutter":149,"\u7d9a\u3044":[56,111,91,74,122],hiroshi:22,jiro:36,"\u3002int":61,"\u7d9a\u3051":141,lf:150,"\u6d88\u8cbb":96,lc:101,ll:[56,72,120],"'column":61,euc:[61,44,80],li:[56,120],lt:[72,26],"_gqpt":141,"\u9589\u3058\u308b":[78,1,22],"\u306f\u3069\u3061\u3089\u304b":[152,125],"\u8a71\u3057":70," cache":[15,61,63,7],dat:78,"\uff08world":37,"\u30c7\u30a3\u30b9\u30afi":51,day:124,"\u30e6\u30fc\u30b6":[91,55,3,75,126,104,37,69,141,58,61,39,9]," function":[97,83,136],"\u4e00\u3064":[34,74,5,37,120,6,122,87,90,10,94,11,14,95,131,133,20,135,79,53,103,57,58,107,60,147,65,151,153,111,112,28,92,30,117]," tokenbigramsplitsymbolalpha":72,"\u70b9\u9593":[60,59,38],"_persistent":[95,103],"\u5217\u5f0f":67,normalizerauto:[87,72,113,51]," lines":158,"\u74b0\u5883":[112,70],"\u5217\u5f15":55,"& b":125,"\u81ea\u4f53":152,"\u5f85\u3061\u53d7\u3051\u308b":85,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[97,92,153],"\"sphere":147,res:[95,88,141,93],"& _":59,"\u30ab\u30ec\u30fc":120,red:70,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[91,92,153,26,97,60,142]," ubuntu":126,"/\u6708":154," top":93,"\u73fe\u72b6":10," correct":[128,104],"\u4ed8\u5c5e":[29,7],"/aba":[59,3,110],"& (":125,"\u76ee\u8996":114,"\u30d6\u30e9\u30b8\u30ea\u30a2":60,"*top":93,"\u00a0dest":95,"_long":[2,144],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":112," internally":15,hex:36,"\u30d9\u30af\u30bf":[61,1,63,79,130],"\u7d44\u307f\u8fbc\u307f":[43,72,66,35,113,25,133]," protocol":[118,144],"\u8aad\u307f\u8fbc\u3093":[54,85],"\u6c38\u7d9a":[43,103,35,95,63,51]," states":142,"\u8aad\u307f\u8fbc\u3080":[1,54],natty:[22,126]," mecab":[112,109,83,139],"\u3068\u3088\u3044":44,"\u53d6\u308a\u5f97\u308b":37,"\u305b\u3044\u305c\u3044":51,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":61,"\u5229\u70b9":112,"\u30da\u30fc\u30b8":[43,91,3,126,80,21,61,29,101],"\u81f3\u308b":11," tritonn":[91,152,125],"=users":42,"\"co":9,min:[129,61,141,150],"_control":[2,144]," lexicon":[153,141,96,97,62,51],"\u914d\u4e0b":[29,126]," open":15,"_func":[41,14],"\u8aad\u307f\u8fbc\u307f":[54,3,8,61,22,148],"\uff08gnu":44,"/commands":[11,87,47,14],"_character":67,"_offline":61,"\u306a\u3082\u306e":[118,103,126],"\uff09\u3002":[56,154],"\u6e2c\u5730\u7cfb":37,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[61,104,51],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,130,114,61,22],"\uff08least":99,"\u7d44\u307f\u8fbc\u3093":112,normally:116," tracking":0,text:[91,72,4,78,37,114,93,61,62,125,42,152],"\u8d8a\u3048\u308b":56,supported:[61,83],"\u5ea6\u3068":22,conifugration:64,"\u610f\u5473":[91,55,3,152,128,80,59,61,39,44,148,141,125],"\u5b66\u3093":154," is":[72,3,4,7,124,39,41,42,91,92,125,11,14,15,97,95,105,93,61,62,66,152,158,26,155,116,67,85]," it":[96,67,152,14],"*table":[129,95,63,103]," im":39," in":[61,55],"get\u30e1\u30bd\u30c3\u30c9":29," id":[93,112,107,95,124,63]," if":7," documents":[97,26],"\u5c11\u306a\u304f":[125,112,106,26,96,152],"\u5c11\u306a\u3044":[91,152,96,134,148,125],"% ":[126,101],"\u7e70\u308a\u8fd4\u3059":130,"_prepend":63,"\u306e\u307f\u3057\u304b":9,"_eval":[43,25,35,61],"\u7e70\u308a\u8fd4\u3057":[141,125,101],"\u5272\u308a":[72,125,11,78,79,87],"\u697d\u3057\u3044":[56,120],fixed:61,"_busy":[2,144],"\u5236\u5fa1":[61,7,97],"\u3002blogs":56,"\u4ee3\u5165":[61,55,152,130],terms:[56,107,91,3,116],xxxxx:126,"\u985e\u4f3c":[61,55,134,128],"{name":125,"(string":94,"\u30c7\u30e1\u30ea\u30c3\u30c8":78,progress:124,"\u6751\u4e0a":61,"\u5b66\u3073":[91,60],"\u7dad\u6301":[112,42],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":126,"\u5168\u4ef6":[129,152,125],"\u518d\u8d77\u52d5":8,plugin:22,"-suggest":[40,43,35,128,130,121,61,22],shorttext:[3,75,78,37,80,85,39,87,108,119,91,93,125,11,128,96,97,47,133,129,79,51,36,104,56,58,153,59,142,22,62,152,110,154,130,114,69,157]," swig":83,".org":[36,109,92,3,110,101,127,19,12,141,11,59,84,7,133,126,44,139,71,85],"\u88dc\u6b63":[43,156,128],"\u628a\u63e1":106,otherwise:63,comment:[154,62],"\"fulltext":72,"\u304a\u304d\u307e\u3057\u3087":11,"\u3002drilldown":[91,110],"-history":22,"\u4ee5\u524d":[11,154,56,61,22,157],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[56,91],"\u305f\u3070\u304b\u308a":96,"\u5c0f\u6570\u70b9":11,json:[22,130,61],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":61,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":22,"\u306a\u306b\u5bfe\u3057":[152,125],"_domain":2,"=..":126,"\u5168\u4f53":44,value:[33,54,91,129,95,123,61,63],"\u540c\u3058":[1,37,80,7,8,87,42,43,91,10,125,128,14,97,20,79,104,141,129,22,148,112,130,114,29,157,32],"\u6307\u91dd":[70,143]," record":[60,3,11,97,95,93,85,67],"\u30bf\u30a4\u30df\u30f3\u30b0":[61,3],"\nabout":116,".db":[61,79,3,85,80],pkgs:109,"-endpoint":158," event":[39,128,104,69],optarg:[88,66],"\u67af\u308c":118,":!":152,"[apt":61,auth:[7,42],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":126,center:147,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":61,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":126,col:63,"\u304a\u3063\u3055\u3093":154,"\u4e00\u81f4\u7528":119,position:72,"*result":95,"1byte":144,"\"ellipsoid":147,"\u8868\u793a":[1,4,79,80,22,87,44,132,43,91,10,126,11,36,56,141,65,107,61,110,112,130],"-platform":115," me":31,"_byte":[2,144],"x\u30df\u30ea":[37,125],"\u5229\u7528":[72,38,80,84,22,44,43,126,12,95,133,101,139,141,106,61,149,109,66,112,114,127,115,51,71],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":78,":<":[91,152],"\nobject":15,"_true":63,"\u3055\u3093":[130,26,121,61,22,9,42,101],add:61,"\u3002gqtp":[150,2,85,144],"\u3055\u3089":62,match:[43,130,14,131,61,44],tests:126,"|none":91," memry":116,"\u5730\u57df":112,elapsed:[114,4,113,58,47,142,124,108]," store":[15,93],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":56,success:144,"_leak":149,"_decr":63,"\u7f6e\u63db":91,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":42,soft:116,"\u4e0d\u6b63":[1,130,61,22,149,51],"((x":37,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":61,"\u8ca0\u8377":[130,7],"\u7121\u52b9":[91,152,95,7,129,61,44],"\u610f\u56f3":[61,62,152,153,97],tmp:[3,126,128,80,47,85,87,61,148,42],"_optarg":[88,66]," old":126,sjis:[44,83],"\u30b5\u30de\u30ea":61,"\u5f62\u5f0f":[43,1,55,35,25,22,17,61],",\"domain":110,mode:55,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":125,"\u30d0\u30b0":[22,106,61],"\u3046\u307e\u304f":[70,143],host:[141,85],"\u6319\u52d5":[49,43,130,80,61],"\u30c0\u30e1\u30fc\u30b8":56,about:64,socket:144,"\u3055\u305b":106,"\u4ee5\u5185":[39,59,154,125,104]," important":15,"_time":[114,113,58,47,142,124,108],tomo:36,"\u3055\u3044":[118,2,3,119,76,78,37,21,72,84,7,8,123,92,44,42,139,91,60,125,97,11,128,12,56,47,49,51,101,54,19,140,141,58,153,142,99,61,108,149,109,152,112,113,127,29,71,85],"!!":[46,36,7,154],"! ":[96,91,55,152,125],"\u6307\u3059\u5024":129,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":126,"!)":7," value":[91,3,158,14,116,61,39,41],"&lt":26,"_object":2,"\u30ec\u30fc\u30bf":61," concurrently":124,daijiro:154,rch:72,">default":4,"\u901f\u5ea6":[78,61,36,141,22],"\u7591\u554f":62,glib:61,"_inappropriate":2," documentaion":116,"\u3002post":42,but:116,"\u3068\u3068":[68,101],"\u3068\u3069":156,"\u3068\u306e":125,"\u3068\u3063":7,"\u30fb\u5168":131,buf:[95,63,103],"&& ":[56,153,119,125],"\u5730\u56f3":112,enginen:39,"\u3068\u3057":[150,36,54,55,125,104,11,141,37,69,80,14,96,60,7,61,39,62,148,9],"\u3068\u3048":[10,75,112,120,26,59,44],binlib:126,"\u3068\u304d":[1,72,3,37,120,80,7,8,39,61,44,41,42,139,91,60,125,126,11,128,12,14,97,95,134,129,9,79,51,36,55,102,104,137,106,58,144,22,148,109,154,152,112,130,26,114,127,69,157,85],"-disable":[158,22,130],"!\\":125,epel:[61,109],pid:[1,44,80],"\u8a08\u7b97":[1,60,125,94,112,37,38,59,104,61,123,39,147,69],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[130,44,126],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[43,132],saer:[128,104],"\u4f7f\u3044\u5206\u3051":[56,120]," suggestion":155,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":126,"\u305f\u3060\u3057":[1,120,152,29,80,58,61,129,22,89,125],"\u305f\u3060\u3051":61," # ":7,"\u6291\u5236":61,detail:141," estimates":93,"\u3068\u308b":63,"\u4fc2\u6570":55,"\ufffecrch":72,"\u3068\u3082":[91,125,140,141,26,153,59,154,152],"\u307b\u307c":62,"\u307b\u3069":[118,3,11,128,80,51],cpu:[112,44,141,7,42],"\u3002video":36,"\u307b\u304b":[11,112],"-r":158,"4e":140,"|ro":91,"(shorttext":75," takahiro":130," thread":[124,141],"\u6e1b\u3089":[78,104,61],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":129,"\"ab":9,"-ci\u4e0a":61,"\u3002google":152,"/plugins":[61,44,130,8],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[22,61],"\u5b9f\u6570":37," aramaki":[22,130],"\u6761\u4ef6\u5f0f":61,"\u6700\u9577":[22,141,125],"_snip":61,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":128,"-repository":[61,126]," ka":157,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[22,61]," column":[3,75,39,92,93,91,60,125,11,128,96,97,47,133,36,56,58,153,142,61,62,152,110,154,26,116],"/mm":125," searched":93,"\u7b87\u6240":[114,61,26,126]," install":[139,109,126,127,115,17,149,71],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[22,61],"\u4e00\u8a9e":56,"\u5b9f\u65bd":126,"\u81f4\u547d":61,"-rpm":126,"\u7d44\u8fbc":[34,74,5,37,6,87,122,90,94,131,133,20,135,79,53,57,58,107,147,65,151,111,28,30,117],"\u683c\u7d0d":[33,55,66,63,77,78,79,38,80,112,96,58,95,125,103,87,22,88,89,51],"\u00a0id":[33,95,63,103,14],"\u7fbd\u7530":154,"\u53cd\u8ee2":125,"\u30e2\u30cb\u30bf\u30fc":[127,109,12,139],"\u9069\u7528":[91,3,125],"\u3002output":133,path:[66,79,95,47,8,63,103]," current":15,"\u95a2\u4fc2\u5f0f":70,".ddl":141," weakness":26,"\u79cb\u8449":59,changed:7,"\u5f62\u614b":[112,44,125],"\u58ca\u308c\u308b":[22,1,130,61],"\u63a8\u79fb":10,"\u3082\u3063\u3068":91,"-ci":61,"\u8fd4\u5374":[122,91,74,111,79,87,3],"\u8aad\u307f\u3084\u3059\u3044":61,"/munin":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":61,noarch:[139,109],m6:19,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":102,namebuf:[63,103],autogen:[61,126,101]," columns":[116,91,155],"\u30a2\u30e1\u30ea\u30ab":60,"_jis":44,"-bind":[22,80,61],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[43,130],"\u7f6e\u304d\u63db\u3048":[80,152,101],mb:61,mm:[124,125],ml:106,"\"blank":157,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":141,mv:20,install:[126,64],"/xml":42,"-> ":130,"\"s":39,end:[150,4,144],eng:[39,128]," locale":101,"\u3002functions":149,"\u30d7\u30ed\u30bb\u30b9":[150,10,3,112,80,65,107,135,7,8,141,61,42],"\u3067\u3082\u3063\u3068":118,rroonga:[15,97,134,153,64],"\u30b4\u30df":[22,130,107],"\u7d42\u4e86":[10,126,141,130,80,14,135,61,41]," title":[36,3,11,153,85,62],description:[154,120],"-devel":[139,109],"\ndebug":[5,6],"\u305d\u306e\u5f8c":125,".tar":101,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[43,132,61],"-files":70,"\u5c0f\u3055\u3044":[91,55,152,78,121,129,147,51],"\u5272\u308a\u5f53\u3066":130,"\u4e88\u5b9a":[54,10,68,26,60,123,22,42],"\u305f\u3057":36," larger":116,"\u305f\u304f":[118,26,22,9,42,101],"\u5bfe\u8c61table2":95,synonyms:148,"\u300c\u697d\u3057\u3044":120,"@packages":126,"\u305f\u3044":17,gqtp:70,"\u305f\u3073":[59,10,141,126]," message":[62,6],"\u305f\u3060":139,"\u4e00\u884c":[141,130,80]," between":63,"\u3072\u308d":119,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":61,"\u3072\u3089":[39,152,125],"\ncustomized":124,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":99,"\u3054\u3089\u3093\u304f":86,"2\u3064":[0,91,3,152,94,154,118,58,97,153,69,61,62,146,42,51],each:[124,39,128,104,69]," condition":67,searc:39,"\u3002\uff08":[91,120,152,69,78,37,38,26,14,107,104,130,134,125,39,129,22,101,64],"\u3002\uff09":[101,1,120,152,104,78,38,26,130,125,69,129,22,64,91,51],"(byte":[95,103],"\u00a0entry":77,"\u6e96\u62e0":7,goo:[152,125],msgpack:[4,144],"\u30da\u30a2":[104,11,69,39,148,9]," implemented":83,"\u4f59\u8a08":106,free:130," html":[17,126,101],"\u305f\u308a":[118,77,78,37,134,106,112,70,51],"\u305f\u3089":[91,125,126,130,106,118,153,39,44,42,101],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":79," setting":116,"\u305f\u3081":[112,70,143,21],freecode:70,"\u53e4\u3044":[61,157,126],"_locked":63,filter:[61,142,131,130],rand:[43,136,35],"\u53ef\u5909":[22,30,144],"\u897f\u66a6":125," one":[15,97,116],top:[22,93,28],"\u771f\u507d\u5024":43,"\u304a\u304b\u3057\u304f":130,too:144,tom:97,"|compress":79,"_pragma":91,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":107,mlock:130,"\u6d0b\u723e":22,"\"good":[91,125],"_untag":[43,136,35,61],expr:[63,67,41,100],"*cursor":93,obata:130,"\u8d64\u9053":60," sphinx":17,ram:141," customized":124,raw:64,"\u5834\u5408":[55,106],"\u5f93\u3063":[91,95,129,29,88,42],"\u4e00\u89a7":[43,35],"_source":126,hanako:142," into":15,"\u591a\u9762":112,"> y":61,travi:61,"\u5f93\u3046":130,"/share":[22,80],"\u3044\u307e\u305b":[91,72,152,146,78,38,109,114,7,128,61,125,148,42,51],bsd:44," packages":126,"\u30b5\u30b8\u30a7\u30b9\u30c8":[43,128,130,155,61,22,44],"\u30ed\u30fc\u30de":39,"\u00a0offset":[93,77,95,129,63,67],"\u30ed\u30fc\u30c9":[43,125,112,130,80,132,7,61,22,42],"\u64a4\u53bb":22,"\u30ec\u30b3\u30fc\u30c9":[52,43,55,102,103,63,33,112,38,46,95,142,131,61,129,22,88,130],marverick:130,"\u307f\u306a\u3055":55,pkg:[130,44],"_vector":[36,91,103,11,154,58,153,142,61,63],"\u5ea6\u8868":130,"\u5c0f\u6570":[91,74,111,114,122,22]," libzmq":[127,12],"\u6c42\u307e\u308a":112,"\u3002hook":77,"\u306b\u3064\u3076\u3084\u3051\u308b":106,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":55,"|| ":[61,125],"\u59cb\u307e\u3063":[114,9],"_valid":7,"*fin":41,"\u3064\u3064":[56,97],watch:126,"\u306f\u307e\u3068\u3081\u3066":126," input":39,"\u8aad\u307f":[39,1,134,126,112],"\u3064\u304d":[54,92,91,99,123,148],"\u3064\u304b":121,"\u3064\u3044":154,"\u7d50\u679c":[43,54,55,126,112,130,113,91,114,95,99,133,61,123,22,88,149,64],hendro:61," five":3,"-per":[158,22],"_with":[119,120,95,103,125,51,152],"\u3064\u3051":[91,60]," this":[3,158,26,7,63,42],nul:[22,66]," first":[91,152,125],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[129,102],"_for":55,"\u30d7\u30ed\u30b0\u30e9\u30e0":[61,70,130,7],"\u5bbf\u99c5":154,"\u56db\u6368":22," information":15,"\u30d7\u30ed\u30bb\u30b9id":85,"\u30b5\u30fc\u30d0\u30fc":[40,43,109,35,139,12,127,7,61,22],"\u59cb\u307e\u308a":126,"\u59cb\u307e\u308b":[91,152,141,58,95,42,39,148,9,89,125],news:[61,126],"\u82e6\u624b":112,"\u3068\u3057\u307e\u3057\u3087":62,"\u30e9\u30f3\u30c0\u30e0":59,"4gib":[78,144],"\u65b9\u5411":129,"\u591a\u91cd":150,"\u5f8c\u304b\u3089":133,"\u7d4c\u7def":[11,37,59],trust:126," my":[91,152,125],"\uff13\u3064":37,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":141,"\u7b49\u3057\u3044":[91,55,152,63,125],"\u7b49\u3057\u304f":[55,152,125]," some":[116,67,155,124],"\u3072\u308d\u3042\u304d":119,"\u30a8\u30e9\u30fc\u30ed\u30b0":118,"_blog":62,"\u8d77\u6e90":11,"/shutdown":[7,42],tokenmecab:[56,61,120],"\u5217\u60c5":72,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[125,113,80,58,107,47,142,133,128,108],"\u5f97\u308b":7,xxx:[61,80],"_not":[91,2,47,142,144,108,88],"\u6700\u9069":7,"\u7528\u9014":[139,91,78,12,109,114,127,84,115,112,118,71],"\u6728\u4e0a":129,"\u63a2\u3057":[112,141],tasukuchan:154,"*ctx":[33,63,102,66,77,16,14,15,129,95,93,48,49,88,67,41,100,103],"\"a":153,"\"n":[91,152,125]," can":[124,26,15,97,7,116,39,67,101],"\u5c1a\u4e5f":61,"\u81ea\u8eab":[22,72,80,148,61],"\"}":[36,157,75,110,104,11,128,97,59,142,153,69,119,39,62,125,42,152],suggest:[22,130,25,35,43],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[36,91,3,125,56,154,79,80,26,111,133,39],"\"_":[3,75,39,92,108,42,119,91,60,125,11,46,47,133,36,56,153,142,61,62,152,110,157],"\"[":61,"\"'":[91,152,56,105,120,61,125],"\" ":[72,3,4,37,84,39,42,119,91,92,125,126,11,97,75,56,19,105,141,153,59,61,148],"\"\"":[61,37,153],"\"#":22,"\",":[3,75,79,80,85,39,87,108,119,96,91,60,125,11,128,46,97,47,133,36,104,56,141,65,107,59,142,61,62,152,110,153,154,26,114,69,92,157,7],"\"-":[22,60],"\".":[39,125,110],"\"/":[59,80],"\"(":61,"\")":[36,60,125,94,105,97,28,59,61]," should":67,"\"<":61,"\"?":4,"\":":[72,3,4,85,123,39,108,42,75,46,91,60,125,11,128,96,97,47,119,36,54,104,141,65,107,59,142,62,152,110,153,154,113,69,92,157,7],"\";":[141,7,42],"\u78ef\u90e8":61,"\"\n":[72,3,4,85,39,123,87,108,75,91,60,125,11,128,96,97,47,119,36,54,104,141,153,59,92,62,152,110,154,113,26,114,142,69,157],"/run":[80,126],"\u3084\u3059\u304f":130,"\u3084\u3059\u3044":[1,91,26,134],"\u5bfe\u8c61table":[129,95,63,103],"_tags":[36,154],"_ctx":[43,103,35,24,15,61,22],"\u4ecb\u6587":154,"_buffer":[16,2,144],".scr":141,"*bottom":93,"_selector":[43,25,35],"5f":141,"(init":14,ceekz:61,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[152,125],advanced:83," means":[39,91,67,7,124],"\u5c0f\u6587\u5b57":[129,72,3,157,51],poedit:101,"\u6b63\u3057\u304f":[39,152,61],"\"engine":[39,104,69],"\u6b63\u3057\u3044":[148,9,104],"\u7d20\u89e3":[112,44,125],"_str":[154,67],"\u3080\u3044\u3061\u3083\u3044":154,escape:67,"\u00a0timeout":63,"\u73fe\u4ee3":112,"\u5217\u6319":3,".zip":101,"\u6765\u307e\u3057":154,"_right":[22,93,28],".github":[126,64],"}attr":61,core:141,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":61,"\u3001\u300c":[36,1,56,154,120,80,91,39],"\u6d88\u3048":78," application":42," username":36,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[61,3]," tajima":61," last":[61,154],"\u3002ascii":[152,125],"\u3092\u3054\u89a7\u304f":112,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":87," saerch":[128,104],"[@":[22,61],git:[126,101]," disabled":[39,124],"[{":42," number":[93,158,141,80,14,15,41],gib:[52,116],"[test":61,"[n":61,head:[150,144]," make":[139,109,126,19,12,127,17,44,149,71],removep:63,"[\n":[36,91,60,3,75,153,11,154,113,26,96,97,59,72,119,125,152],"\u6253\u3064":126,"[2":80,"\u9032\u6570":[107,125],"[:":85," nargs":67,"[#":[22,61],"[\"":[36,125,11,128,79,107,39]," studio":[61,84],wanabe:61,autoconf:22,"\u5185\u8a33":56," dpkg":126,"\u6dfb\u4ed8":61,"\u8abf\u3079\u308b":[28,61,147,140]," unnecessary":116," nfkc":157,decrypt:126," future":61,"(match":97,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[43,91,78,37,22,132],check:[43,1,35,25,22,63],ongaeshi:[61,130],"\u305f\u304b\u3063":104,no:[1,83,78,91,14,144,128,61],"/mxcl":126,ne:72,ng:72,tid:102,saerch:[128,104],"\u4e09\u756a\u76ee":125,"=number":115,"_touch":[130,66],"_unlock":63,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":107," createrepo":126,"\u672c\u756a":126,"_memory":[61,2]," required":[7,42],"[travis":61,llt:72,"\u30d0\u30c3\u30d5\u30a1id":107,"\u30d2\u30c3\u30c8":[91,55,75,56,154,120,96,61,39,119]," requires":39,"\u5fc5\u9808":[44,84]," load":39,"_same":61," \u304b":71," sudo":[139,109,126,19,12,118,127,85,116,61,44,149,71],"\u4e00\u822c":[91,3,152,112,134,63],"*tid":102,"\nrequests":124,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[152,125]," character":[113,67,124],enqueue:137," \u3002":56,"\u3053\u305d":154," representations":67,level:[5,6,144],"\u51fa\u6765\u308b":154," successor":125,"/db2":42,"/db1":42," whether":[97,63],"\u6f14\u7b97\u5b50":[61,91,55,130],"\u79d2\u8868":[11,56,59,125],port:[141,85],"\u5024\u6bce":91,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":126,"_truncate":[22,95],"/load":[54,42],"\u56f0\u3063":106,".builtin":66,reply:62,"3\u3064":[139,91,3,11,12,26,114,127,149,134,61,62,109,118]," makecache":[61,109],"\u751f\u3058":[34,5,57,6,131,20,90],baseball:[36,62],"\u9ad8\u6a5f":[112,118,55],"=groonga":7,deb:[127,12,126]," recently":99,"\u6b63\u78ba":[11,65,3],"\u63d0\u4f9b":112,"_success":[91,2,74,111,14,15,122,124,67]," promote":61,"\uff08ruby":64,"_info":[43,24,35,61],"\u9006\u306b":36," case":[15,116],cache:[15,43,1,25,35]," level":[5,124,6,80,7],"\u30ea\u30f3\u30af":[152,126,11,86,61,125]," server":158,"_delete":[77,22,95,63,129],"\u307f\u307e\u3057\u3087":[36,3,75,11,154,59,62],"\uff08messagepack":44," \u304b\u3064":61,"-src":[127,12],sports:36,"\"name":97,"\u76f8\u5fdc":95,memory:140,msg:137,"_concurrency":150,"\u30bb\u30c3\u30c8":[55,120,95,129,63,90],"\u3044\u308f\u3086\u308b":36,"*dest":95,"_asc":95,"\nregister":39,".txt":126," on":[83,158,26,15,95,93,7,63,42,101]," of":[83,107,158,128,113,26,155,14,15,97,95,93,7,153,124,61,67,41],"\uff11\u3064":137,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[150,61,118,7],"*ii":16,"/setup":64," os":[43,115]," op":[93,67],"-docutils":126,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[43,115],":clear":126,"\u76f8\u5f53":[114,59,3],"\u5f15\u304d\u8d77\u3059":61,clone:[86,70,126],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[22,42],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\nctrl":85,"\u7f72\u540d":70,"\u6b20\u70b9":112," relax":116,succeeded:[58,47,142,108],"\u30b0\u30eb\u30fc\u30d7":[61,91,95,112],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[91,7],"\u3002tag":36,"_res":141,"/srpm":126,"_descriptor":[2,144],"\u542b\u307e\u308c\u308b":[55,3,126,11,112,80,56],normalizermysqlunicodeci:157," just":[15,96,66,155,124],"\u56f2\u307e":26,"\u56f2\u307f":[80,26],"[[":[74,119,79,80,39,123,87,108,91,60,125,11,96,97,47,122,36,54,56,142,62,152,111,154,26],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7," flags":58,"\u56de\u7e70\u308a":141,cutter:70," aptitude":[17,149,127]," increase":116,"\u6ce8\u76ee":91,"\u3059\u306a\u308f\u3061":11,term:58,name:[103,48,79,57,95,14,58,107,47,142,131,63,41,105],"\u500b\u3005":[56,10,55],"\u65e5\u3005":106,"\u30b7\u30a7\u30a2":21," link":11," line":64,"\u534a\u7121":[22,51],"\u5bfe\u8c61column":103," iwai":61,"\u53d6\u308b":144,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":61,"\u30cd\u30b9\u30c8":[61,62],"\u30d1\u30fc\u30b9":[22,134],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":57,"\u6642\u4ee3":112,"\u3042\u3044\u307e\u3044":51,"-default":115," warning":5,dataset:155,"\u914d\u7f6e":[3,126],"\u56f2\u3080":[61,3,26],"\u3002key":[95,120,3],"\u30b3\u30fc\u30c9":[61,72,101],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":152,"\u4e92\u63db":[139,109,10,125,126,12,113,127,29,157,42],"\u30db\u30b9\u30c8":[150,126,80,141,85,61,22],yum:[61,109,126,139],"\u5b8c\u7d50":106,"-normalizer":[139,109,12,113,127,61,157],"\u304a\u9858\u3044":[141,106]," correction":104,redhat:[22,44],"-version":[130,126],"\u30b7\u30f3\u30d7\u30eb":[146,134],"_function":[2,144],"\u7d5e\u8fbc":[43,132]," text":[91,152,141,113,26,97,133,116,62,42,125],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[60,99,134],returns:105," logged":124,kbytes:141,"\u7b49\u4fa1":[91,130,134]," files":[124,7],"\u30a8\u30f3\u30c8\u30ea":[91,125,152,15,153,103]," match":[67,7],specify:[158,7,101],"-httpd":[40,43,109,35,139,12,15,127,61,22],"(tab":148,"< t1":55,"\u3080\u308b\u3093":[152,125],posix:125,"\n\uff08":130,and:[39,59,95,26,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":52," name":[91,34,125,153,11,154,105,57,155,14,58,97,142,131,7,133,41,51],"_local":[141,133],prm:109,",' ":[11,37],"_groonga":114,"\u53b3\u5bc6":39,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":70,"_permitted":[2,144],"\u30d5\u30e9\u30b0":[1,72,3,119,5,82,6,34,22,90,91,125,11,20,131,129,51,57,58,107,144,61,152,113,157],animation:36," operation":93,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[49,91,44,80],"_suggest":121,"\nstatus":[3,85]," mail":141," main":127,"_interrupted":2,"\u81a8\u5927":112,"\uff09:":[139,54,120,19,12,109,127,123,71],"\u4e2d\u65ad":[77,22,61],"8mb":157,"\u5c06\u6765":[139,54,60,113,144,123,42],"\u4e00\u81f4":[43,1,55,126,128,91,121,14,95,129,61,51],"\uff09 ":[22,91,130,157],"\u30c4\u30a4\u30fc\u30c8":21,"\u5ea6y":37,sitecountry:[85,110],"\u540c\u3058\u91cd\u307f":97,"\u88dc\u5b8c":[43,128,130,156,8,61],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":70,"\u5024\u3088\u308a":[91,55],"\u7530\u8fba":61,"\u985e\u7fa9":91,"\u57f7\u7b46":[62,38,82],"\u5f53\u8a72":[10,63],ssh:126," groo":91," liblzo":[127,12],"\"null":61,"_port":141,":')":58," groonga":[118,3,80,7,22,124,44,42,139,91,125,126,12,133,101,19,153,85,61,62,63,148,109,152,112,26,114,127,116,157,71]," jquery":130,"# ":[72,3,75,80,85,39,123,87,108,42,119,91,60,125,11,128,96,97,47,101,36,54,104,153,59,142,62,152,110,154,113,26,69,92,157,7],"\u884c\u756a":[114,22]," narwhal":22,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[154,1,51]," introduced":7,"<gqtp":141,"\"#\"":141,"(..":61," shutdown":7,"#{":124," explicitly":39," cflags":[19,126]," target":[15,63,67,93],cities:60," memo":97,"\u30af\u30ea\u30fc\u30f3":126,quiet:144,"\u30ec\u30b3\u30fc\u30c9id":[43,74,35,95,102,61,63],"[,":147," records":[93,67],"\u4e00\u822c\u7684":112,color:157,whombx:61,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":61," rewrited":83,"\u76f8\u5bfe":[22,91,126],"_clone":126,raring:[43,115],"#proxy":7,"*db":[63,66,14],"\u6709\u9650":91,"\u4ee3\u308f\u308a":[157,74,152,111,80,26,84,85,44,7,51],engine:[39,128,69],"/vdw":[59,3,110]," approximate":60,"_tokenizer":[61,91,2],"_value":[54,130,91,116,129,61,123,22,63,89]," location":[36,60,11,154,59,7],"_tokenized":[72,113]," creating":116,"\u25cb\u25cb":106,"\u30ed\u30ae\u30f3\u30b0":14,"\u975e\u63a8\u5968":61,"\u53d7\u3051":[60,3,144,7,61,137,42,85],"\u305f\u3068\u3048":56,saerc:[128,104],"\u8aad\u307f\u51fa\u3057":112,html:70,"\u5831\u4ee5":72,events:42,"\uff08romaji":39,status:[43,1,35,130,25,142,61],"0\u30d9\u30fc\u30b9":91,downloads:84,"[\u8a9e":107,"\u7d4c\u7531":[34,74,5,79,6,87,122,90,126,131,133,20,17,57,65,107,135,61,58,111,130,30,117],"-msgpack":42,"[geo":22,"\u30d1\u30bf\u30fc\u30f3":[114,125],"/unit":149," brother":152,"\u4f5c\u6210\u6e08":80," endpoint":158,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[70,143],unicode:157,"\u3088\u304b\u3063":56,"\u30e1\u30e2\u30ea":[139,109,130,12,14,127,84,115,61,63,71],"\u00a0op":[95,88,67,103,93],"\u53ef\u5426":3,except:116,blog:62,"\\'":[80,152],"\\%":84,"\\\"":[92,120,26,46,153,67],"\u9577\u65b9\u5f62":22,hino:61,"\u63a2\u3059":62,"\\(":152," git":[86,126,101],"/base":126,"\\\\":[153,67,152],")..":126,"\u4f1d\u7d71":112,"\u3068\u304a\u308a":[52,141]," them":116," very":[114,91,152,26,46,39,125]," they":116," datasets":155,"_send":15," earch":72,"-mm":[124,125],"_host":141,"\u985e\u7d39":56," no":[116,93],"\"groonga":[91,125,26,153,9,51],frees:15,automake:130,"[snippet":26,"@uzulla":22," chunks":140,mooz:22,"\u4e09\u3064":[60,120],o0:126," binary":[112,37,4],"\ngrn":55,"/eval":123," mark":157,"\u30b9\u30da\u30a4\u30f3":60," swap":116,tokenbigramsplitsymbolalpha:[56,91,72,31,120]," shibuya":130,"\u00a0version":[98,14],oo:[78,72],on:[72,7,42,26],ok:142," posting":93,"_escalation":[43,130,35,24,14,44],"\u30e6\u30fc\u30b6\u30fc":[70,143]," their":116,"\u8a2d\u5b9a\u5024":[140,1],os:[141,126],or:[91,75,59,144,116,148,152],tokentrigram:[72,31],"_leading":91,"\u5c11\u306a\u3051\u308c":51,"\u5f0f\u5168":[152,125],"\u884c\u76ee":[114,141,126]," nine":3,"\u30c1\u30e3\u30f3\u30af":107,"\u30a8\u30ed":154,"{path":44,"\u8a55\u4fa1":[123,61,55,125,153]," right":93,there:[116,67,152],"\u53d7\u3051\u53d6\u308a":[55,3,7],"\u300ccomments":154,"/modules":[130,7],"\u901a\u308a":[72,79,38,87,44,91,60,125,126,128,97,51,56,153,92,147,64,152,113,26,142,69],"*escaped":67,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":157,"(location":[36,59,60,154],"\u69cb\u7bc9":70,"\u4f5c\u3063":[56,154,95,7,129,22,157]," using":[62,83],"/hostname":[141,80],"\u30de\u30fc\u30b8":[61,101],"\u65b9\u5f62":[60,147]," messages":61,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":61,"\u4f5c\u308a":[39,62,104,51],"\u4f5c\u308b":[36,104,154,137,134,51,101],"\u8ab2\u7a0b":61,"\u5149\u7537":61,"\u3066\u3057\u307e\u3044":106,"\uff08proc":77,"_type":[33,66,35,43,24,95,61,63,41],"\u9001\u308a\u65b9":70,"\n% ":101,"\u53d7\u3051\u53d6\u3063":112,"\u3002ctrl\u30ad\u30fc":3,"/mysql":157," good":96,"\u65b9\u5f0f":[80,62,3,112],":mm":[124,125],"\u30ab\u30d0\u30ec\u30c3\u30b8":70,"\u6c17\u306b":[63,101],"/select":[11,7,85],directory:144,"4\u3064":[78,26],"\u30c7\u30fc\u30e2\u30f3":[61,1,80,7]," \"\u308d\u3086\u304d":119," advanced":83,all:[61,126,116],dist:126,"\u6761\u4ef6":[70,55],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":38,jessie:[43,115]," which":39,"\u30d3\u30c3\u30c8":[129,152],"\u5b58\u5426":63,"/rab":[59,3,110],init:[44,41],"\u304a\u5f85\u3061":21,".name":[107,154,153],"\u95a2\u9023":[112,70,106,126,21],"=message":115,"-word":91,"***":6,",\"tags":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[112,70],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[22,126],"\u8a9e\u7248":126,longtext:[37,93],list:126,"_html":[43,35,80,61,22,136],"\u304a\u3088\u3073":[3,126,11,112,80,61,44,41],"\u4f4e\u6e1b":[118,130],"\u6d69\u4e8c":61,"<protocol":80,"\u89aa\u5207":130,"\u884c\u3048\u308b":[61,36],"/news":126,tex:72,"/centos":[109,118,126],"_scalar":[75,79,92,91,60,125,96,97,47,133,36,103,56,58,153,142,62,152,110,154,26,116],"(packages":126," point":[61,47,60,93],sub:[43,136,126,35,61],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":70,version:[3,4,126,141,14,65,98,85,22,7],memcached:[43,149,132,112],"\u793a\u3059":[2,74,119,79,87,122,42,91,60,125,11,46,97,153,142,147,152,111,26,114,28,92],tags:[36,87,51],"\u88dc\u5b8c\u8a9e":39,"#worker":7,serihiro:61,matsuu:130," almost":116,options:[150,141,80,155],"\ninfo":[5,6],gtihub:22,"\nthan":116,tokenunigram:31," cover":26,"\u30b0\u30cb\u30e3\u30e9":154,"\u5358\u7d14":[55,119,147],"\u300c\u697d\u3057":120," tar":[127,109,12,126,139],"/atv":[59,3,110],"\u69cb\u6587":[43,67,121,35,61]," less":116," supported":7,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[65,117],"\u7a4d\u7b97":[91,55]," tag":[36,126],"_expire":63," nroonga":62," webclips":92," \u3064\u304d":58,thus:155," opens":[116,93],"\u547c\u3093":120,"\u3002git":126,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":70,"\u89e3\u6790":70,"\u79fb\u884c":[22,10],"_encoding":[43,24,35],"\u306e\u306b\u5bfe\u3057":14,"=table":51,"\u671f\u5316":[61,14],"\u30ea\u30cd\u30fc\u30e0":22,"\u958b\u767a":[112,70],"\u00a0section":[16,103],"\u7406\u7531":112,"&..":85," three":[11,3],disable:22,"_text":[113,149],"\u6d88\u305b":7,"\u30ea\u30dd\u30b8\u30c8\u30ea":[70,143,126],"-max":[158,22,80],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":149,"-munin":[127,109,115,139]," dictionary":157,"-http":[43,109,139,12,27,127,7,61]," segment":107,"\"book":125,":\u79d2":154,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":126,"\u9ad8\u307e\u3063":112,disables:7,"/executables":130,"\u623b\u308a\u5024":[102,14,15,95,63,67],"\"is":11,"\u30bf\u30a4\u30d7":[77,22,141,42],"_link":[2,144],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":100,soccer:36,"\u30d6\u30fc\u30ea\u30a2\u30f3":37,"_large":[2,144],"return":[114,124],"\u52d5\u4f5c":70,"\u6d45\u898b":61,"\u5897\u3048":[123,62,72],"\u8aa4\u5b57":[22,130,148,61]," shared":15,"\u8a71\u984c":21," \u30d0\u30c3\u30d5\u30a1":107,"-encodiong":125," tool":64,innodb:112," sitecountry":110,"\u8208\u5473":112,"\u4e0d\u9069\u5207":61,"-create":[40,43,35,128,121,61],weight:[11,61,91,103],"_release":126," st":125," sh":126,"/en":[7,126],"\u547c\u3076":[61,149,134],"\u6c42\u3081":[112,94],"_new":[22,137,61]," nneded":116,"/managers":[7,42],"\u3072\u3053\u3055\u3093":61,thread:[95,141,137]," processing":124,"\u306b\u3088\u308b":[43,60,3,125,126,11,112,37,106,61,22,132],"_hash":[91,92,125,96,97,95,60,133,129,87,93,157,142,51],"\u30c9\u30e1\u30a4\u30f3":110,"\u5927\u304d":[78,61,7,107,51]," byte":67,",[]":74,"\u5e03\u6559":70,"${":[97,91,125,116],"\u306a\u306a\u3069":[152,125],"\n\u308b":[61,130],passes:126,"\u5b58\u5728":[1,3,120,118,85,89,91,63,14,95,133,129,140,141,59,61,62,147,110,112,130,114,28,7],"\n\u30b9":22,script:46,gpg:126,"\u3050\u3088\u3046":60,"\u60c5\u5831\u540d":[87,79],passed:126," local":133,gps:112," terminated":67," lgpl":83,"\u8a9e\u691c":91,"$(":[139,127,109,12,71]," body":[74,75,56,57,58,111,122]," transfer":[118,144],"$ ":[119,125]," maps":116,"\u6574\u5408":[1,63],"\u6271\u3048\u308b":[140,61]," localnames":133,"/groonga":[118,3,80,84,7,8,86,87,61,44,139,126,68,12,47,17,101,19,85,22,148,64,109,130,127,116,71],"-working":61,",[\"":56," true":125,"7e":141,"\u898b\u3066":[114,91,7],"\u307e\u307e":[11,61,10,106,126],"\u898b\u3064":[61,130,128],"\u540dn":[87,79,91],"!)\n":7,"\u307e\u3060":[54,10,125,128,91,26,65,144,61,123,22],"\u307e\u3067":[52,96,55,3,119,126,78,80,46,154,61,62,141,101],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,68,12,13,14,15,17,19,20,22,24,25,26,28,29,30,67,33,34,53,37,38,39,40,41,42,139,44,46,47,48,49,50,51,52,36,54,55,56,57,58,59,60,61,62,63,64,65,66,127,69,70,71,72,74,75,146,77,78,79,80,21,82,84,85,86,87,88,89,90,91,92,94,98,96,97,95,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,123,122,125,126,158,128,129,131,133,134,135,136,138,140,141,142,144,147,148,149,150,151,152,153,154,156,157,11],"\u307e\u305a":[3,75,126,56,154,120,141,84,7,125,44,101],"\u307e\u305b":[33,118,2,3,78,37,38,80,99,72,7,8,123,39,61,44,9,42,96,91,60,125,126,11,128,141,14,46,97,95,89,74,20,135,113,79,51,54,120,102,103,104,56,140,106,58,129,142,144,22,62,63,148,65,157,152,153,112,87,26,114,101,117,85]," sysctl":[140,116],"_list":[43,1,2,35,130,25,61,22],"\u307e\u305f":[34,74,5,78,37,80,6,7,22,87,90,91,60,125,126,14,95,131,133,20,135,79,122,103,141,57,65,107,61,149,64,58,152,111,26,114,30,117],"\u3058\u304d":26,"\u6c42\u3081\u308b":[112,60,147],centos6:61,"\u7279\u5b9a":112,"[pat":61,"\u9069\u6642":77,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":62,"\nyou":116," superior":26,"\u66f8\u304d\u5f8c":120,"\u306a\u3051\u308c":[33,2,80,7,44,91,92,125,11,14,46,95,51,103,141,58,153,61,63,148,64,152],added:95,"\u3093\u3057\u304d":134,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55," realtime":[128,69],exec:144,"\u30e1\u30fc\u30c8\u30eb":[60,147],"\u89e3\u653e":[65,129,63,102,14],"\n\u3044":106,"\u307e\u307e\u3067":56,"\u3002id":14,"@kiske":61,"-oriented":26,"\u9577\u3055":[103,11,48,141,95,129,61,63],orangain:61,"\u624b\u52d5":7,"&query":85,".rb":[54,130],"\u304a\u3051":91,"_users":154,"\u304a\u304d":[112,126]," night":96,"\u304a\u304b":44,"\u304a\u3044":[3,103,126,11,112,95,59,149,61,22,63,89,101],"\u59cb\u70b9":3," otherwise":[97,63],"_call":[2,144,55],"_format":[2,144],firewood:61,"\u304a\u3070":[22,1,61],"-ftp":141,"\u4f4e\u6a5f":55,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":146,rose:11,"\u629c\u3051\u308b":3," used":[124,67,66,99],"\u671b\u307e\u3057\u3044":[112,106,126],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,"\n# ":[65,3,85],longest:95,"\u304a\u3070\u305f":[22,61],"\u305d\u308c":[118,3,75,37,120,84,139,92,125,126,11,129,101,55,102,56,48,65,62,63,109,152,154,130,69,51]," supports":83,"\u306b\u304a\u3044":[11,10,126],"\u4fdd\u8a3c":[107,10]," flag":14,"\u6570\u5024":[43,1,55,74,152,111,120,80,91,58,130,99,123,122,147,132],"(content":[92,26]," ')":46,"\u30b3\u30df\u30c3\u30c8":126,"\u305d\u3057":154,"\u76ee\u4ee5\u964d":91,tobby:97,dump:[43,1,35,130,25,61]," universe":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":17,"][":[22,152,61],"\u305d\u3046":[106,125,64],"\ncolumn":[60,56,154,97,133,116],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[141,126,101],"]}":[11,107,153],"\u30b9\u30b3\u30a2":[91,55,56,128,59,154,61,89],"]x":[154,59],"\u00a0escape":67,"/non":61,"\u305d\u306e":[43,55,126,112,106,115,101],korea:110,"\u6b63\u898f":[72,3,125,113,95,61,157,148,51],"\u5927\u91cf":[78,36,55,3,51],"\u304a\u3089":126,"\u304a\u308a":[154,62]," easy":17,"]\n":[72,3,75,80,85,39,123,87,108,119,96,91,60,125,11,128,46,97,47,51,36,54,104,153,59,92,99,61,62,152,110,154,113,26,114,142,69,157],"\u672a\u521d":61,"\u30c6\u30fc\u30d6\u30eb":[43,55],license:126,"\u8a02\u6b63":148,"]'":42,"] ":[150,126,158,113,80,155,58,47,142,85,61,22,108,50,141],context:[63,7],"]\"":[61,59,154],"<= ":[61,7,125],"],":[72,3,75,79,80,85,39,87,108,119,96,91,60,125,11,128,46,97,47,74,122,36,133,104,56,141,65,107,59,92,62,152,110,153,111,154,113,26,114,142,69,157],"]/":85,"])":[53,147],"\u691c\u7d22id":95," off":7,improper:144,"\u30b3\u30de\u30f3\u30c9url":42,"'alice":152,"\u7d76\u5bfe":8,":#{":124,"\u8003\u616e":56,due:26,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:70,kiske:61,"\u3057\u3084\u3059\u304f":61,"\u6574\u5217":[112,3],"(html":92," raltime":69,"#groonga\u30bf\u30b0":154,"\u8a00\u8a9e\u540d":101,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":144,"\u30d9\u30fc\u30b9":[118,72,152,146,112,130,95,61,129,22,125,101],"\u30d8\u30c3\u30c0":61,"\u00a0string":67,"\u79d2\u9593":22,"\u5730\u7cfb":60,evaluated:123," most":93,"\"sug":9,"\u5404\u8a9e":107,"\u6027\u5225":112,"_expansion":[22,61],rid:102,"\u30ed\u30fc\u30ab\u30eb":[125,126],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":70," float":11," signing":126,"\u6210\u679c":70,"*type":103,"\u5065\u4f5c":36,"\u00a0rid":[16,102],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[112,70],"\nmroonga":148," describes":114,"/hoge":80,"\u64ec\u4f3c":[91,152,125],"\u672c\u6765":75,"\nmemory":116," buffer":[107,63,67],abcde:113,edge:137," --":[36,91,92,125,154,26,97,84],nanoseconds:124,"\\bin":84,"\"alice":152," advance":39,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[43,132],"\u3067\u304d\u308b":[112,70,137],tables:[133,155],"\u4e92\u63db\u6027":126,"\u3002keys":95,"\u64a4\u5ec3":[130,80]," -e":12," -g":84,"\u5024\u7528":22," -h":42,"\u304f\u3060":[118,2,3,119,76,78,37,21,72,84,7,8,123,92,44,42,139,91,60,125,97,11,128,12,56,47,49,51,101,54,19,140,141,58,153,142,99,61,108,109,152,112,113,127,29,71,85],boost:39," add":[91,101],"_finalizer":[41,14],"@wareohji":61,unstable:[127,126],"\u6642\u523b":[114,66,104,154,141,65,151],".title":11,"\u7f6e\u304b":[29,44,148,7],"\u7f6e\u304d":[129,130,63,126],"\u7f6e\u304f":44,"\u7f6e\u3044":126,"\u5404\u8981":75,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,157,125,105,80,14,44]," seven":3,retry:144,"\u69cb\u6210":[139,109,55,3,126,12,118,127]," already":116,"\u304f\u3093":154,"\u5ea6\u5206":37," related":116,"_improper":2," fix":83,"\u9577\u751f\u304d":51,"\u5b9f\u73fe":[112,70,143],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":61,"\"service":104,range:[87,47,79,144],"lzo\u3044":58,"\u672c\u6587":[62,92]," patsuffix":119,url:[133,22,85,126,29],"\u5831\u544a":[70,106],"\u524d\u65b9":[43,1,55,128,121,129,61,51],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":126,shimoda:130,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[80,7],"\u7a2e\u5225":79,fast:[125,91,92,26,152],"/hosts":126,"_links":[2,144],"html\u30bf\u30b0":92,files:126," tests":126," wibowo":61,"-query":[118,3,152,80,26,124,97,7,61,22,148,119],"-host":141," \u30ad\u30fc":61,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":51,"_op":[88,67,55]," that":[91,93,124,26,14,15,95,116,61,39,67,41],"_or":[2,147,47,142,85,55,108,88,144],"\u306b\u3064":61,"_of":[2,144]," offset":93,"_entries":[15,99],"_on":[2,144]," than":[116,124],"\u63a5\u982d":[78,125,22]," tokenbigramsplitsymbolalphadigit":97,horikoshi:22,"\u679c\u305f":3," candidate1":128,warning:[124,7],"\u306b\u5bfe\u3059\u308b":[43,55,3,126,110,36,11,112,130,128,61,129,22,132],grn:70,gro:26,newvalue:103,nice:96,users:[47,142,84,42],"\u5c5e\u3057":37,"\u305f\u3076\u3093":44,"\nit":67," above":39,")groonga":148,drilldown:[1,131],"\u982d\u8f9e":78,"\u300d\u3001":[36,154],"\u300d\u3002":134,"\u300d\u300c":154,"\u8868\u3059\u578b":37,"-deafult":22,"\u8aad\u307f\u53d6\u308a":[46,80],"-package":[126,115],"\u30b3\u30a2":[44,7,42],"-count":65," official":126,"\u30a4\u30f3\u30c7\u30c3\u30af":62,"\u958b\u304f\u969b":61,"\u5272\u308a\u5f53\u3066\u308b":[11,78,3],"\u30b9\u30ad\u30c3\u30d7":61,"\u8a9e\u6271":120,"\u30ad\u30fc\u30b5\u30a4\u30ba":78,"\u30cb\u30e5\u30fc\u30b9":96,stable:10," yamaguchi":22,include:68,"\u7e70\u308a\u8fd4\u3057\u6570":141,"\u30de\u30c9\u30ea\u30fc\u30c9":60,"\"saerch":104,"\u30d7\u30e9\u30b0\u30de":91,"\u306a\u3068\u304d":112,"*user":41,"\u3002run":149,"\u3067\u5024":[80,3],"\"complete":9,"-in":[63,126],"-id":[61,80],"_dir":[22,126],"\u00a0key":95,"\u884c\u308f":[150,36,91,141],"|correct":128,"_use":[2,144,14],".po":70," term":[58,107,75],".pc":[22,121],"-line":64,"\u3053\u3046\u3059\u308c":106,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[61,62],"\u3002buf":103,etime:150," specified":[93,41,14]," voiced":157,"\u30a8\u30f3\u30b8\u30f3":[11,36,91,80,112],"{time":124,"-exact":65,"\u521d\u56de":101," score":47,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":38,"\u5341\u5206\u6c17":91,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[78,3,7],"\u4e0a\u3052\u308b":56,"/coremodule":7,"_name":[114,63,103,121],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":80,"\u30c8\u30e9\u30a4":[78,51,152,125,22],">= ":[61,125],"\u300coffgao":154,">version":4,"\u5206\u6790":112,apple:157,apt:[127,12,126,64],"*str":67," turn":7,hardy:130,api:[43,55,35,130,121,61,22],"_commit":16,"\u5207\u308b":7,"\u5148\u60c5":154,"\u9001\u4fe1":[122,65,34,74,135,5,141,79,57,58,107,6,131,117,133,87,20,61,30,111,90],use:[61,91,80,116],"\u3057\u307e\u3057":61,usa:110,"\u3057\u307e\u305b":[91,56,106,7,39,44],"\u3057\u307e\u3059":[91,152,110,154,120,109,9,125]," defines":155,"\u3057\u307e\u3046":[126,112,130,106,61,22],usr:[80,7,8,44,149,71],"\u3057\u307e\u3044":[11,56,141,119,104],"\u4efb\u610f":[3,126,80,37,141,112],sort:95," functions":[97,83],"_names":66,tokenbigramignoreblanksplitsymbolalpha:56,"?msg":126,"/index":[80,126,101],"-html":[61,130]," morning":96,"\u30b7\u30fc\u30b1\u30f3\u30b9":[39,104,69],tar:[139,109,126,19,12,127,44,71],"_install":[17,115,64]," example":[39,91,67,105,116],tag:36,"/rpmforge":109,sis:22,united:142,satoh:22,"\u30c0\u30d6\u30eb":[152,78,22,61,125,51],"_sis":[119,120,152,95,51,125],sid:[43,115]," physical":107,"_create":[43,55,66,35,48,25,121,95,61,22,67,41,103],"\u884c\u3046":[150,36,91,60,119,110,154,120,106,118,97,59,130,126,129,61,62,149],"\"rectangle":[61,60,147],"\u30a2\u30af\u30bb\u30b5":63," mroonga":[91,152,153,97,61,62,125]," instead":[91,80],"_configure":61,"\u30a2\u30af\u30bb\u30b9":[150,130,126,11,29,80,95,85,61,22,101,7]," nice":96,"\u3042\u308b\u3044":[139,109,10,103,112,144,152,147,28,95,55,7,125,88,51],"-config":[1,130,80,61,22,44],"$home":126,interrupted:144," restart":118,freebsd:[43,35],"\u4eac\u90fd":[56,120],"#groonga":148,"\u300cbill":120,"\u5bfe\u8a71":[3,85],"\u7279\u5225":[72,152,2,39,44,67],"\u30c0\u30f3\u30d7":[61,130],"\u9577\u3059\u304e\u308b":61,"/apt":[127,12,126],"/api":42," extract":124," gpl":83," gpg":126,"\u30b9\u30ad\u30fc\u30de":[91,92,152,153,26,96,97,60,133,116,62,142,125],"\u53c2\u52a0":[70,21],articles:62,auto:128,edit:[43,1,136,126,35],".net":[36,3,126,110,11,21,59,85]," updated":[56,83,101],"%\\":84,nfs:44," updates":26,"\u6df7\u305c":[11,128],".overcommit":61,",\"link":11,"\u5c3a\u5ea6":112,"\u89e3\u6c7a":[22,61,106,107,140],"\u3002redmine":0," your":[22,101,116,64],remove:113,out:141," clumns":116," encoding":[105,67],"\uff08byte":[63,103],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":154,"\u30ec\u30a4\u30e4":55,"\u5408\u81f4":3," provides":97,"8r":[61,44,80],lts:[43,126,115],"\u4e00\u90e8":[57,3,9,126,61],"\u8907\u6570":[1,72,77,79,7,61,87,43,91,128,97,51,55,103,141,106,58,142,22,152,112,130,113,29,146],lte:72,"\u304a\u3059\u3059\u3081\u3057":[118,152,126,125],"\u8aac\u660e":[0,2,35,84,44,43,126,12,101,138,55,139,19,99,61,64,109,25,114,127,115,70,71],"1\u305a":[10,89],"\u53d6\u308a\u8fbc\u307e":126,"\u53d6\u308a\u8fbc\u307f":22," context":26,"_symbolic":[2,144],"\u8d77\u70b9":[111,122,91,74],utc:125,"\u78ba\u8a8d":[70,106],"_qlog":61,unknown:144,"\u304a\u304b\u3057":130,makefile:126,",[":[56,111,122]," prefix":[158,22,95,129,125],"1\u3064":[0,72,78,7,8,123,61,108,42,91,125,128,9,97,51,52,36,54,141,106,153,144,22,62,152,154,26,99],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":80,"\u7279\u5316":[125,101]," for":[83,124,66,158,116,37,26,155,14,15,60,7,61,39,93,63,67,105],"\u30d5\u30a9\u30eb\u30c0\u30fc":84,"\nkernel":116,"-jumandic":[139,109]," reading":[43,156],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[29,80,7],"\u8a9e\u610f":82," increasing":116,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[61,1,30,63],"_unsupported":2," handle":116," started":[114,124,91,152,125],see:116,".grn":[7,133],"\u884c\u6307\u5411":112,"\u30ab\u30bf\u30ab\u30ca":[129,39,157,128]," snippet3":26,"\u76ee\u304f\u3089\u3044":51,"_expanders":[148,8],which:39,"^ ":125,"\u4eee\u60f3":[61,59,110],"\u901f\u3084\u304b":10,".travis":64,"\u7d44\u8fbc\u578b":[43,35],"class":92,"_build":149,"\u73fe\u5728":[82,150,151,3,66,126,112,38,141,14,99,154,20,102,63,41,51],"_delimited":83,"/docs":7,"_is":[114,2,113,58,47,142,144,22,108,63],gronga:[148,9],"_ip":85,"_in":[43,1,2,35,130,114,93,61,22,136],"_ii":[43,24,35],"-output":[61,91,92,141,26],"_id":[33,91,3,103,126,16,95,14,129,59,61,102,22,63,67,89,125],"_delimiter":[72,113],"\u6307\u3057":11,"\u5bfe\u8c61object":[33,66,77,63,41,100,103],",\n ":[36,91,152,56,128,79,114,107,7,154,125],",\n#":[36,91,72,3,152,11,154,97,59,85,125]," favorite":101," representation":[105,67],"\u5bfe\u8c61":[72,3,79,120,34,22,88,42,90,43,91,10,126,128,14,46,97,95,131,132,133,129,51,36,55,102,103,56,137,57,58,142,61,63,149,150,152,101,112,26,44,30],"\u3044\u308d\u3044\u308d":[43,132]," project":125,".\" ":85,"\nrecords":97," solaris":[43,115]," doesn":7,"\u30b7\u30a7\u30eb":[44,141,152],daiki:[61,130,121],"*newvalue":103,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":44,"\u6295\u7a3f":126,"\u4ed8\u3051\u308b":[137,157,3],"!condition":125," negative":[41,14]," same":[61,67],nvars:41,",\n{":[157,75,110,104,128,97,153,69,119,39,62,125,152],subrecord:61,words:125,"\u3068\u3068\u3082\u306b":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[33,91,44,103,152,51,153,95,7,125,61,63,148,64],"(column":26,",\n[":[26,133],",\n]":[56,153,59,75],"\u4e00\u4ef6\u9032\u3081":129,queries:141,"\u304b\u304e\u308a":141,"=fedora":126," markup":68,"\uff08\u578b":48,"\u884c\u6570":22,"\"table":80,dll:[22,61],limit:[129,22,95,93,131]," loading":39,"\u4e43\u6bc5":130,job:141," only":[15,7],homebrew:70,"\u3084\u305d\u306e":142," map":[116,124]," worker":7," max":[15,53,158]," may":116,april:126," mac":61,"/local":[44,7,126],"\u672a\u5bfe":61,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[29,130,80,61],"_var":[48,67,41],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[44,84],table:[43,10,102,103,35,57,79,130,25,58,95,55,61,129,22,63,41],"\u671f\u5f85":112,rpm:[139,109,126,130,61,22],"\u304a\u3059\u3059\u3081":42,"\u30b5\u30d6\u30bb\u30c3\u30c8":[37,95]," argument":125,"\u9bae\u5ea6":96,"_refused":[2,144],"\u78ba\u5b9f":104,"\u521d\u671f\u5024":150,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":61,mike:142,"-cache":[61,80]," or":[91,93,75,15,97,95,124,116,148,152],"\u5024\u578b":11," favorited":154,"\u672a\u5b9a":11,"\u4f4f\u6240":61,cursor:[129,93,102]," favorites":154,"\u793a\u3055":[87,79],"\u793a\u3057":[2,3,38,110,56,24,65,60,85,126,62]," sound":157,"\u00a0src":95," zlib":[127,12],"\u578b\u3068":110,"\u3072\u308d\u3086\u304d":119,"-debug":130,"*src":95,avg:150," original":[119,133],"\u8fd4\u4fe1":[154,62,106],uptime:[1,3,4,65,85,7],"\u5185\u90e8":[126,11,16,26,14,65,95,61,63],"\u578b\u304b":37," replied":154,"\uff08longest":[22,125],"\u6ce8\u610f":[91,92,3,152,126,11,141,56,95,7,61,119,22,125,42,51]," replies":62,"\u691c\u7d22key":95,"\u6587\u8108":153,"\uff01 ":154,"\u5168\u6587\u691c":[43,130,132,51],"\uff01\"":154,uzulla:22,"\uff01:":44," translation":101," obj":107,"\u521d\u671f\u5316":[61,41,14],tcp:80," keeps":15," etc":116,")=":140,"_device":[2,144],"(windows":141,"\u5236\u7d04":52,unsigned:[103,16,15,95,48,129,63,67,41],"\u9ad8\u7cbe":112,qwik:133,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[22,44,149,115,101],"\nor":116,"\u300c\uff76":157,"'pid":80,"{\n":[55,7,42]," tracker":0,"\u307e\u305f\u3044":[61,60]," specify":[97,155],"_threshold":[49,22,44,130,14],"\u307e\u305f\u3050":[43,60,132,61],"\u306a\u304b\u3063":[91,10,3,125,153,5,80,131,57,56,6,34,20,61,141,90],"_push":55,because:7," receiver":158,sequence:[39,128,104,155,69],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[91,82]," candidate2":128,") ":[91,2,125,126,140,37,141,118,95,55,7,116,61,63,67]," unpatched":83,"\u30b3\u30e1\u30f3\u30c8":[80,130,141,153,62,148],"_sortby":131,"_exists":[2,144]," origin":101,"\u306e\u307b\u304b":[11,37]," named":39,"\u96e2\u308c":59,"\ndoesn":116,"\u2192id":78,"\u7d44\u5408":97,"enum":66,"\u7acb\u3061\u4e0a\u304c\u3063":141,"*path":[95,66,103]," candidates":39,"\u518d\u691c":134,"\u306e\u3044\u305a\u308c\u304b":[28,95,88,147,48]," grn":[55,148,105,134,124,67],"\u305d\u308c\u305e\u308c":[72,3,4,78,120,80,44,75,91,125,126,11,97,95,51,55,56,59,144,62,63,149,110,154,26,114,29],"\u5358\u72ec":[141,103],column:[43,1,55,103,35,130,25,95,61,22,63,41,100],universe:12,"\u30fbor":59,".html":[80,7,126,101],"$groonga":126,"\u6570\u5b57":[56,104,141,51],"_length":144,"\u5b9f\u7a3c":150,"\u3002mroonga":[112,63],"*key":95," aimed":61,"var":[44,79,55,80,7]," query":[118,128,8,7,39,124,148,144],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":64,"\u30d5\u30a3\u30eb\u30bf\u30fc":153,"-pid":[22,80],"\u30b9\u30cb\u30da\u30c3\u30c8":26,"_term":83," selects":93,"\u6700\u5f8c":[125,126,11,130,141,14,56,7,61],"\u7834\u68c4":[41,14],squeeze:[43,126,115],"\u6848\u5185":[106,126],"\u30e1\u30f3\u30d0":95,"\u56fa\u6709":77," object":[15,61,95,63]," eggs":62,record:95,"\u30ed\u30b0\u30a4\u30f3":126,"\u4e00\u9577":112,"\u6c7a\u5b9a":91,"\u30e9\u30a4\u30b6\u30fc":72,"\u305d\u308c\u3086\u3048":[11,152],"\u7a4d\u7528":91,"8bit":37,"\u7acb\u5834":70,"\"se":39,"-- ":7,"@github":126,"\u52a0\u3048":[11,55,119,64],book:125,bool:[152,11,37,28,61,147,119],"\u30eb\u30fc\u30d7":[61,130],"-analyzer":[22,61]," developer":154,"\u306f\u307e\u305a":126,".gpg":126,"-sortby":61,".location":154,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":130,debian:70," tags":36,space:152," levels":7,emerg:[5,6],"\u5909\u66f4\u70b9":70,"\u306f\u307e\u3060":[42,146]},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","troubleshooting","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_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","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","tutorial/network","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/tuning","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/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","troubleshooting/mmap_cannot_allocate_memory","reference/executables/groonga-benchmark","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","server/http","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","reference/executables/groonga-suggest-httpd"],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.15.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.15.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.15.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.15. 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","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.15.12. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.30. 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.15.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.15.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.15.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.28. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.8. rand","8.3.23. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">ruby_load</span></tt>","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. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_create</span></tt>","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.15.14. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.26. status","8.15.5. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.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.31. <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.15.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.2. 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","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.29. table_list","8.15.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.24. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.5. html_untag","8.15.8. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.11.1. edit_distance","8.15.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.15.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.15.20. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.3.2. \u56fd\u969b\u5316","8.15.11. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.15.2. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.15.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.32. <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.14. Tuning","8.3.25. 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.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.27. suggest","8.15.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","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","8.1.3. groonga-benchmark","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","7.3. HTTP","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","8.1.7. groonga-suggest-httpd"],objects:{"":{"--cache-limit":[80,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[49,1,1,""],grn_db_create:[66,1,1,""],grn_obj_get_hook:[77,1,1,""],grn_obj_expire:[63,1,1,""],grn_table_cursor_close:[129,1,1,""],"-P":[150,0,1,"cmdoption-P"],grn_table_cursor_set_value:[129,1,1,""],"-e":[80,0,1,"cmdoption-e"],"-d":[158,0,1,"cmdoption-d"],"-a":[80,0,1,"cmdoption-a"],"-c":[80,0,1,"cmdoption-c"],grn_obj_set_info:[33,1,1,""],"-m":[150,0,1,"cmdoption-m"],"-l":[158,0,1,"cmdoption-l"],"--disable-max-fd-check":[158,0,1,"cmdoption--disable-max-fd-check"],"-i":[141,0,1,"cmdoption-i"],"-h":[80,0,1,"cmdoption-h"],grn_db:[66,2,1,""],"-t":[158,0,1,"cmdoption-t"],grn_command_version:[98,2,1,""],grn_obj_set_element_info:[33,1,1,""],"-p":[158,0,1,"cmdoption-p"],"-s":[158,0,1,"cmdoption-s"],"-r":[158,0,1,"cmdoption-r"],grn_ctx_set_match_escalation_threshold:[49,1,1,""],grn_ctx_at:[14,1,1,""],"--bind-address":[80,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[98,3,1,""],"--config-path":[80,0,1,"cmdoption--config-path"],grn_table_size:[95,1,1,""],"--query-log-path":[80,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,""],grn_obj_defrag:[63,1,1,""],grn_obj_rename:[63,1,1,""],grn_table_cursor_open:[129,1,1,""],grn_get_default_encoding:[105,1,1,""],GRN_OBJ_LOCK:[63,3,1,""],grn_ii_buffer_append:[16,1,1,""],grn_obj_column:[63,1,1,""],grn_geo_estimate_in_rectangle:[93,1,1,""],grn_table_sort:[95,1,1,""],grn_obj_unlink:[63,1,1,""],grn_table_lcp_search:[95,1,1,""],grn_obj_set_value:[63,1,1,""],grn_encoding:[105,2,1,""],grn_proc_create:[41,1,1,""],"--ftp":[141,0,1,"cmdoption--ftp"],"--dir":[141,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[63,3,1,""],grn_table_group_result:[95,2,1,""],grn_expr_close:[67,1,1,""],grn_obj_path:[63,1,1,""],grn_cache_get_max_n_entries:[15,1,1,""],grn_obj_db:[66,1,1,""],grn_geo_cursor_next:[93,1,1,""],GRN_OBJ_APPEND:[63,3,1,""],grn_column_create:[103,1,1,""],grn_table_create:[95,1,1,""],grn_table_cursor_get_value:[129,1,1,""],grn_encoding_to_string:[105,1,1,""],grn_table_update:[95,1,1,""],grn_obj_is_builtin:[63,1,1,""],grn_table_columns:[95,1,1,""],"--pid-path":[80,0,1,"cmdoption--pid-path"],grn_ctx_set_finalizer:[14,1,1,""],grn_cache:[15,2,1,""],grn_table_delete_by_id:[95,1,1,""],grn_ii_buffer:[16,2,1,""],grn_obj_set_finalizer:[41,1,1,""],grn_cache_current_set:[15,1,1,""],grn_obj_lock:[63,1,1,""],"--log-path":[80,0,1,"cmdoption--log-path"],"--log-output-dir":[141,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[63,3,1,""],grn_expr_append_const:[67,1,1,""],grn_obj_clear_lock:[63,1,1,""],grn_table_cursor_next:[129,1,1,""],grn_expr_alloc:[67,1,1,""],grn_expr_compile:[67,1,1,""],grn_user_data:[100,2,1,""],grn_obj_get_range:[63,1,1,""],grn_table_get:[95,1,1,""],grn_ctx_fin:[14,1,1,""],grn_geo_cursor_open_in_rectangle:[93,1,1,""],grn_ctx_init:[14,1,1,""],grn_ii_buffer_close:[16,1,1,""],GRN_OBJ_DECR:[63,3,1,""],grn_obj_reinit:[63,1,1,""],grn_table_group_flags:[95,2,1,""],grn_obj_check:[63,1,1,""],grn_table_at:[95,1,1,""],grn_table_difference:[95,1,1,""],"--n-lines-per-log-file":[158,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[15,1,1,""],grn_obj_close:[63,1,1,""],grn_table_truncate:[95,1,1,""],grn_obj_get_value:[63,1,1,""],grn_cache_open:[15,1,1,""],grn_ctx_get_match_escalation_threshold:[49,1,1,""],grn_obj_delete_hook:[77,1,1,""],"-n":[80,0,1,"cmdoption-n"],grn_ii:[16,2,1,""],GRN_OBJ_GET:[63,3,1,""],grn_obj_is_locked:[63,1,1,""],grn_expr_exec:[67,1,1,""],grn_ctx:[14,2,1,""],grn_table_rename:[95,1,1,""],GRN_COMMAND_VERSION_MAX:[98,3,1,""],grn_index_cursor_next:[102,1,1,""],grn_obj_get_element_info:[33,1,1,""],grn_search_optarg:[88,2,1,""],grn_expr_append_const_str:[67,1,1,""],grn_obj_add_hook:[77,1,1,""],GRN_COMMAND_VERSION_MIN:[98,3,1,""],grn_index_cursor_open:[102,1,1,""],grn_proc_func:[41,2,1,""],grn_db_create_optarg:[66,2,1,""],grn_column_table:[103,1,1,""],grn_table_add:[95,1,1,""],grn_obj_unlock:[63,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:[63,3,1,""],grn_table_cursor_get_key:[129,1,1,""],grn_obj_get_values:[63,1,1,""],grn_column_rename:[103,1,1,""],GRN_OBJ_UNLOCK:[63,3,1,""],grn_obj_get_info:[33,1,1,""],grn_ctx_db:[14,1,1,""],"--protocol":[141,0,1,"cmdoption--protocol"],grn_table_cursor:[129,2,1,""],grn_ctx_get:[14,1,1,""],grn_expr_get_var_by_offset:[67,1,1,""],grn_db_open:[66,1,1,""],grn_column_index:[103,1,1,""],grn_table_sort_key:[95,2,1,""],grn_column_name:[103,1,1,""],"--groonga":[141,0,1,"cmdoption--groonga"],grn_table_setoperation:[95,1,1,""],GRN_OBJ_SET:[63,3,1,""],"--document-root":[80,0,1,"cmdoption--document-root"],grn_info_type:[33,2,1,""],grn_obj:[63,2,1,""],grn_obj_remove:[63,1,1,""],grn_obj_user_data:[100,1,1,""],grn_expr_append_const_int:[67,1,1,""],grn_expr_syntax_escape_query:[67,1,1,""],grn_geo_select_in_rectangle:[93,1,1,""],grn_expr_create:[67,1,1,""],grn_hook_entry:[77,2,1,""],grn_ii_buffer_commit:[16,1,1,""],grn_obj_search:[88,1,1,""],grn_table_update_by_id:[95,1,1,""],grn_expr_append_op:[67,1,1,""],grn_geo_point:[93,2,1,""],grn_table_cursor_table:[129,1,1,""],grn_table_delete:[95,1,1,""],grn_ctx_close:[14,1,1,""],grn_ctx_open:[14,1,1,""],grn_column_index_update:[103,1,1,""],grn_obj_delete_by_id:[63,1,1,""],grn_ctx_get_command_version:[14,1,1,""],"--default-match-escalation-threshold":[80,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[129,1,1,""],grn_type_create:[48,1,1,""],grn_obj_path_by_id:[63,1,1,""],grn_builtin_type:[48,2,1,""],grn_table_get_key:[95,1,1,""],GRN_OBJ_PREPEND:[63,3,1,""],grn_set_default_match_escalation_threshold:[49,1,1,""],grn_obj_id:[63,1,1,""],grn_cache_current_get:[15,1,1,""],grn_expr_syntax_escape:[67,1,1,""],grn_get_default_command_version:[98,1,1,""],grn_expr_add_var:[67,1,1,""],grn_encoding_parse:[105,1,1,""],grn_ctx_set_command_version:[14,1,1,""],grn_table_sort_flags:[95,2,1,""],grn_obj_get_nhooks:[77,1,1,""],grn_set_default_encoding:[105,1,1,""],grn_set_default_command_version:[98,1,1,""],grn_ii_buffer_open:[16,1,1,""],grn_table_group:[95,1,1,""],grn_obj_name:[63,1,1,""],grn_db_touch:[66,1,1,""]},grn_db_create_optarg:{n_builtin_type_names:[66,4,1,""],builtin_type_names:[66,4,1,""]}},titleterms:{"_pat":78,senna:83,"\u6539\u826f":[1,83,130,121,61,22],"\u7b26\u53f7":125," quetzal":12,": ":[56,91],"\u6d41\u308c":101,"-prefix":44,"\u9ad8\u5ea6":91,prefix:55," v":55,"\u6761\u4ef6":[59,92,91,126,152],query:[97,91,144,124]," x":71,"=number":44,"\u3084\u308b":126,jessie:127,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":85,"\u30d3\u30c3\u30c8":125,"\u7279\u5fb4":[78,112],ruby:[123,54],tt:[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"-release":126,"\u901a\u4fe1":137,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,"_column":[103,89],"\u524a\u9664":142,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":149,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[141,32],string:[72,113],groonga:[43,118,83,126,155,158,112,137,80,81,55,143,7,145,29,70,101,50,141,85],"\u95a2\u9023":[91,74,5,111,6,131,7,20,122,62,13,90],"=message":44,"\u304a\u6c17":154," -":[1,83,130,121,61,22]," allocate":140,"\u30b5\u30f3\u30d7\u30eb":[150,141],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[17,148,149,115],"2pdf":17,"\u52d5\u4f5c":[39,104,149,126,69],"\u30b9\u30af\u30ea\u30d7\u30c8":[125,126],"\u3068\u3057\u3066":37,"\u3065\u3051":10," update":[39,126],"-escalation":44,"\u6761\u4ef6\u5f0f":152,"\u7c21\u5358":91,"\u30aa\u30d7\u30b7\u30e7\u30f3":[141,128,80,150,155],".po":101,"\u8ad6\u7406\u548c":152,"\u4ed8\u4e0e":62,"\u771f\u507d\u5024":[11,125],"-benchmark":141,"\u6f14\u7b97\u5b50":125," install":44,"-lzo":44,"_remove":[34,57],"\u7701\u7565":[60,72,113,97],sub:153,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":126,"\u53c2\u8003":[114,54,72,134,153,78,91,113,26,155,46,97,2,99,128,123,157,148,142,51],"\u30ea\u30c6\u30e9\u30eb":125,"\u6210\u529f":114,tips:126,"\u683c\u7d0d":37,memcached:85,body:114,"\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u6587\u6cd5":59,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":152,"\u30c6\u30b9\u30c8":149,"\u30bf\u30b0":36,"\u3042\u308a":[152,125]," memory":140,ubuntu:12,"\u6e96\u5099":[75,126],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":42," rk":39,"\u306b\u95a2\u3059\u308b":37,"\u95a2\u4fc2\u5f0f":55,"\u4e26\u5217":126,"_key":78,"\u63d0\u4f9b":106,"\u4e3b\u30ad\u30fc":[37,119],blogroonga:126,"_version":[98,10],"_name":[47,108],"_output":91,"\u5165\u6f14":125,"_info":33,changes:83,options:[158,50],"\u7ffb\u8a33":[126,101]," solaris":19,"\u5909\u66f4":[56,130,42],"\u30af\u30a8\u30ea":[112,55,75],"\u30de\u30c3\u30c1":125,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[70,13],"\u6587\u5b57\u5217":[11,125],api:24,"_table":[129,95,55],select:91,"\u6982\u8981":[33,72,77,78,2,7,8,123,92,88,41,15,91,10,93,95,98,14,46,97,47,16,49,50,100,51,54,102,103,48,105,58,129,60,99,108,63,148,66,153,158,112,113,26,114,142,116,157],"\u9001\u4fe1":85,"\u69cb\u6587":[58,54,72,152,153,91,113,26,46,97,47,60,99,8,123,92,108,125,142,51],"\u624b\u9806":126,zip:84,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55,"\u30d5\u30ec\u30fc\u30ba":152,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":112," api":68,"_no":78,https:42,tokenize:72,scope:153,"_flags":91,"\u60c5\u5831":[126,112,38,106,82,59,143,149],"\u30d6\u30ed\u30b0":126,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":23,"\u3059\u308b":[0,126,104,56,140,106,7,69,39,62,149],normalizer:[72,113,51],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":126,"\u5f15\u6570":[72,74,5,79,80,6,34,122,123,87,90,91,60,94,46,97,47,131,133,20,135,50,51,53,54,141,57,58,107,92,99,108,147,150,65,153,111,113,28,142,116,30,117,158],"\u3053\u3068":126,"_base":7,"_command":98,homebrew:[126,71],"\u3067\u304d":37," http":29,"\u4ee5\u4e0b":152,"\u4ee5\u4e0a":[152,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":36,"\u8d77\u52d5":[118,85],"\u3060\u3051":106,"\u524d\u63d0":126,clearlock:90,"\u89e3\u6790":149,"\u7de8\u96c6":101,"\u6bd4\u8f03":[125,42],"_encoding":105,"\u304c\u3063":62,process:124,"_install":44,"\u4f7f\u3044\u65b9":[72,4,7,8,123,39,46,91,60,96,97,47,50,51,54,104,141,58,153,92,99,108,148,158,113,26,142,69],"\u660e\u793a":126," ci":64," lynx":12,"\u958b\u767a":[138,143,106]," os":71,"\u548c\u4ee3":125,normalize:113,filter:[153,91]," of":116,", ":55,"\u540d\u524d":[34,74,5,37,80,6,122,87,89,90,94,128,131,133,20,135,79,53,141,57,65,107,147,150,151,111,155,28,29,30,117],"\u691c\u51fa":149,normalizernfkc:157,snippet:26,how:39,"\u548c\u6f14":125,sid:127,"\u52d5\u7684":96,"\u5b9f\u884c\u4f8b":[33,63,102,66,77,16,105,95,14,15,129,98,93,48,49,88,67,41,100,103],"\u8fd1\u508d":125," (":89,"\u30b3\u30de\u30f3\u30c9":[25,3,85,80,29],"_create":[58,7,51],"-gqtp":118,"\u7d42\u4e86":[118,7,85],"_proc":41,"\u7406\u7531":106,max:99,clone:101,"\u4e57\u7b97":125,mac:71,"\u6642\u9593":[154,125],"\u7f72\u540d":126,"\u30da\u30fc\u30b8\u30f3\u30b0":91,"\u8a2d\u5b9a":[126,7,42,64],status:[65,144]," files":116,"-munin":44,"\u4e00\u81f4rk":39,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":11,register:8,"-files":126,"\u7d22\u5f15":112,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":84,"\u30b0\u30eb\u30fc\u30d7":[152,125],freebsd:116,"\u30a4\u30f3\u30dd\u30fc\u30c8":126,"\u8ee2\u7f6e":112,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[73,132],"\u30c4\u30a4\u30fc\u30c8":106,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,13,126,43],rand:53,"=\"":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],grntest:126,"\u30d1\u30c8\u30ea\u30b7\u30a2":119,"\u623b\u308a\u5024":[58,54,72,153,128,113,26,46,97,47,60,99,8,123,92,108,142,51],"><":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"\u305f\u3044":126,gqtp:[137,118,144,85,76],"\u6d6e\u52d5":125,saucy:12,"_api":55,"_match":49,"_rename":47,"\u6587\u66f8":125,"=platform":44,"\u63a5\u7d9a":85,tsv:[114,148],"\u4ee5\u4e0b\u6f14":125,cutter:[149,126],"\u57fa\u672c":[3,125],greater:55,"\u30d7\u30ed\u30c8\u30b3\u30eb":[85,144],"\u9664\u7b97":125,not:55,"\u8a8d\u8a3c":42,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":85,now:151,"\u5c0f\u306a\u308a":[152,125],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":112,"-pack":44,name:51,edit:94,"-encoding":44,"\u66f4\u65b0":[112,126,101],kern:116," mode":55,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":116,"\u767b\u9332":[0,126],"\u3053\u3061\u3089":106,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":78,normalizerauto:157,"\u751f\u6210":[126,101],"\u74b0\u5883":[149,126],"\u5b9f\u4f8b":55,"\u9032\u3081":106,http:[118,146,4,85],"\u30d8\u30c3\u30c0\u30fc":144,todo:[97,26],"\u9001\u308a\u65b9":[0,101],"-match":44,"\u30ab\u30d0\u30ec\u30c3\u30b8":149,"\u7def\u5ea6":112," precise":12,docutils:[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"-default":44,"\u90e8\u5206":120,red:126,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[152,125]," log":124,nofile:116,"\u30e6\u30fc\u30b6\u30fcid":154,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":149,proxy:7,"_string":[97,153],"\u305f\u3081":[91,55,106],lts:12,"\u7d50\u5408\u5f0f":152,"\u4ed5\u69d8":18,"\u4e8b\u9805":[52,37,141],freecode:126,script:123,"-localstatedir":44,"\u53ef\u80fd":[60,112,113,97,72,7],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":112,"_hash":78,"_user":100," ringtail":12,"\u30d9\u30af\u30bf\u30fc":37,"\u3078\u3068":106,"\u6e1b\u7b97":125,suffix:55,"\u8aac\u660e":[34,74,5,37,80,6,122,87,89,90,94,128,131,133,20,135,79,53,141,57,65,107,147,150,151,111,28,29,30,117],"_prefix":44,"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":20,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":154,"\u7d44\u307f\u8fbc\u307f":[157,80],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":126,"> ":83,"_data":100,size:144,"\u78ba\u8a8d":[126,101],"\u7d5e\u8fbc":59," process":116,"\u30ab\u30b9\u30b1\u30fc\u30c9":142,"\u4fee\u6b63":[1,83,130,121,61,22],"\u5bfe\u7b56":[56,140],"\u6c38\u7d9a":78,"_obj":63,"\u30ea\u30dd\u30b8\u30c8\u30ea":[86,101],"=encoding":44,"\u306f\u3058\u3081":9,tokenizer:72,configure:[44,126],desctipion:155,"\u8ffd\u8de1":0,".com":126,rst:17,"\u66f8\u5f0f":[34,3,5,79,80,6,7,87,74,90,94,128,131,133,20,135,50,122,53,141,57,65,107,147,150,151,111,28,29,30,117,158],"\u5b66\u7fd2":[39,104,9,69],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"-httpd":[158,118,7,81],"_index":102,"_untag":92,"-log":44,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":35,"-http":118,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[52,3,11,78,37,97,154,62,51],"_expander":[97,91]," gnu":127,"\u3044\u304f":106,hashtags:154,"\u30a8\u30e9\u30fc":[114,140],"-zlib":44,"\u56fd\u969b\u5316":101,"\u5834\u5408":[114,62,126],"null":125,"_circle":147,"\u3044\u308b":[154,38],"\u7279\u6b8a":141,"\u4e00\u89a7":[2,23],"_list":[87,79],callback:55,"\u304b\u3089":[139,109,12,106,127,84,44,71],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":51,"-with":44,"\u7279\u5b9a":[149,126],"\u307e\u3068\u3081":126,"_distance":[60,94],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":149," open":116,libmemcached:149,"\u7d22\u7528":3,"\u7528\u79d8":126,"\u30c4\u30fc\u30eb":[44,7,85],"\u7d44\u8fbc\u578b":37,"\u30b5\u30b8\u30a7\u30b9\u30c8":156,synopstis:155,"_put":6,windows:[84,126],geoindex:154,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":110,"_in":[28,147],"_ii":16," reading":39,"\u30b5\u30fc\u30d0":[112,85],"\u4f7f\u3044":120,"_processes":7,"=path":44,"\u3084\u308a":106,"\u5fc5\u9808":[91,60,113,97,47,72,108],"\u30ec\u30b3\u30fc\u30c9":[91,3],"-po":126,"\u5270\u4f59":125,"\u30d5\u30a1\u30bb\u30c3\u30c8":91,"\u30d1\u30c3\u30c1":101,"\u304a\u304f":106,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":126,"\u8ffd\u52a0":[101,157,126,82],"\u5bfe\u8c61":62,"_cursor":[129,102],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":125,xml:114,ellipsoid:60," senna":83,"\u4e0d\u7b49\u4fa1":[152,125],grnslap:150,cache:[91,99],"\u72ec\u81ea":125,"\u65e5\u6642":11,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":126," in":83,"_equal":55,"\u65b9\u6cd5":[10,126,104,56,140,96,69,39,70,13,149,101],"\u30ea\u30ea\u30fc\u30b9":[1,126,130,121,61,22],rectangle:60,"\u4e00\u6642":78,"\u6295\u7a3f":154,"-server":118,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":42,wheezy:127,get:111," per":116,db:55,clang:149,"_html":26,"_limit":[91,7,99],"\u7b97\u5b50":125,"_eval":123,"\u91cd\u307f":62,geo:[28,60,147],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,42],"\u5171\u8d77":[39,104,69]," releases":61,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":56," pangolin":12,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":88,"\u7d50\u679c":[56,141,3],"\u52a0\u7b97":125,"\u6570\u5024":11,contain:55,"\u64cd\u4f5c":3,"\u69cb\u7bc9":[96,149],"\u5236\u5fa1":125,set:74,dump:133,"\u4ee3\u5165":125,travis:64,tokenizers:31,arg:55,news:83,"\u8a00\u8a9e":101,"\u65b0\u898f":126,"\u6a5f\u80fd":38,"\u30ab\u30e9\u30e0":[52,62,60,3,89],"\u985e\u4f3c":[125,104],"\u7ba1\u7406":[7,85],"\u5c02\u7528":85,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,"_pack":44," arg":55,"\u305d\u306e":44,"\u7bc4\u56f2":[3,51],"\u4f4d\u7f6e":[60,59,10,38,112],"\u8868\u73fe":55,"_geo":93,javascript:59,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":112,"\u904e\u53bb":106,key:51,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":141,"\u5373\u6642":112,"\u30b7\u30d5\u30c8":125," literal":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"_level":[5,7],"\u6392\u4ed6":125,"\u518d\u8d77\u52d5":118,"\u77e5\u308a":126,"-suggest":[158,50,155],"\u306a\u3057":[125,42],equal:55," max":116,"\u30ec\u30b3\u30fc\u30c9id":78,"\u30b5\u30fc\u30d0\u30fc":[29,118,27],"\u88dc\u6b63":[9,104],"\u30d1\u30e9\u30e1\u30fc\u30bf":[62,10],"\u306a\u3044":[37,106],pdf:17,load:46,"\u8a9e\u5f59":[3,82],"\u4f5c\u6210":[17,154,3,126,51],point:60,sphere:60,"\u4fdd\u5b58":[11,51],"\u62bd\u51fa":125,header:114,"\u7f6e\u63db":97,"\u95a2\u6570":[136,125,149],"\u6574\u6570":125,shutdown:117,path:54,table:[91,34,78,47,87,108,51],raring:12,quit:135,tuning:116,"\u30e1\u30e2\u30ea":116," period":83,json:[65,34,5,128,79,57,46,107,6,131,114,20,87,30,90],po:126,"\u7528\u3044":[20,59],define:131,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[124,148],"-help":44,"_tokenizer":51,"\u7591\u4f3c":89," to":39,"\u5b9f\u884c":[40,55,126,141,7,149],"\u7a2e\u985e":11,"_log":7,"-message":44,"\u5dee\u6f14":125,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,21],"\u30a8\u30b9\u30b1\u30fc\u30d7":152,value:51,"\u5236\u9650":[52,78,37,148,141],cast:45,near:55,"\u691c\u7d22":[36,91,120,3,75,104,56,112,38,82,152,59,69,119,39,62,125,154,51],match:[97,62,91],"\u30e9\u30a4\u30d6\u30e9\u30ea":[112,44],"\u540c\u3058":56,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,geopoint:154,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":157,"\u6307\u91dd":106,"\u5fc5\u8981":92,vm:116,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":126,"_expansion":91,"\u53d6\u5f97":[3,126],"</":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"\u95be\u5024":56,".maxfileperproc":116,"\u8a9e\u5f59\u8868":51,"\u5ea7\u6a19\u5024":125,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":126,fedora:139,"_rectangle":28,suggest:128,make:[44,126],"\u4f8b\u3048":106,"\u6210\u679c":101,"-dataset":155,"\u7a4d\u6f14":125,"_filter":153,html:[17,92,101],"-learner":50,messagepack:114,"\u30ad\u30fc\u30ef\u30fc\u30c9":[56,154],".max":116,"\u8a98\u5c0e":106,".po\u30d5\u30a1\u30a4\u30eb":101,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"/linux":127,"\u306b\u3088\u308b":[62,119],"\u975e\u308f\u304b\u3061":120,"\u8ab2\u984c":0,"_columns":[97,62,91],"\">":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"\u5834\u6240":[148,106],pull:101,"\u5168\u6587\u691c":3,"\u95a2\u4fc2":[36,91,44],database:[158,50],"\u307e\u305f":62,"\u3055\u307e\u3056\u307e\u306a":59," data":39,"()":55,flags:[72,113,144,51],sortby:91,"\u51fa\u529b":[114,91,3,4,101],gzip:42,the:[61,116],lcov:149,"_path":[158,7,50],"\u8868\u793a":3,"-platform":44,protocol:144,"-path":44,less:55,"(v":55,"\u5229\u7528":[59,7],"_ctx":14,"\u5171\u6709":112,"\u9006\u5f15\u304d":36,"\u8fd4\u5024":[34,5,79,6,87,90,91,94,131,133,20,135,53,57,65,107,147,30,28,29,151,117],"\u547c\u3073\u51fa\u3057":125,"\u5f8c\u65b9":[125,152,119],"\u3067\u304d\u308b":[55,106],"\u8ad6\u7406":[152,125],mmap:140,"\u30bd\u30fc\u30c8":59,defrag:30,add:122,"_selector":131,"\u660e\u793a\u7684":60,"\u62e1\u5f35":75,"\u4e00\u81f4":[39,120,152,125,119],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":42,"\u7d4c\u5ea6":112,"_select":55,"\u8ad6\u7406\u7a4d":152,"\u9759\u7684":[96,149],nginx:7,"_hook":77,"\u30bd\u30fc\u30b9":[139,109,12,127,84,44,71],"\u7a4d\u4ee3":125,linux:116,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":85,"\u5354\u529b":106," lucid":12,"\u691c\u7d22\u4f8b":55,"\u88dc\u5b8c":[39,9],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,42],"_expr":[55,67,134],output:91,"_threshold":91,"\u4f5c\u696d":126,"\u307e\u305f\u3050":62,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":85," request":101,"\u4ed5\u65b9":101,centos:109,"_db":66,"-plugins":44,"\u30b7\u30b9\u30c6\u30e0":[0,154],"\u5358\u8a9e":125,"_dat":78,"\u4f7f\u7528":116,"\u5727\u7e2e":42,"\u30b3\u30e1\u30f3\u30c8":154,"_sortby":91,"\u5411\u3051":[143,126]," old":61,"\u5bc6\u9375":126,"\u66f8\u304d":120,"\u5f62\u5f0f":[65,34,5,128,79,57,46,107,6,131,114,20,87,30,90],comments:154,exit:155,"\u30af\u30a8\u30ea\u30fc":[7,23,152],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":118,"\u30d3\u30eb\u30c9":[139,109,126,12,127,84,44,71],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":137,"\u5206\u3051":120,"\u5168\u6587\u691c\u7d22":152,"\u4ed8\u304d":[36,125],"\u3046\u307e\u304f":106,"\u4e0a\u9650":52,"\u4f9d\u5b58":44,"\u5b8c\u5168":120,"\u3042\u308b":154,"\u5927\u306a\u308a":[152,125],offset:91,"\u96c6\u8a08":112,post:42,"_auto":7,"\u6319\u52d5":120,"\u53c2\u7167":[11,36,144,112],"\u5b9f\u73fe":55,column:[58,47,57,79],"_escalation":[49,91],"\u30e6\u30fc\u30b6\u30fc":[154,106],location:60," salamander":12," cannot":140,"\u30b9\u30c8\u30ec\u30fc\u30b8":112,scorer:[59,91],"_reopen":20,"\u5b9f\u9a13":22,"-create":155,"\u30ad\u30e3\u30c3\u30b7\u30e5":[91,7],"\u30d5\u30a1\u30a4\u30eb":[40,55,126,148,42,101],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":[39,125,152,119],"\u7279\u6709":7,"\u9805\u76ee":[74,5,111,6,131,20,122,90],span:[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],log:[5,20,6,124],"\u8907\u6570":[62,42],". ":[0,2,3,4,5,6,7,8,9,10,68,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,85,33,34,35,53,37,38,39,40,41,42,139,44,46,47,48,49,50,51,52,36,54,55,56,57,58,59,60,62,63,64,65,66,67,127,69,70,71,72,73,75,76,77,78,79,80,81,82,84,32,86,87,88,89,90,91,92,93,94,95,98,96,97,11,99,100,101,102,103,104,105,106,107,108,109,110,158,112,113,114,115,116,117,118,119,120,123,124,125,126,128,129,131,132,133,134,135,136,137,138,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,146],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":141," number":116,approximate:60,"\u30d0\u30fc\u30b8\u30e7\u30f3":[130,1,10,121,126],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,redmine:106,"\u30ed\u30b0":20,"\u5c55\u958b":23,"\u7b49\u4fa1":[152,125],"\u63d0\u6848":[9,69],"cpu\u30b3\u30a2":42,twitter:[106,126,21],"\u30d5\u30a9\u30ed\u30fc":154,files:155,"\u6027\u80fd":[7,42],"\u4f7f\u3046":[60,7],"\u7b97\u8853":125,squeeze:127,"_load":54," status":155,"\u5165\u308a":154,"default":[10,51],"\u5426\u5b9a":[152,125],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":126,limit:91,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":106,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[33,63,102,66,77,16,105,95,14,15,129,98,93,48,49,88,67,41,100,103],"\u304a\u77e5\u3089":[61,1,130,121],similar:55,"delete":142,"\u611f\u8b1d":[22,1,130,121,61],bigram:154,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":126,command:10,"\u69d8\u3005":149,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":154,"\u56de\u907f":140,"\u3054\u3068":62,"\u70b9\u6570":125,check:107,facebook:21,"\u306e\u306b":56,"\u5bfe\u5fdc":[38,106,42],pre:[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"\u7570\u306a\u308b":56,"\u4ee3\u5165\u5f0f":152,"\u3068\u308a":106,"\u914d\u5217":125,"\u3042\u3052\u308b":56,"\u306e\u307f":[149,126],grn:[33,77,16,88,41,93,98,14,15,95,134,129,100,55,102,103,48,105,49,63,66,67],"\u5168\u6587":[3,56,112,82,59,62],"_type":[48,60,144,51],users:154,truncate:108,"\u30c7\u30fc\u30bf":[11,154,37,3,51],worker:7,"-package":44,"\u30c7\u30d0\u30c3\u30ac":149,"\u6307\u5b9a":[60,3,152,126,37,59,10,62],"_query":7," docutils":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113],"\u547d\u4ee4":141,"\u65b0\u3057\u3044":101,"_map":116,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":42,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":126,drilldown:91," hat":126,"\u3088\u3046":[39,104,69],debian:[127,126],"_count":116,"\u30ed\u30fc\u30c9":[154,3],sphinx:17,macports:71,"-threshold":44,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[52,36,62,96],pseudo:89,"-latest":126,"\u306b\u5bfe\u3059\u308b":82,"_offset":91,queryexpandertsv:148,"_memory":116,"\u5909\u66f4\u70b9":126,oracle:19,"\u539f\u56e0":56,"\u30c7\u30fc\u30e2\u30f3":85," class":[33,72,77,16,123,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,129,142,99,47,108,63,66,113]}})
1
+ Search.setIndex({envversion:42,terms:{"\u51fa\u6765":[36,62,72],"\u7b2c\u4e8c":60,localstatedir:[129,44],"\u3082\u3089\u3063":3,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[29,80],"\u811a\u6ce8":[60,3,37,57,28,145],"\u3082\u3089\u3048":106,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[125,80,84,132,22,44,101],"\u79d2\u60c5":22,"_column":[43,24,129,35,61]," quetzal":[43,115],"\u6b63\u5e38":[140,125],"\u30d5\u30c3\u30af":64," fontaine":22,"\u5b9a\u5024":61,"/projects":125,"\u7b2c\u4e00":3,"\u3044\u304f\u3064\u304b":[138,91,72,125,113,21,97,55,147,61,44,135,89,156],"\u00a0flags":[102,103,48,14,95,128,63,67],"\u89e3\u9664":[1,63,80,90],second:123,"\u4f5c\u3089\u308c":140,"\u4e8b\u524d":[54,125,56,122,155,9],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[22,63,61],"\u30b7\u30f3\u30dc\u30eb":58,"\u5f15\u3044":124,here:[79,153,116,39,123,67],onga:26,"& ":[55,124,56,120,151,59,61],china:110,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":134,"&&":91,"\u4e0e\u3048":[55,3,56,80,46,32,128,61]," notice":7,"\u4e2d\u8eab":[140,3,143],"_output":[2,130],"\u30c8\u30fc\u30af\u30f3":[72,124,104,77,120,129,22,69,61,155,51],"\u7ffb\u8a33":70,"\u300c\"":80,"\u300c#":[152,129],"\u300c ":91,"\u300c,":132,"9e":155,"9f":4,unix:[114,113,58,47,141,108,44],txt:[68,101],"\u5ea6\u6d6e":37,"\u5bfe\u7167":97,"\u65e5\u672c\u4eba":39,"_check":[63,147],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":70,"\u975e\u63a8":[22,61,60,51],music:36," suffixsearchterms":[150,124],tokenize:[43,25,35,61],"_flags":[61,95,67,103,48],"[pkg":[22,61],"\u30d6\u30ed\u30b0":70,"\u6709\u529b":127," opened":[116,123],"\u7f6e\u304f\u4f8b":44,"\u4e0b\u304c\u308a":56,"\u5f15\u6570":[43,1,55,35,14,10,128,61],"\u300cv":125,"(pos":[28,145]," json":[46,4,42],"_command":[43,24,35],"\u7518\u6817":152,"\u6709\u52b9":[72,80,32,22,44,91,125,11,12,46,95,51,103,140,61,63,150,109,66,112,26,7],"\u4e8c\u91cd":[61,150]," readings":39,"\u30e1\u30fc\u30eb":[0,101],"/functions":147,example:[36,3,110,11,59,32],"/blog":125,"\u6a2a\u5c71":61,"*cache":15,"<groonga":140,travel:152," travis":64,how:[43,154],"\ngpg":125," hobby":123,types:[39,127,104,113,69],"\u63fa\u308c":74,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":61,"_resource":[2,63],"\u5b09\u3057\u304f":106,"\u901a\u5e38":[91,72,3,150,11,37,14,114,7,61,155,146,89],"\u5148\u982d":[76,91,63,3,7],"\u500b\u5b9a":136,wing:61,"\n]\n":132,"\u3042\u305f\u308a":[22,129],vars:41,"\uff11\u5bfe":136,"\u00a0str":67,"\u30d1\u30c8\u30ea\u30b7\u30a2":[43,3,120,128,61,131],"/new":125,"\u6e1b\u7b97":63,"\u8fd4\u3063":[152,150,124],"_{":61,"-code":125,"\u8fd4\u3057":[72,3,76,122,39,9,42,91,60,124,94,127,95,98,14,47,49,100,53,54,55,102,103,104,105,145,58,128,141,99,79,61,108,63,65,66,151,26,28,69,92,149],fix:47,"\u8fd4\u3055":[91,10,127,46,107,61,63],"\u5404\u7d22":3,"_desc":95,"_o":[2,143],"_n":[15,61],"_i":[2,143],fin:41,"_a":[2,143]," support":83,"\u3046\u3063\u304b\u308a":61,"\u30d7\u30ed\u30c8\u30b3\u30eb":[148,43,118,2,112,140,7,61],"-daemon":111,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":60,"\u516c\u8f14":61,"\u3082\u3063\u3068\u3082":147,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[7,156],"_select":70,"(point":[28,60,145],"_deadlock":[2,143,63],debug:[123,7],"_$":[127,51],"_\"":22,"\u306b\u3042\u308a":[113,51],"\nappends":67,"*\"\n":62," precise":[43,115],rd:[56,120],rf:[109,7],"post\u30e1\u30bd\u30c3\u30c9":61,moritapo:36,rc:[72,123,2],rm:7,ro:72,gregex:61,"\uff01\uff09":[39,104],"\uff01\uff08":101,"\u3042\u305f\u3044":99,"\u5909\u5316":112,"\u5168\u90e8":143,".msgpack":4," kinjirou":36,"\u307e\u308d\u3086\u304d":119,"\u771f\u507d":[11,61,37,150,124],libedit:[22,1,44,129,61],"\u5f31\u70b9":112,"\u8fd4\u308a":[59,91,110],"\u8fd4\u308b":129,"\u7d99\u627f":61,"\"localhost":32," must":[15,116,93,67],"_locks":[2,143],"\u25a1\u25a1":106,"\uff08age":51,"2\u5104":52,"\u304a\u3055\u307e\u308b":59,mingw:[22,125]," processed":123," brew":71,"\u6607\u964d":[128,91],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[61,72,3,113,80],stack:[61,143],"\u4f7f\u308f":[91,2,150,110,77,143,133,155,15,72,7,22,39,61,64,146,125,51],"-benchmark":[40,43,35,61],"\u533a\u5207\u308a":[148,91,72,3,4,110,11,112,37,80,46,127,132,69,61,124,150],"\u533a\u5207\u308b":[129,146],master:7,"\u610f\u8b58":51,"\neven":39,"\u8a8d\u8b58":106,listen:[61,80,7,42],".git":[86,125,101],"{table":[97,91],"\u306e\u3059\u3079\u3066":42,"(comments":151,"-common":61," databases":15,"_update":[150,91,2,95,103],"*namebuf":[63,103]," license":83,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[43,109,72,35,138,12,113,126,61,51],"\u4f7f\u3048\u308b":[150,80,61,22,44,64],"\u304b\u3069\u3046":[56,151,2,79,44]," and":[91,83,123,110,105,79,26,153,14,15,97,95,93,7,116,39,62,63,67],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":61,"-port":[111,140,80]," any":97,"\u300csubmit":125,object:[63,124,76,37,143,88,41,100],"\u7d22\u7528":[43,131,51],"\"black":155,microsecond:123,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":107,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":42,"\u533a\u5207\u3063":[91,72,113,143],"\u4f7f\u3063":[0,118,2,3,74,37,120,72,84,7,44,9,42,119,138,91,124,125,11,12,97,133,51,137,36,54,55,102,104,56,106,58,107,59,143,61,99,146,64,109,155,150,110,101,113,26,114,126,115,70,71,32]," you":[110,153,14,15,116,39],"\u30d1\u30a4\u30d7":58,"\nthis":61,"\u4f7f\u3046":[1,72,38,8,122,61,44,138,91,125,68,127,12,129,132,51,54,55,140,141,99,22,64,109,24,113,114,126,115],"\u4f7f\u3044":[118,72,37,7,44,42,43,91,92,124,127,12,96,133,101,55,138,141,22,13,146,64,109,155,112,113,26,114,126,51],"\u66f8\u304d\u8fbc\u307f":[152,44],"\u66f8\u304d\u8fbc\u307e":20," output":67,"\u30d0\u30a4\u30ca\u30ea\u30fc":114,layout:125," senna":61,".fedoraproject":109,"2byte":143," candidate":127,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":77,"\u79d8\u5bc6":125,"\u30a2\u30d4\u30fc\u30eb":125,"_age":79," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":61,"\u91cd\u307f":[43,91,150,56,97,61,131],tips:70,"\u30c8\u30d4\u30c3\u30af":125,"\u91cd\u3044":[112,91],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[43,129,25,35,14],"\u958b\u3053":66,"\u91cd\u304f":56," registered":[39,26],release:125,"\nload":[60,132,79],"\u69cb\u9020":[36,55,112,14,114,95,77],"\u5e83\u304f":[152,125],"[linux":61,result:[60,95,55,4,143],"<port":[140,80],"\u5206\u304b\u3061":112,wikipedia:37,score:[36,91,55,3,103,104,56,127,69,59,97,47,60,61,39,62,152,108,124],"\u611f\u3058":[152,106],shidara:22," sites":132,"\u539f\u99c5":59,country:[141,32,110],"\u00a0update":16,"\u66f8\u304d\u8fbc\u3093":152,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":155,"\u66f8\u304d\u8fbc\u3080":140,"\u540c\u69d8":[36,91,55,125,11,38,140,59,32,128],pre:83,"\u5931\u6557":[3,150,125,129,58,47,141,8,22,61,108,51]," tokenbigram":[91,72,3,74,151,56,152,150,80,26,96,97,116,62,124,51]," register":39,"\u95a2\u6570":55," formats":123,diff:140,"\u5404\u7a2e":125,"\u6d88\u53bb":61,"\uff08node":64,"\u5360\u6709":63,")senna":146," array":[107,113],ann:125,"\u30ab\u30f3\u30de":[91,3,124,110,46,132],worker:136,dave:79,"\u305f\u307e\u307e":42,"-message":115,"/function":125,"_sel":83,"\u3069\u3093":[87,78],"#set":140,"\u3069\u308c":[114,91,42,51],"_set":[33,76,105,14,15,128,98,49,61,63,41],"\"sound":104,"\u65ad\u7247":26,"\u4ee3\u8868":112,"\u79d2\u6570":[114,91,124,11,152,37,65],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":61," reasonable":110,"_false":63,"\u3069\u306e":[91,72,104,38,60,44,145],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":22,"1\u4ef6":[56,152],"_rectangle":[43,1,93,35,129,61,22,135],"\u3069\u3053":[22,44],"\u30df\u30ea\u79d2":[37,59],"\u7121\u8996":[91,72,150,146,56,77,129,80,95,141,132,22,128,61,113],"\u3002rst":17,"\u5fdc\u7528":112,"\u3069\u3046":[1,34,66,5,106,57,91,56,6,130,7,20,61,90],"\u30e2\u30fc\u30c9":[29,55,3,32],"\"blt":132," hash":152," way":110,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[72,104,56,120,128,51],"_skip":61,"_element":33,"\u30c4\u30fc\u30eb":[17,101,115,43]," hashtags":152,"_result":[95,2],"\u4e00\u6c17":125,"\u5317\u4eac":60,easy:17,has:125,"*vars":41,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":61," what":67,"\u7c21\u7565":61,"\"content":[91,150,124],"\u9001\u308b":[0,143,42,101],"\u9001\u308a":[143,125],"\u30d0\u30a4\u30ca\u30ea":[84,125],"_broken":2,"\u8d8a\u3048":56,"\nrep":140," tokenmecab":56,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":38,">command":4,"_error":[2,143],"_ascending":128," options":[7,66],"-unauthenticated":[61,12,126],"\u30d4\u30ea\u30aa\u30c9":[58,62],old:125,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[80,72,3,113],begin:148,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":61,"\u5358\u8a9e":[61,91,150,133],"/ngx":7,groogna:[61,42],"\u9001\u3063":[68,0,70,101],"for":[116,105,67,124,21],bottom:[22,93,28],"\n[\"":26,".asc":125,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":61,ichii:22,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":63,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\npartial":55,"\"starttime":4,"\u89e3\u6c7a\u7b56":106,"\u306a\u3055\u3093":70,"\u65e2\u5b9a\u5024":118,"\u305b\u3044":61,"_size":[55,103,16,14,95,48,128,63,67,41],".am\u30d5\u30a1\u30a4\u30eb":125,"_down":[2,143],"\u89e3\u91c8":[129,55,150,132],"_range":[2,63],support:83,offgao:152,"_process":[2,143],"\u305b\u306a":[150,124],"\u3086\u304d\u3072\u308d":119,thesaurus:91," ftb":83,"/tsv":[146,8],"\u5fa9\u65e7":61,"\u8981\u7d20":[114,2,3,140,26,46,95,55,61],"\u30d0\u30f3\u30c9\u30eb":61," uint":[36,91,150,151,141,116,61,62,124,51],"\u3002sortby":91,"\u306e\u304b":[152,120],"\u9006\u5f15":36,"_sequence":[2,143],"\u306e\u3044":[10,5,112,37,80,95,46,60,59,6,143,55],"_records":61,"''":[12,150],"'\"":61,"' ":[138,36,91,83,150,126,11,152,37,12,109,97,153,123,56,59,61,39,63,105,124],"'.":[63,101],"'-":[61,80],"',":[63,153],"')":[148,91,80],"'(":[80,150],"\u306e\u306b":[43,113,85,61],"\u306e\u3061":91,"\u306e\u3067":[118,3,120,84,7,61,122,42,91,60,125,11,97,101,54,56,139,106,151,79,22,62,146,112,26,114,29,51],"*nvars":41,"\u3001_":[152,59,3],"\u306e\u307f":[112,55],"'\n":[36,91,60,3,150,56,96,97,59,79,124,119]," city":60,"'t":[15,39,7,116,14],"'s":[96,91,150,110,46,151,123,114,124,101],moero:36,"\u3089\u308c\u308b":[55,103,112,120,128,61],"\u88dc\u3046":112,"'a":151,"\u305b\u308b":[118,55,112,97,29,147,51],"'n":80,"'m":[96,62],"-latest":70,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":74,"-tar":19,"\u305b\u308c":112,"\u6bb5\u843d":[58,103],"_count":[65,4,7]," complete":[39,127],"'\\":150,"\u5165\u529b\u30df\u30b9":104,time:[152,104,11,127,69,123,56,61,39,22,149],push:125,"\u304a\u3053\u306a\u3063":3,":/":[3,4,80,84,7,86,44,42,138,92,125,11,12,132,17,101,36,19,59,32,64,148,109,110,126,29,71],"\u53cd\u6620":[112,55,125,116],"\u7b26\u53f7":2,":$":[124,150,119],": ":[52,43,1,10,125,78,129,106,14,46,95,2,55,22,70,44,141,64],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":125,"-prefix":115,"\u5c0f\u897f":61,":=":[91,150],":>":[91,150],"\u3002rroonga":133,"::":[2,4],netbsd:[61,129]," tokentrigram":72,"\u3042\u307e\u308a":[62,106,95],"\u7aef\u672b":112," all":[91,93,124,123,116,150],":\n":[32,64],"_builtin":[22,63,66,48]," escape":67," elfring":61," installer":125,"\u6700\u7d42":66,dragonfly:129,"\u500b\u5225":125,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":61,"-root":[29,129,80],lru:99," systems":26,exact:55,"\u3002travis":64,minute:123,".body":[78,30,74,90],"\u30b9\u30af\u30ea\u30d7\u30c8":70,"{language":101,"\u6e08\u307f":[138,58,109,72,103,125,104,37,12,106,118,46,126,39,22,61,146,9],"-base":111,":@":[36,91,3,150,11,152,97,32],":\\":84,":^":[150,119],":[":140,":public":125,"\u8ad6\u7406\u548c":[91,55],"\u7d50\u3073\u3064\u3044":136,"\u305f\u3055\u3093":[22,1,61],"\u7d50\u3073\u3064\u304f":136,sign:125,"\u5316\u4f5c":125,"\u4e8c\u9805":124,".ncpu":71,"\u7d4c\u904e":[114,10,124,11,152,37,65,22,63],"\u30bf\u30d6":[146,4,143],takashi:141,"\u540d\u7b49":63,"\u4e3b\u8981":115,"'='":80," yoji":22,"\u76ee\u5b89":125,"\u63a8\u9032":61,"\u30bf\u30b0":[43,92,124,125,77,129,26,22,61,131,51],"\u6d41\u3057":125,address:[22,143,61],"\u30a2\u30ab\u30a6\u30f3\u30c8":[125,21]," string":[94,105,14,63,67,41],"\u4e3b\u30ad\u30fc":[43,129,46,61,87,89],"\u4e00\u62ec":95,"\u306b\u95a2\u3057":[61,55,140,14],queue:136,"\u8b66\u544a":[61,91,10,129],"\u3002offset":76,"\u5ea6\u6570":[11,22,59,124],"` ":4,ipa:[17,109,138],pentium:140," \u3044b":[56,120],"\u6587\u5b57\u5217":[43,91,72,94,114,113,26,46,151,60,133,61],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[55,80]," entry":[58,34,78,57,46,141,130,30,90],"\u4e88\u3081":[37,80],"{\"_":[36,91,124,11,59,79,150],"|table":51,"\u30d5\u30a9\u30ed\u30fc":21,"/header":19,"\u3060\u3063":[56,61,91,10,95],"``":[1,129],"\u5168\u4e16\u754c":61,"\u3001 ":[72,3,74,77,37,7,8,122,44,42,138,91,60,124,11,14,97,133,128,135,101,102,139,151,59,79,61,146,155,150,110,152,113,26,114,51,32],"\u3060\u3068":106," frees":14,visual:[22,84,61],"\u30ec\u30d3\u30e5\u30fc":125,"_gt":128," version":[83,4]," run":[116,7],"\u3002obj":63,"\u3060\u3044":22,"_alloc":67,values:[46,63],"\u3060\u3057":[22,140],"\u5024\u8a18":124,following:153,"\nnotice":[5,6],"_limits":110,logrotate:61,"\u5897\u3084\u3059":147," }\n":[152,7],"\u6a19\u6e96":[1,34,3,5,78,80,6,7,87,90,10,46,130,132,20,134,57,58,107,61,148,65,29,30,117,32],chroot:125,"\u307e\u3068\u3081\u308b":7,"\u30d2\u30e5\u30d9\u30cb":[60,145],"\nan":15,date:140,such:26,data:[76,42],"/dictionary":129,ss:[123,124],"/javascript":22,st:72," sql":110,sh:64,so:[39,116]," bug":[61,83],se:[39,72]," restarted":116,"\u540c\u3058\u6570":[80,7,42]," solution":110,"[yum":61," english":[39,91,21],"\u30a2\u30c9\u30ec\u30b9":[22,95,80,32,140],"*query":[88,67],jis:128,"\u540c\u671f":[140,125],"\u4f55\u500b":91,"\u4f7f\u308f\u305a":97,records:[123,93],"\u8d85\u3048\u308b":[11,77,61,128,139]," description":[152,120],config:[1,10,84]," rake":125,"_dat":[150,87,95,61,22,124,51],"_dataset":[121,153],"\u4e26\u3073":[120,124],"\u4e26\u3079":[43,131],"-terminated":[41,14],gtar:19,indexblog:62,"\u30d8\u30c3\u30c0\u30fc":[61,2,42],"\uff1f\u3000":140,"-offset":91,"\u8a73\u7d30":[118,72,3,37,7,8,88,138,91,44,12,97,49,101,56,140,61,147,109,110,114,126,29,51],"\"search":[39,104,150,69],"\"type":127,formula:125,"\u6700\u5c0f\u9650":7,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":77," segments":107,mime:42,"byte":[103,140,26,95,143,61,63],"\u7d20\u65b9":112,"\u30d9\u30af\u30bf\u30fc":[22,91,141,61]," country":[141,110]," yoshioka":61,"\u4e00\u610f":[58,80,89],one:26,submit:[39,127,104,69],"*expr":67," epel":109,"\u00a0encoding":105,"\u5bfe\u7b56":[43,85]," locks":26,"\"sphr":145,"=encoding":115,"# ":[72,3,74,80,32,39,122,87,108,42,119,91,60,124,11,127,96,97,47,101,36,54,104,151,59,141,79,62,150,110,152,113,26,69,92,155,7],"#'":80," confiugration":116,"\u8fd4\u4fe1\u5143":152,"\u8fd4\u4fe1\u5148":152,"\u306b\u5bfe\u8c61":22,translate:101,"\u540c\u6642":[91,10,112,136,140,59,95,128]," nonexistent":91," vector":[39,61],"\n..":132," every":110,"\u4e16\u754c":[60,11,37,28,59,145],argument:124,sae:[127,104],"\u4e21\u65b9":[91,152,150,77,96,112,39,124,119],say:124,"/span":26,"/ubuntu":[61,118,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":61,"\u30ea\u30b9\u30c8":[36,91,155,3,150,125,146,78,38,80,46,87,86,61,124,31,101]," dump":[22,132,116],uuuuuu:124,"\u5ea6\u5408\u3044":56,note:116,"\u30cb\u30db\u30f3\u30b8\u30f3":39,"[[\"":107,"\u5fdc\u7b54":[61,112],buffer:[107,63],debhelper:22,"-type":[22,104,69,42,39],"\u30b9\u30da\u30fc\u30b9":[22,91,61],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":70,"\u672b\u5c3e":[76,128,63],"\u9589\u3058":[77,22],"\u4ef6\u6570":[91,3,56,120,46,95,63,89],"\u5217\u6307\u5411":[112,80],"_cursor":[43,93,35,24,129,61]," soft":116,xml:[22,129,61],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:155,"\u5927\u4e8b":[146,150],"\u4e00\u6642":[43,60,63,35,61],"_defrag":63," checked":125," nippon":39,"\uff08tokenbigram":56," url":132,resource:143,".php":125,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[114,43,25,35,61],"\u76f4\u63a5":[152,132],"\u8868\u3057":[10,3,37,38,114,2,55,89],"\u7a7a\u767d":[72,3,150,56,112,80,46,69,113]," similar":110,"\u7528\u79d8":70,"\u898f\u5247":61,".content":[91,124,96,151,116,62,150],"\u306b\u3068\u3063\u3066":[72,106],sites:132," are":[91,93,110,79,26,153,116,123,97,61,39,67,101]," zxvf":125,"\u5927\u4e08":0,"\u4f9d\u5b58":[43,115],jobs:140," bottom":93,"\u4e0a\u554f":118," be":[93,15,95,123,116,63,67],"@tomotaka":22,"\u8fd4\u3059":[1,34,74,5,80,6,22,42,90,124,127,14,130,20,140,57,65,59,143,79,61,149,129,30],"\u30b3\u30ed\u30f3":58,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":74,"_otoj":147," by":[93,150,110,123,14,15,116,61,39,67],")offset":[128,95],"-mecab":[138,61,109,12,126],"_t":2,"_syntax":[2,67],"(xxx":61,"\u3002http":61,"\u542b\u3080\u5024":[80,3],"\u5468\u4e0a":145,"_synonyms":146,"*added":95,"'ja":101,enable:[65,61,72,129,125],"\u6607\u9806":[91,3,110,59,95,128,63],"\u5b9f\u884c":[112,70]," fork":101,"-bye":[91,150,124],"\u304a\u3051\u308b":[52,36,3,150,11,112,37,61]," configure":[56,61,124]," form":[155,150]," autogen":125," allocation":15," mapped":116,"\u7406\u89e3":[91,3],"\u3002filter":59,"?table":[32,42]," ruby":[122,54,125],ctrl:32,"\u30af\u30ea\u30fc\u30f3":125,ivh:[138,109],"@lists":[125,21],".md":125,pthread:[22,61],"\"}\n":[46,96],"\u3002squeeze":147,ascii:[150,124],"\u633f\u5165":[3,125,76,80,26,61],hostname:[29,80,7],"_filter":[43,135,35,61],"<path":80,"_setoperation":95,"\u3002\u3057\u304b\u3057":[91,60,104,112,37,96,115,22,155,42],"_at":[56,129,14,95,61,63]," tokendelimit":72,"error\u30bf\u30b0":61,"\u8ab2\u984c":70,"\u90fd\u6c11":[56,120],"\u5b9f\u88c5":[54,60,91,7,29,122,22,61,156,42,101],"_date":125," added":[83,93],"\u5217\u8868":37,"\u6b53\u8fce":70,"_normalize":[91,83,3,74,56,152,150,26,155,96,97,95,116,61,62,124,51],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,128,55,102,129],"_retry":2," rst":17,"\u56db\u89d2":38,"\u6771\u4eac\u90fd":[56,152,120],"[token":61,"(r":140,gdb:147," akio":129,"(a":64,"_pack":115,"\u3046\u3061\u3044":80,"([":53,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"(_":[39,127,104,124,69],"\u30d1\u30e9\u30e1\u30fc\u30bf":[43,103,95,61,128,22,63],"\u30fb\u5186":112,dcmake:84," testdb":140,"\u6c4e\u7528":[140,80,7],"\u639b\u3051":124,rubygems:61,"(<":55,"(=":[2,124,55],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":125,"((":91,"()":70,"(.":[62,125],"(-":124,"(\"":[60,3,105,80,26,97,61],"( ":[61,80,41],"(!":55,"('":[58,91,3,150,80,46,89]," specfied":93," real":[116,26],intel:140," deleted":63,"_but":55," read":26,"\u95a2\u308f\u3089":140," ssh":125,"\u4f4e\u901f":110,"\u4ed5\u7d44":[42,101],conditional:127,yyyy:[123,124],"_supported":[2,143]," finds":95,"\u30d5\u30a9\u30f3\u30c8":17," tokenizer":72,ddl:56,lucid:[61,129,125],"/httpd":[118,7],"\u8a18\u4e8b":[96,62,125],"\u5168\u6587\u691c\u7d22":[61,51]," handled":7,";\"":61,"; ":[140,80,7],"\u5ec3\u6b62":10,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[22,42]," cannot":[43,85],"\u304b\u3048\u308b":151,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[155,113],";\n":[15,140,7,42,103],"\u30ec\u30d9\u30eb":[5,61,6,80],"\u7b97\u51fa":[61,91],"\uff08byte":[63,103],"*db":[63,66,14],"\u7403\u9762":[60,145],"_prefix":115,"<encoding":80,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:101,"\u30aa\u30fc\u30d7\u30f3":[22,61],complete:[39,127,9,61],"\ntext":67,"/pull":125,"_empty":[2,143],"with":[3,125,56,113,58,22,44],"_load":[43,25,35,61],"_types":[113,42],pull:125," corresponding":63,"_incompatible":2,"\u304a\u77e5\u3089":43," represented":67," distance":60,ac:155,uid:125,"\u30ec\u30b9\u30c8\u30e9\u30f3":112,an:113,"| n":124,as:[39,72,153,110],ar:[56,72,120]," \\\"":151,"| c":124,"| _":59,"\u3002messagepack":[114,44],shimomura:61,"_bool":[129,63],"\u4e00\u65b9":[3,150,97,11,112,26,56,151,62,124],"\u30c7\u30d0\u30c3\u30b0":[107,72,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[61,84,140],"\u9806\u4f4d":76,"]\n\n":152,"\u304c\u3068\u3046":152," wheezy":22,queryexpandertsv:[43,35,97,8,61,23],"_such":[2,143],original:119,"\u6587\u6cd5":[43,131],senna:61,"\u4ed8\u968f":[34,57],"\u30c7\u30fc\u30bf\u30d9\u30fc":22," default":[111,116,123]," upload":125,getaddrinfo:61,"\u5408\u8a08":[52,56,77,140,107,139]," lcov":147,"-talk":[61,125,21],"\u548c\u5e83":61,"\u901a\u4fe1":[70,142]," mingw":125,to:[7,110],tail:[143,125],te:72,homepage:140,tc:[128,102],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[91,72]," rroonga":[61,62,151],"\u3002column":[55,3,103],condition:124,"(popular":91,"\u5909\u308f\u308b":[56,26],"\u5909\u308f\u308a":[107,59,120,99],"\u4e0d\u5b8c\u5168":22,"\u300c\u6771\u4eac\u90fd":56,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[61,72,113],"&gt":26,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":61,"\u7701\u7565":[46,61,103,125,99],"\u7d22\u6642":129,"\u3067\u306b":[56,96,8],section:103,"\u30ea\u30c6\u30e9\u30eb":[22,1,150,26,61],"\u5927\u5207":112,"\u6700\u65b0":[17,99,125,21,22],"\u3002timeout":63," left":93,"_modified":152," }":[72,3,152,65,32,42]," httpd":125,full:[72,125],hash:[77,152],"\u30ce\u30a4\u30ba":[56,104],"\u6700\u5c0f":[138,109,12,118,126,79]," https":[101,64]," returns":[97,95,93,105,103],"\nthe":[116,113,103],"_debug":147,"\u975e\u516c\u958b":125,"_compare":63,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":91,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":61,"\u306b\u3059\u308b":42,followee:152,tokenizer:61,"\u30ce\u30fc\u30c9":[128,61],"-release":70,"(init":14,"/limits":116,follower:152," large":116,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[22,129],select:[43,1,10,35,129,25,121,15,47,141,99,61,22],"\u3002\u3002":38," apt":[61,12,125,126],mecab:[138,1,129,125,12,109,126,61,22,44],"\u3002\u300c":[36,91,72,150,113,124,62,51],"\u7406\u95a2":41," api":[70,13],"\u4e0a\u8a18url":125,more:143,"\u30c6\u30ad\u30b9\u30c8":[72,125,140,129,113,26,155,92,61,51,101],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":36,"\u518d\u5229":[77,91,89],"_argument":[128,95,2,143,63],"_messages":[125,101]," do":[67,110]," db":[3,66,95,32,116,29,7,4]," debootstrap":125,"_adjust":[88,55],"\u6bd4\u8f03":[43,91,150,129,140,61]," fumiyasu":22,scan:147," libedit":138,"_descending":128,accept:129," !":[61,124],gronoga:7," dataset":[39,153],information:123,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":22,"\u3002lzo":58," demo":36," pkg":19," learned":110,"\u300ccommand":29,"=dat":61,"\u52d5\u7684":[43,35,112,129,7,61],"\u5b9f\u884c\u4f8b":[61,147],"\u5019\u88dc":[39,127,9,104],"\u306b\u3059\u3050":96,"\u30fb\u81ea\u5df1\u7d39":152,"\u559c\u3073":[68,101],github:[0,125,58,22,61,86,17,44,101],tokenbigram:[91,72,3,150,104,56,77,120,87,124,31,51],"\ncan":[116,67],register:[43,25,113,35,61],"\notherwise":15," path":[111,123,54,7,8],"\u6e0b\u8c37":152,replied:152,"\u666e\u53ca":112,"\u52d5\u753b":36,"\u8f09\u305b\u308b":125," will":[116,63,110],replies:62,its:[0,67],saucy:[43,115],".rpm":[138,109],"\u63a5\u7d9a":[3,140,136,80,134,61,117],"[tokenizer":61,"_weight":[58,103],"_ci":155,"\u6271\u3044":[11,39,10,120,156],"\u6271\u3046":[2,124,56,139,21,112,61],"\u6271\u3048":[82,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":61,"\u5c0f\u306a\u308a":133," outputs":123,messagepack:[22,44,61],"\u6271\u3063":[61,1,152],"\u30ad\u30e3\u30b9\u30c8":[61,129,150,152],"[doc":[22,61],found:93," don":15,"\ndeb":[126,12],".offset":95,"\u534a\u89d2":[128,155,3],"\u540c\u7fa9":146,"\u9ad8\u901f":[36,1,55,3,150,156,77,38,80,124,112,60,61,22,145,42,51],operation:143,"\u6271\u308f":[91,72,150,11,38,140,56,61,155],really:[91,150,124],"\u524d\u8005":[59,155,146],ftp:140,"/usr":[44,80],"\u30de\u30eb\u30c1\u30b3\u30a2":112," parses":67,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/locale":[125,101]," parsed":67," log":[111,43,7,35,125],"/etc":[118,125,139,12,126,7,61,116,146],"\u6975\u4ed8":[60,145],"_hit":[32,65,3,4,7],imagine:110,"\u3053\u3053\u3067":125,"\u30a6\u30a7\u30a4\u30c8":58,"_user":[43,24,41,35],"-keyring":[61,12,126]," porting":83,number:[107,93,124],"_pipe":[2,143],"\u3059\u3079\u304d":55,"\u7d42\u308f\u308b":[96,150,124],eito:61,"\u30b3\u30d4\u30fc":[103,125,76,95,132,61,63],"|enable":72," process":[123,7],"\u30ab\u30b9\u30b1\u30fc\u30c9":61,"\u3057\u304b\u3082":156," apply":67,"_stack":2,"\u642d\u8f09":112," tweets":96," halfwidth":155,"\u5b66\u7fd2":[43,127,129,154,61],"\u00a0threshold":[49,63],"\u56de\u547c":129," overcommit":116," user":[36,140,26,97,79,116]," uses":[15,116,123],"_db\u30d5\u30e9\u30b0":22,"\u60f3\u5b9a":[65,36,132,107],"\u5b9f\u969b":[52,36,91,74,56,152,78,61,62],"_nofile":[61,123],"\u52d5\u74b0":148,"*data":76,"\u66f8\u304d\u63db\u3048":[125,64],gted:101,qps:[148,140],"\ngroonga":[22,10,121,116],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[129,80],self:140,"_lock":[22,63],also:[26,124],without:[39,7],mroonga:[91,92,150,151,112,97,61,62,146,124],"\u8a18\u53f7":[56,80,120,3,129],"\uff08todo":124,"\u306e\u3069\u3061\u3089":[91,124],"\u3060\u3055\u3044":[0,118,3,7,86,44,42,91,124,125,12,101,19,143,61,146,147,64,155,150,112,114,115,70,51,32],"\u5b57\u5217":[22,37,150,51]," full":26,exe:[84,125],"_uint":48,ext:72,"\u6d3b\u304b\u3059":91,"<limit":80,"_processes":2,microsoft:84,"\u3057\u304b\u3057":[91,124,56,120,62,146,42,101]," longer":[83,14],"/command":[32,7,14],xcode:71," bytes":[41,14]," item":[39,127,104,69],"-memory":129,"\u77e9\u5f62":[28,59,112],"\u5143\u6c17":61,columnn:61,"\u9577\u578b":128,"\u6642\u306b":22,"\u51e6\u7406":[1,2,76,113,120,72,7,89,91,124,42,101,55,140,59,143,61,150,112,129,25,26],"\u5225\u9014":[37,63,110],"\u30bf\u30fc\u30b2\u30c3\u30c8":61,columns:[46,61,129],"]]]":[56,127,130,124],"\"requires":61," access":116,"\u5fc5\u305a":[91,10,143,95,51],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":42," palalles":125," x":116,"\u3082\u3057\u3054":61,"_point":[36,145,93],"\u30ed\u30b0\u30ec\u30d9\u30eb":[80,7]," threasd":80,"-github":125,bytes:52,"\u6c7a\u3081":51," serve":125,"\u7528\u610f":[91,55,125,104,140,60,69,44,39,63,9]," normalizermysqlgeneralci":155," characters":67," palallel":125,"\u3082\u3057\u304f":[138,109,150,125,11,139,37,95,7,79,128,61,62,124,32],set:140,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[1,129,58,61,22,44,147],"\u51fa\u73fe":[112,127,103,82],sed:[22,61],"\u547c\u3073\u5143":14,sea:[39,72],sen:83,"\u8a00\u8a9e":[70,55]," code":[114,123,4,101],juman:[138,109],currently:[7,66],mutex:61,"\u65e5\u4ed8":[112,60,125]," operator":93,"\u3082\u3057\u308c":146,"<span":26,"\u7a7a\u6e2f":152,"\u304c\u3064\u3044":[77,129,61],javascript:[29,43,7,131,32],"\uff09\uff08":51,"\u3082\u304d\u3061\u3093":7,"\u500b\u4eba":44,"\u6790\u5668":112,"_already":[2,143],"\u77e5\u308c":[122,113,54,106,62],last:152,"\u77e5\u308b":110,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[112,140,133],"\u578b\u5909":22,connection:143,mmap:[43,85,61],pdf:70,"<#{":123,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":61,load:[43,1,10,35,129,25,47,141,132,61,22,90],");":[15,55,67,103],"):":[118,125],"@ceekz":61,"\u30b9\u30ec\u30c3\u30c9":[112,136,140,14,80,42],"))":[91,146,124],"\u30ca\u30ce":[114,129],")-":125,"),":[58,61],").":[26,125],"_exec":[2,67],")\"":[61,92,150,26,74],".htpasswd":[7,42],")'":[36,152,150,104,127,26,151,59,69,39,124],"[rpm":[22,61]," sample":[140,79],"\u7c21\u6613":[118,60],")\n":[53,83,125,60,97,55,123,145],"\u30d1\u30e9\u30e1\u30bf":[33,63,102,66,76,48,105,95,14,15,128,98,93,49,88,67,41,100,103],shinya:61,func:[41,14],"\u3067\u307e\u3068\u3081":146,")]":61,"-api":68,"\u3067\u306a\u3051\u308c":124,"\u5236\u9650":43,"\u3002point":[28,145],error:[15,114,7,123],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[22,61],"_nromalize":155,"\u632f\u821e\u3044":[61,79,97],"\u63a1\u7528":[56,112,32],"<=":152,"\u5316\u524d":89,"< ":124," expression":[116,67],"\u8a00\u3044":151,"\u4e00\u7fa4":55,">\n<":4," file":[111,116,7]," tweet":96,"\u56de\u52d5":140,alert:[123,7],ifexists:46," shows":113," sections":110,"\u7121\u99c4":112," fd":111," digits":123,"\u8981\u6c42":[106,61,3,151],"-path":[125,115],"_file":[2,114,7,146,42,143]," time":[11,152,140,56,116,123],mysql:[138,109,83,125,112,12,113,126]," called":110,"\u5316\u51e6":[22,89],"\u30bd\u30fc\u30c8":[43,1,129,77,38,91,127,95,22,61,131],"3\u4ef6":152,"_files":[2,143],location:[114,61,7],input:[46,114,143]," speakers":21," directive":7,emergency:[123,7],"\u3002db":[22,55,3,32,14],"\u30cf\u30c3\u30b7\u30e5":[65,61,125,107],"\u30bd\u30fc\u30b9":[17,125,115,43],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":125," \u4e0a":86,"\u540c\u7b49":[120,140],"\u308f\u3051":[11,39,91,72,124]," res2":95,"\u4ed5\u65b9":70,"\u30d6\u30ed\u30c3\u30af":[61,7,112],"_flow":[2,143],"\u6ce8\u8a18":61,"\u30af\u30ed\u30fc\u30f3":44,"}]\n":11,"\u65e2\u77e5":44,bi:[56,120]," tablename":10,"\u4e0a\u4f4d":[56,95],wget:44,by:39,"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":118,"\"yu":132,"\u3068\u308f\u304b\u308b":125,garbage:61,"\u3088\u308a":[74,37,120,61,39,44,91,60,124,11,96,128,51,55,56,140,22,62,145,146,150,152,129,115],"|key":[91,3,74,56,152,150,26,96,97,119,116,62,124,51],"\u30d5\u30a9\u30ed\u30ef\u30fc":125,pcre:61,"\u56fd\u969b":101,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,131,61]," curl":[71,4,42,7],"\u5074\u9762":112,"\u6574\u3063":147,"\u3002sphinx":17,link:[11,32,110],line:114,"\uff08ci":64,posted:152,"\u8868\u3059":[53,55,36,11,38,58,60,72],"\u3088\u30fc":152," terms":[91,3,150,107,56,80,26,97,116,124],up:4,ul:72,"\u5206\u89e3":55,"\u3054\u307f":[61,106],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":70,parses:105,"char":[66,48,105,14,95,63,67,41,103],"\u3054\u3068":[52,72,125,139,136,82,97,61,14],"\u3075\u308a":127,"\u304b\u307e\u3044":3,defines:153,codes:125,taro:36,">uptime":4,"=null":[91,72,99,51],invalid:[91,143],"\u8868\u308f":63,"\u898b\u4ed8\u3051":61," invalid":105,"\u7acb\u3061":114,".load":140,".dump":22," script":[122,140],"\u53f3\u8fba":[22,129],"(nginx":118,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":143,"\u6307\u5b9a":[112,55],"\u4e00\u7dd2":[1,60,3,56,91,61,118,51],"\u3088\u304f":91,"\u3088\u3046":[1,72,77,38,80,118,7,8,61,44,120,42,43,91,10,124,125,154,96,97,95,132,17,51,55,140,106,107,60,22,145,146,147,64,150,151,112,129,113,26,114,141,29,155],"\u3088\u3044":[91,150,62,63,42,101],"\u3088\u3073":55,age:[91,79],"/wgs":59,"\nerror":[5,6],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":61,oracle:[43,115],"\u3088\u3063":59,"\u8a66\u884c":112,hello:[96,124],partial:55,"\u3067\u307f":112,",\"title":3,results:95,"/sysctl":[139,116,71],"\u3067\u3064":74,"\u843d\u3061":[61,129]," problem":[15,116],"\u3067\u306e":[114,26],"-lzo":115,"/json":[22,42],"\u3067\u3069":127,"\u3067\u3057":[19,11,124],"\u8a2d\u5b9a\u6e08\u307f":118,"\u306a\u304a\u3053\u306e":140,":..":91,"\u3067\u3059":[2,3,4,72,7,8,9,10,68,12,14,15,16,19,151,22,25,26,29,31,11,37,38,39,41,42,138,46,47,50,51,52,54,55,56,58,59,60,61,62,63,64,126,69,70,99,0,74,77,78,80,82,84,32,87,44,89,91,92,96,97,95,100,101,103,104,106,107,108,109,110,111,112,113,114,116,118,120,122,124,125,127,132,133,139,140,141,143,79,145,146,147,148,150,152,155,156],"\u3067\u3044":[11,91,124],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[70,146,91,115,64],"\u3067\u304d":[1,72,4,76,77,38,80,122,2,7,8,86,61,44,89,96,91,10,124,125,126,127,12,14,46,97,95,129,132,133,128,17,51,53,54,55,102,103,138,140,106,145,58,94,60,99,79,22,63,146,147,64,148,109,155,150,151,112,24,113,26,149,114,28,29,101,71],"{user":116,"\u7279\u306b":[55,125],"\u9234\u6728":61," libmsgpack":[126,12],"\u8fbc\u307f":[20,146],"\u8ca2\u732e":61,"\u3002time":152," under":7,"\u983b\u5ea6":127,"_unlink":63," accesses":116,"\u6368\u3066":22,".clean":125," update":70,"\u5f15\u304d\u7d9a\u304d":61,"this":[91,3,150,11,123,153,15,7,116,39,124,32],"(wgs":59,"\u30aa\u30d7\u30b7\u30e7\u30f3":[138,1,129,125,19,12,113,91,14,65,126,61,22,44,109,147,71],"_posting":[93,102],"\ntable":[56,39,132,152],video:36," [":[47,72,91,51],".xml":4,index:[36,83,102,103,125,93,62]," n":116,"_operator":[95,88,67,103,93],"\u306e\u3067\u3057\u3087":91,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":84,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[66,124],"\u5fc3\u304c":147,"\u516c\u958b":[22,129,125,61],"?parameter":7,let:96," memory":[15,43,85,116,14],ubuntu:[43,147,115,64]," memcached":32," \"":[91,60,74,140,78,113,107,47,32,79,87,62,124,152,108,150]," ":[72,3,74,32,39,87,108,42,119,91,10,124,11,127,96,97,47,36,104,65,151,59,60,79,62,150,110,152,113,26,114,141,69,92,155,7]," (":116,ctx:[66,136,14,15,95,63,67,41,103],"\u73fe\u308c":72,"\u3067\u3082":[0,2,3,77,120,84,7,61,39,44,138,91,125,12,101,56,140,58,151,59,32,143,22,62,147,109,112,26,126,115,51,71],grnslap:[40,43,35],buffered:16,"\u8d85\u904e":[139,61],"\u767a\u4fe1":125,"\u30c7\u30b6\u30a4\u30f3":61,"\u9014\u4e2d":[125,104,80,143,61,39],"\u3046\u3048":[22,61],"\u4ee5\u964d":[92,125,38,80,129,32,61,22,155,147,101],"\u3002\u3064\u307e\u308a":[91,3,150],zip:[43,125,115],"<- ":42,illegal:143,"\"sea":39,"\u3044\u304f\u3064":70,next:41,"\u3046\u3061":[10,103,38,107,95,55,79,61,128,22,63],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":62,"\u30af\u30a9\u30fc\u30c8":[72,113,150]," doc":[74,125,101],"\u3059\u308b":[112,70,136,21],"\u5909\u3048\u308b":56,"\u7d4c\u7def\u5ea6":[43,131],"\u3059\u308c":[3,124,112,79,140,95,8,150],src:95,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":70,"\u3059\u3093":152,"_escape":67,"\uff08groonga":112,"\u4f7f\u3044\u65b9":[43,35,112],"\u6b8b\u308b":22,"\u6b8b\u308a":[91,10,146,51],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":61,"\u6e21\u3055":[60,55,41,61],"\u6e21\u3057":[46,55,3,32,150],"\u6e21\u3059":[61,3],"\u5171\u306b":[63,103]," disable":[111,7],"\u6b8b\u3063":[61,129]," actual":7,",\u3000":140,"\u306f\u6708":124,process:[43,35],lock:63,"_estimate":[22,93],"\u6295\u7a3f\u5834\u6240":152,"\u7d30\u5206":11,"\u00a0limit":[128,95,93],"\u3059\u3050":[112,42],"\u6301\u3061":[72,80,7,55],"\u6301\u3063":[91,72,150,104,112,106,61,155,113,124]," toybox":11,"\u6301\u3064":[36,91,60,3,124,110,104,11,112,136,38,80,46,151,95,22,155,89],"-enable":129,"\u3059\u3067":[96,72,120,125],"\u3059\u3079":[91,10,132,77,143,140,72,7,55,22,39,108,152,42,90]," titles":[150,124],"\u6b8b\u3057":91,defalt:129," indexblog":62," port":[111,32,71],"-gqtp":[43,109,138,12,27,126,61],"\u3044\u304f\u3089":112,"_')":[58,89],"\u4e26\u3073\u9806":59,">starttime":4," msgpack":4,tomotaka:22,"\u8a2d\u5b9a":70,alloc:[32,65,3,4,7],"\u4f53\u8fd1":145,"\u9078\u629e":[112,91,60,125],allow:[61,91,12,150,126],":\\\"":46,op:[95,88,103,93],"[httpd":61,"\u8abf\u3079":[76,28,63,110,145]," clear":63,"\u30ab\u30d0\u30fc":147," filter":110," clean":147,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":148,"\u3092\u3064\u3051":[91,150],"\u6539\u884c":[22,78,80,61],"\u78ba\u7387":127,"_unavailable":[2,143],"\u6587\u66f8":[112,133],"=platform":115,total:[107,140]," allocated":[15,14],"\u5de6\u4e0a":[28,1],"\u5de6\u4e0b":1,"[space":150," start":[96,111,118],billiard:[56,120],lzo:[22,143,44,103,61],"_per":[22,14]," fulltext":[72,26],"_implemented":[2,143]," hw":71,"/master":[17,101,64],"\u7121\u9650":[61,129]," hh":[123,124],"_none":78,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":64,"-patch":101,"\u753b\u9762":[1,125],frequency:[39,127,104,69],"\u30b3\u30e1\u30f3\u30c8id":152," subject":61,"-fd":[111,22],"\u4ed5\u69d8":[43,10,127,129,7,61,49,29],"\"\uff08":39,"\"\uff09":[11,39,1,59],"_friends":36,"\u30bb\u30b0\u30e1\u30f3\u30c8":[107,30,63],"3ki":129,"\u591a\u304f":[91,3,11,80,26,56,7,22,156,118,51],"\uff08\u300c":[56,155],"\u5897\u5927":60,"\u5bb9\u91cf":[107,91],"\u30cb\u30db\u30f3\u30b4":39,system:[19,116],"\u591a\u3044":[56,150,124]," video":36,"-keys":125,"\u30b9\u30da\u30eb":146,"\"weight":11," previous":110,"\u304b\u3061":[91,120],"\u304b\u3064":[128,61,91,120,124],"_logger":61,"\u304b\u3069":[91,150,56,139,79,28,59,7,127,145]," next":93,"\u756a\u76ee":[91,72,3,150,11,95,128,61,124],"\u8ffd\u8de1":70," how":[116,110],"-time":26,"\u500d\u7cbe":37,"\u6253\u3061\u5207\u308a":61," documentations":135,"\u304b\u3051":[61,90],"\u9650\u6587":[22,51],"_results":95,"\u304b\u305a":61,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":120,"false":[34,150,125,97,5,37,129,57,58,11,47,6,130,151,79,20,124,108,119,141,90],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[54,106,113,114,122,62],"\u304b\u3089":[112,70,136],tokendelimitnull:[31,121],"_const":[55,67]," unix":114,"\u3069\u3061\u3089":[0,118,3,74,113,14,62,9,42]," there":[39,110],"*init":41," six":[123,3],"\u6a5f\u80fd":[112,55]," sid":[22,107],"_hey":51,"\u3089\u308c":[91,72,3,77,78,129,87,112,59,55,61,106,22,62,141,90],"\u4e2d\u9593":[55,120],"\u3064\u3076\u3084\u304d":96,"_suffix":22,"* ":[15,139,37,124],"\u6e80\u305f":[151,59,55,152],"*\"":[62,91,121],latin1:61,"\u5168\u89d2":[128,22,155,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":80,"\u3067\u3059\u306d":106," shinya":61," thesaurus":91,"mo\u30d5\u30a1\u30a4\u30eb":101,"(arugment":124,"*res":[95,88,93],"\u30ea\u30af\u30a8\u30b9\u30c8":[34,5,78,6,7,87,42,90,130,132,20,134,57,65,107,143,61,148,58,25,29,30,117],".gz":[138,109,125,19,12,71,126,44,101],"=r":61,"_initialized":[2,143],"'localhost":[148,80],"=c":84,"=i":125,"=\\":[92,26],"\u30ea\u30ea\u30fc\u30b9":[142,70,106],"\u5316\u5bfe":101,means:[116,93,123],"==":124,"=$":[44,125,101],"='":92,"= ":[124,110,139,59,61,119],"\"ellip":145,"=\"":[19,125],db1:42,"=/":[146,44,80,147,125],db2:42,"=(":125,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[22,61,24,35,43]," released":[83,125],"\u64cd\u4f5c":[43,91,55,103,11,112,80,14,95,133,61,63,131,124],travis:137,"\u7cfb\u5ea7":[28,145]," queries":26,"/doc":[17,125]," the":[93,123,103,110,111,105,79,113,26,153,116,15,95,7,124,61,39,63,67,150],"\u57f7\u7b46":[62,38,82],"\u3002debian":147,"\u306b\u3064\u3044\u3066":[0,40,72,3,5,113,37,120,80,82,6,34,8,122,39,61,44,42,90,138,91,10,125,126,11,127,12,46,97,47,130,99,132,20,134,135,78,51,137,53,54,55,102,104,19,139,57,145,2,107,128,60,143,22,108,63,146,64,58,109,152,150,151,112,94,25,149,28,141,87,69,116,70,30,65,117,71],"\u51fa\u529b":[17,70,147,112],"\u8ffd\u8a18":[61,125],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":106,"_connected":[2,143],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":61,"/var":[118,44,80,7],configuration:61," rectangle":93,"2\u4ef6":152,"/status":[148,32,4,42,7],valgrind:147,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[150,77,129,22,61,124,51],etc:[139,12,7,42],tld:110," properties":123,":\u5206":152,ch:72," \"@":152,"\u533a\u5225":[37,91,119],cd:[138,109,19,12,71,126,44,101],variety:36,"\u7d99\u7d9a":[61,80,64],"\u591a\u69d8":112,zenigata:36,"\u66ff\u3048\u308b":3," \"_":[3,74,32,39,108,119,91,60,124,11,127,96,97,47,36,104,151,59,141,79,62,150,110,152,114,69,155]," \"e":[39,72,127],"\u306b\u3044\u304f\u3064\u304b":61," \"a":[151,72],"\u304a\u3055\u3089\u3044\u3057":106," \"b":151,"_itoh":22," \"n":[114,91,3,150,65,7,124,32]," \"i":[114,91,124,96,62,150]," \"h":72," \"k":36,"_vesion":92," \"t":72," \"s":[127,72,104],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":61,"@yappo":61,"\u58ca\u308c":[22,129,107,61],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":59,"\u4fdd\u6301":[11,152,82,14],"\u518d\u5e30":[91,55,34,7,63,146,90]," functionality":110,"\u30c7\u30a3\u30b9\u30af":[1,62]," \" ":[72,140]," \"/":[87,47],tokenkytea:61,"\nmany":116," yes":148,ultra:36,"0x":[11,61,37,150,143],"\u58ca\u3059":61,site:[11,3,32,110],"\u3002\n":[1,37,120,80,22,87,10,125,140,14,46,95,20,78,36,55,103,57,136,106,107,79,61,62,145,152,129,121],"_versions":125," migrated":[91,150,124],"\u5ea7\u6a19\u5024":22,"\u3002 ":[118,2,3,119,156,77,37,38,72,7,8,39,61,44,42,15,91,60,124,46,97,47,133,135,51,101,104,19,140,58,151,141,99,79,22,145,146,155,150,110,112,129,113,26,121,114,28,69,92,71,32],"\u4f75\u305b":3,"\u3002\"":[56,152,32,110,104],"\u3002#":[22,129],"\u3002-":[76,29,44,128,152],"\u3002.":101,"\u3002(":[138,109,55,125,140,80,118,46,141,128,17,62,41],"\u3002)":[128,62,141,140],"\u300cbilliard":120," download":125,"\u3002:":[3,78,120,80,7,39,87,9,42,91,10,125,127,140,46,130,132,17,101,104,56,139,106,58,107,116,22,147,69,29,51],"\u982d\u6587":143,"\u518d\u5ea6":55,"\"roonga":9,v1:55,v2:55,architectures:125,".group":151,"\u3002_":[3,89],"\u3002[":[61,3],"_lzo":[58,2,103],off:7,"\u3002c":[68,112,2],"\u3002n":[56,72]," ci\u4e0a":64,"\u4e00\u77ed":112,command:[98,14],ecmascript:[61,91,124,133],"@' ":3,"\u81ea\u7531":[112,55,143,89],gettext:101,"\u9806\u5e8f":[56,87,78,3,91],web:[1,150,125,104,127,91,69],"\u6b63\u898f\u5316":[61,113,26],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":80,dest:[148,95,80],"|http":140,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[77,61,51,124,22],tvsec:65,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[43,147,131]," responses":15,"\u5947\u6570":124,string2:94,"\u672c\u8cea":140,"*target":67,"\u3059\u304f":151,"\"rect":[61,145]," delimit":61,"\u904b\u55b6":125,"/source":[101,109,125,138,68,12,126,84,19,17,44,71],"\u5727\u7e2e":[103,58,61,22,44,156],"\u63db\u3048":[128,63],"\u30dc\u30bf\u30f3":[61,125,101],"\u53d6\u308a\u9664\u3044":95,"_group":95,"\u53d6\u308a\u9664\u304d":[92,55],"(debian":118,iwai:61,"\u5206z":37,"_queries":[32,65,3,4,7]," normalizers":155,"\u7d42\u3048":125,"'' ":150,"(get":148,"\u300cusers":152,"\u9805\u76ee":[107,1],"-node":109,"_remove":[43,35,25,61,22,63],"_started":[114,113,58,47,141,108],"\u89a7\u4e0b":147,"function":[114,143],"\u300cpopular":91,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[91,10,139,140,20,44],"\u30ea\u30bd\u30fc\u30b9":96,"\u7570\u306a\u3063":128," comments":[151,62,132,152],sigstop:61,"-point":37,"\u4e00\u756a":[91,44,124,42],"\u7a7a\u6587":[37,150]," sitedomain":110," applications":26,"\u3002iptables":32,"\u8a66\u3059":156,bigram:[56,120,153],"int":[3,4,36,76,16,37,39,41,91,60,124,11,127,95,14,15,97,47,49,53,102,103,104,56,48,128,59,93,79,61,62,63,150,66,110,152,129,69,67],"\u4e2d\u91ce":152,"\u69d8\u3005":[70,55],"*proc":76,"\uff08not":133,redcloth:125,"%post":61,compared:26,"\u7570\u306a\u308b":[43,140,80,97,85,61],"\u7570\u306a\u308a":[91,150],"/message":125,"/default":[61,118],details:123,monkey:11,"'user":97,"\u4eba\u3068":106,"/sources":[126,12],"_query":[61,55,67,127],"+ff":155," hat":70," has":[83,110,153,14,95,93,123,116]," available":83,eof:80,"_hugetlb":22,"-threshold":115,rep:140,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":152,"*string":67,"/sysconfig":118,"\u3070\u308c\u308b":129," deb":61,"\ntitle":125," yuki":22,"const":[66,48,105,14,95,128,61,63,67,41,103],"/travis":64,spec:[61,129,125],"\u30e9\u30a4\u30bb\u30f3\u30b9":61," needs":116,"\u304b\u305a\u3072\u3053\u3055\u3093":61,"\u4e0b\u66f8\u304d":38,editrc:22," stamp":123,"\u3002tokendelimit":69,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":125,"\u4f8b\u3068\u3068\u3082":60,".en":125,"\u932f\u8aa4":112,upload:125,"[macports":22,starttime:[32,65,3,4,7],"\u7c21\u5358":[47,44,113,125]," threads":[111,123],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":129," builder":16,"\u69cb\u9020\u4f53":[102,41,14]," root":7,"\u304c\u3072\u3068\u3064":146,"/branches":147,"\u65e5\u672c\u6e2c":60,incompatible:143," ignored":[61,66],zunda:22," touch":116,"\u4e8c\u3064":[10,72,151,140,120,113,14,97,47,60],"\u578b\u3068\u3057\u3066":37,"\u30a8\u30f3\u30b3\u30fc\u30c9":[29,129,155],"\u30af\u30a8\u30ea\u30ed\u30b0":[22,61,69,104,39]," too":62," data":[43,4,154,15,79,116],"-admin":61,"\u30d0\u30c3\u30d5\u30a1":[33,103,76,107,95,61,62,63]," synonym":[91,74],"-h":80,"_table":70," ages":[79,51],kytea:[44,61,72],"\u304b\u304b\u308b":[96,95,3],"\u9df2\u7530\u57fa":61,"_register":121,"\u3064\u3065\u3044":152,"\u62bc\u3057":3,word:[61,91,150,124],"_options":61,"\u62bc\u3059":[3,101],"\u30a2\u30fc\u30ab\u30a4\u30d6":[84,125,101],"\u5316\u6642":22,"\u540c\u68b1":[61,129,101],"\u540d\u524d":[43,48,10,66,35,125,129,121,14,114,95,103,61,22,63,41,101]," chunk":[107,116],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":125,"\"apple":155," ${":101," through":7,"-lines":[111,22],"\u306e\u3046\u3061":150,"/security":116,"_plugins":22,"\u306b\u5bfe\u3057\u7570":97,"|with":[96,91,3,74,151,56,152,113,26,58,97,116,62,124,150],"\u76f4\u4e0b":22,lat:140,"_title":[140,62,3],".description":152,"*func":[41,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":129,"@naoina":61,"\u30d9\u30fc\u30b7\u30c3\u30af":42,"\u306e\u3069\u3061\u3089\u304b":[91,79,150,124],"\u30dc\u30c3\u30af\u30b9":91,"\u5bfe\u8c61id":33,".conf":[139,118,7,116],japan:[141,32,110],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":146,"\nsuffix":55,"\"say":124,"/windows":[84,125]," tatsuya":61,"\u4e0b\u9650":[128,102],"\uff09\u3001":[77,120]," speed":9,then:[39,110],"\u8f9e\u691c":[77,124,22],they:123,"\u5168\u3066":[91,124,37,96,95,7,133,62,101],"\u697d\u3057":[56,120],"\u56de\u6570":61,"-send":111," words":124,"\u7a81\u7136":61,"\u5316\u65b9":[155,113],carlos:[47,108],serach:104,"/null":1,logs:[87,51],"-(":[124,125],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":61,"+ y":37,"+a":150,network:143,"_directory":[2,143],".deb":125,"\u3068\u3059\u3079\u3066":[61,91],"-rsync":125,wgs:[36,93,110,11,37,28,59,32,22,145],"\u6210\u308a":[91,150,143],"\u90e8\u5206":[55,150,56,152,120,114,44,147,124],"\u77ed\u3044":[152,129],"+ \"":61,"_tp":148,"+\n":116,"\u77ed\u304f":[96,112],standard:37," editor":101,"_to":[152,62,105],"\u30eb\u30fc\u30eb":[129,42],"+ ":[61,155],"++":[138,109,125,112,61,22,44],"+-":[67,7],"\"ni":39,"\"no":61,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":22,"\u59a5\u5f53":77,"\u305d\u306e\u3088\u3046":141,">>":[61,124],"_next":[128,61,129,102,93],"> ":[61,84,121,125],">\"":[61,91,92],"\u3082\u3089\u3048\u308b":106,"\u30b5\u30dd\u30fc\u30c8":[1,72,4,77,37,38,118,7,22,122,44,42,10,124,125,11,96,97,128,51,54,140,106,61,146,64,150,110,112,129,26,155,32],"\u540c\u4e00":[91,10,74,120,140,58,89,128,61,62,42,103],"/tree":17,">\n":[83,4,125]," mysql":[112,91,83,146,26],"\u898b\u306a\u3057":128,john:141,"/lc":[125,101]," lc":101,"\u63a2\u7d22":112," ls":125,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[95,63,66,103],"\u3069\u3061\u3089\u304b":[124,26,150],"\"unknown":105,target:[84,63,67],"\u3002value":[63,89]," solr":124," change":[15,61,7],"\u57fa\u76e4":14,":byte":48,"\u30d6\u30fc\u30eb":[11,37],latency:140,dbms:26,"\u5f8c\u8005":[59,155,146],",\\\"":46,"\u8ff0\u3079":3,indexbuf:103,"_distance":[43,1,35,61,22,135]," index":[36,93,150,16,26,116,62,124],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[61,101],gzip:[61,44,156],"\u5408\u308f\u305b":[61,103,124],gronnga:9,"\u3002host":32,"-strings":61,"/releases":125,"\u767a\u751f":[114,1,44,125,56,112,14,58,95,61,63,51],"\u8003\u3048":[106,3,150,42,112],itagaki:129," innodb":112,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":101,"_input":[114,2],"\u771f\u306a\u3089":124,"*section":103," enhanced":83,rectangle:61,"-frequency":22,"\"items":132,"do":140,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":129,"\u3055\u3089\u306b":[36,10,3,112,77,152,9],de:101," also":[91,150,26,14,39,124],"\u8ab0\u304b":70,"[libedit":22,"\u8ab0\u304c":152,"\u3067\u3057\u3087":[96,112,44,137],"\u3042\u308c\u3053\u308c":106,"\u00a0nvars":41," represents":67,"\u5341\u4e00":120," documentation":116,"\u4e0b\u90e8":125,"_compress":103,"\u67d4\u8edf":[97,133,112]," hiroshi":129,"\u5bfe\u8c61obj":33,"\u3002json":46,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55,wc:[126,109,12,138],"\u3044\u305a\u308c":[37,10,89],"\uff12\u3064":59," bool":[11,119],packages:[101,109,125,138,19,12,126,84,44,71],"_tables":61,"\u69cb\u3044":[39,26,101],ill:120,"\u3082\u3046\u307e\u304f":44,"\u4e00\u4ef6":128,"\u4e09\u7a2e":32,com:[136,110]," with":[93,103,110,26,14,107,7,79,123,64],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\u6709\u76ca":112,calros:79," following":[116,103,123]," period":61,"\u30d1\u30fc\u30b5\u30fc":150,"\u95b2\u89a7":[17,32],")\u300d":80," rk":[43,154],enginen:39,"'needle":55,"\u3082\u3057\u3053\u306e":139,"\u65b0\u305f":[76,95,55,66,103],applied:83,"-secret":125,"\u904e\u7a0b":89,gnu:44,zlib:[103,129,58,143,61,22,44],"_message":[114,62],"_only":[2,143],aio:61,"\u5165\u529b":[1,34,3,74,5,78,80,6,32,39,87,61,9,90,127,46,130,132,20,134,104,140,57,58,107,22,148,65,114,69,30,117],"[solaris":61," execute":110,cond:61,conf:139,"\u56fa\u5b9a\u9577":129,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":55,"\u9069\u3057":[96,112,51],"-dataset":[40,43,35,127,121,61],"\u4e0d\u5177\u5408":[61,70],"\u6771\u4eac":[56,152,59,60,120],"-packages":125,hana:36,"\u76ee\u7684":[44,61,72],"\u57fa\u70b9":91,"\u72b6\u614b":[148,138,109,129,3,125,107,56,106,12,80,14,65,126,112,61]," occurred":[116,93],client:7,the:68,"_shutdowned":[2,143],"\u30de\u30c3\u30d4\u30f3\u30b0":139,solaris:61," limits":116,"_score":[91,152,103,127,59,61,22,89,124],"\u8db3\u3057":124,repoforge:[61,109],"=sjis":44,"\u7027\u5185":61,"\u7528\u3044\u308b":[36,3,11,112,82,59,32,63],"_key":[1,80,22,87,93,89,46,91,60,124,127,47,96,97,95,132,128,51,103,48,151,141,79,61,108,150,129,26,92,155],"\u6307\u6a19":63,jekyll:125,"\u885d\u7a81":118,"\u30ed\u30c3\u30af":[1,80,61,22,63,90]," normalizer":113,"\u691c\u7d22\u4f8b":70," open":15," normalized":113,"_expr":70,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[44,114,10,140],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[43,131],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":152,"\u307e\u3068\u3081\u3066":[11,112,91,125,110],alice:[91,150,97,47,79,108,42],"\u3057\u304d\u308c":61,tokenbigramsplitsymbolalphadigit:[56,31,104],comments:[151,62],"_arg":2,tasuku:83," result":[39,62,26,110],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":125,".sourceforge":[125,21],"_compile":67," since":123,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":156,"\u8db3\u308a":[22,146],"\u30b5\u30fc\u30d3\u30b9":[112,61,64],substitution:97,"\u7a32\u7530":61,post:[61,125,156],obj:[33,63,66,76,107,88,67,41,100,103],"*ic":102," xxx":124," salamander":[43,115],"\u6709\u7528":[114,77,3,7,42],"\"text":22,"\u5224\u5b9a":59,"\u3068\u306a\u308a":[150,26,42,32],".h":68,"**":[103,6,128,63,41,66]," glossary":64,"float":[11,61,60,4]," specific":[110,79],"\u6700\u521d":[91,3,150,11,106,26,14,114,79,22,62,124,146,118,51],"*'":91,"_socket":[2,143],"\u5927\u6587":91,"\u5b89\u5168":32," done":15,cdbs:22,"cpu\u30b3\u30a2":[80,156]," ueno":[61,129,121],"\u6027\u80fd":112,"\u6c7a\u307e\u308a":146,"true":[1,34,3,74,5,37,6,8,122,92,108,90,96,91,60,124,11,46,97,47,130,20,51,36,54,57,58,151,59,141,79,61,62,145,119,150,110,152,26,28,155]," \uff08":[39,104,44,69]," friends":36,"\u30e1\u30c3\u30bb\u30fc\u30b8":[152,10],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[91,72,3,104,56,120,155,69,22,44],"\u6587\u5b57":[1,72,3,74,37,120,80,6,61,39,91,60,124,94,11,46,95,128,51,36,55,104,145,59,22,62,63,146,150,66,110,112,113,26,28,152,155,67],"\u7d44\u307f\u8fbc\u3080":[112,55,7],score1:55,score2:55,"\u3059\u3063\u3071\u3044":74,distributions:125,"\u3054\u89a7\u304f":[3,147],"\u968f\u6642":17," stored":15," lion":61,test:[3,125,11,78,140,147],"\u5c5e\u6027":[72,78,113,121,58,92,87],"\u305f\u3081\u3057":59,"\ncrit":[5,6],truncate:[22,61,25,35,43],welcome:[91,150,124],update:143,"\u547d\u4ee4":80,"[gqtp":61,scorer:[43,130]," cutter":147,"\u5bc6\u9375":70," sort":110,"5km":152,masaharu:61,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":22," always":116,"/debian":126,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":143,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[43,131],"<threshold":80,"\u901a\u77e5":125,"\nlucid":129,"(ptr":129,"_denied":[2,143],"\u307e\u3067\u3057\u3070\u3089\u304f":125,"\u8a2d\u6a02":22,"\u5f53\u3066\u308b":11,entries:[116,91,150,132,124],"/http":[118,7],"\u72b6\u6cc1":[56,76,112],"\u3068\u3057\u3066":[2,77,38,80,7,22,122,88,41,89,138,91,10,124,125,94,127,12,13,46,97,47,129,133,51,137,54,55,103,140,58,60,61,108,63,146,147,109,155,150,112,24,26,126,141,44,101],"\u4e0d\u6574\u5408":1,localhost:[148,4,125,140,7,22,42],"(database":139,"4gbyte":52,"=)\n":55," commit":101,"\u3002cursor":128,"[munin":[22,61]," normallexicon":155,"\u30c8\u30e2":36,"dat\u30ad\u30fc":61,"[deb":[22,61],"\u6e2c\u4f4d":112,"\u30b5\u30d6\u30bf\u30b9\u30af":125,"\u96c6\u5408":[61,95,133],change:42,"\u30ec\u30dd\u30fc\u30c8":44," free":[15,107,123],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[56,91,133],"\u305d\u306e\u969b":125,".spec":22,".exe":84,"\u305d\u306e\u307e\u307e":125," resourses":15,"-cutter":125,"'haystack":55,"\u7d71\u5408":[61,112],httpd:61,"\u6307\u6570":124,https:[17,156,125,101]," masahiro":129," takashi":22,"enter\u30ad\u30fc":61,"\u6d41\u91cf":42,"_plugin":[22,121]," returned":[15,105,93],cas:143,"\u65b9\u6cd5":112,nfkc:155,clearlock:[43,1,25,35,61],",\"http":11,"_stable":98,"_stamp":123,"\u884c\u3063":[147,59,125,110],",\n":[72,3,74,78,32,39,87,119,91,60,124,11,127,96,97,47,132,36,140,107,59,79,62,150,151,152,113,26,114]," remove":63,"\u5b89\u5fc3":106,"-com":125,"\u884c\u3044":[148,36,55,3,125,110,56,140,120,80,97,95,152,128,62,63],",\"":[36,4,152,107,132,62],", ":112,",.":125,mpaa:79,"\u884c\u3048":[97,3,150,147],write:[61,91,31],"^commit":125,"\u8fd1\u508d":[61,133],"_zone":7,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":61,"\u5316\u6e08":[63,66],uint:[3,74,37,32,87,108,119,91,124,94,96,47,78,51,36,56,59,141,79,61,62,150,110,129,114,155],",_":[36,3,124,110,127,97,59,152],"\u3057\u306a\u3051\u308c":150,"?\"":110," generates":153,"\u8fd4\u3059\u304b":127,ghz:140," generated":153,"\u5404\u56fd":125,"\u30b2\u30c3\u30c8":21," day":96,",{":[140,4],"\u304b\u308f\u308a":[56,138],"\u5357\u534a":61,"\u82f1\u8a9e":[0,22,125,101],"=-":44,"\u5bfe\u8c61ctx":14,ieee:37,"_account":101,":ss":[123,124],"_tsv":146,"\u30bd\u30d5\u30c8":146,"-libedit":129,"/html":[22,42,101],"\u3002gdb":147,"\u78ba\u5b9a":127,"\nhandling":116,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":44,"\u4f5c\u7528":61,"\u542b\u3081\u308b":[91,72,3,150,125,113,61,22,146],rake:125,"\"version":4,normalizermysqlgeneralci:155,"\"vector":61,alisa:97,now:[43,135,35],"\u3086\u304d":119,"_lcp":95,"\u00a0max":128,"\u8aad\u307f\u8fbc\u3081\u308b":132,el:109,domain:[78,80,47,143,87,63],en:[39,72,127]," success":15,ea:[123,72],"\u30e9\u30d9\u30eb":61,kana:[39,153],ex:72,year:123,"\u70b9\u6570":114,"\u9054\u3059\u308b":128,"\u518d\u69cb":22," exclude":61,"\u3065\u3051":61,"/files":125,"\u5230\u9054":52,args:80,"\u5d8b\u7530":61,"/pub":109,"\u7d50\u5408\u5f0f":61,arnaud:22,"[windows":[22,61]," ringtail":[43,115],"\u3078\u306e":[11,44],"_block":[2,143],"\u305f\u3069\u308b":36,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":79,message:[123,62,6],xt:72,size:[103,48,107,95,128,63],"\nconfiguration":116,"\u4e0b\u3055\u3044":[138,109,72,125,12,126,95,84,115,61,71],"_obj":[33,55,102,66,35,43,76,16,24,14,93,61,22,67,103],"\uff08,":3,"\uff08-":[91,3],"\uff08 ":[138,91,38,150,19,12,113,26,126,72,7,8,124,44,146,109,71],"\u30bd\u30b1\u30c3\u30c8":[65,34,134,5,78,57,58,107,6,130,132,87,20,61,30,117,90],"\u3044\u308c":[11,61,63],"\u3044\u308b":[55,125,112,106,64,147,101],that:95,kenichi:[22,129],localnames:132,"=path":115,libevent:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":99,"\uff08@":[22,129],x6:125,"\u30d5\u30a9\u30fc\u30e0":[61,91,150,133],"*next":41,"\"\u4e8c":39,"/gat":[59,3,110],"\ndata":39,"_basic":[7,42],"\u5404\u547d":140,browser:101," gnu":[43,115],"\u3044\u304f":[70,142],"(scope":151,"\u3044\u304d":[106,3,125],"\u3044\u3046":91,"\u3044\u3044":[118,106,21],"-zlib":115," daemonize":111,"\u30b3\u30f3\u30d1\u30a4\u30eb":61,"\u30b3\u30f3\u30d1\u30a4\u30e9":22,"_circle":[22,61,135,35,43],engin:[39,127],"\u591a\u5f69":112,"=none":[72,113],"\u3044\u3064":39,"*buffer":63,"\u3044\u307e":54,"\u9806\u6b21":[148,80,3,32],"|suggest":127,price:11,"\u5c0e\u5165":[17,10,147]," moritars":62,"_section":[58,152,62,103],"\u79fb\u52d5":[125,68,84,61,20,22],"\u672a\u4f7f\u7528":143,"\u3068\u308a\u3068\u3093":[150,124],"-yyy":101,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,61,154,43]," compatibility":155,"\u975e\u4e92":61,"\u65b0\u5bbf\u99c5":59,"\u3057\u304b":[91,150,11,7,124,62,101,42,51],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":70,oldvalue:103," found":[95,93],"\u3057\u3066":[0,36,91,129,3,125,56,152,12,106,95,7,61,17,147,101],"\u6700\u5927":[52,53,1,129,124,77,91,80,26,15,143,79,139,140,22,61,48,42,99],"\u30bf\u30a4\u30c8\u30eb":[36,91,124,11,62,150],title:[36,3,110,11,32,61,62],only:7," plugins":116,"\u3057\u307e":106,"-server":[43,109,138,12,80,27,126,61,22],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,cannot:139,"\u5f8c\u8ff0":[128,151,55,125],"1\u6708":[11,152,37,91,124]," jekyll":125,grroonga:9," wget":[138,109,19,12,126,44],"/gqtp":[61,118],"\u62c5\u5f53\u8005":125,"\u8b70\u8ad6":0,"\u840e\u7e2e":106," package":125," become":83,"(scan":147,"\u8a18\u6cd5":[62,124],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":61,"\u5dee\u96c6\u5408":124,between:[43,135,35,61],"import":125,"\u5426\u304b":79,notice:7,"\u3057\u308c":114,"\u3057\u308a":106,tokenbigrma:72,"\u3057\u3088":[33,55,11,96,14,46,60,61,22],"\u672a\u8a2d":61,article:62,"\u975e\u4f9d":109,"-groonga":[86,140,125]," arted":124,"\u5c55\u958b\u5f8c":91," command":[10,153,15,7,61,39,64,32]," gone":36,"\u8868\u8a18":[60,74,125,11,37,59,61,22,124,101]," followee":152,"\u578b\u60c5":61,"\u3002callback":55,"\u8868\u8a08":146," follower":152,"'>":92,"';":80," \u7528":44," res":[93,140],"=yes":[61,91,147,125],ruby:[43,83,125,35,112,25,61,64],"\u5438\u53ce":[3,74]," advantage":26,these:26," completed":39,"\u4f55\u3089\u304b":37,"\u30b7\u30b0\u30ca\u30eb":22,"\u5f8c\u65b9\u4e00\u81f4":61,"\u4f7f\u7528\u4f8b":60,"/packages":125," pairs":39," handling":116,"[grntest":22," many":[116,153,110],"\u3002\u300d":56,"\u5fc5\u8981":[1,72,7,8,61,44,138,91,125,12,14,46,128,17,101,55,102,19,140,106,22,147,109,112,129,113,114,126,29,51]," feature":[39,101,110,97],", {":42,"\u5c65\u6b74":125,"\u8f9e\u66f8":[138,1,56,129,109,61],develop:10," normalizerauto":[97,155,113,51],"-dir":140,"\u6fc1\u70b9":155,document:[29,129,80,124,125],"\u3002\u3044":55,favorited:152,"\u5b89\u5b9a":[112,61,10,107],"_space":[2,143],".po\u30d5\u30a1\u30a4\u30eb":[70,125],", \"":62,favorites:152,"\u3042\u306a\u305f":[125,21]," patprefix":119,"\u3002\u3059":[96,140]," nofile":116,"\u5171\u901a\u63a5":77,"\u3059\u3079\u3066":[91,72,3,124,129,140,95,10,7,79,61,22,44]," know":110,"[output":61,"\u3002ecmascript":91,"\u6bd4\u3079":[96,110],"'groonga":[126,109,12,138],"\u30ab\u30e9\u30e0":[44,43,38,112],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":65,"\u3002api":[26,133],"\u4f4e\u304f":56,"_filename":2,"_extract":83,"\u4f4e\u3044":[56,91],"\u30ad\u30fc":[52,91,129,3,103,77,37,150,80,155,95,141,61,124,41,89,51],"\u542b\u3081":[91,146,150,125,79],"\u542b\u3080":[148,91,55,3,150,127,136,120,58,152,61,62,124],"\u8a00\u3046":39,"\u4e38\u62ec":3,read:143,"\u8a00\u3048":[56,150],"\u5c55\u958b\u7528":22,amd:125,"\u542b\u3093":[91,55,150,104,11,26,114,9,124],"_hook":[43,24,35],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[61,143,80,7,32],"\u6df7\u5728":29,"=site":32," proxy":7,output:[61,129,130],"\u5c5e\u3059\u308b":[128,87,37,63,103],unsplit:55," compute":116,"\u30b7\u30b9\u30c6\u30e0":[112,70],"\u5de6\u53f3":3,"id\u9806":128,"\u30ec\u30b9\u30dd\u30f3\u30b9":[22,2,143,42,61],"&! ":124,"\u30de\u30b7\u30f3":80,"\nis":[15,67],"\u542b\u307f":[114,128],"\u542b\u307e":[3,78,120,8,122,87,42,91,124,125,46,97,51,54,55,79,61,146,109,150,26,114,69],"\u5206\u3051":[43,125],tomoatsu:129,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,".posted":152,"-static":22,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":140," enable":[72,7],"\u578b\u6307":61," \"c":151,processor:[126,109,12,138],"/admin":[22,80],"\u30aa\u30d5\u30bb\u30c3\u30c8":[61,91,127]," age":[91,79],"\u53f3\u4e0b":[28,1],"\u53f3\u4e0a":1,"=title":32," kana":[39,127,104,69],your:[116,101],log:[43,35,25,61,22,44],rpmforge:109,rlimit:[61,123],"\u77e5\u8b58":140,cflags:19,"\u306b\u3064\u3076\u3084\u3051":106," snippet":26,"d\u30ad\u30fc":3,"/query":8," convenient":39," details":116,",\"links":11,"\u30b3\u30b9\u30c8":[96,95],define:[43,25,35]," regular":7,"\u30d5\u30a1\u30a4\u30eb":70,rect:60,"\u5bfe\u5fdc":[112,136],"\u95a2\u4fc2":[86,43,55,115],"\u691c\u67fb":63," onto":116,"_code":[114,123],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[32,42],you:[110,15,97,7,116,39,101],"\u4f4f\u3093":152,string1:94,coverage:147,"[fedora":61,gemfile:61,"\u4e94\u5165":22,"\u5b9a\u7fa9":[34,3,76,78,80,87,41,89,91,60,124,96,97,95,130,37,55,103,48,57,58,151,141,143,61,62,146,150,26,92],"\u8a66\u3057":106," naive":110," stop":[118,7],"\u3002\u00d7":106," summarize":110,"\u524d\u8ff0":[56,155,7,51],"\u5343\u4e07":52,month:[36,123],"\u308f\u304b\u3061":120,"\u3002name":[95,103,14],"4byte":143,"\u57fa\u6570":124,longitudexlatitude:61,"-e":80,"-d":[111,80,32],"-g":84,"\u4e16\u4ee3":10,"-a":[61,80,150],"_rk":128,"-c":[138,109,80,32],"-m":148,"-l":[111,123,80],"-n":[111,22,3,80],"-i":[140,80],"_rc":[33,91,63,103,76,16,105,95,14,15,128,98,93,49,88,67,41],"-j":44,"-t":[111,80],"-w":125,"-p":[111,140,80,32,148],"-s":[111,80,32],"\u304b\u304b\u308a":[96,150,125,124],"-x":[61,125],"-conditional":22,"\u4ed5\u7d44\u307f":[61,7],"\u6d41\u308c":70,"\u76f4\u5f8c":14,":\"":[67,3],"_github":[125,101],"\u6b8a\u547d":140,normalizers:155,"\u9df2\u7530":61,"- ":[118,7,125,64],"--":[33,1,74,76,80,7,61,88,41,91,93,124,125,95,14,15,97,98,49,100,36,102,103,56,48,105,140,128,59,22,63,146,66,110,152,129,121,29,67]," clang":147,"-+":7,"\u3057\u307e\u3057\u3087":59,"/work":125," like":103," compatible":7,"\u518d\u73fe":[56,61,106,133],"\u975e\u5206":91,"[admin":[22,61],"@s":129,naoina:61,"-jinja":125,"\u6e2c\u5730":[60,11,37,28,59,145],"\"yyyy":124," re":116,pub:125,"/ja":[125,101],"\u304b\u304b\u3063":[114,91],"\u306b\u95a2\u3059\u308b":[43,91,150,35,21,128,7,61,49,22,124],"\u30aa\u30b9\u30b9\u30e1":[138,109,12,126,84,115,71],"_dist":61,"\u30ec\u30b3\u30fc\u30c9r":55," letter":155,"\u308f\u304b\u308a":[129,110],"\u30b0\u30ed\u30fc\u30d0\u30eb":61,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[52,91,55,112,107,61],hoge:94,"\u30de\u30c3\u30c1":[1,55,150,133,91,26,151,79,61,44,22,88],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":61," more":[97,26,116],"\u6c7a\u307e\u308b":3," another":67,",[":56,"@yito":61,fulltext:[72,26],".comment":[152,62],"-tokenizer":[138,61,109,12,126],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":26,"\u30af\u30ea\u30c3\u30af":125,"\u5fa9\u53f7":125,vm:61,"\u3002eclipse":101," newly":[15,26],"[load":61,"/homebrew":125,"-databases":[87,47,3,32],"\u9664\u53bb":[61,92,129],exclude:[61,79],string:[61,55,67],"-address":[22,80,61],snippet:[43,83,135,35,61],"\u3042\u3089\u304b\u3058\u3081":[138,37,125]," threshold":30,"[table":61,"_likes":[114,116,91,150,124],fu:72,"[dat":61,"\u901f\u304f":[36,44,51],fa:72,"\u3002'":[63,150],"\u6642\u9593":[114,91,150,125,112,129,140,65,61,22],"\u901f\u3044":77,documentation:64," baseball":36,"\u4e00\u5bfe":11,uninstall:61,"\u5909\u63db":[2,77,37,7,152,128,22,155],help:[22,147],"\u592b\u5fc5":119," created":15,"-wno":22," release":[84,125],"\u5dee\u3057":125,"/lzo":[22,129,61],systemd:61,"\u306f\u3044\u304f\u3064\u304b":[52,114,150,42],"_rename":[43,103,35,25,95,61,63],">> ":[61,124],"\u30ab\u30fc\u30bd\u30eb":[128,22,129,102]," owner":7,"\u57fa\u672c":[112,43,125,61],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[61,80,150]," recommends":116,"-test":[147,125],"\u5f62\u72b6":38,"\u30ad\u30fc\u30ef\u30fc\u30c9":[43,1,120,150,112,91,26,121,97,85,61,9,51],"\u597d\u304d":101,yito:61,"\u30bb\u30af\u30b7\u30e7\u30f3":[72,113,84,7,122,39,44,138,91,60,154,12,46,47,99,135,101,137,54,103,104,19,143,108,146,64,109,150,25,114,126,115,69,116,70,51,71],"\u9032\u3093":112,"\u30b5\u30a4\u30ba":[33,77,84,61,138,11,12,95,128,51,52,103,139,107,143,22,63,109,112,26,126,115,71]," katagiri":61," again":7,"\"sequence":[39,127,104,69],"\u9032\u3081":[70,142],todo:[33,76,16,88,41,91,93,98,14,95,49,135,50,100,102,103,48,105,128,63,66,111,113,153,114,45,67],event:153,"_position":[96,91,3,74,151,56,152,150,26,58,97,116,62,124,103],"\u52a0\u3048\u308b":[58,22],"<ip":[140,80],since:103," table":[3,74,78,80,92,39,93,108,119,46,91,60,124,11,127,47,96,97,95,130,132,51,36,56,57,58,151,141,79,62,150,110,152,26,116,155],issue:0,"/mailarchive":125,"\u9045\u304f":145,"\u9ad8\u304f":56,"\u9045\u3044":[77,60],"\u3002mysql":[126,109,12,155,138],"\u9ad8\u3044":[107,127,3,7,112],"\u3042\u308f\u305b\u308b":61,base:125,put:150,bash:44," doubt":110," http":[148,43,109,40,35,138,19,112,12,80,126,7,61,44,71],"\u5931\u52b9":[7,99]," weight":[11,91],"\u30b5\u30a4\u30c8":[11,36,125,133]," not":[91,66,110,14,15,97,123,61]," limitation":116,"\u5024\u3068":[11,91,150],encoding:[105,4],"/data":64," tokyogeopoint":93," allow":91,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":70,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":118,"\u52a0\u308f\u308b":106,php:61,"\u5024\u304b":60," omitted":4,":value":[91,150],"\u53d7\u3051\u308b":118,zeromq:44,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3002make":140," parameters":[97,116],"\u3002null":[95,66,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":22," unmanaged":107," combination":79,grep:[126,109,12,138],"\u3002xml":114,"_probability":[22,127]," replaced":153,"\u5206\u3051\u308b":[11,125],"\u547c\u51fa":[33,95,63,103],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":42,"null":[54,55,102,66,87,26,14,15,95,92,61,128,22,63,67,103],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[61,129,8],"_incr":63,"\u79d2\u5358":[11,37]," transfer":[112,118,143],"\u5024\u3068\u3057\u3066":[139,60,80],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7," based":[93,26],tokenbigramsplitsymbol:[56,129,31],".repoforge":109,"'hay":55,"/dev":125,"\uff08and":133,"\u6697\u53f7":125,"\u4ecb\u3057":[112,32],"\u4fbf\u5229":[91,72,150,11,112,113,114,133,39,44],"\u4e8c\u70b9\u9593":60,"\u62e1\u5f35\u578b":11,"\u59cb\u3081":101," because":[39,4,116],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":147," depends":83,"\nency":140,"\u4eca\u5f8c":[20,22,122,72],httprewritemodule:7,".nginx":7,"*index":[93,102],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[61,80],"\u89e6\u308c":3,"\u898b\u308b":[59,2]," \u6c11":120,"\u52a0\u7b97":63,"\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," sender":111,"_enough":[2,143],":groonga":[91,150,125],"_would":[2,143],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":55,"\u7d39\u4ecb":[36,70,91,125,152],"\u4e00\u5ea6":[110,8,96,7,61,22,62,155,146],"\u5909\u6570":[124,125,19,121,61,22,146,41,147],"-level":80,"|persistent":[87,47,78]," really":124,"\u306f\u3061\u3087\u3046":124," takuto":129,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[137,133,64]," issue":0,oneiric:[22,125,61],geopoint:[36,1,60,110,11,37,129,28,93,61,145],"\u5f71\u97ff":[61,125],"\u958b\u59cb":[91,60,140,65,61,22,63,147]," about":[114,116,135,123],"\u767a\u63ee":112," database":[26,153,15,95,7,116,63],"\u4e00\u5f0f":63,linux:[43,140,35],"\u4e0d\u80fd":140,tokenbigramignoreblanksplitsymbol:[56,31],"\"web":[104,69],"\u306e\u3069\u308c":39,"\u4e8b\u67c4":106," to":[43,91,83,123,103,111,154,114,79,26,14,15,95,93,7,124,116,61,63,67,150]," priority":39,"/db":[127,118,7,132],"/dd":124,"\u56de\u7279":140,"\u7a3c\u52d5":65," express":61,"\npublished":125,"\u6a29\u9650":[61,44,32],"\u30a8\u30b9\u30b1\u30fc\u30d7":[46,61,67,26],"\u6307\u793a":[76,39,3,32],"\u505c\u6b62":[61,10,80,117]," entries":[91,150,15,132,116,124],"\u4eca\u5ea6":152,"_zlib":[58,2,103],"!(n":124," values":46,"\u898b\u3064\u3051":[39,1,106,61],fedora:[43,125,115],"_keys":95,"[suggest":61,"-jp":61,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[17,44,125]," null":[93,67,41,14]," select":[56,67,7],temporary:66,user:[36,151,140,26,97,7,116,41],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[91,72,150,110,113,80,26,155,130,116,61,44,51],database:153,"-filter":[119,151,26,97,61,22,135,124],"\u30ef\u30a4\u30c9":22,"\u30b1\u30fc\u30b9":[56,91,7,51],"\u9806\u756a":[102,150,56,80,128,3],"\u30b0\u30e9\u30d5":112,"_path":[61,63,140,125]," definition":79,"\u30d0\u30a4\u30b0\u30e9\u30e0":56," word":[39,91,150],"\u4e8c\u756a\u76ee":124," work":123,"\u8fd1\u4f3c":[22,60,145,61],"\u56de\u6307\u5b9a":150," common":[22,95,124],"\"tritonn":91,"\u307e\u3057":[36,91,60,74,125,104,56,152,150,106,124,155,59,7,61,22,101,51],"\"uptime":4,"-gram":[72,3,124,56,112,120],"\u3064\u3051\u308b":[106,119],"...":[33,73,4,76,16,78,7,61,87,88,41,96,91,93,124,127,128,95,14,15,98,132,49,100,102,103,48,105,140,107,22,63,150,66,151,45,29,67],"[pat":61,"-untrusted":126,"\u9759\u7684":70,nginx:[138,61,109,12,126],"_com":125,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":143,"'..":61,"\uff09\u307e\u305f":[72,113,150,124],popular:91,"\u518d\u751f":7,"\u4f5c\u696d":[70,106],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,37,120,80,7,22,44,42,96,91,10,124,11,127,14,46,97,98,130,20,51,55,56,105,140,49,60,61,145,148,150,110,129,32],"\u5927\u304d\u306a":[42,51]," geoindex":[36,152],"\u96a3\u63a5":[112,150],"\n ":[116,55,7,42],"~number":124," set":[39,63,116],"\u30d5\u30a3\u30eb\u30bf":61," nanoseconds":123,"\u5927\u304d\u3044":[91,55,150,77,80,22],"\u3061\u3083\u3093":36," sea":72," sed":12,"\u30af\u30a8\u30ea\u30fc":[43,91,35,127,8,61,67],"\u5927\u304d\u3055":77,".sh":[61,101,147,125,64],run:[147,7,125],"\u4ed8\u304d":[43,2,150,19,127,38,129],"\u81ea\u5df1":152,"\u4ed8\u3044":[152,155],"\u5f37\u5236":[61,1,63],"\u898f\u683c":128," test":[3,125,11,140,32,62,147],"\u4ed8\u3051":[3,11,141,32,79,61,62,42],"\u30ab\u30a6\u30f3\u30c8":[61,152],"\u305d\u3053\u306b":[87,78],"\u4f3c\u305f":[59,155],"_read":2,"\u5185\u5bb9":[33,118,3,76,78,32,39,87,91,124,125,11,128,101,140,106,61,62,150,148,66,152,26,114,69,116],"\"serach":104,block:11,".\n":[125,110,140,7,132,79,116,67,42],"\u3067\u3069\u3053":2," postgresql":[112,26],"\u30ad\u30e3\u30c3\u30b7\u30e5":[61,1,66,99,112],".column":61,".(":125,".)":[123,61,124,116],".-":101,"..":[91,150,80,46,7,29,124,51],"\u5316\u6f0f\u308c":61,"\u3067\u3082\u3063\u3068\u3082":25,".\"":[36,3,124,11,26,96,97],"\u5909\u66f4":[43,1,125,61,44,64]," sign":125,".'":[58,61],".:":79,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":152,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"\u652f\u63f4":9," gothic":17,"\u30da\u30fc\u30b9\u30c8":61,"[groonga":[22,125,61],tokenbigramignoreblanksplitalpha:31,".]":[87,78,127,124,107],"._":[91,150,110,11,61,63,124],"\u3002\u30bf\u30b0":36," shimada":129,info:7,".i":109,utf:[83,4,105,129,80,155,61,44,124],".n":[116,91,124,66,150],".o":36,munin:[138,1,12,109,126,61,22,44],"\u306b\u5bfe\u3057":[1,3,76,120,8,91,124,125,127,95,36,55,65,151,59,61,62,63,148,58,150,110,112,29]," typed":67,".c":[91,83],".d":[139,12,116,126],"_max":[53,2,102,15,98,143],".x":109,windows:70,".}":[107,124],"\u66ff\u3048":[56,43,131,125],"\u00a0buf":[95,63,103]," types":[127,113],"\u5099\u8003":61,"\u3002gnr":133,"#{l":123,"\u306b\u3068\u3063":106,"_columns":[43,95,129,130,61]," show":79,"\u958b\u3044":[155,129,61,22,30,90],"_float":48,"\u958b\u304f":[22,155,61],"\u958b\u304d":66,"_rate":[32,65,3,4,7],application:42,"\u958b\u3051":61,"'\u3002":80,"\u56db\u3064":120,sigcont:61,"\u6642\u4ee5\u5916":129,"\u843d\u3061\u308b":[22,129,61],"\u767a\u884c":32,draw:36,": n":148,"_len":[61,103]," create":[15,39],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":156,"(title":[61,94],"\u306a\u304c\u308b":61,"\u4e00\u5de5":119,"\"suggest":9,"\u5f37\u5316":[22,129],kawaji:61,"_pat":[91,129,150,151,95,80,26,97,47,132,87,128,61,108,124,51]," changed":83,gr:[91,72],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":91,gb:[139,4],ga:[72,140]," push":101,gi:72," indicates":123," binding":83," freed":15,".ssssss":123,nippon:39,"_unknown":2,"\u300cgroonga":133,"po\u30d5\u30a1\u30a4\u30eb":101,"/..":[7,125]," ./":[44,101]," ..":[3,124,107,127,97,7,61,42,101],"\u4e0d\u8db3":[138,109,12,126,84,115,71],"\u9632\u304e":61,"\u304a\u3053":[11,112],".mo\u30d5\u30a1\u30a4\u30eb":101," such":[39,101,153,110,61],"/bin":44,"\u5341\u5206":[56,33,139,91,8],"/sbin":71,"\u8ca0\u6570":61,download:109,"-known":26,"/introduction":[3,32],opaque:143,".tsv":[146,4]," japanese":[39,21],"\u542b\u307e\u308c":[91,112,120,26,114,79,8,61,51],"\u983b\u7e41":[95,44],"\u4fdd\u5b58":[43,38,61],"\u7b49\u5024":129,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":72,"\nalert":[5,6],"\u62e1\u5f35\u5b50":[129,140,4,8],"\u3002max":128,"\u00a0type":[33,41]," libmemcached":147,".weight":61," users":[91,152,97,47,141,132,79,123,108],blogroonga:70,"\u300d\uff08":[120,132],"_child":[2,143],"\u306e\u3042\u3068":61,"\u5177\u4f53":[56,62,110],"\u8fd1\u304f":[112,38,124],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[137,16,112],"\u898b\u3064\u304b\u3089":95,"\u898b\u3064\u304b\u308a":91,"\u898b\u3064\u304b\u308b":61,"\u898b\u3064\u304b\u308c":106,"\u8d85\u3048":[56,61,91],win:84,"\u5171\u901a":[124,77,37,106,22,62],"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[142,70,106],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":112,"_no":[91,2,150,129,26,96,97,95,141,132,128,87,124,51],"\u81ea\u5206":[140,106,7,115,101],soundkitchen:[22,61],cosmo:61,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":139,started:150,"\u5f15\u304d\u8d77\u3053\u3059":61," until":116,"\u5371\u967a":[125,42],"\u53d7\u3051\u4ed8\u3051":[61,129],mitsuhiro:129,"\u7de8\u96c6":[70,147,125],links:[11,32,110],escapes:67,sudo:[138,109,139,12,126,61,44],"\u00a0n":[15,95],">max":4,objname:[30,90],"\u30b7\u30e3\u30fc\u30d7":51,"\u3055\u304d":11,tokendelimit:[72,31,69],"\u6df1\u523b":[56,61]," vm":139,"_repair":61,"\u512a\u5148":[112,140],"*valuebuf":33,"\"sphere":145,"\u9577\u4ee5\u4e0a":[95,63],".entries":116,"\u7d5e\u308a\u8fbc\u307f":[112,3],"\u66f8\u5f0f":43,rakutan:62,"\u81ea\u52d5":[36,3,103,125,77,8,140,150,95,7,22,119,61,124,89,101],"\u672c\u4f53":70,"\u898b\u3064\u304b\u3063":[91,9],"_characters":67,":tasukuchan":152,"\u4e00\u500b":55,"\u30c7\u30d5\u30e9\u30b0":22," cursor":93,"!\"":[36,91,72,3,150,11,152,114,96,7,61,62,124,42,32],"-mysql":[138,109,12,113,126,155],"\u88dc\u8db3":7,geoppoint:93,"_match":[43,24,35],"\u5b9f\u9a13":61,"\u629c\u304d\u51fa\u3059":112,"_seek":[2,143],takayuki:22,"\u306b\u304f\u308b":56,"\u5f15\u8a9e":3," meerkat":22," rinse":125,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":106,"'query":61,"\u65e2\u5b58":[118,3,66,125,11,112,140,95,32,20,61]," tomita":129,chunk:107,"\u751f\u6210":70," gnupg":125,"\u3050\u308b\u3093":[36,150,124],"-match":115,"\u306b\u304f\u3044":112," row":26,"_default":[49,61,98,105,42]," floating":37,"\u65e2\u5b9a":61,"\uff1f ":140,"_script":122,"_proxy":7,deprecated:[91,10],"-localstatedir":115,"\u307f\u304c":55,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[43,24,35,14],"\u8aa4\u5dee":[22,60,145],largetext:77,"<max":80,unsupported:143," search":[146,72,150,110,104,127,69,26,95,22,128,39,61,67,9,124],"\u305e\u308c":[55,102,124,125,69],"\u5185\u8fd1\u304f":124,"(argument":124," links":11,"\ndatabase":116,mkdir:132,"\u6700\u4e2d":112,"]]":[91,127,78,80,46,141,130,99,140],"\u52d5\u5c0f":37,".groonga":[101,109,125,138,19,12,140,126,84,44,71],"_bad":2,"-doc":61,man:[1,79],"\u306f\u3058\u3081":[43,127,10,154,101],configure:70,"_utf":[128,105]," service":[116,118,104],",..":[46,87,78,91],"\nrequest":123,"*min":128,"\u3092\u3054":147,"-log":115,arc:72,"_expander":61,"\u8a72\u5f53":[103,95,79,128,62,63],"-threads":[111,80],"\u56fd\u969b\u5316":[70,13],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":125,"\u4fee\u6b63\u4e2d":104,"\u30de\u30a4\u30af\u30ed":[11,152,37,124],"\u3068\u307f":[29,61],"\u6f14\u7b97":[124,129,95,133,61,44],"-db":61,"\u3092\u308a":7," suggest":[127,69],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":44,"-dd":[123,124],"_lt":128,sa:[127,104]," after":[116,93],uri:[29,7],"/ipaexgothic":17,"\u6982\u5ff5":10,"\u57fa\u6e96":[11,112,3,125],"_temporarily":[2,143],"_data":[43,24,41,35],"\u3084\u308b":70,"\u3084\u3089":125,"\u3084\u3081":[22,61],"\u3002\u2193":80,ssssss:123,"\u53cb\u4eba":36,"\u6e2c\u5b9a":140,"\u624b\u9593":106,"\u3068\u3066":[77,91,42,112],"\u65e5\u6642":[43,37,131],"\u4e0d\u6b63\u78ba":[65,61],"\u00a0min":128,"\\groonga":84,"\u5358\u306b":[61,54],"\u4e0d\u8981":[61,112],sha:125,"\u79d2\u3088\u308a":121,"\u3050\u308b":[133,150,124],"_parse":[105,67],"_setpshared":61,sho:61,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":132,latin:[61,44,80],"\u63a5\u7d9a\u5148":148,".list":[126,12],"2\u3064\u3081":[62,150,42],"|ga":91,"\u975e\u5e38":[61,42],"\u7ba1\u7406":[43,1,125,80,14,107,61,22,44]," gqtp":[112,118,2]," quit":80,ken:36,"\u3084\u304c":10,"\u304c\u304a\u304c":152," rdbms":112,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":61," init":61,"\u3053\u308c\u3089":[3,4,77,7,8,44,9,89,138,91,60,124,12,56,42,133,19,61,109,150,110,152,113,126,69,29,70,155],key:[114,91,103,127,78,95,46,47,141,132,128,61,63],admin:129," response":15,"\u96e3\u3057\u3044":112,"\u898b\u3064\u3051\u308b":[39,155,7],"\u4eca\u56de":[61,3,26,124],"\u4f5c\u6210":[70,142],"_add":[76,95,67],"\u30af\u30ea\u30a2":[22,63,61]," backup":132,quit:[43,25,125,35],"\u91cd\u8907":95,"\u30b9\u30ab\u30e9":[78,103],quiz:36,"\u547d\u540d":61,"\u306b\u3088\u3063":[34,3,74,5,78,120,80,6,32,87,90,91,10,11,14,95,130,132,133,20,134,36,55,136,57,65,107,61,63,148,58,112,29,30,117],"\u6b21\u671f":125,username:[36,84],"\u65e5\u672c":[150,125,37,28,59,39,145,124]," assumed":[41,14]," fast":[114,91,72,150,26,46,92,62,124],tweets:96,"\u7a2e\u985e":[33,2,77,80,72,39,41,89,43,91,124,125,127,95,131,51,55,104,56,143,22,150,69],"_binary":61,"\u4ee3\u308a":[61,60,150],"\u3076\u3093":106,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[91,72,151,97,84,7,61,22,146,51],"\u3060\u304b\u3089":91,"/_":125,"\u76f4\u524d":76,"\u9818\u57df":[44,61,59,63,95],"/o":51,"_system":[22,2,143],"\u91cd\u8981":[91,72,125,147,106,25,14,96,7,112,44,82,42,51],"\u614e\u91cd":147," colum":116,"/f":125,"/d":[7,42],"/c":[68,112],"\u91cd\u8996":[56,96],"-essential":[126,12],"/x":42,"-learner":[40,43,129,153,35]," need":[15,116,14],crch:72,"(mroonga":146,http:[138,43,109,92,125,29,140,148,12,80,126,129,84,7,132,61,22,101],"/\n":[15,129,125,101],"\u5b9f\u4f53":14,"\u306b\u3088\u308a":[52,91,60,3,119,125,107,11,112,37,56,59,7,61,62,42,32],"_ito":22," call":14," been":125,"/.":22,"\u540d\u4e00":87,"/(":125,"/'":12,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":61,"/$":101,"/\"":[36,3,110,11,59,32,132],"/ ":[129,12,126,95,7,128,42],"/;":7," improving":116,"\ndo":140,"\u3042\u304d":119,"\u904b\u7528":112," yum":[61,109,138]," \u6642":152,"\u3042\u3063":[36,91,10,103,125,138,127,140,46,95,89,61,63,42,101],"-ruby":[61,125],"/kytea":72,"\u3042\u3068":[125,101]," its":[39,123],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":61,"\u6790\u7cfb":124,"\u756a\u53f7":[148,91,103,140,80,118,42,32,61,89],"_mask":63,"\uff08or":133," estimated":93,".jp":[91,83,125,21,132],pikonyan:36," multiple":[15,39],tomita:129,"\u78ba\u4fdd":[33,139,14],"\u6587\u5b57\u6570":[26,124],"(\u300c":125,"/key":63,"\u4e0b\u8a18":[65,107,128,10,55],"\u7570\u5e38":[107,140],"-plugins":[126,109,115,138],"\u3002optarg":66,home:[44,125],"'config":80,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":61,"\u5411\u3051":70,"_permission":2,"\u304f\u308c\u308b":[68,112,101],nihon:39,"\u5411\u3044":[114,77,91],"\u3093\u304c":[150,124],"_number":[114,32],"\u3057\u3064\u3064":147,"\u3042\u308c":[124,125,56,140,96,79,51],"\u3042\u308a":[0,72,21,122,92,84,7,8,86,87,61,44,15,91,10,125,68,127,12,95,14,46,97,47,133,20,134,51,52,54,55,102,138,140,106,58,128,60,99,79,22,63,147,65,109,151,112,113,26,114,126,141,115,29,70,101,117,71],"\u3042\u308b":[72,3,36,5,77,37,38,80,6,34,61,39,44,42,90,91,10,124,125,94,11,127,128,140,46,97,130,132,133,20,65,78,51,137,53,55,102,84,104,56,139,57,145,2,107,60,134,106,22,62,63,146,148,58,149,150,110,151,101,112,129,87,26,28,141,79,29,30,67,117],offset:[93,66,76,95,130,128,63],"\u304b\u3051\u308b":[106,7],"\u9055\u3063":39,".hash":152,"-source":125,"\u6f0f\u308c":[61,133,125,112],"\u9055\u3044":[91,60,3,150,11,62,42,51],"\u9055\u3046":129,"\u500b\u6570":[61,103],"<log":80,"_nhooks":76,additional:61,"_nsubrecs":[110,103,89],"\u30ed\u30b4":61,"\u30ed\u30b0":[1,125,5,121,6,61,22],"\u5c55\u958b":[43,91,125,35,8,97,84,61,22,44]," katakana":155," tables":[116,153]," from":[83,93],"\ufffetext":72,hh:[123,124],"\u540c\u3058\u5024":[3,7]," usage":79,"/reference":14,truncation:22,"\u3068\u3053\u306e":39," york":60," libevent":[126,12]," blogs":56,"\u3068\u3053\u308d":[54,124,68,152,58,8,122,61,101],"{\"":[122,107,54,140],"{ ":42," error":[61,6,93],"\u79d2\u5f62":37,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[61,143]," kawaji":61,eric:79," general":15," #{":123,halfwidth:155,"\u6163\u7fd2":61," aren":116,"_many":[2,143]," system":[0,91,124,37,26,150],"_auto":61,"\u65b0\u3057\u3044":[112,70],"\u2026\uff09":104,"\u65b0\u3057\u304f":[91,10,3,106,96,133,51],friends:36,sphinx:70,persistent:[95,66],"{\\":46,"\u305a\u308c":[58,10,5,112,37,80,95,60,46,11,59,6,143,55],".status":140,"=redhat":44,"\u5927\u62b5":7,"\u3002scan":147," limit":[93,7],"\u30ab\u30e9\u30e0n":151," scan":147,"\u3002groonga":[3,4,77,84,7,39,44,138,91,10,124,12,140,65,61,62,58,109,150,112,126,70,32]," inverted":26,"\u592a\u90ce":36,"\u30df\u30ea":[11,22,37,59,124],updated:56," use":[114,91,103,150,14,15,107,124,67,101],"void":[66,105,95,128,98,49,61,63],"\u3066\u307f\u307e\u3057\u3087":59,"\u53c2\u7167\u5143":11,"\u30df\u30b9":39,"\u53c2\u7167\u5148":61,"=pat":61,vector:61,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":61," myisam":112,"\u898b\u7a4d\u308b":139," specifying":66,"\u9006\u9806":3,"\u3002grn":[55,133],"\u62e1\u5927":106,"\u50be\u5411":62,"\u6210\u529f":[15,95,44,67,14],"new":[91,60,125],net:110,maverick:22,"\u306f\u3044\u3051":[63,141],"\u5fdc\u3058":[33,140,112],"\u4e2d\u4e95":61," option":[111,123,79],"\u305a\u3064":[140,62,80,152],"\u00a0nargs":67,":port":[29,80,7],"\u5411\u4e0a":[22,118,7,42,133],serch:[127,104],"\u3080\u308b":[150,124]," so":[95,63],"\u826f\u3044\u4f8b":106,"\u9023\u7d9a":[72,104,56,120,61,63],".yml":64,typo:22,type:[33,3,119,78,39,41,11,127,47,95,51,36,103,104,48,140,58,59,62,110,152,69],"\u3002zlib":58,"\nonto":116,language:101,"\u4ee5\u4e0b":[72,5,78,38,80,2,84,7,8,87,61,44,15,91,60,125,127,46,97,47,132,17,51,52,55,140,145,58,107,141,22,108,63,147,64,151,92,113,26,114,6,29,101],"\u4ee5\u4e0a":[91,55,103,125,147,127,80,26,14,151,84,7,128,61,101,140,51],"_comment":151,"_left":[22,93,2,143,28]," matched":[97,93],"-ipadic":[138,109],akio:61,root:[61,32],"\ncommand":15,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,30],"\u63a8\u5968":[91,10,114,32,115,61]," pdf":17,"\u5408\u5bbf":152,"\nworks":123,"_memo":97,"\u304c\u3059":95," management":[26,64],"\u9023\u7d61":101,sitedomain:[32,110],"\u30b9\u30fc\u30d7":120,"/result":61,"\nmultiple":97,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":62," logs":[123,51],"\u3002tsv":[114,146],"_indexer":61,"\u9069\u5408":[56,3]," nginx":118,"\u30a4\u30f3\u30dd\u30fc\u30c8":70,"\u9023\u7d50":[61,62,63],"\u5206\u5c90":147,"\u643a\u5e2f":112,"_ja":61,"\u5358\u4e00":58,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":125,"/acccess":118,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":129,"_jp":44,"_small":[2,143],"\u6d6e\u52d5":114,before:64,"\u7e26\u68d2":51,"=allow":91,"\u6574\u6570":[53,2],"\u00a0size":48,"\u300coutput":29,"\u30b9\u30c6\u30fc\u30bf\u30b9":[61,2,143],"\u691c\u8a0e":[56,118],nested:61,"-pack":115,"\u691c\u8a3c":148,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[43,1,102,150,36,78,107,61,131,124],"'or":61,"\u975e\u4e92\u63db":22,"'article":62,"\u30d1\u30b9":[148,129,3,66,125,111,140,8,80,121,32,29,22,44,50,42,7]," list":[67,153],"\nby":67,"\nbe":116,"\u7c21\u6613http":[126,109,12,138]," contain":61,"\u30ed\u30b0\u30d1\u30b9":129,realtime:69,"/bc":125,content:[114,91,92,150,26,96,151,61,22,62,42,124],grease:11,"/\uff09":129,"\u8996\u899a":112,"\u30d1\u30ea":60,"\u63a5\u8fd1":55,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":129,iso:124,hook:76,"1\u884c":140," rand":53,"-th":113,"\u7531\u6765":133,"\u30e1\u30e2\u30ea\u30fc":51," opaque":15,"\u5358\u4f4d":[60,3,124,112,37,120,25,26,114,129,143,48,22,145,152],"_clear":[22,63],tokens:72,"[http":61,"\u5358\u4f53":[112,140],"\u5f79\u5272":[97,3]," instantly":26,nsubrecs:[36,103,110,152],distance:60,keyword:[61,26,150],".json":4,"\u524d\u4ed8\u304d":63,gnupg:125,enables:7," munin":61,"\u30a8\u30e9\u30fc":[43,1,10,125,138,12,109,14,15,126,84,115,61,44,22,63,67,71]," allows":26,"\u7e4b\u3052\u308b":106,"\n\n":[34,3,80,78,57,7,152,20,42],"\u958b\u3051\u308b":61,"\n<":4,"\n>":32,"\u7279\u6b8a":[114,61,63],"_cas":2,"\n-":125,"\n/":15,"\n(":[123,4,125],"\n%":[101,109,44,125,138,19,12,80,126,7,132,61,22,71,147,32],"\n ":[36,91,72,150,107,56,113,78,80,114,97,59,60,130,7,152,140,116,124,42,51],"\n\"":[140,4],"\n#":[72,3,74,80,32,8,122,87,108,119,91,60,124,11,127,96,97,47,17,51,36,54,104,140,65,151,59,141,99,79,62,150,110,152,113,26,69,39,92,155,7],"\n]":[36,60,3,74,110,104,11,127,155,114,97,141,92,132,69,119,39,62,124,150],"\n[":[3,4,5,80,6,7,39,108,90,96,91,60,124,11,127,46,97,47,74,132,119,130,36,104,56,140,58,107,59,141,79,62,155,150,110,151,152,26,69,92,30],"') ":[80,150],"\u3002\u30df\u30ea":11," env":146,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":64," domain":[68,110],"\u3002munin":[126,109,12,138],"\u533a\u5207\u3089":22,"\n}":[55,7,42],don:[7,14],radious:145,"\n{":[36,91,92,3,74,110,11,140,155,96,46,151,47,141,79,119,39,62,124,108,150],doc:[68,125,101],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":125,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[39,104,121,69],"\u56fa\u5b9a":[128,63,3,143,51]," eight":3,"\na":[116,123]," against":67,keybuf:95,sigsegv:95,"\u6210\u308a\u7acb\u3063":55,syntax:143," token":140,"\u65e5\u672c\u8a9e":[0,150,56,112,61,39,124,101],"\u8ffd\u52a0":[112,70,55],"_address":[2,32,143]," \u3057\u3044":[56,120]," dist":125,"_http":7,"\u72ec\u81ea":[114,112,148],"\\\"a":151,stop:61,"_limit":[43,1,2,35,25,61],"/grntest":125,"\\\"}":46,gbyte:52,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[138,43,91,72,150,69,12,120,109,121,126,104,129,85,61,22,124,31,51],"(grn":67,bad:[61,143],"\u623b\u308a":[61,63],"*name":[103,48,105,14,95,63,67,41],"\u524d\u56de":125,",\"location":[36,59],"\u63db\u3048\u308b":125,reference:[11,61],"\nlog":123," keyword":[26,150],"\u623b\u3063":7,".kentaro":61,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":120,"\u30aa\u30fc\u30ca\u30fc":61,"\u4e88\u7d04":58," gcc":[19,138,109],brazil:110,"\u672a\u958b\u653e":129,inappropriate:143,sigint:22,filename:143,"\u7bc4\u56f2":[43,91,10,102,112,38,128,61,63],"+fffe":72,"_geo":[22,24,35,43],"\u3092\u901a\u3057":[80,3],"_get":[33,103,76,105,95,14,15,128,98,61,49,22,63,67,41],"\u534a\u5f84":145,"\u3092\u901a\u3058":59,"_operation":[2,143],"_level":[43,25,35,61],"\nmercurial":125,"\u73fe\u308c\u308b":56,"\u3044\u3044\u306d":[91,150,124],"0e":140,"\u8a9e\u5f59":[52,43,77,120,155,131,51],"_reinit":63,"\u62bd\u51fa":[61,26,151,51],"\u3068\u3044\u3063":[138,91,60,150,77,59,133,61,42,124],"_too":[2,143],loaded:54,"\u3068\u3044\u3051":[39,51,143,139],"\u3068\u3044\u3046":[72,3,4,77,37,120,7,8,122,39,61,44,42,74,91,10,124,125,11,127,97,133,17,51,36,104,56,140,136,106,107,59,60,22,62,146,147,155,150,110,151,112,113,26,152,29,101,32],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":110,"\u7528\u3044":[43,1,112,22,17,147],"-help":115,"\u7591\u4f3c":[43,91,103,35,53,46,61],multithread:95,"-scorer":135,"_log":61,"\u554f\u984c":[1,3,150,125,11,139,129,140,124,121,14,58,107,7,61,22,44,101],logaling:64," bulk":67,"\u6700\u3082":[107,91,14],ip:[140,32],is:[72,143,110,11,105,93,7,123,67,101],"\u6069\u6075":118,it:[46,91,93,66,110,36,150,123,14,15,97,95,79,116,114,124,103],il:[56,120],io:83,"in":[72,83],ia:[56,120],ic:102,id:[33,3,74,77,78,80,123,32,39,87,108,89,119,91,124,11,127,95,14,96,47,132,128,36,102,103,104,56,107,59,141,79,62,63,150,110,129,114,69,155],"if":[55,124,110,123,153,14,15,97,95,93,116,39,63,41],"\u305d\u3093\u306a":[44,51]," remained":123,make:70," smaller":123,"\u306b\u3088\u3063\u3066":[10,3,11,112,56,147,61,89],"\u5f15\u7528":[61,80],kib:116,"8byte":143,"\u3055\u307e\u3056\u307e\u306a":[43,131,152],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[58,89,51]," articles":62,protocol:[29,80,4,42],just:63,"@groonga":[125,21],"||":[61,62,55],yes:[127,147],"\u5f8c\u65b9":[43,55,150,120,131,61,42,124],"-with":115,"\u89e3\u50cf":129,candidate:127,defrag:[43,1,25,35,61],"\u306f\u3059\u3079\u3066":[54,72,3,124,91,46,7,133,122,116,99,155,51]," four":[123,3]," libmecab":[126,12,125],save:125,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[125,156],"_close":[55,102,16,14,15,128,22,63,67],"|>":123,"|<":123,"|:":123,"\u5cf6\u7530":61,"| ":[91,124,56,97,59,123]," environment":64,"\u6539\u540d":[22,61],mruby:[122,61,54],"\u52b9\u7387":62,"*oldvalue":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,77,37,80,7,8,61,44,89,90,43,124,46,132,133,50,51,137,55,140,58,107,22,155,150,111,112,30,156]," request":125,centos:[43,125,115],"_db":[43,129,35,24,121,14,61,22],"\u3067\u3044\u3046":155,"\u4f7f\u7528":[1,72,80,7,41,91,10,124,125,47,14,46,97,95,100,55,103,140,58,107,60,61,108,63,65,150,151,129,113,141,29]," reaches":116," results":[61,26,110],"\u964d\u9806":[128,127,91,3,95]," bigram":[56,152],"\u5c11\u3057":44,notification:123," firefox":101," visual":84,"\u5c11\u304f":139," escaped":67,"\u7a0b\u5ea6":[22,3,61],"\u53c2\u8003":[43,125,35],compress:58,"\u5b8c\u5168":[91,55,124,77,58,95,51],"\u304c\u308f\u304b\u308a":[152,92],"\u304c\u308f\u304b\u308b":60," shopping":96,"\u30c1\u30a7\u30c3\u30af":[148,129,140,107,79,22,61],"*optarg":[88,66]," aggregate":26,sphr:60,"\nlevel":123,"\u305d\u3061\u3089":44,"\uff08\u307e\u3082":42,editor:101,"\u6291\u3048":56,fork:[80,101],tokenbigramignoreblanksplitsymbolalphadigit:56,form:3,"[dump":61,".ne":83,"_animal":11,"\u5165\u308c":[56,36,152],"\u5165\u308b":[87,78],"\u5165\u308a":[78,3,124,110]," price":11,"\u5426\u5b9a":[91,55],"delete":[43,1,35,129,25,22,63],"_location":[114,152],"\u6c7a\u3081\u308b":[91,55],kwic:26,"\u5165\u3063":[36,3,114,143,61,39,62,147],"sort\u30ad\u30fc":1," once":110,"\u73fe\u5728\u5730":152,"\u30a8\u30c7\u30a3\u30bf":101,tokenbigramignoreblank:[56,31]," hard":116,excel:146,"\u3002\u307e\u305a":56,"\u914d\u5217":[114,91,72,66,78,150,87,26,129,58,107,95,55,103,61,22,63,41,51],"\u3002\u307e\u305f":[148,10,3,119,104,11,112,37,80,59,55,32,29,146,140,124]," ocelot":[22,61],"\u304f\u308c":106,"\u5927\u304d\u304f":[11,129,10,132,145],"_example":39,"\u300d:":155,".service":61,fsf:61,macports:[43,115],pseudo:[43,91,103,35],"\u6539\u5584":[22,1,61],"_offset":[130,2,67],vmstat:139,"\u9069\u5207":[72,3,112,129,140,51],"\u81ea\u52d5\u7684":140," hottolink":83,segv:[61,1],"\u7279\u6027":77,manager:[7,42],"\npackages":125,"\u7fa9\u8a9e":146,"\u795e\u5948\u5ddd":152,"\u3068\u3059\u3050":96," relation":63,"\u524a\u9664":[1,63,76,112,129,57,95,61,128,22,88],"\u30bb\u30c3\u30b7\u30e7\u30f3":[134,80,143],"0mq":61,"\u8a2d\u8a08":[91,118],"\u4e0a\u91ce":129,"[php":61,"\u30b5\u30f3\u30d7\u30eb":[61,91,129,121]," performance":[116,26],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":104,proc:[138,91,76,12,109,126,95,41,100],"\"mysql":9,"-escalation":115,item:[39,127,104,153,69],"\u672a\u6e80":[128,150],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":107,"_entry":76,"-deb":125,"\u4ed8\u4e0e":[36,95,140,103,89],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":61,"\u629c\u3051":[22,61],"\u5076\u6570":124,"\u63db\u6642":22,"\uff08normalization":155,"-dev":[125,12,21,126,61,22,147],"\"xxx":61,">alloc":4,".so":8,"\u4f8b\u3068\u3057\u3066":11," two":[123,67],"\u540d\u4e00\u89a7":78,"-mode":101," though":39,shift:44,"\u3068\u3059\u308c":112,"_version":[22,24,125,35,43],"geopoint\u9593":22,bom:129,raccoon:36,bob:[91,150,97,47,79,108,42],"\u30dd\u30a4\u30f3\u30bf":[14,95,128,63,41,100],"\u5fd8\u308c":22,"\u3002table":[95,141,100],"-leak":129,"\u521d\u671f":[66,112,129,61,22,63],"/main":12,"\u4e21\u8005":59,"-check":[111,22,129]," sequence":123,"\u5916\u90e8":136,"-libevent":61,"\u5e74\u9f62":[112,51],"_min":[98,102]," mysqlgenerallexicon":155,ooo:77,"-each":22," rpmforge":109,"\"color":155,"\"mori":132,"/nfs":44," new":[15,125],mbytes:140,"\u8fd1\u3055":124,"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,131,43],"\u30dd\u30a4\u30f3\u30c8":146,"\u8fd1\u3044":[128,148],ull:72,"*tc":[128,102],"-directory":61,"\u30fb\u30b5\u30fc\u30d0":3,normalize:[43,25,35],"\u5927\u6587\u5b57":[3,51],"\u3002\u30ed\u30b0":[7,51],"\u30d0\u30a4\u30c8":[2,77,37,129,26,22,128,61],"/cpuinfo":[126,109,12,138],"\u8a9e\u53e5":[61,36],"_current":15,map:22,groo:91,"\u518d\u8aad":[20,146],max:[128,61],mac:[43,115]," content":[91,92,150,151,26,96,97,116,62,124],".garbage":61," checking":[111,79],fluent:86,"_values":[22,63],"\u5e02\u5185":38,"_init":[123,22,61,63,14],"/fedora":[61,129,125,138],group:[95,110]," am":26," an":[93,15,95,7,116,67]," as":[110,26,116,97,7,61,39,101]," at":[116,83,93,110,123],"\u8a08\u6e2c":[22,1,147],"\u7d44\u307f\u5408\u308f":[112,91,55,51]," sjis":80,"\u91cd\u306a\u3063":61," nihon":39,repositories:125,"_timeout":[2,143],ggdb:125,unlock:63,nroonga:[97,64],"\u5b9f\u4f8b":[70,142],"\u624b\u6bb5":55,"\u7a7a\u304d":[139,107],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,38],".flags":95,correct:[127,104],"\u624b\u7d9a\u304d":[76,41],"|allow":[91,150],"\u30ab\u30e9\u30e0id":95,"_content":[91,150,151,26,114,97,116,62,124],"8\u3064":140,"\u3002min":128,"_string":[61,105,67,147],org:[32,110],"\u62ec\u5f27":46,"\u4e8b\u9805":43,"\u6b21\u90ce":36," key":[61,95,63,3,125],"\u304c\u3042\u308a":[0,60,146,125],"] [":140,wiki:7,"\u30dd\u30fc\u30c8":[148,118,4,140,80,32,61,42]," nsis":125,"\u7db2\u7f85":7,"long":[49,16],"\u81ea\u5df1\u7d39":152,"\u9078\u3073":9,"\u9078\u3076":[112,7]," truncated":61,"1g":[126,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[127,1,95,91],"\u30d8\u30eb\u30d7":147,"_preparer":[39,127,104,69],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":112,memo:97,"\u62e1\u5f35":[22,131,43],"\u5c0f\u3055\u304f":[96,77,60,42,145],"11":[56,97,91,124,116],"10":[140,3],"_index":[43,83,103,35,24,129,61],libgroonga:137,"\u5229\u7528\u4f8b":112,zsh:[44,125]," \u307e\u305f":[91,150,140,51,124,44,42,4],dash:44,"\"application":22,katakana:39,".uuuuuu":124,"-receive":111,"_open":[2,102,66,16,129,14,15,93,143,61,128,22],"\u914d\u5e03":[138,109,12,126,84,115,61,17,71],"_network":2," inv":140," int":[11,61,47,60,79],"\u6700\u7d42\u66f4":66,"_end":2,">#{":123,"_enc":[128,105],performance:26," objname":[30,90],"\u5f79\u7acb\u3061":61,beta:83,"\nhttp":7,pair:[39,127,104,153,69],synonym:[91,74],"_sort":95,"|ng":91,"\u539f\u56e0":[43,106,85,140],precise:[12,125],lexicon:[87,155,51],show:1,"-po":70,"\u6700\u5927\u5024":61,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[70,142],threshold:[49,22,63],"\u77ed\u6642\u9593":112," kernel":116,"-plugin":86," site":[36,3,110,11,59,32],"\u306a\u3093":10,"\u306a\u308c":10,"\u7acb\u3061\u4e0a\u3052":140,black:155,"\u306a\u3089":[80,7,39,138,91,10,124,12,95,17,64,51,55,103,104,139,140,65,141,134,61,62,63,147,150,109,66,126,92,155],"\u306a\u308a":[2,3,4,37,80,7,8,39,61,89,74,96,91,10,124,125,11,127,14,46,95,99,119,17,90,51,36,103,104,56,140,106,145,58,59,60,143,22,62,63,146,64,155,66,112,150,26,114,152,29,30,32],"\u306a\u308b":[1,3,74,37,80,84,7,44,90,138,91,145,124,125,28,11,12,14,96,97,132,51,101,55,56,140,106,58,141,79,61,63,109,66,112,129,26,121,126,115,69,30,71]," ids":93,"_module":7,wheezy:[43,125,115],get:[22,32,61],"-setuptools":17," failed":15,"\u51fa\u305b\u308b":112,geo:[43,1,35,129,61,22,135],"*column":103,"\u3002utf":[61,155]," patch":83,tokyogeopoint:[93,37,28,59,22,145]," pangolin":[43,125,115],"\u5bfe\u8c61table1":95,summary:140,"\u305f\u304b":[22,91,104],"\u5468\u8fba":[61,26],caller:41," lenny":22,"\u8907\u96d1":[61,91,55,124],sear:39,masahiro:129,"\u884c\u306a\u308f":61," classification":110,"-threashold":[56,129],"\u53ca\u3073":140,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":42,"\u6700\u5c0f\u5024":124,"\u3088\u3063\u3066":[72,37,38,59,82],"\u306a\u3069":[72,3,77,37,38,82,122,32,61,86,39,44,42,91,10,124,125,11,96,133,20,101,137,54,55,104,56,140,120,107,22,63,146,150,152,66,112,26,69],"\u306a\u306b":39,"\u306a\u3067":39,ja:[125,101],"\u306a\u3063":[118,72,3,32,22,44,42,91,10,125,11,56,106,107,61,62,147,150,112,129,114,152],"\u306a\u305c":[91,155,150,104,39,51,124],"\u5206\u5272":[3,124,112,120,77,22],"\u306a\u3059":28,"\u306a\u3055":[29,91,53],"\u306a\u3057":[10,150,151,97,2,92,128,61,145,99],"\u306a\u3052":74,nogpgcheck:61,"_allowed":[2,143],"\u306a\u304e":151,"\u306a\u304f":[1,3,74,77,38,118,7,8,61,44,42,91,124,125,11,133,51,140,106,151,79,22,62,63,64,150,112,129,26,70],"\u4f8b\u5916":[122,138,54],"\u306a\u304a":[120,125],"\u306a\u304b":106,"\u306a\u3044":[112,136],"\u306a\u3046":152,"*bsd":[22,129],"_invalid":[128,95,2,63]," calls":14,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":120,"} ":[123,116,101],"\u5f15\u304d\u51fa\u3059":112,"}/":[101,44,8],"}.":[97,91],".select":140,"\u00a0domain":[63,67],tuning:[43,35,61],"\u524d\u5f8c":[80,3],"\u9ed2\u3044\u70b9":38," []":78,"*max":128,"}\n":[72,119,7,39,123,108,42,91,60,124,11,127,96,47,36,104,79,62,150,152,113,69,116]," web":44,"\u5b57\u5c0f":91,"}|":123," [\"":[91,56,152,78,107,127],"_avoided":[2,143,63],"\u6240\u5b9a":[56,120]," haystack":55,sound:104,"\u30bb\u30df\u30b3\u30ed\u30f3":140,"\ncustomize":39,"\u30af\u30a8\u30ea\u30fcapi":[2,25],"}]":[122,54,140,4],hdd:140," minagawa":61,"_corrupt":[2,143]," coverage":147,"\"mroonga":[151,91,124],"\u8af8\u6761":52,"\u578bn":91,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":61,"|')":58,"\uff01\u3057":21,"-document":[80,125],"\u3002\u5024":79,pat:[128,77],"\u91cf\u8a08":1," ones":110," special":91,"=squeeze":125,"\u3002\u3044\u307e":61,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,"< y":61," xml":4,"\u8a00\u53ca":151,"\uff01\u300d":[91,150,124],"< n":124,"\u672c\u5f53":39,montywi:61,"\u305d\u3057\u3066":[91,72,110,11,112,26,152,39,62],expression:[54,67],"\u30d3\u30e5\u30fc":61,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,125],"\u5927\u8cb4":61,"(precise":125,money:36,"\u5927\u898f\u6a21":112,"\u3002\u3059\u3079\u3066":[147,101],"\u518d\u8d77":[116,118,146],".dll":140,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[43,131],"\u30c0\u30a4\u30a2\u30ed\u30b0":61,"\u3002none":80,"/false":[11,1],"\u5ea7\u6a19":[60,124,152,38,28,22,145],"\u56f0\u96e3":[61,112],"\u9069\u5b9c":[74,125]," format":[123,83,4,101],server:[61,7,42,36],"\u9650\u308a":[55,56,120,46,63,89],"\u9650\u3089":106,quantal:[43,125,115],"\u9650\u3063":63,"},":[36,91,60,3,74,152,140,96,97,47,72,119,92,62,124,108,150],"\u99c4\u76ee":106," ci":137,ellip:60,"/database":[7,42],"\u65b0\u5bbf":59," cd":[84,125,101],critical:123,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[43,61,27],valuebuf:33,"\u306b\u3064\u3051":124," check":147,"\u30cb\u30c3\u30dd\u30f3":39,"\u306f\u3044":11," normalizernfkc":155,"\n{\"":[150,104,127,96,97,69,39,62,124],broken:143,"\u306f\u305a":[61,140],"\u307e\u3064\u308f":61," schema":[153,79],"\u306f\u3069":[91,51],"\u306f\u3068":77,"\u306f\u307f":70,"@soundkitchen":[22,61],"\u3082\u3061\u308d\u3093":140,"\"\u30df\u30ea":124,".patch":101,"_reopen":[43,35,5,25,6,61],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":80,"\u8abf\u6574":[56,139,133],"\u3002\u3059\u3050":7,"_cache":[43,24,35,61],"\u4f55\u5ea6":61,"-login":116,"/ '":63,"\u306a\u304c\u3089":[91,72,3,125,112,61],"\u3002command":10,"\u63d0\u6848":[43,127,129,106,61,22,154]," allocating":67,"\u3082\u3046":[94,11,96,7,61,62],"\u8a18\u8f09":[61,125],"\u3002cpu\u30b3\u30a2":42,"\u3082\u3057":[91,60,150,140,114,151,2,7,79,44,51,146,42,64],"\u7834\u58ca":95,"\u516c\u958b\u9375":125,hsiomaneki:152,"\u3082\u3059":8,"\u3082\u3064":[141,110],"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,74,80,84,7,91,10,125,11,95,128,101,53,55,104,140,60,143,61,62,145,148,152,155]," cities":60,"\nbigram":140,"|on":91,"|oo":91," posted":152,"$prefix":22," enabled":123,"\u5883\u754c":[61,60],"\u3082\u308c":74,"\nprocess":116,general:155," enables":110,file:[1,129,143],"*obj":[33,63,66,76,88,67,41,100,103],"\u53d6\u308c\u308b":46,"\uff08true":11,"\u5b50\u5348\u7dda":60," sleepy":96,"\u4e0e\u3048\u308b":[46,148,59,10,80],"\u3002pcre":7,"\u8a18\u8ff0":[55,3,74,140,80,152,62]," rpm":[138,109,125],"\u4e00\u6642\u7684":63,"\u4e0a\u9650":[43,136]," please":101," xvzf":[138,109,19,12,126,44,71],"6gib":116,"}e":124," language":101,"\u30ce\u30fc":72," each":7,"\u30d6\u30e9\u30b8\u30eb":60,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":74,"\u30d3\u30eb\u30c8\u30a4\u30f3":61,"_difference":95,"/lib":[118,7,8],"-alloc":65,"\u8aad\u3081":61,"\u8aad\u3080":54,"\u5dee\u5206":140,"\u8aad\u3093":[70,64]," type":[58,39,93,113]," metadata":61,"\u4f4e\u4e0b":61,")mroonga":146," boolean":83,"\u30e1\u30cb\u30e5\u30fc":125,"\u306f\u3053\u306e":[139,91,151],sigusr:22,"\u30d6\u30c9\u30a6":74,"\u30d6\u30e9\u30a6\u30b6":[44,32,125,101],"\u304c\u3053\u306e":150," applied":116,"\u30dc\u30c7\u30a3":[51,143,8],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":147,"\u5225\u9014deb":125,"@orangain":61,tokenbigramignoreblanksplitalphadigit:31,"_append":[16,55,67,63],"\u30e1\u30bf\u30c7\u30fc\u30bf":[122,54]," have":[96,116]," redcloth":125,"\u5909\u66f4\u5f8c":[105,95,14,98,49,63],"\u307e\u3057\u3087":[36,91,60,3],"\u30c6\u30b9\u30c8":[70,142,125],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":80,"\u6e96\u5099":70,"\u6d3b\u7528":118,"\u5931\u308f":61,search:[72,150,104,127,69,39,146,9]," shorttext":[3,74,80,92,108,119,91,60,124,11,96,97,47,132,51,36,56,140,58,151,141,79,62,150,110,152,26,116,155]," clone":[86,125,101],"-localestatedir":44,published:125,"\u300c\u5024":51,"\u307e\u308f\u308a":70,"\u672a\u77e5":61,".synonym":91,"\u8a08\u753b":138,"\u5ca9\u4e95":61,"\u5317\u534a\u7403":61,"\nprefix":[39,55],"_gqtp":140,"\u3053\u3068":[55,112,136,106,17,70],"\u3053\u306e":[138,2,3,4,77,120,80,135,21,82,72,84,7,61,122,39,44,108,42,74,96,91,60,124,125,97,11,154,12,95,46,56,47,99,128,17,113,51,137,36,54,55,104,19,140,58,151,59,143,79,22,62,145,146,64,109,152,150,110,112,24,25,26,114,126,115,69,116,70,101,71],jsonp:22,"[element":124," parameter":[97,95,93,41,116],none:[91,72,113,153,7,62,44,143]," return":[114,123],hour:123,"\u3053\u3053":[91,3,74,125,11,127,114,56,59,152,124,155,146,150],dev:[126,12],"\u6c17\u8efd":106,"\u3053\u3046":106,"\u4e2d\u5fc3":145,share:44," useful":[62,103],"\u3053\u308c":[72,77,120,7,8,39,61,44,152,9,42,91,60,124,125,68,96,51,55,104,56,139,58,151,59,143,79,22,62,146,155,150,110,112,26,11,69,101,99],"\u3053\u3080":54,"*value":[128,33,95,63,16],"\u591a\u3059\u304e":129,"/afr":[59,3,110]," wgs":[36,60,11,152,59,93],"\u666e\u901a":[106,124],mariadb:61,"\u30cf\u30a4\u30d5\u30f3":[3,51]," tsv":4," engine":[72,104,127,26,69,9]," architectures":125," putting":116,"\u3066\u304d":2,"\u3066\u304f":147," umemoto":22,"\u547c\u3073":[91,55,74,11,140,80,26],"\u547c\u3070":[3,124,37,14,95,61,41],"\u3002ftp":140,"`hostname":80,"\u5217\u578b":[11,74,110,150],"\u3002\u4f8b":63,"\u975e\u308f":120,"\u308c\u308b":[3,74,76,77,37,38,80,61,122,39,44,41,89,96,91,10,125,11,127,128,14,15,20,51,54,55,104,56,140,136,120,107,59,60,143,79,22,147,155,151,112,113,26,69,101,99],"\u6955\u5186":[60,145]," expressions":7,good:[96,91,150,124],"\u516c\u5f0f":[22,109,138,97],"\u3079\u3066":[91,7],"\u9664\u304f":61,"\u5316\u95a2":129,"\u3079\u304d":[63,143,125,155],"\u3079\u304f":3," python":[17,125],"\u9664\u3044":[140,26],"-encoding":115,"\u52b9\u679c":152,"\u9664\u3051":95,"\u767b\u9332":[112,70,55]," none":[91,7],hard:116," well":26," systemctl":118,flower:11,"\u30d5\u30e9\u30f3\u30b9":60,"\"gr":51,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":147," characteristics":26,"\u8ddd\u96e2":[1,60,124,94,112,38,59,61,145],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":84,"\uff08\u79d2":63,"\u3068\u3082\u3063\u3068":44," belongs":110,"\u89b3\u70b9":139,"_blank":113,tritonn:[91,124],"\u308c\u305a":10,"\u306b\u3082":[91,120],"\u306b\u3088":61," geodetic":37,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":60,".blog":56," messagepack":4,koi:[61,44,80]," en":[39,127],"\u306b\u5bfe\u5fdc\u4ed8\u3051":39,"\u516c\u5e73":61,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":42,"-get":[61,12,125,126]," tuning":116,"/archive":125,"*results":95,selector:130,"\u308c\u307e\u305b":[10,80,107,95,62,44,146],"\u6574\u7406":61," get":[93,110],"\u4e71\u6570":[53,59],markus:61,"\u8a18\u9332":[112,61,89,8]," gem":125," geo":[61,60,93]," customize":[39,7],"\u4e0a\u8a18":[52,101,91,44,3,110,104,56,79,140,97,59,92,32,151,69,61,64,146,51],ages:[87,51],".key":95,"/lists":125,"-limit":[61,1,80,91],"\u307e\u3068\u3081":[70,106],build:[65,61,84,125],"_available":[2,143],"\u53d6\u308a\u51fa\u3057":[128,102,3],"~*":67,"\u306b\u3057":[61,91,150,124],"\u5e73\u884c":125,"-protocol":[140,80,32],"\u306b\u3059":56,kb:139,"\u306b\u3066":[61,60,125],"_put":[5,43,25,35,61],wareohji:61,"\u306b\u3069":55,ko:83,"\u7528\u8a9e\u96c6":107,"\u4e0a\u66f8\u304d":[59,125],".com":[17,70]," element":124,"\u00a0name":[103,48,14,95,63,67,41],"_by":[152,121,95,61,128,22,63,67],"(drilldown":89,"\u30d1\u30c3\u30c1":68,"[number":46,nterms:107," position":93,"_int":[48,63,67],"\u30a2\u30ca\u30a6\u30f3\u30b9":125," built":63,permission:143,express:[61,84],"\u601d\u3044":101,"\u601d\u3046":62," build":[126,12,125,64],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":74," localhost":80,"\u62c5\u5f53":125,"\u00a0removep":63,"\u9593\u9055\u3063":[22,104,9,61],"\"popular":91,"\u300chsiomaneki":152,"_and":[88,55],"\ncase":15,common:128,"\u601d\u3063":68," suited":26,"/log":[118,44,80,7],"\u554f\u3044\u5408\u308f":55,tokenizers:[43,91,72,35,51],"\u76f8\u624b":106,"[backslash":150,"\u5c02\u7528":[43,131,125,101],"\u30e2\u30b8\u30e5\u30fc\u30eb":[43,10,129,112],"(news":125,".log":[118,10,80,140,7,44],"\u30cb\u30db\u30f3":39,readme:[61,125],"\u8a9e\u4ee5":124,"\u8868\u73fe":70,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":61," least":116,"\u66f8\u3051\u308b":61,reverse:[7,125],"\u6570\u70b9":37," appears":26," reason":39,"-file":[111,22,114,80],"\u5b9f\u51e6":[55,41],"\u6642\u70b9":[10,125,105,14,15,61],point:47,"\u3059\u304e\u307e\u305b":36,"\u306f\u3058\u307e\u308a":10,shutdown:[43,129,25,35],"\u6253\u3064\u524d":125,"\"gronga":9,"_connection":2,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,151],"\u53ce\u96c6":[114,112],accessor:[95,63],"\"*":61,"_when":[114,113,58,47,141,108],"\u30a2\u30ed\u30b1\u30fc\u30c8":65,bill:[56,120],ful:72,"\u307b\u3057\u304f":91,engi:[39,127],karmic:147,"^ \"":124," queryexpandertsv":146,"(>":55,"\u95be\u5024":[43,91,127,120,80,14,85,49,22,44],"-key":[61,125]," operations":67,"\u7d42\u7aef":[61,66],emphasize:92,"\uff08tokenmecab":56,"\u56fd\u540d":110,"-chroot":125,"\uff08perl":7,keys:[95,7],"-existence":61," document":[26,125],"\u5834\u6240":21,"\u53cc\u65b9":106,"\"\u3001":[39,110],"\u30b9\u30bf\u30a4\u30eb":80,"\u5409\u7530":61,"\u7d44\u307f\u5408\u308f\u305b":[55,3,125,56,112,58]," yappo":83,flags:[103,48,78,47,14,58,107,95,128,63],sortby:[22,130],entry:[58,76,78,46,141,130],"\u3002header":[58,47,141,113,108],"\u3064\u307e\u308a":[91,72,125],"\u3002dump":132," music":123,"\u547c\u3073\u51fa\u3059":[53,149,94,28,133,145],"\u3001\u00d7":106,"\u5024\u306a\u3089":61,"\"value":91,"\u547c\u3073\u51fa\u3055":[76,91],"\u547c\u3073\u51fa\u3057":[55,112,129,26,132,133,61],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":140,"\u306f\u3069\u3061\u3089":42,source:[36,3,125,152,78,58,47,114,62],realloc:129,"5\u3064":79,bin:84,"\u968e\u5c64":55," blog":[56,151,62,3],bit:[138,109,19,37,12,140,126,84,115,61,71,64],"\u5f53\u3066":[77,78,72,87],"\u30d7\u30e9\u30b0\u30a4\u30f3":[138,1,129,97,112,12,54,121,155,126,122,61,8,22,44,146,109,101],"\u5927\u4e08\u592b":[0,44,106],"\u8aa4\u308a":61,"\u5354\u529b":[70,142],"_body":[56,58,74]," familiar":110,"\u4e0a\u8ff0":146,"*keys":95,"-command":[129,64],"_over":[2,143],"\u4ee5\u5916":[74,77,37,38,22,91,125,14,15,95,51,55,102,48,140,65,61,63,66,112,129,67],google:[91,9],"\u5168suffix":95,"\u8aa4\u3063":[61,125],examples:129,"\u3001[":3,"\u3002set":140," experimental":15,"\u66f8\u304b":[61,152],"\u3001c":3,"\u66f8\u304f":[62,150],"\u8a73\u3057\u304f":[11,112,3],"\u66f8\u304d":[112,91,140],"\u66f8\u3044":[152,150,124]," total":116,"\u3092\u3064\u3051\u308b":124,"\u30d3\u30eb\u30c9":70,"\u5024\u306a\u3057":61,"\u3001\n":[59,106,125],"/cutter":125,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":61,"_checks":113,cxxflags:[19,125],"\u3001\"":[92,3,74,104,152,37,69,151,61,39,22,9],"\u3001$":125,"\u3001'":[74,11,37,80,97,59,124,150],"\u3001&":59,"\u3001(":[128,37,140,95,79],"\u3001-":[29,37,129,140],"\u3001/":[3,32],"\u3001.":[147,101],"\u5730\u5f62":[60,145]," configuration":[116,7],"\u3001:":140,"(fedora":118,"\u3084\u3059\u3044\u304b":146,"\u5730\u70b9":[59,60],"\u7a4d\u307f\u91cd\u306a\u3063":61,"/yum":125,"\u9010\u6b21":112,"\u4f7f\u3048":[91,72,150,110,156,133,124,58,7,79,61,22,64,135,51],"\u6295\u5165":[56,1]," without":26,"_fin":[61,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":44,"\u3072\u3068\u3064":[61,150,94],"\u51fa\u3059":152,"\u51fa\u3055":61,"\u51fa\u3057":152,"\nexecuted":32,"_full":125," needed":[7,14],"\u7b97\u8853":61,"-binary":42,"/epel":109," senboku":61,"\u56de\u907f":[56,43,85,125],"\u52d5\u304d":42,"\u52d5\u304f":[22,44,156,61],"\u52d5\u304b":61,"*keybuf":95," shops":120,curl:[61,44,42,64],sourceforge:125,cmake:[61,44,84]," accurate":26,"\u6570\u73e0":151,"\u3042\u3052\u308b":[43,85]," ga":155," go":96,"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[43,1,38,132,35,138,112,127,12,91,129,126,55,84,115,61,22,109,71],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":140,"\u53d6\u5f97":[70,106],confirm:101,"\u3068\u307f\u306a\u3057":150," base":7,"_nil":[128,95,129],failures:125,"\u7d50\u5408":[55,150,133]," post":[91,150,124],rinse:125," b":[95,150,124]," c":[124,68,112,84,22,150]," `":4," a":[96,91,72,150,110,111,123,79,26,153,15,95,93,116,61,67,125]," d":[56,120],"/cache":7," i":[125,101]," n":[91,124,112,113,116,150],"\u57cb\u3081\u8fbc\u3080":140," s":72," z":37,query:[43,55,35,121,130,61,88,67]," x":[43,125,115]," y":61," |":[148,138,91,124,125,97,56,12,109,126,59,7,61,64],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":61," @":[91,119,56,152,120,151,61,124],"(backslash":67,"/\u65e5":152,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[91,150,124],"\u7121\u540d":[95,63]," [":[72,3,74,113,80,32,8,122,39,108,119,96,91,60,124,11,127,46,97,47,130,132,50,51,36,54,104,56,140,58,107,59,141,99,79,61,62,148,65,150,110,151,111,152,87,26,153,114,69,92,155,7]," ^":[61,124]," _":[36,91,60,3,150,110,11,152,151,59,116,61,124,119]," \\":[97,120,80,124,151]," ]":[114,7]," \"":[72,3,74,37,84,32,87,122,39,108,42,119,96,91,60,124,11,127,46,97,47,78,36,54,104,56,140,65,107,59,141,79,61,62,146,150,110,151,152,113,26,114,69,92,155,7]," #":[152,129,121,61,42,101]," ":[72,3,4,80,32,87,39,93,44,108,42,74,91,10,124,125,11,127,95,96,97,47,130,151,119,51,36,55,104,140,65,60,59,141,79,62,92,64,148,58,150,110,107,152,113,26,114,69,116,155,7],"\u4f59\u308a":124," &":[124,56,120,151,59,61]," '":[3,119,37,120,80,123,39,42,138,91,60,124,11,127,12,96,97,101,36,104,56,105,151,59,79,61,63,109,150,152,26,153,126,69]," $":[116,125]," %":[61,124]," *":[91,103,56,139,37,15,97,6,116,61,124,67,42,101]," +":[91,150,37,116,7,61,122,29,124]," (":[52,43,91,83,103,35,126,12,26,79,60,95,55,138,7,124,125,61,63,109,150]," .":[138,109,44,125,126,19,12,140,56,84,64,147,71]," /":[148,120,3,124,56,139,12,80,127,32,8,61,42,7]," -":[138,109,125,12,126,84,17,44,147,71]," 3":151," allocate":[43,85]," 4":151," :":124,"_database":61," >":[124,120,140,59,132,61,22]," ?":124," <":[91,83,124,56,139,140,26,59,92,7,132,61,22]," =":[36,91,60,103,110,80,15,59,55,116,124,119],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":61,"-build":147,uubntu:147,"\u512a\u308c":112,".output":29,"\u76f4\u611f":119,"\u9665\u3063":61,"\u9023\u643a":112,"_thread":140,"= n":124," global":15,"\u5f35\u308c\u308b":61,"\u4e2d\u56fd":60,"\u00a0query":67," initialized":14,"= y":61,"\u826f\u304f":62,"\u826f\u3044":[62,106],nonexistent:91,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":60,"0xc":143,"\u306b\u5bfe\u5fdc":[33,91,155,103,76,48,80,14,46,95,29,20,22,61,63,41],"= \"":[91,124],"/tmp":[146,42],"\u57cb\u3081\u8fbc\u307e":125,"\u57cb\u3081\u8fbc\u307f":26," article":62,"/senna":132,"/to":[7,42],"\u30ed\u30f3\u30c9\u30f3":60,"\u7518\u3044":74,"(ctx":[15,55,103],"\nrelax":116,"\u53d7\u4ed8":61,"\u5b8c\u4e86":[91,125,101],"'mroonga":[97,62],"\u3002\u30ce\u30fc":72," garbage":107,"\u30d5\u30ec\u30fc\u30ba":61,".pid":80,"\u5f35\u3063":61,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[90,43,72,103,35,149,133,113,124,14,107,95,8,22,61,30,63],"\u4e2d\u7a0b\u5ea6":[138,109,12,126,84,115,71],"\u00a0i":67,"_previous":15,"[header":[114,54,72,113,58,47,141,99,8,122,108,51],normalized:113,"\u305d\u308c\u3089":[148,91,103,58,146,42],escaped:67,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":61,"\u8d77\u52d5":[10,4,125,140,129,80,65,84,61,29,42],twiter:61,iptables:42," github":101,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[22,129,61],"{prefix":[44,8],"/linux":[43,115]," mte":83,gcc:[22,44,61]," {":[72,3,104,127,113,65,60,7,69,39,152,42,32],dd:[123,124]," size":[139,67,103,116,107],"\u30b3\u30de\u30f3\u30c9":[43,1,55,125,35,129,15,84,22,86,17,61,44,147],"\u5186\u6ed1":125,"/universe":12,"\u5f35\u3089":[11,61,103],"\u5f35\u308b":[150,124]," composition":155,".textile":125,"\u30b5\u30fc\u30d0\u30fcid":22,bind:22,lines:147,"/repositories":125,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":129,"\nwarning":[5,6],"\u7d9a\u304d":46,"\u306e\u3088\u3046":[61,91,133,150,124],"(cutter":147,"\u7d9a\u3044":[56,91],hiroshi:22,jiro:36,"\u3002int":61,"\u7d9a\u3051":140,lf:148,"\u6d88\u8cbb":96,lc:101,ll:[56,72,120],"'column":61,euc:[61,44,80],li:[56,120],lt:[72,26],"_gqpt":140,"\u9589\u3058\u308b":[77,1,22],"\u306f\u3069\u3061\u3089\u304b":[150,124],"\u8a71\u3057":70," cache":[15,61,63,7],dat:77,"\uff08world":37,"\u30c7\u30a3\u30b9\u30afi":51,day:123,"\u30e6\u30fc\u30b6":[91,55,3,74,125,104,37,69,140,58,61,39,9]," function":[97,83,135],"\u4e00\u3064":[34,5,37,120,6,87,90,10,94,11,14,95,130,132,20,134,78,53,103,57,58,107,60,145,65,149,151,112,28,92,30,117]," tokenbigramsplitsymbolalpha":72,"\u70b9\u9593":[59,38],"_persistent":[95,103],"\u5217\u5f0f":67,normalizerauto:[87,72,113,51]," lines":111,"\u74b0\u5883":[112,70],"\u5217\u5f15":55,"& b":124,"\u81ea\u4f53":150,"\u5f85\u3061\u53d7\u3051\u308b":32,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[97,92,151],"\u5fc3\u914d":115,res:[95,88,140,93],"& _":59,"\u30ab\u30ec\u30fc":120,red:70,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[91,60,151,26,97,141,92]," ubuntu":125,"/\u6708":152,frank:79," top":93,"\u73fe\u72b6":10," correct":[127,104],"\u4ed8\u5c5e":[29,7],"/aba":[59,3,110],"& (":124,"\u76ee\u8996":114,"\u30d6\u30e9\u30b8\u30ea\u30a2":60,"*top":93,"\u00a0dest":95,"_long":[2,143],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":112," internally":15,hex:36,"\u30d9\u30af\u30bf":[61,1,63,78,129],"\u7d44\u307f\u8fbc\u307f":[43,72,66,35,113,25,132]," protocol":[112,118,143],"\u8aad\u307f\u8fbc\u3093":[54,32],"\u6c38\u7d9a":[43,103,35,95,63,51]," states":141,"\u8aad\u307f\u8fbc\u3080":[1,54],natty:[22,125]," mecab":[112,109,83,138],"\u3068\u3088\u3044":44,"\u53d6\u308a\u5f97\u308b":37,"\u305b\u3044\u305c\u3044":51,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":61,"\u5229\u70b9":112,"\u30da\u30fc\u30b8":[43,91,3,125,80,21,61,29,101],"\u81f3\u308b":11," tritonn":[91,150,124],"=users":42,"\"co":9,min:[128,61,140,148],"_control":[2,143]," lexicon":[151,140,96,97,62,51],"\u914d\u4e0b":[29,125],satoh:22,"_func":[41,14],"\u8aad\u307f\u8fbc\u307f":[54,3,8,61,22,146],"\uff08gnu":44,"/commands":[11,87,47,14],"_character":67,"_offline":61,"\u306a\u3082\u306e":[118,103,125],"\uff09\u3002":[56,152],"\u6e2c\u5730\u7cfb":37,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[61,104,51],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,129,114,61,22],"\uff08least":99,"\u7d44\u307f\u8fbc\u3093":112,normally:116," tracking":0,text:[91,72,4,77,37,114,93,61,62,124,42,150],"\u8d8a\u3048\u308b":56,supported:83,"\u5ea6\u3068":22,conifugration:64,"\u610f\u5473":[91,55,3,150,110,127,80,59,61,39,44,146,140,124],"\u5b66\u3093":152," is":[72,3,4,7,123,39,41,42,91,92,124,11,14,15,97,95,103,105,93,79,61,62,66,150,110,111,26,153,116,67,32]," it":[96,67,150,110,14],"*table":[128,95,63,103]," im":39," in":[61,55],"get\u30e1\u30bd\u30c3\u30c9":29," id":[93,112,107,95,123,63]," if":7,")\u3059\u3079\u3066":79," documents":[97,26],"\u5c11\u306a\u304f":[124,112,106,26,96,150],"\u5c11\u306a\u3044":[91,150,96,133,146,124],"% ":[125,101],"\u7e70\u308a\u8fd4\u3059":129,"_prepend":63,"\u306e\u307f\u3057\u304b":9,"_eval":[43,25,35,61],"\u7e70\u308a\u8fd4\u3057":[140,124,101],"\u5272\u308a":[72,124,11,77,78,87],"\u697d\u3057\u3044":[56,120],fixed:61,"_busy":[2,143],"\u5236\u5fa1":[61,79,7,97],"\u3002blogs":56,"\u4ee3\u5165":[61,55,150,129],terms:[56,107,91,3,116],xxxxx:125,"\u985e\u4f3c":[61,55,133,127],"{name":124,"(string":94,"\u30c7\u30e1\u30ea\u30c3\u30c8":77,progress:123,"\u6751\u4e0a":61,"\u5b66\u3073":[91,60],"\u7dad\u6301":[112,42],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":125,"\u5168\u4ef6":[128,150,124],"\u518d\u8d77\u52d5":8,plugin:22,"-suggest":[40,43,35,127,129,121,61,22],shorttext:[3,74,77,37,80,32,39,87,108,119,91,93,124,11,127,96,97,47,132,128,78,51,36,104,56,58,151,59,141,79,22,62,150,110,152,129,114,69,155]," swig":83,".org":[36,109,44,3,110,101,126,19,12,140,11,59,92,84,7,132,125,138,71,32],"\u88dc\u6b63":[43,154,127],"\u628a\u63e1":106,otherwise:63,comment:[152,62],"\"fulltext":72,"\u304a\u304d\u307e\u3057\u3087":11,"\u3002drilldown":91,"-history":22,"\u4ee5\u524d":[11,152,56,61,22,155],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[56,91],"\u305f\u3070\u304b\u308a":96,"\u5c0f\u6570\u70b9":11,json:[22,129,61],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":61,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":22,"\u306a\u306b\u5bfe\u3057":[150,124],"_domain":2,"=..":125,"\u5168\u4f53":44,value:[33,54,103,91,128,95,122,61,63],"\u540c\u3058":[1,37,80,7,8,87,42,43,91,10,124,127,14,97,20,78,104,140,128,22,146,112,129,114,29,155,85],"\u6307\u91dd":[70,142]," record":[60,3,11,97,95,93,32,67],"\u30bf\u30a4\u30df\u30f3\u30b0":[61,3],"\nabout":116,".db":[61,78,3,32,80],pkgs:109,"-endpoint":111," event":[39,127,104,69],optarg:[88,66],"\u67af\u308c":118,":!":150,"[apt":61,auth:[7,42],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":125,center:145,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":61,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":125,col:63,"\u304a\u3063\u3055\u3093":152,position:72,"*result":95,"1byte":143,"\"ellipsoid":145,"\u8868\u793a":[43,1,10,4,125,36,11,112,78,129,80,91,65,56,87,131,61,140,22,44,107],"-platform":115," me":31,"_byte":[2,143],"x\u30df\u30ea":[37,124],"\u5229\u7528":[72,38,80,84,22,44,43,125,12,95,132,101,138,140,106,61,147,109,66,112,114,126,115,51,71],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":77,":<":[91,150],"\nobject":15,"_true":63,"\u3055\u3093":[129,26,121,61,22,9,42,101],add:[61,135],"\u3002gqtp":[148,2,32,143],"\u3055\u3089":62,match:[43,129,14,130,61,44],tests:125,"|none":91," memry":116,"\u5730\u57df":112,elapsed:[114,4,113,58,47,141,123,108]," store":[15,93],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":56,success:143,"_leak":147,"_decr":63,"\u7f6e\u63db":91,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":42,soft:116,"\u4e0d\u6b63":[1,129,61,22,147,51],"((x":37,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":61," range":79,"\u8ca0\u8377":[129,7],"\u7121\u52b9":[91,150,95,7,128,61,44],"\u610f\u56f3":[61,62,150,151,97],tmp:[3,125,127,80,47,32,87,61,146,42],"_optarg":[88,66]," old":125,sjis:[44,83],"\u30b5\u30de\u30ea":61,"\u5f62\u5f0f":[43,1,55,35,25,22,17,61],",\"domain":110,mode:55,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":124,"\u30d0\u30b0":[22,106,61],"\u3046\u307e\u304f":[70,142],host:[140,32],"\u6319\u52d5":[49,43,129,80,61],"\u30c0\u30e1\u30fc\u30b8":56,about:64,socket:143,"\u3055\u305b":106,"\u4ee5\u5185":[39,59,152,124,104]," important":15,"_time":[114,113,58,47,141,123,108],tomo:36,"\u3055\u3044":[118,2,3,119,75,77,37,21,72,84,7,8,122,92,44,42,138,91,60,124,97,11,127,12,56,47,49,51,101,54,19,139,140,58,151,141,99,61,108,147,109,150,112,113,126,29,71,32],"\u524d\u65b9\u4e00\u81f4":[61,1,127],"!!":[46,36,7,152],"! ":[96,91,55,150,124],"\u6307\u3059\u5024":128,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":125,"!)":7," value":[91,3,110,111,79,14,116,61,39,41],"&lt":26,"_object":2,"\u30ec\u30fc\u30bf":61," concurrently":123,daijiro:152,rch:72,">default":4,"\u901f\u5ea6":[77,61,36,140,22],"\u7591\u554f":62,glib:61,"_inappropriate":2,"\u3002post":42,but:[116,110],"\u3068\u3068":[68,101],"\u3068\u3069":154,"\u3068\u306e":124,"\u3068\u3063":7,"\u30fb\u5168":130,buf:[95,63,103],"&& ":[56,151,119,124],"\u5730\u56f3":112,"\u3068\u3057":[148,36,54,55,124,104,11,140,37,69,80,14,96,60,7,61,39,62,146,9],"\u3068\u3048":[10,74,112,120,26,59,44],binlib:125,"\u3068\u304d":[1,72,3,37,120,80,7,8,39,61,44,41,42,138,91,60,124,125,11,127,12,14,97,95,133,128,9,78,51,36,55,102,104,136,106,58,143,22,146,109,152,150,112,129,26,114,126,69,155,32],"-disable":[111,22,129],"!\\":124,epel:[61,109],pid:[1,44,80],"\u8a08\u7b97":[1,60,124,94,112,37,38,59,104,61,122,39,145,69],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[129,44,125],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[43,131],saer:[127,104],"\u4f7f\u3044\u5206\u3051":[56,120]," suggestion":153,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":125,"\u305f\u3060\u3057":[1,120,150,29,80,58,61,128,22,89,124],"\u305f\u3060\u3051":61," # ":7,"\u6291\u5236":61,detail:140," estimates":93,"\u3068\u308b":63,"\u4fc2\u6570":55,"\ufffecrch":72,"\u3068\u3082":[91,124,139,140,26,151,59,152,150],"\u307b\u307c":62,"\u307b\u3069":[118,3,11,127,80,51],cpu:[112,44,140,7,42],"\u3002video":36,"\u307b\u304b":[11,112],"-r":111,"4e":139,"|ro":91,"(shorttext":74," takahiro":129," thread":[123,140],"\u6e1b\u3089":[77,104,61],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":128,"\"ab":9,"-ci\u4e0a":61,"\u3002google":150,"/plugins":[61,44,129,8],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[22,61],"\u5b9f\u6570":37," aramaki":[22,129],"\u6761\u4ef6\u5f0f":61,"\u6700\u9577":[22,140,124],"_snip":61,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":127,"-repository":[61,125]," ka":155,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[22,61]," column":[3,74,92,39,93,91,60,124,11,127,96,97,47,132,36,56,58,151,141,79,61,62,150,110,152,26,116],"/mm":124," searched":93,"\u7b87\u6240":[114,61,26,125]," install":[138,109,125,126,115,17,147,71],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[22,61],"\u4e00\u8a9e":56,"\u5b9f\u65bd":125,"\u81f4\u547d":61,"-rpm":125,"\u7d44\u8fbc":[34,5,37,6,87,90,94,130,132,20,134,78,53,57,58,107,145,65,30,28,149,117],"\u683c\u7d0d":[33,55,66,63,76,77,78,38,80,112,96,58,95,124,103,87,22,88,89,51],"\u00a0id":[33,95,63,103,14],"\u7fbd\u7530":152,"\u53cd\u8ee2":124,"\u30e2\u30cb\u30bf\u30fc":[126,109,12,138],"\u9069\u7528":[91,3,124],"\u3002output":132,path:[66,78,95,47,8,63,103]," current":15,"\u95a2\u4fc2\u5f0f":70,".ddl":140," weakness":26,"\u79cb\u8449":59,changed:7,"\u5f62\u614b":[112,44,124],"\u58ca\u308c\u308b":[22,1,129,61],"\u63a8\u79fb":10,"\u3082\u3063\u3068":91,"-ci":61,"\u8fd4\u5374":[87,78,3,91],"\u8aad\u307f\u3084\u3059\u3044":61,"/munin":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":61,noarch:[138,109],m6:19,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":102,namebuf:[63,103],autogen:[61,125,101]," columns":[116,91,153],"\u30a2\u30e1\u30ea\u30ab":60,"_jis":44,"-bind":[22,80,61],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[43,129],"\u7f6e\u304d\u63db\u3048":[80,150,101],mb:61,mm:[123,124],ml:106,"\"blank":155,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":140,mv:20,install:[125,64],"/xml":42,"-> ":129,"\"s":39,end:[148,4,143],eng:[39,127]," locale":101,"\u3002functions":147,"\u30d7\u30ed\u30bb\u30b9":[148,10,3,112,80,65,107,134,7,8,140,61,42],"\u3067\u3082\u3063\u3068":118,rroonga:[15,97,133,151,64],"\u30b4\u30df":[22,129,107],"\u7d42\u4e86":[10,125,140,129,80,14,134,61,41]," title":[36,3,11,151,32,62],description:[152,120],"-devel":[138,109],"\ndebug":[5,6],"\u305d\u306e\u5f8c":124,".tar":101,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[43,131,61],"-files":70,"\u5c0f\u3055\u3044":[91,55,150,77,121,128,145,51],"\u5272\u308a\u5f53\u3066":129,"\u4e88\u5b9a":[54,10,68,26,60,122,22,42],"\u305f\u3057":36," larger":116,"\u305f\u304f":[118,26,22,9,42,101],"\u5bfe\u8c61table2":95,synonyms:146,"\u300c\u697d\u3057\u3044":120,"@packages":125,"\u305f\u3044":17,gqtp:70,"\u305f\u3073":[59,10,140,125]," message":[62,6],"\u305f\u3060":138,"\u4e00\u884c":[140,129,80]," between":63,"\u3072\u308d":119,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":61,"\u3072\u3089":[39,150,124],"\ncustomized":123,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":99,"\u3054\u3089\u3093\u304f":86,"2\u3064":[0,91,3,150,110,94,152,118,58,97,151,69,61,62,156,42,51],each:[123,39,127,104,69]," condition":67,searc:39,"\u3002\uff08":[91,120,150,69,77,37,38,26,14,107,104,129,133,124,39,128,22,101,64],"\u3002\uff09":[101,1,120,150,104,77,38,26,129,124,69,128,22,64,91,51],"(byte":[95,103],"\u00a0entry":76,"\u6e96\u62e0":[61,7],goo:[150,124],msgpack:[4,143],"\u30da\u30a2":[104,11,69,39,146,9]," implemented":83,"\u4f59\u8a08":106,"\"(":61,free:129," html":[17,125,101],"\u305f\u308a":[118,76,77,37,133,106,112,70,51],"\u305f\u3089":[91,124,125,129,106,118,151,79,39,44,42,101],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":78," setting":116,"\u305f\u3081":[112,70,142,21],freecode:70,"\u53e4\u3044":[61,155,125],"_locked":63,filter:[61,141,130,129],rand:[43,135,35],"\u53ef\u5909":[22,30,143],"\u897f\u66a6":124," one":[15,97,116],top:[22,93,28],"\u771f\u507d\u5024":43,"\u304a\u304b\u3057\u304f":129,too:143,tom:97,"|compress":78,"_pragma":91,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":107,mlock:129,"\u6d0b\u723e":22,"\"good":[91,124],"_untag":[43,135,35,61],expr:[63,67,41,100],"*cursor":93,obata:129,"\u8d64\u9053":60," sphinx":17,ram:140," customized":123,raw:64,"\u5834\u5408":[55,106],"\u5f93\u3063":[91,95,128,29,88,42],"\u4e00\u89a7":[43,35],"_source":125,hanako:141," into":15,"\u591a\u9762":112,"> y":61,travi:61,"\u5f93\u3046":129,"/share":[22,80],"\u3044\u307e\u305b":[91,72,150,156,77,38,109,114,7,127,61,124,146,42,51],bsd:44," packages":125,"\u30b5\u30b8\u30a7\u30b9\u30c8":[43,127,129,153,61,22,44],"\u30ed\u30fc\u30de":39,"\u00a0offset":[93,76,95,128,63,67],"\u30ed\u30fc\u30c9":[43,124,112,129,80,131,7,61,22,42],"\u64a4\u53bb":22,"\u30ec\u30b3\u30fc\u30c9":[52,43,55,102,103,63,33,112,38,46,95,141,130,61,128,22,88,129],marverick:129,"\u307f\u306a\u3055":55,pkg:[129,44],"_vector":[36,91,103,11,152,58,151,141,61,63],"\u5ea6\u8868":129,"\u5c0f\u6570":[114,22,91]," libzmq":[126,12],"\u6c42\u307e\u308a":112,"\u3002hook":76,"\u306b\u3064\u3076\u3084\u3051\u308b":106,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":55,"|| ":[61,124],"\u59cb\u307e\u3063":[114,9],"_valid":7,"*fin":41,"\u3064\u3064":[56,97],watch:125,"\u306f\u307e\u3068\u3081\u3066":125," input":39,"\u8aad\u307f":[39,1,133,125,112],"\u3064\u304d":[54,92,91,99,122,146],"\u3064\u304b":121,"\u3064\u3044":152,"\u7d50\u679c":[43,54,55,125,112,129,113,91,114,95,99,132,61,122,22,88,147,64],hendro:61," five":3,"-per":[111,22],"_with":[119,120,95,103,124,51,150],"\u3064\u3051":[91,60]," this":[3,110,111,26,7,63,42],nul:[22,66]," first":[91,150,124],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[128,102]," often":79,"_for":55,"\u4e8c\u3064\u76ee":55,"\u30d7\u30ed\u30b0\u30e9\u30e0":[61,70,129,7],"\u5bbf\u99c5":152,"\u56db\u6368":22," information":15,"\u30d7\u30ed\u30bb\u30b9id":32,"\u30b5\u30fc\u30d0\u30fc":[40,43,109,35,138,12,126,7,61,22],"\u59cb\u307e\u308a":125,"\u59cb\u307e\u308b":[91,150,140,58,95,42,39,146,9,89,124],news:[61,125],"\u82e6\u624b":112,"\u3068\u3057\u307e\u3057\u3087":62,"\u30e9\u30f3\u30c0\u30e0":59,"4gib":[77,143],"\u65b9\u5411":128,"\u591a\u91cd":148,"\u5f8c\u304b\u3089":132,"\u7d4c\u7def":[11,37,59],trust:125," my":[91,150,124],"\uff13\u3064":37,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":140,"\u7b49\u3057\u3044":[91,55,150,63,124],"\u7b49\u3057\u304f":[55,150,124]," some":[116,67,153,123],"\u3072\u308d\u3042\u304d":119,"\u30a8\u30e9\u30fc\u30ed\u30b0":118,"_blog":62,"\u8d77\u6e90":11,"/shutdown":[7,42],tokenmecab:[56,61,120],"\u5217\u60c5":72,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[124,113,80,58,107,47,141,132,127,108],"\u5f97\u308b":7,xxx:[61,80],"_not":[91,2,47,141,143,108,88],"\u6700\u9069":7,"\u7528\u9014":[138,91,77,12,109,114,126,84,115,112,118,71],"\u6728\u4e0a":128,"\u63a2\u3057":[112,140],tasukuchan:152,"*ctx":[33,63,102,66,76,16,14,15,128,95,93,48,49,88,67,41,100,103],"\"a":151,"\"n":[91,150,124]," can":[110,123,26,15,97,7,116,39,67,101],"\u5c1a\u4e5f":61,"\u81ea\u8eab":[22,72,80,146,61],"\"}":[36,155,74,110,104,11,127,97,59,141,151,69,119,39,62,124,42,150],suggest:[22,129,25,35,43],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[36,91,3,124,56,152,78,80,26,132,39],"\"_":[3,74,39,92,108,42,119,91,60,124,11,46,47,132,36,56,151,141,79,61,62,150,110,155],"\"[":61,"\"'":[91,150,56,105,120,61,124],"\" ":[72,3,4,37,84,39,42,119,91,92,124,125,11,97,74,56,19,105,140,151,59,79,61,146,110],"\"\"":[61,37,151],"\"#":22,"\",":[3,74,78,80,32,39,87,108,119,96,91,60,124,11,127,46,97,47,132,36,104,56,140,65,107,59,141,79,61,62,150,110,151,152,26,114,69,92,155,7],"\"-":[22,60],"\".":[39,124,110],"\"/":[59,80],"\u4e8c\u756a":91,"\")":[36,60,124,94,105,97,28,59,79,61]," should":67,"\"<":61,"\"?":4,"\":":[72,3,4,32,122,39,108,42,74,46,91,60,124,11,127,96,97,47,119,36,54,104,140,65,107,59,141,79,62,150,110,151,152,113,69,92,155,7],"\";":[140,7,42],"\u78ef\u90e8":61,"\"\n":[72,3,4,32,39,122,87,108,74,91,60,124,11,127,96,97,47,119,36,54,104,140,151,59,141,79,62,150,110,152,113,26,114,69,92,155],"/run":[80,125],"\u3084\u3059\u304f":129,"\u3084\u3059\u3044":[1,91,26,133],"\u5bfe\u8c61table":[128,95,63,103],"_tags":[36,152],"_ctx":[43,103,35,24,15,61,22],"\u4ecb\u6587":152,"_buffer":[16,2,143]," exists":79,".scr":140,"*bottom":93,"_selector":[43,25,35],"5f":140,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":99,ceekz:61,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[150,124],advanced:83," means":[39,91,67,7,123],"\u5c0f\u6587\u5b57":[128,72,3,155,51],poedit:101,"\u6b63\u3057\u304f":[39,150,61],"\"engine":[39,104,69],"\u6b63\u3057\u3044":[146,9,104],"\u7d20\u89e3":[112,44,124],"_str":[152,67],"\u3080\u3044\u3061\u3083\u3044":152,escape:67,"\u00a0timeout":63,"\u73fe\u4ee3":112,"\u5217\u6319":3,".zip":101,"\u6765\u307e\u3057":152,"_right":[22,93,28],ear:72,".github":[125,64],"}attr":61," illustrate":110,core:140,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":61,"\u3001\u300c":[36,1,56,152,120,80,91,39],"\u6d88\u3048":77," application":42," username":36,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[61,3]," tajima":61," last":[61,152],"\u3002ascii":[150,124],"\u3092\u3054\u89a7\u304f":112,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":87," saerch":[127,104],"[@":[22,61],git:[125,101]," disabled":[39,123],"[{":42," number":[93,111,140,80,14,15,41],gib:[52,116],"[test":61,"\u3084\u307e\u306d":61,"[n":61,head:[148,143]," make":[138,109,125,19,12,126,17,44,147,71],removep:63,"[\n":[36,91,60,3,74,151,11,152,113,26,96,97,59,72,79,119,124,150],dump:[43,1,35,129,25,61],"\u6253\u3064":125,"[2":80,"\u9032\u6570":[107,124]," groonga":[118,3,80,7,22,123,44,42,138,91,124,125,12,132,101,19,151,32,61,62,63,146,109,150,110,112,26,114,126,116,155,71]," nargs":67,"[#":[22,61],"[\"":[36,124,11,127,78,107,39]," studio":[61,84],wanabe:61,autoconf:22,"\u5185\u8a33":56," dpkg":125,"\u6dfb\u4ed8":61,"\u8abf\u3079\u308b":[28,61,145,139]," unnecessary":116," flags":58,decrypt:125,"(match":97,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[43,91,77,37,22,61,131],check:[43,1,35,25,22,63],ongaeshi:[61,129],"\u305f\u304b\u3063":104,no:[1,83,77,91,14,143,127,61],"/mxcl":125,ne:72,ng:72,tid:102,saerch:[127,104],"\u4e09\u756a\u76ee":124,"=number":115,"_touch":[129,66],"_unlock":63,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":107," createrepo":125,"\u672c\u756a":125,"_memory":[61,2],"\u4e00\u8cab":106," required":[7,42],"[travis":61,llt:72,"\u30d0\u30c3\u30d5\u30a1id":107,"\u30d2\u30c3\u30c8":[91,55,74,56,152,120,96,61,39,119]," requires":39,"\u5fc5\u9808":[44,84]," load":39,"_same":61," \u304b":71," sudo":[138,109,125,19,12,118,126,32,116,61,44,147,71],"\u4e00\u822c":[91,3,150,112,133,63,64],"*tid":102,"\nrequests":123,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[150,124]," character":[113,67,123],enqueue:136," \u3002":56,"\u3053\u305d":152," representations":67,level:[5,6,143],"\u51fa\u6765\u308b":152," successor":124,"/db2":42,"/db1":42," whether":[97,63],"\u6f14\u7b97\u5b50":[61,91,55,129],"\u79d2\u8868":[11,56,59,124],port:[140,32],"\u5024\u6bce":91,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":125,"_truncate":[22,95],"/load":[54,42],"\u56f0\u3063":106,".builtin":66,reply:62,"3\u3064":[138,91,3,110,11,12,26,114,126,147,133,61,62,109,118]," makecache":[61,109],"\u751f\u3058":[34,5,57,6,130,20,90],baseball:[36,62],"\u9ad8\u6a5f":[112,118,55],"=groonga":7,deb:[126,12,125]," recently":99,"\u6b63\u78ba":[11,65,3],"\u63d0\u4f9b":112,"_success":[91,2,14,15,123,67],"\uff08ruby":64,"_info":[43,24,35,61],"\u9006\u306b":36," case":[15,116,110],cache:[15,43,1,25,35]," level":[5,123,6,80,7],"\u30ea\u30f3\u30af":[150,125,11,86,61,124]," server":111,"_delete":[76,22,95,63,128],"\u307f\u307e\u3057\u3087":[36,3,74,110,11,152,59,62],"\uff08messagepack":44," \u304b\u3064":61,"-src":[126,12],sports:36,"\"name":97,"\u76f8\u5fdc":95,memory:139,msg:136,"_concurrency":148,"\u30bb\u30c3\u30c8":[55,120,95,128,63,90],"\u3044\u308f\u3086\u308b":36,"*dest":95,"_asc":95,"\nregister":39,".txt":125," on":[83,111,26,15,95,93,7,63,42,101]," of":[83,103,107,111,127,113,26,153,14,15,97,95,93,7,151,123,61,67,41],"\uff11\u3064":136,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[148,61,118,7],"*ii":16,"/setup":64," os":[43,115]," op":[93,67],"-docutils":125,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[43,115],":clear":125,"\u76f8\u5f53":[114,59,3],"\u5f15\u304d\u8d77\u3059":61,clone:[86,70,125],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[22,42],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\nctrl":32,"\u7f72\u540d":70,"\u6b20\u70b9":112," relax":116,succeeded:[58,47,141,108],"\u30b0\u30eb\u30fc\u30d7":[61,91,95,112],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[91,7],"\u3002tag":36,"_res":140,"/srpm":125,"_descriptor":[2,143],"\u542b\u307e\u308c\u308b":[55,3,125,11,112,80,56],normalizermysqlunicodeci:155," just":[15,96,66,153,123],"\u56f2\u307e":26,"\u56f2\u307f":[80,26],"[[":[119,78,80,39,122,87,108,91,60,124,11,96,97,47,36,54,56,141,62,150,152,26],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7,"\u56de\u7e70\u308a":140,cutter:70," aptitude":[17,147,126]," increase":116,"\u6ce8\u76ee":91,"\u3059\u306a\u308f\u3061":11,term:58,name:[103,48,78,57,95,14,58,107,47,141,130,63,41,105],"\u500b\u3005":[56,10,55],"\u65e5\u3005":106,"\u30b7\u30a7\u30a2":21," link":11," line":64,"\u534a\u7121":[22,51],"\u5bfe\u8c61column":103," iwai":61,"\u53d6\u308b":143,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":61,"\u30cd\u30b9\u30c8":[61,62],"\u30d1\u30fc\u30b9":[22,133],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":57,"\u6642\u4ee3":112,"\u3042\u3044\u307e\u3044":51,"-default":115," warning":5,dataset:153,"\u914d\u7f6e":[3,125],"\u56f2\u3080":[61,3,26],"\u3002key":[95,120,3],"\u30b3\u30fc\u30c9":[61,72,101],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":150,"\u4e92\u63db":[138,109,10,124,125,12,113,126,29,155,42],"\u30db\u30b9\u30c8":[148,125,80,140,32,61,22],yum:[61,109,125,138],"\u5b8c\u7d50":106,"-normalizer":[138,109,12,113,126,61,155],"\u304a\u9858\u3044":[140,106]," correction":104,redhat:[22,44],"-version":[129,125],"\u30b7\u30f3\u30d7\u30eb":[156,133],"_function":[2,143],"\u7d5e\u8fbc":[43,131]," text":[91,150,140,113,26,97,132,116,62,42,124],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[60,99,133],returns:105," logged":123,kbytes:140,"\u7b49\u4fa1":[91,129,133]," files":[123,7],"\u30a8\u30f3\u30c8\u30ea":[91,124,150,15,151,103]," match":[67,7],specify:[111,7,101],"-httpd":[40,43,109,35,138,12,15,126,61,22],"(tab":146,"< t1":55,"\u3080\u308b\u3093":[150,124],posix:124,"\n\uff08":129,and:[39,59,95,26,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":52," name":[91,34,103,151,11,152,105,57,153,14,58,97,141,130,7,132,124,41,51],"_local":[140,132],prm:109,",' ":[11,37],"_groonga":114,"\u53b3\u5bc6":39,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":70,"_permitted":[2,143],"\u30d5\u30e9\u30b0":[1,72,3,119,5,82,6,34,22,90,91,124,11,20,130,128,51,57,58,107,143,61,150,113,155],animation:36," operation":93,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[49,91,44,80],"_suggest":121,"\nstatus":[3,32]," mail":140," main":126,"_interrupted":2,"\u81a8\u5927":112,"\uff09:":[138,54,120,19,12,109,126,122,71],"\u4e2d\u65ad":[76,22,61],"8mb":155,"\u5c06\u6765":[138,54,60,113,143,122,61,42],"\u4e00\u81f4":[43,91,55,150,125,77,121,14,95,127,128,61,124,51],"\uff09 ":[22,91,129,155,112],"\u30c4\u30a4\u30fc\u30c8":21,"\u5ea6y":37,sitecountry:[32,110],"\u540c\u3058\u91cd\u307f":97,"\u88dc\u5b8c":[43,127,129,154,8,61],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":70,"\u5024\u3088\u308a":[91,55],"\u7530\u8fba":61,"\u985e\u7fa9":91," cp":12,"\u5f53\u8a72":[10,63],ssh:125," groo":91," liblzo":[126,12],"\"null":61,"_port":140,":')":58,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":120,"[:":32," jquery":129,".co":[91,83],"\u884c\u756a":[114,22]," narwhal":22,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[152,1,51]," introduced":7,"<gqtp":140,"\"#\"":140,"(..":61," course":110," shutdown":7,"#{":123," explicitly":39," cflags":[19,125]," target":[15,63,67,93],cities:60," memo":97,"\u4e0d\u5909":89,quiet:143,"\u30ec\u30b3\u30fc\u30c9id":[43,102,35,95,61,63],"[,":145," records":[93,67,110],color:155,whombx:61,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":61," rewrited":83,"\u76f8\u5bfe":[22,91,125],"_clone":125,raring:[43,115],"#proxy":7,"\u5f8c\u4e8c":10," comment":[151,62,152],"\u6709\u9650":91,"\u4ee3\u308f\u308a":[155,150,80,26,84,32,44,7,51],engine:[39,127,69]," nfkc":155,"/vdw":[59,3,110]," approximate":60,"_tokenizer":[61,91,2],"_value":[54,103,129,91,128,61,122,22,63]," location":[36,60,11,152,59,7],"_tokenized":[72,113]," creating":116,"\u25cb\u25cb":106,"\u30ed\u30ae\u30f3\u30b0":14,"\u975e\u63a8\u5968":61,"\u53d7\u3051":[60,3,143,7,79,61,136,42,32],"\u305f\u3068\u3048":56,saerc:[127,104],"\u8aad\u307f\u51fa\u3057":112,html:70,"\u5831\u4ee5":72,events:42,"\uff08romaji":39,status:[43,1,35,129,25,141,61],"0\u30d9\u30fc\u30b9":91,downloads:84,"[\u8a9e":107,"\u7d4c\u7531":[65,34,134,125,5,78,129,57,58,107,6,87,132,61,20,17,130,30,117,90],"\u8907\u6570":[1,72,76,78,7,61,87,43,91,127,97,51,55,103,140,106,58,141,22,150,112,129,113,29,156],"-msgpack":42,"[geo":[22,61],"\u30d1\u30bf\u30fc\u30f3":[114,124],"/unit":147," brother":150,"\u4f5c\u6210\u6e08":80," endpoint":111,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[70,142],unicode:155,"\u3088\u304b\u3063":56,"\u30e1\u30e2\u30ea":[138,109,129,12,14,126,84,115,61,63,71],"\u00a0op":[95,88,67,103,93],"\u53ef\u5426":3,except:116,blog:62,"\\'":[80,150],"\\%":84,"\\\"":[92,120,26,46,151,67],"\u9577\u65b9\u5f62":22,hino:61,"\u63a2\u3059":62,"\\(":150," git":[86,125,101],"/base":125,"\\\\":[151,67,150],")..":125,"\u4f1d\u7d71":112,"\u3068\u304a\u308a":[52,140,110]," them":116," very":[114,91,150,26,46,39,124]," they":116," datasets":153,"_send":15," earch":72,"-mm":[123,124],"_host":140,"\u985e\u7d39":56," no":[116,93],"\"groonga":[91,124,26,151,9,51],frees:15,automake:129,"[snippet":26,"@uzulla":22," chunks":139,mooz:22,"\u4e09\u3064":[60,120],o0:125," binary":[112,37,4],"\ngrn":55,"/eval":122," mark":155,"\u30b9\u30da\u30a4\u30f3":60," swap":116,tokenbigramsplitsymbolalpha:[56,91,72,31,120]," shibuya":129,"\u00a0version":[98,14],oo:[77,72],on:[72,7,42,26],ok:141,of:110," posting":93,"_escalation":[43,129,35,24,14,44],"\u30e6\u30fc\u30b6\u30fc":[70,142]," their":116,"\u8a2d\u5b9a\u5024":[139,1],os:[140,125],or:[91,74,59,143,116,146,150],tokentrigram:[72,31],"_leading":91,"\u5c11\u306a\u3051\u308c":51,"\u5f0f\u5168":[150,124],"\u884c\u76ee":[114,140,125]," nine":3,"\u30c1\u30e3\u30f3\u30af":107,"\u30a8\u30ed":152,"{path":44,"\u8a55\u4fa1":[122,61,55,124,151]," right":93,there:[116,67,150,110],"\u53d7\u3051\u53d6\u308a":[55,3,7],"\u300ccomments":152,"/modules":[129,7],"\u901a\u308a":[72,78,38,87,44,91,60,124,125,127,97,51,56,151,92,145,64,150,113,26,141,69],"*escaped":67,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":155,"(location":[36,59,60,152],"\u69cb\u7bc9":70,"\u4f5c\u3063":[56,152,95,7,128,22,155]," using":[62,83],"/hostname":[140,80],"\u30de\u30fc\u30b8":[61,101],"\u65b9\u5f62":[60,145]," messages":61,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":61,"\u4f5c\u308a":[39,62,104,51],"\u4f5c\u308b":[36,104,152,136,133,51,101],"\u8ab2\u7a0b":61,"\u5149\u7537":61,"\u3066\u3057\u307e\u3044":106,"\uff08proc":76,"_type":[33,66,35,43,24,95,61,63,41],"\u9001\u308a\u65b9":70,"\n% ":101,"\u53d7\u3051\u53d6\u3063":112,"\u3002ctrl\u30ad\u30fc":3,"/mysql":155," good":96,"\u65b9\u5f0f":[80,62,3,112],":mm":[123,124],"\u30ab\u30d0\u30ec\u30c3\u30b8":70,"\u6c17\u306b":[63,101],"/select":[11,7,32],directory:143,"4\u3064":[77,26],"\u30c7\u30fc\u30e2\u30f3":[61,1,80,7]," \"\u308d\u3086\u304d":119," advanced":83,all:[61,125,116],dist:125,"\u6761\u4ef6":[70,55],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":38,jessie:[43,115]," which":[39,110],"\u30d3\u30c3\u30c8":[128,150],"\u5b58\u5426":63,"/rab":[59,3,110],init:[44,41],"\u304a\u5f85\u3061":21,".name":[107,152,151],"\u95a2\u9023":[112,70,106,125,21],"=message":115,"-word":91,"***":6,",\"tags":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[112,70],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[22,125],"\u8a9e\u7248":125,longtext:[37,93],list:125,"_html":[43,35,80,61,22,135],"\u304a\u3088\u3073":[3,125,11,112,80,61,44,41],"\u4f4e\u6e1b":[118,129],"\u6d69\u4e8c":61,"<protocol":80,"\u89aa\u5207":129,yappo:61,"\u884c\u3048\u308b":[61,36],"/news":125,tex:72,"/centos":[109,118,125],"_scalar":[74,78,92,91,60,124,96,97,47,132,36,103,56,58,151,141,79,62,150,110,152,26,116],"(packages":125," point":[61,47,60,93],sub:[43,135,125,35,61],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":70,version:[3,4,125,140,14,65,98,32,22,7],memcached:[43,147,131,112],"\u793a\u3059":[114,91,2,150,97,11,78,151,26,46,28,60,124,92,141,79,87,145,42,119],tags:[36,87,51],"\u88dc\u5b8c\u8a9e":39,"#worker":7,serihiro:61,matsuu:129," almost":116,options:[148,140,80,153],"\ninfo":[5,6],gtihub:22,"\nthan":116,tokenunigram:31," cover":26,"\u30b0\u30cb\u30e3\u30e9":152,"\u5358\u7d14":[55,119,145],"\u300c\u697d\u3057":120," tar":[126,109,12,125,138],"/atv":[59,3,110],"\u69cb\u6587":[43,67,121,35,61]," less":116," supported":7,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[65,117],"\u7a4d\u7b97":[91,55]," tag":[36,125]," creates":[116,153,123],"_expire":63," nroonga":62," webclips":92," \u3064\u304d":58,thus:153," opens":[116,93],"\u547c\u3093":120,"\u3002git":125,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":70,"\u89e3\u6790":70,"\u79fb\u884c":[22,10],"_encoding":[43,24,35],"\u306e\u306b\u5bfe\u3057":14,"=table":51,"\u671f\u5316":[61,14],"\u30ea\u30cd\u30fc\u30e0":22,"\u958b\u767a":[112,70],"\u00a0section":[16,103],"\u7406\u7531":112,"&..":32," three":[11,3],disable:22,"_text":[113,147],"\u6d88\u305b":7,"\u30ea\u30dd\u30b8\u30c8\u30ea":[70,142,125],"-max":[111,22,80],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":147,"-munin":[126,109,115,138]," dictionary":155,"-http":[43,109,138,12,27,126,7,61]," segment":107,"\"book":124,":\u79d2":152,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":125,"\u9ad8\u307e\u3063":112,disables:7,"\u623b\u308a\u5024":[102,14,15,95,63,67],"\"is":11,"\u30bf\u30a4\u30d7":[76,22,140,42],"_link":[2,143],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":100,soccer:36,"\u30d6\u30fc\u30ea\u30a2\u30f3":37,"_large":[2,143],"return":[114,123],"\u52d5\u4f5c":70,"\u6d45\u898b":61,"\u5897\u3048":[122,62,72],"\u8aa4\u5b57":[22,129,146,61]," shared":15,"\u8a71\u984c":21," \u30d0\u30c3\u30d5\u30a1":107,"-encodiong":124," tool":64,innodb:112," sitecountry":110,"\u8208\u5473":112,"\u4e0d\u9069\u5207":61,"-create":[40,43,35,127,121,61],weight:[11,61,91,103],"_release":125," st":124," sh":125,"/en":[7,125],"\u547c\u3076":[61,147,133],"\u6c42\u3081":[112,94],"_new":[22,136,61]," nneded":116,"/managers":[7,42],"\u3072\u3053\u3055\u3093":61,thread:[95,140,136]," processing":123,"\u306b\u3088\u308b":[43,60,124,125,11,112,37,106,61,22,131],"_hash":[91,60,124,96,97,95,141,92,132,79,128,87,93,155,51],"\u30c9\u30e1\u30a4\u30f3":110,"\u5927\u304d":[77,61,7,107,51]," byte":[67,103],"\u5e03\u6559":70,"${":[97,91,124,116],"\u306a\u306a\u3069":[150,124],"\n\u308b":[61,129],passes:125,"\u5b58\u5728":[1,3,120,118,32,89,91,63,14,95,132,128,139,140,59,79,61,62,145,110,112,129,114,28,7],"\n\u30b9":22,script:46,gpg:125,"\u3050\u3088\u3046":60,"\u60c5\u5831\u540d":[87,78],passed:125," local":132,gps:112," terminated":67," lgpl":83,"\u8a9e\u691c":91,"$(":[138,126,109,12,71]," body":[56,58,57,74],"/synonyms":146,"$ ":[119,124]," maps":116,"\u6574\u5408":[1,63],"\u6271\u3048\u308b":[139,61],"/*":[68,139,118,7,101]," localnames":132,"/groonga":[118,3,80,84,7,8,86,87,61,44,138,125,68,12,47,17,101,19,32,22,146,64,109,129,126,116,71],"-working":61,",[\"":56," true":124,"7e":140,"\u898b\u3066":[114,91,7],"\u307e\u307e":[11,61,10,106,125],"\u898b\u3064":[61,129,127],"\u540dn":[87,78,91],"!)\n":7,"\u307e\u3060":[54,10,124,127,91,26,65,143,61,122,22],"\u307e\u3067":[52,96,55,3,119,125,77,80,46,79,61,62,152,140,101],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,68,12,13,14,15,17,19,20,22,24,25,26,28,29,30,67,33,34,53,37,38,39,40,41,42,138,44,46,47,48,49,50,51,52,36,54,55,56,57,58,59,60,61,62,63,64,65,66,126,69,70,71,72,74,156,76,77,78,80,21,82,84,32,86,87,88,89,90,91,92,94,98,96,97,95,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,124,125,127,128,130,132,133,134,135,137,139,140,141,143,79,145,146,147,148,149,150,151,152,154,155,11],"\u307e\u305a":[3,74,125,56,152,120,140,84,7,124,44,101],"\u307e\u305b":[33,118,2,3,77,37,38,80,99,72,7,8,122,39,61,44,9,42,96,91,60,124,125,11,127,140,14,46,97,95,89,20,134,113,78,51,54,120,102,103,104,56,139,106,58,128,141,143,79,22,62,63,146,65,155,150,151,112,87,26,114,101,117,32]," sysctl":[139,116],"_list":[43,1,2,35,129,25,61,22],"\u307e\u305f":[34,5,77,37,80,6,7,22,87,90,91,60,124,125,14,95,130,132,20,134,78,103,140,57,65,107,79,61,147,64,58,150,26,114,30,117],"\u3058\u304d":26,"\u6c42\u3081\u308b":[112,60,145],centos6:61,"\u7279\u5b9a":112," likes":110,"\u9069\u6642":76,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":62,"\nyou":116," superior":26,"\u66f8\u304d\u5f8c":120,"\u306a\u3051\u308c":[33,2,80,7,44,91,92,124,11,14,46,95,51,103,140,58,151,79,61,63,146,64,150],added:95,"\u3093\u3057\u304d":133,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55," realtime":[127,69],exec:143,"\u30e1\u30fc\u30c8\u30eb":[60,145],"\u89e3\u653e":[65,128,63,102,14],"\n\u3044":106,"\u307e\u307e\u3067":56,"\u3002id":14,"@kiske":61,"-oriented":26,"\u9577\u3055":[103,11,48,140,95,128,61,63],orangain:61,"\u624b\u52d5":7,"&query":32,".rb":[54,129],"\u304a\u3051":91,"_users":152,"\u304a\u304d":[112,125]," night":96,"\u304a\u304b":44,"\u304a\u3044":[3,103,125,11,112,95,59,147,61,22,63,89,101],"\u59cb\u70b9":3," otherwise":[97,63],"_call":[2,143,55],"_format":[2,143],firewood:61,"\u304a\u3070":[22,1,61],"-ftp":140,"\u4f4e\u6a5f":55,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":156,rose:11,"\u629c\u3051\u308b":3," used":[123,79,67,66,99],"\u671b\u307e\u3057\u3044":[112,106,125],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,"\n# ":[65,3,32],longest:95,"\u304a\u3070\u305f":[22,61],"\u305d\u308c":[118,3,74,37,120,84,138,92,124,125,11,128,101,55,102,56,48,65,62,63,109,150,152,129,69,51]," supports":83,"\u306b\u304a\u3044":[11,10,125],"\u4fdd\u8a3c":[107,10]," flag":14,"\u6570\u5024":[43,1,55,150,120,80,91,58,129,99,122,145,131],"(content":[92,26]," ')":46,"\u30b3\u30df\u30c3\u30c8":125,"\u305d\u3057":152,"\u76ee\u4ee5\u964d":91,tobby:97,"\u305d\u3053":[11,56,125]," universe":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":17,"][":[22,150,61],"\u305d\u3046":[79,106,124,64],"\ncolumn":[60,56,152,97,132,79,116],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[140,125,101],"]}":[11,107,151],"\u30b9\u30b3\u30a2":[91,55,56,127,59,152,61,89],"]x":[152,59],"\u00a0escape":67,"/non":61,"\u305d\u306e":[43,55,125,112,106,115,101],korea:110,"\u6b63\u898f":[72,3,124,113,95,61,155,146,51],"\u5927\u91cf":[77,36,55,3,51],"\u304a\u3089":125,"\u304a\u308a":[152,62]," easy":17,"]\n":[72,3,74,80,32,39,122,87,108,119,46,91,60,124,11,127,96,97,47,51,36,54,104,151,59,141,99,79,62,150,110,152,113,26,114,69,92,155],"\u672a\u521d":61,"\u30c6\u30fc\u30d6\u30eb":[43,55],license:125,"\u8a02\u6b63":146,"]'":42,"] ":[148,125,111,113,80,153,58,47,141,32,61,22,108,50,140],context:[63,7],"]\"":[61,59,152],"<= ":[61,7,124],"],":[72,3,74,78,80,32,39,87,108,119,46,91,60,124,11,127,96,97,47,132,36,104,56,140,65,107,59,141,79,62,150,110,151,152,113,26,114,69,92,155],"]/":32,"])":[53,145],"\u691c\u7d22id":95," off":7,improper:143,"\u30b3\u30de\u30f3\u30c9url":42,"'alice":150,"\u7d76\u5bfe":8,":#{":123,"\u8003\u616e":56,due:26,pg:79,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:70,kiske:61,"\u3057\u3084\u3059\u304f":61,"\u6574\u5217":[112,3],"(html":92," raltime":69,"#groonga\u30bf\u30b0":152,"\u8a00\u8a9e\u540d":101,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":143,"\u30d9\u30fc\u30b9":[118,72,150,156,112,129,95,61,128,22,124,101],"\u30d8\u30c3\u30c0":61,"\u00a0string":67,"\u79d2\u9593":22,"\u5730\u7cfb":60,evaluated:122," most":93,"\"sug":9,"\u5404\u8a9e":107,"\u6027\u5225":112,"_expansion":[22,61],rid:102,"\u30ed\u30fc\u30ab\u30eb":[124,125],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":70," float":11," signing":125,"\u6210\u679c":70,"*type":103,"\u5065\u4f5c":36,"\u00a0rid":[16,102],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[112,70],"\nmroonga":146," describes":114,"/hoge":80,"\u64ec\u4f3c":[91,150,124],"\u672c\u6765":74,"\nmemory":116," buffer":[107,63,67],abcde:113,edge:136," --":[36,91,92,124,152,26,97,84],nanoseconds:123,"\\bin":84,"\"alice":150," advance":39,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[43,131],"\u3067\u304d\u308b":[112,70,136],tables:[132,153],"\u4e92\u63db\u6027":125,"\u3002keys":95,"\u64a4\u5ec3":[129,80]," -e":12," -g":84,"\u5024\u7528":22," -h":42,"\u304f\u3060":[118,2,3,119,75,77,37,21,72,84,7,8,122,92,44,42,138,91,60,124,97,11,127,12,56,47,49,51,101,54,19,139,140,58,151,141,99,61,108,109,150,112,113,126,29,71,32],boost:39," add":[91,101],"_finalizer":[41,14],"@wareohji":61,unstable:[126,125],"\u6642\u523b":[114,66,104,152,140,65,149],".title":11,"\u7f6e\u304b":[29,44,146,7],"\u7f6e\u304d":[128,129,63,125],"\u7f6e\u304f":44,"\u7f6e\u3044":125,"\u5404\u8981":74,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,155,124,105,80,14,44]," seven":3,retry:143,"\u69cb\u6210":[138,109,55,3,125,12,118,126]," already":116,"\u304f\u3093":152,"-drilldown":110,"\u5ea6\u5206":37," related":116,"_improper":2," fix":83,"\u9577\u751f\u304d":51,"\u5b9f\u73fe":[112,70,142],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":61,"\"service":104,range:[87,47,78,143],"lzo\u3044":58,"\u672c\u6587":[62,92]," patsuffix":119,url:[132,22,32,125,29],"\u5831\u544a":[70,106],"\u524d\u65b9":[43,55,3,150,77,120,121,127,61,128,39,124,131,51],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":125," grouping":110,shimoda:129,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[80,7],"\u7a2e\u5225":78,fast:[124,91,92,26,150],"/hosts":125,"_links":[2,143],"html\u30bf\u30b0":92,files:125," tests":125," wibowo":61,"-query":[118,3,150,80,26,123,97,7,61,22,146,119],"-host":140," \u30ad\u30fc":61,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":51,"_op":[88,67,55]," that":[91,93,110,123,26,14,15,95,116,61,39,67,41],"_or":[2,47,141,55,108,88],"\u306b\u3064":61,"_of":[2,143]," offset":93,"_entries":[15,99],"_on":[2,143]," than":[116,123],"\u63a5\u982d":[77,124,22]," tokenbigramsplitsymbolalphadigit":97,horikoshi:22,"\u679c\u305f":3," candidate1":127,warning:[123,7],"\u306b\u5bfe\u3059\u308b":[43,55,3,125,110,36,11,112,129,127,61,128,22,131],grn:70,gro:26,newvalue:103,nice:96,users:[47,141,84,42],"\u5c5e\u3057":37,"\u305f\u3076\u3093":44,"\nit":67," above":39,")groonga":146,drilldown:[1,130],"\u982d\u8f9e":77,"\u300d\u3001":[36,152],"\u300d\u3002":133,"\u300d\u300c":152,"\u8868\u3059\u578b":37,"-deafult":22,"\u8aad\u307f\u53d6\u308a":[46,80],"-package":[125,115],"\u30b3\u30a2":[44,7,42],"-count":65," official":125,"\u30a4\u30f3\u30c7\u30c3\u30af":62,"\u958b\u304f\u969b":61,"\u5272\u308a\u5f53\u3066\u308b":[11,77,3],"\u30b9\u30ad\u30c3\u30d7":61,"\u8a9e\u6271":120,"\u30ad\u30fc\u30b5\u30a4\u30ba":77,"\u30cb\u30e5\u30fc\u30b9":96,stable:10," yamaguchi":22,include:[68,79],"\u7e70\u308a\u8fd4\u3057\u6570":140,"\u30de\u30c9\u30ea\u30fc\u30c9":60,"\"saerch":104,"\u30d7\u30e9\u30b0\u30de":91,"\u306a\u3068\u304d":112,"*user":41,"\u3002run":147,"\u3067\u5024":[80,3],"\"complete":9,"-in":[63,125],"-id":[61,80],"_dir":[22,125],"\u00a0key":95,"\u884c\u308f":[148,36,91,140],"|correct":127,"_use":[2,143,14],".po":70," term":[58,107,74],".pc":[22,121],"-line":64,"\u3053\u3046\u3059\u308c":106,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[61,62],"\u3002buf":103,etime:148," specified":[93,41,79,14]," voiced":155,"\u30a8\u30f3\u30b8\u30f3":[11,36,91,80,112],"{time":123,"-exact":65,"\u521d\u56de":101," score":47,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":38,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[77,3,7],"\u4e0a\u3052\u308b":56,"/coremodule":7,"_name":[114,63,103,121],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":80,"\u30c8\u30e9\u30a4":[77,51,150,124,22],">= ":[61,124],"\u300coffgao":152,">version":4,"\u5206\u6790":112,apple:155,apt:[126,12,125,64],"*str":67," turn":7,hardy:129,api:[43,55,35,129,121,61,22],"_commit":16,"\u5207\u308b":7,"\u5148\u60c5":152,"\u9001\u4fe1":[65,34,134,5,140,78,57,58,107,6,130,132,87,20,61,30,117,90],use:[61,91,80,116],"\u3057\u307e\u3057":61,usa:110,"\u3057\u307e\u305b":[39,91,44,106,7],"\u3057\u307e\u3059":[91,124,152,120,109,9,150]," defines":153,"\u3057\u307e\u3046":[125,112,129,106,61,22],usr:[80,7,8,44,147,71],"\u3057\u307e\u3044":[11,56,140,119,104],"\u4efb\u610f":[3,125,80,37,140,112],sort:95," functions":[97,83],"_names":66,tokenbigramignoreblanksplitsymbolalpha:56,"?msg":125,"/index":[80,125,101],"-html":[61,129]," morning":96,"\u30b7\u30fc\u30b1\u30f3\u30b9":[39,104,69],tar:[138,109,125,19,12,126,44,71],"_install":[17,115,64]," example":[39,91,67,105,116],tag:36,"/rpmforge":109,sis:22,united:141," simple":110,"\u30c0\u30d6\u30eb":[150,77,22,61,124,51],"_sis":[119,120,150,95,51,124],sid:[43,115]," physical":107,"_create":[43,55,66,35,48,25,121,95,61,22,67,41,103],"\u884c\u3046":[148,36,91,60,119,125,152,120,106,118,97,59,129,128,61,62,147],"\"rectangle":[61,60,145],"\u30a2\u30af\u30bb\u30b5":63," mroonga":[91,124,151,97,62,150]," instead":[91,80],"_configure":61,"\u30a2\u30af\u30bb\u30b9":[148,129,125,11,29,80,95,32,61,22,101,7]," nice":96,"\u3042\u308b\u3044":[138,109,10,103,112,143,150,145,28,95,55,7,124,88,51],"-config":[1,129,80,61,22,44],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":61,"$home":125,interrupted:143," restart":118,freebsd:[43,35],"\u4eac\u90fd":[56,120],"#groonga":146,"\u300cbill":120,"\u5bfe\u8a71":[3,32],"\u7279\u5225":[72,150,2,39,44,67],"\u30c0\u30f3\u30d7":[61,129],"\u9577\u3059\u304e\u308b":61,"/apt":[126,12,125],"/api":42," extract":123," gpl":83," gpg":125,"\u30b9\u30ad\u30fc\u30de":[91,60,150,151,26,96,97,141,92,132,116,62,124],"\u53c2\u52a0":[70,21],articles:62,auto:127,edit:[43,1,135,125,35],".net":[36,3,125,110,11,21,59,32]," updated":[56,83,101],"%\\":84,nfs:44," updates":26,"\u6df7\u305c":[11,127],".overcommit":61,",\"link":11,"\u5c3a\u5ea6":112,"\u89e3\u6c7a":[22,61,106,107,139],"\u3002redmine":0," your":[22,101,116,64],remove:113,out:140," clumns":116," encoding":[105,67]," finished":123,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":152,"\u30ec\u30a4\u30e4":55,"\u5408\u81f4":3," provides":[97,110],"8r":[61,44,80],lts:[43,125,115,64],"\u4e00\u90e8":[57,3,9,125,61],"\u8ca0\u62c5":106,lte:72,"\u304a\u3059\u3059\u3081\u3057":[118,150,125,124],"\u8aac\u660e":[0,2,35,84,44,43,125,12,101,137,55,138,19,99,61,64,109,25,114,126,115,70,71],"1\u305a":[10,89],"\u53d6\u308a\u8fbc\u307e":125,"\u53d6\u308a\u8fbc\u307f":22," context":26,"_symbolic":[2,143],"\u8d77\u70b9":91,utc:124,"\u78ba\u8a8d":[70,106],"_qlog":61,unknown:143,"\u304a\u304b\u3057":129,makefile:125,"\u5207\u308a":[134,22,125,61]," prefix":[111,22,95,128,124],"1\u3064":[0,72,77,7,8,122,61,108,42,91,124,127,9,97,51,52,36,54,140,106,151,143,22,62,150,152,26,99],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":80,"\u7279\u5316":[124,101]," for":[83,123,66,111,116,37,79,26,153,14,15,60,7,61,39,93,63,67,105],"\u30d5\u30a9\u30eb\u30c0\u30fc":84,"\nkernel":116,"-jumandic":[138,109]," reading":[43,154],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[29,80,7],"\u8a9e\u610f":82," increasing":116,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[61,1,30,63],"_unsupported":2," handle":116," started":[114,123,91,150,124],see:116,".grn":[7,132],"\u884c\u6307\u5411":112,"\u30ab\u30bf\u30ab\u30ca":[128,39,155,127]," snippet3":26,"\u76ee\u304f\u3089\u3044":51,"_expanders":[146,8],"(age":79,which:39,"^ ":124,"\u4eee\u60f3":[61,59,110],"\u901f\u3084\u304b":10,".travis":64,"\u7d44\u8fbc\u578b":[43,35],"class":92,"_build":147,"\u73fe\u5728":[82,148,149,3,66,125,112,38,140,14,99,152,20,102,63,41,51],"_delimited":83,"/docs":7,"_is":[114,2,113,58,47,141,143,22,108,63],gronga:[146,9],"_ip":32,"_in":[43,1,2,35,129,114,93,61,22,135],"_ii":[43,24,35],"-output":[61,91,92,140,26],"_id":[33,91,3,103,125,16,95,14,128,59,61,102,22,63,67,89,124],"_delimiter":[72,113],"\u6307\u3057":11,"\u5bfe\u8c61object":[33,66,76,63,41,100,103],",\n ":[36,91,150,56,127,78,114,107,7,152,124],",\n#":[36,91,72,3,150,11,152,97,59,32,124]," favorite":101," representation":[105,67],"\u5bfe\u8c61":[72,3,78,120,34,22,88,42,90,43,91,10,125,127,14,46,97,95,130,131,132,128,51,36,55,102,103,56,136,57,58,141,61,63,147,148,150,101,112,26,44,30],"\u3044\u308d\u3044\u308d":[43,131]," project":124,".\" ":32,"\nrecords":97," solaris":[43,115]," doesn":7,"\u30b7\u30a7\u30eb":[44,140,150],daiki:[61,129,121],"*newvalue":103,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":44,"\u6295\u7a3f":125,"\u4ed8\u3051\u308b":[136,155,3],"!condition":124," negative":[41,14]," same":[61,67],nvars:41,",\n{":[155,74,110,104,127,97,151,69,119,39,62,124,150],subrecord:61,words:124,"\u3068\u3068\u3082\u306b":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[33,91,44,103,150,51,151,95,7,124,61,63,146,64],"(column":[26,79],",\n[":[26,132],",\n]":[56,151,59,74],queries:140,"\u304b\u304e\u308a":140,"=fedora":125," markup":68,"\uff08\u578b":48,"\u884c\u6570":22,"\"table":80,dll:[22,61],limit:[128,22,95,93,130]," loading":39,"\u4e43\u6bc5":129,job:140," only":[15,7],homebrew:70,"\u3084\u305d\u306e":141," map":[116,123]," worker":7," max":[15,53,111]," may":116,april:125," mac":61,"/local":[44,7,125],"\u672a\u5bfe":61,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[29,129,80,61],"_var":[48,67,41],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[44,84],table:[43,10,102,103,35,57,78,129,25,58,95,55,61,128,22,63,41],"\u671f\u5f85":112,rpm:[138,109,125,129,61,22],"\u304a\u3059\u3059\u3081":42,"\u30b5\u30d6\u30bb\u30c3\u30c8":[37,95]," argument":124,"\u9bae\u5ea6":96,"_refused":[2,143],"\u78ba\u5b9f":104,"\u521d\u671f\u5024":148,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":61,mike:141,"-cache":[61,80]," or":[91,93,74,15,97,95,123,116,146,150],"\u5024\u578b":11," favorited":152,"\u672a\u5b9a":11,"\u4f4f\u6240":61,cursor:[128,93,102]," favorites":152,"\u793a\u3055":[87,78],"\u793a\u3057":[2,3,38,110,56,24,65,60,32,125,62]," sound":155,"\u00a0src":95," zlib":[126,12],"\u578b\u3068":110,"\u3072\u308d\u3086\u304d":119,"-debug":129,"*src":95,avg:148," original":[119,132],"\u8fd4\u4fe1":[152,62,106],uptime:[1,3,4,65,32,7],"\u5185\u90e8":[125,11,16,26,14,65,95,61,63],"\u578b\u304b":37," replied":152,"\uff08longest":[22,124],"\u6ce8\u610f":[91,92,3,150,125,11,140,56,95,7,61,119,22,124,42,51]," replies":62,"\u691c\u7d22key":95,"\u6587\u8108":151,"\uff01 ":152,"\u5168\u6587\u691c":[43,129,131,51],"\uff01\"":152,uzulla:22,"\uff01:":44," translation":101," obj":107,"\u521d\u671f\u5316":[61,41,14],tcp:80," keeps":15," etc":116,")=":139,"_device":[2,143],"(windows":140,"\u5236\u7d04":52,unsigned:[103,16,15,95,48,128,63,67,41],"\u9ad8\u7cbe":112,qwik:132,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[22,44,147,115,101],"\nor":116,"\u300c\uff76":155,"'pid":80,"{\n":[55,7,42]," tracker":0,"\u307e\u305f\u3044":[61,60]," specify":[97,153],"_threshold":[49,22,44,129,14],"\u307e\u305f\u3050":[43,60,131,61],"\u306a\u304b\u3063":[91,10,3,124,151,5,80,130,57,56,6,34,79,20,61,140,90],"_push":55,because:7," receiver":111,sequence:[39,127,104,153,69],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[91,82]," candidate2":127,") ":[91,2,124,125,139,37,140,118,95,55,7,116,61,63,67]," unpatched":83,"\u30b3\u30e1\u30f3\u30c8":[140,129,80,151,61,62,146],"_sortby":130,"_exists":[2,143]," origin":101,"\u306e\u307b\u304b":[11,37]," named":39,"\u96e2\u308c":59,"\ndoesn":116,"\u2192id":77,"\u7d44\u5408":97,"enum":66,"\u7acb\u3061\u4e0a\u304c\u3063":140,"*path":[95,66,103]," candidates":39,"\u518d\u691c":133,"\u306e\u3044\u305a\u308c\u304b":[28,95,88,145,48]," grn":[55,146,105,133,123,67],"\u305d\u308c\u305e\u308c":[72,3,4,77,120,80,44,74,91,124,125,11,97,95,51,55,56,59,143,62,63,147,110,152,26,114,29],"\u5358\u72ec":[140,103],column:[43,1,55,103,35,129,25,95,61,22,63,41,100],universe:12,"\u30fbor":59,".html":[80,7,125,101],"$groonga":125,"\u6570\u5b57":[56,104,140,51],"_length":143,"\u5b9f\u7a3c":148,"\u3002mroonga":[112,63],"*key":95,"var":[44,78,55,80,7]," query":[118,110,112,123,127,7,8,39,146,143],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":64,"\u30d5\u30a3\u30eb\u30bf\u30fc":151,"-pid":[22,80],"\u30b9\u30cb\u30da\u30c3\u30c8":26,"_term":83," selects":93,"\u6700\u5f8c":[124,125,11,129,140,14,56,7,61],"\u7834\u68c4":[41,14],squeeze:[61,125],"\u6848\u5185":[106,125],"\u30e1\u30f3\u30d0":95,"\u56fa\u6709":76," object":[15,61,95,63]," eggs":62,record:95,"\u30ed\u30b0\u30a4\u30f3":125,"\u4e00\u9577":112,"\u6c7a\u5b9a":91,"\u30e9\u30a4\u30b6\u30fc":72,"\u305d\u308c\u3086\u3048":[11,150],"\u7a4d\u7528":91,"8bit":37,"\u7acb\u5834":70,"\"se":39,"-- ":7,"@github":125,"\u52a0\u3048":[11,55,119,64],book:124,bool:[150,11,37,28,61,145,119],"\u30eb\u30fc\u30d7":[61,129],"-analyzer":[22,61]," developer":152,"\u306f\u307e\u305a":125,".gpg":125,"-sortby":61,".location":152,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":129,debian:70," tags":36,space:150," levels":7,emerg:[5,6],"\u5909\u66f4\u70b9":70,"\u306f\u307e\u3060":[42,156]},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_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","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/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","contribution/development/com","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/executables/groonga-benchmark","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.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.15.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.15.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.15.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ii</span></tt>","13.3.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.15. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.10. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.11.5. 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.15.12. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.30. 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.15.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.15.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.15.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.28. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.9. rand","8.3.23. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.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. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.3. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.15.14. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.26. status","8.15.5. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.7. grn_expr","13.2.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.31. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.15.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.11.1. between","8.1.2. 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.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.29. table_list","8.15.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.24. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.6. html_untag","8.15.8. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.11.2. edit_distance","8.15.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.8. query","8.15.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.15.20. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. \u56fd\u969b\u5316","8.15.11. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.15.2. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.15.6. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.3.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","8.3.5. check","8.3.32. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","8.1.7. groonga-suggest-httpd","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.14. Tuning","8.3.25. 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","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.27. suggest","8.15.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.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","8.1.3. groonga-benchmark","8.3.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">delete</span></tt>","13.3. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.4. geo_in_circle","8.8.1. QueryExpanderTSV","13.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.7. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.11. 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":[80,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[49,1,1,""],grn_db_create:[66,1,1,""],grn_obj_get_hook:[76,1,1,""],grn_obj_expire:[63,1,1,""],grn_table_cursor_close:[128,1,1,""],"-P":[148,0,1,"cmdoption-P"],grn_table_cursor_set_value:[128,1,1,""],grn_expr_syntax_escape:[67,1,1,""],"-e":[80,0,1,"cmdoption-e"],"-d":[111,0,1,"cmdoption-d"],"-a":[80,0,1,"cmdoption-a"],"-c":[80,0,1,"cmdoption-c"],grn_obj_set_info:[33,1,1,""],"-m":[148,0,1,"cmdoption-m"],"-l":[111,0,1,"cmdoption-l"],"--disable-max-fd-check":[111,0,1,"cmdoption--disable-max-fd-check"],"-i":[140,0,1,"cmdoption-i"],"-h":[80,0,1,"cmdoption-h"],grn_db:[66,2,1,""],"-t":[111,0,1,"cmdoption-t"],grn_command_version:[98,2,1,""],grn_obj_set_element_info:[33,1,1,""],"-p":[111,0,1,"cmdoption-p"],"-s":[111,0,1,"cmdoption-s"],"-r":[111,0,1,"cmdoption-r"],grn_ctx_at:[14,1,1,""],"--bind-address":[80,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[98,3,1,""],"--config-path":[80,0,1,"cmdoption--config-path"],grn_table_size:[95,1,1,""],"--query-log-path":[80,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,""],grn_obj_defrag:[63,1,1,""],grn_obj_rename:[63,1,1,""],grn_table_cursor_open:[128,1,1,""],grn_get_default_encoding:[105,1,1,""],GRN_OBJ_LOCK:[63,3,1,""],grn_ii_buffer_append:[16,1,1,""],grn_obj_column:[63,1,1,""],grn_geo_estimate_in_rectangle:[93,1,1,""],grn_table_sort:[95,1,1,""],GRN_COLUMN_NAME_SCORE:[103,3,1,""],grn_obj_unlink:[63,1,1,""],grn_table_lcp_search:[95,1,1,""],grn_obj_set_value:[63,1,1,""],grn_encoding:[105,2,1,""],grn_proc_create:[41,1,1,""],GRN_COLUMN_NAME_VALUE:[103,3,1,""],"--ftp":[140,0,1,"cmdoption--ftp"],"--dir":[140,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[63,3,1,""],grn_table_group_result:[95,2,1,""],grn_expr_close:[67,1,1,""],grn_obj_path:[63,1,1,""],grn_cache_get_max_n_entries:[15,1,1,""],grn_obj_db:[66,1,1,""],grn_geo_cursor_next:[93,1,1,""],GRN_OBJ_APPEND:[63,3,1,""],grn_obj_id:[63,1,1,""],grn_table_create:[95,1,1,""],grn_table_cursor_get_value:[128,1,1,""],grn_encoding_to_string:[105,1,1,""],grn_table_update:[95,1,1,""],grn_obj_is_builtin:[63,1,1,""],grn_table_columns:[95,1,1,""],"--pid-path":[80,0,1,"cmdoption--pid-path"],grn_ctx_set_finalizer:[14,1,1,""],grn_cache:[15,2,1,""],grn_table_delete_by_id:[95,1,1,""],grn_ii_buffer:[16,2,1,""],grn_obj_set_finalizer:[41,1,1,""],grn_cache_current_set:[15,1,1,""],grn_obj_lock:[63,1,1,""],"--log-path":[80,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[103,3,1,""],"--log-output-dir":[140,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[63,3,1,""],grn_expr_append_const:[67,1,1,""],grn_obj_clear_lock:[63,1,1,""],grn_table_cursor_next:[128,1,1,""],grn_expr_alloc:[67,1,1,""],grn_expr_compile:[67,1,1,""],grn_user_data:[100,2,1,""],grn_obj_get_range:[63,1,1,""],grn_table_get:[95,1,1,""],grn_ctx_fin:[14,1,1,""],grn_geo_cursor_open_in_rectangle:[93,1,1,""],grn_ctx_init:[14,1,1,""],grn_ii_buffer_close:[16,1,1,""],GRN_OBJ_DECR:[63,3,1,""],grn_obj_reinit:[63,1,1,""],grn_table_group_flags:[95,2,1,""],grn_obj_check:[63,1,1,""],grn_table_at:[95,1,1,""],grn_table_difference:[95,1,1,""],"--n-lines-per-log-file":[111,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[15,1,1,""],grn_obj_close:[63,1,1,""],GRN_COLUMN_NAME_ID_LEN:[103,3,1,""],grn_table_truncate:[95,1,1,""],grn_obj_get_value:[63,1,1,""],grn_cache_open:[15,1,1,""],grn_ctx_get_match_escalation_threshold:[49,1,1,""],grn_obj_delete_hook:[76,1,1,""],"-n":[80,0,1,"cmdoption-n"],grn_ii:[16,2,1,""],GRN_OBJ_GET:[63,3,1,""],grn_obj_is_locked:[63,1,1,""],grn_expr_exec:[67,1,1,""],grn_ctx:[14,2,1,""],grn_table_rename:[95,1,1,""],GRN_COLUMN_NAME_NSUBRECS:[103,3,1,""],GRN_COMMAND_VERSION_MAX:[98,3,1,""],grn_index_cursor_next:[102,1,1,""],grn_obj_get_element_info:[33,1,1,""],grn_search_optarg:[88,2,1,""],grn_expr_append_const_str:[67,1,1,""],grn_expr_get_var_by_offset:[67,1,1,""],grn_obj_add_hook:[76,1,1,""],GRN_COMMAND_VERSION_MIN:[98,3,1,""],grn_index_cursor_open:[102,1,1,""],grn_proc_func:[41,2,1,""],grn_db_create_optarg:[66,2,1,""],grn_column_table:[103,1,1,""],grn_table_add:[95,1,1,""],grn_obj_unlock:[63,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:[63,3,1,""],GRN_COLUMN_NAME_KEY:[103,3,1,""],GRN_COLUMN_NAME_SCORE_LEN:[103,3,1,""],GRN_COLUMN_NAME_VALUE_LEN:[103,3,1,""],grn_table_cursor_get_key:[128,1,1,""],grn_obj_get_values:[63,1,1,""],grn_column_rename:[103,1,1,""],GRN_OBJ_UNLOCK:[63,3,1,""],grn_obj_get_info:[33,1,1,""],grn_ctx_db:[14,1,1,""],"--protocol":[140,0,1,"cmdoption--protocol"],grn_table_cursor:[128,2,1,""],grn_ctx_get:[14,1,1,""],grn_ctx_set_match_escalation_threshold:[49,1,1,""],grn_db_open:[66,1,1,""],grn_column_index:[103,1,1,""],grn_table_sort_key:[95,2,1,""],grn_column_name:[103,1,1,""],"--groonga":[140,0,1,"cmdoption--groonga"],grn_table_setoperation:[95,1,1,""],GRN_COLUMN_NAME_ID:[103,3,1,""],GRN_OBJ_SET:[63,3,1,""],"--document-root":[80,0,1,"cmdoption--document-root"],grn_info_type:[33,2,1,""],grn_obj:[63,2,1,""],grn_obj_remove:[63,1,1,""],grn_obj_user_data:[100,1,1,""],grn_expr_append_const_int:[67,1,1,""],grn_expr_syntax_escape_query:[67,1,1,""],grn_geo_select_in_rectangle:[93,1,1,""],grn_hook_entry:[76,2,1,""],grn_ii_buffer_commit:[16,1,1,""],grn_obj_search:[88,1,1,""],grn_table_update_by_id:[95,1,1,""],grn_expr_append_op:[67,1,1,""],grn_geo_point:[93,2,1,""],grn_table_cursor_table:[128,1,1,""],grn_table_delete:[95,1,1,""],grn_ctx_close:[14,1,1,""],grn_ctx_open:[14,1,1,""],grn_column_index_update:[103,1,1,""],grn_obj_delete_by_id:[63,1,1,""],grn_ctx_get_command_version:[14,1,1,""],"--default-match-escalation-threshold":[80,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[128,1,1,""],grn_type_create:[48,1,1,""],grn_obj_path_by_id:[63,1,1,""],grn_builtin_type:[48,2,1,""],grn_table_get_key:[95,1,1,""],GRN_OBJ_PREPEND:[63,3,1,""],grn_set_default_match_escalation_threshold:[49,1,1,""],grn_cache_current_get:[15,1,1,""],grn_expr_create:[67,1,1,""],grn_get_default_command_version:[98,1,1,""],grn_expr_add_var:[67,1,1,""],grn_encoding_parse:[105,1,1,""],grn_column_create:[103,1,1,""],grn_ctx_set_command_version:[14,1,1,""],grn_table_sort_flags:[95,2,1,""],grn_obj_get_nhooks:[76,1,1,""],grn_set_default_encoding:[105,1,1,""],grn_set_default_command_version:[98,1,1,""],grn_ii_buffer_open:[16,1,1,""],GRN_COLUMN_NAME_NSUBRECS_LEN:[103,3,1,""],grn_table_group:[95,1,1,""],grn_obj_name:[63,1,1,""],grn_db_touch:[66,1,1,""]},grn_db_create_optarg:{n_builtin_type_names:[66,4,1,""],builtin_type_names:[66,4,1,""]}},titleterms:{"_pat":77,senna:83,"\u6539\u826f":[1,83,129,121,61,22],"\u7b26\u53f7":124," quetzal":12,": ":[56,91],"\u6d41\u308c":101,"-prefix":44,"\u9ad8\u5ea6":91,prefix:55," v":55,"\u6761\u4ef6":[59,92,91,125,150],query:[97,91,143,123]," x":71,"=number":44,"\u3084\u308b":125,jessie:126,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":32,"\u30d3\u30c3\u30c8":124,"\u7279\u5fb4":[77,112],ruby:[122,54],tt:[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"-release":125,"\u901a\u4fe1":136,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,"_column":[103,89],"\u524a\u9664":141,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":147,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[140,85],string:[72,113],groonga:[43,118,83,125,153,111,112,136,80,81,55,142,7,144,29,70,101,50,140,32],"\u95a2\u9023":[91,5,6,130,7,20,62,13,90],"=message":44,"\u304a\u6c17":152," -":[1,83,129,121,61,22]," allocate":139,"\u30b5\u30f3\u30d7\u30eb":[148,140],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[17,146,147,115],"2pdf":17,"\u52d5\u4f5c":[39,104,147,125,69],"\u30b9\u30af\u30ea\u30d7\u30c8":[124,125],"_or":79,"\u3068\u3057\u3066":37," update":[39,125],"-escalation":44,"\u6761\u4ef6\u5f0f":150,min:79,"\u7c21\u5358":91,"\u30aa\u30d7\u30b7\u30e7\u30f3":[140,127,80,148,153],".po":101,"\u8ad6\u7406\u548c":150,"\u4ed8\u4e0e":62,"\u771f\u507d\u5024":[11,124],"-benchmark":140,"\u6f14\u7b97\u5b50":124," install":44,"-lzo":44,"_remove":[34,57],"\u7701\u7565":[60,72,113,97],sub:151,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":125,"\u53c2\u8003":[114,54,72,133,151,77,91,113,26,153,46,97,2,99,127,122,155,146,141,51],"\u30ea\u30c6\u30e9\u30eb":124,"\u6210\u529f":114,tips:125,"\u683c\u7d0d":37,memcached:32,body:114,"\u30d1\u30c3\u30b1\u30fc\u30b8":125,"\u6587\u6cd5":59,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":150,"\u30c6\u30b9\u30c8":147,"\u30bf\u30b0":36,"\u3042\u308a":[150,124]," memory":139,ubuntu:12,"\u6e96\u5099":[74,125],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":42," rk":39,"\u306b\u95a2\u3059\u308b":37,"\u95a2\u4fc2\u5f0f":55,"\u4e26\u5217":125,"_key":77,"\u63d0\u4f9b":106,"\u4e3b\u30ad\u30fc":[37,119],blogroonga:125,"_version":[98,10],"_name":[47,108],"_output":91,"\u5165\u6f14":124,"_info":33,changes:83,options:[111,50],"\u7ffb\u8a33":[125,101]," solaris":19,"\u5909\u66f4":[56,129,42],"\u30af\u30a8\u30ea":[112,55,74],"\u30de\u30c3\u30c1":124,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[70,13],"\u6587\u5b57\u5217":[11,124],api:24,"_table":[128,95,55],select:91,"\u6982\u8981":[33,72,76,77,2,7,8,122,92,88,41,15,91,10,93,95,98,14,46,97,47,16,49,50,100,51,54,102,103,48,105,58,128,60,99,79,108,63,146,66,151,111,112,113,26,114,141,116,155],"\u9001\u4fe1":32,"\u69cb\u6587":[58,54,72,150,151,91,113,26,46,97,47,60,99,79,8,122,92,108,124,141,51],"\u624b\u9806":125,zip:84,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55,"\u30d5\u30ec\u30fc\u30ba":150,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":112," api":68,"_no":77,https:42,tokenize:72,scope:151,"_flags":91,"\u60c5\u5831":[125,112,38,106,82,59,142,147],"\u30d6\u30ed\u30b0":125,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":23,"\u3059\u308b":[0,125,110,104,56,139,106,7,69,39,62,147],normalizer:[72,113,51],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":124,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":125,"\u5f15\u6570":[72,5,78,80,6,34,92,122,87,90,91,60,94,46,97,47,130,132,20,134,50,51,53,54,140,57,58,107,141,99,79,108,145,148,65,151,111,113,28,116,30,117],"\u3053\u3068":125,"_base":7,"_command":98,homebrew:[125,71],"\u3067\u304d":37," http":29,"\u4ee5\u4e0b":150,"\u4ee5\u4e0a":[150,124],"\u30b8\u30aa\u30b5\u30fc\u30c1":36,"\u8d77\u52d5":[118,32],"\u3060\u3051":106,"\u524d\u63d0":125,clearlock:90,"\u89e3\u6790":147,"\u7de8\u96c6":101,"\u6bd4\u8f03":[124,42],"_encoding":105,"\u304c\u3063":62,process:123,"_install":44,"\u4f7f\u3044\u65b9":[72,4,7,8,122,39,46,91,60,96,97,47,50,51,54,104,140,58,151,141,99,79,108,146,111,113,26,69,92],"\u660e\u793a":125,"\u958b\u767a":[137,142,106]," os":71,"\u548c\u4ee3":124,normalize:113,filter:[151,91]," of":116,", ":55,"\u540d\u524d":[34,5,37,80,6,87,89,90,94,127,130,132,20,134,78,53,140,57,65,107,145,148,149,153,28,29,30,117],"\u691c\u51fa":147,normalizernfkc:155,snippet:26,how:39,"\u548c\u6f14":124,sid:126,"\u52d5\u7684":96,"\u5b9f\u884c\u4f8b":[33,63,102,66,76,16,105,95,14,15,128,98,93,48,49,88,67,41,100,103],"\u8fd1\u508d":124," (":89,"\u30b3\u30de\u30f3\u30c9":[25,3,32,80,29],"_create":[58,7,51],"-gqtp":118,"\u7d42\u4e86":[118,7,32],"_proc":41,"\u7406\u7531":106,max:[99,79],clone:101,"\u4e57\u7b97":124,mac:71,"\u6642\u9593":[152,124],"\u7f72\u540d":125,"\u30da\u30fc\u30b8\u30f3\u30b0":91,"\u8a2d\u5b9a":[125,7,42,64],status:[65,143]," files":116,"-munin":44,"\u66f8\u5f0f":[34,3,5,78,80,6,7,87,90,94,127,130,132,20,134,50,53,140,57,65,107,145,148,149,111,28,29,30,117],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":11,register:8,"-files":125,"\u7d22\u5f15":112,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":84,"\u30b0\u30eb\u30fc\u30d7":[150,124],freebsd:116,"\u30a4\u30f3\u30dd\u30fc\u30c8":125,"\u8ee2\u7f6e":112,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[73,131],"\u30c4\u30a4\u30fc\u30c8":106,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,13,125,43],rand:53,"=\"":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],grntest:125,"\u30d1\u30c8\u30ea\u30b7\u30a2":119,"\u623b\u308a\u5024":[58,54,72,151,127,79,113,26,46,97,47,60,99,8,122,92,108,141,51],"><":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u305f\u3044":125,gqtp:[136,118,143,32,75],"\u6d6e\u52d5":124,saucy:12,"_api":55,"_match":49,"_rename":47,"\u6587\u66f8":124,"=platform":44,"\u63a5\u7d9a":32,tsv:[114,146],"\u4ee5\u4e0b\u6f14":124,cutter:[147,125],"\u57fa\u672c":[3,124],greater:55,"\u30d7\u30ed\u30c8\u30b3\u30eb":[32,143],"\u9664\u7b97":124,not:55,"\u8a8d\u8a3c":42,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":32,now:149,"\u5c0f\u306a\u308a":[150,124],"\u90e8\u5206\u4e00\u81f4":120,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":112,"-pack":44,name:51,edit:94,"-encoding":44,"\u66f4\u65b0":[112,125,101],kern:116," mode":55,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":116,"\u767b\u9332":[0,125],"\u3053\u3061\u3089":106,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"\u4e26\u3079":3,normalizerauto:155,"\u751f\u6210":[125,101],"\u74b0\u5883":[147,125],"\u5b9f\u4f8b":55,"\u9032\u3081":106,http:[118,156,4,32],"\u30d8\u30c3\u30c0\u30fc":143,todo:[97,26],"\u9001\u308a\u65b9":[0,101],"-match":44,"\u30ab\u30d0\u30ec\u30c3\u30b8":147,"\u7def\u5ea6":112," precise":12,docutils:[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"-default":44,"\u3065\u3051":10,red:125,rk:39," log":123,nofile:116,"\u30e6\u30fc\u30b6\u30fcid":152,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":147,proxy:7,"-create":153,"_string":[97,151],"\u305f\u3081":[91,55,106],lts:12,"\u7d50\u5408\u5f0f":150,"\u4ed5\u69d8":18,"\u4e8b\u9805":[52,37,140],freecode:125,script:122,"-localstatedir":44,"\u53ef\u80fd":[60,112,113,97,72,7],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":112,"_hash":77,"_user":100," ringtail":12,"\u30d9\u30af\u30bf\u30fc":37,"\u3078\u3068":106,"\u6e1b\u7b97":124,suffix:55,"\u8aac\u660e":[34,5,37,80,6,87,89,90,94,127,130,132,20,134,78,53,140,57,65,107,145,148,149,28,29,30,117],"_prefix":44,"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":20,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":152,"\u7d44\u307f\u8fbc\u307f":[155,80],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":125,"> ":83,"_data":100,size:143,"\u78ba\u8a8d":[125,101],"\u7d5e\u8fbc":59," process":116,"\u30ab\u30b9\u30b1\u30fc\u30c9":141,"\u4fee\u6b63":[1,83,129,121,61,22],"\u5bfe\u7b56":[56,139],"\u6c38\u7d9a":77,"_obj":63,"\u30ea\u30dd\u30b8\u30c8\u30ea":[86,101],"=encoding":44,"\u306f\u3058\u3081":9,tokenizer:72,configure:[44,125],desctipion:153,"\u8ffd\u8de1":0,".com":125,rst:17,"\u5b66\u7fd2":[39,104,9,69],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"-httpd":[111,118,7,81],"_index":102,"_untag":92,"-log":44,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":35,"-http":118,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[52,3,11,77,37,97,152,62,51],"_expander":[97,91]," gnu":126,"\u3044\u304f":106,hashtags:152,"\u30a8\u30e9\u30fc":[114,139],"-zlib":44,"\u56fd\u969b\u5316":101,"\u5834\u5408":[114,62,125],"null":124,"_circle":145,"\u3044\u308b":[152,38],"\u7279\u6b8a":140,"\u4e00\u89a7":[2,23],"_list":[87,78],callback:55,"\u304b\u3089":[138,109,12,106,126,84,44,71],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":51,"-with":44,"\u7279\u5b9a":[147,125],"\u307e\u3068\u3081":125,"_distance":[60,94],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":147," open":116,libmemcached:147,"\u7d22\u7528":3,"\u7528\u79d8":125,"\u30c4\u30fc\u30eb":[44,7,32],"\u7d44\u8fbc\u578b":37,"\u30b5\u30b8\u30a7\u30b9\u30c8":154,synopstis:153,"_put":6,windows:[84,125],geoindex:152,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":110,"_in":[28,145],"_ii":16," reading":39,"\u30b5\u30fc\u30d0":[112,32],"\u4f7f\u3044":120,"_processes":7,"=path":44,"\u3084\u308a":106,"\u5fc5\u9808":[91,60,113,97,47,72,108],"\u30ec\u30b3\u30fc\u30c9":[91,3],"-po":125,"\u5270\u4f59":124,"\u30d5\u30a1\u30bb\u30c3\u30c8":91,"\u30d1\u30c3\u30c1":101,"\u304a\u304f":106,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":125,"\u8ffd\u52a0":[101,155,125,82],"\u5bfe\u8c61":62,"_cursor":[128,102],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":124,xml:114,ellipsoid:60," senna":83,"\u4e0d\u7b49\u4fa1":[150,124],grnslap:148,cache:[91,99],"\u72ec\u81ea":124,"\u65e5\u6642":11,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":125," in":83,"_equal":55,"\u65b9\u6cd5":[10,125,104,56,139,96,69,39,70,13,147,101],"\u30ea\u30ea\u30fc\u30b9":[1,125,129,121,61,22],rectangle:60,"\u4e00\u6642":77,"\u6295\u7a3f":152,"-server":118,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":42,wheezy:126,pull:101," per":116,db:55,clang:147,"_html":26,"_limit":[91,7,99],"\u7b97\u5b50":124,"_eval":122,"\u91cd\u307f":62,geo:[28,60,145],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,42],"\u5171\u8d77":[39,104,69]," releases":61,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":56," pangolin":12,"_map":116,"_search":88,"\u7d50\u679c":[56,140,3,110],"\u52a0\u7b97":124,"\u6570\u5024":11,contain:55,"\u64cd\u4f5c":3,"\u69cb\u7bc9":[96,147],"\u5236\u5fa1":124,dump:132,"\u4ee3\u5165":124,travis:64,tokenizers:31,arg:55,news:83,"\u8a00\u8a9e":101,"\u65b0\u898f":125,"\u6a5f\u80fd":38,"\u30ab\u30e9\u30e0":[52,60,3,110,62,89],"\u985e\u4f3c":[124,104],"\u7ba1\u7406":[7,32],"\u5c02\u7528":32,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,"_pack":44," arg":55,between:79,"\u305d\u306e":44,"\u7bc4\u56f2":[3,51],"\u4f4d\u7f6e":[60,59,10,38,112],"\u8868\u73fe":55,"_geo":93,javascript:59,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":112,"\u904e\u53bb":106,key:51,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":140,"\u5373\u6642":112,"\u30b7\u30d5\u30c8":124," literal":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[150,124],"_level":[5,7],"\u6392\u4ed6":124,"\u518d\u8d77\u52d5":118,"\u77e5\u308a":125,"-suggest":[111,50,153],"\u306a\u3057":[124,42],equal:55," max":116,"\u30ec\u30b3\u30fc\u30c9id":77,"\u30b5\u30fc\u30d0\u30fc":[29,118,27],"\u88dc\u6b63":[9,104],"\u30d1\u30e9\u30e1\u30fc\u30bf":[62,10],"\u306a\u3044":[37,106],pdf:17,load:46,"\u8a9e\u5f59":[3,82],"\u4f5c\u6210":[17,152,3,125,51],point:60,sphere:60,"\u4fdd\u5b58":[11,51],"\u62bd\u51fa":124,header:114,"\u7f6e\u63db":97,"\u95a2\u6570":[135,124,147],"\u6574\u6570":124,shutdown:117,path:54,table:[91,34,77,47,87,108,51],raring:12,quit:134,tuning:116,"\u30e1\u30e2\u30ea":116," period":83,json:[65,34,5,127,78,57,46,107,6,130,114,20,87,30,90],po:125,"\u7528\u3044":[20,59],define:130,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[123,146],"-help":44,"_tokenizer":51,"\u7591\u4f3c":89,"_value":79,"\u5b9f\u884c":[40,55,125,140,7,147],"\u7a2e\u985e":11,"_log":7,"-message":44,"\u5dee\u6f14":124,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,21],"\u30a8\u30b9\u30b1\u30fc\u30d7":150,value:51,"\u5236\u9650":[52,110,77,37,140,146],cast:45,near:55,"\u691c\u7d22":[36,91,120,3,74,104,56,112,38,82,150,59,69,119,39,62,124,152,51],"\u5f8c\u65b9\u4e00\u81f4":[150,124],"\u30e9\u30a4\u30d6\u30e9\u30ea":[112,44],"\u540c\u3058":56,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,geopoint:152,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":155,"\u6307\u91dd":106,"\u5fc5\u8981":92,vm:116,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":125,"_expansion":91,"\u53d6\u5f97":[3,125],"</":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u95be\u5024":56,".maxfileperproc":116,"\u8a9e\u5f59\u8868":51,"\u5ea7\u6a19\u5024":124,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":125,fedora:138,"_rectangle":28,suggest:127,make:[44,125],"\u4f8b\u3048":106,"\u6210\u679c":101,"-dataset":153,"\u7a4d\u6f14":124,"_filter":151,html:[17,92,101],"-learner":50,messagepack:114,"\u30ad\u30fc\u30ef\u30fc\u30c9":[56,152],".max":116,"\u8a98\u5c0e":106,".po\u30d5\u30a1\u30a4\u30eb":101,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"/linux":126,"\u306b\u3088\u308b":[62,119,110],"\u975e\u308f\u304b\u3061":120,"\u8ab2\u984c":0,"_columns":[97,62,91],"\">":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u5834\u6240":[146,106],"\u5168\u6587\u691c":3,"\u95a2\u4fc2":[36,91,44],database:[111,50],"\u307e\u305f":62,"\u3055\u307e\u3056\u307e\u306a":59," data":39,"()":55,flags:[72,113,143,51],sortby:91,"\u51fa\u529b":[114,91,3,4,101],gzip:42,the:[61,116],lcov:147,"_path":[111,7,50],"\u8868\u793a":3,"-platform":44,protocol:143,"-path":44,less:55,"(v":55,"\u5229\u7528":[59,7],"_ctx":14,"\u5171\u6709":112,"\u9006\u5f15\u304d":36,"\u8fd4\u5024":[34,5,78,6,87,90,91,94,130,132,20,134,53,57,65,107,145,30,28,29,149,117],"\u547c\u3073\u51fa\u3057":124,"\u5f8c\u65b9":119,"\u3067\u304d\u308b":[55,106],"\u8ad6\u7406":[150,124],mmap:139,"\u30bd\u30fc\u30c8":[59,110],defrag:30,"_selector":130,"\u660e\u793a\u7684":60,"\u62e1\u5f35":74,"\u4e00\u81f4":[120,119],match:[97,62,91],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":42,"\u7d4c\u5ea6":112,"_select":55,"\u8ad6\u7406\u7a4d":150,"\u9759\u7684":[96,147],nginx:7,"_hook":76,"\u30bd\u30fc\u30b9":[138,109,12,126,84,44,71],"\u7a4d\u4ee3":124,linux:116,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":32,"\u5354\u529b":106,"\u691c\u7d22\u4f8b":55,"\u88dc\u5b8c":[39,9],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,42],"_expr":[55,67,133],output:91,"_threshold":91,"\u4f5c\u696d":125,"\u307e\u305f\u3050":62,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":32," request":101,"\u4ed5\u65b9":101,centos:109,"_db":66,"-plugins":44,"\u30b7\u30b9\u30c6\u30e0":[0,152],"\u5358\u8a9e":124,"_dat":77,"\u4f7f\u7528":116,"\u5727\u7e2e":42,"\u30b3\u30e1\u30f3\u30c8":152,"_sortby":91,"\u5411\u3051":[142,125]," old":61,"\u5bc6\u9375":125,"\u66f8\u304d":120,"\u5f62\u5f0f":[65,34,5,127,78,57,46,107,6,130,114,20,87,30,90],comments:152,exit:153,"\u30af\u30a8\u30ea\u30fc":[7,23,150],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":118,"\u30d3\u30eb\u30c9":[138,109,125,12,126,84,44,71],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":136,"\u5206\u3051":120,"\u5168\u6587\u691c\u7d22":150,"\u4ed8\u304d":[36,124],"\u3046\u307e\u304f":106,"\u4e0a\u9650":52,"\u4f9d\u5b58":44,"\u5b8c\u5168":120,"\u3042\u308b":152,"\u5927\u306a\u308a":[150,124],offset:91,"\u96c6\u8a08":112,post:42,"_auto":7,"\u6319\u52d5":120,"\u53c2\u7167":[11,36,143,112],"\u5b9f\u73fe":55,"_border":79,column:[58,47,57,78,79],"_escalation":[49,91],"\u30e6\u30fc\u30b6\u30fc":[152,106],location:60," salamander":12," cannot":139,"\u30b9\u30c8\u30ec\u30fc\u30b8":112,"\u524d\u65b9\u4e00\u81f4":[39,150,124],scorer:[59,91],"_reopen":20,"\u5b9f\u9a13":22,domain:110,"\u30ad\u30e3\u30c3\u30b7\u30e5":[91,7],"\u30d5\u30a1\u30a4\u30eb":[40,55,125,146,42,101],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":119,"\u7279\u6709":7,"\u9805\u76ee":[5,20,6,130,90],span:[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],log:[5,20,6,123],"\u8907\u6570":[62,110,42],". ":[0,2,3,4,5,6,7,8,9,10,68,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,53,37,38,39,40,41,42,138,44,46,47,48,49,50,51,52,36,54,55,56,57,58,59,60,62,63,64,65,66,67,126,69,70,71,72,73,74,75,76,77,78,79,80,81,82,84,85,86,87,88,89,90,91,92,93,94,95,98,96,97,11,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,127,128,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":140," number":116,approximate:60,"\u30d0\u30fc\u30b8\u30e7\u30f3":[129,1,10,121,125],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,redmine:106,"\u30ed\u30b0":20,"\u5c55\u958b":23,"\u7b49\u4fa1":[150,124],"\u63d0\u6848":[9,69],"cpu\u30b3\u30a2":42,twitter:[106,125,21],"\u30d5\u30a9\u30ed\u30fc":152,files:153,"\u6027\u80fd":[7,42],"\u4f7f\u3046":[60,7],"\u7b97\u8853":124,"_load":54," status":153,"\u5165\u308a":152,"default":[10,51],"\u5426\u5b9a":[150,124],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":125,limit:91,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":106,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[33,63,102,66,76,16,105,95,14,15,128,98,93,48,49,88,67,41,100,103],"\u304a\u77e5\u3089":[61,1,129,121],similar:55,"delete":141,"\u611f\u8b1d":[22,1,129,121,61],bigram:152,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":125,command:10,"\u69d8\u3005":147,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":152,"\u56de\u907f":139,"\u3054\u3068":62,"\u70b9\u6570":124,check:107,facebook:21,"\u306e\u306b":56,"\u5bfe\u5fdc":[38,106,42],pre:[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u7570\u306a\u308b":56,"\u4ee3\u5165\u5f0f":150,"\u3068\u308a":106,"\u914d\u5217":124,"\u3042\u3052\u308b":56,"\u306e\u307f":[147,125],grn:[33,76,16,88,41,93,98,14,15,95,133,128,100,55,102,103,48,105,49,63,66,67],"\u5168\u6587":[3,56,112,82,59,62],"_type":[48,60,143,51],users:152,truncate:108,"\u30c7\u30fc\u30bf":[11,152,37,3,51],worker:7,"-package":44,"\u30c7\u30d0\u30c3\u30ac":147,"\u6307\u5b9a":[60,3,150,125,37,59,10,62],"_query":7," docutils":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113],"\u547d\u4ee4":140,"\u65b0\u3057\u3044":101," ci":64,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":42,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":125,drilldown:91," hat":125,"\u3088\u3046":[39,104,69],debian:[126,125]," to":39,"_count":116,"\u30ed\u30fc\u30c9":[152,3],sphinx:17,macports:71,"-threshold":44,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[52,36,62,96],pseudo:89,"-latest":125,"\u306b\u5bfe\u3059\u308b":82,"_offset":91,queryexpandertsv:146,"_memory":116,"\u5909\u66f4\u70b9":125,oracle:19,"\u539f\u56e0":56,"\u30c7\u30fc\u30e2\u30f3":32," class":[33,72,76,16,122,88,41,15,91,93,95,14,46,98,49,100,51,54,102,103,48,105,58,128,141,99,47,108,63,66,113]}})
@@ -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.1.0ドキュメント</title>
10
+ <title>7. サーバー &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -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.1.0ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -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.1.0ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</title>
10
+ <title>7.3. HTTP &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -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.1.0ドキュメント</a> &raquo;</li>
156
+ <li><a href="../index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</title>
10
+ <title>7.3.1. 比較 &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">Groonga v3.1.1ドキュメント</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>
@@ -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.1.0ドキュメント</a> &raquo;</li>
441
+ <li><a href="../../index.html">Groonga v3.1.1ドキュメント</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.1.0ドキュメント</title>
10
+ <title>7.3.3. groonga-httpd &mdash; Groonga v3.1.1ドキュメント</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.1.0',
18
+ VERSION: '3.1.1',
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.1.0ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v3.1.1ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">Groonga v3.1.1ドキュメント</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>
@@ -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.1.0ドキュメント</a> &raquo;</li>
126
+ <li><a href="../../index.html">Groonga v3.1.1ドキュメント</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>