rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. data/Rakefile +3 -2
  2. data/ext/groonga/rb-grn-expression.c +4 -3
  3. data/ext/groonga/rb-grn-object.c +13 -0
  4. data/ext/groonga/rb-grn-snippet.c +32 -126
  5. data/ext/groonga/rb-grn.h +14 -11
  6. data/lib/1.8/groonga.so +0 -0
  7. data/lib/1.9/groonga.so +0 -0
  8. data/rroonga-build.rb +1 -1
  9. data/vendor/local/bin/{grntest.exe → groonga-benchmark.exe} +0 -0
  10. data/vendor/local/bin/groonga.exe +0 -0
  11. data/vendor/local/bin/libgroonga-0.dll +0 -0
  12. data/vendor/local/bin/libmecab-1.dll +0 -0
  13. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  14. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/include/groonga/groonga/plugin.h +1 -1
  17. data/vendor/local/include/groonga/groonga.h +10 -3
  18. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  24. data/vendor/local/lib/libgroonga.a +0 -0
  25. data/vendor/local/lib/libgroonga.dll.a +0 -0
  26. data/vendor/local/lib/libmecab.a +0 -0
  27. data/vendor/local/lib/libmecab.dll.a +0 -0
  28. data/vendor/local/lib/libmsgpack.a +0 -0
  29. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  30. data/vendor/local/lib/libmsgpackc.a +0 -0
  31. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  32. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  33. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  34. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  35. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  36. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  37. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  38. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  39. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
  40. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
  41. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
  42. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
  43. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
  44. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
  45. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
  46. data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
  47. data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
  48. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
  49. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
  50. data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
  51. data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
  53. data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
  54. data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
  61. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
  64. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
  65. data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
  67. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
  70. data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
  72. data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
  73. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
  74. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
  75. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
  76. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
  77. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
  79. data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
  81. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
  82. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
  85. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
  87. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
  88. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
  93. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
  95. data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
  96. data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
  97. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
  98. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
  99. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
  100. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
  101. data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
  102. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
  103. data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
  107. data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
  108. data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
  109. data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
  110. data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
  111. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
  112. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
  114. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
  116. data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
  117. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  118. data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
  119. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
  124. data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
  126. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
  127. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
  128. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
  129. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
  130. data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  132. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
  134. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
  135. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
  137. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
  138. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
  140. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
  145. data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
  146. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  147. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
  148. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
  149. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
  150. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
  151. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
  152. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
  153. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
  154. data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
  155. data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
  156. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
  157. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
  158. data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
  159. data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  231. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
  251. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
  254. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
  255. data/vendor/local/share/doc/groonga/source/community.txt +2 -2
  256. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
  257. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
  258. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
  259. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
  260. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
  261. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
  262. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
  263. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
  264. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
  265. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/install.txt +72 -8
  285. data/vendor/local/share/doc/groonga/source/news.txt +45 -1
  286. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
  287. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
  288. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
  289. data/vendor/local/share/doc/groonga/source/type.txt +30 -21
  290. data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
  291. data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
  292. data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
  293. data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
  294. data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
  295. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  296. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
  297. data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
  298. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
  299. data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
  300. data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
  301. data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
  302. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
  303. data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
  304. data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
  305. data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
  306. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
  307. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
  308. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
  309. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
  310. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
  311. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
  312. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
  313. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
  314. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
  315. data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
  316. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
  317. data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
  318. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
  319. data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
  320. data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
  321. data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
  322. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
  323. data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
  324. data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
  325. data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
  326. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
  327. data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
  328. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
  329. data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
  330. data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
  331. data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
  332. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
  333. data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
  334. data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
  335. data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
  336. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
  337. data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
  338. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
  339. data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
  340. data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
  341. data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
  342. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
  343. data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
  344. data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
  345. data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
  346. data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
  347. data/vendor/local/share/man/man1/groonga.1 +510 -211
  348. metadata +62 -15
  349. data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
  350. data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
  351. data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
  352. data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
  353. data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
  354. data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
  355. data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -1 +1 @@
1
- Search.setIndex({objects:{"":{"--ftp":[16,0,1,"cmdoption--ftp"],"--dir":[16,0,1,"cmdoption--dir"],"--document-root":[13,0,1,"cmdoption--document-root"],"--cache-limit":[13,0,1,"cmdoption--cache-limit"],"-P":[14,0,1,"cmdoption-P"],"--pid-path":[13,0,1,"cmdoption--pid-path"],"--log-output-dir":[16,0,1,"cmdoption--log-output-dir"],"-d":[13,0,1,"cmdoption-d"],"-a":[13,0,1,"cmdoption-a"],"-c":[13,0,1,"cmdoption-c"],"-m":[14,0,1,"cmdoption-m"],"-l":[13,0,1,"cmdoption-l"],"-n":[13,0,1,"cmdoption-n"],"-i":[13,0,1,"cmdoption-i"],"-h":[13,0,1,"cmdoption-h"],"-t":[13,0,1,"cmdoption-t"],"-p":[13,0,1,"cmdoption-p"],"-s":[13,0,1,"cmdoption-s"],"--bind-address":[13,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[13,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[13,0,1,"cmdoption-e"],"--config-path":[13,0,1,"cmdoption--config-path"],"--query-log-path":[13,0,1,"cmdoption--query-log-path"],"--protocol":[13,0,1,"cmdoption--protocol"],"--log-path":[13,0,1,"cmdoption--log-path"],"--groonga":[16,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[36,13,21,63,73,27,38,84,66,80],EPEL:68,".status":16,"'config":13," thread":[55,16],"\u51fa\u6765":[43,35,40],localstatedir:[20,68],"\u3082\u3089\u3063":2,"\u306b\u304f\u3044":66,",\"suggest":18,prefix:[86,17,36,18,68],"\u3002scan":86,"-history":17,"\u6e1b\u3089":[39,62],"\u3070\u308c\u308b":20,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[13,83],"\u811a\u6ce8":[12,2,21,61,79,59,4],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," scan":86,"\u3002groonga":[2,81,66,7,57,54,28,22,40,46,84],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[13,17,71,60,22],"\u79d2\u60c5":17,"_column":[30,72,25,16,77],"\"ab":3," InnoDB":66," Lynx":[30,68]," English":52," YOUR":17,"_left":[12,17]," its":55," GitHub":60,"\u304b\u305a\u3072\u3053\u3055\u3093":39," use":[82,60],editrc:17,"void":39," stamp":55,"\u30d0\u30c3\u30d5\u30a1ID":82,"\u6b63\u5e38":16,"\u3066\u307f\u307e\u3057\u3087":38,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":87,"\u9045\u304f":[61,4],"/plugins":20,"\u30b9\u30ab\u30e9":11,"_sel":24,MAP:17,"\u30df\u30b9":28," warning":63,"\u932f\u8aa4":66,"=pat":39,"\u3002name":7,"\u6761\u4ef6\u5f0f":27,"\u6700\u9577":[17,7,16],starttime:[81,22],"\u5730\u7cfb":59,"\u7c21\u5358":[37,2]," threads":55,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":18,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":20,"-repository":68,"/Fedora":20,"\u3044\u304f\u3064\u304b":[36,86,7,77,52]," column":[43,23,38,2,18],"\u79d2x":59,"[http":39,"\u89e3\u9664":[13,1,69,78],"_nsubrecs":[35,77,65,87],"\u4f5c\u3089\u308c":16," install":[86,9,14,68,16],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":37,"\"cache":54," CUTTER":86,"[2":13," domain":[6,65],"\u65e5\u672c\u6e2c":59,"/\u6708":87,"\u6210\u529f":[5,7,63,56,42,74,78,57,54,79,47,80],"\u4e8b\u524d":[37,3],zunda:17,"\u30de\u30af\u30ed":17,Visual:17," push":60,"\u30b7\u30f3\u30dc\u30eb":[7,57],"\u691c\u7d22":[1,2,50,26,27,53,19,39,28,72,29,70,30,66,7,77,37,59,10,35,36,62,13,23,38,17,40,87,18,65,21,20,42,88,68,44],net:65,"\u683c\u7d0d":[35,36,2,50,65,13,66,26,23,8,72,43,57,77,87,17,59,11],"\u8fd1\u3044\u9806":26,"\u4e8c\u3064":[36,72,84,16],args:13,Synonym:50,"\u7fbd\u7530":87,"\u578b\u3068\u3057\u3066":59,"\u306f\u3044\u3051":74,"\u5fdc\u3058":[21,16,66],"& ":[37,38,36,72,68],"\u9069\u7528":[2,27],"\u3002output":71,"\u30af\u30a8\u30ea\u30ed\u30b0":[17,62,44,28],china:65,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":32,GRN:[36,17,20,27,39],"const":39,"\u300cComments":87,"\u4e0e\u3048":[36,2,65,13,73,37],".ddl":16,"\u30b0\u30cb\u30e3\u30e9":87," option":55,"\u305a\u306b":7,"_key":[35,1,2,18,65,43,87,27,38,54,77,70,40,50],"_dir":17,"\u79cb\u8449":38,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[68,16],"\u4e2d\u8eab":[2,16],"\u5f62\u614b":[66,7,68],"_output":[42,65,27]," cleared":39,":port":[13,83],"'\u3002":13,"\u304f\u3060":[2,18,37,66,16,43,83,68,60],"\u5411\u4e0a":17," data":22,serch:[18,62],"\u7ffb\u8a33":[46,60],"\u63a8\u79fb":84,"\u300c$":27,"\u300c\"":[13,2],"\u300c#":[87,20],"\"sound":62,"\u300c.":43,"\u300c,":71,"9f":22,"-YYY":60,"\u8aad\u307f\u3084\u3059\u3044":39,total:[82,16],"\u624b\u9806":44,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[46,36],"\u592a\u90ce":35,noarch:68,"\u975e\u63a8":[17,61],"\u9023\u7d9a":[37,72,62],"\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9":54,typo:17,ip:16,TABLE:[20,7,2,8,70],"\u4e0a\u4f4d":37,"[pkg":17,type:[35,2,18,65,62,43,87,16,38,57,44,28,40,11,70],"\"n":54,"\u30d6\u30ed\u30b0":[87,40,23],"\u30df\u30ea":[17,38,59],"_LIBRARY":68,"\u6709\u529b":18,"<=":87," opened":55,"\u304b\u304b\u308b":[23,2],autogen:60,"\u304b\u304b\u308a":23,"\u4e0b\u304c\u308a":37,"'Site":2,"_register":88,"(pos":[12,61,4],EMERG:[63,80],"-bind":[13,17],"_command":[22,2,54],"\u3064\u3065\u3044":87,"\u7518\u6817":87,"\u5217\u5f62":21,"\u6709\u52b9":[16,13,66,7,73,27,43,54,68,39,17],"\u62bc\u3057":2,"\u7f6e\u304d\u63db\u3048":[13,60],"\u4ee5\u4e0a":[36,2,18,13,27,16,86,60],mm:55,Text:59,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":16,spec:20," matched":[],"\u30a2\u30fc\u30ab\u30a4\u30d6":60,mv:5,"_SIS":[7,72,70],"_EXPR":36,"\u300c_":2,"\u306b\u95a2\u3057":[36,16],"\u5316\u6642":17,"\u304c\u3063":40,"-> ":20,JavaScript:[30,38,83,54,29],updated:37,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,69],"\u63a8\u5968":[39,84],"</":22,"\u6b21\u90ce":35,"2Gbyte":59," pdf":9,"\u4e0b\u66f8\u304d":26,LF:14,end:14,LC:60,eng:[28,18],"\u540d\u524d":[69,2,25,71,61,73,51,16,74,39,4,5,30,31,32,7,8,77,81,33,57,82,79,58,59,11,60,12,13,63,14,80,56,38,83,27,17,78,18,21,20,42,88,67,87,47,84]," chunk":82,travel:87,"\u30bb\u30b0\u30e1\u30f3\u30c8":[82,69],"\u30d7\u30ed\u30bb\u30b9":[82,2,13,32,14,16,81,54,66,84],"\nworks":55,config:[1,84],"-lines":17,"\u30b4\u30df":[17,20,82],"\u7d42\u4e86":[13,32,20,16,54,84]," title":[43,35,40,2,54],description:[87,72],"_plugins":17,"\u30b9\u30fc\u30d7":72,"\ncolumn":[37,87,71],"\ndebug":[63,80],lat:16,"\"@":87," hobby":55,"_title":[40,2,16],types:[28,62,18,44],"\u63fa\u308c":50,"\u305d\u306e\u5f8c":41,".tar":60,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[43,30,50,29,87],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":20,"\u5c0f\u3055\u3044":[36,61,88,4],"\u5727\u7e2e":17,"\u56fa\u5b9a\u9577":20,">#{":55,"\u901a\u5e38":[43,59,2,77],"\uff08TokenMecab":37,"\u5272\u308a\u5f53\u3066":20,"\u500b\u5b9a":64,"\u3069\u3053":17,"\u4e88\u5b9a":[6,17,84],"\u3042\u305f\u308a":[17,20],"\u643a\u5e2f":66,"\u7acb\u3061\u4e0a\u3052":16," smaller":55,"\u5358\u4e00":57,"\u5ea7\u6a19\u5024":17," url":71,"\u305f\u304f":[17,3,27,60],"\u305f\u304b":[17,62],"\u30d1\u30c8\u30ea\u30b7\u30a2":[30,72,2,70,7,27,29],japan:65,"\u305f\u3044":[35,2,65,6,44,16,13,54,68,28,17,40,59],gqtp:[13,64,14,16,39,46],"\u6d6e\u52d5":[43,59],suffix:36,"_in":[12,1,25,30,87,35,20,75,38,17,4],LongText:59,"\u8fd4\u3057":[12,36,2,18,62,81,61,27,33,67,44,28,58,3,4],"\u78ba\u7387":18,"\u305f\u3073":[38,84,16],"\u6574\u6570":[43,59,51,77,67],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[30,13,66,20,14,16,83,68,17,9,46,86],"\uff09\u3001":72," message":[40,80],"\u3002grntest":16," speed":3,"\u8f9e\u691c":17," support":24,"\u30d7\u30ed\u30c8\u30b3\u30eb":[30,66,14,16,54,39,29],"\u592b\u5fc5":70,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":16,"\u3082\u3063\u3068\u3082":86,"\u300coutput":83," online":[],"\u691c\u8a0e":37,"\u8a8d\u8a3c":54,"\u8fd4\u5024":[7,71,61,73,51,27,74,4,5,31,32,69,8,33,57,82,79,58,11,80,12,81,63,56,83,78,18,42,67,47],"\u5168\u3066":[59,40,23,27,60],"\u3072\u3089":28,"&query":54,"_select":[17,46,36,21],"\ncustomized":55,"\u56de\u6570":39,"\u691c\u8a3c":14,"(point":[12,61,4],"\u6771\u4eac":[37,87,38,72],"2\u3064":[0,2,87,44,40,58],API:[36,21,20,88,39,17],each:[28,62,18,44],PROGRESS:55,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[30,1,2,35,82,11,40,29],"_$":18,"_\"":17,"\u30ec\u30d9\u30eb":[13,63,80],serach:62,searc:28,"\u30d1\u30b9":[2,13,20,14,16,83,88,17],"\u3059\u3067\u306b":51,"\u53d6\u308a\u8fbc\u307f":17,"\u3002\uff08":[26,62,82,20,72,44,28,17,60],"\u3002\uff09":[1,26,62,20,72,44,17,60],"_DAT":[17,7]," Please":60,"\" ":[37,22,38,50,16],"\u3050\u308b\u3093\u3057\u304d":21,"\u767a\u884c":54,TokenBigramSplitSymbolAlphaDigit:[37,62],"\u30ed\u30b0\u30d1\u30b9":20," Tracking":0,msgpack:22,realtime:44,"\u7cfb\u7def":59,"\u30da\u30a2":[28,62,3,44],rd:[37,72],rf:68,moritapo:35,rc:55,"\u90e8\u5206":[37,36,72,86],"\".":65,"[macports":17,".ne":24,"\u77ed\u3044":[87,20],GCC:39,SYNOPSTIS:15,"/\uff09":20,"_tp":14,"\uff01\uff08":60,"\u77ed\u304f":[66,23],free:20,"\u5909\u5316":66," html":[9,60]," editor":60,"\u305f\u308a":[21,7,51,66,46,59],"\u305f\u3089":[28,20,60],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":11,"\u8996\u899a":66,"\u305f\u3081":[2,50,71,72,52,53,28,4,43,66,7,37,70,60,35,36,62,13,82,14,38,16,17,86,87,21,61,27,68,44,46],"\u30eb\u30fc\u30eb":20,"\u307e\u308d\u3086\u304d":70,"\u30eb\u30fc\u30d7":20,libedit:[17,1,20],"\u5f31\u70b9":66,"\u63a5\u8fd1":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":20,filter:[35,72,37,87,20,42,27,74,38],COLUMN:[43,57,2,11],"\"ni":28,"\u8fd4\u308a":38,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[30,66],TIME:55,"\u30eb\u30fc\u30c8":17,user:16,"|COMPRESS":11,"\u8aad\u307f\u8fbc\u3093":54,"><":22,"\u53ef\u5909":[17,69],"_INDEXER":39,Notification:55,"\u4f75\u305b":2," posts":[],"2\u5104":[],"\u304a\u3055\u307e\u308b":38,"_next":20," processed":55,"> ":[35,24,2,50,65,43,23,88,38,54,39,40,70]," brew":68,"\u6607\u964d":[7,27],"\u6700\u4e2d":66,"1\u884c":16,"\u30b5\u30dd\u30fc\u30c8":[1,26,66,20,23,16,84,22,17,39,59],"\u540c\u4e00":7," Meerkat":17,top:[12,17]," Synonym":50,SEE:15,"\u4f7f\u308f":[17,28],"\u533a\u5207\u3089":17,"\u533a\u5207\u308a":[2,18,65,13,73,71,14,27,66,43,44,22],"\u533a\u5207\u308b":20," mysql":24,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[13,83],"\"roonga":3,"\u898b\u306a\u3055":27,"\u5316\u524d":77,"(Windows":16,"\u63a2\u7d22":66,"\u5358\u4f4d":[72,66,20,61,27,17,4],"_clear":17," Request":60,"\u5b57\u5217":17,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u672c\u6765":50,".com":[2,65,43,38,68,60],">n":22,Oracle:17,"\u5358\u4f53":[66,16],"\u3069\u3061\u3089\u304b":54,"\ntweets":[],nsubrecs:65,"\"\u3001":28,".json":22,Marverick:20,Debian:[17,86,68,30],bi:[37,72],"_preparer":[28,62,18,44],"(location":[35,38,87],"\u3002true":59," \"@":87," sphinx":9," license":24,"\u30a8\u30e9\u30fc":[5,1,56,63,84,7,42,27,74,78,57,79,68,39,17,47,80],Query:[30,55,25],TSV:22,Animation:35,"\u5834\u5408":[1,69,2,50,71,72,73,51,16,74,54,3,4,5,43,56,7,37,78,57,81,82,79,59,60,34,35,36,62,13,14,23,38,83,27,17,40,18,65,80,63,20,42,61,67,68,87,22,47,84],"\u3002grn":[21,36],"\u5f93\u3063":[7,83,27],"\u304b\u3069\u3046":[37,27],"\n<":22,latency:16,"\n>":[35,2,18,65,43,23,38,54,70,40,50],"\u7279\u6b8a":[83,2,16],"\u4e00\u89a7":[30,75,25,35,13,82,8,37,43,87,11]," and":[46,24,55],",\\\"":73,"/run":13,"\u591a\u9762":66,"\n-":[78,74],point2:61,"\n(":[22,55],"-port":[13,16],They:55,"_distance":[35,1,25,30,61,75,38,17,58],"\n%":[2,13,71,54,68,17,86,60],"\n ":[37,82,42,8,27,81,16,87,11],"\u5f93\u3046":20,"\n\"":[22,16],"\n#":[13,9,16],"\n]":[28,71,62,73,44]," index":[35,40],"/share":[13,17],"\n[":[7,2,50,71,73,51,16,54,28,70,43,56,69,37,78,57,82,80,35,62,13,63,23,38,40,18,65,87,42,44,22],"\u30b1\u30fc\u30b9":37,"\u7d22\u7528":[30,2,29],"\u3044\u307e\u305b":[21,26,18,68],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":60,"\u3084\u3059\u3044":1,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82," point":[39,61],"\u4f7f\u3063":[0,35,36,2,50,62,37,82,72,61,38,68,39,46,3,60],"\u3072\u3068\u3064":58,"\u30b5\u30b8\u30a7\u30b9\u30c8":[30,18,76,20,15,17,3],"\n}":36,"\u540c\u68b1":[39,20,60],"\u7d22\u6642":20,radious:4,"\n{":[81,73,16],"\u610f\u5473":[36,2,18,13,16,38,28],doc:[6,15,60],Float:[43,61,59],".GitHub":60,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[28,62,88,44],"\u767a\u751f":[37,66,1],"\u56fa\u5b9a":[7,2],"\u4f7f\u3048":[17,68,27],"\u4f7f\u3046":[1,26,2,18,43,6,21,71,20,16,37,62,36,22,28,17,40,3,44],"\u30ed\u30fc\u30c9":[30,2,13,66,20,73,87,17,29],"\n`":[5,7,56,63,69,42,51,74,78,57,82,79,47,80],"\na":55,"\ngeo":61,"\u66f8\u304d\u8fbc\u307f":87,"\u8003\u3048":[66,2],Fedora:[17,20,68,30],"\u30ec\u30b3\u30fc\u30c9":[2,50,26,73,27,74,70,7,8,77,37,59,34,35,36,13,23,38,17,87,18,65,21,20,42,66],"\u306a\u304a\u3053\u306e":16,"\u6210\u308a\u7acb\u3063":36,"\u8a9e\u610f":53,"\u307f\u306a\u3055":36,"\u65e5\u672c\u8a9e":[0,37,66,39,28,60],"\u8ffd\u52a0":[1,56,2,70,73,53,17,3,29,30,7,77,37,57,60,35,36,13,23,39,40,65,66,20,42,88,46]," X":[30,20,68],"\u5ea6\u8868":20,"\"\u308d\u3086\u304d":70,Resources:[],"\u5c0f\u6570":[43,17,38,59,27],"\u6c42\u307e\u308a":66," \u3057\u3044":[37,72],ellipsoid:61,"@s":20,grnslap:[48,30,14,25],"\u72ec\u81ea":[66,14,54],"\u6700\u65b0":17,specify:60," enhanced":24,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":36," work":55,rectangle:61,"-frequency":17,"do":16," candidate":18,"-enable":20,df:54," Ventry":56,"\u3055\u3089\u306b":[35,84,87,3,66],de:60,db:[17,69,78,16],"\u5f0f\u4e2d":21,"_limit":[30,1,65,25,42,41,27,51],"\u5019\u88dc":[28,62,3,18],"\u8ab0\u304b":46,"\u91cd\u307f":[37,30,40,29,27],"[libedit":17,"\u8ab0\u304c":87,"\u91cd\u3044":66,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[30,41,25,20,83,84],"\u3064\u304b":88,"\u5171\u8d77":[28,62,44],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[30,72,62,37,20,88,19,39,17,44],"\u91cd\u304f":37,"_index":87,"\u7d50\u679c":[2,50,71,72,27,19,28,30,77,36,62,37,44,38,83,16,17,40,86,87,65,21,20,66],"\u30ec\u30b3\u30fc\u30c9ID":74,"`${":60," five":2,"-per":17," IndexBlog":40,"\nload":71,"\u5341\u4e00":[]," Shibuya":20,"\u591a\u304f":[2,43,13,21,27,37,17],"\u5e83\u304f":87,"\u591a\u3044":37," this":2,mysql:24,"/gat":[38,2,65],nul:17,result:36,"\u9589\u3058":17,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":72,"-commnad":84,"<port":[13,16],"\u67d4\u8edf":[21,66],"\u6a5f\u80fd":[30,1,26,18,76,62,13,21,20,16,66,36,50,54,28,17,39,87,3,44],"\u9006\u5f15\u304d":[30,87,29,35],"(Cutter":86,"\u5206\u304b\u3061":66,"\u4e8c\u3064\u76ee":[],"\u3002status":2,score:[35,36,2,18,37,87,27,38],"\u30d7\u30ed\u30b0\u30e9\u30e0":[46,20],"\u5bbf\u99c5":87,"\u56db\u6368":17,"\u7bc4\u56f2":[12,26,2,30,37,66,84,7,27,77,87,29,4],"\u9650\u6587":17,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36,"_CHECK":86," information":60,"\u611f\u3058":87,"_geo":17,"\u3044\u305a\u308c":[59,84,77],"\u3092\u901a\u3057":[13,2],"_get":[17,39],"\u30b5\u30fc\u30d0\u30fc":[17,22],COMMAND:2,"\u59cb\u307e\u308b":[28,57,3,16,77],"_NORMALIZE":[24,2,50,37,87,7,23,8,27,40],"\u534a\u5f84":4,"\u5373\u6642":[30,66],"\u539f\u99c5":38,packages:[68,60],"\u3092\u901a\u3058":38,"\u30e2\u30cb\u30bf\u30fc":68,"\u82e6\u624b":66,"\u69cb\u3044":[28,60],"\u3068\u3057\u307e\u3057\u3087":40,country:65,"0x":39,"\u30e9\u30f3\u30c0\u30e0":38,"\u30a8\u30f3\u30b3\u30fc\u30c9":[20,83],"\u66f8\u304d\u8fbc\u3093":87,ITS:0,"|PERSISTENT":[8,11],"\u4e00\u4ef6":74,"0e":16,"\u975e\u308f\u304b\u3061":[37,72],com:[64,65]," with":[82,55],"\u540c\u69d8":[35,36,26,27,38,16],"\u88dc\u5b8c\u8a9e":28,"\u591a\u91cd":14,abbreviate:[73,27],"\u5931\u6557":[17,20,2],"\u5f8c\u304b\u3089":71,"\u7d4c\u7def":[43,38]," register":[],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":13,"\u4fdd\u5b58":[30,35,13,87,26,43,38,59,29],"-gram":[37,66,72,2],"\u6709\u76ca":66,"\u95a2\u6570":[5,12,1,20,25,30,21,7,61,75,38,33,67,36,39,58,86,4],path:[13,8,11]," formats":55,diff:16," following":55,"\uff13\u3064":59,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":16,"\u7b49\u3057\u3044":[21,36]," \u307e\u305f":[22,16],"\u3068\u3044\u3051":28," four":[2,55],"\u7b49\u3057\u304f":36," period":[39,24]," some":55," {\"":[23,18],"\u3068\u3044\u3046":[2,50,72,16,54,28,9,59,60,35,62,37,82,64,38,83,84,17,86,87,18,65,21,66,22],JSON:[17,20,73,18,22],daijiro:87,")\u300d":[13,2],"\"]]":23,"_blog":40," array":82,")\u3002":74,"{TIME":55,"\u7528\u3044":[5,30,1,87,2,86,35,37,66,61,27,38,83,54,17,9,40,29,4],"\u95a2\u4fc2\u5f0f":[46,36],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[18,13,82,71,27,87],"\u307b\u307c":40,"\u30aa\u30b9\u30b9\u30e1":68,"-help":13,"\u30ab\u30f3\u30de":[73,71,2,65,27],worker:64,"\u65b0\u305f":36,"\u62ec\u3089":27,"\u521d\u671f\u5024":14,"\u5730\u70b9":38,applied:24,"\u554f\u984c":[1,82,20,16,88,39,17,60],NAME:[2,15],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[30,52],Process:[30,55,25],"\u3069\u3093":[8,11],zlib:[17,20],"_message":40,"\u7528\u9014":[66,68],"\u305a\u3064":[13,87,40,16],near:36,"\u5165\u529b":[1,69,2,50,71,73,51,16,74,54,39,28,3,5,31,43,32,7,8,81,78,57,82,79,11,80,62,13,63,14,56,27,17,18,21,42,44,47],tasukuchan:87,"_set":39,TokenMecab:[37,7,72],"\u6700\u3082":82,"\u30d0\u30c3\u30d5\u30a1":82,"\u4ee3\u8868":66,"\u79d2\u6570":[81,87,59,27],"\u6709\u9650":27,is:[55,60],it:55," can":[55,60],il:[37,72],io:24,"\u53d6\u5f97":[35,65,62,51,68,44,28],ia:[37,72],"\"}":[35,18,65,62,73,23,38,44,70,28,40,50],gronga:3,id:[2,70,71,27,74,54,28,50,43,8,77,37,11,35,62,13,23,38,40,18,65,44],"if":36,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,TokenBigramIgnoreBlank:37," remained":55,"1\u4ef6":[37,87,74],"_rectangle":[12,1,25,30,20,75,38,17],suggest:[30,41,18,25,62,20,17,28,3,44],make:[14,86,68,60],"\u4f8b\u3048":[35,18,65,62,13,72,23,16,53,37,44,28,40,3,70],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":36,"\u9069\u3057":[66,23],"-dataset":[48,30,18,25,62,15,88],"\u30df\u30ea\u79d2":38,"\u7121\u8996":[13,71,20,74,37,17],"\"]":[35,2,18,65,43,13,87,71,62,23,8,27,37,38,54,44,70,28,40,11,50],"\"_":[35,87,2,18,65,62,37,73,71,23,27,43,38,54,44,70,28,40,50],"\u3002rst":9,"\u5fdc\u7528":66,"\u3069\u3046":[5,1,56,37,63,7,42,74,78,57,79,39,47,80],Int:[35,2,18,65,62,37,87,20,43,38,67,44,28,59],"\"'":[37,72],"\u30e2\u30fc\u30c9":[83,36,2,54],"\"\"":[39,2],"\"#":17,"\",":[2,70,71,73,16,54,28,50,43,8,37,11,35,62,13,82,23,38,27,40,18,65,87,44],"\"-":17,"\u306b\u3088\u3063\u3066":[2,37,21,77,27,66,86,84],"\"/":[13,38],"\")":[12,61,35,21,7,27,38,58],Details:55,"\u5f15\u7528":13,"\u7591\u4f3c":[30,25,7,73,77,67]," Masahiro":20,"\u753b\u9762":1,".groonga":[68,16,60],"\">":22,"\"?":22,"\":":[35,82,87,2,18,65,62,43,73,44,23,16,81,38,54,28,70,22,40,50],"\";":16,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":16," hash":87,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[37,72,62],"\u72b6\u614b":[2,13,66,20,14,27,37,81,68,82],"\u3055\u307e\u3056\u307e\u306a":[43,30,38,29,87],"\"\n":[22,87,50,16,70],SIGUSR:17,MATSUU:20,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[57,77],"\u3084\u3059\u304f":20,"\u58ca\u308c\u308b":[17,1,20],"\u30c4\u30fc\u30eb":[13,14,83,54,9,60],the:[6,24],"IP\u30a2\u30c9\u30ec\u30b9":54,protocol:[13,22,83,54],"_score":[35,2,18,62,87,44,77,38,28,17],"||":[40,36],"_tags":[35,87],"\u9ad8\u7cbe":66,"\u5168\u89d2":17,"_ctx":[17,39],"\u3002load":2,yes:[18,86],Maverick:17,"\u5f8c\u65b9":[30,36,70,7,72,29],"-with":[39,68],"\u7b97\u51fa":27,"\u89e3\u50cf":20,keyserver:68,candidate:18,"\u30d5\u30e9\u30b0":[5,1,56,74,70,43,63,7,42,53,78,57,79,39,82,17,47,80],defrag:[30,1,69,41,25],".scr":16,Elapsed:55,"\u6e80\u8db3":27,"_selector":[13,30,41,42,25],easy:9,"\u30ce\u30fc\u30c8":[17,18,68,60],News:[39,24],"5f":16,"\u7528\u3044\u308b":[66,35,38,2,53],"\u8fd4\u5374":[27,2,8,11],"5c":54,"_close":[17,36],"\u7d4c\u5ea6":[30,38,87,59,66],"_ADDRESS":54,"\u8ad6\u7406\u7a4d":27,"\u30af\u30ea\u30a2":17,"|>":55,"\u9001\u308b":60,"|:":55,"\nmore":[],"|'":27,"| ":[37,38,55,27],"\nrep":16,"\u6539\u540d":17,advanced:24,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":26,"\u30ed\u30c3\u30af":[13,17,1,69,78],">command":22,Takayuki:17," means":55,"],":[2,70,71,73,16,54,28,50,43,8,37,11,35,62,13,82,23,38,27,40,18,65,87,44],"\u30af\u30a8\u30ea\u30da\u30a2":3,"\u307e\u3068\u3081\u308b":27,"/Linux":[17,68,30],"\u30d4\u30ea\u30aa\u30c9":[7,57],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,7,2,71,73,16,74,54,28,29,30,69,77,78,57,59,36,13,82,27,17,21,66],"_expr":[30,36,25,12,21,61,42,27,74,33,67,73,46,58,4]," report":46,",\"location":[35,38],"\"engine":[28,62,44],"\u6b63\u3057\u3044":[3,62],"\u7d20\u89e3":[66,7]," request":60,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":87,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[13,2,27],"\u307e\u3068\u3081\u3066":[66,7,27],"_BUT":36,"_body":[37,57,50],"_str":87,"\u3080\u3044\u3061\u3083\u3044":87,"\u5358\u8a9e":[87,40,2,3,53],"\u4f7f\u7528":[1,2,50,72,73,16,74,54,59,7,81,57,37,36,13,82,83,27,21,20,68,87,84],"\u3002prefix":68,"\u73fe\u4ee3":66,".zip":60,"\nExecuted":[],"\u9001\u3063":[6,46,60],"_table":[36,21,20,16,39,17,46],"\u7d4c\u7531":[7,71,73,51,27,74,54,5,31,56,69,8,78,57,82,79,11,80,81,63,20,42,32,47],bottom:[12,17],"_right":[12,17]," firefox":60," \"e":[28,18],tasuku:24," result":40,"\u5358\u7d14":[36,61,70,4],".sourceforge":52,unstable:68,localhost:[17,14,54,16,22],"\u524d\u8ff0":37,"\u7a0b\u5ea6":[17,2],"\u53c2\u8003":[2,18,60]," since":55,"\u3001\u300c":[35,1,2,13,87,72,37,54,28],"\u5b8c\u5168":[36,50,37,7,72,27,57],"-MM":55,"\u6b63\u78ba":81,"\u30b5\u30fc\u30d3\u30b9":[48,30,83,25,66],"\nwarning":[63,80],IndexBlog:40," Table":13," HTTP":[48,30,25,66,83,22],"\u3067\u3082\u3046":0," username":35,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[84,16],obj:82," shopping":23,"\u30c1\u30a7\u30c3\u30af":[82,20,14,16,39,17],OR:[38,50],"\u6709\u7528":2,"\"text":17,"\u5224\u5b9a":38,"(GET":14,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":2,"\u7d44\u307f\u7acb\u3066\u308b":21,"\"starttime":[22,2,54],Use:[13,46]," last":87,"(ShortText":50,"[[":[35,2,18,65,43,13,87,62,23,8,27,37,38,54,44,70,28,40,11,50],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":8,"\u3001C":2,"\u30d5\u30a1\u30a4\u30eb":[48,1,69,2,25,71,73,51,16,74,17,5,30,31,55,32,7,8,81,78,57,82,79,11,60,36,13,63,56,83,27,39,80,42,68,46,47,84],"\u306a\u3055\u3093":46,"\nlevel":55,Critical:55,"_size":36,"\u8a18\u4e8b":23,bool:59,"\u6700\u521d":[17,2,27]," RAND":67,git:60,centos:39,Reported:39,support:24," correction":62," number":[13,43,16],approximate:[61,4],"_open":[17,20],"\u30d0\u30fc\u30b8\u30e7\u30f3":[1,2,20,88,84,39,17],"\u5927\u6587":27,editor:60,Ubuntu:[17,20,86,68,30],cdbs:17,"\u6291\u3048":37,"_db":[39,20,88],fork:[13,60]," TokenBigram":[2,50,37,87,7,23,40],head:14,"\u969b\u3057":27,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":74,TokenUnigram:7," make":[9,86,68],TokenBigramSplitSymbol:[37,20],"\uff09:":[72,68]," ftb":24,"-DD":55,"true":[1,7,2,50,35,63,74,70,5,43,56,78,57,79,4,80,12,73,23,38,40,65,42,47],"\u5fa9\u65e7":39,"\nLucid":20,"\u57f7\u7b46":[40,26,53],"\u691c\u7d22\u4f8b":[46,36],"\u9032\u6570":82,"\u5165\u308b":[8,11],"\u5165\u308a":[2,65,87,8,54,11],grroonga:3,"\u5426\u5b9a":36,GeoPoint:[12,1,61,65,35,87,20,38,59,4],"[#":[17,39],"[\"":[35,87,2,18,65,62,43,82,8,38,44,28,11]," friends":35,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[30,7,72,66],"\u53ef\u5909\u9577":7,"\u30e1\u30c3\u30bb\u30fc\u30b8":[87,84],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[2,62,37,72,68,44,17],"\u5185\u8a33":37,"delete":[30,1,25,20,41,74,17],"\u6587\u5b57":[1,2,50,35,72,73,27,28,4,43,7,58,59,80,12,36,62,13,38,17,40,87,65,21,61,66],LTS:[30,68],"\u3002sortby":27,"\u306e\u304b":[43,87,72],"\u8abf\u3079\u308b":[12,4],"\u6c7a\u3081\u308b":36,Variety:35,Introduction:46," flags":57,"\u306e\u3044":[36,13,21,63,73,27,38,84,66,80]," MeCab":66,score1:36,"\u53d7\u3051":[21,64,2,54],"' ":[35,24,55,37,87,7,38],"'.":60,"'-":13,"',":2,"'*":27,"')":[13,14,27],"'(":[13,73,2],"\u30a8\u30c7\u30a3\u30bf":60,"\u305f\u304b\u3063":62,"\u306e\u306b":[37,30,19]," Takahiro":20,no:[24,18,27],"\u306e\u3061":[43,27],"\u306e\u3067":[2,37,66,72,83,17,60],"_CODE":55,"\u914d\u5217":[35,20,2,43,82,7,72,8,36,57,87,17,11],Microsecond:55,"\u3002\u307e\u305f":[36,2,70,62,13,21,7,14,16,38,83,84,66,59],"_TABLE":17,test:[2,43,8,16,11,86],saerch:[18,62],TokenMeCab:72,"'\n":[37,35,38,23],"\u5c5e\u6027":[88,7,57,8,11],"\u305f\u3081\u3057":38,groogna:39,"\u5de6\u53f3":2,"'s":[23,55,60],"_touch":20,"\u66f8\u304b":87,Windows:[17,68,16,30],"'|":27,"\u8db3\u308a":17,"\u3089\u308c\u308b":[66,36,72],VALUE:2,"\u88dc\u3046":66,"\u547d\u4ee4":[13,16],"\u4ee5\u964d":[26,13,20,17,86,60],"\u964d\u9806":[65,2,18,27],scorer:[30,35,42,27,38,29],"\uff09 ":[17,20],"\u305b\u308b":[36,2,43,21,83,54,66,86],"'n":13,"'m":23,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":50,"\u305b\u308c":66,"\u6bb5\u843d":57,"_count":[81,22,2,54]," complete":[28,18],"'_":[73,2,27],debian:39,"\u6765\u307e\u3057":87,pseudo:[30,77,25],"\u6539\u5584":[17,1],"\u51fa\u3059":87,"_offset":[42,65,27],Second:55," json":[22,73],"\u5165\u529b\u30df\u30b9":62,time:[43,28,62,18,44],"\u4e2d\u9593":[36,72],dump:[30,1,25,71,20,41],"\u9069\u5207":[66,20,2,16],":/":[35,2,65,13,71,14,43,38,83,54,68,22,60],"\u53cd\u6620":[66,36],"\u81ea\u52d5\u7684":16,"\u7b26\u53f7":59," hottolink":24,TEXT:22," required":[],": ":[34,30,1,36,2,50,62,13,73,84,20,14,8,37,38,83,19,28,17,11,44],":!":27,":\"":[21,2],"/debian":68,":<":27,trigram:7,":>":27,"\u30d2\u30c3\u30c8":[36,50,37,87,72,23,27,28,70],"::":22," requires":[]," Umemoto":17," load":[23,2,18],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[30,54,29],"\u7aef\u672b":66," all":55,":\n":[],"<threshold":13,"\u795e\u5948\u5ddd":87," sudo":[86,68],"\u4e00\u822c":[66,2],"_builtin":17,"(ptr":20,",\n ":[18,37,82,8,87,11],"\u524a\u9664":[1,13,66,20,77,74,79,39,17,47],Let:23,"\u30bb\u30c3\u30b7\u30e7\u30f3":[13,32],Day:55,"*BSD":[17,20],"/LZO":20,string:[43,58,36],groonga:[48,0,1,24,2,50,25,35,71,26,73,51,52,53,54,39,28,79,72,3,29,4,5,30,31,55,43,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,34,12,36,62,13,14,64,23,80,56,66,38,83,16,61,17,40,74,86,76,78,18,65,88,69,63,20,42,27,67,68,44,22,46,47,45,15,84],"\u8a2d\u6a02":17,"\nrequests":55,"\u304a\u6c17":87,"-root":[13,20,83],"\u30ad\u30fc\u30ef\u30fc\u30c9":[30,1,2,37,66,72,88,19,87,3]," character":55,enqueue:64,"\u4e0a\u91ce":20,VERSION:16,"[php":39,"_MESSAGES":60,exact:36,".body":[78,69,50,11]," \u3002":37,"\u72b6\u6cc1":[37,66],"\u30b9\u30af\u30ea\u30d7\u30c8":[20,88,16],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":62,"\u6e08\u307f":[62,7,73,57,28,17,59,3],"_users":87,level:[63,80],"\u3068\u3057\u3066":[2,72,73,16,53,39,28,3,43,7,77,37,58,59,60,35,36,62,13,38,84,17,85,86,26,18,66,20,61,68],"\u8208\u5473":66,":@":[35,2,70,43,87,27,54],"-escalation":[13,37,20,27],"\"\u3086\u304d":70,":\\":[73,2],item:[28,62,18,44],"\u4e0d\u6574\u5408":1,Tag:35,":[":16,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"\u8ad6\u7406\u548c":[36,27],"\u4ed8\u4e0e":[35,2,70,7,16,38,77,40],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":39,"\u7d50\u3073\u3064\u3044":64,"\u305f\u3055\u3093":[17,1],"\u3002ifexists":73,"\u3002\u2193":13,"\u7d50\u3073\u3064\u304f":64,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[36,21,20,27],"=)\n":36," Baseball":35,"-dev":[17,86,52,39],"\u53cb\u4eba":35," commit":60," PatPrefix":70,"\u62bc\u3059":[2,60],"\u79d2\u8868":[37,38],"\u6c42\u3081\u308b":[66,61,4],">alloc":22,Fork:60,"[munin":17," Hiroshi":20,Form:2,"\u7d4c\u904e":[81,17,59,84],"\u30bf\u30d6":22," searching":[],"/.":17,"GeoPoint\u9593":17,"\u30c8\u30e2":35,"'='":13,"3\u3064":[2,86],xml:[22,83,39],"\u751f\u3058":[5,7,63,56,42,74,78,57,79,47,80],"[deb":17,"\u8aad\u307f\u51fa\u3057":66," two":55,"\u6e2c\u4f4d":66,"\u30bf\u30b0":[35,30,87,20,17,29],"\u540d\u4e00\u89a7":[],"\u5b66\u3093":87,baseball:40,"\u9ad8\u6a5f":[66,36],WGS:[12,65,35,61,38,17,59,4]," MyISAM":66,"\u96c6\u5408":7,Changes:24,"\u5024\u3088\u308a":36,MBytes:16,"\u304c\u308f\u304b\u308a":87,"\u3002KEY":72," string":[43,58],"-mode":60,"\u3002Tag":35,"\u4e26\u5217":16,MM:55,"\u63d0\u4f9b":[48,36,66,20,84,68,39,17,3],"\u4e3b\u30ad\u30fc":[30,7,2,50,65,35,20,73,8,27,74,77,59,29,70],"\u3068\u3059\u308c":66,"_version":[2,83,84,22,17,54],example:[35,2,65,43,38,54],queue:64,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":37,"[suggest":39,"\u8a2d\u5b9a":[88,1,13,63,20,73,51,27,77,68,86,80],"\u8b66\u544a":[39,20,84],"\u9006\u306b":35,"\u3002offset":27,"_DB\u30d5\u30e9\u30b0":17,"\u5ea6\u6570":[17,38],"` ":22," is":[43,22,2,54,55]," level":[13,63,55,80]," Users":[87,71],"\u3002table":7,"-leak":20,"\u521d\u671f":[17,20,66],"\u30ea\u30f3\u30af":[43,39]," \u3044b":[37,72],"'haystack":36,"_delete":17,"\u6587\u5b57\u5217":[2,50,65,43,21,7,73,27,74,87,58,59],Emacs:60," test":[2,43,16,54,40,86],"\u7d71\u5408":66," entry":[57,42],"\u4e88\u3081":[13,59],"\uff08Romaji":28,httpd:39,"\u4e21\u8005":38," reference":[]," sequence":55,"\u5916\u90e8":64,"-src":68,"\u672c\u5bb6":68," ERROR":80,"\u30d5\u30a9\u30ed\u30fc":87,https:60,"-libevent":39,msg:64,"\u5e74\u9f62":66,"_ADJUST":36,"\u3060\u3063":[37,84],"``":[5,69,1,7,81,56,63,20,42,51,74,78,57,82,79,47,61,80],"\u3001 ":[2,50,43,87,61,38,60],Default:18,"\u8ee2\u7f6e":[30,2,35,66,7,57],"_concurrency":14,"-each":17,Uubntu:86,Time:[37,87,43,33,17,59]," Yamaguchi":17,"\"mori":71," version":[22,24],"\u30bb\u30c3\u30c8":[69,36,72,78],"po\u30d5\u30a1\u30a4\u30eb":60,"_plugin":[17,88],"\u5bfe\u591a":43,Dump:55,"\u3060\u3044":17,DATABASE:15,"\u884c\u308f":[35,14,16],"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,35,29,30],"_PREFIX":20,"\u660e\u793a":[13,28,16],",\"test":[43,2],"\u542b\u307e\u308c":[66,72],"\u3060\u3051":[36,37,23,68,17,60],values:73,"\u8fd1\u3044":14,clearlock:[30,1,25,13,41,78],",\"http":43,"\nnotice":[63,80],"\u8fd1\u304f":[66,26]," on":[24,60],"\u5f85\u3061\u53d7\u3051":54,"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[38,2,86,65]," of":[60,82,24,18,55]," Lucid":[30,68],",\n":[18,82,71,8,16,87,11],"_AND":36,sample:43,"\uff11\u3064":64,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":14,"\u5897\u3084\u3059":86,"/rpmforge":68,Issue:0,YOUR:60," }\n":87,"\u6a19\u6e96":[1,69,2,71,73,51,27,74,54,5,31,32,56,8,81,78,57,82,79,11,80,13,63,14,83,84,39,42,7,47],"\u884c\u3046":[35,20,2,70,65,7,14,27,38,40,72,86],"\u884c\u3044":[35,36,2,65,13,87,72,14,27,37,16,40],":true":70,Terms:[37,82,2],", ":[0,24,50,35,61,73,16,28,4,55,8,37,58,59,11,12,36,62,13,82,38,83,27,18,66,20,44,46,84],get:17,"\u884c\u3048":[2,86],"\u30d2\u30e5\u30d9\u30cb":[61,4],write:39," extract":55,"\u30d0\u30a4\u30c8":[17,20],"\u76f8\u5f53":[38,2],"\u8fd1\u508d":21,"\u8a9e\u53e5":35,map:17,Tomita:20,"\u518d\u8aad":5,max:[2,82,14,51,16,54,22,67],clone:[46,60],date:16,",_":[35,2,18,65,87,38],"\u6b20\u70b9":66,",[":[35,2,50,65,37,87,23,27,43,38,54,40,70],"<groonga":16,TokenDelimitNull:88,"\"serach":62,"/dictionary":20,"\u8fd4\u3059\u304b":18,ss:55,Format:55,"/javascript":17,"\u7d22\u5f15":[30,1,7,2,37,66,20,72,36,68],"\u30b0\u30eb\u30fc\u30d7":[66,65,27,77],"_values":17," bug":[39,24],EXACT:36,",{":[2,18,62,44,16,54,22,28],se:28,"\u5e02\u5185":26,"\u304b\u308f\u308a":37,"\u540c\u3058\u6570":13,"mo\u30d5\u30a1\u30a4\u30eb":60,"\u306e\u307f\u3057\u304b":3,"_init":[17,55]," LGPL":24,"\u82f1\u8a9e":[0,17,60],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":71,"\u542b\u307e\u308c\u308b":[13,37,36,2,66],"_CURSOR":20,"\u30a2\u30c9\u30ec\u30b9":[13,17,54,16],"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":20,"/fedora":68,"_VIEW":7," just":[23,55,15],"\u56f2\u307f":13,"-libedit":20,"/html":[17,60],"\u3092\u3054\u89a7\u304f":66,"\u3002gdb":86," at":[24,55],">cache":22,"\u78ba\u5b9a":18,"\u56de\u7e70\u308a":16,"\u7d44\u307f\u5408\u308f":[21,36,66]," ${":60,"\u5f8c\u8005":38,RK:28,"_PUSH":36,"float":43," sjis":13,"\u542b\u3081\u308b":[17,2,39]," aptitude":[9,86,68]," Japanese":52,records:55,"\u89e6\u308c":[43,2],"\"version":22,not:[21,36],"\u4e00\u65b9":[37,66],now:[30,75,33,25],"\u3086\u304d":70,"\u7528\u610f":[36,62,21,16,44,28,3]," description":[87,72],"\u53d6\u3063":2,name:[35,2,70,65,13,82,7,42,8,43,38,57,87,79,40,11],"\u500b\u3005":[37,36,84],"\u7570\u5e38":[82,16],"_dat":[17,39],"_dataset":88,"[@":[17,39]," link":43,"\u8aad\u307f\u8fbc\u3081\u308b":71,"\u534a\u7121":17,el:68,domain:[13,65,8,11],en:[28,18]," Terms":[37,82,2],"\u53d6\u308b":21,ea:55,"\u6700\u5f8c":[37,39,20,16],"\u6295\u5165":[37,1],"\u5b9f\u4f8b":[30,46,36,45],"\u624b\u6bb5":36,"\u30d1\u30fc\u30b9":[17,21]," Entries":71,"\u70b9\u6570":59," suitable":[],"\u306f\u307f":46,"\uff1f\u3000":16,"\u7a7a\u304d":82,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":79,"\u6642\u4ee3":66," without":[],"\u8a73\u7d30":[37,83,86,16,60],"\u518d\u69cb":17,"\"search":[28,62,44],"\"type":18,"-default":[13,39],"\u3065\u3051":84,correct:[18,62],END:22,"\u5230\u9054":34,"\u4e0a\u3052\u308b":37,"\u4e16\u754c":[12,38,61,59,4]," segments":82,KBytes:16," Term":[7,57,50],"\u56f2\u3080":2,"_string":86,org:65,"byte":16,"\u7d20\u65b9":66,Ctrl:2,"/pub":68,"\u62ec\u5f27":[73,27],"\u30b3\u30fc\u30c9":60,"\u4e8b\u9805":[34,30,59,25,16],Money:35,"[windows":[17,39],Karmic:86,"\u4e92\u63db":[83,84],"\u30db\u30b9\u30c8":[13,17,14,54,16],yum:68,Installer:[30,68],view:[30,41,56,25,13,7],"] [":16,".gz\u30d5\u30a1\u30a4\u30eb":68,"\u30d9\u30af\u30bf\u30fc":[17,59]," country":65,"-index":[],"\u30dd\u30fc\u30c8":[13,22,14,54,16],"-version":[20,84],"\u4e00\u610f":[13,57,7,2,77],"\u5909\u66f4":[30,1,2,18,37,82,20,51,16,19,22,17,39,77,84],"1C":68,"\u305f\u3069\u308b":35,"\u56fd\u969b":60,"\u81ea\u5df1\u7d39":87,"\u9078\u3073":3,message:[40,80],"\u9078\u3076":66," TokenMecab":37,size:82,"\u53d6\u308a\u9664\u304d":36,SET:16,"\u7d5e\u8fbc":[30,38,29],"IP\u307e\u305f":54," text":71,"\u5bfe\u7b56":[37,30,19],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[21,61],"_obj":[17,36,39],"\uff08.":68,">\n<":22,"\uff08-":2,"\"sphr":[61,4],SEN:24,"\uff08 ":26,"\u30bd\u30fc\u30c8\u30ad\u30fc":[1,18,27],"\u30d8\u30eb\u30d7":86,"\u30bd\u30b1\u30c3\u30c8":[69,71,73,51,27,74,5,31,32,56,8,78,57,79,11,80,81,82,63,42,7,47],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":66,HASH:2,"\u3044\u308b":[1,69,2,26,73,16,74,54,39,28,72,3,5,30,31,43,76,7,8,37,78,57,79,11,60,35,36,62,13,82,23,38,83,27,17,40,86,87,21,20,88,66,47],"-max":[13,17],"_HUGETLB":17,"\u884c\u756a":17," Solaris":17," logged":55,"\u300ctitle":2,"\u30d1\u30a4\u30d7":[7,57]," files":55,"\u62e1\u5f35":[17,50,29,27,30],"\u8fd4\u4fe1\u5143":87,"\u5c0f\u3055\u304f":[61,23,4],"\uff08@":[17,20],"\u8fd4\u4fe1\u5148":87," nine":2,"\u30d5\u30a9\u30fc\u30e0":21,"\u306b\u5bfe\u8c61":17,"11":[37,38],"10":[2,16]," curl":22,"\u540c\u6642":[66,38,64,16,84],"-httpd":[17,3,15],"16":38,"\"\u4e8c":[],"\u3002ID":7,"< t1":36,"\ndata":[],"\u5229\u7528\u4f8b":66,"\u5404\u547d":16,"\u6e2c\u5b9a":16,"\u63a5\u7d9a\u5148":14,"\u30b5\u30f3\u30d7\u30eb":[20,14,88,16],browser:60,and:21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":34,"\u3044\u304d":2," name":[87,71,7,42,57,79],"_local":[71,16],CORE:16,DD:55,DB:[36,2,13,8,16,39],Sites:71,sae:[18,62]," become":24,"\u30b3\u30f3\u30d1\u30a4\u30eb":39,"\u66f8\u304d\u8fbc\u3080":16,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":68,"]]":[2,70,73,16,74,28,50,43,7,11,35,62,13,23,38,27,40,18,65,87,42,44],"_circle":[35,75,25,30,87,38,17,4],"\u53b3\u5bc6":28,"\u30ea\u30b9\u30c8":[35,2,13,26,73,8,27,11,60]," original":[71,70],engin:[28,18],"\u591a\u5f69":66,"\u914d\u5e03":68," dump":[17,71],"\u3044\u3066":27,"\u5ea6\u5408\u3044":37,"\u3044\u3064":28,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[0,30,46]," inv":16,"\u65b0\u898f":[2,16],note:61,"\u9806\u6b21":[13,14,2,54,27],"@naoina":39,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":86," objname":[69,78],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[13,27],"[[\"":82,"\u5fdc\u7b54":66," LC":60,"_suggest":88,buffer:82,"\u5148\u982d":2,debhelper:17,"\u5c0e\u5165":[9,84,86],"\u5c11\u306a\u3044":[21,23],beta:24,"\u306b\u3064\u3044\u3066":[48,69,2,71,72,73,51,27,53,28,87,61,4,5,31,43,32,7,8,81,33,57,82,79,58,59,11,80,12,36,62,13,63,56,84,17,74,41,78,18,66,42,67,44,46,47]," moritars":40,pair:[28,62,18,44]," main":68,"\u81a8\u5927":66,"_STAMP":55,"`` ":61,Bigram:[37,87,72],"\u79fb\u52d5":[5,6,17],"\u4e2d\u65ad":17,"\u7ba1\u7406":[1,72,13,82,7,83,54,39,17],MeCab:[17,1,20,68,39],"\u30b9\u30da\u30fc\u30b9":17,":\u79d2":87,"\u4e00\u81f4":[30,1,36,2,18,37,87,7,72,27,88,39,70,28,29,50],"\u4fdd\u8a3c":[82,84],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[13,20,16,17,86,60],"\u30b5\u30fc\u30d0":[56,71,73,51,16,74,54,5,30,31,32,69,8,81,78,57,82,79,11,80,13,63,83,27,17,66,42,7,68,47],"\u30fbOR":38,"\u539f\u56e0":[37,30,19,16],Web:1,"\u5217\u8981":7,show:1,"\u76f4\u4e0b":17,"\u65b0\u5bbf\u99c5":38,"\u3057\u304b":[40,60]," manual":[],Comments:87,"\u4ef6\u6570":[2,37,72,73,51,27,77],"#SET":16,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[30,6,20,16,45,17,9,39,85,46,60],"\u5217\u6307\u5411":[13,66],"-threashold":[37,20],threshold:17,"\u88dc\u5b8c":[30,18,76,20,44,28,3]," requests":60," contact":60,"\u77ed\u6642\u9593":66,"\u30d1\u30c3\u30b1\u30fc\u30b8":[48,17,20,84,68],"\u3002Time":87,We:[],"\u6982\u5ff5":84,"\u6700\u5927":[34,1,13,20,51,16,67,17],"\u30bf\u30a4\u30c8\u30eb":[35,40],title:[35,2,65,43,54,40]," LocalNames":71,"\ndocuments":[],"\u306a\u3093":84,"\u306a\u308c":84,"\u305f\u3057":35,"\u306a\u3089":[36,62,13,32,16,81,84,28,86],"\u306a\u308a":[7,2,50,61,73,16,54,28,4,69,77,37,78,57,70,9,59,35,62,13,23,38,83,27,17,40,18,66,87,22,84],"\u306a\u308b":[1,7,2,50,71,61,16,4,56,69,37,78,57,59,60,12,36,13,23,27,66,20,88,68,44],posted:87,MessagePack:[17,39,22],"\u306b\u3059\u3050":23,"\u4e00\u6642":7,"-server":[13,17,39],wheezy:68,"_INDEX":[35,24,2,50,37,87,20,23,57,40],"\u5f53\u8a72":84,"-setuptools":9,clang:86," ALSO":15,"=\u5024":54,"\u5f8c\u8ff0":36,"\u51fa\u305b\u308b":66,"1\u6708":[59,27]," saerch":[18,62],geo:[12,1,61,25,30,87,35,20,75,38,39,17,4],"\u3088\u30fc":87," patch":24,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":27,summary:16,":')":[7,57]," groonga":[2,55,13,66,71,54,68,17,40,60],"\u300c\u697d\u3057\u3044":72,"\"string":43,"\u76f4\u63a5":[21,71,87],FLOAT:22," \uff08":[28,62,44],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":20," quit":13," lenny":17,"\u3053\u305d":87,"\u8907\u96d1":36,ken:35,sear:28,"# ":[13,61,60],"#'":13," keep":[],"\u7a7a\u767d":[2,13,66,7,73,27,37,44],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[87,1],"\u8b58\u5225\u5b50":21,"\u4e21\u65b9":[70,87,23,27,66,28],"(scan":86,"\u8a18\u6cd5":40," searchable":[],".content":23,"\u77ed\u7e2e":[73,27],"\"#\"":16,"\u8fd4\u3063":87,"\"BLT":71," are":[55,60]," shorter":[]," creates":[55,15],"\u3088\u3046":[1,2,50,71,26,16,66,39,28,72,3,4,30,43,76,37,70,9,35,36,62,13,82,23,38,83,27,17,86,87,65,21,20,61,68,44,84],jobs:16," ShortText":[35,2,50,65,37,87,71,7,23,16,43,57,40,70],"\u66ff\u3048":37,"\u518d\u691c":21,"\u3057\u3088":[17,73,36,23,74],"#{":55,"\u56de\u907f":37,"\u3088\u3063\u3066":[38,26,59,53],"\u306a\u3069":[2,26,16,53,54,28,72,5,43,60,36,62,37,82,44,23,84,17,87,21,27,68,66],Each:55,"\u306a\u3067":28,ja:60,"\u306a\u3063":[82,20,2,37,66,7,54,39,17,40,87,86,84]," be":55,"\u5206\u5272":[17,7,72,66],autoconf:17,"\u306a\u3059":12,"\u306a\u3055":[7,83,67,27],"\u8fd4\u3059":[1,56,2,50,63,51,16,74,5,69,78,81,33,57,79,80,13,38,17,18,20,42,7,47],"\u30b3\u30ed\u30f3":[7,57],"\u306a\u3052":50,"-document":13,"\u3002gqtp":14,"\u306a\u304f":[1,26,50,66,20,27,16,17,46],"_otoj":86,"#]":79,"\u306a\u3044":[1,2,71,72,16,39,28,3,7,37,81,82,59,34,36,62,13,14,64,23,83,27,17,86,26,18,66,20,88,68,22,84],"\u306a\u3046":87,"[,":4," by":[39,55]," records":[],"\u6b21\u56de":84,"\u8fd4\u3055":[18,82,73,51,27,84],"\u975e\u4f9d":68,FSF:39,"\u5404\u7d22":2,"-groonga":16,"\u306a\u306b":28,"/WGS":38," rewrited":24,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":72,"\u76f8\u5bfe":17,"} ":[55,60],"\u5f15\u304d\u51fa\u3059":66,"}/":60,"}.":27,"\u3002http":54,".select":16,"\u8868\u8a18":[17,38,50]," followee":87,"\u524d\u5f8c":13,"\u3002callback":36,"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":13,But:[]," []":11,"\u5468\u4e0a":4,"<encoding":13," follower":87,"\u679c\u305f":2,"\u4ee3\u308f\u308a":[13,61,74],Bug:46,"'ja":60,engine:[28,18,44],"\u306a\u305c":[28,62],enable:[81,20],"\u3057\u3066":[0,35,2,37,87,20,9,86,60],"[admin":17,"\u5b57\u5c0f":27,"/vdw":[38,2,65],"_tokenizer":[2,50,37,87,7,23,16,40]," res":16," [\"":[18,37,82,8,87,11],"\u6607\u9806":[38,2,27],"@tomotaka":17,UInt:[35,2,50,65,37,20,23,8,27,43,38,54,40,59,11,70],"\u5165\u3063":[28,40,2,86,35],"\u6240\u5b9a":[37,72],"=yes":[39,86],Mitsuhiro:20,sound:62," fork":60,"\u30bb\u30df\u30b3\u30ed\u30f3":16,"\u304a\u3051\u308b":[34,35,2,66]," configure":[37,39],"}]":[2,18,62,43,44,73,16,54,22,28],"\u4e0d\u5b8c\u5168":17,"\u30b7\u30b0\u30ca\u30eb":17,"\u7406\u89e3":2,"\u3002filter":[38,74],QUERY:55,"?table":54," Shimada":20,"'\"":2,"\u306a\u3057":[62,7,23,74,84,68,59,4],score2:36,"\u3002\u3002":26,"\u3002DB":[17,36,2]," many":15,"\u4e0d\u5909":77,"\u8af8\u6761":34,"\u5fc5\u8981":[1,2,50,73,16,54,39,28,3,43,7,9,60,36,62,37,23,83,27,17,86,66,20,68,44],"\u578bn":27,"\"This":2,Content:17,"|')":[7,57],"\u305f\u3068\u3048":37," Yuki":17,"sort\u30ad\u30fc":1,saerc:[18,62],"\u3002squeeze":86,Month:[35,55],"\u304b\u307e\u3044":2,"\nSUFFIX":36,"\u8f9e\u66f8":[37,1,20],"\u3059\u3063\u3071\u3044":50,develop:84,"\u559c\u3073":[6,60],"\u91cf\u8a08":1,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":74,"\u3054\u89a7\u304f":86,html:[9,46,86,60],"<path":13,ongaeshi:20,"-dir":16,"2]":2,"\u3002\u3044\u307e":39,"\u5206\u5c90":86,"\u3002\u3044":36,favorited:87,"_at":[37,39,20],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[30,23,25],"\u306a\u304a":72," xml":22,"0\u30d9\u30fc\u30b9":27,IP:[54,16],".po\u30d5\u30a1\u30a4\u30eb":[46,60],"\u4ee5\u4e0b":[2,71,26,73,16,28,3,4,7,8,37,57,82,9,59,11,60,34,35,36,62,13,63,72,38,83,27,17,86,87,18,65,21,61,68,44,22,80],IT:35,"\u7b49\u4fa1":20,"\u4e26\u3073\u66ff\u3048":[30,2,29],"\u306b\u5bfe\u3059\u308b":[30,36,2,18,65,35,66,20,53,87,17,40,29],"\u4e00\u884c":[13,20,16],favorites:87," porting":24,"\u3059\u3079\u304d":36,"\u30b9\u30c8\u30ec\u30fc\u30b8":[30,66],"\u5b9f\u88c5":[17,83,60],montywi:39,ID:[7,2,55,13,82,20,8,11]," added":24,"\u305d\u3057\u3066":[28,87,66],It:55,"\u5217\u8868":59,"\u3059\u3079\u3066":[17,41,20,84,16],"\u53d6\u308a\u51fa\u3057":7," LOCALE":60,"\u53d6\u308a\u51fa\u3059":[21,20,36],"[geo":17,If:55,"/unit":86,"\u56db\u89d2":[],"(x":59,"\u6771\u4eac\u90fd":[37,87,72],"\u4f5c\u6210\u6e08":13,"\u5927\u898f\u6a21":66,"\u3002\u3059\u3079\u3066":[86,60],"/Functions":86,gdb:86,"\u4e00\u822c\u7684":66,BOM:20,"\u6271\u3048":53,"\u5171\u6709":[66,30,52,35],".dll":16,"\u30ab\u30e9\u30e0":[1,69,2,50,25,26,73,27,66,39,28,3,29,70,30,43,7,77,37,78,57,79,59,11,35,62,13,23,38,17,40,87,18,65,21,20,42,44,47],speed:3,"\u3046\u3061\u3044":13,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":81,"_NONE":11,"\u3002none":13,"(_":[28,62,18,44],"/false":1,"\u3002\u307e\u305a":37,"(R":16,"\u30d1\u30e9\u30e1\u30fc\u30bf":[30,2,50,65,21,72,14,27,74,38,54,68,87,17,40,29,84],"_extract":24,"\u4f4e\u3044":[37,27]," indicates":55,"\u5ea7\u6a19":[12,61,87,26,17,59,4],blog:2,"\u56f0\u96e3":66,"\u63a2\u3057":[66,16],Uint:[58,2],"\u9577\u65b9\u5f62":17,"_HASH":[35,2,65,43,87,71,7,23,8,40],"\u30ad\u30fc":[7,13,20,27,77,39,59],TokenTrigram:7,"\u6c4e\u7528":[13,16],"-data":[],".tsv":22,"\u542b\u3080":[36,2,18,21,64,7,14,27,57,87,40,72],"_SECTION":[87,40,57],"(<":36,"(=":[7,36],"DB\u30d1\u30b9":54,"\u8a00\u3048":37,"\u5c55\u958b\u7528":17,"\u697d\u3057":[37,72],"\u542b\u3093":[36,3,27,62],"((":59,"()":[12,1,36,21,20,61,88,38,33,67,39,17,46,58,4],"\u8d8a\u3048":[37,27],"(,":2," music":55,"(\"":[13,2,27],"-test":86,"( ":13,"(!":36,TODO:[49,50,15],"('":[2,13,7,73,27,57,77]," Yoji":17,"\u3068\u304a\u308a":[34,16],"\u9069\u5b9c":50," format":[22,24,55,60],"\u95a2\u308f\u3089":16,Warning:55,"\u4f4e\u901f":65,"\u9650\u308a":[72,37,7,73,77,36],output:[35,2,18,37,87,20,42,27,43,38,83,39,22,55],"8\u3064":16,"\u5c5e\u3059\u308b":[59,8]," datasets":15,"\nPREFIX":36,LocalNames:71,conditional:18,"_SUCCESS":[55,27],"\u30b7\u30b9\u30c6\u30e0":[0,30,66,23,87,17,29],"'t":39,"},":[35,2,70,87,23,16,50],"_VECTOR":[43,35,57,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":17," \"_":87,"\u30d5\u30a9\u30f3\u30c8":9,"\u985e\u7d39":37," command":[39,84,15],truncate:17,confirm:60,": n":14,"\u65b0\u5bbf":38," cd":60,automake:20,"\u614e\u91cd":86,"\u9234\u6728":39,"\u30de\u30b7\u30f3":13,"@uzulla":17,mooz:17,Ruby:[66,24],"\u542b\u307e":[36,2,72,73,8,68,44,11]," check":86," binary":[22,66],"\u5206\u3051":[30,72,2],Term:[7,57,8],"\u5168\u6587\u691c\u7d22":27,"_text":86," Float":43," CODE":22,"\n{\"":[28,62,44],SiteDomain:65,".posted":87,"; ":[13,16],"\u306f\u305a":16,"-static":17,"\u542b\u3080\u5024":[13,2],"CPU\u30b3\u30a2":13,"\nsearchable":[]," schema":15,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":16,"\"s":28,"_OP":36,"_OR":[36,54],"\u66f8\u304d\u5f8c":72,"\u5ec3\u6b62":84,"_escalation":[20,27],"\u30e6\u30fc\u30b6\u30fc":[35,87],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":17,"\u30e2\u30b8\u30e5\u30fc\u30eb":[30,20,84,66],"\u304b\u3048\u308b":65,";\n":16,Katakana:28,Defines:15,"\u5f8c\u4e8c":[],"@soundkitchen":17,"\u3082\u3061\u308d\u3093":16,"/admin":[13,17],"-Type":17,"/null":1,"\u884c\u76ee":16,"\u9ed2\u3044\u70b9":26,"\u30aa\u30d5\u30bb\u30c3\u30c8":18,"\u8abf\u6574":37,"\u53f3\u4e0b":[12,1],"\u53f3\u4e0a":1,"\u30c1\u30e3\u30f3\u30af":82,"=title":54,"\u9bae\u5ea6":23," Bigram":[37,87],"\u30a8\u30ed":87,"\u53f3\u8fba":[17,20]," comment":87,"\u8a55\u4fa1":36,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":86,log:[5,30,41,55,25,13,63,17,80],NO:1,"(title":58,"\ndeb":68,"\n``":[81,82],"\u591a\u5be1":21,"\u53d7\u3051\u53d6\u308a":36,"\u77e5\u8b58":16,address:17,"\u63d0\u6848":[30,18,76,20,39,17,3,44],"d\u30ad\u30fc":2,"\u85a6\u3081":54,"/modules":20,",\"This":[43,2,54],"\u3082\u3046":[40,58,23,61],"\nCRIT":[63,80],"\u30aa\u30fc\u30d7\u30f3":17,complete:[28,39,3,18],"\u901a\u308a":[61,18,37,26,8,44,11,4],"/configure":68,"\u3082\u3057":[68,16]," Video":35,"\u6b63\u898f":[39,7,2],hsiomaneki:87,",\"links":43,"\"Items":71,pull:60,IDENTIFIER:21,"\u3082\u3063":[43,30,29,87],"default":[2,50,37,87,7,23,16,54,22,40,84],"\u3082\u306e":[36,2,50,62,13,87,84,7,14,16,27,68,67,40,60,4],"\u30b3\u30b9\u30c8":23,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":20,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82,EXIT:15,"\u4f5c\u3063":[37,17,87],Hiroshi:17,"\"sequence":[28,62,44]," using":24,"}\n":[35,87,23,55,70],"_WEIGHT":57," posted":87,"\u9ad8\u901f":[35,1,26,2,13,66,7,61,36,17,4],"_CREATE":36,username:35,USE:39," enabled":55,"/hostname":[13,16],"\u3082\u308c":50,"\u30de\u30fc\u30b8":60,"\u30ec\u30b9\u30c8\u30e9\u30f3":66,"\u65b9\u5f62":[61,4],"_suffix":17,mode:36,Blog:40,How:[],ar:[37,72],"\u901a\u3058":[30,54,29],"\u3002TLD":65,file:[1,20],"+ y":59,"\u4f5c\u308a":[28,40,62],"\u4f5c\u308b":[35,2,62,87,64,60],Cutter:86,GByte:34,Error:55,"\u53d6\u308c\u308b":73,"\u5bfe\u5fdc":[30,1,20,2,18,62,13,66,64,7,73,88,33,36,28,17,39,26,3,86,44],"\u95a2\u4fc2":[30,41,36,35,43,87,39,29],"\u56db\u89d2\u5f62":26,"5km":87,"\u4e0e\u3048\u308b":[2,13,73,14,38,84],"/IPAexGothic":9,"\u4e26\u3073":[72,2,65],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[30,54,29],"}|":55,"/tutorial":2,"\u8a18\u8ff0":[36,50,13,21,16,87]," rpm":68,string2:58,string1:58,"_type":[35,61,2,70,65,43,87,71,7,73,16,83,77,22,40,4],ftp:16,KyTea:39,"\u4e0a\u9650":[34,30,64],"_name":[71,88],"\u30c7\u30d0\u30c3\u30b0":82,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22,"\n% ":60,"4Kbyte":59,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":16,"[fedora":39,Entry:[73,7,42,8,27,74,57,11],"\u4e94\u5165":17,"]\n\n":87,"_value":[17,20,77,39],"\u30ea\u30bd\u30fc\u30b9":23,"\u5b9a\u7fa9":[56,36,2,42,13,21,7,23,8,27,57,77,79,47,59,11],"\u65b9\u5f0f":[13,66,40,2],":mm":55,"\u8a66\u884c":66,"\u767a\u63ee":66,"/usr":[13,68],"\u6c17\u306b":60,"/select":54,"\u5b9f\u884c":[48,69,2,25,71,73,51,16,74,54,28,5,30,31,55,32,7,8,77,81,78,57,82,79,11,60,36,62,13,63,80,56,38,83,27,17,86,18,66,42,88,68,44,46,47,84],Year:55," location":[35,38,87],"-threshold":[13,37,27],original:70,"}`":60,SIS:17,"\u6587\u6cd5":[30,38,29],SHIMODA:20,"\u4ed8\u968f":[47,79],"\u6539\u826f":[1,24,20,88,39,17]," default":55,"\u5343\u4e07":[],"_pat":20,"\u308f\u304b\u3061":72,"\u5408\u8a08":[37,82,16],"-P":14,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":17,"\u6761\u4ef6":[30,36,2,18,13,21,20,42,27,37,38,87,59,29,70],"-]":27," changed":24,"\u7d30\u304b\u304f":21,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"-e":13,"-d":[13,2,54],"-talk":52," haystack":36,"-a":13,"-c":[13,54],valgrind:86,"-m":14,"-l":[13,55],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":50,"-n":[13,17,2],"-i":[13,16],"_rc":27,"-t":13,"\u304a\u5f85\u3061":52,"-p":[13,16],"-s":13,Entries:71,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[30,20,19,16],homepage:16,".name":[82,87],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22,"-alloc":81,"-conditional":17," eight":2,"\u95a2\u9023":[5,30,85,2,73,63,44,42,27,66,78,39,17,46,74,3,80]," VALUE":2,"\u5dee\u5206":16,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":17,"\u3002column":36,"***":80,"\u8aad\u3093":46,"\u5438\u53ce":[2,50],",\"tags":35," type":57,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,68],"\u6b8a\u547d":16,pre:24,unigram:7,GROONGA:43,"--":[35,1,50,13,87,20,27,74,37,38,78,83,16,17,88]," implemented":24," clang":86,"\u3057\u307e\u3057\u3087":[38,2],"\u304a\u3088\u3073":[13,66,7],"\u4f4e\u6e1b":20,"\u5909\u308f\u308b":37,"\u5909\u308f\u308a":[82,38,72],"<protocol":13,"\u89aa\u5207":20,"\u4f55\u3089\u304b":59,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":27,VIEW:13,"\u300c\u6771\u4eac\u90fd":37,"\u30d6\u30c9\u30a6":50,"\ngronga":3,"\u30d6\u30e9\u30a6\u30b6":[54,60],TokyoGeoPoint:[12,61,38,17,59,4],"\u884c\u3048\u308b":35," log":[30,55,25],"x\u5ea6y":59,"/etc":68,ECMAScript:21," {":[35,2,50,65,87,40,70],SSSSSS:55,"\u518d\u73fe":37,"/centos":68," than":55,"\u6975\u4ed8":[61,4],"\u7701\u7565":[13,61,73,16,54,67,28,4],"\uff1a\n":54,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":86,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":86,"\u3067\u306b":[37,23],"\u30ea\u30c6\u30e9\u30eb":[17,1],"\u5927\u5207":66,"\u8868\u578b":7,naoina:39,version:[17,2,54,22],"_append":36,"_NO":[37,20,71,7,23],"\u6e2c\u5730":[12,38,61,59,4],"_modified":87,"\u8aad\u307f":[28,1,66],memcached:[66,86]," favorites":87,Pull:60,"\u307e\u3057\u3087":[35,2],hash:87,"\u305e\u308c":[36,44],tags:35,"\"Table":13," rather":[],"\u30c6\u30b9\u30c8":[30,37,87,20,45,68,46,86]," coverage":86,"\u30ce\u30a4\u30ba":[37,62]," https":60,"/ja":60,"\u6e96\u5099":[30,2,50,37,7,29,60],DLL:[17,39],"\u304b\u304b\u3063":27,"\u306b\u95a2\u3059\u308b":[30,25,87,27,52,28,17,39,59],"'needle":36,search:[28,62,44,3,18],Tomoatsu:20,TokenDelimit:[7,44]," clone":60,"-Wno":17," construction":[],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[17,39],"\u308f\u304b\u308a":20,options:[13,14,15,16],"\ninfo":[63,80],"\u3068\u305d\u306e":84,Object:59,"\u30b3\u30e1\u30f3\u30c8ID":87,followee:87,"\u8ad6\u7406":[34,66,36,82],hoge:[21,58],"\u30ce\u30fc\u30c9":39,"\u30de\u30c3\u30c1":[37,17,1,36,27],"-offline":[],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":72,"\u30d3\u30eb\u30c9":[17,20],"9\u3064":2,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[30,46,85],follower:87,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,20],"\u307e\u308f\u308a":46,ICHII:17,"\nthat":[],"\u672a\u77e5":39,select:[55,30,1,72,2,50,25,35,13,88,84,20,41,27,37,38,54,70,17,40,43],"\u300c\u697d\u3057":72,"\u3068\u3059\u3050":23,"/atv":[38,2,65],"\u69cb\u6587":[21,88],"[grntest":17," less":[]," apt":68," SWIG":24,"_system":17,mecab:7,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[81,31]," disabled":55,"\u7a4d\u7b97":[36,27],Baseball:35,"\u3002\u300d":37,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":2,"\u5ea6\u7d4c":59,"_PATH":[83,22,2,54,68],"\u30c6\u30ad\u30b9\u30c8":[20,16,60],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":35,Intel:16,ivh:68,"\u518d\u5229":[77,27],"_gqtp":16,"@lists":52,"\u3053\u3068":[1,69,2,50,35,71,26,73,51,16,53,54,39,28,79,87,3,4,5,31,43,32,7,8,77,37,33,57,81,82,70,9,58,59,11,60,12,36,62,13,14,64,23,56,38,83,27,17,40,74,86,78,80,65,21,63,20,42,61,67,68,66,22,46,47,84],"\u3053\u306e":[2,50,72,16,53,39,28,4,43,76,7,37,60,35,36,62,13,23,38,27,17,40,74,87,65,66,61,44,22,46]," newly":[],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":86,"\u547c\u3093":72,none:40," return":55,"\u30b5\u30fc\u30d0\u30fcID":17,"\u3053\u3053":[2,18,37,87,43,38,50],"-databases":[2,54],"\u30d7\u30ed\u30f3\u30d7\u30c8":22,"++":[66,17,39],"\uff01\uff09":[28,62]," \\":72,abandon:[73,27],"/[":54,deb:68,"\u89e3\u6790":[17,46,7,86],"\u6bd4\u8f03":[20,27,16],"\u79fb\u884c":[17,84],"\u3001(":16,Codes:60,"\u4e2d\u5fc3":4,scan:86,"\u30ea\u30cd\u30fc\u30e0":17,"\u7279\u306b":[21,36],accept:20,sphere:61,"_OBJ":17,"\u9664\u53bb":20,"\u958b\u767a":[30,66,45,84,68,87,46]," fresh":[],"\"saerch":62," dataset":15,"\u7406\u7531":66,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17,",\"japan":[]," Senna":[39,24]," Doc":50,"-address":[13,17],snippet:24,"/ ":[20,68],"\u3053\u308c":[36,65,62,6,66,44,23,87,37,38,28,17,40,72,3,60],"=dat":39,"\u52d5\u7684":[30,72,25,66,20,23,39],"\u3042\u3089\u304b\u3058\u3081":59,"\u5b9f\u884c\u4f8b":[35,2,50,65,62,43,87,84,23,38,54,44,28,40,86,70],"_DELIMITED":24,"\u8fd4\u308b":20,"/\"":[35,2,65,43,71,38,54],"\u591a\u3059\u304e":20,"\u306a\u3068\u304d":66,"[dat":39,"\u6d41\u308c":[46,60],uptime:[81,22,1]," three":[43,2],"/afr":[38,2,65],disable:17,"\u304a\u9858\u3044":16,"\u6642\u9593":[2,43,66,20,23,27,16,87,17],"{LANGUAGE":60,"\u4e0b\u3055\u3044":68,"\u30cf\u30a4\u30d5\u30f3":2,"\u30ea\u30dd\u30b8\u30c8\u30ea":[17,46,68,60]," tsv":22," engine":[62,44,3,18],github:60,"-munin":[39,68],"\u6574\u3063":86," indexing":[],"\u65b9\u6cd5":[2,25,71,72,16,19,39,28,4,30,76,37,60,61,62,13,23,45,27,17,85,86,87,66,68,44,22,46,84],callback:36,"\nindexing":[],Linux:16," path":55,"\u6e0b\u8c37":87,taro:35," HashTags":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[35,49,2,65,30,43,76,38,17,29],"\u3066\u304f":86,replied:87,">default":22,"\u666e\u53ca":66,hostname:[13,83],help:[17,86],"\u52d5\u753b":35,rand:[30,38,67,25,75],"\u3002ftp":16,"/c":6,"`hostname":13,"\u5217\u578b":[65,50,27],natty:68," will":[],grntest:[48,30,25,20,16,17]," release":[]," OR":[50,27]," OS":[30,20,68],"\u30bf\u30a4\u30d7":[17,16],"/lzo":17,".rpm":68,systemd:39,"\u6368\u3066":17,".git":60,"\u308c\u308b":[2,50,26,16,66,54,28,72,5,56,77,37,60,36,62,13,82,64,23,38,27,17,86,18,21,44,84],"_rename":39,"\u30ab\u30fc\u30bd\u30eb":[17,20],"\u63a5\u7d9a":[31,2,13,32,64,16,54],"[tokenizer":39,"\u6955\u5186":[61,4],pkgs:68,"\u57fa\u672c":[30,2,37,66,72,29]," feature":60,good:23,".description":87,Music:35,"\u52d5\u4f5c":[30,16,62,76,84,20,27,54,28,17,46,60,86,44],URL:[17,83,54],"\u516c\u5f0f":[17,68],"\u3002GeoPoint":61,URI:83,"_to":87,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":13,"\u6271\u3044":[28,72,84],"\u6271\u3046":[37,39,52,66],".i":68,"\u3088\u304b\u3063":37,"\u8a71\u984c":52," \u30d0\u30c3\u30d5\u30a1":82,"\u5316\u95a2":20,document:[13,20,83],"\u4f1d\u7d71":66,"\"complete":3,"\u3079\u304f":2," python":9,"\u9664\u3044":16,"-encoding":[13,17],"\u6271\u3063":[87,1],"\u30ad\u30e3\u30b9\u30c8":[39,20,87],"'title":2,man:1,"[doc":[17,39],"\u597d\u304d":60,CUTTER:86,status:[30,1,2,25,13,20,41,16,81,54,39],"-create":[48,30,18,25,62,15,88],"\u9032\u3093":66,"\u30b5\u30a4\u30ba":[17,82,51,68,66],korea:65," doc":60,Sports:35,HDD:16,GHz:16," so":[],"\u547c\u3076":[21,86],UTF:20,"\u6271\u308f":[37,26,16],"/\n":[20,60],"\u524d\u8005":38,"\u9001\u308a\u65b9":[0,30,46,60],"<ip":[13,16],"\u30ab\u30d0\u30ec\u30c3\u30b8":[46,86],"\u30de\u30eb\u30c1\u30b3\u30a2":66,"\u7def\u5ea6":[30,38,87,59,66],"\u6e2c\u7528":1,"_QUERY":36,"\u305d\u308d\u305d\u308d":2,"/locale":60,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":86,"\u8ddd\u96e2":[1,61,66,26,38,58,4],offline:[]," our":60,None:15,"\n> ":[35,2,18,65,23,38,54,70,40,50],"\u6c42\u3081":[66,58,61],Hour:55,"_new":64,"(WGS":38," en":[28,18],"\u9ad8\u3044":[66,2,18,82],"_hit":[22,2,54],"\u5ea6\u5ea7":59,"\u3072\u3053\u3055\u3093":39,"\u3053\u3053\u3067":27," Int":43,recv:68,"\u30a6\u30a7\u30a4\u30c8":57,"\u306b\u5bfe\u5fdc\u4ed8\u3051":28,RAM:16,"\u81ea\u8eab":[13,17]," http":[13,14,83,54,68,22],thread:[64,16]," processing":55," process":55,"\u8a18\u3057":2,v2:36,"_ito":17,".output":83,"\u30b5\u30a4\u30c8":[43,35],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":86,"\u308c\u305a":84," not":55,"\u3067\u3064":50,"\u306b\u3082":72,"\u4fee\u6b63":[1,24,62,20,88,54,39,17,3],",[[":87,"\u306f\u3044\u304f\u3064\u304b":34,encoding:22,SiteCountry:65,IN:24,number:[43,82],"=Site":54,"\u5f62\u72b6":26,"\u7d42\u308f\u308b":23,"${":27,"\u30bb\u30af\u30b7\u30e7\u30f3":[62,76,68,44,28,46,60],"\n\u308b":20,"\u30b3\u30d4\u30fc":71,HTTP:[30,20,54,22,17,39,29],".blog":37,koi:13,"\u5b58\u5728":[12,1,72,2,65,43,66,71,20,16,38,27,77,40,4],"\n\u30b9":17,"\u73fe\u5728\u5730":87,script:[12,25,30,21,61,73,27,74,33,16,67,58,4],"\u30c9\u30e1\u30a4\u30f3":65,"\u672c\u6587":40,".SSSSSS":55,"\u547c\u3073":[36,50,65,13,21,27,16],">\n":[22,24],"\u3002\u3059":[23,16],"\u60c5\u5831\u540d":[8,11],Homebrew:[17,68,30]," unmanaged":82,"\u3002[":[39,79,2],"-get":68,"\u3002make":16,"\u300cUsers":87,"\uff01 ":87,Munin:[17,1,68],"\u547c\u3070":2,"\u642d\u8f09":66,selector:42,"\nfreshness":[]," Tag":35,"\u4fbf\u5229":[28,66],"\u89e3\u6c7a":[17,82],"\u6574\u7406":39,center:4," get":[],"\u4e71\u6570":[38,67],"\u5b66\u7fd2":[30,18,62,76,20,44,28,3],"\u56de\u547c":20,Horikoshi:17,"\u898b\u308b":38,"_IP":54,"_probability":[17,18],"/RESULT":39," user":16," uses":55,KEY:[7,2,72,27,70],"\u8a18\u9332":[66,77],"\u30c6\u30fc\u30d6\u30eb":[1,7,2,50,71,73,27,53,17,29,70,30,43,56,69,8,77,37,78,57,79,59,11,35,36,13,82,39,40,74,18,65,87,20,42,47],",[\"":[35,2,18,65,62,37,87,23,27,43,38,54,44,70,28,40,50],"\u60f3\u5b9a":[81,21,71,82,35],"7e":16,"\u5b9f\u969b":[34,35,50,37,87,8,27,40,11],"\u307e\u307e":84,"\nGRN":36,"/Branches":86,"\u540dn":[27,8,11],"\u52d5\u74b0":14,"1\u30c8\u30fc\u30af\u30f3":7,"\u8aad\u307f\u98db\u3070":2,download:68,gted:60,"\u3002Functions":86,"\u3002\u3057\u304b\u3057":[62,43,66,23,17,59]," abandon":74,"\u307e\u3060":[81,17,18,84],qps:[14,16]," arg":36,"\ngroonga":[17,3,88,84],"\u307e\u3059":[48,0,69,2,50,35,71,26,73,51,52,53,54,28,79,72,3,4,5,31,85,6,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,34,12,36,62,13,14,23,80,56,66,38,83,16,61,17,40,74,86,76,41,78,18,65,21,63,42,27,43,67,68,44,22,46,47,84],"\u307e\u305a":[41,2,50,37,87,72,16,60],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22,"\u5c0f\u6587\u5b57":2,"_list":[30,1,2,25,13,41,20,8,17,11],"\u3082\u3059\u3079":21,check:[30,1,25,82,41,17],"\uff09\u3002":[37,87],Lucid:20,"_lock":17,"\u79d2\u5358":59," : ":15,port:16,"-limit":[13,1],"\u7279\u5b9a":[65,21,71,7,66,40,86],"\u307e\u3068\u3081":27,build:81,"[pat":39,mroonga:[39,66],"\u8a18\u53f7":[13,37,20,2,72],"$PREFIX":17,"\nindex":[],"\u5024\u6bce":27,"\u306a\u3051\u308c":[13,73,7,57,16],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36," realtime":[18,44],"\u30e1\u30fc\u30eb":60,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,In:[],".co":24,"-construction":[],"\u30e1\u30fc\u30c8\u30eb":[61,4],"\u89e3\u653e":81,uzulla:17,"\u3060\u3055\u3044":[2,66,61,68,46,86,60],The:39," speaker":52,DragonFly:20,"'hay":36,exe:68,"_put":[5,30,41,25,13,63,80],wareohji:39,windows:24,"\u306b\u3069":36,"\u3002Sphinx":9," lcov":86,"\u9577\u3055":[39,16],"\u4ecb\u3057":66," UInt":35,"\u7528\u8a9e\u96c6":82," rst":9,"\u4e0a\u66f8\u304d":38,"/d":54,"\u3057\u304b\u3057":[37,72,60],mlock:20,"\ncannot":[]," longer":24,"\u300ccommand":83,"_by":[17,87,88,39],".rb":20,SEGV:1,"\u304a\u3051":27,"\u304a\u3053":66," item":[28,62,18,44],"\u304a\u304d":66,"\u30d1\u30c3\u30c1":[6,17,20,60,39]," omitted":22," night":23,nterms:82,"\n]\n":71,MySQL:66,"\u304a\u3044":[2,21,7,77,38,66,17,86,60],"\u59cb\u70b9":2,"\u77e9\u5f62":[12,38,66],"\u59cb\u3081":60,"\u5f79\u5272":2,queries:16,"\u4ed8\u52a0":27,"\u6bd4\u3079":[23,65]," because":22,"\u6642\u306b":17,"-ftp":16,sa:[18,62],"\u51e6\u7406":[1,36,66,20,72,38,27,16,54,77,60],"\u4f4e\u6a5f":36,"\u5225\u9014":[7,59,65]," depends":24,columns:[20,73],"]]]":[35,2,18,37,42,23,27,43,38,54,87],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[28,62,44],"\nency":16,"\u629c\u3051\u308b":2,"(v":36," used":55,"\u671b\u307e\u3057\u3044":66,"_html":[13,17],"\u4eca\u5f8c":[5,17],"\nexample":[],"\u3053\u3061\u3089":[2,60],"\u9069\u5408":37,OBATA:20,"\u304a\u3070\u305f":17,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":50,"\u305d\u308c":[36,2,50,37,87,20,72,81,44,60],"\u3068\u3044\u305a\u308c\u304b":27," supports":24," STATUS":15,"\u53c2\u52a0":[46,52],Help:60,"\u306b\u304a\u3044":[43,84],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[30,46,45,64],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[13,54]," threasd":13,"/*":[6,60]," isn":39,"\u7d44\u307f\u8fbc\u3080":[66,36],"\u3002Redmine":0," finished":55,"\u52a0\u7b97":77,"\u6570\u5024":[1,7,2,13,20,72,27,43,36,57,4],"\u68ee\u7530":35," ')":73,"\u8a00\u3046":28,"\u3082\u3057\u304f":[40,54],"\u82b1\u5b50":35,"\u305d\u3057":87,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":69,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,1,20,86],For:52,"/log":13," universe":68,"]_":2,Kbyte:59,"\u7d44\u8fbc":[56,71,61,73,51,27,74,4,5,31,32,69,8,33,57,82,79,58,59,11,80,12,81,63,78,42,7,67,47],"][":[17,39],"\u554f\u3044\u5408\u308f":36,sed:17,sea:28,arg:36,content:23,sen:24,ELAPSED:[22,55],"\u8a00\u8a9e":[13,46,20,36,60],PORT:16,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":53,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":36,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[16,60],"\u7d39\u4ecb":[35,46,2,87],"(a":27,"\u4e00\u5ea6":[17,23],GET:54,"]}":[43,82],"\u5909\u6570":[17,88,86,39],"-level":13,"\u5c02\u7528":[30,54,29,60],"]x":[87,38],TCP:13,"\u6df7\u5728":83,RETURN:55,".log":[13,84,16],"\u30cb\u30db\u30f3":28,"\u8ffd\u8de1":0,"\u3068\u3068\u3082\u306b":7,"\u305d\u306e":[2,50,71,72,73,27,28,70,30,43,37,59,60,35,36,13,16,65,66,68,87,84]," \u6642":87,"\u7a7a\u6e2f":87,"\u8868\u73fe":[36,21,73,82,46,59],"([":67," Lexicon":23,"\u3044\u308f\u3086\u308b":35,Server:35,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[30,66],"\u5927\u91cf":[35,36,2],"\u898b\u3064\u3051\u308b":28,"\u304a\u308a":[87,40]," easy":9,"\u5236\u7d04":34,"\u6790\u5668":[66,7]," issue":0,AND:38,"\u3002value":77,last:87,oneiric:68,"\u62e1\u5f35\u5b50":[22,20,16],"\u304a\u52e7\u3081":68,"\u578b\u5909":17,SHIDARA:17,"-api":6," Sites":71,"]:":54,"] ":[13,14,16,15,54,39,17],"-file":[13,17],"\u53ef\u5426":2,pdf:[9,46],"]/":54,"])":[61,67,4],"\u6642\u70b9":[7,84],RESULT:22,load:[1,2,50,25,71,73,74,39,28,70,30,43,37,78,35,62,13,38,84,17,40,41,65,87,20,44]," about":55,");":36,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":26," database":15,point:[12,72,61,4]," indexed":[],"\u3059\u304e\u307e\u305b":35,"\u306f\u3058\u307e\u308a":84,"\u30b9\u30ec\u30c3\u30c9":[13,66,64,16],"\u30ca\u30ce":20,"),":[7,57],shutdown:[30,31,25,13,20,41,54],"-plugins":[39,68],"\u4e0d\u80fd":16,") ":[36,7,59,16]," documentation":46,")\"":50,"\"gronga":3,")'":[35,18,62,87,38,44,28],":#{":55,"\u78ba\u5b9f":62,"[rpm":[17,39],GitHub:[0,17,60],"\"web":[62,44],"\u8003\u616e":37,Groonga:[66,55]," sample":16,ShortText:[2,50,71,27,54,28,70,43,7,8,37,57,59,11,35,62,13,23,38,17,40,18,65,87,20,44],"\u898b\u3064":[20,18],"\u767b\u9332":[82,20,2,62,73,7,23,88,38,36,66,28,87,3],"\u53ce\u96c6":66,")\n":[67,24,55,36,4],txt:[6,60],"\\\"":[72,73],"_queries":[22,2,54],po:60,XML:[17,20,22],"|<":55," COLUMN":[35,2,50,65,37,87,71,23,43,57,40]," raltime":44,RPMforge:68,"#groonga\u30bf\u30b0":87,"[output":39,"/db":[71,18],EXAMPLE:15,"\u30d9\u30fc\u30b9":[66,17,20,60],"\u56de\u7279":16,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,86,60]," User":35,"\u79d2\u9593":17,"GET\u30e1\u30bd\u30c3\u30c9":83,bill:[37,72],"\u30a8\u30b9\u30b1\u30fc\u30d7":73,"\u6307\u793a":[28,2],"\u5236\u9650":[34,30,25,20,16,54,17,59],INT:22,"\u505c\u6b62":[13,31,84],TokenBigramSplitSymbolAlpha:[37,72],"\u30e9\u30a4\u30d6\u30e9\u30ea":[30,2,66],"\u4eca\u5ea6":87,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":17,"\"sug":3,"\u30c8\u30fc\u30af\u30f3":[72,62,7,20,44,17],engi:[28,18],"\n\n":[56,2,61,63,51,27,74,54,5,69,8,81,78,57,82,79,11,80,13,73,87,42,7,47],"\u63a1\u7528":[37,66]," customized":55,"\u4f7f\u3048\u308b":[13,17,39],"\u5f15\u6570":[69,1,56,2,71,61,73,51,16,74,4,5,31,32,7,8,81,78,57,82,79,58,11,80,12,36,13,63,14,83,27,21,42,67,47,84],"\u5404\u8a9e":82,"\u6027\u5225":66,"_expansion":[17,50,27]," values":73,"(>":36,NetBSD:20," free":[82,55],TokenBigramIgnoreBlankSplitSymbol:37,"\u898b\u3064\u3051":[28,1,39],"-key":[39,68],"\u30d5\u30eb\u30d1\u30b9":54,"null":[17,8]," logs":55,"\u4e00\u7fa4":36,Hardy:20," float":43,"\u6210\u679c":[46,60],Alert:55,"_PER":17,"\u5065\u4f5c":35,"\u56fd\u540d":65,"\u5177\u4f53":37,"\u307e\u3067":[34,36,2,70,13,73,23,16,87,60],"\u3072\u308d\u3086\u304d":70," select":[35,2,50,65,37,87,23,38,40],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[66,46,60],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[13,20]," tweet":23," unpatched":24,"\u30ec\u30b3\u30fc\u30c9r":36,Lines:86,"\u901a\u4fe1":[30,64,14,16,83,54,45,46,29],"]\n":[7,2,70,63,51,74,50,5,43,56,69,78,57,79,80,35,13,82,23,38,40,18,65,42,47]," describes":60,"\u5909\u63db":[17,59],"\u307e\u305b":[2,26,73,16,74,54,28,3,5,31,32,7,8,77,37,57,81,59,11,60,72,62,13,23,27,17,40,18,66],ifexists:73,"\u9006\u5f15":35," document":[],".spec":17,"\u5834\u6240":[20,16,52],Moero:35,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[13,42,27],Senna:[39,24],"\u7121\u99c4":66,"\u30b9\u30bf\u30a4\u30eb":13," buffer":82,"\u7d44\u307f\u5408\u308f\u305b":[37,66,7,57,36],"\u307e\u305f":[69,71,73,51,16,74,54,17,5,31,43,32,56,8,81,78,57,82,79,59,11,80,13,63,38,27,39,40,86,87,42,7,47],"\u30ef\u30a4\u30c9":17,edge:64,flags:[35,2,70,65,13,82,7,8,16,43,57,87,40,11],sortby:[35,2,18,42,27,38,17],"') ":13,entry:57,"\u9806\u756a":[13,37,2],"\u30b0\u30e9\u30d5":66,"_path":[39,16]," digits":55,"\u30d0\u30a4\u30b0\u30e9\u30e0":[37,7],"\u8aad\u307f\u65b9":21,"-path":[1,18,13,20,17,55],"_KEY":[35,1,20,2,50,65,37,87,71,7,23,8,43,39,17,40,70]," --":[35,87],nanoseconds:55,"\u8fd1\u4f3c":[17,61,4],"\u547c\u3073\u51fa\u3059":[12,61,33,67,58,4],"_NIL":20," common":17," time":[43,55,16],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":13,"\u307e\u3057":[35,2,50,62,37,87,61,43,38,17,60],"\u547c\u3073\u51fa\u3055":27,"\u547c\u3073\u51fa\u3057":[39,71,20,36,66],"\u3067\u304d\u308b":[50,71,26,16,17,70,43,7,37,57,4,35,36,13,64,23,27,39,86,87,18,21,61,66,46],tables:71,"\u30af\u30a8\u30ea":[30,36,2,18,62,37,21,45,20,14,27,66,38,50,28,17,46,72,3,29,44],"\u5316\u51e6":[17,77],point1:61," BOOLEAN":24,"\u30bd\u30fc\u30c8":[30,1,26,2,18,35,20,27,38,17,29],PID:[13,1],"3\u4ef6":87,Example:55,source:[35,2,87,57,40,11],"\u5024\u3068\u3057\u3066":13,location:[35,38,65,87],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":37,realloc:20,input:73,"\u8981\u7d20":[36,2,13,56,73,16],"\u3064\u3051\u308b":70,"...":[49,18,82,71,23,8,16,83,22,17,11],"\nPARTIAL":36,"\u5024\u7528":17," adv":68,"\u968e\u5c64":36,"\u9759\u7684":[30,25,13,23,83,39,46,86],".. ":[]," blog":[37,2],"<#{":55," add":60,"\u30cf\u30c3\u30b7\u30e5":[81,82,7,27]," Have":23,bit:[59,68],"\u30bd\u30fc\u30b9":17,"\u5f53\u3066":[8,11],"\u30d7\u30e9\u30b0\u30a4\u30f3":[1,66,20,88,68,17,60],"\u5927\u4e08\u592b":0," GNU":[17,68,30],"@wareohji":39," your":60," Takuto":20,"\u540c\u7b49":[72,16],"\u9014\u4e2d":[13,28,62],"-command":[20,84],"\u308f\u3051":28,"\"uptime":[22,2,54]," Kinjirou":35,"\u4ee5\u5916":[36,26,50,81,66,20,27,16,17],OS:16,"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,2,72,73,16,39,61,4,5,7,37,36,13,14,23,27,17,18,65,20,42,22,84],"\u6642\u523b":[43,81,33,16,62],".title":43,"\u7f6e\u304b":83,"\u4ed5\u65b9":[46,60],"\u7f6e\u304d":20,"\u30d6\u30ed\u30c3\u30af":66,FILES:15,"\u96a3\u63a5":66,"\u5404\u8981":50,examples:20,"\u307f\u307e\u3057\u3087":[35,2,50,43,87,38,40],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[13,1],"\u3001[":2,"\u3001_":[87,38,65]," seven":2,"_bool":20,"\u5927\u304d\u304f":[71,20,61,84,4],"{\"_":[43,35,38],"\u8a73\u3057\u304f":[66,2,68],"\u66f8\u304d":[37,66,72,16],RPM:[17,20]," nanoseconds":55,"\u66f8\u3044":87,"\u5927\u304d\u3044":[13,17,36],"\u3061\u3083\u3093":35,"\u69cb\u6210":[36,2],"\u308c\u307e\u305b":[13,82,84],"\u3002JSON":73,"\u56de\u52d5":16,Nice:23,"\u304f\u3093":87,".sh":[86,60],"\u5b8c\u4e86":[27,60],run:86,"\u5024\u306a\u3057":39,"\u4ed8\u304d":[30,7,2,18,35,20,44,28,26,59,29],"\u3001\n":[38,51],"\u4f9d\u5b58":[21,39],"\u4ed8\u3044":87," tablename":84,"\u5f37\u5236":1,"\u4ed5\u7d44":60,"\u96c6\u8a08":[30,66],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[13,36],"\u4ed8\u3051":[2,54],"_FOR":36,Hello:23,"\u30ab\u30a6\u30f3\u30c8":87,"-check":[17,20],"\u5b9f\u73fe":[30,36,2,66,45,46]," schea":15,"\u3001\"":[50,62,87,44,28,17,3],"\u305d\u3053\u306b":[8,11],usa:65,"\u3001'":[13,38,2,50,27],"\"service":62,"\u4f3c\u305f":38,"\"yu":71,"\u3001-":[43,20,83,16],"\u53ca\u3073":[16,74],"\u3001/":68,"\u3001.":[86,60],"\u5730\u5f62":[61,4],range:[8,11],"\u5185\u5bb9":[2,43,87,44,14,8,16,54,28,27,40,11,60],"\u3057\u307e\u305b":[37,28],"\u30fb\u30c6\u30fc\u30d6\u30eb":21,"\u95be\u5024":[30,18,13,72,27,37,19,17],"\u3001:":16," DATASET":15,".\n":[39,71,16],"\"sea":28," search":[17,62,44,3,18],"\u304f\u308c\u308b":[6,66,60],"\u30ad\u30e3\u30c3\u30b7\u30e5":[13,39,1,27,66]," SiteCountry":65,"\u3088\u308a":[36,50,37,21,20,23,16,87,68,28,17,72,61,4],"-protocol":[13,16],"'comment":2,"\u9010\u6b21":66,"\u3002query":27,"\u5831\u544a":[17,20,88,16,39],"\u524d\u65b9":[30,1,36,2,18,7,72,88,39,28,29,70],Natty:[17,68,30],".)":55,".-":60,"..":[13,61,73,15,83,27],"\u30d5\u30ec\u30fc\u30ba":27,". ":[48,0,49,2,50,25,35,71,26,73,51,52,53,24,54,28,79,72,3,29,4,5,31,85,55,6,32,7,8,77,37,87,33,57,81,82,70,9,58,59,10,11,60,34,12,36,69,62,13,14,64,23,75,56,66,38,83,16,61,40,74,84,86,76,41,78,18,65,80,21,63,42,27,43,67,68,44,22,46,47,45,15,19],".\"":[43,23,2,35],"\u6b53\u8fce":46,"\u7a2e\u5225":11,submit:[28,62,18,44],".'":[7,57],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":87,User:35,YYYY:55,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":84,"\u652f\u63f4":3,"\u5074\u9762":66,"\n..":71,".pid":13,"\u5408\u5bbf":87,"[groonga":17,".O":35," Demo":35,"-query":[13,17,55],registered:[],"-type":[28,62,44],Google:3,link:[43,65],".]":[82,8,11,18],"._":43,"\u3002\u30bf\u30b0":35,Quiz:35,"/epel":68,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":39,".h":6," status":22,"\u8868\u3059":[35,36,43,26,57,67],utf:[13,22,24],"_op":36," that":[39,55],"_or":4,munin:68,"\u306b\u5bfe\u3057":[35,1,36,2,18,65,81,66,7,14,27,38,83,54,57,40,72],Twitter:87,".c":24,".d":68,"\u8868\u3057":[26,2,77,36,84],".x":68,"\u307e\u307e\u3067":37,"\u52d5\u304f":17,"\u5206\u89e3":36,".}":82,Pentium:16,similar:36," types":18,"\u8ca0\u8377":20,"\u63a5\u982d":[17,7],"_NOFILE":55," functions":24,"\u30ed\u30fc\u30de":28,"/source":[6,68,60],"\u7121\u52b9":39,"\u3054\u3068":[40,64,53],"\u3075\u308a":18,"\u4f4e\u304f":37,"\u633f\u5165":[13,2],"\u7279\u5fb4":[66,30,35],"\u5165\u308c":[37,35,87],"\u53c2\u7167":[30,1,18,65,35,37,66,20,16,43,83,87,17,59,29],"_columns":[30,2,18,65,35,37,42,20,23,27,43,38,55,87,40,29,50],">uptime":22,".comment":87,"\u958b\u3044":[78,17,20,69],"\u5f8c\u308d":27,"\u958b\u304f":17,"_rate":[22,2,54],Mac:[30,20,68],"\u3042\u3052\u308b":[37,30,19]," testdb":16,"'\u3001":2,"\u56db\u3064":72,grn:[12,36,55,25,30,21,20,42,61,27,74,33,67,39,73,17,40,58,46,88,4]," go":23,"\u6642\u4ee5\u5916":20,"\u5168\u6587":[30,72,2,35,13,21,26,53,37,38,19,68,66,40,87,29],tmp:[13,2,18,54]," fix":24,".load":16,"\u3002dump":71,".dump":17," script":16,"\u30c7\u30fc\u30bf":[1,2,70,25,71,26,73,66,39,28,3,29,30,43,59,35,36,62,37,23,17,87,18,21,20,68,44],lucid:68," create":[],"\u6307\u5b9a":[1,69,2,50,35,71,26,73,51,16,74,54,39,72,61,29,4,30,43,56,7,77,37,78,57,81,82,70,79,58,59,11,80,12,36,13,63,14,38,83,27,17,40,18,65,66,20,42,67,68,87,22,47,84],"\u5c5e\u3057":59,"\u4e00\u7dd2":[37,1,2],"\u3002Video":35,"\u306e\u307f":[2,70,71,26,73,51,27,36,28,50,5,7,77,60,72,37,83,40,86,18,65,66],".patch":60,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[66,17,30],drilldown:[35,1,65,87,42,27],"\u306a\u304c\u3089":[66,2],"\u3088\u3044":60,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":16,"\u4f7f\u3044":[30,36,18,62,66,44,23,87,28,17,76,85,72,60],"\u300d\u3001":[35,87],"\u4e00\u5de5":70,"\u3088\u3073":36,"\"groonga":3,"\"suggest":3,"\nerror":[63,80],"\u5f37\u5316":[17,20],"\u8aad\u307f\u53d6\u308a":[13,73]," Tweets":23,"\u7d50\u5408":[21,36,27],"-count":81,DESCTIPION:15," b":27," `":[22,61]," a":[39,23,55,15],partial:36,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":87," d":[37,72],"\u3067\u307f":66,",\"title":2,"\u30a4\u30f3\u30c7\u30c3\u30af":40,"\u64a4\u5ec3":20,"\u57cb\u3081\u8fbc\u3080":16,"-filter":17,"\u66f8\u304d\u8fbc\u307e":5,"\u843d\u3061":20,gb:22,ga:16," z":59,query:[2,70,72,27,54,28,50,55,43,35,36,62,37,23,38,40,87,18,21,42,88,44],"/json":17,CPU:[66,16],"\u3067\u3069":18," }":87," C":[6,17,66]," @":[37,39,72,87]," binding":24,pthread:17,"\u8a9e\u6271":72,"/\u65e5":87," I":60,"-release":68,"\u30cb\u30e5\u30fc\u30b9":23,"\u3067\u3059":[0,2,50,71,26,73,16,53,28,72,3,4,6,66,7,8,77,37,82,11,60,34,36,62,13,14,23,38,83,27,17,40,86,87,18,65,21,61,43,68,44,22,46,84]," Token":16,"\ngronnga":3,stable:84,"\u3067\u304f":46," [":[2,70,71,73,16,74,54,50,43,7,37,57,82,15,35,13,14,23,38,27,40,18,65,87,42],"\u3067\u304d":[1,2,70,35,71,26,73,16,53,54,28,3,4,43,66,7,77,37,33,57,9,58,59,60,12,36,62,13,14,23,38,83,27,17,40,86,87,18,65,21,20,61,67,68,44,22,84],include:6," _":[35,2,70,65,43,87,38],"\u7e70\u308a\u8fd4\u3057\u6570":16," ]":[38,50]," \"":[87,2,18,62,37,82,61,73,8,27,38,16,44,70,28,11,50]," #":[87,20,88,60]," ":[69,56,63,51,16,74,5,7,78,79,57,80,35,36,81,82,14,38,27,18,87,42,22,47,84]," !":27," \u2026":54," '":[35,2,18,62,13,87,72,23,37,38,44,28,60,55]," ./":60," ..":[82,2,18,27,60]," *":[37,27,39,60,59,80],"\u8fbc\u307f":5," (":[34,30,24,25,77,36,68]," )":27," .":[37,86,16]," /":[2,18,13,72,14,37,54]," -":[69,1,24,2,50,35,71,72,73,51,16,74,54,39,28,79,87,4,5,31,55,43,32,7,8,37,33,57,81,82,70,9,58,11,60,15,12,61,62,13,14,23,80,56,38,83,27,17,40,86,78,18,65,21,63,20,42,88,67,68,44,22,47,84],"\u3002run":86,"\u3067\u5024":[13,2]," include":[],"\u983b\u5ea6":18,"\u4e0d\u8db3":68,"\u3072\u308d":70,Fixed:39," >":[71,72,27,38,16,17]," <":[24,37,71,27,38,16,17]," =":[35,36,13,21,27,38],"2pdf":9,"_API":36,"(drilldown":77,"-build":86," update":[68,60],"-id":13,"\u4e09\u3064":72,"\u512a\u308c":66,"this":[43,2,54]," such":60,Here:55,"|correct":18,"\u30aa\u30d7\u30b7\u30e7\u30f3":[1,2,70,72,16,54,39,28,43,37,81,62,13,14,83,27,17,40,86,18,20,68,44,22],Index:[],".po":[46,60]," term":82,"\u5341\u5206":37,"\u4e00\u81f4\u3057":72,"\u304a\u3070":[17,1],"-memory":20," outputs":55,".pc":[17,88],"\ntable":[37,87,71],"\u9023\u643a":66," [":27,".xml":22,"\u3044\u304f\u3089":66,"_cursor":20,"_SCALAR":[35,2,50,65,37,87,71,23,57,40,11],index:[35,40,24],"_thread":16,"/introduction":[2,54]," Blogs":37,squeeze:68,etime:14," WGS":[35,38,87],HTML:[17,46,83,54,60],"-online":[],"\nregister":[],"\u30a8\u30f3\u30b8\u30f3":[13,21,66,35],"\u7b49\u5024":20,"\u3060\u3057":[17,16],body:[50,37,69,73,27,78,57],FTP:16," it":23,"-exact":81,"\u5fc3\u304c":86,JSONP:17,"\u516c\u958b":[17,20]," PatSuffix":70,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[66,16]," Names":60,"\u3002Blogs":37,"_ACCOUNT":60," libmemcached":86," \"":[82,16,8,11,87],"\u306b\u5bfe\u5fdc":[5,13,73,27,83,17,39]," ":84,"= \"":21," users":[87,55],"\nwill":[]," GPL":24,ctx:64,"\u300d\uff08":[71,72]," Comments":[87,71],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":13,"\u30c8\u30e9\u30a4":17,"\u3067\u3082":[2,37,66,72,16,38,54,68,28,17,40,86,60],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":66,">version":22,".fedoraproject":68," both":[],"\u6b8b\u3063":20,"/senna":71,"\u8d85\u3048":[37,27],"\u6982\u8981":[30,84,66]," already":[],"\u5171\u901a":[17,40,7,59,21],"\u7518\u3044":50,"(ctx":36,",\"correct":18,"\u3046\u3048":[17,39],"_NAME":[2,54],"'ABC":7," v":36,"\u5148\u60c5":87,"\u9001\u4fe1":[69,71,73,51,27,74,5,31,32,56,8,78,57,82,79,11,80,81,63,16,42,7,47],Draw:35,",\u3000":16,zip:[30,68],"\u672a\u958b\u653e":20," garbage":82,"\u3057\u307e\u3059":[72,65,87,7,68,3]," DB":[83,22,2,54],"\u3044\u304f\u3064":46," defines":15,"\u3046\u3061":[36,82,26,61,27,84,17],"\u7d5e\u308a\u8fbc\u3093":66,"\u3057\u307e\u3046":[17,20,66],usr:[13,86,68],"\u3057\u307e\u3044":[37,70,16,62],Itagaki:20,"/master":60,"\u81ea\u5206":[16,60],"\u4efb\u610f":[13,59,2,16,66],soundkitchen:17,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[78,17,33,69,82]," JQuery":20,"\u3059\u308b":[48,76,1,69,2,50,35,71,26,73,51,52,53,54,39,28,79,72,3,4,5,30,31,43,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,12,36,62,13,14,64,23,80,56,66,38,83,16,61,17,40,74,84,86,41,78,18,65,21,63,20,42,27,67,68,44,22,46,47,19],"\u5909\u3048\u308b":37,"\u7d4c\u7def\u5ea6":38,"\u3059\u308c":[66,2,16],"\u9ad8\u304f":37,HOST:[54,16],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":86,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":50,"\u3059\u3093":87,Ultra:35,"/rab":[38,2,65]," until":[]," Fontaine":17,">max":22,"\u4e00\u81f4RK":28,GtiHub:17,"_NEW":17,"\u6b8b\u308b":17,"\u6b8b\u308a":84,"\u672c\u5f53":28,"/indexing":[],"\u3002Ctrl\u30ad\u30fc":2,"<limit":13,"\u4ee5\u5185":[28,38,87,62],"\u8d77\u52d5":[2,13,20,16,81,83,54,22,27,84],"\u306e\u3069\u308c":28,"\u6e21\u3055":36,"_WITH":[7,72,70],"\u6e21\u3057":[73,36,2,54],"/index":[13,60],"\u6e21\u3059":[39,2],"\u53d7\u3051\u4ed8\u3051":20,"-html":20,"\u7de8\u96c6":[1,58,46,86,60],"\u4f5c\u696d":60,"\u4e16\u4ee3":84," morning":23,"\u3001&":38,"\u51fa\u3057":87,TokenBigramIgnoreBlankSplitSymbolAlphaDigit:37,"\u3002\u3064\u307e\u308a":[2,54],sudo:68,"_estimate":17,"\"correction":3,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,20],"_install":9,"\u4f7f\u3044\u65b9":[30,2,25,62,13,66,44,23,16,28,22,76]," example":18,objname:[69,78],"\uff08TokenBigram":37," mte":24,"\u3059\u3050":66,"\u6301\u305f":7,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":20,"\u6301\u3061":[13,7,2,36],"\u8a2d\u5b9a\u5024":[1,51],tomotaka:17,"\u6301\u3064":[35,26,2,65,62,13,66,64,7,73,77,17,59],"_LEAK":86," or":55,"\u6df1\u523b":37,"\u691c\u51fa":[17,1,20,86],"\u3059\u3067":[72,23],"\u3059\u3079":[36,2,87,71,16,78,84,28,17],"_repair":39,"\u512a\u5148":[66,16]," view":56," registering":[],defalt:20," port":68,"\u3064\u3064":37," size":82,"\u30b3\u30de\u30f3\u30c9":[1,69,2,50,25,71,72,73,51,16,74,54,39,28,79,3,29,70,5,30,31,43,32,7,8,81,78,57,82,9,11,80,36,62,13,63,56,38,83,27,17,86,41,18,21,20,42,44,22,47,84],"_create":[30,41,2,50,25,35,13,87,71,7,23,16,37,38,57,88,70,17,40,65,43],"\u81ea\u5df1":87,"/example":[],"_')":[57,77],"_PORT":16,"\"sphere":[61,4]," Text":16,">starttime":22," msgpack":22,"\u6301\u3063":[66,62],"\u5206\u6790":66,"\"rectangle":[61,4],"\u5f35\u3089":43," instead":13,"\u9055\u3044":2,",\"":[35,2,50,43,82,71,23,27,38,54,87,22,40,70],"\u30a2\u30af\u30bb\u30b9":[13,20,14,83,54,17,60]," nice":23,"\u7d5e\u308a\u8fbc\u307f":[66,2,27],"\u3042\u308b\u3044":[12,36,66,61,27,84,4],alloc:[81,22,2,54],"\u66f8\u5f0f":[69,2,71,61,73,51,16,74,54,29,4,5,30,31,32,7,8,81,33,57,82,79,58,11,80,12,13,63,14,56,83,27,78,18,42,67,47],"\u601d\u3044":60,"\u81ea\u52d5":[35,2,70,7,16,77,17,60],"\u4f53\u8fd1":[61,4],SJIS:24,"\u30da\u30fc\u30b8":[30,2,13,83,39,60],"\u578b\u540d":[21,7],or:21,"_TIME":55,"\u9078\u629e":[66,54],":tasukuchan":87,":\\\"":73,"\u3002GRN":36,MESSAGE:[55,80],"\u4eac\u90fd":[37,72],"\u30c0\u30d6\u30eb":[17,7],"\u300cbill":72,"\u7d9a\u304d":73,"\u8abf\u3079":[12,4],"\u7d9a\u3044":[37,27],"\u4e00\u500b":36,"\u5fc5\u305a":84,"\u30ab\u30d0\u30fc":86,"% ":60,jiro:35,"\u30c7\u30d5\u30e9\u30b0":17,"|WITH":[2,50,37,87,23,57,40],"';":13," clean":86,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":14,"\u629c\u3051":17,"\u7d9a\u3051":16,"\u6570\u5b57":[37,16,62],"\u4e00\u9023":21,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":5,"\u6539\u884c":[13,17,8,11,39],TokenBigram:[37,7,2,72,62],"\u66ff\u3048\u308b":[2,65],ll:[37,72],"_reopen":[5,30,41,25,63,80],"/apt":68,euc:13," localhost":13,"\u3002Eclipse":60,"_gqpt":16,tsv:[22,83],"\u6b8b\u3057":27,"\u5de6\u4e0a":[12,1],"\u5de6\u4e0b":1," yes":14,"\u9589\u3058\u308b":[17,1],greater:36," keyserver":68,auto:18," |":[37,38,14,27],indexing:[],"\u3067\u3057\u3087":[66,23],"\u629c\u304d\u51fa\u3059":66,"\u30b9\u30ad\u30fc\u30de":[71,23],"\nto":[],billiard:[37,72],lzo:17,"_HOST":16,"\u89e3\u91c8":[71,20,36]," threshold":69,"\u90e8\u5206\u4e00\u81f4":[],"\u30e6\u30fc\u30b6":[36,50,62,21,7,16,57,44,28,59,3]," function":24,"\u306b\u304f\u308b":37,"\u5f15\u8a9e":2,translate:60,"\u4e00\u3064":[56,71,72,73,51,27,74,4,5,31,32,69,8,33,57,82,79,58,59,11,80,12,61,81,63,84,78,66,42,7,67,47],edit:[30,1,58,75,25],".net":[35,2,65,43,52,38],OffGao:87," updated":[37,24,60],"\u66f4\u65b0":[35,36,30,73,23,66,84,39,17,46,60],"\u30ed\u30b0\u30ec\u30d9\u30eb":13,XXX:13," hh":55," physical":82,"\u300chsiomaneki":87," no":[],"\u70b9\u9593":[38,26],"\u6df7\u305c":18,"\u65e2\u5b58":[5,66,54,16],"\u3064\u3044":87,"<gqtp":16,"\u4e0d\u4e00\u81f4":[]," registered":[],",\"link":43,"\u5c3a\u5ea6":66,"|suggest":18,"-patch":60," Aramaki":[17,20],"\u74b0\u5883":[66,16,68,39,17,46,86],"\u5217\u5f15":36,frequency:[28,62,18,44],"\u8a66\u3057":2,"\u751f\u6210":[21,72,77,67,46,60],"\u975e\u4e92\u63db":17,"\u3050\u308b\u3093":35,"\u4e26\u3073\u9806":38,"-match":[13,37,27],res:16,"& _":38,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":13," GRN":[36,55],"\u51fa\u6765\u308b":87,"\"test":2," \u6c11":72,"\u30ab\u30ec\u30fc":72,"\u300cOffGao":87,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":60,"\uff1f ":16,"-fd":17,"\u601d\u3063":6,"\u30ec\u30a4\u30e4":36,This:[2,55,15],"\u904e\u7a0b":77," Site":[35,2,65,43,38,54],"'hoge":21,"\u73fe\u72b6":84,Offline:[]," correct":[18,62]," concurrently":55,"\u4ed8\u5c5e":83,"/aba":[38,2,65],"8r":13," origin":60,"'this":2," A":15,PHP:39,"\u4ed5\u69d8":[30,18,20,83,84,39,10],Point:4,deprecated:84,"\u4e00\u90e8":[79,3],"\u8907\u6570":[1,2,72,16,53,29,30,43,7,8,57,11,35,36,37,83,27,17,40,18,65,66,20,87],"\"\uff08":28,"\"\uff09":[28,1,38],"_friends":35,"\u53ef\u80fd":[30,82,36,18,35,13,66,84,7,72,27,37,38,83,16,77,70,17,86,50],"\u307f\u304c":36,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":85,"\u7403\u9762":[61,4],Users:87,"3ki":20,"\u8aa4\u5dee":[17,61,4],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":66,"<max":13," PostgreSQL":66,"_DEBUG":86,"\u3002limit":[2,27],"\u8aac\u660e":[48,76,69,2,25,71,72,73,51,16,74,28,61,4,5,30,31,32,7,8,77,37,33,57,81,82,79,58,59,11,60,12,36,62,13,63,14,80,56,38,83,27,41,78,18,21,42,67,68,44,46,47],"1\u305a":[84,77],Raccoon:35,"\u8a9e\u5f59":[34,30,72,2,7,53,29],Daiki:[39,20,88],"\u30d9\u30af\u30bf":[1,20,11],"\u69cb\u9020":[66,21,36,35]," mode":36,"\uff08\u300c":37,lib:20,"-db":39,"\u9805\u76ee":[5,1,81,73,63,42,27,53,38,78,82,74,80],"\u8d77\u70b9":27,"\u843d\u3061\u308b":[17,20],"\u78ba\u8a8d":[1,2,87,16,46,60],"\u305d\u3053":37,"\u5bb9\u91cf":[82,27],"\u305d\u308c\u3089":14,"\u304a\u304b\u3057":20,mkdir:71,"\u5207\u308a":[17,32],"\u6c38\u7d9a":7,"\nlog":55," prefix":17,"-doc":39,"\u7d44\u307f\u8fbc\u307f":[30,41,25,13,21,71,75,16],"-keys":68," content":23,"\u306f\u3058\u3081":[30,18,76,84,3,60],"\u3002command":84," for":[24,55,15,60],"\u304b\u3061":72,configure:[37,20,27,81,17,86,60],"\u304b\u3064":72," service":62,"\u304b\u3069":[37,12,38,18,4]," mecab":24,"\u756a\u76ee":2,",..":[27,73,8,11],InnoDB:66,"\u64a4\u53bb":17,"\u60c5\u5831":[1,2,26,52,53,17,29,30,43,8,57,11,35,37,38,45,39,86,18,66,20,87,46],rst:9,"\nrequest":55," squeeze":[30,68],"-schema":[],"\u59cb\u307e\u3063":3,"\u3092\u3054":86,"\u3002\u300c":[35,40,2],"\u89e3\u6d88":[1,69],Bool:[12,59,70,4]," started":55,"-log":[13,17,55,16],rakutan:40,"\u51fa\u73fe":[66,18,53]," SiteDomain":65,"\u8aad\u307f\u8fbc\u3080":1,"\u304b\u3051":78,".grn":71,bind:17,"_OFFLINE":39,"\u304b\u305a":39,"\u884c\u6307\u5411":66,Video:35,"\u30ab\u30bf\u30ab\u30ca":[28,18],"\u5229\u70b9":66,Information:55,"\u898b\u3064\u304b\u3063":3,"false":[5,7,70,56,63,20,42,74,78,57,79,47,59,80],"\u8a72\u5f53":2,"-threads":13,"\u7d5e\u308a\u8fbc\u3080":3,"\u56fd\u969b\u5316":[30,46,85,60],"\u4fee\u6b63\u4e2d":62,"\u30de\u30a4\u30af\u30ed":[87,59],PATH:16,Soccer:35," from":24,"\"co":3,"\u975e\u308f":72,min:[14,16],"\n ":36,"\u6f14\u7b97":20,"\u304b\u3089":[1,2,50,71,26,73,16,66,54,39,28,3,4,43,37,81,59,60,36,62,13,14,64,23,38,27,17,74,87,18,21,20,61,67,68,44,46,84]," lexicon":16,"\u914d\u4e0b":83,".msgpack":22,"_const":36,"\u4e88\u7d04":[7,57]," Representation":60,BIT:16,"\u4eee\u60f3":[38,7,65],libmemcached:86," Gone":35,brazil:65,"\u901f\u3084\u304b":84,"\u3069\u3061\u3089":[0,40,3,27,50]," suggest":[28,62,18,44],"\u8aad\u307f\u8fbc\u307f":[17,2],ieee:59," six":[2,55]," code":[55,60],"*,":27,"\u9ad8\u307e\u3063":66," API":[6,30,46,24,85],"\u3089\u308c":[20,2,66,7,8,27,38,36,39,78,17,11],"**":80,"\u3064\u3076\u3084\u304d":23,"\u7d44\u8fbc\u578b":[30,59,25],"*'":27,"* ":59,"\u6e80\u305f":[21,38,36,87],"*\"":88,"_build":86,"\u3042\u306a\u305f":52,"*')":27," N":66," RDBMS":66,url:71,"\u30b3\u30de\u30f3\u30c9select":21,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":62,"_is":17,hh:55,"\u5408\u81f4":2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[35,65,30,87,27,17,59,29]," Blog":40,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[17,1,20,84,39],"\u901f\u304f":35,"\u30ea\u30af\u30a8\u30b9\u30c8":[69,71,73,51,27,74,5,31,32,56,8,78,79,82,57,11,80,81,63,14,83,42,7,47],Masahiro:20,"\u30b9\u30b3\u30a2":[36,18,37,21,27,38,77,87],"\u7d44\u307f\u8fbc\u3093":[66,7],"-output":16,"\u57fa\u6e96":66,"_id":[17,38,77,39]," Type":43,".gz":60,"\u6307\u3057":21,"\nALERT":[63,80],Indexing:[],"\u8d8a\u3048\u308b":37,supported:24," favorite":60,"\u3084\u3081":17,Redmine:0,"'localhost":[13,14],",\n>":[35,18,65,38,70,40,50],"\u5ea6\u3068":17,"\u5bfe\u8c61":[69,2,50,71,72,73,27,54,17,29,30,7,78,57,79,11,60,35,36,37,64,14,84,39,40,86,87,18,21,42,68,66,47],"\u4e0a\u8a18":[34,2,62,37,16,38,68,44,60],"_truncate":17,"_CALL":36,"&& ":37,"\nfor":[],MacPorts:[17,68,30],"with":[37,17,27],cache:[30,1,2,25,41,27,51,22],"\u9ad8\u5ea6":21," doesn":[],"\u30b7\u30a7\u30eb":16,"\u65e5\u6642":87," GeoIndex":35," sid":[17,82,68,30],IPA:9," links":43," in":[39,24,55,36,82],"\u5bfe\u8a71":[2,54],"\u7d20\u5358":68,"_equal":36," id":82,"\u30ea\u30ea\u30fc\u30b9":[1,20,23,88,84,39,17],"\u5316\u5bfe":60,"\u65e5\u4ed8":66," documents":[],"\u6295\u7a3f":87,"\u4ed8\u3051\u308b":[64,2]," Time":[37,43,16,87],"\u5c11\u306a\u304f":[66,23],"1\u3064":[34,35,2,18,43,87,16,17,40,3,0],"\u7279\u5225":28," YOSHIOKA":39,"\nconstruction":[],ko:24,"\u30c0\u30f3\u30d7":20,".ubuntu":68,"=$":60,",\n{":[28,62,44],"\u7e70\u308a\u8fd4\u3059":20,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[51,27],"= ":[38,27],"\"ellip":[61,4],"=\"":22,"_GITHUB":60,"=/":[13,86,68],"_res":16,"\u7e70\u308a\u8fd4\u3057":[16,60],"\u5272\u308a":[8,11],GPS:66,gbf:2,"\u5f97\u308b":2,"\u4e0d\u8981":66," releases":39,"\u697d\u3057\u3044":[37,72],"_search":[17,18],"/windows":68," released":24,",\n[":71,"\u79d2\u3088\u308a":88,",\n]":37,"_CTX":17,contain:36,"\u64cd\u4f5c":[30,36,2,13,21,7,27,66,29],"_parse":21,"\u69cb\u7bc9":[30,25,72,23,39,46,86],"_point":[35,4],"\u5236\u5fa1":21," eggs":40,"\u304b\u304e\u308a":16," markup":6,we:[],"\u4ee3\u5165":[43,38,20,59,36],"\"float":43,latin:13,"\u7cfb\u5ea7":[12,61,4],"\u884c\u6570":17,".list":68," Properties":55," the":[55,60],"\nBigram":16,"\u975e\u5e38":[21,7]," day":23,Good:23,"\u985e\u4f3c":[21,36,62],"\u51fa\u529b":[1,2,25,71,63,16,39,29,30,8,81,9,59,11,60,13,82,83,27,17,86,18,66,20,42,87,22,46,80,84],WITH:57,"\u304c\u3064\u3044":20,"(string":58," yappo":24," Akio":20," gqtp":66,Minute:55," adding":[],Sending:60,"\u3084\u304c":84,"\u7dad\u6301":66,"\u304c\u304a\u304c":87,"/var":13,"\u6d88\u8cbb":23,"\u4f4d\u7f6e":[35,2,30,66,26,38,57,84,87,17,29],"\u5168\u4ef6":27,"\u4e43\u6bc5":20,"\u73fe\u308c\u308b":37,job:16," only":[],"\u3053\u308c\u3089":[2,65,37,87,77,83,68,44,22,46,3],key:[35,2,18,65,62,43,87,71,7,73,27,74,38,16,44,70,28,40,11,50],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":16,users:87," Languages":60,"\uff12\u3064":[38,65],"2\u4ef6":87,"\u304a\u77e5\u3089":[30,1,20,88,39],"\u7279\u5316":60,Emergency:55," map":55,plugin:17,admin:20,"\u5927\u304d":82,"/status":[22,14,54],":ss":55,equal:36," max":[51,67],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[17,20],"\u6728\u578b":[7,27],".org":[35,2,65,43,71,16,38,54,68,60],"\u88dc\u6b63":[30,76,62,3,18],"/local":68,"\u653e\u68c4":[73,27],"\u96e3\u3057\u3044":66," Gothic":9,comment:87,epel:68,"\u4eca\u56de":2,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[13,20,83],Log:[30,55,25],"\u4f5c\u6210":[1,2,50,16,39,28,29,70,5,30,43,7,77,37,57,9,59,35,13,23,45,17,40,18,65,87,20,44,46],"\u6295\u7a3f\u5834\u6240":87,"\u533a\u5225":[59,70,27],DDL:37,Hex:35,"\u6b63\u3057\u304f":28,cd:60,"_add":[13,30,41,56,25]," IWAI":39,"\u591a\u69d8":66," an":[],news:[],table:[56,2,50,25,71,73,16,74,54,39,28,70,30,43,7,8,37,57,79,11,35,36,62,13,23,38,27,17,40,41,18,65,87,20,42,44,47,84],"\u671f\u5f85":66,li:[37,72],rpm:68," backup":71,"\u4ee5\u524d":[37,17,51,87],quit:[30,41,55,25,13,32],"\u30b5\u30d6\u30bb\u30c3\u30c8":59,"\u91cd\u307f\u4ed8\u3051":37,"_itoh":17,"\u30e1\u30e2\u30ea":[20,68],"\u533a\u5207":[7,27]," kana":[28,62,18,44],json:[56,2,63,51,16,74,5,69,8,78,79,82,57,11,80,81,73,83,27,42,7,22,47]," as":60,TokenBigramIgnoreBlankSplitSymbolAlpha:37," \"s":[18,62],"}\u300d":27," Entry":[69,56,7,42,8,27,74,78,57,79,73,47,11],"\u306b\u3088\u3063":[7,2,50,71,72,73,51,27,66,5,31,43,56,69,8,81,78,57,82,79,11,80,35,36,13,63,64,14,83,84,74,65,21,42,32,47],"\u3002SET":16,define:[13,30,41,42,25]," quickly":[],"\u65e5\u672c":[28,12,38,61,4],"\u5927\u6587\u5b57":2,HashTags:87,"\u8a08\u6e2c":[17,1,86],"_level":[5,30,41,55,25,13,63,80],"\u5185\u90e8":[81,39,27],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":72,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17,"-cache":13,"\u58ca\u308c":[17,20,82],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":38,"\u4fdd\u6301":53,"\u518d\u5e30":[36,78,47],"\u7a2e\u985e":[30,36,2,18,43,13,87,44,77,37,62,28,17,29],"\u540c\u671f":16," MessagePack":22,"\u3068\u3053\u308d":[6,39,87,2,60],"\u30c7\u30a3\u30b9\u30af":1,"\u307f\u305f\u3044":2," favorited":87," \" ":16,"\u672a\u5b9a":7,"{\"":[82,16],"\u7f6e\u63db":[50,27],"\u52a0\u3048\u308b":[17,7,57],means:55," System":0," language":60,value:[7,8],"\u4f4f\u6240":39,"\u793a\u3059":[12,61,70,7,73,8,27,11,4],"\u793a\u3055":[8,11],"\u793a\u3057":[2,65,37,26,43,81],ill:72,"\u540c\u3058":[5,30,1,2,18,62,13,66,20,8,16,37,83,19,17,40,11,84],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[30,52,60]," Good":23,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[13,2],"\u79d2\u5f62":59,tar:68," segment":82,"\u578b\u3068":65,"/C":66,"\u3002\n":[1,72,51,16,4,5,8,81,79,59,11,35,36,13,82,64,84,17,40,87,20,88]," record":[43,2,54]," while":[],"/\\":2,"-debug":20,"\u9818\u57df":38,"\"se":28,avg:14,pkg:20,"\u8fd4\u4fe1":87,"\u8a9e\u5f59\u8868":7,"\u3002'":[2,27],"\u91cd\u8981":[66,23,86,53],"\u8a71\u3057":46,"\u3002\"":[37,87,62],"\u3002#":[17,20],"\u578b\u304b":59,"-deafult":17,"\u3002.":60,".db":[13,2,8,11,54],"\u3002(":[16,36,13,7,73,27,54],"\u3002)":[27,16]," replied":87,"\uff08longest":17,"\u91cd\u8996":[37,23],Pikonyan:35,"\u6ce8\u610f":[37,17,2,16],"\u300cbilliard":72,"-learner":[20,3,15],"\u8aa4\u5b57":[17,20,39]," PORT":54,"\u3002:":[2,71,72,73,16,74,28,3,7,8,37,57,9,11,60,62,13,82,83,27,17,86,18,42,68,44,84],"| _":38," again":[],"\u518d\u5ea6":36,http:[35,2,65,13,71,14,16,43,38,83,54,60],"\u3088\u3063":38,"\u3002C":[6,66]," Already":[],"\u3002N":37,"]\"":[87,38],"\u3002TokenDelimit":44," Ocelot":[17,68,30],"_MAX":67,v1:36,"\u306b\u3088\u308a":[34,70,37,66,38,54,82],"\u306b\u3088\u308b":[30,70,66,54,39,17,29],"\u672c\u4f53":46,"\u5b9f\u51e6":36,"\u304a\u304b\u3057\u304f":20,"\u3002_":77,EOF:13,"\u300d\u300c":87," local":71," body":[37,79,47,57,50],"\u5168\u6587\u691c":[30,20,2,29],"\uff01\"":87,"\u540d\u4e00":[],"/groonga":[2,6,20,13,54,68,17,60]," ID":[66,55],"/$":60," start":23,"\u4e00\u77ed":66,"\u304a\u3063\u3055\u3093":87,command:[2,13,83,54,22,84],"\u4e00\u81f4\u7528":70,".repoforge":68,"_POSITION":[2,50,37,87,23,57,40],lcov:86," translation":60,"\"ellipsoid":[61,4],"\u8868\u793a":[1,2,16,54,39,29,30,43,8,81,37,11,35,13,82,38,84,17,65,66,20,22],"\ndo":16," obj":82,less:36,"\u3042\u304d":70,"\u904b\u7528":66,"\u81ea\u7531":[21,36,77,66]," sleepy":23,"\u5229\u7528":[2,71,72,16,54,28,29,30,37,59,60,26,62,13,38,83,27,17,86,66,61,68,44]," yum":68,gettext:60,".mo\u30d5\u30a1\u30a4\u30eb":60,"\u5fd8\u308c":17,"\u3002Point":[12,4],"\u9806\u5e8f":[2,37,7,8,27,11],begin:14,web:[62,18,44]," offline":[],UNSPLIT:36," Fumiyasu":17,listen:13,"\u3042\u3063":[35,2,18,84,73,16,77,60],"\u958b\u59cb":[86,17,27,16],"\u3002 ":[12,26,44,66,20,61,16,62,27,28,17,39,60,88,4],"\u3042\u3068":60,"\u3055\u3093":[20,88,39,17,3,60],"\u306b\u3059":37,RLIMIT:55,"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":13," MySQL":66,"\u660e\u793a\u7684":22,qwik:71,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":13,"-suggest":[48,30,18,25,62,20,15,88,17,3],match:[30,72,2,50,37,42,20,23,27,87,40,29,55],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":39,ctrl:54,RedHat:17,"\u3069\u306e":[43,62,26,61,4],dest:[13,14],"|http":16,"\u756a\u53f7":[16,2,13,14,27,54,77],"\u5730\u57df":66,"\u5b89\u5b9a":[39,82,84,66],"'pid":13,".jp":[71,24,52],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":17,Debug:55,Masaharu:39," tracker":0,you:60,tvsec:81,"\u9593\u9055\u3063":[17,62,3,39],Poedit:60,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":86,"\"MySQL":3,CentOS:[17,20,68,30],"\u6574\u5408":1,"\u4f4f\u3093":87,"\u672c\u8cea":16,"-strings":39,"\u5ea6\u5206":59,"\u6d0b\u723e":17,Sphinx:[6,9,46,85,60],"\u3068\u3044\u3063":38,"_threshold":[18,62,20,27,44,28,17],"\u4e0b\u8a18":[81,82,36,84],"\u306a\u304b\u3063":[5,56,2,13,63,7,42,51,16,74,37,78,57,84,79,47,80],"\u4e0d\u6b63":[17,1,20,86],sequence:[28,62,18,44],OPTIONS:15,"\"rect":[61,4],Online:[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9":54,"-host":16,self:16,"\u3002Debian":86," candidate2":18,"\u4e0d\u4e00\u81f4\u6761\u4ef6":27," candidate1":18,Tweets:23,"\uff11\u5bfe":64," TABLE":[35,2,50,65,37,87,71,7,23,43,40,70],"\u30b3\u30e1\u30f3\u30c8":[13,87,20,16],"\u30e6\u30fc\u30b6\u30fcID":87,"_sortby":[42,65,27],"\u5411\u3051":[30,46,36,45],"\u4e0d\u6b63\u78ba":81,"_PAT":[35,2,50,37,87,71,7,8,40,70]," old":39,LANGUAGE:60,"\u7121\u9650":20,"\u96e2\u308c":38,"/hoge":13,"\u5f62\u5f0f":[1,69,2,25,71,61,73,16,74,39,4,5,30,56,7,8,81,33,57,82,79,58,59,11,80,12,36,13,63,14,38,83,27,17,40,78,18,21,42,67,22,47],"\u30dc\u30bf\u30f3":60,MinGW:17," mail":16,"#{L":55,",\"domain":65,"\u4e2d\u7a0b\u5ea6":68," Bool":70," &":[37,38,72,68],"\u3002-":[87,83],"\u30d0\u30b0":17,"\u3057\u3064\u3064":86,"\u3042\u308c":[37,59,23,16],"\u30c7\u30d0\u30c3\u30ac":86,"_DB":[17,39],"-h":13,"\u3042\u308a":[0,2,50,72,73,52,54,28,3,5,31,6,32,7,8,77,81,57,60,34,36,62,37,23,38,83,16,17,40,86,87,18,66,61,27,43,68,76,22,46,84],"\u3042\u308b":[69,2,70,35,71,26,73,51,16,74,28,61,4,5,31,32,7,8,81,33,57,82,79,58,59,11,60,12,36,62,37,63,14,80,56,38,83,27,17,40,78,18,66,20,42,67,87,47,84],"\u7acb\u3061\u4e0a\u304c\u3063":16,host:16,offset:[42,65,2,18,27],"\u306e\u3044\u305a\u308c\u304b":[12,61,4],"_query":[28,62,44,18,39],"\u6319\u52d5":[30,72,13,20,27,37]," resources":[],"\u9055\u3063":28,".hash":87,hana:35,"\u30c0\u30e1\u30fc\u30b8":37,"\u6f0f\u308c":[21,66],"\u305d\u308c\u305e\u308c":[36,2,50,65,13,87,72,27,37,38,83,68,22,40,86],"\u5358\u72ec":16,column:[1,2,50,25,16,39,28,70,30,43,7,57,79,11,35,36,62,13,23,17,40,41,87,18,65,21,20,44,47],universe:68,"\u5206z":59,"\u30b7\u30fc\u30b1\u30f3\u30b9":[28,62,44],UP:22,Kenichi:[17,20],"|KEY":[2,50,37,87,7,23,8,40,70],tomo:35,".html":[13,60],"\u3055\u3044":[2,18,37,66,16,43,83,68,86,60],"\u9055\u3046":20,SATOH:17," Ueno":[39,20,88],"\u524d\u65b9\u4e00\u81f4":[],"_NUMBER":54,"!!":[35,87],"! ":[36,23],"!\"":[35,2,43,87,23,54],"\u6587\u66f8":[2,50,21,72,23,66,3],coverage:86,SIGINT:17,"\u5b9f\u9a13":[17,39]," value":[]," freshness":[]," Shops":72,"/LC":60,"<log":13,"\u53d7\u3051\u53d6\u3063":66,"\u5b9f\u7a3c":14," Tomita":20,"-node":68,friends:35," cost":[],"\u3002mroonga":66,"_remove":[30,41,25,13,79,17,47],"\u95b2\u89a7":54,development:46,"\u30ed\u30b0":[5,1,62,13,63,16,88,17,80],"\u5c55\u958b":[17,68]," event":[28,62,18,44],"var":[13,36,68,11],"\u901f\u5ea6":[17,16,35]," query":[18,55],Execution:18,"\u89a7\u4e0b":86,chunk:82,"\nindexed":[],"\n\uff08":20,"-pid":[13,17],"\u3068\u307f":83,"\u304c\u3068\u3046":87,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[5,84,16],"\u73fe\u5728":[5,2,66,26,14,51,16,53,33,87],"\u3068\u3068":[6,60],"\u3068\u3069":76," +":[59,83,27],"\u53d7\u3051\u4ed8\u3051\u308b":54,"\u30fb\u5168":[42,27],"\u3068\u3066":66,truncation:17,"_term":24,"\u5730\u56f3":66,enginen:28," Takashi":17," table":[35,2,18,65,13,42,56,23,27,74,43,57,73,79,40,47,70,11,50]," wheezy":[17,68,30],"\u3068\u3053\u306e":28,"\u3068\u3057":[35,36,2,62,13,23,44,14,16,21,28,40,59,3],"\u4ecb\u6587":87," git":60,"\u3068\u3048":[72,50,66,7,38,84],"\u3002iptables":54,limit:[35,2,18,65,42,27,17,55],"\u4e00\u9577":66,"\u3068\u304d":[35,1,36,2,18,62,13,66,64,20,72,43,54,28,17,3,11,44],"-disable":[17,20]," pull":60,"\u611f\u8b1d":[17,1,20,88,39],bigram:[7,72],links:[43,65],"\u30fb\u81ea\u5df1\u7d39":87,"\u4e2d\u91ce":87,pid:[13,1],"\u8a08\u7b97":[1,61,62,66,26,38,44,28,58,59,4],"\u69d8\u3005":[21,38,36,46,86],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[30,29,87],saer:[18,62],"\u4f7f\u3044\u5206\u3051":[37,72],"\"\u307e\u308d\u3086\u304d":70," error":39,"8bit":59,"\u521d\u56de":60," suggestion":15,"\u3002LD":68,NULL:36,"-config":[13,17,1,20],"\u305f\u3060\u3057":[1,13,72,77,83,17],"\u7570\u306a\u308b":[30,13,16,37,38,19],"\u7570\u306a\u308a":27,"\u30a2\u30ed\u30b1\u30fc\u30c8":81,"\u52a0\u3048":[43,36,70],Arnaud:17,detail:16,"\u3068\u308a":[83,86,27]," Narwhal":[17,68,30],"_COLUMN":20,"\u4fc2\u6570":36,"\u30fb\u5186":66,":\u5024":27,"\u6574\u5217":66,"\u3068\u3082":[87,38,16],"{\n":36,"-analyzer":17,out:16," developer":87,"'abc":7,Zenigata:35,"\u3002drilldown":[65,27],":\u5206":87,"\u8ab2\u984c":0,Oneiric:[17,68,30],"\"GROONGA":43,".location":87,"/sources":68," system":[],gcc:17,"\u65b0\u3057\u3044":[13,66,17,46,3,60]," MODE":24,"\u65b0\u3057\u304f":[23,2,84],"\u307b\u3069":[13,2,18],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":20," has":[24,55,15],"\u90fd\u6c11":[37,72],"\u305f\u3070\u304b\u308a":23," to":[24,55]," available":24," tags":35,"\u30c7\u30fc\u30e2\u30f3":[13,1,54],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[34,30,26,2,79,25,35,37,82,20,23,27,78,57,29,39,17,40,47,87,11],"\u6027\u80fd":66,Site:[43,2,65],"{\\":73," #{":55,"\u307b\u304b":[66,87],"\u2026\uff09":62," advanced":24,rep:16,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":87},objtypes:{"0":"std:option"},titles:["1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","5.1. \u306f\u3058\u3081\u306b","7.7.3. geo_in_circle","7.3.15. log_reopen","3.1. C API","7.3.21. table_create","7.3.22. table_list","2.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","8. \u4ed5\u69d8","7.3.6. column_list","7.7.4. geo_in_rectangle","7.1.3. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. grnslap","7.1.5. groonga-suggest-create-dataset","7.1.2. grntest","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","7.3.20. suggest","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.6. grn_expr","7.2. \u51fa\u529b","7.8. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.3.17. select","5.3. \u88dc\u5b8c","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","7.3.18. shutdown","7.3.16. quit","7.7.5. now","9. \u5236\u9650\u4e8b\u9805","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","2.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","7.3. \u30b3\u30de\u30f3\u30c9","7.3.8. define_selector","4.3. \u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","5.5. \u63d0\u6848","2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","11. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","7.3.23. table_remove","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.3.2. cache_limit","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","4.2. \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528","7.9. Log","7.3.24. view_add","7.3.5. column_create","7.7.1. edit_distance","7.4. \u30c7\u30fc\u30bf\u578b","3.2. \u56fd\u969b\u5316","7.7.2. geo_distance","5.4. \u88dc\u6b63","7.3.13. log_level","2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","1. groonga\u306e\u7279\u5fb4","7.7.6. rand","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.3.9. defrag","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","7.3.11. dump","8.1. \u691c\u7d22","7.3.12. load","7.3.10. delete","7.7. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","5. \u30b5\u30b8\u30a7\u30b9\u30c8","7.5. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.3.4. clearlock","7.3.7. column_remove","7.3.14. log_put","7.3.19. status","7.3.3. check","7.1.4. groonga HTTP\u30b5\u30fc\u30d3\u30b9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b"],objnames:{"0":["std","option","option"]},filenames:["contribution/report","news/0.x","tutorial/introduction","suggest/introduction","functions/geo_in_circle","commands/log_reopen","contribution/documentation/c-api","commands/table_create","commands/table_list","contribution/development/document","spec","commands/column_list","functions/geo_in_rectangle","executables/groonga","executables/grnslap","executables/groonga-suggest-create-dataset","executables/grntest","news/1.2.x","commands/suggest","troubleshooting","news/1.0.x","expr","output","indexing","news/senna","reference","geolocation_search","commands/select","suggest/completion","tutorial","index","commands/shutdown","commands/quit","functions/now","limitations","tutorial/index","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","tutorial/search","news","tutorial/match_columns","commands","commands/define_selector","tutorial/data","suggest/suggestion","contribution/development","contribution","commands/table_remove","executables","suggest/tutorial","tutorial/query_expansion","commands/cache_limit","community","tutorial/lexicon","tutorial/network","log","commands/view_add","commands/column_create","functions/edit_distance","type","contribution/documentation/i18n","functions/geo_distance","suggest/correction","commands/log_level","contribution/development/com","tutorial/drilldown","characteristic","functions/rand","install","commands/defrag","tutorial/patricia_trie","commands/dump","spec/search","commands/load","commands/delete","functions","suggest","pseudo_column","commands/clearlock","commands/column_remove","commands/log_put","commands/status","commands/check","executables/groonga-http","command_version","contribution/documentation","contribution/development/test","tutorial/micro_blog","news/1.1.x"]})
1
+ Search.setIndex({objects:{"":{"--ftp":[16,0,1,"cmdoption--ftp"],"--dir":[16,0,1,"cmdoption--dir"],"--document-root":[13,0,1,"cmdoption--document-root"],"--cache-limit":[13,0,1,"cmdoption--cache-limit"],"-P":[14,0,1,"cmdoption-P"],"--pid-path":[13,0,1,"cmdoption--pid-path"],"--log-output-dir":[16,0,1,"cmdoption--log-output-dir"],"-d":[13,0,1,"cmdoption-d"],"-a":[13,0,1,"cmdoption-a"],"-c":[13,0,1,"cmdoption-c"],"-m":[14,0,1,"cmdoption-m"],"-l":[13,0,1,"cmdoption-l"],"-n":[13,0,1,"cmdoption-n"],"-i":[13,0,1,"cmdoption-i"],"-h":[13,0,1,"cmdoption-h"],"-t":[13,0,1,"cmdoption-t"],"-p":[13,0,1,"cmdoption-p"],"-s":[13,0,1,"cmdoption-s"],"--log-path":[13,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[13,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[13,0,1,"cmdoption-e"],"--config-path":[13,0,1,"cmdoption--config-path"],"--query-log-path":[13,0,1,"cmdoption--query-log-path"],"--protocol":[13,0,1,"cmdoption--protocol"],"--bind-address":[13,0,1,"cmdoption--bind-address"],"--groonga":[16,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[36,13,21,63,73,27,43,38,84,66,59,80],EPEL:68,"\u8a73\u7d30":[2,37,16,83,59,86,60]," thread":[55,16],"\u51fa\u6765":[35,40],localstatedir:[20,68],"\u3082\u3089\u3063":2,",\"suggest":18,prefix:[86,17,36,18,68],"\u3002scan":86,"-history":17,"\u6e1b\u3089":[39,62],"\u3070\u308c\u308b":20,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[13,83],"\u811a\u6ce8":[12,2,21,61,79,59,4],"\u6539\u826f":[1,24,20,88,39,17]," scan":86,"\u3002groonga":[2,81,66,7,57,54,28,22,40,46,84],spec:20,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[13,17,71,60,22],"\u79d2\u60c5":17,"_column":[30,72,25,16,77],"\"ab":3," InnoDB":66," Lynx":[30,68]," English":52," YOUR":17,"_left":[12,17]," GitHub":60,"\u304b\u305a\u3072\u3053\u3055\u3093":39," use":[82,60],editrc:17,"void":39," stamp":55,"\u30d0\u30c3\u30d5\u30a1ID":82,"\u6b63\u5e38":16,"\u3066\u307f\u307e\u3057\u3087":38,"\u300cOffGao":87,"/plugins":20,"\u30b9\u30ab\u30e9":11,"_sel":24,MAP:17,"\u53c2\u7167\u5143":43," ToyBox":43,"\u30df\u30b9":28,"\u3065\u3051":84,"\u932f\u8aa4":66,"=pat":39,"\u5408\u8a08":[37,82,16],"\u5b9f\u6570":59,Nice:23,"\u6761\u4ef6\u5f0f":27,"\u6700\u9577":[17,7,16],starttime:[81,22],"\u30a2\u30ed\u30b1\u30fc\u30c8":81,"\u7c21\u5358":[37,2,54],"_snip":39," threads":55,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":18,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":20,"-repository":68,"/Fedora":20,"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[36,86,7,77,52]," column":[43,23,38,2,18],"[http":39,"\u89e3\u9664":[13,1,69,78],"\u9006\u9806":2,"\u4f5c\u3089\u308c":16," install":[86,9,14,68,16],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":37," CUTTER":86,"[2":13,"\u5236\u9650":[34,30,25,20,16,54,17,59],"\u3002\u30df\u30ea":43," domain":[6,65],".\"":[43,23,2,35],"\u6210\u529f":[5,56,2,63,7,42,74,78,57,54,79,47,80],"\u4e8b\u524d":[37,3],zunda:17,"\u30de\u30af\u30ed":17,Visual:17,"\u30b7\u30f3\u30dc\u30eb":[7,57],"\u505c\u6b62":[13,31,84],net:65,"\u683c\u7d0d":[35,36,2,50,65,13,66,26,23,8,72,43,57,77,87,17,59,11],"-e":13,"\u4e8c\u3064":[72,84,16]," segments":82,Synonym:50,"\u7fbd\u7530":87,"\u578b\u3068\u3057\u3066":59,"-d":[13,54],"\u306f\u3044\u3051":74,"\u5fdc\u3058":[21,16,66],"& ":[37,38,36,72,68],"\u9069\u7528":[2,27],"\u3002output":71,"\u30af\u30a8\u30ea\u30ed\u30b0":[17,62,44,28],china:65,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":32,GRN:[36,17,20,27,39],"const":39,"\u300cComments":87,"\u4e0e\u3048":[36,2,65,13,73,37,54],Alert:55,".ddl":16,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":17," option":55,"\u305a\u306b":7,"_key":[35,1,2,18,65,87,27,38,54,77,70,40,50],"\u79cb\u8449":38,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[68,16],"\u4e2d\u8eab":[2,16],"\u5f62\u614b":[66,7,68],"_output":[42,65,27]," cleared":39,":port":[13,83],"\u5411\u4e0a":17," data":22,serch:[18,62],"\u7ffb\u8a33":[46,60],"\u63a8\u79fb":84,"\u300c$":27,"\u300c\"":13,"\u300c#":[87,20],"\"sound":62,"\u300c,":71,"9f":22," options":[],"-YYY":60,"\u8aad\u307f\u3084\u3059\u3044":39,"\u5171\u901a":[17,40,7,59,21],total:[82,16],"\u5ea6\u6d6e":59," Blog":40,"\u624b\u9806":44,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[46,36],"\u592a\u90ce":35,noarch:68,"\u975e\u63a8":[17,61],Reported:39,typo:17,ip:16,TABLE:[20,7,2,8,70],"[pkg":17,type:[35,2,18,65,62,43,87,16,38,57,44,28,40,11,70],"\u30d6\u30ed\u30b0":[87,40,23],"\u30df\u30ea":[43,17,38,59],"_LIBRARY":68,"\u6709\u529b":18," opened":55,"-s":[13,54],autogen:[39,60],"\u52d5\u753b":35,Entries:71,"\u4e0b\u304c\u308a":37,"\u5f15\u6570":[1,69,2,71,61,73,51,16,74,54,4,5,31,43,32,7,8,81,78,57,82,79,58,11,80,12,36,13,63,14,56,83,27,21,42,67,47,84],"_register":88,"(pos":[12,61,4],EMERG:[63,80],"-bind":[13,17],"_command":[22,2,54],"\u30fb\u5186":66,"\u3064\u3065\u3044":87,"\u7518\u6817":87,"\u3042\u3089\u304b\u3058\u3081":59,"\u6709\u52b9":[16,13,66,7,73,27,43,54,68,39,17],"\u62bc\u3057":2,"\u7f6e\u304d\u63db\u3048":[13,60],"\u4ee5\u4e0a":[36,2,18,13,27,16,59,86,60],mm:55,Text:59,"\u4e00\u6b69":[],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":16,"\u62bc\u3059":[2,60],"\u30a2\u30fc\u30ab\u30a4\u30d6":60,"GeoPoint\u9593":17,".name":[82,87],"_EXPR":36,"\u306b\u95a2\u3057":[36,16],"\u5316\u6642":17,"\u304c\u3063":40,"-> ":20,JavaScript:[30,38,83,54,29],updated:37,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,69],"\u63a8\u5968":[39,54,84]," functional":[],",..":[27,73,8,11],"\u6b21\u90ce":35," pdf":9,"\u4e0b\u66f8\u304d":26,LF:14,end:14,LC:60,eng:[28,18],"\u540d\u524d":[69,2,25,71,61,73,51,16,74,39,4,5,30,31,32,7,8,77,81,33,57,82,79,58,59,11,60,12,13,63,14,80,56,38,83,27,17,78,18,21,20,42,88,67,87,47,84]," chunk":82,travel:87,"\u53ef\u80fd":[30,82,36,2,18,35,13,66,84,7,72,16,37,38,83,27,77,70,17,86,50]," Geodetic":59,"\u30d7\u30ed\u30bb\u30b9":[82,2,13,66,14,16,81,84,32],"\nworks":55,config:[1,84],"-lines":17,"\u30b4\u30df":[17,20,82],"\u7d42\u4e86":[13,32,20,16,54,84]," title":[43,35,40,2,54],description:[87,72],less:36,"_plugins":17,"\u30b9\u30fc\u30d7":72," HTML":[],"\ndebug":[63,80],lat:16,"\"@":87," hobby":55,"_title":[40,2,16],types:[28,62,18,44],"\u63fa\u308c":50,"\u305d\u306e\u5f8c":41,"=$":60,".tar":60,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[43,30,50,29,87],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":20,"\u5c0f\u3055\u3044":[36,61,88,4],"\u5727\u7e2e":17,"\u56fa\u5b9a\u9577":20,">#{":55,"\u901a\u5e38":[43,59,2,77],"\uff08TokenMecab":37,"\u5272\u308a\u5f53\u3066":20,"\u500b\u5b9a":64,"\u3069\u3053":17,"\u4e88\u5b9a":[6,17,84],"\u3042\u305f\u308a":[17,20],"\u643a\u5e2f":66,"\u7acb\u3061\u4e0a\u3052":16," smaller":55,"\u5358\u4e00":57," url":71,"\u305f\u304f":[17,3,27,60],"\u305f\u304b":[17,62],"\u30d1\u30c8\u30ea\u30b7\u30a2":[30,72,2,70,7,27,29],japan:65,"\u305f\u3044":[35,2,65,43,6,44,16,13,54,68,28,17,40,59],gqtp:[30,13,64,14,16,54,39,46,29],"\u6d6e\u52d5":43," PostgreSQL":66,"\u9ad8\u5ea6":21,LongText:59,"\u8fd4\u3057":[12,36,2,18,62,81,61,27,33,67,44,28,58,3,4],"\u78ba\u7387":18,"\u305f\u3073":[38,84,16],"\u6574\u6570":[43,59,51,77,67]," type":57," message":[40,80],"\u3002grntest":16," speed":3,"\u8f9e\u691c":17," support":24,"\u30d7\u30ed\u30c8\u30b3\u30eb":[30,66,14,16,54,39,29],similar:[39,36,18],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":16,"\u3082\u3063\u3068\u3082":86,"\u300coutput":83,"\u691c\u8a0e":37,"\u8a8d\u8a3c":54,"\u8fd4\u5024":[7,71,61,73,51,27,74,4,5,31,32,69,8,33,57,82,79,58,11,80,12,81,63,56,83,78,18,42,67,47],"\u5168\u3066":[59,40,23,27,60],"\u3072\u3089":28,"_select":[17,46,36,21],"\ncustomized":55,"\u7d44\u307f\u8fbc\u3093":[66,7],"\u56de\u6570":39,"\u691c\u8a3c":14,"(point":[12,61,4],"\u6771\u4eac":[37,87,38,72],"2\u3064":[0,2,87,44,40,58],API:[36,21,20,88,39,17],each:[28,62,18,44],PROGRESS:55,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[30,1,2,35,82,11,40,29],"_$":18,"_\"":17,"\u30ec\u30d9\u30eb":[13,63,80],serach:62,searc:28,"\u30d1\u30b9":[2,13,88,20,14,16,83,54,17],"\u3059\u3067\u306b":51,"\u3002\uff08":[26,62,82,20,72,44,28,17,59,60],"\u3002\uff09":[1,26,62,20,72,44,17,60],"_DAT":[17,7]," clang":86,"\" ":[2,50,37,16,43,38,22,59],"\u3050\u308b\u3093\u3057\u304d":21,"\u3068\u3068":[6,60],TokenBigramSplitSymbolAlphaDigit:[37,62],"\u30ed\u30b0\u30d1\u30b9":20," Tracking":0,msgpack:22,realtime:44,"\u5207\u308a":[17,32],"\u30da\u30a2":[28,62,3,44],content:23,rf:68,moritapo:35,rc:55,"\u90e8\u5206":[37,36,72,86],"\".":65,"[macports":17,"\u77ed\u3044":[87,20],GCC:39,SYNOPSTIS:15,"/\uff09":20,"_tp":14,"\uff01\uff08":60,"\u77ed\u304f":[66,23],free:20,"\u5909\u5316":66," html":[9,60]," editor":60,"\u305f\u308a":[21,7,51,66,46,59],"\u305f\u3089":[28,20,60],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":11,"\u8996\u899a":66,"\u305f\u3081":[2,50,71,72,52,53,54,39,28,4,43,66,7,37,70,60,35,36,62,13,82,14,38,16,17,86,87,21,61,27,68,44,46],"\u30eb\u30fc\u30eb":20,"\u307e\u308d\u3086\u304d":70,"\u771f\u507d":[43,59],"\u30eb\u30fc\u30d7":20,libedit:[17,1,20],"\u5f31\u70b9":66,"\u63a5\u8fd1":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":20,filter:[35,72,37,87,20,42,27,74,38]," text":71,"\"ni":28,"\u4f4f\u6240":39,"\u8fd4\u308a":38,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[43,30,66],TIME:55,"\u6709\u7121":43,"\u30eb\u30fc\u30c8":17,ifexists:73,"|COMPRESS":11,"\u304a\u304b\u3057":20,"><":22,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[66,16],"\u53ef\u5909":[17,69],"_INDEXER":39,Notification:55,"\u4f75\u305b":2,"2\u5104":34," operation":[],"\u304a\u3055\u307e\u308b":38,"_next":20," processed":55,"> ":[35,24,2,50,65,43,23,88,38,54,39,40,70]," brew":68,"\u6607\u964d":[7,27],"1\u884c":16," status":22,"\u30b5\u30dd\u30fc\u30c8":[1,26,43,66,20,23,16,54,22,17,39,59,84],"\u540c\u4e00":[72,50,7,27,57,16,77,40,84],top:[12,17],"\u30d6\u30e9\u30a6\u30b6":[54,60],"_obj":[17,36,39],"\u4f7f\u308f":[17,28],"\u533a\u5207\u3089":17,"\u533a\u5207\u308a":[2,18,65,13,73,71,14,27,66,43,44,22,59],"\u533a\u5207\u308b":20," mysql":24,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[13,83],"\u898b\u306a\u3055":27,"(Windows":16,"\u63a2\u7d22":66,"\u5358\u4f4d":[72,2,66,20,61,27,17,59,4],"_clear":17,"\u5b57\u5217":[17,59],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[13,42,27],".com":[2,65,43,38,68,60],">n":22,Oracle:17,"\u5358\u4f53":[66,16],"\u5f79\u5272":2,nsubrecs:65,"\u7121\u99c4":66,".json":22,"\u30b9\u30bf\u30a4\u30eb":13,ELAPSED:[22,55],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[86,30,54,29],"\u30bd\u30b1\u30c3\u30c8":[69,71,73,51,27,74,5,31,32,56,8,78,57,79,11,80,81,82,63,42,7,47],"\u69cb\u9020":[66,21,36,35]," sphinx":9," license":24,"\u30a8\u30e9\u30fc":[5,1,56,63,84,7,42,27,74,78,57,79,68,39,17,47,80],SSSSSS:55,"\u30d6\u30fc\u30eb":[43,59],Animation:35,"\u5834\u5408":[1,69,2,50,71,72,73,51,16,74,54,3,4,5,56,7,37,78,57,81,82,79,59,60,34,35,36,62,13,14,23,38,83,27,17,40,18,65,80,63,20,42,61,67,68,87,22,47,84],"\u3002grn":[21,36],"\u5f93\u3063":[7,83,27],"\u304b\u3069\u3046":[37,27],"\n<":22,latency:16,"\n>":[35,2,18,65,43,23,38,54,70,40,50],"\u7279\u6b8a":[83,2,16],dest:[13,14],"\u4e00\u89a7":[30,75,25,35,13,82,37,87]," and":[46,24,55],",\\\"":73,"\u30fb\u5168":[42,27],"\u8ff0\u3079":2,"/run":13,"\u591a\u9762":66,"\n-":[78,74],point2:61,"\u4ed5\u69d8":[30,18,43,20,83,84,39,10],"\n(":[22,55],"-port":[13,16],They:55,"_distance":[35,1,25,30,61,75,38,17,58],"\n%":[13,71,54,68,17,86,60]," any":[],"\n ":[37,82,42,8,27,81,16,87,11],"\u5f93\u3046":20,"\n\"":[22,16],"\n#":[13,9,16],"\n]":[28,71,62,73,44]," index":[35,40],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":13,"\u69d8\u3005":[21,38,36,46,86],"/share":[13,17],"\n[":[7,2,50,71,73,51,16,54,28,70,43,56,69,37,78,57,82,80,35,62,13,63,23,38,40,18,65,87,42,44,22],Tweets:23,"\u30b1\u30fc\u30b9":37,"\u7d22\u7528":[30,2,29],"\u3044\u307e\u305b":[21,26,18,68],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":60,"\u3084\u3059\u3044":1,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u7701\u7565":[2,13,61,73,16,43,54,67,28,4],contain:36,"\u4f7f\u3063":[0,35,36,2,50,62,37,82,72,61,43,38,54,68,39,46,59,3,60],"\u3072\u3068\u3064":58,"\u30b5\u30b8\u30a7\u30b9\u30c8":[30,18,76,20,15,17,3],"\n}":36,"\u540c\u68b1":[39,20,60],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":86,radious:4,"\n{":[81,73,16],"\u610f\u5473":[36,2,18,13,16,38,28],doc:[6,15,60],Float:[43,61,59],".GitHub":60,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[28,62,88,44],"\u767a\u751f":[37,66,1],"\u56fa\u5b9a":[7,2],"\u4f7f\u3048":[17,68,27],"\u4f7f\u3046":[1,26,18,43,6,21,71,20,16,40,37,62,36,54,22,28,17,39,59,3,44],coverage:86,"\u30ed\u30fc\u30c9":[30,2,13,66,20,73,87,17,29],"\n`":[5,7,56,63,69,42,51,74,78,57,82,79,47,80],"\na":55,"\ngeo":61," task":[],"\u8003\u3048":[66,2],Fedora:[17,20,68,30],"\u30ec\u30b3\u30fc\u30c9":[2,50,26,73,27,74,17,29,70,30,43,7,8,77,37,59,34,35,36,13,23,38,39,87,18,65,21,20,42,66],"\u306a\u304a\u3053\u306e":16,"\u6210\u308a\u7acb\u3063":36," CentOS":[],"\u307f\u306a\u3055":36,"\u65e5\u672c\u8a9e":[0,37,66,39,28,60],"\u8ffd\u52a0":[1,56,2,70,73,53,17,3,29,30,43,7,77,37,57,60,35,36,13,23,39,40,65,66,20,42,88,46]," Elfring":39,"\u5ea6\u8868":20,"\"\u308d\u3086\u304d":70,"\u5c0f\u6570":[43,17,38,59,27],"\u6c42\u307e\u308a":66," \u3057\u3044":[37,72],ellipsoid:61," GPL":24,grnslap:[48,30,14,25],"\u72ec\u81ea":[43,66,14],naoina:39,specify:60," enhanced":24,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":36,nanoseconds:55,rectangle:61,"-frequency":17,"do":16," candidate":18,"-enable":20," Ventry":56,"\u3055\u3089\u306b":[35,2,87,84,66,3],de:60,db:[17,69,78,16]," disabled":55,"\u30ea\u30af\u30a8\u30b9\u30c8":[69,71,73,51,27,74,5,31,32,56,8,78,79,82,57,11,80,81,63,14,83,42,7,47],"\u8fd1\u4f3c":[17,61,4]," KEY":2,"_limit":[30,1,65,25,42,41,27,51],"\u5019\u88dc":[28,62,3,18],None:15,"\u8ab0\u304b":46,"\u91cd\u307f":[37,30,40,29,27],"[libedit":17,"\u8ab0\u304c":87," Binary":59,"\u91cd\u3044":66,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[30,41,25,20,83,84],"\u3064\u304b":88,"\u5171\u8d77":[28,62,44],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[30,72,62,37,20,88,19,39,17,44],"\u91cd\u304f":37,"_index":87,"\u7d50\u679c":[2,50,71,72,27,19,28,29,30,77,36,62,37,44,38,83,16,17,40,86,87,65,21,20,66],"\u30ec\u30b3\u30fc\u30c9ID":[43,74],"`${":60," five":2,"-per":17,"\u623b\u308a":39," IndexBlog":40,"\nload":71,",\"location":[35,38],"\u591a\u304f":[2,43,13,21,27,37,17],"\u5e83\u304f":87,"\u6b8b\u5ff5":43,"\u591a\u3044":37," this":2,"< t1":36,nul:17,result:36,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":72,"-commnad":84,"<port":[13,16],"\u67d4\u8edf":[21,66],"\u6a5f\u80fd":[30,1,26,18,76,62,13,21,20,16,66,36,50,54,28,17,39,87,3,44],"(Cutter":86,"\u5206\u304b\u3061":66,"\u4e8c\u3064\u76ee":36,"\u4e88\u7d04":[7,57],score:[35,36,2,18,37,87,27,38],"\u30d7\u30ed\u30b0\u30e9\u30e0":[46,20],"\u304b\u304e\u308a":16,"\u5bbf\u99c5":87,"\u56db\u6368":17,"\u7bc4\u56f2":[12,26,2,30,37,66,84,7,27,43,77,87,29,4],".grn":71,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36,"_CHECK":86," information":60,"\u611f\u3058":87,"_geo":17,"\u3044\u305a\u308c":[59,84,77]," groonga":[2,55,13,66,71,54,68,17,40,60],"\u3092\u901a\u3057":[13,2],"_get":[17,39],"\u30b5\u30fc\u30d0\u30fc":[17,22],COMMAND:2,"\u59cb\u307e\u308b":[28,57,3,16,77],"_NORMALIZE":[24,2,50,37,87,7,23,8,27,40],"\u534a\u5f84":4,"\u5373\u6642":[30,66],"\u539f\u99c5":38,packages:[68,60],"\u3092\u901a\u3058":38,"\u30e2\u30cb\u30bf\u30fc":68,"\u884c\u6307\u5411":66,Log:[30,55,25],"\u69cb\u3044":[28,60],"\u3068\u3057\u307e\u3057\u3087":40,country:65,"0x":[43,39,59],Supported:[],"\u30e9\u30f3\u30c0\u30e0":38,"\u30a8\u30f3\u30b3\u30fc\u30c9":[20,83],"\u66f8\u304d\u8fbc\u3093":87,"\u30ab\u30bf\u30ab\u30ca":[28,18],"|PERSISTENT":[8,11],"\u4e00\u4ef6":74,"0e":16,"\u975e\u308f\u304b\u3061":[37,72],com:[64,65]," with":[82,55],"\u540c\u69d8":[35,16,36,43,26,27,38,54]," https":60,"\u591a\u91cd":14,abbreviate:[73,27],"\u5931\u6557":[17,20,2],"\u5f8c\u304b\u3089":71,"\u7d4c\u7def":[43,38,59],"/ja":60,"\u4fdd\u5b58":[30,35,13,87,26,43,38,59,29],"3\u4ef6":87,"\u6709\u76ca":66,"\u95a2\u6570":[5,12,1,20,25,30,21,7,61,75,38,33,67,36,39,58,86,4],path:[13,8,11]," formats":55,diff:16,rep:16," following":55,"\uff13\u3064":59,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":16,"\u7b49\u3057\u3044":[21,36],"_local":[71,16],"\u3068\u3044\u3051":28," four":[2,55],"\u7b49\u3057\u304f":36," period":[39,24]," some":55," {\"":[23,18],"\u3068\u3044\u3046":[2,50,72,16,54,28,43,9,59,60,35,62,37,82,64,38,83,84,17,86,87,18,65,21,66,22],JSON:[2,18,20,73,22,17],daijiro:87,")\u300d":13,"_blog":40,"\u8d77\u6e90":43," array":82,")\u3002":74,"{TIME":55,"\u7528\u3044":[5,30,1,87,2,86,35,37,66,61,27,38,83,54,17,9,40,29,4],ll:[37,72],"\u95a2\u4fc2\u5f0f":[46,36],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[18,13,82,71,27,87],"'needle":36,"-help":13,"\u30ab\u30f3\u30de":[73,71,2,65,27],worker:64,"\u65b0\u305f":36,"\u62ec\u3089":27,applied:24,"\u554f\u984c":[1,2,43,82,20,16,88,39,17,60],NAME:[2,54,15],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[30,52],Process:[30,55,25],"\u7528\u3044\u308b":[35,2,43,66,53,38,54],"\u3069\u3093":[8,11],zlib:[17,20],"_message":40,"\u7528\u9014":[66,68],"\u305a\u3064":[13,87,40,16],near:36,"\u5165\u529b":[1,69,2,50,71,73,51,16,74,54,39,28,3,5,31,32,7,8,81,78,57,82,79,11,80,62,13,63,14,56,27,17,18,21,42,44,47],tasukuchan:87,"_set":39,TokenMecab:[37,7,72],"\u6700\u3082":82,"\u30d0\u30c3\u30d5\u30a1":82,"[solaris":39,"\u4ee3\u8868":66,"\u79d2\u6570":[43,81,59,27,87],"\u6709\u9650":27,is:[43,55,60],it:55,"\u5f62\u5f0f":[1,69,2,25,71,61,73,16,74,39,4,5,30,43,56,7,8,81,33,57,82,79,58,59,11,80,12,36,13,63,14,38,83,27,17,40,78,18,21,42,67,22,47]," can":[55,60],il:[37,72],io:24,"\u53d6\u5f97":[35,2,65,30,62,51,68,44,28,29],ia:[37,72],"\"}":[35,18,65,62,43,73,23,38,44,70,28,40,50],id:[35,2,18,65,62,13,71,23,8,27,74,37,38,54,44,70,28,40,77,11,50],"if":36,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,TokenBigramIgnoreBlank:37," remained":55,"1\u4ef6":[37,87,74],"_rectangle":[12,1,25,30,20,75,38,17],suggest:[30,41,18,25,62,20,17,28,3,44],make:[14,86,68,60],"\u4f8b\u3048":[35,18,65,62,13,72,23,16,53,37,44,28,40,3,70],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":36,"\u9069\u3057":[66,23],"-dataset":[48,30,18,25,62,15,88],"\u30df\u30ea\u79d2":[38,59],"\u7121\u8996":[13,71,20,74,37,17],"\"]":[35,2,18,65,43,13,87,71,62,23,8,27,37,38,54,44,70,28,40,11,50],"\"_":[35,87,2,18,65,62,37,73,71,23,27,43,38,54,44,70,28,40,50],"\u3002rst":9,"\u5fdc\u7528":66,"\u3069\u3046":[5,1,56,37,63,7,42,74,78,57,79,39,47,80]," Kazuhiko":[],"\"'":[37,72],"\u30e2\u30fc\u30c9":[83,36,2,54],"\"\"":[39,59],"\"#":17,"\",":[2,70,71,73,16,54,28,50,43,8,37,11,35,62,13,82,23,38,27,40,18,65,87,44],"\"-":17,"\u306b\u3088\u3063\u3066":[2,37,21,27,43,77,66,86,84],"\"/":[13,38],"\")":[12,61,35,21,7,27,38,58],"_or":4,"\u5f15\u7528":13," Masahiro":20,".groonga":[68,16,60],"\">":22,"\"?":22,normalization:[],"\";":16," hash":87,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[37,72,62],"\u72b6\u614b":[2,13,66,20,14,27,37,81,68,82],"\u3055\u307e\u3056\u307e\u306a":[30,38,29,87],DB:[36,2,13,8,16,39],"\"\n":[22,87,50,16,70],options:[13,14,15,16],MATSUU:20,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[57,77],"\u3084\u3059\u304f":20,"\u58ca\u308c\u308b":[17,1,20],"\u30c4\u30fc\u30eb":[30,13,14,83,54,9,29,60],the:[6,24],"\u304b\u3089":[1,2,50,71,26,73,16,66,54,39,28,3,4,43,37,81,59,60,36,62,13,14,64,23,38,27,17,74,87,18,21,20,61,67,68,44,46,84],protocol:[13,22,83,54],"_score":[35,2,18,62,87,44,77,38,28,17],"||":[40,36],"_tags":[35,87],"_ctx":[17,39],"-admin":39,yes:[18,86],Maverick:17,"\u5f8c\u65b9":[30,36,70,7,72,29],note:61,"\u89e3\u50cf":20,keyserver:68,candidate:18,"\u9806\u6b21":[13,14,2,54,27]," Markus":[],defrag:[30,1,69,41,25],help:[17,86],"\u306f\u3059\u3079\u3066":2,".scr":16,Elapsed:55,"\u6e80\u8db3":27,"-Point":59,"_selector":[13,30,41,42,25],easy:9,"\u30de\u30c3\u30c1":[37,17,1,36,27],News:[39,24],"5f":16,"5a":[2,54],"\u8fd4\u5374":[27,2,8,11],"_close":[17,36],"\u7d4c\u5ea6":[30,43,87,38,66,59],"_ADDRESS":54,"\u8ad6\u7406\u7a4d":27,"|>":55,"\u9001\u308b":60,"|:":55,"|'":27,"| ":[37,38,55,27],"\nrep":16,"\u6539\u540d":[17,39],"\u5f8c\u4e8c":84,advanced:24,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":26,"\u30ed\u30c3\u30af":[13,17,1,69,78],">command":22,"\u4eee\u60f3":[38,7,65]," means":55,"],":[2,70,71,73,16,54,28,50,43,8,37,11,35,62,13,82,23,38,27,40,18,65,87,44],"\u307e\u3068\u3081\u308b":27,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[13,27],"/Linux":[17,68,30],"\u30d4\u30ea\u30aa\u30c9":[7,57],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,7,2,71,73,16,74,54,28,29,30,69,77,78,57,59,36,13,82,27,17,21,66],"_expr":[30,36,25,12,21,61,42,27,74,33,67,73,46,58,4]," report":46,"\"engine":[28,62,44],"\u6b63\u3057\u3044":[3,62],"\u7d20\u89e3":[66,7]," request":60,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":87,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[13,2,27],"\u307e\u3068\u3081\u3066":[43,66,7,27],"_BUT":36,"_db":[39,20,88],"_str":87,TokenBigramSplitSymbol:[37,20],"\u5358\u8a9e":[2,87,53,39,40,3],"\u4f7f\u7528":[1,2,50,72,73,16,74,54,59,43,7,81,57,37,36,13,82,83,27,21,20,68,87,84],"\u3069\u3061\u3089":[0,2,50,27,40,3],"\u73fe\u4ee3":66,"\u5217\u6319":2,".zip":60,groogna:39,"\u9001\u3063":[6,46,60],"_table":[36,21,20,16,39,17,46],bottom:[12,17],"_right":[12,17],"\u30fbOR":38,tasuku:24," result":40," design":[],".sourceforge":52,"-command":[20,84],localhost:[17,14,16,22],"-threads":13," mechanism":[],"\u7a0b\u5ea6":[17,2],"\u53c2\u8003":[2,18,60]," since":55,"\u3001\u300c":[35,1,13,87,72,37,28],"\u5b8c\u5168":[36,50,37,7,72,27,57],"\u304c\u308f\u304b\u308a":87,"\u6b63\u78ba":[43,81,2],"\u30b5\u30fc\u30d3\u30b9":[48,30,83,25,66],IndexBlog:40," Table":13," HTTP":[48,30,25,66,83,22],"\u3067\u3082\u3046":0," username":35,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[84,16],obj:82," shopping":23,"\u30c1\u30a7\u30c3\u30af":[82,20,14,16,39,17],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,2,72,73,16,54,39,61,4,5,43,7,37,59,36,13,14,23,27,17,18,65,20,42,22,84],"\u6709\u7528":2,"\"text":17,"\u5224\u5b9a":38,"(GET":14,"_columns":[30,2,18,65,35,37,42,20,23,27,43,38,55,87,40,29,50],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":2,"\u7d44\u307f\u7acb\u3066\u308b":21,"\u3068\u306a\u308a":54,Use:[13,46]," last":87,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[30,54,29],"\u3092\u3054\u89a7\u304f":66,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":8,".title":43,"\u306a\u3055\u3093":46,"\nlevel":55,"[@":[17,39],"_size":36,"\u8a18\u4e8b":23,"\u6700\u521d":[17,2,27]," RAND":67,"\u89e3\u91c8":[71,20,36],"_reopen":[5,30,41,25,63,80],centos:39,"\u9023\u7d9a":[37,72,62],support:24," correction":62," number":[13,16],approximate:[61,4],"_open":[17,20],"\u30d0\u30fc\u30b8\u30e7\u30f3":[1,2,20,88,84,39,17],"\u5927\u6587":27,"\u5b89\u5168":54,editor:60,"[test":39,Ubuntu:[17,20,86,68,30],"\u7b49\u4fa1":20,"\u6291\u3048":37," arg":36,"_body":[37,57,50],fork:[13,60]," TokenBigram":[2,50,37,87,7,23,40],head:14,"\u969b\u3057":27,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":74,TokenUnigram:7," make":[9,86,68],"\u3080\u3044\u3061\u3083\u3044":87,"_animal":43,"`` ":61," ftb":24,"\u96a3\u63a5":66,"true":[1,7,2,50,35,63,74,70,5,43,56,78,57,79,4,59,80,12,73,23,38,40,65,42,47],"\u5fa9\u65e7":39,"\u57f7\u7b46":[40,26,53],"\u691c\u7d22\u4f8b":[46,36],"\u9032\u6570":82,"\u5165\u308b":[8,11],"\u5165\u308a":[2,65,87,8,54,11],grroonga:3,"\u5426\u5b9a":36,GeoPoint:[12,1,61,65,35,43,87,20,38,59,4],"[#":[17,39],"[\"":[35,87,2,18,65,62,43,82,8,38,44,28,11]," friends":35,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[30,7,72,68,66],"\u53ef\u5909\u9577":7,"\u30e1\u30c3\u30bb\u30fc\u30b8":[87,84],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[2,62,37,72,68,44,17],"\u5185\u8a33":37,"delete":[30,1,25,20,41,74,17],"\u6587\u5b57":[1,2,50,35,72,73,27,28,4,43,7,58,59,80,12,36,62,13,38,17,40,87,65,21,61,66],"\u30c6\u30ad\u30b9\u30c8":[20,16,60],"\u3002sortby":27,"\u306e\u304b":[87,72],"\u8abf\u3079\u308b":[12,4],"\u6c7a\u3081\u308b":36,Variety:35,Introduction:46," flags":57,"\u306e\u3044":[36,13,21,63,73,27,38,84,66,59,80]," MeCab":66,score1:36,"\u53d7\u3051":[21,64,2,54],"' ":[35,24,55,37,87,7,43,38,59],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":39,"'-":13,"\u3059\u3063\u3071\u3044":50,"'*":27,"')":[13,14,27],"'(":[13,73],"\u30a8\u30c7\u30a3\u30bf":60,"\u305f\u304b\u3063":62,"\u306e\u306b":[37,30,19]," Takahiro":20,no:[24,18,27],"\u306e\u3061":27,"\u306e\u3067":[2,37,66,72,43,83,39,17,60],"\u4ed5\u65b9":[46,60],"_CODE":55,"\u914d\u5217":[35,20,2,43,82,7,72,8,36,57,87,17,11],Microsecond:55,"\u3002\u307e\u305f":[36,2,70,62,13,21,7,14,16,43,38,83,54,66,59,84],"_TABLE":17,test:[2,43,8,16,11,86],saerch:[18,62],TokenMeCab:72,"'\n":[37,23,38,2,35],"\u5c5e\u6027":[88,7,57,8,11],"\u305f\u3081\u3057":38,"\nExecuted":54,"'t":39,"'s":[23,55,60],"_touch":20," seven":2,Windows:[17,68,16,30],"'|":27,"\u3089\u308c\u308b":[66,36,72],VALUE:[2,54],"\u88dc\u3046":66,"\u547d\u4ee4":[13,16],"\u964d\u9806":[65,2,18,27],scorer:[30,35,42,27,38,29],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[13,20,16,39,17,86,60],"\u305b\u308b":[21,36,83,86,66],"'n":13,"'m":23,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":50,"\u305b\u308c":66,"\u6bb5\u843d":57,"_count":[81,22,2,54]," complete":[28,18],"\u8a73\u3057\u304f":[43,66,2,68],"'_":[73,27]," TABLE":[35,2,50,65,37,87,71,7,23,43,40,70],"\u6765\u307e\u3057":87,pseudo:[30,77,25],"\u6539\u5584":[17,1],"_offset":[42,65,27],Second:55," json":[22,73],"\u5165\u529b\u30df\u30b9":62,"_memory":39,time:[43,28,62,18,44],"\u512a\u308c":66,"\u9069\u5207":[66,20,2,16],"\u304a\u3053\u306a\u3063":2,":/":[35,2,65,13,71,14,43,38,83,54,68,22,60],"\u53cd\u6620":[66,36],"\u81ea\u52d5\u7684":16,"\u7b26\u53f7":[43,59]," always":[],TEXT:22,": ":[1,2,50,73,19,28,30,43,8,37,59,11,34,36,62,13,14,38,83,84,17,20,44],":!":27,"-prefix":68,"/debian":68,":<":27,trigram:7,":>":27,"\u30d2\u30c3\u30c8":[36,50,37,87,72,23,27,28,70],"::":22," uninstall":[]," Umemoto":17," load":[23,2,18],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[30,54,29],"\u7aef\u672b":66," all":55,":\n":54,"<threshold":13,"\u795e\u5948\u5ddd":87," sudo":[86,68]," installed":[],"\u4e00\u822c":[66,2],Standard:59,"\u3068\u3059\u3050":23,"/Functions":86,"(ptr":20,"-host":16,",\n ":[18,37,82,8,87,11],"\u524a\u9664":[1,13,66,20,77,74,79,39,17,47],Let:23,"\u30bb\u30c3\u30b7\u30e7\u30f3":[13,32],Day:55,"\u3002JSON":73,"/LZO":20,supported:24,Appended:[],string:[58,36],groonga:[48,0,1,24,2,50,25,35,71,26,73,51,52,53,54,39,28,79,72,3,29,4,5,30,31,55,43,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,34,12,36,62,13,14,64,23,80,56,66,38,83,16,61,17,40,74,86,76,78,18,65,88,69,63,20,42,27,67,68,44,22,46,47,45,15,84],"\u8a2d\u6a02":17,"\nrequests":55,"\u304a\u6c17":87,"-root":[13,20,83],"\u306b\u3088\u3063":[7,2,50,71,72,73,51,27,66,54,5,31,43,56,69,8,81,78,57,82,79,11,80,35,36,13,63,64,14,83,84,74,65,21,42,32,47]," character":55,enqueue:64,"\u4e0a\u91ce":20,VERSION:16,"[php":39,"_MESSAGES":60,"\u3084\u3081":17,exact:36,".body":[78,69,50,11]," \u3002":37,"\u72b6\u6cc1":[37,66],"\u30b9\u30af\u30ea\u30d7\u30c8":[39,20,88,16],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":62,"\u6e08\u307f":[62,7,73,57,28,17,59,3],level:[63,80],"\u3068\u3057\u3066":[2,72,73,16,53,54,39,28,3,43,7,77,37,58,59,60,35,36,62,13,38,84,17,85,86,26,18,66,20,61,68],"\u8208\u5473":66,":@":[35,2,70,43,87,27,54],"-escalation":[13,37,20,27],"\"\u3086\u304d":70,":\\":73,item:[28,62,18,44],"\u4e0d\u6574\u5408":1,Tag:35,":[":16,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"\u8ad6\u7406\u548c":[36,27],"\u4ed8\u4e0e":[35,2,70,7,16,38,77,40],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":39," whether":[],"\u305f\u3055\u3093":[17,1],"\u3002ifexists":73,",\n>":[35,18,65,38,70,40,50],"\u7d50\u3073\u3064\u304f":64,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[36,21,20,27],"=)\n":36," Baseball":35,"-dev":[17,86,52,39],"\u5bfe\u8c61":[69,2,50,71,72,73,27,17,29,30,7,78,57,79,11,60,35,36,37,64,14,84,39,40,86,87,18,21,42,68,66,47]," commit":60," PatPrefix":70,"\u79d2\u8868":[37,43,38],"\u6c42\u3081\u308b":[66,61,4],">alloc":22,Fork:60,column:[1,2,50,25,16,39,28,70,30,43,7,57,79,11,35,36,62,13,23,17,40,41,87,18,65,21,20,44,47],"[munin":17,"\u5024\u306a\u3057":39,Form:2,"\u7d4c\u904e":[43,17,59,81,84],"\u30bf\u30d6":22,mv:5,"\u30c8\u30e2":35,"\u5411\u3051":[30,46,36,45],"'='":13,"3\u3064":[43,2,86],"\u30d1\u30c3\u30b1\u30fc\u30b8":[48,17,20,84,68],"\u4f8b\u3068\u3057\u3066":43,"\u751f\u3058":[5,7,63,56,42,74,78,57,79,47,80],"[deb":17,Good:23," two":55,"\u6e2c\u4f4d":66,"\u30bf\u30b0":[35,30,87,20,17,29],"\u540d\u4e00\u89a7":11,baseball:40,"\u9ad8\u6a5f":[66,36],WGS:[12,65,35,43,61,38,17,59,4]," MyISAM":66,"\u96c6\u5408":7,Changes:24,"\u6700\u5927":[34,1,13,20,51,16,67,17],MBytes:16,"-MM":55,"\u89e3\u6790":[17,46,7,86]," string":58,"-mode":60,"\u3002Tag":35,"\u4e26\u5217":16,MM:55,"\u63d0\u4f9b":[48,36,66,20,84,68,39,17,3],"\u4e3b\u30ad\u30fc":[30,7,2,50,65,35,43,20,73,8,27,74,77,59,29,70],"\u3068\u3059\u308c":66,"_version":[2,83,84,22,17,54],example:[35,2,65,43,38,54],queue:64,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":37,"[suggest":39,User:35,"\u8a2d\u5b9a":[88,1,13,63,20,73,51,27,77,68,86,80]," threasd":13,"\u8b66\u544a":[39,20,84],"\u9006\u306b":35,"\u3002offset":27,"_DB\u30d5\u30e9\u30b0":17,"\u5ea6\u6570":[43,17,38],"` ":22," is":[43,22,2,54,55]," level":[13,63,55,80]," Users":[87,71],"\u3002table":7,"-leak":20,"\u521d\u671f":[17,20,66],"\u30ea\u30f3\u30af":[43,39]," \u3044b":[37,72],"'haystack":36,"_delete":17,"\u6587\u5b57\u5217":[30,2,50,65,43,21,7,73,27,74,87,58,59,29],Emacs:60,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[13,36],"\u7d71\u5408":66," entry":[57,42],"\u4e88\u3081":[13,59],"\uff08Romaji":28,httpd:39,"\u4e21\u8005":38,"-check":[17,20]," sequence":55,"\u5916\u90e8":64,"-src":68,"\u672c\u5bb6":68,"\uff08World":59," ERROR":80,"\u30d5\u30a9\u30ed\u30fc":87,https:60,"-libevent":39,msg:64,bill:[37,72],"\u60c5\u5831":[1,2,26,52,53,17,29,30,43,8,57,11,35,37,38,45,39,86,18,66,20,87,46],"\u306a\u3089":[36,62,13,32,16,81,84,28,86],"\u3060\u3063":[37,84],"``":[5,69,1,7,81,56,63,20,42,51,74,78,57,82,79,47,61,80],"\u591a\u69d8":66,"\u5b9f\u73fe":[30,36,2,66,45,46],Default:18,"\u8ee2\u7f6e":[30,2,35,66,7,57],Required:[],"_concurrency":14,"-each":17,"\u6e80\u305f":[21,38,36,87],Time:[37,87,43,33,17,59]," Yamaguchi":17,"\u305d\u3053\u306b":[8,11]," version":[22,24],"\u30bb\u30c3\u30c8":[69,36,72,78],"po\u30d5\u30a1\u30a4\u30eb":60,"_plugin":[17,88],"\u3044\u308f\u3086\u308b":35,"\u3001'":[50,13,27,43,38,59],"\u3060\u3044":17,DATABASE:15,"\u884c\u308f":[35,14,16],"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,35,29,30],"_PREFIX":20,"\u660e\u793a":[13,28,68,16],",\"test":[43,2],"\u542b\u307e\u308c":[66,72],"\u3060\u3051":[36,37,23,43,68,39,17,60],values:73,"\u8fd1\u3044":14,JSONP:17,",\"http":43,"\nnotice":[63,80],"\u8fd1\u304f":[66,26]," on":[24,60],"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[38,86,65]," of":[60,82,24,18,55]," Lucid":[30,68],",\n":[18,82,71,8,16,87,11],"_AND":36,"\uff11\u3064":64,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":14,"\u5897\u3084\u3059":86,"/rpmforge":68," or":55,YOUR:60," }\n":87,"\u6a19\u6e96":[1,69,2,71,73,51,27,74,54,5,31,32,56,8,81,78,57,82,79,11,80,13,63,14,83,84,39,42,7,47],"\u884c\u3046":[35,7,70,65,20,14,27,38,40,72,86],"\u884c\u3044":[35,36,2,65,13,87,72,14,27,37,16,40],":true":70,Terms:[37,82,2],", ":[0,24,2,50,35,61,73,16,28,4,55,8,37,58,59,11,12,36,62,13,82,38,83,27,18,66,20,44,46,84],"_INDEX":[35,24,2,50,37,87,20,23,57,40],"\u884c\u3048":[2,86],"\u30d2\u30e5\u30d9\u30cb":[61,4],write:39," extract":55,query:[2,70,72,27,54,28,50,55,43,35,36,62,37,23,38,40,87,18,21,42,88,44],"\u30d0\u30a4\u30c8":[17,20,59],"\u76f8\u5f53":[38,2],"\u8fd1\u508d":21,"\u8a9e\u53e5":35,map:17,Tomita:20,"\u518d\u8aad":5,max:[2,82,14,51,16,54,22,67],clone:[46,60],date:16,",_":[35,2,18,65,87,38],"\u6b20\u70b9":66,",[":[35,2,50,65,37,87,23,27,43,38,54,40,70],"<groonga":16,".ubuntu":68,"\u3001:":16,"/dictionary":20,"\u8fd4\u3059\u304b":18,ss:55,Format:55,"/javascript":17,"\u3002limit":27,"\u7d22\u5f15":[30,1,7,2,37,66,20,72,43,36,68],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[17,20],"\u30b0\u30eb\u30fc\u30d7":[66,65,27,77],"_values":17,sa:[18,62],"\"starttime":[22,2,54],EXACT:36,",{":[2,18,62,44,16,54,22,28],se:28,"\u5e02\u5185":26,"\u304b\u308f\u308a":37,"\u540c\u3058\u6570":13,"=\"":22,"_init":[17,55],".\n":[39,71,16],"\u82f1\u8a9e":[0,17,60],"\u9ad8\u901f":[35,1,26,2,13,66,7,61,36,17,4],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\"\"]":43,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":71,"\u542b\u307e\u308c\u308b":[36,2,43,13,66,37],"=/":[13,86,68],"\u30a2\u30c9\u30ec\u30b9":[13,17,54,16],"/fedora":68,"_VIEW":7," just":[23,55,15],Similar:[],"\u56f2\u307f":13,"\u4e0a\u66f8\u304d":38,"-libedit":20,"\u7e70\u308a\u8fd4\u3057":[16,60],"[[":[35,2,18,65,43,13,87,62,23,8,27,37,38,54,44,70,28,40,11,50],"\u3002gdb":86," at":[24,55],"\u5272\u308a":[43,8,11],"\u78ba\u5b9a":18,"\u56de\u7e70\u308a":16,"\u7d44\u307f\u5408\u308f":[21,36,66]," ${":60,RK:28,"_PUSH":36,"-alloc":81," firefox":60," sjis":13,"\u542b\u3081\u308b":[17,2,39],"\u3053\u308c":[36,65,43,6,66,44,23,87,37,38,62,28,17,40,72,3,60]," Japanese":52,records:55,"\"version":22,"\u52d5\u7684":[30,72,2,25,66,20,23,39],not:[21,36],now:[30,75,33,25]," checks":[],"\u8d85\u3048\u308b":43,"\u3059\u306a\u308f\u3061":43," description":[87,72],"\u5b9f\u884c\u4f8b":[35,2,50,65,62,43,87,84,23,38,54,44,28,40,86,70],name:[35,2,70,65,13,82,7,42,8,43,38,57,87,79,40,11],"\u500b\u3005":[37,36,84],"\u7570\u5e38":[82,16],"_dat":[17,39],"_dataset":88,Critical:55," link":43,"\u8aad\u307f\u8fbc\u3081\u308b":71,"\u534a\u7121":17,el:68,domain:[13,65,8,11],en:[28,18],"\u30b5\u30fc\u30d0\u30fcID":17," Terms":[37,82,2],"\u306f\u3058\u3081":[30,18,76,84,3,60],"\u4e26\u3079":[30,2,29],"\u53d6\u308b":21,ea:55,"\u6700\u5f8c":[37,39,20,16,43],"\u3002query":27,"\u5b9f\u4f8b":[30,46,36,45],"\u624b\u6bb5":36,"\u30d1\u30fc\u30b9":[17,21]," Entries":71,"\u70b9\u6570":43,"\u4e00\u77ed":66,"\uff1f\u3000":16,"\u6642\u9593":[2,43,66,20,23,27,16,87,17,59],"\u7a7a\u304d":82,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":79,Added:[],"\u6642\u4ee3":66,".status":16,"\u518d\u69cb":17,"\"search":[28,62,44],"\"type":18,"-default":[13,39]," warning":63,correct:[18,62],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":66,END:22,"\u5230\u9054":34,args:13,KBytes:16," Term":[7,57,50],"\u56f2\u3080":2,"_string":86,org:65,"byte":16,"\u7d20\u65b9":66," unexpected":[],"/pub":68,"\u62ec\u5f27":[73,27],"\u30b3\u30fc\u30c9":60,"\u4e8b\u9805":[34,30,59,25,16],Money:35,"[windows":[17,39],Karmic:86,"\u4e92\u63db":[83,84],"\u30db\u30b9\u30c8":[13,17,14,54,16],yum:68,Installer:[30,68],"] [":16,".gz\u30d5\u30a1\u30a4\u30eb":68,"\u30d9\u30af\u30bf\u30fc":[17,59],"\u3078\u3068":54,"\u3078\u306e":43," country":65,"\u30dd\u30fc\u30c8":[13,22,14,54,16],"-version":[20,84],"\u8a71\u3057":46,"\u4e00\u610f":[13,7,57,77],"\nonly":[],"1C":68,"\u305f\u3069\u308b":35,submit:[28,62,18,44],"\nscripts":[],"\u81ea\u5df1\u7d39":87,"\u9078\u3073":3,message:[40,80],"\u9078\u3076":66," TokenMecab":37,size:82,"\u53d6\u308a\u9664\u304d":36,truncation:17,SET:16,"\u7d5e\u8fbc":[30,38,29],"\u914d\u7f6e":2,COLUMN:[43,57,2,11],"\u5bfe\u7b56":[37,30,19],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[21,61],SEE:15,"\uff08.":68,">\n<":22,"\uff08,":2,"\uff08-":2,"\"sphr":[61,4],SEN:24,"\uff08 ":26,"\u30bd\u30fc\u30c8\u30ad\u30fc":[1,18,27],Debian:[17,86,68,30],"\u5f53\u3066\u308b":43,"_preparer":[28,62,18,44],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":66,"\u3044\u308c":43,"*,":27,"\u3044\u308b":[1,69,2,26,73,16,74,54,39,28,72,3,5,30,31,43,76,7,8,37,78,57,79,11,60,35,36,62,13,82,23,38,83,27,17,40,86,87,21,20,88,68,66,47]," engine":[62,44,3,18],"_HUGETLB":17,"#'":13," Solaris":17," logged":55,cdbs:17,github:60,"\u62e1\u5f35":[17,50,29,27,30],"\u8fd4\u4fe1\u5143":87,"\u5c0f\u3055\u304f":[61,23,4],"\uff08@":[17,20],"\u8fd4\u4fe1\u5148":87,"\u30d5\u30a9\u30fc\u30e0":21,"\u306b\u5bfe\u8c61":17,"11":[37,38],"10":[2,16],"\u652f\u63f4":3,"\u540c\u6642":[66,38,64,16,84],"-httpd":[17,3,15],"16":38,"\"\u4e8c":28,"\u3002ID":7,"/gat":[38,2,65],"\n..":71,"\u5229\u7528\u4f8b":66,"\u5404\u547d":16,"\u307e\u3057":[35,50,62,37,87,61,38,17,60],"\u7cfb\u5ea7":[12,61,4]," indexed":[],browser:60,and:21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":34,"\u3044\u304d":2," name":[43,87,71,7,42,57,79]," \u307e\u305f":[22,16],CORE:16,DD:55,"\u4e16\u754c":[12,43,61,38,59,4],Sites:71,sae:[18,62],"\u4e21\u65b9":[70,87,23,27,66,28],"\u30b3\u30f3\u30d1\u30a4\u30eb":39,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":68,"_circle":[35,75,25,30,87,38,17,4],"\u53b3\u5bc6":28,"\u30ea\u30b9\u30c8":[35,2,13,26,73,8,27,11,60],Web:1," original":[71,70],engin:[28,18],"\u591a\u5f69":66,"\u914d\u5e03":68," dump":[17,71],"\u3044\u3066":27,"\u5ea6\u5408\u3044":37,"\u3044\u3064":28,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[0,30,46]," inv":16," the":[55,60],"-with":[39,68],"\u30d5\u30e9\u30b0":[5,1,56,2,70,43,63,7,42,53,82,78,57,79,39,74,17,47,80],"@naoina":39,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":86," objname":[69,78],".ne":24,"[[\"":82,"\u5fdc\u7b54":66," LC":60,"_suggest":88,buffer:82,price:43,"\u5148\u982d":2,debhelper:17,"\u5c0e\u5165":[9,84,86]," Comments":[87,71],beta:24,"\u306b\u3064\u3044\u3066":[48,69,2,71,72,73,51,27,53,28,87,61,4,5,31,43,32,7,8,81,33,57,82,79,58,59,11,80,12,36,62,13,63,56,84,17,74,41,78,18,66,42,67,44,46,47]," moritars":40,pair:[28,62,18,44]," main":68,"\u81a8\u5927":66,"_STAMP":55,"\uff09:":[72,68],Bigram:[37,87,72],"\u79fb\u52d5":[5,6,17],"\u4e2d\u65ad":17,"\u7ba1\u7406":[30,1,72,13,82,7,83,54,39,17,29],MeCab:[17,1,20,68,39],"\u30b9\u30da\u30fc\u30b9":17,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[35,49,2,65,30,43,76,38,17,29],"\u4e00\u81f4":[30,36,2,18,37,87,7,72,27,88,70,28,29,50],"**":80,"\uff09 ":[17,20],"\u30b5\u30fc\u30d0":[56,71,73,51,16,74,54,5,30,31,32,69,8,81,78,57,82,79,11,80,13,63,83,27,17,66,42,7,68,47],"\u3066\u304f":86,"\u539f\u56e0":[37,30,19,16],"\u9589\u3058":17,"\u5217\u8981":7,show:1,"\u5ea6y":59,"\u76f4\u4e0b":17,"\u65b0\u5bbf\u99c5":38,"\u3057\u304b":[43,40,60],"\u9ad8\u307e\u3063":66,Comments:87,"\u4ef6\u6570":[2,37,72,73,51,27,77],"#SET":16,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[30,6,20,16,45,17,9,39,85,46,60],"\u5217\u6307\u5411":[13,66],"\"#\"":16,threshold:17," found":[]," requests":60," contact":60,"\u3002weight":43,"\u77ed\u6642\u9593":66,xml:[22,83,39],"\"BLT":71,"\u6982\u5ff5":84,"\u5024\u3088\u308a":36,"\u30bf\u30a4\u30c8\u30eb":[43,35,40],title:[35,2,65,43,54,40]," LocalNames":71,"\u89e3\u6c7a":[17,82],"\u306a\u3093":84,"\u306a\u308c":84,"\u305f\u3057":35,"_ADJUST":36,"\u306a\u308a":[7,2,50,61,73,16,54,28,4,43,69,77,37,78,57,70,9,59,35,62,13,23,38,83,27,17,40,18,66,87,22,84],"\u306a\u308b":[1,7,2,50,71,61,16,4,43,56,69,37,78,57,59,60,12,36,13,23,27,66,20,88,68,44],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":39,MessagePack:[17,39,22],"\u4e00\u6642":7,"-server":[13,17,39],wheezy:68,get:17,"\u5f53\u8a72":84,"-setuptools":9,clang:86," ALSO":15,define:[13,30,41,42,25],"\u5f8c\u8ff0":36,"\u51fa\u305b\u308b":66,"1\u6708":[43,59,27]," saerch":[18,62],geo:[12,1,61,25,30,87,35,20,75,38,39,17,4]," that":[39,55],"\u4e0d\u6b63\u78ba":81,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":27,summary:16,":')":[7,57],"[:":54,"\u300c\u697d\u3057\u3044":72,"\u76f4\u63a5":[21,71,87]," \uff08":[28,62,44],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":20," lenny":17,"\u8907\u96d1":36,Sending:60,sear:28,"# ":[13,61,60],"\u884c\u756a":17,"*'":27,"\u7a7a\u767d":[2,13,66,7,73,27,37,44],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[87,1]," similar":[],"\u8b58\u5225\u5b50":21," become":24,"(scan":86,"\u8a18\u6cd5":40,"\u70b9\u4ee5\u4e0b":43,"<gqtp":16,".content":23,"\u77ed\u7e2e":[73,27],"-threashold":[37,20],"\u8fd4\u3063":87,"\u3002Time":87," are":[55,60],"\u30bf\u30a4\u30d7":[17,16],"\u4f9d\u5b58":[21,39],jobs:16," ShortText":[35,2,50,65,37,87,71,7,23,16,43,57,40,70],"3cf":[2,54],"\u30ed\u30fc\u30de":28,"\u518d\u691c":21,"\u3057\u3088":[36,43,23,73,74,17],"#{":55,"\u3088\u3063\u3066":[38,26,59,53],"\u306a\u3069":[2,72,16,53,54,28,5,43,59,60,36,62,37,82,44,23,27,17,87,26,21,68,66,84],Each:55,"\u306a\u3067":28,ja:60,"\u306a\u3063":[82,20,2,37,66,7,43,54,39,17,40,87,86,84]," be":55,"\u5206\u5272":[17,7,2,72,66],"@tomotaka":17,"\u306a\u3059":12,"\u306a\u3055":[7,83,67,27],"\u8fd4\u3059":[1,56,50,63,51,16,74,5,69,78,81,33,57,79,80,13,38,17,18,20,42,7,47],"\u30b3\u30ed\u30f3":[7,57],"\u306a\u3052":50,"-document":13,"\u3002gqtp":[14,54],"\u306a\u304f":[1,26,2,50,43,66,20,16,27,17,46],"_otoj":86,"#]":79,"\u306a\u3044":[1,2,71,26,16,39,28,72,3,43,7,37,81,82,59,34,36,62,13,14,64,23,83,27,17,86,18,66,20,88,68,22,84],"\u306a\u3046":87,"[,":4," by":[39,55]," records":[],"\u6b21\u56de":84,"-mecab":68,"\u8fd4\u3055":[18,82,73,51,27,84],"\u975e\u4f9d":68,FSF:39,"\u5404\u7d22":2,"-groonga":16,"\u306a\u306b":28,"/WGS":38," rewrited":24,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":72,"\u76f8\u5bfe":17,"} ":[55,60],"\u30b9\u30ad\u30fc\u30de":[71,23],"_res":16,"\u5f15\u304d\u51fa\u3059":66,"}/":60,"}.":27,"\u9006\u5f15":35,".select":16,"\u8868\u8a18":[43,17,38,59,50]," followee":87,"\u524d\u5f8c":[13,2],"\u3002callback":36,"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":13," []":11,"\u5468\u4e0a":4,"<encoding":13," follower":87,"\u306b\u5bfe\u3057":[35,1,36,2,18,65,81,66,7,14,27,38,83,57,40,72],"\u4ee3\u308f\u308a":[13,61,54,74],Bug:46,"\u4e0b\u3055\u3044":68,"'ja":60,engine:[28,18,44],"\u306a\u305c":[28,62],enable:[81,20],"\u3057\u3066":[0,35,2,37,87,20,9,86,60],"[admin":17,"\u5b57\u5c0f":27,"/vdw":[38,2,65],"_tokenizer":[2,50,37,87,7,23,16,40]," res":16," [\"":[18,37,82,8,87,11],"\u6607\u9806":[38,2,27],"\u5b9f\u884c":[48,69,2,25,71,73,51,16,74,54,39,28,5,30,31,55,32,7,8,77,81,78,57,82,79,11,60,36,62,13,63,80,56,38,83,27,17,86,18,66,42,88,68,44,46,47,84],UInt:[35,2,50,65,37,20,23,8,27,38,54,40,59,11,70],"\u5165\u3063":[28,40,2,86,35],begin:14,"\u6240\u5b9a":[37,72],"=yes":[39,86],Mitsuhiro:20,sound:62," fork":60,"\u30bb\u30df\u30b3\u30ed\u30f3":16,"\u304a\u3051\u308b":[34,35,2,43,66,59]," configure":[37,39],"}]":[2,18,62,43,44,73,16,54,22,28],"\u4e0d\u5b8c\u5168":17,"\u30b7\u30b0\u30ca\u30eb":17,"\u7406\u89e3":2,"\u3002filter":[38,74],QUERY:55,"?table":54," Shimada":20,"\u57fa\u672c":[30,2,37,66,72,43,29],"\u306a\u3057":[62,43,7,23,74,84,68,59,4],score2:36,"[grntest":17,"\u3002DB":[17,36,2,54]," many":15,"\u4e0d\u5909":77,"\u8af8\u6761":34,"\u5fc5\u8981":[1,2,50,73,16,54,39,28,3,7,9,60,36,62,37,23,83,27,17,86,66,20,68,44],"\u578bn":27,"\"This":2,Content:17,"|')":[7,57],"\u305f\u3068\u3048":37," Yuki":17,"'.":60,saerc:[18,62],"\u3002squeeze":86,Month:[35,55],IEEE:59,"\u633f\u5165":[13,2],"\nSUFFIX":36,"\u8f9e\u66f8":[37,1,20],develop:84,"\u8aad\u307f\u51fa\u3057":66,"\u91cf\u8a08":1,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":74,"\u3054\u89a7\u304f":[2,86],html:[9,46,86,60],"<path":13,ongaeshi:20,"-dir":16,"\u516c\u5f0f":[17,68],"\u3002\u3044\u307e":39,hsiomaneki:87,"\u5206\u5c90":86,"\u3002\u3044":36,favorited:87,"_at":[37,39,20],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[30,23,25],"\u306a\u304a":72," xml":22,"0\u30d9\u30fc\u30b9":27,IP:[54,16],".po\u30d5\u30a1\u30a4\u30eb":[46,60],"\u4ee5\u4e0b":[2,71,26,73,16,54,28,3,4,43,7,8,37,57,82,9,59,11,60,34,35,36,62,13,63,72,38,83,27,17,86,87,18,65,21,61,68,44,22,80],IT:35,logos:[]," Int":43,"\u53c2\u7167":[30,1,18,65,35,37,66,20,16,43,83,87,17,59,29],"\u4e00\u884c":[13,20,16],favorites:87,"\u7d4c\u7531":[7,71,73,51,27,74,5,31,56,69,8,78,57,82,79,11,80,81,63,20,42,32,47],"\u3059\u3079\u304d":36,taro:35,"\u5b9f\u88c5":[17,83,60],montywi:39,ID:[7,2,55,13,82,20,8,43,11]," added":24,"\u305d\u3057\u3066":[43,28,87,66],"\u653e\u68c4":[73,27],It:55,"\u5217\u8868":59,"\u3059\u3079\u3066":[41,2,20,16,84,17],"\u53d6\u308a\u51fa\u3057":[7,2],"\u300chsiomaneki":87," LOCALE":60,"\u53d6\u308a\u51fa\u3059":[43,21,20,36],"[geo":17,If:55,"/unit":86,"\u56db\u89d2":26,"\u6771\u4eac\u90fd":[37,87,72],"_API":36,"\u4f5c\u6210\u6e08":13,"\u5927\u898f\u6a21":66,"\u3002\u3059\u3079\u3066":[86,60],"\u30af\u30a8\u30ea\u30da\u30a2":3,gdb:86,"\u4e00\u822c\u7684":[],BOM:20,"\u3088\u304b\u3063":37,"\u5171\u6709":[66,30,52,35],"\u5b9f\u7a3c":14,".dll":16,"\u30ab\u30e9\u30e0":[1,69,2,50,25,26,73,27,66,39,28,3,29,70,30,43,7,77,37,78,57,79,59,11,35,62,13,23,38,17,40,87,18,65,21,20,42,44,47],speed:3,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[30,54,29],"\u3046\u3061\u3044":13,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":81,"\u3002none":13,"(_":[28,62,18,44],"/false":[43,1],"\u3002\u307e\u305a":37,"(R":16,"\u30d1\u30e9\u30e1\u30fc\u30bf":[30,2,50,65,21,72,14,27,74,38,54,87,17,40,29,84],"_extract":24,"\u4f4e\u3044":[37,27]," indicates":55,"\u5ea7\u6a19":[12,61,87,26,17,4],"\u56f0\u96e3":66,"\u63a2\u3057":[66,16],Uint:[58,2],"\u9577\u65b9\u5f62":17,"_HASH":[35,2,65,43,87,71,7,23,8,40],"\u30ad\u30fc":[7,2,13,20,27,77,39,59],"\u5f37\u5236":1,TokenTrigram:7,"\u6c4e\u7528":[13,16],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[66,17,30],"\u542b\u3080":[36,2,18,21,64,7,14,27,57,87,40,72],"_SECTION":[87,40,57],"(<":36,"(=":[7,36],"\u8a00\u3048":37,"\u5c55\u958b\u7528":17,"\u697d\u3057":[37,72],"\u542b\u3093":[43,36,3,27,62],"()":[12,1,36,21,20,61,88,38,33,67,39,17,46,58,4],"\u8d8a\u3048":[37,27]," music":55,"(\"":[13,2,27],"\u4f1d\u7d71":66,"( ":13,"(!":36,TODO:[49,50,15],"('":[2,13,7,73,27,57,77]," Yoji":17,"\u3068\u304a\u308a":[34,16],"\u9069\u5b9c":50," format":[22,24,55,60],ill:72,Kenichi:[17,20],"\u3002'":27,"\u5168\u6587":[30,72,2,35,13,21,26,53,37,38,19,68,66,40,87,29,43],"\u95a2\u308f\u3089":16,"\u4f4e\u901f":65,"\u9650\u308a":[72,37,7,73,77,36],output:[35,2,18,37,87,20,42,27,43,38,83,39,22,55],"8\u3064":16,"\u5c5e\u3059\u308b":[59,8]," datasets":15,"\u5b9f\u9a13":[17,39],LocalNames:71,conditional:18,"_SUCCESS":[55,27],"\u30b7\u30b9\u30c6\u30e0":[0,30,66,23,87,17,29],"\u5de6\u53f3":2,"},":[35,2,70,87,23,16,50],"_VECTOR":[43,35,57,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":17,"\u671f\u5f85":66,"\u30d5\u30a9\u30f3\u30c8":9,"\u985e\u7d39":37," command":[39,54,15,84],truncate:17,confirm:60,"\u30c7\u30fc\u30bf":[1,2,70,25,71,26,73,66,39,28,3,29,30,43,59,35,36,62,37,23,17,87,18,21,20,68,44],"\u65b0\u5bbf":38," cd":60,automake:20,"\u9234\u6728":39,"\u30de\u30b7\u30f3":13,"@uzulla":17,mooz:17,Ruby:[39,24,66],"\u542b\u307e":[36,2,72,73,8,68,44,11]," check":86," binary":[22,66],"\u5206\u3051":[30,72],Term:[7,57,8],"\u5168\u6587\u691c\u7d22":27," Float":43,"-suggest":[48,30,18,25,62,20,15,88,17,3],"\u306f\u3044":43," CODE":22,"\n{\"":[28,62,44],SiteDomain:65,"\u597d\u304d":60,"; ":[13,16],"\u306f\u305a":16,"-static":17,"\u542b\u3080\u5024":[13,2],"CPU\u30b3\u30a2":13," schema":15,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":16,"\"s":28,"_OP":36,"_OR":[36,54],"\u66f8\u304d\u5f8c":72,"\u5ec3\u6b62":84,"_escalation":[20,27],"\u30e6\u30fc\u30b6\u30fc":[35,87],"\u306f\u307f":46,"_itoh":17,"\u304b\u3048\u308b":65,";\n":16,Katakana:28,CUTTER:86,"\u7b97\u51fa":27,"@soundkitchen":17,"\u3082\u3061\u308d\u3093":16,Information:55,"/admin":[13,17],"-Type":17,"/null":1,"\u884c\u76ee":16,"\u9ed2\u3044\u70b9":26,"\u30aa\u30d5\u30bb\u30c3\u30c8":18,"\u8abf\u6574":37,"\u53f3\u4e0b":[12,1],"\u53f3\u4e0a":1,"\u30c1\u30e3\u30f3\u30af":82,"=title":54," kana":[28,62,18,44],"\u30a8\u30ed":87,"\u53f3\u8fba":[17,20]," comment":87,"\u8a55\u4fa1":36,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":86,log:[5,30,41,55,25,13,63,17,80],NO:1,"(title":58,"\u9032\u3093":66,"\n``":[81,82],"\u591a\u5be1":21,"_truncate":17,"\u53d7\u3051\u53d6\u308a":[36,2],"\u30e9\u30f3\u30ad\u30f3\u30b0":2,"\u77e5\u8b58":16," mode":36,"\u63d0\u6848":[30,18,76,20,39,17,3,44],"d\u30ad\u30fc":2,"/modules":20,",\"This":[43,2,54],"\u3082\u3046":[40,58,23,61],"\nCRIT":[63,80],"\u30aa\u30fc\u30d7\u30f3":17,complete:[28,39,3,18],"\u901a\u308a":[61,18,37,26,8,44,11,4],"/configure":68,"\u3082\u3057":16," doc":60," Video":35,"(ShortText":50,"\u6b63\u898f":[39,7,2],"(location":[35,38,87],",\"links":43,"\"Items":71,pull:60,gtqp:54,IDENTIFIER:21,"\u697d\u3057\u3044":[37,72]," never":[],"\u3082\u306e":[36,2,50,62,13,87,84,7,14,16,43,27,68,67,40,60,4],"\u30b3\u30b9\u30c8":23,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[5,84,16],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82,EXIT:15,"\u4f5c\u3063":[37,17,87],"\u3088\u3073":36,"\"sequence":[28,62,44]," using":24,"}\n":[35,55,43,87,23,70],"_WEIGHT":57," posted":87,"\u30d5\u30a1\u30a4\u30eb":[48,1,69,2,25,71,73,51,16,74,17,5,30,31,55,32,7,8,81,78,57,82,79,11,60,36,13,63,56,83,27,39,80,42,68,46,47,84],"_CREATE":36,USE:39," enabled":55,"/hostname":[13,16],"\u3082\u308c":50,"\u30de\u30fc\u30b8":60,"\u30ec\u30b9\u30c8\u30e9\u30f3":66,"\u65b9\u5f62":[61,4],mode:36,Blog:40,ar:[37,72],"\nerror":[63,80],file:[1,20],"+ y":59," universe":68," directory":[],"\u4f5c\u308a":[28,40,62],"\u4f5c\u308b":[35,64,62,87,60],Cutter:86,GByte:34,"\u53d6\u308c\u308b":73,"\u5bfe\u5fdc":[30,1,20,2,18,62,13,66,64,7,73,88,33,36,28,17,39,26,3,86,44],"\uff08true":43,"\u95a2\u4fc2":[30,41,36,35,43,87,39,29],"\u56db\u89d2\u5f62":[]," sleepy":23,"\u4e0e\u3048\u308b":[13,73,38,14,84],"/IPAexGothic":9,"\u3002Munin":68,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":54,"}|":55,"\u518d\u5e30":[36,78,47],"\u8a18\u8ff0":[36,2,50,13,21,16,87],"\u4e00\u65b9":[37,43,2,66],string2:58,"\u66f4\u65b0":[35,36,2,30,43,73,23,66,84,39,17,46,60],string1:58,"_type":[35,61,2,70,65,43,87,71,7,73,16,83,77,22,40,4],"\u9001\u308a\u65b9":[0,30,46,54,60],KyTea:39,"\u4e0a\u9650":[34,30,64,43],"\u30c7\u30d0\u30c3\u30b0":82,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22,"\n% ":60,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":16,"[fedora":39,Entry:[73,7,42,8,27,74,57,11],"\u4e94\u5165":17,"]\n\n":87,"_value":[17,20,77,39],"\u30ea\u30bd\u30fc\u30b9":23,"\u5b9a\u7fa9":[56,36,2,42,13,21,7,23,8,27,57,77,79,47,59,11],"\u65b9\u5f0f":[13,66,40,2],":mm":55,"-count":81,"\u30ab\u30d0\u30ec\u30c3\u30b8":[46,86],"\u6c17\u306b":60,"/select":54,"\u305d\u3053":[37,43],Year:55," location":[43,35,38,87],"-threshold":[13,37,27],original:70,"}`":60,SIS:17,"\u6587\u6cd5":[30,38,29],SHIMODA:20,"\u4ed8\u968f":[47,79],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," default":55,"\u5343\u4e07":34," `":[22,61],"\u308f\u304b\u3061":72," body":[37,79,47,57,50],"\u3002name":7,"-P":14,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":17,"\u6761\u4ef6":[30,36,2,18,13,21,20,42,27,37,38,87,59,29,70],"-]":27,partial:36,"\u7d30\u304b\u304f":21,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"\u8fd1\u3044\u9806":26,rd:[37,72],"-talk":52," haystack":36,"-a":[13,39],"\u30d3\u30c3\u30c8":43,"-c":[13,54],"-m":14,"-l":[13,55],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":50,"-n":[13,17,2],"-i":[13,16],"_rc":27,"-t":13,"\u304a\u5f85\u3061":52,"-p":[13,54,16],"\u304b\u304b\u308b":[23,2],"\u304b\u304b\u308a":23,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[30,20,19,16],homepage:16,"_SIS":[7,72,70],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22,"\u5f0f\u4e2d":21,"-conditional":17,"\u95a2\u9023":[5,30,85,2,43,73,63,44,42,27,66,78,39,17,46,74,3,80],"\u8868\u578b":7,"\u4ed5\u7d44\u307f":39,"\u5dee\u5206":16,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":17," as":60,"\u3002column":36,"***":80,"\u8aad\u3093":46,"\u5438\u53ce":[2,50],"/C":66,",\"tags":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[30,13,66,20,14,16,83,68,17,9,39,46,86],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,68],"\uff1f ":16,"\u6b8a\u547d":16,pre:24,unigram:7,"\u4e09\u7a2e":54,"--":[35,1,50,13,87,20,27,74,37,38,78,83,16,17,88]," implemented":24," Please":60,"\u3057\u307e\u3057\u3087":38,"\u304a\u3088\u3073":[13,43,7,2,66],"\u4f4e\u6e1b":20,"\u5909\u308f\u308b":37,"\u5909\u308f\u308a":[82,38,72],"<protocol":13,"\u89aa\u5207":20,"\u4f55\u3089\u304b":59,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":27,VIEW:13,"\u300c\u6771\u4eac\u90fd":37,"\u30d6\u30c9\u30a6":50,"\ngronga":3,"\u771f\u507d\u5024":[43,30,29],TokyoGeoPoint:[12,61,38,17,59,4],"\u884c\u3048\u308b":35," log":[30,55,25]," price":43,"\u5927\u5225":43,"\n> ":[35,2,18,65,43,23,38,54,70,40,50],ECMAScript:21," {":[35,2,50,65,43,87,40,70],TSV:22,"\u518d\u73fe":37,"/centos":68,"\u6c42\u3081":[66,58,61]," point":[39,61],"\u7d22\u6642":20,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":86,"\u3067\u306b":[37,23],"\u30ea\u30c6\u30e9\u30eb":[17,1],CPU:[66,16],"\u5927\u5207":66,"@s":20,"\u6700\u65b0":17,version:[17,2,54,22],"_append":36,"_NO":[37,20,71,7,23],"\u6e2c\u5730":[12,43,61,38,59,4],"_modified":87,"\u8aad\u307f":[28,1,66],memcached:[86,30,54,29,66],"\u793a\u3059":[12,61,70,43,7,73,8,27,11,4],Pull:60,"\u307e\u3057\u3087":[35,2],hash:87,tags:35,"\"Table":13,"\u30c6\u30b9\u30c8":[30,37,87,20,45,68,39,46,86]," coverage":86,"\u30ce\u30a4\u30ba":[37,62],"\u88dc\u5b8c\u8a9e":28,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":13,"\u6e96\u5099":[30,50,37,7,29,60],DLL:[17,39],"\u304b\u304b\u3063":27,"\u306b\u95a2\u3059\u308b":[30,25,87,27,52,28,17,39,59],"\u30aa\u30b9\u30b9\u30e1":68,search:[28,62,44,3,18],TokenDelimit:[7,44]," clone":60,"\u975e\u63a8\u5968":39,"-Wno":17,"\u540c\u3058":[5,30,1,2,18,43,13,66,20,8,16,37,62,83,19,17,40,59,11,84],"\u308f\u304b\u308a":20,SIGUSR:17,"\ninfo":[63,80],"\u3068\u305d\u306e":84," I":60,"\u30b3\u30e1\u30f3\u30c8ID":87,followee:87,"\u8ad6\u7406":[34,66,36,82],hoge:[21,58],"\u30ce\u30fc\u30c9":39,"\u30ce\u30fc\u30c8":[17,2,18,68,60],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":72,"9\u3064":2,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[30,46,85],follower:87,"\u3067\u3059":[0,2,50,71,26,73,16,53,54,28,72,3,4,6,66,7,8,77,37,82,59,11,60,34,36,62,13,14,23,38,83,27,17,40,86,87,18,65,21,61,43,68,44,22,46,84],"\u307e\u308f\u308a":46,ICHII:17,"\u672a\u77e5":39,"\u5358\u7d14":[36,61,70,4],"\u300c\u697d\u3057":72,"_builtin":17,"/atv":[38,2,65],"\u69cb\u6587":[21,88],"\u3002\u3002":26,"\nfind":[]," apt":68," SWIG":24,mecab:7,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[81,31],"\u3002\u300c":[35,40],"\u7a4d\u7b97":[36,27],Baseball:35," more":[],"\u3002\u300d":37,"\u6c7a\u307e\u308b":2,"_PATH":[83,22,2,54,68],LTS:[30,68],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":35,Intel:16,"-tokenizer":68,Release:[],ivh:68,"\u518d\u5229":[77,27],"_gqtp":16,"@lists":52,"\u3053\u3068":[1,69,2,50,35,71,26,73,51,16,53,54,39,28,79,87,3,4,5,31,43,32,7,8,77,37,33,57,81,82,70,9,58,59,11,60,12,36,62,13,14,64,23,56,38,83,27,17,40,74,86,78,80,65,21,63,20,42,61,67,68,66,22,46,47,84],"\u3053\u306e":[2,50,72,16,53,39,28,4,43,76,7,37,60,35,36,62,13,23,38,27,17,40,74,87,65,66,61,44,22,46],git:60,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":86," parameter":[],none:40," return":55,"\u3053\u305d":87,"\u3053\u3053":[2,18,37,87,43,38,50],"-databases":[2,54],"\u30d7\u30ed\u30f3\u30d7\u30c8":22,"++":[66,17,39],"\u7e70\u308a\u8fd4\u3057\u6570":16,abandon:[73,27],deb:68,"\u3002KEY":[72,2],"\u6bd4\u8f03":[20,27,16],"\u79fb\u884c":[17,84],Codes:60,"\u4e2d\u5fc3":4,scan:86,"\u30ea\u30cd\u30fc\u30e0":17," ":[69,56,63,51,16,74,5,7,78,79,57,80,35,36,81,82,14,38,27,18,87,42,22,47,84],accept:20,"\u9001\u4fe1":[69,71,73,51,16,74,54,5,31,32,56,8,78,79,82,57,11,80,81,63,27,42,7,47],sphere:61,"_OBJ":17,"\u9664\u53bb":20,"\u958b\u767a":[30,66,45,84,68,87,46],"\u3064\u3044":87,"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":22," '":[35,2,18,43,13,87,72,23,37,38,62,44,28,60,59,55]," dataset":15,"\u7406\u7531":66,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17,".SSSSSS":55," ..":[82,2,18,27,60]," Doc":50,"-address":[13,17,39],snippet:24,"\u3044\u308d\u3044\u308d":[43,30,29,87]," aptitude":[9,86,68],"=dat":39,"&..":54,"\u8db3\u308a":17," threshold":69," (":[34,30,24,25,77,36,68],"\u8fd4\u308b":20,"\u3002COLUMN":2,"\u591a\u3059\u304e":20," .":[37,86,16],"[dat":39,"\"localhost":54,"\u6d41\u308c":[46,60],"\u8a9e\u5f59\u8868":[7,2]," three":[43,2],"/afr":[38,2,65],disable:17,"\u304a\u9858\u3044":16,"_text":86,"\u91cd\u8981":[66,23,86,53],"\u306b\u3059\u3050":23,"\u30cf\u30a4\u30d5\u30f3":2,"\u30ea\u30dd\u30b8\u30c8\u30ea":[17,46,68,60],"\u559c\u3073":[6,60],"-max":[13,17]," files":55,Solaris:39,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[35,65,30,87,27,17,59,29],callback:36," segment":82,Linux:16," path":55,"\u4e00\u5bfe":43,"\u3002.":60,":\u79d2":87,uninstall:39,replied:87,"\u666e\u53ca":66,hostname:[13,83],"\u30b5\u30f3\u30d7\u30eb":[20,14,88,16],"\u592b\u5fc5":70,rand:[30,38,67,25,75],"\u3002ftp":16,"\u3002(":[36,13,7,73,27,16],"`hostname":13,"\u5217\u578b":[43,65,50,27]," id":82,grntest:[48,30,25,20,16,39,17],".co":24,"\nlog":55," OR":[50,27]," OS":[30,20,68]," creates":[55,15],"/lzo":17,".rpm":68,systemd:39,Fixed:39,"\u306f\u3044\u304f\u3064\u304b":34," >":[71,72,27,38,16,17],".git":60,"\u308c\u308b":[2,50,26,16,66,28,72,5,43,56,77,37,59,60,36,62,13,82,64,23,38,27,17,86,18,21,44,84],"_rename":39,"sort\u30ad\u30fc":1,"\u30ab\u30fc\u30bd\u30eb":[17,20],"\u63a5\u7d9a":[31,2,13,32,64,16,54],"[tokenizer":39,"/windows":68,"\u6955\u5186":[61,4],"\u6ce8\u610f":[37,17,2,16,43],"\u30d6\u30fc\u30ea\u30a2\u30f3":59,"2pdf":9," feature":60,good:23,".description":87,Music:35,"\u52d5\u4f5c":[30,62,43,76,84,20,27,16,28,17,46,60,86,44],URL:[17,83,54],"2]":2,"\u3002GeoPoint":61,URI:83,"_to":87,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":13,"-learner":[20,3,15],"\u6271\u3044":[43,28,72,84],"\u6271\u3046":[37,39,52,66],"\u6271\u3048":53,"\u8a71\u984c":52," \u30d0\u30c3\u30d5\u30a1":82,"\u5316\u95a2":20,document:[13,20,83],"-test":86,"\u3079\u304f":2," python":9,"\u9664\u3044":16,"-encoding":[13,17],"\u6271\u3063":[87,1],"\u30ad\u30e3\u30b9\u30c8":[39,20,87],"\u3002:":[2,71,72,73,16,74,28,3,7,8,37,57,9,11,60,62,13,82,83,27,17,86,18,42,68,44,84],man:1,"[doc":[17,39],".posted":87,bigram:[7,72],"\u81ea\u7531":[21,36,77,66],Defines:15,status:[30,1,2,25,13,20,41,16,81,54,39],"-create":[48,30,18,25,62,15,88],weight:43,"\ndeb":68,"\u30b5\u30a4\u30ba":[43,82,51,68,66,17],Rose:43,korea:65,"\u534a\u89d2":2,Sports:35,HDD:16,GHz:16," nine":2,"\u547c\u3076":[21,86],UTF:20,"\u6271\u308f":[37,43,26,16],"\u524d\u8005":38,ftp:16,"<ip":[13,16],"/usr":[13,68],"\u30de\u30eb\u30c1\u30b3\u30a2":66,"\u7def\u5ea6":[30,43,87,38,66,59],"\u6e2c\u7528":1,"_QUERY":36,"\u305d\u308d\u305d\u308d":2,"/locale":60,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":86,"\u8ddd\u96e2":[1,61,66,26,38,58,4],InnoDB:66," table":[35,2,18,65,13,42,56,23,27,74,43,57,73,79,40,47,70,11,50]," our":60,"\u9045\u304f":[61,4],"/etc":68,"\u6975\u4ed8":[61,4],Hour:55,"_new":64,"(WGS":38,"\u5b58\u5728":[12,1,72,2,65,66,71,20,16,38,54,77,27,40,4],"\u9ad8\u3044":[66,2,18,82],"_hit":[22,2,54],"\u3072\u3053\u3055\u3093":39,"\u3053\u3053\u3067":27,"_MAX":67,recv:68,"\u30a6\u30a7\u30a4\u30c8":57,Block:43,"\n\u30b9":17,"\u81ea\u8eab":[13,17],"\u547c\u3093":72,thread:[64,16]," processing":55,script:[12,25,30,21,61,73,27,74,33,16,67,58,4],"\u306b\u3088\u308a":[34,2,70,37,66,43,38,54,82,59],"\u306b\u3088\u308b":[30,2,70,43,66,39,17,59,29],"|correct":18,"\u30b5\u30a4\u30c8":[43,35],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":86,"\u308c\u305a":84," not":55,"\u306b\u3082":72," Synonym":50,",[[":87,"\u5024\u3068":43,encoding:22,SiteCountry:65," porting":24,number:82,"=Site":54,"\u5f62\u72b6":26,"\u7d42\u308f\u308b":23,"${":27,"\u30bb\u30af\u30b7\u30e7\u30f3":[62,76,68,44,28,46,60],"\n\u308b":20,"\u30b3\u30d4\u30fc":71,HTTP:[30,20,54,22,17,39,29],".blog":37,koi:13," en":[28,18],"\u306b\u5bfe\u5fdc\u4ed8\u3051":28,"\u73fe\u5728\u5730":87," process":55,"\u30c9\u30e1\u30a4\u30f3":65,"\u672c\u6587":40,"\u7d50\u3073\u3064\u3044":64,"\u547c\u3073":[36,50,65,13,21,27,43,16],">\n":[22,24],"\u3002\u3059":[23,16],"\u60c5\u5831\u540d":[8,11],Homebrew:[17,68,30]," unmanaged":82," local":71,"\u96c6\u8a08":[30,66],"-get":68,"\u3002make":16,"\u300cUsers":87,"\uff01 ":87,Munin:[17,1,68],"\u547c\u3070":[59,2],"\u642d\u8f09":66,selector:42," Tag":35,"\u4fbf\u5229":[43,28,66]," optional":[],"\u6574\u7406":39,"\u540d\u4e00":8,"\u4e71\u6570":[38,67],"\u5b66\u7fd2":[30,18,62,76,20,44,28,3],"\u56de\u547c":20,Horikoshi:17,"\u898b\u308b":38,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[13,54],"_IP":54,"_probability":[17,18],"/RESULT":39," user":16," uses":55,KEY:[7,72,70,27],"\u8a18\u9332":[66,77],"\u30c6\u30fc\u30d6\u30eb":[1,7,2,50,71,73,27,53,17,29,70,30,43,56,69,8,77,37,78,57,79,59,11,35,36,13,82,39,40,74,18,65,87,20,42,47],",[\"":[35,2,18,65,62,37,87,23,27,43,38,54,44,70,28,40,50],"\u60f3\u5b9a":[81,21,71,82,35],"7e":16,"\u5b9f\u969b":[34,35,50,37,87,8,27,40,11],"\u307e\u307e":[43,84],"\nGRN":36,"\u540dn":[27,8,11],"\u52d5\u74b0":14,"1\u30c8\u30fc\u30af\u30f3":7,"\u8aad\u307f\u98db\u3070":2," [":27,gted:60,"\u3002Functions":86,"\u3002\u3057\u304b\u3057":[66,17,62,23,59]," abandon":74,"\u307e\u3060":[81,17,18,84],qps:[14,16],"/ ":[20,68],"\ngroonga":[17,3,88,84],"\u307e\u3059":[48,0,69,2,50,35,71,26,73,51,52,53,54,28,79,72,3,4,5,31,85,6,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,34,12,36,62,13,14,23,80,56,66,38,83,16,61,17,40,74,86,76,41,78,18,65,21,63,42,27,43,67,68,44,22,46,47,84],"\u307e\u305a":[41,2,50,37,87,72,16,60],"\u307e\u305b":[2,26,73,16,74,54,28,3,5,31,43,32,7,8,77,37,57,81,59,11,60,72,62,13,23,27,17,40,18,66],"\u5c0f\u6587\u5b57":2,"_list":[30,1,2,25,13,41,20,8,17,11],"\u307e\u305f":[69,71,73,51,16,74,17,5,31,32,56,8,81,78,57,82,79,59,11,80,13,63,38,27,39,40,86,87,42,7,47],check:[30,1,25,82,41,17],"\uff09\u3002":[37,87],Lucid:20,"_lock":17,"\u79d2\u5358":[43,59]," : ":15,port:16,"-limit":[13,1],"\u7279\u5b9a":[65,21,71,7,66,40,86],"\u307e\u3068\u3081":27,build:81,"[pat":39,mroonga:[39,66],"\u8a18\u53f7":[13,37,20,2,72],"$PREFIX":17,"\u5024\u6bce":27,"\u306a\u3051\u308c":[13,7,73,16,43,57,68,39],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36," realtime":[18,44],"\u30e1\u30fc\u30eb":60,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,"\u53d6\u308a\u51fa\u3055":43,"\u30e1\u30fc\u30c8\u30eb":[61,4],"\u4f7f\u3048\u308b":[13,17,39],"\u89e3\u653e":81,".repoforge":68,"\u3060\u3055\u3044":[2,66,61,54,68,46,86,60],The:39,DragonFly:20,"'hay":36,exe:68,"_put":[5,30,41,25,13,63,80],"\u30e6\u30fc\u30b6\u30fcID":87,windows:24,"\u306b\u3069":36,"\u3002Sphinx":9," lcov":86,"\u9577\u3055":[43,39,16]," Tweets":23,"\u4ecb\u3057":[66,54]," UInt":35,"\u7528\u8a9e\u96c6":82," testdb":16," rst":9,"&query":54,"\u3057\u304b\u3057":[37,72,60],mlock:20," longer":24,"\u300ccommand":83,"_by":[17,87,88,39],".rb":20,"\u62e1\u5f35\u578b":43,SEGV:1,"\u304a\u3051":27,"\u304a\u3053":[43,66]," item":[28,62,18,44],"\u304a\u304d":66,"\u30d1\u30c3\u30c1":[6,17,20,60,39]," omitted":22," night":23,nterms:82,"\n]\n":71,MySQL:66,"\u304a\u3044":[2,43,21,7,77,38,66,17,86,60],"\u59cb\u70b9":2,"\u77e9\u5f62":[12,38,66],"\u3068\u307f":83,"\u59cb\u3081":60," Floating":59,"\u4ed8\u52a0":27,"\u6bd4\u3079":[23,65]," because":22,"\u6642\u306b":17,"-ftp":16,"\u51e6\u7406":[1,36,66,20,72,27,38,16,77,39,60],"\u4f4e\u6a5f":36,"\u5225\u9014":[7,59,65]," depends":24,columns:[20,73],"]]]":[35,2,18,37,42,23,27,43,38,54,87],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[28,62,44],"\nency":16,"\u629c\u3051\u308b":2,"(v":36,"\u30d8\u30eb\u30d7":86," used":55,"\u671b\u307e\u3057\u3044":66,"_html":[13,17],"\u4eca\u5f8c":[5,17]," access":[]," MySQL":66,"\u9069\u5408":[37,2],OBATA:20,"\u304a\u3070\u305f":17,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":50,"\u305d\u308c":[36,2,50,37,87,20,72,43,81,44,59,60],"\u3068\u3044\u305a\u308c\u304b":27," supports":24," STATUS":15,"\u66f8\u304d\u8fbc\u307f":87,"\u53c2\u52a0":[46,52],Help:60,"\u306b\u304a\u3044":[43,84],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[30,46,45,64],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":13,"\u89e6\u308c":2," isn":39,"\u7d44\u307f\u8fbc\u3080":[66,36],"(>":36,"\u3002Redmine":0," http":[13,14,83,54,68,22],"\u7528\u610f":[36,62,21,16,44,28,3],"\u6570\u5024":[30,1,7,2,13,20,72,27,43,36,57,29,4],"\u68ee\u7530":35," ')":73,"\u3082\u3057\u304f":[43,40,59,54],"\u66f8\u304d\u8fbc\u307e":5,"\u82b1\u5b50":35,"\u305d\u3057":87,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":69,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,1,20,86],For:52,"/log":13,"]]":[2,70,73,16,74,28,50,43,7,11,35,62,13,23,38,27,40,18,65,87,42,44],"\u7d44\u8fbc":[56,71,61,73,51,27,74,4,5,31,32,69,8,33,57,82,79,58,59,11,80,12,81,63,78,42,7,67,47],"][":[17,39]," Tomita":20,"\u51fa\u73fe":[66,18,53],sed:17,sea:28,arg:36,sen:24,"\ncolumn":[37,87,71],"\u8a00\u8a9e":[13,46,20,36,60],PORT:[54,16],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":36,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[16,60],"\u7d39\u4ecb":[35,46,87],"(a":27,"\u4e00\u5ea6":[17,23],GET:54,"]}":[43,82],"\u5909\u6570":[17,88,86,39],"-level":13,"\u5c02\u7528":[30,54,29,60],"\u30e2\u30b8\u30e5\u30fc\u30eb":[30,20,84,66],TCP:13,".log":[13,84,16],"\u30cb\u30db\u30f3":28,"\u3068\u3068\u3082\u306b":[43,7],"\u305d\u306e":[2,50,71,72,73,16,54,28,70,30,37,59,60,35,36,13,27,65,66,68,87,84],"\u7a7a\u6e2f":87,"\u8868\u73fe":[36,43,21,73,82,46,59],"([":67," Lexicon":23,Server:35,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[30,66],"\u5927\u91cf":[35,36,2],"\u898b\u3064\u3051\u308b":28,"\u304a\u308a":[87,40]," easy":9,UNSPLIT:36,"\u6790\u5668":[66,7]," issue":0,AND:38,"\u3002value":77,last:87,"\u5024\u578b":43,oneiric:68,"\u5909\u66f4":[30,1,2,18,37,82,20,51,16,19,22,17,39,77,84],"\u304a\u52e7\u3081":68,"\u578b\u5909":17,SHIDARA:17,"-api":6," Sites":71,"-ruby":39,"] ":[13,14,16,15,54,39,17],"-file":[13,17],"\u53ef\u5426":2,pdf:[9,46],"]/":54,"])":[61,67,4],"\u6642\u70b9":[7,84],RESULT:22,load:[1,2,50,25,71,73,74,39,28,70,30,43,37,78,59,35,62,13,38,84,17,40,41,65,87,20,44]," about":55,"\u767a\u63ee":66," GRN":[36,55]," memory":[]," database":15,point:[12,72,61,4],"\u90fd\u6c11":[37,72],address:17,"\u3059\u304e\u307e\u305b":35,"\u306f\u3058\u307e\u308a":84,"\u30b9\u30ec\u30c3\u30c9":[13,66,64,16],"\u30ca\u30ce":20,"),":[7,57],shutdown:[30,31,25,13,20,41,54],"-plugins":[39,68],"\u4e0d\u80fd":16,") ":[36,7,59,16]," documentation":46,")\"":50,"\"gronga":3,")'":[35,18,62,87,38,44,28],":#{":55,"[rpm":[17,39],GitHub:[0,17,60,39],"\"web":[62,44],"\u8003\u616e":37,Groonga:[66,55]," sample":16,ShortText:[2,50,71,27,54,28,70,43,7,8,37,57,59,11,35,62,13,23,38,17,40,18,65,87,20,44],"\u898b\u3064":[39,20,18],NULL:36,"\u53ce\u96c6":66,")\n":[67,24,55,36,4],txt:[6,60],"\\\"":[72,73]," memcached":54,po:60,XML:[17,20,22],"_point":[35,4]," #{":55,"|<":55," COLUMN":[35,2,50,65,37,87,71,23,43,57,40],MESSAGE:[55,80]," raltime":44,RPMforge:68,"#groonga\u30bf\u30b0":87,"[output":39,"/db":[71,18],EXAMPLE:15,"\u30d9\u30fc\u30b9":[66,17,20,60],"\u56de\u7279":16,"\u304f\u3093":87," User":35,"\u79d2\u9593":17,"GET\u30e1\u30bd\u30c3\u30c9":83,"\nLucid":20,"\u30a8\u30b9\u30b1\u30fc\u30d7":73,"\u6307\u793a":[28,2,54],"\u8a00\u3046":28,INT:22,"\u691c\u7d22":[1,2,50,26,27,53,19,39,28,72,29,70,30,43,66,7,77,37,59,10,35,36,62,13,23,38,17,40,87,18,65,21,20,42,88,68,44],TokenBigramSplitSymbolAlpha:[37,72],"\u30e9\u30a4\u30d6\u30e9\u30ea":[30,2,66],"\u4eca\u5ea6":87,"\u30b0\u30cb\u30e3\u30e9":87,"\"sug":3,"\u30c8\u30fc\u30af\u30f3":[72,62,7,20,44,17],engi:[28,18],"\n\n":[56,2,61,63,51,27,74,54,5,69,8,81,78,57,82,79,11,80,13,73,87,42,7,47],"\u63a1\u7528":[37,66,54]," customized":55,"<=":87,"\u5316\u524d":77,"\u5404\u8a9e":82,"\u6027\u5225":66,"_expansion":[17,50,27]," values":73," wheezy":[17,68,30],"</":22,NetBSD:20," free":[82,55],TokenBigramIgnoreBlankSplitSymbol:37,"\u898b\u3064\u3051":[28,1,39],"-key":[39,68],"\u4e16\u4ee3":84,"null":[17,8]," logs":55,"\u4e38\u62ec":2,"\u4e00\u7fa4":36,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":13,"\u6210\u679c":[46,60],"\"]]":23,"_PER":17,"\u5065\u4f5c":35,"\u30ec\u30a4\u30e4":36,"|http":16,"\u56fd\u540d":65,"\u30c8\u30e9\u30a4":17,"\u307e\u3067":[34,36,2,70,13,73,23,16,87,60]," select":[35,2,50,65,37,87,23,38,40],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[66,46,60]," build":[],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[13,20]," tweet":23,"\u30ec\u30b3\u30fc\u30c9r":36,Lines:86,"\u901a\u4fe1":[30,64,14,16,83,45,46],"\u5730\u57df":66," describes":60,"\u5909\u63db":[17,59],"\u5f8c\u8005":38,user:16,".spec":17,"\u5834\u6240":[20,16,52],Moero:35,"\u672c\u6765":50,Senna:[39,24],"\"\u3001":28,Marverick:20," buffer":82,"\u7d44\u307f\u5408\u308f\u305b":[36,2,37,66,7,57],"\u3082\u3059\u3079":21,center:4,"\u30ef\u30a4\u30c9":17,edge:64,flags:[35,2,70,65,13,82,7,8,16,43,57,87,40,11],sortby:[35,2,18,42,27,38,17],"') ":13,entry:57,"\u9806\u756a":[13,37,2],"\u30b0\u30e9\u30d5":66,"_path":[39,16]," digits":55,"\u30d0\u30a4\u30b0\u30e9\u30e0":[37,7],"\u8981\u6c42":2,"\u8aad\u307f\u65b9":21,"-path":[1,18,13,20,39,17,55],"_KEY":[35,1,20,2,50,65,37,87,71,7,23,8,43,39,17,40,70]," --":[35,87]," work":55,"/Branches":86,"\u547c\u3073\u51fa\u3059":[12,61,33,67,58,4],"_NIL":20," common":17," time":[43,55,16],mysql:24,"\u9006\u5f15\u304d":[30,87,29,35],"\u547c\u3073\u51fa\u3055":27,"\u547c\u3073\u51fa\u3057":[39,71,20,36,66],"\u3067\u304d\u308b":[50,71,26,16,54,17,70,43,7,37,57,4,35,36,13,64,23,27,39,86,87,18,21,61,66,46],tables:71,"\u30af\u30a8\u30ea":[30,36,2,18,62,37,21,45,20,14,27,66,38,50,28,17,46,72,3,29,44],"\u5316\u51e6":[17,77],point1:61," BOOLEAN":24,"\u30bd\u30fc\u30c8":[30,1,26,18,35,20,27,38,17,29],PID:[13,1],"-gram":[37,66,72,2],Example:55,source:[35,2,87,57,40,11],"\u5024\u3068\u3057\u3066":13,location:[43,35,38,65,87],input:73,"\u3057\u307e\u3059":[72,65,87,7,68,3],"\u8981\u7d20":[36,2,13,56,73,16],"\u3064\u3051\u308b":70,"...":[49,18,82,71,23,8,16,83,22,17,11]," speakers":52,"\nPARTIAL":36,"\u5024\u7528":17," adv":68," code":[55,60],"\u968e\u5c64":36,"\u9759\u7684":[30,2,25,13,23,83,39,46,86],"\u304f\u3060":[2,18,37,66,16,43,83,54,68,59,60]," blog":[37,2],"<#{":55," add":60,"\u30cf\u30c3\u30b7\u30e5":[81,82,7,27]," Have":23,bit:[59,68],"\u30bd\u30fc\u30b9":17,"\u5f53\u3066":[8,11],"\u30d7\u30e9\u30b0\u30a4\u30f3":[1,66,20,88,68,17,60],"\u5927\u4e08\u592b":0," latin":[],"@wareohji":39," your":60," Takuto":20,"\u540c\u7b49":[72,16],"(ctx":36,unstable:68,"\u308f\u3051":[43,28],"\"uptime":[22,2,54]," Kinjirou":35,"\u4ee5\u5916":[36,26,50,81,66,20,27,16,17,59],OS:16,OR:[38,50],"\u6642\u523b":[81,33,16,62],"\u3001C":2,"\u7f6e\u304b":83,"_NONE":11,"\u7f6e\u304d":20,"\u30d6\u30ed\u30c3\u30af":66,FILES:15,"[dump":39,"-DD":55,"\u5404\u8981":50,examples:20,"\u307f\u307e\u3057\u3087":[35,2,50,43,87,38,40],cd:60,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[13,1],"\u3001[":2,"\u3001_":[87,38,2,65],"\u66f8\u304b":87,"_bool":20,"\u5927\u304d\u304f":[61,43,71,20,84,4],"/COMMAND":54,"\u66f8\u304d":[37,66,72,16],RPM:[17,20]," nanoseconds":55,"\u66f8\u3044":87,"\u5927\u304d\u3044":[13,17,36],"\u3061\u3083\u3093":35,"\u69cb\u6210":[36,2],"\u308c\u307e\u305b":[13,82,84],"*BSD":[17,20],"\u56de\u52d5":16,"\u5148\u60c5":87,"\u30d3\u30eb\u30c9":[17,20,39],".sh":[39,86,60],"\u5b8c\u4e86":[27,60],run:86," Hiroshi":20,"\u4ed8\u304d":[30,7,2,18,35,43,20,44,28,26,59,29],"\u3001\n":[38,51],"\ncheck":[],bi:[37,72],"\u4ed8\u3044":87," tablename":84," other":[],"\u4e0a\u4f4d":37,"\u4ed5\u7d44":60,Raccoon:35," test":[2,43,16,54,40,86],"\u4ed8\u3051":[43,2,54],"_FOR":36,Hello:23,"\u30ab\u30a6\u30f3\u30c8":87,"{\"_":[43,35,38],"\u3001 ":[2,50,43,87,61,38,54,68,59,60]," schea":15,"\u3001\"":[2,50,62,87,44,28,17,59,3],"\"mori":71,zip:[30,68],Dump:55,"\"service":62,"\u3001(":[59,16],"\"yu":71,"\u3001-":[59,20,83,16],"\u53ca\u3073":[16,74],"\u3001/":[2,54,68],"\u3001.":[86,60],"\u5730\u5f62":[61,4],range:[8,11],"\u5185\u5bb9":[2,43,87,44,14,8,16,54,28,27,40,11,60]," garbage":82,"\u30fb\u30c6\u30fc\u30d6\u30eb":21,"\u95be\u5024":[30,18,13,72,27,37,19,17],"\"serach":62," DATASET":15," LGPL":24,"\"sea":28,"\u30ad\u30e3\u30c3\u30b7\u30e5":[13,39,1,27,66]," DB":[83,22,2,54],"\u3088\u308a":[36,50,72,37,21,20,23,16,43,87,68,28,17,59,61,4],"-protocol":[13,54,16],"\u9010\u6b21":66,url:71,"\u6295\u5165":[37,1],"\u5831\u544a":[17,20,88,16,39],"\u524d\u65b9":[30,36,2,18,7,72,88,28,29,70],Natty:[17,68,30],".)":55,"-benchmark":39,".-":60,"..":[13,61,73,15,83,27],"\u3046\u3061":[36,82,26,61,27,84,17],". ":[48,0,49,2,50,25,35,71,26,73,51,52,53,24,54,28,79,72,3,29,4,5,31,85,55,6,32,7,8,77,37,87,33,57,81,82,70,9,58,59,10,11,60,34,12,36,69,62,13,14,64,23,75,56,66,38,83,16,61,40,74,84,86,76,41,78,18,65,80,21,63,42,27,43,67,68,44,22,46,47,45,15,19],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":16,"\u6b53\u8fce":46,"\u7a2e\u5225":11,"\u56fd\u969b":60,".'":[7,57],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":87,"\u51fa\u3059":87," hottolink":24,"\"rect":[61,4],"\":":[35,82,87,2,18,65,62,43,73,44,23,16,81,38,54,28,70,22,40,50],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":84," curl":22,"\u5074\u9762":66,"\u6574\u3063":86,usr:[13,86,68],"\u5408\u5bbf":87,"[groonga":[17,39],".O":35," Demo":35,"-query":[13,17,2,55],"\u8a2d\u5b9a\u5024":[1,51],"-type":[28,62,44],Google:3,link:[43,65],".]":[82,8,11,18],"._":43,"\u3002\u30bf\u30b0":35,"/epel":68,posted:87,".h":6,".i":68,"\u8868\u3059":[35,36,43,26,57,67],utf:[13,22,24],"_op":36,"\u3088\u30fc":87,"\u56de\u907f":37,munin:68,"\u5e74\u9f62":66,Twitter:87,".c":24,".d":68,"\u8868\u3057":[36,2,26,77,84,59],".x":68,"\u307e\u307e\u3067":37,"\u52d5\u304f":[17,39],"\u5206\u89e3":36,".}":82,Pentium:16," than":55," types":18,"\u4e0d\u4e00\u81f4\u6761\u4ef6":[],"\u63a5\u982d":[17,7],"_NOFILE":55," JQuery":20,"\u679c\u305f":2," candidate1":18,"\u7121\u52b9":39,"\u3054\u3068":[40,64,53],"\u3075\u308a":18,"\u4f4e\u304f":37,"\u304b\u307e\u3044":2,"\u7279\u5fb4":[66,30,35],"\u5165\u308c":[37,35,87],"5km":87,"\u306b\u5bfe\u3059\u308b":[30,36,2,18,65,35,43,66,20,53,54,87,17,40,29],"\u30b9\u30c8\u30ec\u30fc\u30b8":[30,66],">uptime":22,".comment":87,"\u958b\u3044":[78,17,20,69],"\u5f8c\u308d":27,"\u958b\u304f":17,"_rate":[22,2,54],Mac:[30,20,68],"\u3042\u3052\u308b":[37,30,19],"'\u3002":13,"\u56db\u3064":72,grn:[12,36,55,25,30,21,20,42,61,27,74,33,67,39,73,17,40,58,46,88,4]," go":23,"\u6642\u4ee5\u5916":20,"\u5207\u308a\u6368\u3066":43,tmp:[13,2,18,54]," fix":24,".load":16,"\u3002dump":71,".dump":17," script":16,": n":14,"\nin":[],lucid:68," eight":2,"\u6307\u5b9a":[1,69,2,50,35,71,26,73,51,16,74,54,39,72,61,29,4,30,43,56,7,77,37,78,57,81,82,70,79,58,59,11,80,12,36,13,63,14,38,83,27,17,40,18,65,66,20,42,67,68,87,22,47,84],"\u5c5e\u3057":59,"\u4e00\u7dd2":[37,1,2],"\u3002Video":35," old":39,".patch":60,drilldown:[35,1,65,87,42,27],"\u306a\u304c\u3089":[66,2],"\u3088\u3044":60," tokenizer":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":16,"\u4f7f\u3044":[30,36,18,62,43,66,44,23,72,87,54,68,17,28,76,85,59,60],"\u300d\u3001":[35,87],LANGUAGE:60,"\u4e00\u5de5":70,Hiroshi:17,"\"groonga":3,"\"suggest":3,"\u3002TLD":65,"\u5f37\u5316":[17,20],"\u8aad\u307f\u53d6\u308a":[13,73],"\u3088\u3063":38,"\u7d50\u5408":[21,36,27],"\u8a66\u884c":66," b":27,"_pat":20," a":[39,23,55,15]," changed":24,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":87," d":[37,72],"\u3067\u307f":66,",\"title":2,"\u30a4\u30f3\u30c7\u30c3\u30af":40,"\u57cb\u3081\u8fbc\u3080":16,"-filter":17,"\u3067\u3064":50,"\u843d\u3061":20,gb:22,ga:16,"\u5272\u308a\u5f53\u3066\u308b":43," z":59," push":60,"/json":17," Ruby":[],"\u3067\u3069":18," }":87,"\u3067\u3057":43," C":[6,17,66]," @":[37,39,72,87]," binding":24,pthread:17,"\u8a9e\u6271":72,"/\u65e5":87,Object:59,"-release":68,"\u30cb\u30e5\u30fc\u30b9":23,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,20]," Token":16,"\u3067\u3044":43,"\ngronnga":3,stable:84,"\u3067\u304f":46," [":[2,70,71,73,16,74,54,50,43,7,37,57,82,15,35,13,14,23,38,27,40,18,65,87,42],"\u3067\u304d":[1,2,70,35,71,26,73,16,53,54,39,28,3,4,43,66,7,77,37,33,57,9,58,59,60,12,36,62,13,14,23,38,83,27,17,40,86,87,18,65,21,20,61,67,68,44,22,84],include:6," _":[35,2,70,65,43,87,38]," \\":72," ]":[38,50]," \"":[61,2,18,62,37,82,44,73,8,16,87,43,38,54,28,70,27,59,11,50]," #":[87,20,88,60],"\u7279\u306b":[21,36]," !":27," &":[37,38,72,68],"\"saerch":62," ./":60," Senna":[39,24]," *":[37,27,39,60,59,80],"\u8fbc\u307f":5,"_DELIMITED":24," )":27,"\u306a\u3068\u304d":66," /":[2,18,13,72,14,37,54]," weight":43," -":[69,1,24,2,50,35,71,72,73,51,16,74,54,39,28,79,87,4,5,31,55,43,32,7,8,37,33,57,81,82,70,9,58,59,11,60,15,12,61,62,13,14,23,80,56,38,83,27,17,40,86,78,18,65,21,63,20,42,88,67,68,44,22,47,84]," obj":82,"\u3002run":86,"\u3067\u5024":[13,2],"\u6e0b\u8c37":87,"\u983b\u5ea6":18,"\u4e0d\u8db3":68,"\u3072\u308d":70,"_users":87,"\u6368\u3066":17," <":[24,37,71,27,38,16,17]," =":[35,36,13,21,27,38],"\u5206\u985e":43,"\"complete":3,"(drilldown":77,"-build":86," update":[68,60],"-id":[13,39],"\u4e09\u3064":72,"_dir":17,"\u6b8b\u308b":17,"\u304a\u304f":43,ctx:64,"\u6b8b\u308a":84," such":60,Here:55,".output":83,"\u30aa\u30d7\u30b7\u30e7\u30f3":[1,2,70,72,16,54,39,28,81,37,62,13,14,83,27,17,40,86,18,20,68,44,22]," backup":71,".po":[46,60]," term":82,"\u5341\u5206":37,"\u4e00\u81f4\u3057":[],"\u304a\u3070":[17,1],"-memory":20," outputs":55,".pc":[17,88],"\ntable":[37,87,71],"\u9023\u643a":66,equal:36,download:68,".xml":22,"_cursor":20,"_SCALAR":[35,50,65,37,87,71,23,57,40,11],index:[35,40,24]," specifies":[],"_thread":16,"/introduction":[2,54],".tsv":22,squeeze:68,etime:14," WGS":[43,35,38,87],HTML:[17,46,60,83,39],"\u6e21\u3055":36,"\u30a8\u30f3\u30b8\u30f3":[13,21,43,66,35],"\u7b49\u5024":20,"\u3060\u3057":[17,16],body:[50,37,69,73,27,78,57],FTP:16,"-exact":81,"\u5fc3\u304c":86,clearlock:[30,1,25,13,41,78],"\u516c\u958b":[17,20]," PatSuffix":70,"\u62e1\u5f35\u5b50":[22,20,16]," Names":60,"\u3002Blogs":37," libmemcached":86,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":26," \"":[82,16,8,11,87],"\u306b\u5bfe\u5fdc":[5,13,73,27,83,17,39]," ":84,"= \"":21," users":[87,55],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":2,"\u4e0a\u3052\u308b":37,"\u300d\uff08":[71,72],"_name":[71,88],Hardy:20,"\u5177\u4f53":37,"\u3067\u3082":[2,37,66,72,16,38,54,68,28,17,40,86,60]," Shibuya":20,">version":22,".fedoraproject":68,"\u5206\u6790":66," morning":23,"/senna":71,"\u8d85\u3048":[37,27],"\u6982\u8981":[30,84,66],realloc:20,"\u4f3c\u305f":38,"\u7518\u3044":50,"\u30c7\u30b6\u30a4\u30f3":39,"\u9014\u4e2d":[13,28,62],",\"correct":18,"\u3046\u3048":[17,39],"_NAME":54,"'ABC":7," v":36,Monkey:43,"\u4ee5\u964d":[26,13,20,17,86,60],Draw:35,"\u3002\u3064\u307e\u308a":2,usa:65,"\u3057\u307e\u305b":28,"\u5730\u70b9":38," SiteCountry":65,"\u3044\u304f\u3064":46," defines":15,"\u30d5\u30ec\u30fc\u30ba":27,"\u7d5e\u308a\u8fbc\u3093":66,"\u3057\u307e\u3046":[66,17,20,39],".pid":13,"\u3057\u307e\u3044":[37,43,70,16,62],Itagaki:20,"\u81ea\u5206":[16,60],"\u4efb\u610f":[13,59,2,16,66],soundkitchen:17,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[78,17,33,69,82]," functions":24,"\u3059\u308b":[48,76,1,69,2,50,35,71,26,73,51,52,53,54,39,28,79,72,3,4,5,30,31,43,32,7,8,77,37,87,33,57,81,82,70,9,58,59,11,60,12,36,62,13,14,64,23,80,56,66,38,83,16,61,17,40,74,84,86,41,78,18,65,21,63,20,42,27,67,68,44,22,46,47,19],"\u7d4c\u7def\u5ea6":[43,30,38,29],"\u3059\u308c":[66,2,16],"\u9ad8\u304f":37,Markus:39,"\u8868\u3059\u578b":59,HOST:[54,16],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":86,"\u3059\u3093":87,Ultra:35,"/rab":[38,2,65],"\u305d\u308c\u305e\u308c":[36,2,50,65,43,13,87,72,27,37,38,83,68,22,40,86]," Fontaine":17,"_install":9,"\u4e00\u81f4RK":[],GtiHub:17,"_NEW":17,"this":[43,2,54],Int:[35,2,18,65,62,37,87,20,43,38,67,44,28,59],"\u672c\u5f53":28,"\u3002Ctrl\u30ad\u30fc":2,"<limit":13,autoconf:17,"\u8d77\u52d5":[2,13,20,16,81,83,54,22,27,84],Video:35,"_WITH":[7,72,70],"\u6e21\u3057":[73,36,2,54],"/index":[13,60],"\u6e21\u3059":[39,2],"\u53d7\u3051\u4ed8\u3051":20,"-html":[39,20],"\u7de8\u96c6":[1,58,46,86,60],"\u4f5c\u696d":60,objname:[69,78],"\u6b8b\u3063":20,"\u3001&":38,"\u51fa\u3057":87,TokenBigramIgnoreBlankSplitSymbolAlphaDigit:37,",\u3000":16,"-strings":39,sudo:68,"_estimate":17,"\"correction":3,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,20],">max":22,"\u4f7f\u3044\u65b9":[30,2,25,62,13,66,44,23,16,28,22,76]," example":18,"\u7d30\u5206":43,Details:55,"\u3059\u3050":66," mte":24,"\uff08TokenBigram":37,"\u6301\u305f":7,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":20,"\u6301\u3061":[13,7,36],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":17,tomotaka:17,"\u6301\u3064":[35,26,2,65,62,13,66,64,7,73,77,43,17],"_LEAK":86,Issue:0,"\u6df1\u523b":37,"\u691c\u51fa":[17,1,20,86],"\u3059\u3067":[72,23],"\u3059\u3079":[36,87,71,16,78,84,28,17],"_repair":39,"\u512a\u5148":[66,16]," view":56,defalt:20,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[39,62],"\u4fee\u6b63":[1,24,62,20,88,54,39,17,3]," port":68,"\u3064\u3064":37," physical":82,"\u30b3\u30de\u30f3\u30c9":[1,69,2,50,25,71,72,73,51,16,74,54,39,28,79,3,29,70,5,30,31,43,32,7,8,81,78,57,82,9,59,11,80,36,62,13,63,56,38,83,27,17,86,41,18,21,20,42,44,22,47,84],"_create":[30,41,2,50,25,35,13,87,71,7,23,16,37,38,57,88,70,17,40,65,43],"\u81ea\u5df1":87,"\u3044\u304f\u3089":66,"_')":[57,77],"_PORT":16,"\"sphere":[61,4]," Text":16,">starttime":22," msgpack":22,"\u6301\u3063":[66,39,62],"\"rectangle":[61,4]," mroonga":[],"\u5f35\u3089":43," instead":13,"\u3055\u3044":[2,18,37,66,16,43,83,54,68,59,86,60],",\"":[35,2,50,82,71,23,27,38,54,87,22,40,70],"\u30a2\u30af\u30bb\u30b9":[13,20,14,43,83,54,39,17,60]," nice":23,"\u7d5e\u308a\u8fbc\u307f":[66,2,27],"\u3042\u308b\u3044":[12,36,66,61,27,84,4],alloc:[81,22,2,54],"\u66f8\u5f0f":[69,2,71,61,73,51,16,74,54,29,4,5,30,31,32,7,8,81,33,57,82,79,58,11,80,12,13,63,14,56,83,27,78,18,42,67,47],"\u601d\u3044":60,"\u81ea\u52d5":[35,2,70,7,16,77,17,60],"\u4f53\u8fd1":[61,4],SJIS:24,"\u30da\u30fc\u30b8":[30,2,13,83,39,60],"\u578b\u540d":[21,7],or:21,"_TIME":55,"\u9078\u629e":66,":\\\"":73,"\u3002GRN":36,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":20,"\u4eac\u90fd":[37,72],"\u30c0\u30d6\u30eb":[17,7],"\nwarning":[63,80],"\u7d9a\u304d":73,gcc:17,"\"weight":43,"\u8abf\u3079":[12,4],"\u7d9a\u3044":[37,27],"\u4e00\u500b":36,"\u5fc5\u305a":84,"\u30ab\u30d0\u30fc":86,"% ":60,jiro:35,"\u30c7\u30d5\u30e9\u30b0":17,"|WITH":[2,50,37,87,23,57,40]," clean":86,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":14,"\u4fc2\u6570":36,"\u629c\u3051":17,"\u7d9a\u3051":16,"\u4e00\u9023":21,lib:20,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":5,"\u6539\u884c":[13,17,8,11,39],TokenBigram:[37,7,2,72,62]," kernel":[],":\u5206":87,RAM:16,"/apt":68,euc:13," localhost":13,"\u3002Eclipse":60,"\u66ff\u3048":[37,30,2,29],"_gqpt":16,tsv:[22,83],"\u6b8b\u3057":27,"\u5de6\u4e0a":[12,1],"\u5de6\u4e0b":1," yes":14,"-munin":[39,68],"\u9589\u3058\u308b":[17,1],greater:36," keyserver":68,auto:18," |":[37,38,14,27],"\u3067\u3057\u3087":[66,23],"\u629c\u304d\u51fa\u3059":66," value":[],YYYY:55," start":23,billiard:[37,72],lzo:17,"_HOST":16,"\u9593\u9055\u3063":[17,62,3,39],"\u90e8\u5206\u4e00\u81f4":[37,72],"\u30e6\u30fc\u30b6":[36,2,50,62,21,7,16,57,44,28,59,3]," function":24,"\u306b\u304f\u308b":37,"\u5f15\u8a9e":2,translate:60,"\u4e00\u3064":[56,71,72,73,51,27,74,4,5,31,43,32,69,8,33,57,82,79,58,59,11,80,12,61,81,63,84,78,66,42,7,67,47],edit:[30,1,58,75,25],".net":[35,2,65,43,52,38],OffGao:87," updated":[37,24,60],"/master":60,"\u30ed\u30b0\u30ec\u30d9\u30eb":13,XXX:13," hh":55," size":82,"\u4fdd\u8a3c":[82,84],"\u70b9\u9593":[38,26],"\u6df7\u305c":[43,18],"\u65e2\u5b58":[5,2,43,66,16,54],"\u5b9f\u51e6":36,"\u4e0d\u4e00\u81f4":27,"/LC":60,",\"link":43,"\u5c3a\u5ea6":66,"|suggest":18,"-patch":60," Aramaki":[17,20],"\u74b0\u5883":[66,16,68,39,17,46,86],"\u5217\u5f15":36,frequency:[28,62,18,44],"\u6df7\u305c\u308b":[],"\u751f\u6210":[21,72,77,67,46,60],"\u975e\u4e92\u63db":17,"\u3050\u308b\u3093":35,"\u4e26\u3073\u9806":38,"-match":[13,37,2,27],res:16,"';":13,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":13,"\u306b\u304f\u3044":66,"\u51fa\u6765\u308b":87,"\"test":2," finished":55,"\u30ab\u30ec\u30fc":72,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":87,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":60,"\u52a0\u7b97":77,"-fd":17,"\u601d\u3063":6,"/\u6708":87,This:[2,55,15],"\u904e\u7a0b":77," Site":[35,2,65,43,38,54],"'hoge":21,"\u73fe\u72b6":84," correct":[18,62]," concurrently":55,"\u4ed8\u5c5e":83,"/aba":[38,2,65],"8r":13," A":15,PHP:39,"\u5217\u5f62":21,Point:4,deprecated:84,"\u4e00\u90e8":[79,2,3],"\u8907\u6570":[1,2,72,16,53,29,30,43,7,8,57,11,35,36,37,83,27,17,40,18,65,66,20,87],"\"\uff08":28,"\"\uff09":[43,28,1,38],"_friends":35,"\u30bb\u30b0\u30e1\u30f3\u30c8":[82,69],"\u307f\u304c":36,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":85,"\u7403\u9762":[61,4],Users:87,"3ki":20,"\u8aa4\u5dee":[17,61,4],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":66,"<max":13,suffix:36,"_DEBUG":86,"\u5341\u4e00":72,"\u8aac\u660e":[48,76,69,2,25,71,72,73,51,16,74,28,61,4,5,30,31,43,32,7,8,77,37,33,57,81,82,79,58,59,11,60,12,36,62,13,63,14,80,56,38,83,27,41,78,18,21,42,67,68,44,46,47],"1\u305a":[84,77]," Blogs":37,Daiki:[39,20,88],"\u30d9\u30af\u30bf":[1,20,11]," search":[17,62,44,3,18],"\u305e\u308c":[36,44],"\uff08\u300c":37,"\u53d6\u308a\u8fbc\u307f":17,"\u9805\u76ee":[5,1,81,73,63,42,27,53,38,78,82,74,80],"\u8d77\u70b9":27,"[linux":39,"\u78ba\u8a8d":[1,2,43,87,16,46,60],dump:[30,1,25,71,20,41],"\u5bb9\u91cf":[82,27],"\u305d\u308c\u3089":14,"\u8aad\u307f\u8fbc\u3093":54,mkdir:71,"\u6700\u4e2d":66,"\u6c38\u7d9a":7," Meerkat":17,"\u52d5\u5c0f":59," prefix":17,"\u7d44\u8fbc\u578b":[30,59,25],"-doc":39,"\u7d44\u307f\u8fbc\u307f":[30,41,25,13,21,71,75,16],"\nCtrl":54," content":23,natty:68,"\u3002command":84," for":[24,59,55,15,60],"\u304b\u3061":72,configure:[37,20,27,81,39,17,86,60],"_query":[28,62,44,18,39],"\u304b\u3064":72," service":62,"\u304b\u3069":[37,12,38,18,4]," mecab":24,"\u756a\u76ee":[43,2],"\u30d1\u30a4\u30d7":[7,57],"\u8ffd\u8de1":0,"\u64a4\u53bb":17,"\u8a9e\u610f":53,rst:9,"\nrequest":55,"\u500d\u7cbe":59,"\u3092\u3054":86,"\u9ad8\u3044\u9806":2,"\u53d6\u308a\u5f97\u308b":59,"\u89e3\u6d88":[1,69],Bool:[43,12,59,70,4]," started":55,"-log":[13,17,55,16],rakutan:40,"\u554f\u3044\u5408\u308f":36," SiteDomain":65,"\u8aad\u307f\u8fbc\u3080":1,"\u304b\u3051":78,"\u9650\u6587":17,bind:17,"_OFFLINE":39,"\u304b\u305a":39,"\u82e6\u624b":66,ITS:0,"\u5229\u70b9":66,",' ":[43,59],"\u898b\u3064\u304b\u3063":3,"false":[5,7,70,43,56,63,20,42,74,78,57,79,47,59,80],"\uff01\uff09":[28,62],"\u7d5e\u308a\u8fbc\u3080":3,"\u81f3\u308b":43,"\u56fd\u969b\u5316":[30,46,85,60],"\u96e3\u3057\u3044":66,"\u4fee\u6b63\u4e2d":62,"\u30de\u30a4\u30af\u30ed":[43,87,59],PATH:16,Soccer:35," from":24,"\"co":3,tvsec:81,"\u975e\u308f":72,min:[14,16],"\n ":36,"\u6f14\u7b97":20,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39," lexicon":16,"\u914d\u4e0b":83,".msgpack":22,"_const":36,"\u306e\u307f":[2,70,71,26,73,51,27,36,28,50,5,43,7,77,60,72,37,83,40,86,18,65,66]," Representation":60,BIT:16,Takayuki:17,libmemcached:86," Gone":35,brazil:65,"\u901f\u3084\u304b":84,"_ACCOUNT":60," suggest":[28,62,18,44],"\u8aad\u307f\u8fbc\u307f":[17,2]," six":[2,55],"\u672a\u958b\u653e":20,"-h":13," sid":[17,82,68,30]," API":[6,30,46,24,85],"\u3089\u308c":[20,2,66,7,8,27,38,36,39,78,17,11],"\u4e2d\u9593":[36,72],"\u3064\u3076\u3084\u304d":23,"\uff09\u3001":72,"_suffix":17,"* ":59," bug":[39,24],"*\"":88,"_build":86,"\u3042\u306a\u305f":52,"*')":27," N":66,"\u6e2c\u5730\u7cfb":59,latin1:39," RDBMS":66,"\u5168\u89d2":[17,2],"\u30b3\u30de\u30f3\u30c9select":21,FLOAT:22,"_is":17,hh:55,"\u5408\u81f4":2,"mo\u30d5\u30a1\u30a4\u30eb":60,"_in":[12,1,25,30,87,35,20,75,38,17,4],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[17,1,20,84,39],"\u3068\u3069":76,"\u901f\u304f":35,"\u300cbill":72,Masahiro:20,"\u30b9\u30b3\u30a2":[36,18,37,21,27,38,77,87],":tasukuchan":87,"-output":16,"\u57fa\u6e96":[43,66,2],"_id":[17,38,2,77,39],".gz":60,"\u6307\u3057":[43,21],"\nALERT":[63,80],"\u30d7\u30ed\u30bb\u30b9ID":54,"\u8d8a\u3048\u308b":37,Error:55," favorite":60,"]x":[87,38],Redmine:0,"'localhost":[13,14],"\u3002\u2193":13,"\u5ea6\u3068":17,"\u53cb\u4eba":35,"\u4e0a\u8a18":[34,2,62,37,16,38,54,68,44,60],"\u6e2c\u5b9a":16,"\u5b66\u3093":87,MacPorts:[17,68,30],"with":[37,17,27],cache:[30,1,2,25,41,27,51,54,22]," it":23," doesn":[],"\u30b7\u30a7\u30eb":16,"\u65e5\u6642":[43,30,59,29,87]," GeoIndex":35,IPA:9," links":43," in":[39,24,55,36,82],"\u5bfe\u8a71":[2,54],"\u7d20\u5358":68,"_equal":36,"\u65b9\u6cd5":[2,25,71,72,16,19,39,28,4,30,43,76,37,59,60,61,62,13,84,23,45,27,17,85,86,87,66,68,44,22,46,54],"\u30ea\u30ea\u30fc\u30b9":[1,20,23,88,84,39,17],"\u5316\u5bfe":60,"\u65e5\u4ed8":66,"\u6295\u7a3f":87,"\u4ed8\u3051\u308b":[64,2]," Time":[37,43,16,87],"\u5c11\u306a\u304f":[66,23],"1\u3064":[34,35,18,87,16,17,40,3,0],"\u7279\u5225":28," YOSHIOKA":39,"\u5c11\u306a\u3044":[21,23],ko:24,"\u30c0\u30f3\u30d7":[39,20],TokenDelimitNull:88,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":50,",\n{":[28,62,44],"\u7e70\u308a\u8fd4\u3059":20,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[51,27],"= ":[38,27],"\"ellip":[61,4],"\u306e\u307f\u3057\u304b":3,"_GITHUB":60,"_CURSOR":20,"\u3088\u3046":[1,2,50,71,26,16,66,54,39,28,72,3,4,30,43,76,37,70,9,35,36,62,13,82,23,38,83,27,17,86,87,65,21,20,61,68,44,84],"/html":[17,60],">cache":22,GPS:66,"\u4e0d\u8981":66," releases":39,"_search":[17,18,39],"\u3070\u3044\u3051":39," released":24,"default":[2,50,37,87,7,23,16,54,22,40,84],",\n[":71,"\u79d2\u3088\u308a":88,",\n]":37,"_CTX":17,queries:16,"\u64cd\u4f5c":[30,36,2,13,21,7,27,43,54,66,29],"_parse":21,"\u69cb\u7bc9":[30,25,72,23,39,46,86],view:[30,41,56,25,13,7],"\u5236\u5fa1":21," eggs":40,RETURN:55," markup":6,Wikipedia:59,"\u4ee3\u5165":[38,20,36],latin:13,"\u63a5\u7d9a\u5148":14," missing":[],"\u884c\u6570":17,".list":68," Properties":55,"\u65b0\u898f":16,"\nBigram":16,"\u975e\u5e38":[21,7]," day":23," Request":60,"\u985e\u4f3c":[21,36,18,62],"\u51fa\u529b":[1,2,25,71,63,16,39,29,30,8,81,9,59,11,60,13,82,83,27,17,86,18,66,20,42,87,22,46,80,84],WITH:[57,2],"\u304c\u3064\u3044":[39,20],"(string":58," yappo":24," Akio":20," gqtp":66,Minute:55," quit":13,ken:35,"\u3084\u304c":84,"\u7dad\u6301":66,"\u304c\u304a\u304c":87,"/var":13,"\u6d88\u8cbb":23,"\u4f4d\u7f6e":[35,2,30,66,26,38,57,84,87,17,29],"\u5168\u4ef6":27,"\u4e43\u6bc5":20,job:16," only":[],"\u3053\u308c\u3089":[2,65,37,87,77,83,44,22,46,3],key:[35,2,18,65,62,43,87,71,7,73,27,74,38,16,44,70,28,40,11,50],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":16,users:87," Languages":60,"\uff12\u3064":[38,65],"2\u4ef6":87,"\u304a\u77e5\u3089":[30,1,20,88,39],"\u7279\u5316":60,Emergency:55," map":55,plugin:17,admin:20,"\u5927\u304d":82,"/status":[22,14,54],":ss":55,valgrind:86," max":[51,67]," may":[],"\u6728\u578b":[7,27],".org":[35,2,65,43,71,16,38,54,68,60],"\u88dc\u6b63":[30,76,62,3,18],"/local":68," GNU":[17,68,30],"\u843d\u3061\u308b":[17,20],"\u64a4\u5ec3":20," Gothic":9,comment:87," pull":60,"\u4eca\u56de":2,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[13,20,83],"\u304a\u304d\u307e\u3057\u3087":43," \"@":87,"\u4f5c\u6210":[1,2,50,16,39,28,29,70,5,30,43,7,77,37,57,9,59,35,13,23,45,17,40,18,65,87,20,44,46],"\u6295\u7a3f\u5834\u6240":87,"\u533a\u5225":[59,70,27],DDL:37,Hex:35,"\u6b63\u3057\u304f":28,"\u6df7\u5728":83,"_add":[13,30,41,56,25]," IWAI":39,"\u30af\u30ea\u30a2":17,"\u66ff\u3048\u308b":[2,65],table:[56,2,50,25,71,73,16,74,54,39,28,70,30,43,7,8,37,57,79,11,35,36,62,13,23,38,27,17,40,41,18,65,87,20,42,44,47,84]," \"_":87,li:[37,72],rpm:68,Uubntu:86," \"e":[28,18],quit:[30,41,55,25,13,32],"\u30b5\u30d6\u30bb\u30c3\u30c8":59,"\u91cd\u307f\u4ed8\u3051":37,Tomoatsu:20,"\u30e1\u30e2\u30ea":[39,20,68],"\u533a\u5207":[7,27],"\u5c0f\u6570\u70b9":43,"\u9bae\u5ea6":23,json:[56,2,63,51,16,74,5,69,8,78,79,82,57,11,80,81,73,83,27,42,7,22,47],"\u78ba\u5b9f":62,TokenBigramIgnoreBlankSplitSymbolAlpha:37," \"s":[18,62],"}\u300d":27," Entry":[69,56,7,42,8,27,74,78,57,79,73,47,11],"]\n":[7,2,70,63,51,74,50,5,43,56,69,78,57,79,80,35,13,82,23,38,40,18,65,42,47],"\u3002SET":16,"\u521d\u671f\u5024":14,username:35,"\u65e5\u672c":[12,61,38,28,59,4],"\u5927\u6587\u5b57":2,HashTags:87,"\u8a08\u6e2c":[17,1,86],"_level":[5,30,41,55,25,13,63,80],"\u5185\u90e8":[43,39,81,27],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":72,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17," when":[],"-cache":13,"\u58ca\u308c":[17,20,82],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":38,"\u4fdd\u6301":53,"\u524d\u8ff0":37,"\u7a2e\u985e":[30,36,2,18,43,13,44,77,37,62,28,17,29],"\u540c\u671f":16," MessagePack":22,"\u3068\u3053\u308d":[6,39,87,60],"\u30c7\u30a3\u30b9\u30af":1,"-config":[13,17,1,20]," favorited":87," \" ":16,"\u672a\u5b9a":[43,7],saer:[18,62],"\u7f6e\u63db":[50,27],"\u52a0\u3048\u308b":[17,7,57],means:55," System":[0,59]," language":60,value:[7,8],"-keys":68," favorites":87,"\u793a\u3055":[8,11],"\u793a\u3057":[2,65,37,26,81,54],"\u73fe\u308c\u308b":37,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[17,39]," testing":[],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[30,52,60]," Good":23,"\u6570\u70b9":59,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[13,2],"\u79d2\u5f62":59,tar:68,"\u578b\u3068":65,"\u3072\u308d\u3086\u304d":70,vm:39,"\u3002\n":[1,72,51,16,4,5,8,81,79,59,11,35,36,13,82,64,84,17,40,87,20,88]," record":[43,2,54]," X":[30,20,68],"-debug":20,"\u9818\u57df":[39,38],"\u3002LD":68,"\u30bf\u30a4\u30df\u30f3\u30b0":2,avg:14,pkg:20,"\u8fd4\u4fe1":87,uptime:[81,22,1],"\u5ea7\u6a19\u5024":17,"{LANGUAGE":60,"\u614e\u91cd":86,"\u3002\"":[37,87,54,62],"\u3002#":[17,20],"\u578b\u304b":59,"-deafult":17," HashTags":87,".db":[13,2,8,11,54],"/c":6,"\u3002)":[27,16]," replied":87,"\uff08longest":17,"\u91cd\u8996":[37,23],pkgs:68,"\u300cbilliard":72,"\u767b\u9332":[82,20,2,62,43,73,7,23,88,66,38,36,39,28,87,3],"\u8aa4\u5b57":[17,20,39]," PORT":54,"\u30ad\u30fc\u30ef\u30fc\u30c9":[30,1,2,37,66,72,88,19,87,3],"| _":38,"\u518d\u5ea6":36,http:[35,2,65,13,71,14,16,43,38,83,54,60],"/\n":[20,60],"\u3002C":[6,66],"\u3002N":37,"]\"":[87,38],"\u3002TokenDelimit":44," Ocelot":[17,68,30],"\"roonga":3,v1:36,v2:36,"_ito":17,"\u672c\u4f53":46,Query:[30,55,25],"\u304a\u304b\u3057\u304f":20,"\u3002_":[2,77],EOF:13,"\u300d\u300c":87,"\u3002[":[39,79,2],"/.":17,"\u5168\u6587\u691c":[30,20,2,29],"\uff01\"":87,"/*":[6,60],"/groonga":[2,6,20,13,54,68,17,60]," ID":[66,55],":\"":[21,2],"/$":60,"/\"":[35,2,65,43,71,38,54],"\u66f8\u304d\u8fbc\u3080":16,"\u304a\u3063\u3055\u3093":87,command:[2,13,83,54,22,84],"\u4e00\u81f4\u7528":[],uzulla:17,"_POSITION":[2,50,37,87,23,57,40],lcov:86," translation":60,"\"ellipsoid":[61,4],"\u8868\u793a":[1,2,16,54,39,29,30,43,8,81,37,11,35,13,82,38,84,17,65,66,20,22],"\ndo":16,Flower:43,"@' ":2,"\u8a9e\u5f59":[34,30,72,2,7,53,29],"\u3042\u304d":70,"\u904b\u7528":66,"x\u30df\u30ea":59,");":36,detail:16,"\u5229\u7528":[2,71,72,27,28,29,30,43,37,59,60,26,62,13,38,83,16,17,86,66,61,68,44],select:[55,30,1,72,2,50,25,35,13,88,84,20,41,27,37,38,54,70,17,40,43]," yum":68,gettext:60,".mo\u30d5\u30a1\u30a4\u30eb":60,"\u5fd8\u308c":17,"\u3002Point":[12,4],"\u9806\u5e8f":[2,37,7,8,27,11]," \u6642":87,web:[62,18,44],"\u5236\u7d04":34," Fumiyasu":17,listen:13,"\u3042\u3063":[35,18,84,73,77,16,60],"\u958b\u59cb":[86,17,27,16],"\u3002 ":[12,26,2,44,59,20,61,16,66,62,54,28,17,27,60,39,88,4],"\u3042\u3068":60,self:16,"\u3055\u3093":[20,88,39,17,3,60],wareohji:39,"\u306b\u3059":37,RLIMIT:55,"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":13,"\u9ad8\u7cbe":66,"\u30ed\u30b0":[5,1,62,13,63,16,88,17,80],"\u660e\u793a\u7684":22,qwik:71," its":55,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,86,60],match:[30,72,2,50,37,42,20,23,27,87,40,29,55],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":39,"\u3086\u304d":70,ctrl:54,RedHat:17,"\u3069\u306e":[62,26,61,4],"\nPREFIX":36," squeeze":[30,68],"\u756a\u53f7":[16,2,13,14,27,54,77],"\u59cb\u307e\u3063":3,"\u5b89\u5b9a":[39,82,84,66],Renamed:[],"'pid":13,".jp":[71,24,52],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":17,Debug:55,Masaharu:39,"\u62bd\u51fa":39," tracker":0,you:60,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":37,".overcommit":39,Poedit:60," rpm":68,"\"MySQL":3,CentOS:[17,39,20,68,30],"\u4f4f\u3093":87,"\u672c\u8cea":16,"\u88dc\u5b8c":[30,18,76,20,44,28,3],Warning:55,"\u5ea6\u5206":59,"\u6d0b\u723e":17,Sphinx:[6,9,46,85,60],"\u3068\u3044\u3063":38,"_threshold":[18,62,20,27,44,28,17],"\u4e0b\u8a18":[81,82,36,84],"\u306a\u304b\u3063":[5,56,2,13,63,84,7,42,51,16,74,37,78,57,79,39,47,80],"\u4e0d\u6b63":[17,1,20,86],sequence:[28,62,18,44],OPTIONS:15,"\u4ee5\u524d":[37,17,87,51,43],"((x":59,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":53,Quiz:35,"\u3002Debian":86," candidate2":18,"\u8ca0\u8377":20,"/source":[6,68,60]," unpatched":24,"\uff11\u5bfe":64,"'config":13,"\u610f\u56f3":39,"\u30b3\u30e1\u30f3\u30c8":[13,87,20,16],"_CALL":36,"_sortby":[42,65,27],"\u767a\u884c":54," origin":60,"_PAT":[35,2,50,37,87,71,7,8,40,70],"\u306e\u307b\u304b":[43,59],IN:24,"\u7121\u9650":20,"\u96e2\u308c":38,"/hoge":13,"\u304f\u308c\u308b":[6,66,60],"\u30dc\u30bf\u30f3":60,MinGW:17," mail":16,"#{L":55,",\"domain":65,"\u4e2d\u7a0b\u5ea6":68," Bool":[43,70],"\u5206\u3051\u308b":43,"\u3002-":[87,83],"\u30d0\u30b0":17,"\u3057\u3064\u3064":86," deprecated":[],"\u3042\u308c":[37,23,16],"\u30c7\u30d0\u30c3\u30ac":86,"_DB":[17,39],Updated:[],"\u3042\u308a":[0,2,50,72,73,52,54,28,3,5,31,6,32,7,8,77,81,57,59,60,34,36,62,37,23,38,83,16,17,40,86,87,18,66,61,27,43,68,76,22,46,84],"\u3042\u308b":[69,2,70,35,71,26,73,51,16,74,54,39,28,61,4,5,31,43,32,7,8,81,33,57,82,79,58,59,11,60,12,36,62,37,63,14,80,56,38,83,27,17,40,78,18,66,20,42,67,87,47,84],"\u7acb\u3061\u4e0a\u304c\u3063":16,host:16," \u6c11":72,offset:[42,65,2,18,27],"\u306e\u3044\u305a\u308c\u304b":[12,61,4],"\u307b\u307c":40,"\u6319\u52d5":[30,72,13,20,27,37],"\u9055\u3063":28,".hash":87,hana:35,"\u30c0\u30e1\u30fc\u30b8":37,"\u6f0f\u308c":[21,66],"\u306e\u3069\u308c":28,"\u5358\u72ec":16,"\u4ee5\u5185":[28,38,87,62],universe:68,"\u5206z":59,"\u30b7\u30fc\u30b1\u30f3\u30b9":[28,62,44],UP:22,"\u3055\u304d":43,"_queries":[22,2,54],"|KEY":[2,50,37,87,7,23,8,40,70],tomo:35,".html":[13,60],"\u9055\u3044":[43,2],"\u9055\u3046":20,"\"is":43," Ueno":[39,20,88],"\u524d\u65b9\u4e00\u81f4":[28,1,18,39],"_NUMBER":54,"!!":[35,87],"! ":[36,23],"!\"":[35,2,43,87,23,54],"\u6587\u66f8":[2,50,43,21,72,23,66,3],"\u6570\u5b57":[37,16,62],SIGINT:17," patch":24,"\u3053\u3061\u3089":[2,60],Removed:[]," Shops":72,"\u4e26\u3073":[72,65],"<log":13,"\u53d7\u3051\u53d6\u3063":66,Grease:43,"\u3002HOST":54,"_nsubrecs":[35,77,65,87],"-node":68," has":[24,55,15],"\u3002mroonga":66,"_remove":[30,41,25,13,79,17,47],"\u30ed\u30b4":39,"\u95b2\u89a7":54,development:46,">default":22,"\u5c55\u958b":[17,68]," event":[28,62,18,44],"var":[13,36,68,11],"\u901f\u5ea6":[17,16,35]," query":[18,55],Execution:18,"\u89a7\u4e0b":86,chunk:82,"\n\uff08":20,"-pid":[13,17]," Bigram":[37,87],"\u304c\u3068\u3046":87,"-db":39,"\u73fe\u5728":[5,2,66,26,14,51,16,53,33,87],gronga:3,"\u540c\u3058\u5024":2," +":[59,83,27],".\" ":54,"\u3068\u3066":66,"&& ":37,"_term":24,"\u5730\u56f3":66,enginen:28," Takashi":17,"\u753b\u9762":1,"\u7a7a\u6587":59,"\u3068\u3053\u306e":28,"\u3068\u3057":[35,36,62,13,14,44,23,16,43,21,28,40,59,3],"\u4ecb\u6587":87," git":60,"\u3068\u3048":[72,50,66,7,38,84],"\u3002iptables":54,limit:[35,2,18,65,42,27,17,55],"\u4e00\u9577":66,"\u3068\u304d":[35,1,36,2,18,62,13,66,64,20,72,43,54,68,28,17,39,59,3,11,44],"-disable":[17,20],epel:68,"\u611f\u8b1d":[17,1,20,88,39]," Gemfile":[],Gemfile:39,links:[43,65],"\u30fb\u81ea\u5df1\u7d39":87,"\u4e2d\u91ce":87,pid:[13,1],"\u8a08\u7b97":[1,61,62,66,26,38,44,28,58,59,4],SATOH:17,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":20,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[30,29,87],"{\"":[82,16],"\u4f7f\u3044\u5206\u3051":[37,72],"\"\u307e\u308d\u3086\u304d":70," error":39,"8bit":59,"\u521d\u56de":60," suggestion":15,"\"se":28,"_system":17,DESCTIPION:15,"\u305f\u3060\u3057":[1,13,72,77,83,17],"\u7570\u306a\u308b":[30,43,13,16,37,38,19],"\u7570\u306a\u308a":27,"\u5f85\u3061\u53d7\u3051\u308b":54,"\u52a0\u3048":[43,36,70],Arnaud:17," VALUE":2,"\u3068\u308a":[83,86,27]," Narwhal":[17,68,30],"_COLUMN":20,"\u6574\u5408":1,Pikonyan:35,":\u5024":27,"\u6574\u5217":[66,2],"\u3068\u3082":[87,38,16],"{\n":36,"-analyzer":17,out:16," developer":87,"'abc":7,Zenigata:35,"\u3002drilldown":[65,27]," tsv":22,"\u8ab2\u984c":0,Oneiric:[17,68,30]," aren":[],".location":87,"/sources":68,"\u7591\u4f3c":[30,25,7,73,77,67],"\u65b0\u3057\u3044":[2,13,66,17,46,3,60]," MODE":24,"\u65b0\u3057\u304f":[23,2,84],"\u307b\u3069":[13,43,2,18],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":20,friends:35,debian:39,"\u305f\u3070\u304b\u308a":23," to":[24,55]," available":24," tags":35,"\u30c7\u30fc\u30e2\u30f3":[13,1,54],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[34,30,26,2,79,25,35,37,82,20,23,27,78,57,29,39,17,40,47,87,11],"\u6027\u80fd":66,Site:[43,2,65],"{\\":73,Repoforge:68,"\u5909\u3048\u308b":37,"\u307b\u304b":[43,66,87],"\u2026\uff09":62," advanced":24,"& _":38,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":87},objtypes:{"0":"std:option"},titles:["1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","5.1. \u306f\u3058\u3081\u306b","7.7.3. geo_in_circle","7.3.15. log_reopen","3.1. C API","7.3.21. table_create","7.3.22. table_list","2.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","8. \u4ed5\u69d8","7.3.6. column_list","7.7.4. geo_in_rectangle","7.1.3. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. grnslap","7.1.5. groonga-suggest-create-dataset","7.1.2. grntest","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","7.3.20. suggest","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.6. grn_expr","7.2. \u51fa\u529b","7.8. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.3.17. select","5.3. \u88dc\u5b8c","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","7.3.18. shutdown","7.3.16. quit","7.7.5. now","9. \u5236\u9650\u4e8b\u9805","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","2.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","7.3. \u30b3\u30de\u30f3\u30c9","7.3.8. define_selector","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","5.5. \u63d0\u6848","2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","11. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","7.3.23. table_remove","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.3.2. cache_limit","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","7.9. Log","7.3.24. view_add","7.3.5. column_create","7.7.1. edit_distance","7.4. \u30c7\u30fc\u30bf\u578b","3.2. \u56fd\u969b\u5316","7.7.2. geo_distance","5.4. \u88dc\u6b63","7.3.13. log_level","2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","1. groonga\u306e\u7279\u5fb4","7.7.6. rand","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.3.9. defrag","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","7.3.11. dump","8.1. \u691c\u7d22","7.3.12. load","7.3.10. delete","7.7. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","5. \u30b5\u30b8\u30a7\u30b9\u30c8","7.5. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.3.4. clearlock","7.3.7. column_remove","7.3.14. log_put","7.3.19. status","7.3.3. check","7.1.4. groonga HTTP\u30b5\u30fc\u30d3\u30b9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b"],objnames:{"0":["std","option","option"]},filenames:["contribution/report","news/0.x","tutorial/introduction","suggest/introduction","functions/geo_in_circle","commands/log_reopen","contribution/documentation/c-api","commands/table_create","commands/table_list","contribution/development/document","spec","commands/column_list","functions/geo_in_rectangle","executables/groonga","executables/grnslap","executables/groonga-suggest-create-dataset","executables/grntest","news/1.2.x","commands/suggest","troubleshooting","news/1.0.x","expr","output","indexing","news/senna","reference","geolocation_search","commands/select","suggest/completion","tutorial","index","commands/shutdown","commands/quit","functions/now","limitations","tutorial/index","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","tutorial/search","news","tutorial/match_columns","commands","commands/define_selector","tutorial/data","suggest/suggestion","contribution/development","contribution","commands/table_remove","executables","suggest/tutorial","tutorial/query_expansion","commands/cache_limit","community","tutorial/lexicon","tutorial/network","log","commands/view_add","commands/column_create","functions/edit_distance","type","contribution/documentation/i18n","functions/geo_distance","suggest/correction","commands/log_level","contribution/development/com","tutorial/drilldown","characteristic","functions/rand","install","commands/defrag","tutorial/patricia_trie","commands/dump","spec/search","commands/load","commands/delete","functions","suggest","pseudo_column","commands/clearlock","commands/column_remove","commands/log_put","commands/status","commands/check","executables/groonga-http","command_version","contribution/documentation","contribution/development/test","tutorial/micro_blog","news/1.1.x"]})