rroonga 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (398) hide show
  1. data/AUTHORS +5 -0
  2. data/Gemfile +1 -12
  3. data/README.textile +73 -0
  4. data/Rakefile +4 -57
  5. data/bin/grndump +11 -1
  6. data/ext/groonga/extconf.rb +125 -54
  7. data/ext/groonga/rb-grn-context.c +25 -7
  8. data/ext/groonga/rb-grn-database.c +25 -0
  9. data/ext/groonga/rb-grn-object.c +19 -7
  10. data/ext/groonga/rb-grn-table.c +8 -10
  11. data/ext/groonga/rb-grn.h +9 -2
  12. data/lib/1.8/groonga.so +0 -0
  13. data/lib/1.9/groonga.so +0 -0
  14. data/lib/groonga/dumper.rb +2 -2
  15. data/lib/groonga/expression-builder.rb +33 -18
  16. data/rroonga-build.rb +1 -1
  17. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  18. data/vendor/local/bin/groonga.exe +0 -0
  19. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  20. data/vendor/local/bin/libgroonga-0.dll +0 -0
  21. data/vendor/local/bin/libmecab-1.dll +0 -0
  22. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  23. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  24. data/vendor/local/bin/libstdc++-6.dll +0 -0
  25. data/vendor/local/bin/mecab-config +0 -0
  26. data/vendor/local/bin/mecab.exe +0 -0
  27. data/vendor/local/include/groonga/groonga.h +5 -5
  28. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  30. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  34. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  35. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +0 -0
  36. data/vendor/local/lib/libgroonga.a +0 -0
  37. data/vendor/local/lib/libgroonga.dll.a +0 -0
  38. data/vendor/local/lib/libgroonga.la +0 -0
  39. data/vendor/local/lib/libmecab.a +0 -0
  40. data/vendor/local/lib/libmecab.dll.a +0 -0
  41. data/vendor/local/lib/libmecab.la +0 -0
  42. data/vendor/local/lib/libmsgpack.a +0 -0
  43. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  44. data/vendor/local/lib/libmsgpack.la +0 -0
  45. data/vendor/local/lib/libmsgpackc.a +0 -0
  46. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.la +0 -0
  48. data/vendor/local/lib/pkgconfig/groonga.pc +4 -4
  49. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  52. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  53. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  54. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  55. data/vendor/local/share/doc/groonga/en/html/_sources/commands/select.txt +349 -109
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +41 -10
  57. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +71 -0
  58. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +154 -4
  60. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +21 -29
  61. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  62. data/vendor/local/share/doc/groonga/en/html/command_version.html +5 -5
  63. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +5 -5
  64. data/vendor/local/share/doc/groonga/en/html/commands/check.html +5 -5
  65. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +5 -5
  66. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +5 -5
  67. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +5 -5
  68. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +5 -5
  69. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +5 -5
  70. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +5 -5
  71. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +5 -5
  72. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +5 -5
  73. data/vendor/local/share/doc/groonga/en/html/commands/load.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/commands/select.html +683 -162
  79. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/commands/status.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +170 -12
  82. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/commands.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  98. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +5 -5
  99. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/executables.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/expr.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/functions/now.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/functions.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/index.html +23 -16
  115. data/vendor/local/share/doc/groonga/en/html/indexing.html +95 -14
  116. data/vendor/local/share/doc/groonga/en/html/install.html +67 -37
  117. data/vendor/local/share/doc/groonga/en/html/limitations.html +9 -9
  118. data/vendor/local/share/doc/groonga/en/html/log.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/news.html +161 -25
  125. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  126. data/vendor/local/share/doc/groonga/en/html/output.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  131. data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
  132. data/vendor/local/share/doc/groonga/en/html/spec.html +13 -11
  133. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +33 -6
  134. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +33 -6
  135. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +37 -6
  137. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +293 -29
  142. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +340 -27
  144. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +282 -24
  147. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +524 -15
  148. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +103 -8
  149. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +128 -13
  150. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +155 -17
  151. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/type.html +5 -5
  154. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  155. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/select.txt +349 -109
  156. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +41 -10
  157. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +71 -0
  158. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
  159. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +154 -4
  160. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +21 -29
  161. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  162. data/vendor/local/share/doc/groonga/ja/html/command_version.html +5 -5
  163. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +5 -5
  164. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +5 -5
  165. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +5 -5
  166. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +5 -5
  167. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +5 -5
  168. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +5 -5
  169. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +5 -5
  170. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +5 -5
  171. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +5 -5
  172. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +5 -5
  173. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +5 -5
  174. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +5 -5
  175. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +5 -5
  176. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +5 -5
  177. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +5 -5
  178. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +601 -162
  179. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +5 -5
  180. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +5 -5
  181. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +170 -12
  182. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +5 -5
  183. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +5 -5
  184. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +5 -5
  185. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +5 -5
  186. data/vendor/local/share/doc/groonga/ja/html/commands.html +5 -5
  187. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  188. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  189. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  190. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  191. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  192. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  193. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  194. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  195. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  196. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  197. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  198. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +5 -5
  199. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +5 -5
  200. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +5 -5
  201. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +5 -5
  202. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +5 -5
  203. data/vendor/local/share/doc/groonga/ja/html/executables.html +5 -5
  204. data/vendor/local/share/doc/groonga/ja/html/expr.html +5 -5
  205. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +5 -5
  206. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +5 -5
  207. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +5 -5
  208. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +5 -5
  209. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +5 -5
  210. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +5 -5
  211. data/vendor/local/share/doc/groonga/ja/html/functions.html +5 -5
  212. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  213. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  214. data/vendor/local/share/doc/groonga/ja/html/index.html +23 -16
  215. data/vendor/local/share/doc/groonga/ja/html/indexing.html +95 -14
  216. data/vendor/local/share/doc/groonga/ja/html/install.html +66 -37
  217. data/vendor/local/share/doc/groonga/ja/html/limitations.html +9 -9
  218. data/vendor/local/share/doc/groonga/ja/html/log.html +5 -5
  219. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  220. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  221. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  222. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  223. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/news.html +147 -25
  225. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  226. data/vendor/local/share/doc/groonga/ja/html/output.html +5 -5
  227. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +5 -5
  228. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  229. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  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 +22 -22
  232. data/vendor/local/share/doc/groonga/ja/html/spec.html +13 -11
  233. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +33 -6
  234. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +33 -6
  235. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +37 -6
  237. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +292 -28
  242. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  243. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +340 -27
  244. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +282 -24
  247. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +524 -15
  248. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +103 -8
  249. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +128 -13
  250. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +155 -17
  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 +5 -5
  253. data/vendor/local/share/doc/groonga/ja/html/type.html +5 -5
  254. data/vendor/local/share/doc/groonga/source/commands/select.txt +349 -109
  255. data/vendor/local/share/doc/groonga/source/commands/suggest-completion.log +28 -1
  256. data/vendor/local/share/doc/groonga/source/commands/suggest-correction.log +28 -1
  257. data/vendor/local/share/doc/groonga/source/commands/suggest-learn-completion.log +1 -1
  258. data/vendor/local/share/doc/groonga/source/commands/suggest-learn-correction.log +1 -1
  259. data/vendor/local/share/doc/groonga/source/commands/suggest-learn-suggestion.log +1 -1
  260. data/vendor/local/share/doc/groonga/source/commands/suggest-mixed.log +74 -1
  261. data/vendor/local/share/doc/groonga/source/commands/suggest-suggestion.log +32 -1
  262. data/vendor/local/share/doc/groonga/source/conf.py +3 -3
  263. data/vendor/local/share/doc/groonga/source/example/completion-1.log +28 -1
  264. data/vendor/local/share/doc/groonga/source/example/correction-1.log +28 -1
  265. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +32 -1
  266. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +1 -1
  267. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +38 -3
  268. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +46 -4
  269. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +38 -3
  270. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +38 -3
  271. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +38 -3
  272. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +40 -3
  273. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +48 -3
  274. data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +6 -6
  275. data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +100 -3
  276. data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +5 -5
  277. data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +80 -2
  278. data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +75 -1
  279. data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +31 -4
  280. data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +38 -1
  281. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +7 -7
  282. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +132 -3
  283. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +6 -6
  284. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +132 -3
  285. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +32 -1
  286. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +95 -1
  287. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +32 -1
  288. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +32 -1
  289. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +86 -1
  290. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +32 -1
  291. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +70 -1
  292. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +51 -1
  293. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +55 -1
  294. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +34 -1
  295. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +18 -1
  296. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +80 -2
  297. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +34 -3
  298. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +89 -5
  299. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +8 -8
  300. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +66 -2
  301. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +76 -2
  302. data/vendor/local/share/doc/groonga/source/install.txt +41 -10
  303. data/vendor/local/share/doc/groonga/source/news.txt +71 -0
  304. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +1 -1
  305. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  306. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +1 -1
  307. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  308. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +1 -1
  309. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  310. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +1 -1
  311. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  312. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +1 -1
  313. data/vendor/local/share/groonga/html/admin/css/{admin.css → groonga-admin.css} +5 -4
  314. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  315. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  316. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  317. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  318. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  319. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  320. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  321. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  322. data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_ffd27a_256x240.png → redmond/images/ui-icons_217bc0_256x240.png} +0 -0
  323. data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_222222_256x240.png → redmond/images/ui-icons_2e83ff_256x240.png} +0 -0
  324. data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_228ef1_256x240.png → redmond/images/ui-icons_469bdd_256x240.png} +0 -0
  325. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  326. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  327. data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_ef8c08_256x240.png → redmond/images/ui-icons_d8e7f3_256x240.png} +0 -0
  328. data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  329. data/vendor/local/share/groonga/html/admin/css/{ui-lightness/jquery-ui-1.8.1.custom.css → redmond/jquery-ui-1.8.18.custom.css} +169 -90
  330. data/vendor/local/share/groonga/html/admin/images/groonga.svg +121 -0
  331. data/vendor/local/share/groonga/html/admin/index.html +44 -1145
  332. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +1354 -0
  333. data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +4 -0
  334. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +356 -0
  335. data/vendor/local/share/man/ja/man1/groonga.1 +2813 -331
  336. data/vendor/local/share/man/man1/groonga.1 +2898 -337
  337. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  338. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  339. metadata +988 -921
  340. data/test/groonga-test-utils.rb +0 -139
  341. data/test/run-test.rb +0 -60
  342. data/test/test-accessor.rb +0 -36
  343. data/test/test-array.rb +0 -123
  344. data/test/test-column.rb +0 -350
  345. data/test/test-command-select.rb +0 -147
  346. data/test/test-context.rb +0 -130
  347. data/test/test-database-dumper.rb +0 -259
  348. data/test/test-database.rb +0 -148
  349. data/test/test-double-array-trie.rb +0 -164
  350. data/test/test-encoding.rb +0 -33
  351. data/test/test-exception.rb +0 -96
  352. data/test/test-expression-builder.rb +0 -269
  353. data/test/test-expression.rb +0 -134
  354. data/test/test-fix-size-column.rb +0 -77
  355. data/test/test-gqtp.rb +0 -70
  356. data/test/test-hash.rb +0 -344
  357. data/test/test-index-column.rb +0 -180
  358. data/test/test-index-cursor.rb +0 -93
  359. data/test/test-logger.rb +0 -37
  360. data/test/test-pagination.rb +0 -249
  361. data/test/test-patricia-trie.rb +0 -415
  362. data/test/test-plugin.rb +0 -35
  363. data/test/test-procedure.rb +0 -37
  364. data/test/test-query-log.rb +0 -258
  365. data/test/test-record.rb +0 -569
  366. data/test/test-remote.rb +0 -63
  367. data/test/test-schema-create-table.rb +0 -267
  368. data/test/test-schema-dumper.rb +0 -235
  369. data/test/test-schema-type.rb +0 -208
  370. data/test/test-schema-view.rb +0 -90
  371. data/test/test-schema.rb +0 -886
  372. data/test/test-snippet.rb +0 -130
  373. data/test/test-table-cursor.rb +0 -187
  374. data/test/test-table-dumper.rb +0 -83
  375. data/test/test-table-offset-and-limit.rb +0 -100
  376. data/test/test-table-select-mecab.rb +0 -80
  377. data/test/test-table-select-normalize.rb +0 -57
  378. data/test/test-table-select-weight.rb +0 -123
  379. data/test/test-table-select.rb +0 -191
  380. data/test/test-table.rb +0 -675
  381. data/test/test-type.rb +0 -79
  382. data/test/test-variable-size-column.rb +0 -147
  383. data/test/test-variable.rb +0 -28
  384. data/test/test-vector-column.rb +0 -76
  385. data/test/test-version.rb +0 -61
  386. data/test/test-view.rb +0 -72
  387. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  388. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  389. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  390. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  391. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  392. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  393. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  394. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  395. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  396. data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  397. data/vendor/local/share/groonga/html/admin/js/jquery-1.4.2.min.js +0 -154
  398. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js +0 -756
@@ -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"],"--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"]})
1
+ Search.setIndex({objects:{"":{"--ftp":[17,0,1,"cmdoption--ftp"],"--dir":[17,0,1,"cmdoption--dir"],"--document-root":[14,0,1,"cmdoption--document-root"],"--cache-limit":[14,0,1,"cmdoption--cache-limit"],"-P":[0,0,1,"cmdoption-P"],"--pid-path":[14,0,1,"cmdoption--pid-path"],"-e":[14,0,1,"cmdoption-e"],"-d":[14,0,1,"cmdoption-d"],"-a":[14,0,1,"cmdoption-a"],"-c":[14,0,1,"cmdoption-c"],"-m":[0,0,1,"cmdoption-m"],"-l":[14,0,1,"cmdoption-l"],"-n":[14,0,1,"cmdoption-n"],"-i":[14,0,1,"cmdoption-i"],"-h":[14,0,1,"cmdoption-h"],"-t":[14,0,1,"cmdoption-t"],"-p":[14,0,1,"cmdoption-p"],"-s":[14,0,1,"cmdoption-s"],"--log-path":[14,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[14,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[17,0,1,"cmdoption--log-output-dir"],"--config-path":[14,0,1,"cmdoption--config-path"],"--query-log-path":[14,0,1,"cmdoption--query-log-path"],"--protocol":[14,0,1,"cmdoption--protocol"],"--bind-address":[14,0,1,"cmdoption--bind-address"],"--groonga":[17,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[37,14,22,65,75,44,39,86,68,61,82],EPEL:70,".status":17," thread":[56,17],"\u51fa\u6765":[36,41],localstatedir:[20,70],"\u3082\u3089\u3063":3,"\u578b\u304b":61,",\"suggest":[],prefix:[88,18,37,19,70],"\u3002scan":88,"-history":18,"\u6e1b\u3089":[40,64],"\"test":3,"\u3070\u308c\u308b":20," deb":40,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[14,85],"\u811a\u6ce8":[13,3,22,63,81,61,5],"\u6539\u826f":[2,25,20,90,40,18]," scan":88,"\u3002groonga":[3,83,68,8,28,47,58,55,29,23,40,41,86],spec:20,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[14,18,73,62,23],"\u79d2\u60c5":18,"_column":[31,74,26,17,79],"\"ab":4," InnoDB":68," Lynx":[31,70]," English":[28,53]," YOUR":18,"_left":[13,18]," GitHub":62,"\u304b\u305a\u3072\u3053\u3055\u3093":40," use":[84,28,62],editrc:18,"void":40," stamp":56,"\u4e0d\u6b63":[18,2,20,88],"\u30d0\u30c3\u30d5\u30a1ID":84,"\u6b63\u5e38":17,"\u3066\u307f\u307e\u3057\u3087":39,"\u300cOffGao":89,"\nfact":[],"\u30b9\u30ab\u30e9":12,"_sel":25,MAP:18,"\u53c2\u7167\u5143":44," ToyBox":44,"\u30df\u30b9":29,"\u3054\u7528\u5fc3":40,"\u932f\u8aa4":68,"=pat":40,"\u5408\u8a08":[38,84,17],"\u5b9f\u6570":61,"\nrecords":[],"\u6761\u4ef6\u5f0f":[31,59],"\u6700\u9577":[18,8,17],starttime:[83,23,55],"GET\u30e1\u30bd\u30c3\u30c9":85,"\u7c21\u5358":[38,3,55,28],"_snip":40," threads":56,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":19,"\u5c3a\u5ea6":68,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":20," searches":[],"-repository":[40,70],"/Fedora":[40,20],"\u7b2c\u4e00":3,"\u3044\u304f\u3064\u304b":[37,8,28,53,79,88]," column":[44,15,39,3,19],"\u79d2x":[],"[http":40,"\u89e3\u9664":[14,2,71,80]," specifying":[],"\u9006\u9806":3,"\u4f5c\u3089\u308c":17," install":[0,17,70,40,10,88],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":18,"\u4e00\u8a9e":38,"\"cache":[]," CUTTER":88,"[2":14,"\u5236\u9650":[35,31,26,20,17,55,18,61],"\u3002\u30df\u30ea":44," domain":[7,67],"\u5230\u9054":35,"\u65e5\u672c\u6e2c":[],selected:[],"\u6210\u529f":[6,57,3,65,8,43,76,80,58,55,81,48,82],"\u4e8b\u524d":[38,4],zunda:18," relative":[],Visual:18,"\u30b7\u30f3\u30dc\u30eb":[8,58],"\u505c\u6b62":[14,32,86],net:67,"\u683c\u7d0d":[36,37,3,51,67,14,68,27,15,9,74,44,58,79,89,18,61,12],"-e":14,"\u4e8c\u3064":[74,86,17],args:14,Synonym:51,"\u7fbd\u7530":89,"\u578b\u3068\u3057\u3066":61,"-d":[14,55],"\u306f\u3044\u3051":76," has":[25,56,16],"\u5fdc\u3058":[22,17,68],"& ":[38,39,37,74,70],"\u9069\u7528":[3,28],"\u3002output":73,"\u30af\u30a8\u30ea\u30ed\u30b0":[18,64,45,29],china:67,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":33,"&&":28,GRN:[37,18,20,28,40],"const":40,"\u300cComments":89,"\u4e0e\u3048":[37,3,67,14,75,38,55],Alert:56,".ddl":17,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":18," option":56,"\u305a\u306b":8,"_key":[2,3,19,67,89,28,39,79],"\u79cb\u8449":39,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[70,17],"\u4e2d\u8eab":[3,17],"\u5f62\u614b":[68,8,70],"_output":[43,67,28]," cleared":40,":port":[14,85],"\u5411\u4e0a":18," data":23,serch:[19,64],"\u7ffb\u8a33":[47,62],"\u63a8\u79fb":86,"\u300c$":28,"-n":[14,18,3],"\u300c\"":14,"\u300c#":[89,20],"\"sound":64,"\u300c.":[],"\u300c,":73,"9f":23," options":[],"-YYY":62,"\u8aad\u307f\u3084\u3059\u3044":40,total:[84,17],"\u5ea6\u6d6e":61," fact":[]," Blog":41,"\u624b\u9806":45,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[47,37],"\u592a\u90ce":36,noarch:70,"\u975e\u63a8":[18,63],Reported:40,"\u304a\u3063\u3055\u3093":89,typo:18,ip:17,TABLE:[20,8,3,9,72],"[pkg":[18,40],type:[36,3,19,67,64,44,89,17,39,58,45,29,41,12,72],"\"n":[],"\u30d6\u30ed\u30b0":[89,41,15],"\u30df\u30ea":[44,18,39,61],"_LIBRARY":70,"\u6709\u529b":19," opened":56,"-s":[14,55],autogen:[40,62],"\u52d5\u753b":36,Entries:[73,28],"\nweight":[],"\u4e0b\u304c\u308a":38,"'Site":[],"_register":90,"(pos":[13,63,5],EMERG:[65,82],"-bind":[14,18,40],"_command":[23,3,55],"\u30fb\u5186":68,Normally:[],"\u7518\u6817":89,"\u3042\u3089\u304b\u3058\u3081":61,"\u6709\u52b9":[14,68,8,75,28,44,17,70,40,18,55],"\u62bc\u3057":3,"\u7f6e\u304d\u63db\u3048":[14,62],"\u4ee5\u4e0a":[37,3,19,14,28,17,61,88,62],mm:56,Text:[61,28],"\u4e00\u6b69":[],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":17,"\u62bc\u3059":[3,62]," matched":[],"\u30a2\u30fc\u30ab\u30a4\u30d6":62,"GeoPoint\u9593":18,"\u30c0\u30f3\u30d7":[40,20]," done":[],"_EXPR":37,"\u300c_":[],"\u306b\u95a2\u3057":[37,17],"\u5316\u6642":18,"\u304c\u3063":41,"-> ":20,JavaScript:[31,39,85,55,30],updated:38,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[2,71],"\u63a8\u5968":[40,55,86],"\u4e92\u63db":[85,86],"2Gbyte":[]," pdf":10,"\u4e0b\u66f8\u304d":27,LF:0,"\u3002Debian":88,end:0,LC:62,eng:[29,19],"\u540d\u524d":[71,3,26,73,63,75,52,17,76,40,5,6,31,32,33,8,9,79,83,34,58,84,81,60,61,12,62,13,14,65,0,82,57,39,85,86,18,80,19,22,20,43,90,69,89,48]," chunk":84,travel:89,"\u53ef\u80fd":[31,84,37,3,19,36,14,68,86,8,74,17,38,39,85,28,79,72,18,88,51]," Geodetic":61,"\u30d7\u30ed\u30bb\u30b9":[84,3,14,68,0,17,83,86,33],"\nworks":56,"\nomitted":[],config:[2,86],"-lines":18,"\u30b4\u30df":[18,20,84],"\u7d42\u4e86":[14,33,20,17,55,86]," title":[44,36,41,3,55],description:[89,74],less:37,"_plugins":18,"\u30b9\u30fc\u30d7":74," HTML":[],"\ndebug":[65,82],lat:17,"\"@":[]," hobby":56,"_title":[41,3,17],types:[29,64,19,45],"\u63fa\u308c":51,"\u305d\u306e\u5f8c":42,"=$":62,".tar":62,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[44,31,51,30,89],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":20,"\u5c0f\u3055\u3044":[37,63,90,28,5],"\u56fa\u5b9a\u9577":20,">#{":56,"\u901a\u5e38":[44,61,3,79,28],"\uff08TokenMecab":38,"\u5272\u308a\u5f53\u3066":20,"\u500b\u5b9a":66,"\u30e6\u30fc\u30b6":[37,3,51,64,22,8,17,58,45,29,61,4],"\u3069\u3053":18,"\u4e88\u5b9a":[7,18,86],"\u3042\u305f\u308a":[18,20],"\u643a\u5e2f":68,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":68,"\u7acb\u3061\u4e0a\u3052":17," smaller":56,"\u5358\u4e00":58," url":73,"\u305f\u304f":[18,4,28,62],"\u305f\u304b":[18,28,64],"\u30d1\u30c8\u30ea\u30b7\u30a2":[31,74,3,72,8,28,30],"/plugins":20,Debug:56,japan:[55,67],"\u305f\u3044":[36,3,67,44,7,45,28,14,17,70,29,18,41,61,55],gqtp:[31,14,66,0,17,55,40,47,30],"\u6d6e\u52d5":44," PostgreSQL":68," google":[],"\u9ad8\u5ea6":[22,28],LongText:61,"\u8fd4\u3057":[13,37,3,19,64,83,63,28,34,69,45,29,60,4,5],"\u8fd4\u3055":[19,84,75,52,28,86],"\u305f\u3073":[39,86,17],"\u6574\u6570":[44,61,52,79,69]," type":58," message":[41,82],"\u3002grntest":17," speed":4,"-version":[20,86],"\u8f9e\u691c":18," support":25,"\u30d7\u30ed\u30c8\u30b3\u30eb":[31,68,0,17,55,40,30],"\u30ab\u30c6\u30b4\u30ea":28,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":17,"\u3082\u3063\u3068\u3082":88,"\u300coutput":85,"\u691c\u8a0e":38,"\u8a8d\u8a3c":55,"\u8fd4\u5024":[8,73,63,75,52,28,76,5,6,32,33,71,9,34,58,84,81,60,12,82,13,83,65,57,85,80,19,43,69,48],"\u5168\u3066":[61,41,15,28,62],"\u3072\u3089":29,"_select":[18,47,37,28,22],"\ncustomized":56,"\u4e0d\u5177\u5408":40,"\u7d44\u307f\u8fbc\u3093":[68,8],"\u56de\u6570":40,"\u691c\u8a3c":0,"(point":[13,63,5],"\u6771\u4eac":[38,89,39,74],"2\u3064":[1,3,89,28,45,41,60]," go":15,API:[37,22,20,90,40,18]," words":[],each:[29,64,19,45],PROGRESS:56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[31,2,3,36,84,12,41,30],"_$":19,"_\"":18,"\u30ec\u30d9\u30eb":[14,65,82],serach:64,searc:29,"\u30d1\u30b9":[3,14,90,20,0,17,85,55,18],"\u3059\u3067\u306b":52,"\u3002\uff08":[27,64,84,20,74,45,29,18,61,62],"\u3002\uff09":[2,27,64,20,74,45,18,62],"_DAT":[18,8]," clang":88,"\nbe":[]," contain":[],"\" ":[3,51,38,28,44,39,17,23,61],"\u3050\u308b\u3093\u3057\u304d":22,"\u3068\u3068":[7,62],"\nrecord":[],TokenBigramSplitSymbolAlphaDigit:[38,64],"\u30ed\u30b0\u30d1\u30b9":20," Tracking":1,msgpack:23," porting":25,realtime:45,".deb":[],"\u3068\u3059\u3079\u3066":28,"\u5207\u308a":[18,33],"\u30da\u30a2":[29,64,4,45],content:[15,28],rf:70,moritapo:36,rc:56," above":[],"\u90e8\u5206":[38,37,74,88],"\".":67,"[macports":18,"\u77ed\u3044":[89,20],GCC:40,SYNOPSTIS:16," section":[],"/\uff09":20,"_tp":0,"\uff01\uff08":62,"\u77ed\u304f":[68,15],".name":[84,89],free:20,"\u5909\u5316":68," html":[10,62]," editor":62,"\u305f\u308a":[22,8,52,68,47,61],"\u305f\u3089":[29,20,28,62],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":12,"\u8996\u899a":68,"\u305f\u3081":[3,51,73,74,53,54,55,40,29,5,44,68,8,38,59,72,62,36,37,64,14,84,0,39,17,18,88,89,22,63,28,70,45,47],"\u30eb\u30fc\u30eb":20,"\u307e\u308d\u3086\u304d":72,"\u771f\u507d":[44,61],"\u30eb\u30fc\u30d7":20,libedit:[18,2,20,40],"\u5f31\u70b9":68,"\u63a5\u8fd1":37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":20,filter:[36,74,38,89,20,43,28,76,39,40]," text":73,"\"ni":29,"\u8fd4\u308a":[39,28],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[44,31,68],TIME:56,"\u6709\u7121":44,"\u30eb\u30fc\u30c8":18," You":[]," must":[],"\u57fa\u70b9":28,"|COMPRESS":12,"\u304a\u304b\u3057":20,"><":23,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[68,17],"\u53ef\u5909":[18,71],"_INDEXER":40,Notification:56,"\"BLT":73,Please:[],"2\u5104":35,"\u304a\u3055\u307e\u308b":39,"_next":20," processed":56,"> ":[36,25,3,51,67,44,90,15,28,39,55,40,41,72]," brew":70,"\u6607\u964d":[8,28],"1\u884c":17," status":23,"\u30b5\u30dd\u30fc\u30c8":[2,27,44,68,20,15,17,55,23,18,40,61,86]," escalation":[],"\u540c\u4e00":[74,51,8,28,58,17,79,41,86]," one":[]," shows":[],top:[13,18]," Synonym":51,"_obj":[18,37,40],"\u4f7f\u308f":[18,59,28,29],"\u533a\u5207\u3089":18,"\u533a\u5207\u308a":[3,19,67,14,75,73,0,28,68,44,45,23,61],"\u533a\u5207\u308b":20," mysql":25,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[14,85],"\u898b\u306a\u3055":28,"(Windows":17,Search:[],"\u63a2\u7d22":68,"\u5358\u4f4d":[74,3,68,20,63,28,18,61,5],"_clear":18,"\u5b57\u5217":[18,61],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":84,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[14,43,28],".com":[3,67,44,39,55,40,62],">n":23,Oracle:18,"\u5358\u4f53":[68,17],"\u3069\u3061\u3089\u304b":[],"\u5f79\u5272":3,nsubrecs:[36,67,89],"\u7121\u99c4":68,".json":23,"\u30b9\u30bf\u30a4\u30eb":14,ELAPSED:[23,56],See:[],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[88,31,55,30],"\u30bd\u30b1\u30c3\u30c8":[8,73,75,52,76,6,32,33,71,9,80,58,81,12,82,83,84,57,40,65,43,48],"(location":[36,39,89],"\u69cb\u9020":[68,22,37,36]," sphinx":10," license":25,"\u30a8\u30e9\u30fc":[6,2,57,65,86,8,43,28,76,80,58,81,70,40,18,48,82],Query:[31,56,26],SSSSSS:56,"\u30d6\u30fc\u30eb":[44,61],Animation:36,"\u5834\u5408":[2,71,3,51,73,74,75,52,17,76,55,4,5,6,57,8,38,80,58,83,84,81,61,62,35,36,37,64,14,0,15,39,85,28,18,41,19,67,82,65,20,43,63,69,70,89,23,48,86],"\u3002grn":[22,37],"\u5f93\u3063":[8,85,28],"\u304b\u3069\u3046":38,"\n<":23,latency:17,"\n>":[36,3,19,67,44,15,28,39,55,72,41,51],"\u5f8c\u8005":39,"\u4e00\u89a7":[31,77,26,36,14,84,38,89]," and":[47,25,56,28],",\\\"":75,ifexists:75,"\u8ff0\u3079":3,"/run":14,"\u591a\u9762":68,"\n-":[80,76],point2:63,"\u4ed5\u69d8":[31,19,44,20,85,86,40,11],"\n(":[23,56],"-port":[14,17],They:56,"_distance":[36,2,26,31,63,77,39,18,60],"\n%":[14,73,55,70,40,18,88,62]," any":[],"\n ":[36,84,89,83,19,64,38,43,15,9,28,44,51,17,45,72,29,41,12,55],"\u5f93\u3046":20,"\n\"":[23,17],"\n#":[14,10,17],"\n]":[29,73,64,75,45]," index":[36,41],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":14,"\u69d8\u3005":[22,39,37,47,88],"/share":[14,18],"\n[":[8,3,51,73,75,52,17,55,29,72,44,57,71,38,80,58,84,82,36,64,14,65,15,39,28,41,19,67,89,43,45,23],Tweets:15,"') ":14,"\u7d22\u7528":[31,3,30],"\u3044\u307e\u305b":[22,27,19,70],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":62,"\u3084\u3059\u3044":2,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":84,"\u7701\u7565":[3,14,63,75,28,44,55,17,69,29,5],contain:37,"\u4f7f\u3063":[1,36,37,3,51,64,38,84,74,63,28,44,39,55,70,59,40,47,61,4,62],"\u3072\u3068\u3064":60,"\u30b5\u30b8\u30a7\u30b9\u30c8":[31,19,78,20,16,40,18,4],"\n}":37,"\u540c\u68b1":[40,20,62],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":88,radious:5,"\n{":[83,75,17],doc:[7,16,62],Float:[44,63,61],".GitHub":62,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[29,64,90,45],"\u767a\u751f":[38,68,2],"\u56fa\u5b9a":[8,3],"\u4f7f\u3048":[18,70,28],"\u4f7f\u3046":[2,73,27,17,55,40,29,4,44,61,37,64,38,28,18,41,19,22,20,7,45,23],"\u30ed\u30fc\u30c9":[31,3,14,68,20,75,89,18,30],"\n`":[6,8,57,65,71,43,52,76,80,58,84,81,48,82],"\na":56,"\ngeo":63," task":[],"\u8003\u3048":[68,3],Fedora:[18,20,70,31],"\u30ec\u30b3\u30fc\u30c9":[3,51,27,75,28,76,18,30,72,31,44,8,9,79,38,61,35,36,37,14,15,39,40,89,19,67,22,20,43,68],"\u306a\u304a\u3053\u306e":17,"\u6210\u308a\u7acb\u3063":37," adv":40,"\u8a9e\u610f":54,"\u307f\u306a\u3055":37,"\u65e5\u672c\u8a9e":[1,38,68,40,29,62],"\u8ffd\u52a0":[2,8,3,72,75,28,54,18,4,30,31,44,57,79,38,58,62,36,37,14,15,40,41,67,68,20,43,90,47]," X":[31,20,70],"\nrequest":56,"\u5ea6\u8868":20,"\u5206\u3051":[31,74],"\"\u308d\u3086\u304d":[],"\u5c0f\u6570":[44,18,39,61,28],"\u6c42\u307e\u308a":68," \u3057\u3044":[38,74],submit:[29,64,19,45],ellipsoid:63," GPL":25,grnslap:[49,31,0,26],"\u72ec\u81ea":[44,68,0],naoina:40,specify:62," enhanced":25,"? ":[],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":37,nanoseconds:56,rectangle:63,"-frequency":18,"do":17," candidate":19,"-enable":20,df:[]," Ventry":57,"\u3055\u3089\u306b":[36,3,89,86,68,4],de:62,db:[18,71,80,17]," disabled":56,"\u30ea\u30af\u30a8\u30b9\u30c8":[8,73,75,52,76,6,32,33,71,9,80,81,84,58,12,82,83,65,0,57,85,43,48],"\u8fd1\u4f3c":[18,63,5]," also":28," KEY":3,"_limit":[31,2,67,26,43,42,28,52],"\u5019\u88dc":[29,64,4,19],None:16,"\u8ab0\u304b":47,"\u91cd\u307f":[38,31,41,30,28],"[libedit":18,"\u8ab0\u304c":89," Binary":61,"\u91cd\u3044":68,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[31,42,26,20,85,86]," counts":[],"\u3064\u304b":90,"\u5171\u8d77":[29,64,45],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[31,74,64,38,90,20,28,24,40,18,45],"\u91cd\u304f":38,"_index":[89,28],"\u7d50\u679c":[3,51,73,74,28,24,29,30,31,79,37,64,38,45,39,85,17,18,41,88,89,67,22,20,68],"\u30ec\u30b3\u30fc\u30c9ID":[44,76],"\u5411\u3051":[31,47,37,46],"`${":62," five":3,"-per":18,"\u623b\u308a":40," IndexBlog":41,"\nload":73,",\"location":[36,39],"\u591a\u304f":[3,44,14,22,28,38,18],"\u5e83\u304f":89,"[linux":40,"\u591a\u3044":38," this":3,"\nnot":[],"< t1":37,nul:18,result:37,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":74," first":28,"-commnad":86,"<port":[14,17],"\u67d4\u8edf":[22,68],"\u6a5f\u80fd":[31,2,27,19,78,45,14,22,20,17,68,64,37,51,28,29,18,40,89,4,55],"(Cutter":88,"\u5206\u304b\u3061":68,"\u4e8c\u3064\u76ee":37,"\u4e88\u7d04":[8,58],"\u3002status":[],"\nwithout":[],score:[36,37,3,19,64,38,89,28,39,45,29],":\u5024":59," datails":[],"\u304b\u304e\u308a":17,"\u5bbf\u99c5":89,"\u56db\u6368":18,"\u7bc4\u56f2":[13,27,3,31,38,68,86,8,28,44,79,89,30,5],Advanced:[],".grn":73,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":37,"_CHECK":88," information":62,"\u611f\u3058":89,"\u30de\u30af\u30ed":18,"_geo":18," It":[],"\u3044\u305a\u308c":[61,86,79]," groonga":[3,56,14,68,73,28,55,70,40,18,41,62],"\u3092\u901a\u3057":[14,3],"_get":[18,40],"\u30b5\u30fc\u30d0\u30fc":[18,40,23],COMMAND:3,"\u59cb\u307e\u308b":[29,58,4,17,79],"_NORMALIZE":[25,3,51,38,89,8,15,9,28,41],"\u534a\u5f84":5,"\u5373\u6642":[31,68],"\u539f\u99c5":39,packages:[70,62]," If":[],"\u3092\u901a\u3058":39," Names":62,"\u30e2\u30cb\u30bf\u30fc":70,"\u884c\u6307\u5411":68,Log:[31,56,26],"\u69cb\u3044":[29,62],"\u3068\u3057\u307e\u3057\u3087":41,country:[55,67],"0x":[44,40,61],Supported:[],"\u30e9\u30f3\u30c0\u30e0":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[20,85],"\u66f8\u304d\u8fbc\u3093":89,"\u30ab\u30bf\u30ab\u30ca":[29,19],"|PERSISTENT":[9,12],"\u4e00\u4ef6":76,"\u4e09\u7a2e":55,"\u975e\u308f\u304b\u3061":[38,74],com:[66,67]," with":[84,56],"\u540c\u69d8":[36,37,44,27,28,39,17,55]," https":62,"\u591a\u91cd":0,abbreviate:75,"\u5931\u6557":[18,20,3],"\u5f8c\u304b\u3089":73,"\u7d4c\u7def":[44,39,61],"/ja":62,"\u4fdd\u5b58":[31,36,14,89,27,44,39,61,30],"\u62bd\u51fa":40,"\u6709\u76ca":68,"\u95a2\u6570":[6,13,2,20,26,31,22,8,63,77,39,34,69,37,40,60,88,5],path:[14,9,12]," formats":56,diff:17," Senna":[40,25]," following":56," my":28,"\u52a0\u3048":[44,37,72],"\uff13\u3064":61,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":17," Gothic":10,"\u7b49\u3057\u3044":[22,37],"_local":[73,17],"\u3068\u3044\u3051":29," four":[3,56],"\u7b49\u3057\u304f":37," period":[40,25]," some":56," {\"":[15,19],"\u3068\u3044\u3046":[3,51,74,17,55,29,44,10,61,62,36,64,38,84,66,39,85,28,18,88,89,19,67,22,68,23,86],JSON:[3,19,20,75,23,18],daijiro:89,")\u300d":14,"\u3082\u3059\u3079":22,"_blog":41,"\u8d77\u6e90":44," array":84,")\u3002":76,"{TIME":56,"\u7528\u3044":[6,31,2,89,3,88,36,38,68,63,28,39,85,55,18,10,41,30,5],"\u95a2\u4fc2\u5f0f":[47,37],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[19,14,84,73,28,89],"'needle":37,"-help":14,"\u30ab\u30f3\u30de":[75,73,3,67,28],worker:66,"\u65b0\u305f":37,"\u62ec\u3089":28,CMake:40,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[36,67,31,89,28,18,61,30],applied:25,"\u554f\u984c":[2,3,44,84,20,17,90,40,18,62],NAME:[3,55,16],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[31,53],Process:[31,56,26],"\u7528\u3044\u308b":[36,3,44,68,54,39,55],"\u3069\u3093":[9,12],zlib:[18,20,40],"_message":41,"\u7528\u9014":[68,70,28],"\u305a\u3064":[14,89,41,17],near:37,"\u3069\u308c":28,"\u5165\u529b":[2,8,3,51,73,75,52,17,76,55,40,29,4,6,32,33,71,9,83,80,58,84,81,12,82,64,14,65,0,57,18,19,22,43,45,48],tasukuchan:89,"_set":40,TokenMecab:[38,8,74],"\u6700\u3082":[84,28],"\u30d0\u30c3\u30d5\u30a1":84,"[solaris":40,"\u4ee3\u8868":68,"\u79d2\u6570":[44,83,61,28,89],"\u6709\u9650":28,is:[44,56,62],it:56,"\u5f62\u5f0f":[2,71,3,26,73,63,75,17,76,40,5,6,31,44,57,8,9,83,34,58,84,81,60,61,12,82,13,37,14,65,0,39,85,28,18,41,80,19,22,43,69,23,48]," can":[56,62],il:[38,74],io:25,"\u53d6\u5f97":[36,3,67,31,64,52,28,70,45,29,30],ia:[38,74],"\"}":[36,19,67,64,44,75,15,39,45,72,29,41,51],id:[36,3,19,67,64,14,73,15,9,28,76,38,39,55,45,72,29,41,79,12,51],"if":37,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":18,TokenBigramIgnoreBlank:38," remained":56,"1\u4ef6":[38,89,76],"_rectangle":[13,2,26,31,20,77,39,18],suggest:[31,42,19,26,64,20,18,29,4,45],make:[0,88,70,62],"\u4f8b\u3048":[36,19,67,64,14,74,15,28,54,38,17,45,29,41,4,72],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":37,"\u9069\u3057":[68,15],"-dataset":[49,31,19,26,64,16,90],"\u30df\u30ea\u79d2":[39,61],"\u7121\u8996":[14,73,20,76,38,40,18],"\"]":[36,3,67,14,89,73,9,38,39,12],"\"_":[36,3,51,67,38,73,75,28,44,39,41,72],"\u3002rst":10,"\u5fdc\u7528":68,"\u3069\u3046":[6,2,57,38,65,8,43,28,76,80,58,81,40,48,82]," Kazuhiko":[],"\"'":[38,74,28],"\u30e2\u30fc\u30c9":[85,37,3,55],"\"\"":[40,61],"\"#":18,"\",":[3,51,73,75,17,55,29,72,44,9,38,12,36,64,14,84,15,39,28,41,19,67,89,45],"\"-":18,"\u306b\u3088\u3063\u3066":[3,38,22,28,44,79,68,88,86],"\"/":[14,39],"\")":[13,63,36,22,8,28,39,60]," should":[],"_or":5,"\u5f15\u7528":14," Masahiro":20,".groonga":[70,17,62],"\">":23,"\"?":23,normalization:[],"\";":17," hash":89,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[38,74,64],"\u72b6\u614b":[3,14,68,20,0,28,38,83,70,84,40],"\u3055\u307e\u3056\u307e\u306a":[31,39,30,89],DB:[37,3,14,9,17,40],"\"\n":[36,19,64,44,89,45,15,28,51,17,29,72,23,41,55],options:[14,0,16,17],MATSUU:20,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[58,79],"\u3084\u3059\u304f":20,"\u58ca\u308c\u308b":[18,2,20],"\u30c4\u30fc\u30eb":[31,14,0,85,55,10,30,62],the:[7,25],"IP\u30a2\u30c9\u30ec\u30b9":[],"\u304b\u3089":[2,3,51,73,27,75,17,68,55,40,29,4,5,44,38,83,59,61,62,37,64,14,0,66,15,39,28,18,76,89,19,22,20,63,69,70,45,47,86],protocol:[14,23,85,55],"_score":[3,19,89,28,39,79,18],"||":[41,37]," environment":[],"_tags":[36,89],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":88,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":17,"_ctx":[18,40],"\u3002load":[],"-admin":40,yes:[19,88],Maverick:18,"\u5f8c\u65b9":[31,37,72,8,74,30],note:63,"\u89e3\u50cf":20,keyserver:40,candidate:19,"\u9806\u6b21":[14,0,3,55,28]," Markus":[],defrag:[31,2,71,42,26],help:[18,88],"\u306f\u3059\u3079\u3066":[3,28],".scr":17,Elapsed:56,"\u6e80\u8db3":[],"-Point":61,"_selector":[14,31,42,43,26],easy:10,"\u30de\u30c3\u30c1":[2,37,38,28,59,18],News:[40,25],"5f":17,"5a":3,"\u8fd4\u5374":[28,3,9,12],"5c":[],"_close":[18,37],"\u7d4c\u5ea6":[31,44,89,39,68,61],"_ADDRESS":55,"\u8ad6\u7406\u7a4d":59,"|>":56,"\u9001\u308b":62,"|:":56,"|'":[],"| ":[38,39,56,28],"\nrep":17,"\u6539\u540d":[18,40],Kawaji:40,advanced:25,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":27,"\u30ed\u30c3\u30af":[14,18,2,71,80],">command":23,"\u4eee\u60f3":[39,8,67]," means":56,"\u307e\u3068\u3081\u308b":59,universe:70,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[14,28],"/Linux":[18,70,31],"\u30d4\u30ea\u30aa\u30c9":[8,58]," others":[],"_expr":[31,37,26,13,22,63,43,28,76,34,69,75,47,60,5]," report":47,"\"engine":[29,64,45],"\u6b63\u3057\u3044":[4,64],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[31,55,30]," request":62,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":89,centos:40,"\u307e\u3068\u3081\u3066":[44,68,8,28],"_BUT":37,"_db":[40,20,90],"_str":89,"\u3080\u3044\u3061\u3083\u3044":89,"\u5358\u8a9e":[3,89,28,54,40,41,4],"\u4f7f\u7528":[2,3,51,74,75,17,76,55,44,8,38,58,83,59,61,37,14,84,85,28,40,22,20,70,89,86],"\u3002prefix":[],"\u73fe\u4ee3":68,"\u5217\u6319":3,".zip":62,"\nExecuted":55,"\u9001\u3063":[7,47,62],"_table":[37,22,20,17,40,18,47],bottom:[13,18],"_right":[13,18],"\u30fbOR":39,"_lock":18,tasuku:25," result":41," design":[],".sourceforge":53,"-command":[20,86],localhost:[18,0,17,23],"-threads":14," mechanism":[],"\u7a0b\u5ea6":[18,3],"\u30c7\u30d5\u30a9\u30eb\u30c8":[2,3,74,75,17,55,40,63,5,6,44,8,38,59,61,37,14,0,15,28,18,19,67,20,43,23,86],"\u53c2\u8003":[3,19,28,62]," since":56,"\u3001\u300c":[36,2,14,89,74,38,29],"\u5b8c\u5168":[37,51,38,8,74,28,58],"\u304c\u308f\u304b\u308a":89,"\u6b63\u78ba":[44,83,3],"\u30b5\u30fc\u30d3\u30b9":[49,31,85,26,68],IndexBlog:41,post:[]," HTTP":[49,31,26,68,85,23],"\u3067\u3082\u3046":1," username":36,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[86,17],obj:84," shopping":15,"\u30c1\u30a7\u30c3\u30af":[84,20,0,17,40,18],"/squeeze":[],"\u6709\u7528":3,"\"text":18,"\u5224\u5b9a":39,"(GET":0,"_columns":[31,3,19,67,36,38,43,20,15,28,44,39,56,89,41,30,51],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":3,"\u7d44\u307f\u7acb\u3066\u308b":22,"\u3068\u306a\u308a":55,Use:[14,47]," last":89,"\u7d20\u89e3":[68,8],"[[":[36,3,19,67,44,14,15,9,28,38,39,72,41,12,51],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":9,".title":44,"\u306a\u3055\u3093":47,"\nlevel":56,Critical:56,"_size":37,"\u6700\u521d":[18,3,28]," RAND":69," Term":[8,58,51],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[14,3,28],"\u9023\u7d9a":[38,74,64],support:25," correction":64," number":[14,17],approximate:[63,5],"_open":[18,20],"\u30d0\u30fc\u30b8\u30e7\u30f3":[2,3,20,90,86,40,18],"\u5927\u6587":28,"\u5b89\u5168":55," examples":[],editor:62,"[test":40,Ubuntu:[31,20,70,40,18,88],cdbs:18,"\u6291\u3048":38,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":62,"_body":[38,58,51],fork:[14,62]," TokenBigram":[3,51,38,89,8,15,28,41],head:0,"\u969b\u3057":28,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":76,TokenUnigram:8," make":[10,88,70],",\u3000":17,TokenBigramSplitSymbol:[38,20],"_animal":44,"`` ":63," ftb":25,"\u96a3\u63a5":68,"[\n":[36,15,51,28,72],"true":[2,8,3,51,36,65,28,76,72,6,44,57,80,58,81,5,61,82,13,75,15,39,41,67,43,48],"\u5fa9\u65e7":40,"\u57f7\u7b46":[41,27,54],"\u691c\u7d22\u4f8b":[47,37],"\u9032\u6570":84," power":[],"\u5165\u308b":[9,12],"\u5165\u308a":[3,67,89,9,55,12],grroonga:4,"\u5426\u5b9a":37,GeoPoint:[13,2,63,67,36,44,89,20,39,55,61,5],"[#":[18,40],"[\"":[36,3,19,67,44,84,9,39,12]," friends":36,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[31,74,68,8,70,40],"\u53ef\u5909\u9577":8,"\u30e1\u30c3\u30bb\u30fc\u30b8":[89,86],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[3,64,38,74,70,45,18],"\u5185\u8a33":38,"delete":[31,2,26,20,42,76,18],"\u6587\u5b57":[2,3,51,36,74,75,28,40,29,5,44,8,60,61,82,13,37,64,14,39,18,41,89,67,22,63,68],"\u30c6\u30ad\u30b9\u30c8":[20,17,62],"\u3002sortby":28,"\u306e\u304b":[89,74],"\u8abf\u3079\u308b":[13,5],"\u6c7a\u3081\u308b":37,Variety:36,Introduction:47," flags":58,"\u306e\u3044":[37,14,22,65,75,39,86,68,61,82]," MeCab":68,"\u3088\u30fc":89,score1:37,"\u53d7\u3051":[22,66,3,55,40],"' ":[36,25,56,38,89,8,28,44,39,61],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":40,"'-":14,"',":[],"'*":[],"')":[14,0,28],"'(":[14,75],"\u30a8\u30c7\u30a3\u30bf":62,"\u305f\u304b\u3063":64,"\u306e\u306b":[38,31,24]," Takahiro":20,no:[25,19,28],"\u306e\u3061":28,"\u306e\u3067":[3,38,68,74,44,85,40,18,62],"\u4ed5\u65b9":[47,62],"_CODE":56,"\u914d\u5217":[36,20,3,44,84,8,74,9,37,58,89,18,12],Microsecond:56,"\u3002\u307e\u305f":[37,3,72,64,14,22,8,0,17,44,39,85,55,68,61,86],"_TABLE":18,test:[3,44,9,17,12,88],saerch:[19,64],TokenMeCab:74,"'\n":[36,3,38,15,28,39],"\u5c5e\u6027":[90,8,58,9,12],"\u305f\u3081\u3057":39,groogna:40,"'t":40,"'s":[15,56,28,62],"_touch":20," seven":3,Windows:[18,70,17,31],"'|":[],"\u3089\u308c\u308b":[40,37,74,68],VALUE:[3,55],"\u88dc\u3046":68,"\u547d\u4ee4":[14,17],"\u964d\u9806":[67,3,19,28],scorer:[31,36,43,28,39,30],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[14,20,17,40,18,88,62],"\u305b\u308b":[22,37,85,88,68],"'n":14,"'m":15,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":51,"\u305b\u308c":68,"\u6bb5\u843d":58,"_count":[83,23,3,55]," complete":[29,19],"/COMMAND":55," columns":[],"'_":[75,28]," TABLE":[36,3,51,67,38,89,73,8,15,28,44,41,72],"\u6765\u307e\u3057":89,pseudo:[31,79,26],"\u6539\u5584":[18,2,40],"_offset":[43,67,28],Second:56," json":[23,75],"\u5165\u529b\u30df\u30b9":64,"_memory":40,time:[44,29,64,19,45],"/Ubuntu":40,"\u9069\u5207":[68,20,3,17],"\u304a\u3053\u306a\u3063":3,"\u6307\u3057":[44,22],":/":[36,3,67,14,73,0,44,39,85,55,70,23,62],"\u53cd\u6620":[68,37],"\u81ea\u52d5\u7684":17,Title:[]," always":[],TEXT:[23,40]," required":[],": ":[2,3,51,75,28,24,29,31,44,9,38,59,61,12,35,37,64,14,0,39,85,86,18,20,45],":!":59,"-prefix":70,"/debian":70,":<":59,trigram:8,":>":59,"\u30d2\u30c3\u30c8":[37,51,38,89,74,15,28,29,72],"::":23," uninstall":[]," Umemoto":18," load":[15,3,19],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[31,55,30],"\u7aef\u672b":68," all":56,":\n":55,"<threshold":14,"\u795e\u5948\u5ddd":89,"\u3064\u3065\u3044":89," sudo":[40,88,70]," installed":[],"\u4e00\u822c":[68,3,28,59],Standard:61,"\u3068\u3059\u3050":15,"/Functions":88,"(ptr":20," #":[89,20,90,62],"_MAX":69,"\u30d7\u30ed\u30bb\u30b9ID":55,"\u524a\u9664":[2,14,68,20,79,76,81,40,18,48],Let:15,"\u30bb\u30c3\u30b7\u30e7\u30f3":[14,33],Day:56,"*BSD":[18,20],"/LZO":20,supported:25,string:[60,37],groonga:[49,1,2,25,3,51,26,36,73,27,75,52,53,54,55,40,29,81,74,4,30,5,6,31,32,56,44,33,8,9,79,38,89,34,58,83,84,72,10,60,61,12,62,35,13,37,64,14,0,66,15,82,57,68,39,85,17,63,18,41,76,88,78,80,19,67,90,71,65,20,43,28,69,70,45,23,47,48,46,16,86],"\u8a2d\u6a02":18,"\u5341\u4e00":74,"\nrequests":56,"\nescalation":[],"\u304a\u6c17":89,"-root":[14,20,85],"\u306b\u3088\u3063":[8,3,51,73,74,75,52,28,68,55,6,32,44,57,71,9,83,80,58,84,81,12,82,36,37,14,65,66,0,85,86,76,67,22,43,33,48]," character":56,enqueue:66,"\u4e0a\u91ce":20,VERSION:17,"[php":40,"_MESSAGES":62," yes":0,"\u3084\u3081":18,exact:37,".body":[80,71,51,12]," \u3002":38,"\u72b6\u6cc1":[38,68],"\u30b9\u30af\u30ea\u30d7\u30c8":[31,90,20,28,21,17,40,11],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":64,"\u6e08\u307f":[64,8,75,58,29,18,61,4],level:[65,82],"\u3068\u3057\u3066":[3,27,75,17,54,55,40,29,4,44,8,79,38,60,61,62,36,37,64,14,74,39,28,18,87,88,19,68,20,63,70,86],"\u8208\u5473":68,":@":[36,3,72,44,89,55,59],"-escalation":[14,38,20,28],"\"\u3086\u304d":[],":\\":75,item:[29,64,19,45],"\u4e0d\u6574\u5408":2,Tag:36,":[":17,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":84,"\u8ad6\u7406\u548c":[37,59],"\u4ed8\u4e0e":[36,3,72,8,17,39,79,41],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":40," whether":[],"\u305f\u3055\u3093":[18,2],"\u3002ifexists":75,",\n>":[36,19,67,39,72,41,51],"\u7d50\u3073\u3064\u304f":66,"\u63db\u6642":18,"\u6f14\u7b97\u5b50":[31,37,22,20,28,59],"=)\n":37," Baseball":36,"-dev":[18,88,53,40],"\u5bfe\u8c61":[71,3,51,73,74,75,28,18,30,31,8,80,58,59,81,12,62,36,37,38,66,0,86,40,41,88,89,19,22,43,70,68,48]," commit":62," PatPrefix":72,"\u79d2\u8868":[38,44,39],"\u6c42\u3081\u308b":[68,63,5],substitute:[],">alloc":23,Fork:62,column:[2,3,51,26,17,40,29,72,31,44,8,58,81,12,36,37,64,14,15,28,18,41,42,89,19,67,22,20,45,48],"[munin":18,"\u5024\u306a\u3057":40,Form:3,"\u7d4c\u904e":[44,18,61,83,86],"\u30bf\u30d6":23,"\u4ed8\u304d":[31,8,3,19,36,44,20,45,29,27,61,30],"\u30d5\u30a1\u30bb\u30c3\u30c8":28," syntax":[],"/natty":[],mv:6,Imagine:[],"\u30c8\u30e2":36,"_FOR":37,"'='":14,"3\u3064":[44,3,88,28]," indexes":[],"\u30d1\u30c3\u30b1\u30fc\u30b8":[49,20,86,70,40,18],".\" ":55,"\u4f8b\u3068\u3057\u3066":44,"\u751f\u3058":[6,8,65,57,43,76,80,58,81,48,82],"[deb":[18,40],Good:15," two":56,"\u6e2c\u4f4d":68,"\u30bf\u30b0":[36,31,89,20,18,30],"\u540d\u4e00\u89a7":12," morning":15,"\u4f75\u305b":3,baseball:41,"\u9ad8\u6a5f":[68,37],WGS:[13,67,36,44,63,39,55,18,61,5]," MyISAM":68,"\u96c6\u5408":8,Changes:25,"\u6700\u5927":[35,2,14,20,52,28,17,18,69],MBytes:17,"-MM":56,"= \u5024":59,"\u89e3\u6790":[18,47,8,88]," string":60,"-mode":62,"\u3002Tag":36,"\u4e26\u5217":17,MM:56,"\u63d0\u4f9b":[49,37,68,20,86,70,40,18,4],"\u4e3b\u30ad\u30fc":[31,8,3,51,67,36,44,20,75,9,28,76,79,61,30,72],"\u3068\u3059\u308c":68,"_version":[3,85,86,23,18,55],example:[36,3,67,44,39,55],queue:66,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[38,28],"[suggest":40,User:36,"\u8a2d\u5b9a":[90,2,14,65,20,75,52,28,79,70,40,88,82]," threasd":14,"\u8b66\u544a":[40,20,86],"\u9006\u306b":36,"\u3002offset":28,".db":[14,3,9,12,55],"_DB\u30d5\u30e9\u30b0":18," definition":[],"` ":23,cache:[31,2,3,26,42,28,52,55,23]," level":[14,65,56,82]," Users":[89,73],"\u3002table":8,"-leak":20,"\u521d\u671f":[18,20,68],"\u30ea\u30f3\u30af":[44,40]," \u3044b":[38,74]," server":[],"'haystack":37,"_delete":18,"\u6587\u5b57\u5217":[31,89,3,51,67,44,22,8,75,28,76,59,40,60,61,30],Emacs:62,"/main":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[14,37],"\u7d71\u5408":68," entry":[58,43],"\u4e88\u3081":[14,61]," Table":14,"\uff08Romaji":29," related":[],or:22,"\u4e21\u8005":39,"-check":[18,20]," sequence":56,"\u5916\u90e8":66,"-src":70,"\u672c\u5bb6":70,"\uff08World":61," ERROR":82,"\u30d5\u30a9\u30ed\u30fc":89,https:62,"-libevent":40,msg:66,bill:[38,74],"\u5e74\u9f62":68,"\u306a\u3089":[37,64,14,33,17,83,86,29,88],"\u3060\u3063":[38,40,86],"``":[6,71,2,8,83,57,65,20,43,52,76,80,58,84,81,48,63,82],"\u591a\u69d8":68,"\u5b9f\u73fe":[31,37,3,68,46,47],Default:19,"\u8ee2\u7f6e":[31,3,36,68,8,58,40],Required:[],"_concurrency":0,"-each":18,"\u6e80\u305f":[22,39,37,89],Time:[38,89,44,34,18,61]," Yamaguchi":18,"\u305d\u3053\u306b":[9,12]," version":[23,25],"\u30bb\u30c3\u30c8":[71,37,74,80],"po\u30d5\u30a1\u30a4\u30eb":62,"_plugin":[18,90],"\u5bfe\u591a":[]," returned":[],"\u3001'":[51,14,28,44,39,61],"\u3060\u3044":18,DATABASE:16,"\u884c\u308f":[36,0,28,17],"\u30b8\u30aa\u30b5\u30fc\u30c1":[18,36,30,31],"_PREFIX":20,"\u660e\u793a":[14,29,70,17],",\"test":3,"\u542b\u307e\u308c":[68,74],"\u3060\u3051":[37,38,15,28,44,70,40,18,62],values:75,"\u8fd1\u3044":0,JSONP:18,",\"http":44,"\nnotice":[65,82],"\u8fd1\u304f":[68,27]," on":[25,62],"\u5f85\u3061\u53d7\u3051":[],"\u30fb\u30b5\u30fc\u30d0":3,"\u884c\u3063":[39,88,67]," of":[62,84,25,19,56]," Lucid":[31,70],",\n":[36,19,84,73,15,9,28,51,17,89,72,41,12,55],define:[14,31,42,43,26],"_AND":37,sample:[],"\uff11\u3064":66,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u5897\u3084\u3059":88,"/rpmforge":70,Issue:1,YOUR:62," }\n":[89,55],"\u6a19\u6e96":[2,8,3,73,75,52,76,55,6,32,33,71,9,83,80,58,84,81,12,82,14,65,0,57,85,86,40,43,48],"\u884c\u3046":[36,8,72,67,20,0,28,39,40,41,74,88],"\u884c\u3044":[36,37,3,67,14,89,74,0,28,38,17,41],":true":72,Terms:[38,84,3],", ":[1,25,3,51,36,63,75,17,29,5,56,9,38,60,61,12,13,37,64,14,84,39,85,28,40,19,68,20,45,47,86]," variables":[],"_INDEX":[36,25,3,51,38,89,20,15,28,58,41],Shinya:40,"\u884c\u3048":[3,88],"\u30d2\u30e5\u30d9\u30cb":[63,5],write:[40,28]," extract":56,query:[3,72,74,28,55,29,51,56,44,36,37,64,38,15,39,41,89,19,22,43,90,45],"\u30d0\u30a4\u30c8":[18,20,61,40],"\u76f8\u5f53":[39,3],"\u8fd1\u508d":22,"\u8a9e\u53e5":36,map:18,Tomita:20,"\u518d\u8aad":6,max:[3,84,0,52,17,55,23,69],clone:[47,62],value:[8,9],date:17,",_":[36,3,19,67,89,39],"\u6b20\u70b9":68,"\u3069\u3061\u3089":[1,41,3,4,51],",[":[38,39,3,67],"<groonga":17,".ubuntu":40,"\u3001:":17,"/dictionary":20,"\u8fd4\u3059\u304b":19,ss:56," but":[],Format:56,"/javascript":18,"\u3002limit":28,"\u7d22\u5f15":[31,2,8,3,38,68,20,74,44,37,70],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[18,20],"\u30b0\u30eb\u30fc\u30d7":[68,67,28,79],"_values":18,sa:[19,64],"\"starttime":[23,3],EXACT:37,",{":[23,3,17],se:29,"\u5e02\u5185":27,"\u304b\u308f\u308a":38,Raccoon:36,"\u540c\u3058\u6570":14,"=\"":[23,28],"_init":[18,56],".\n":[40,73,17],"\u82f1\u8a9e":[1,18,62],"\u9ad8\u901f":[36,2,27,3,14,68,8,63,37,18,5],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":2,"\"\"]":[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":73,Grease:44,"\u542b\u307e\u308c\u308b":[37,3,44,14,68,38],"=/":[14,88,70],"\u30a2\u30c9\u30ec\u30b9":[14,18,55,17],"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":20,"/fedora":70,"_VIEW":8," just":[15,56,16],Similar:[],"\u56f2\u307f":14,"\u4e0a\u66f8\u304d":39,"-libedit":20,"\u7e70\u308a\u8fd4\u3057":[17,62],"\u3092\u3054\u89a7\u304f":68,"\u3002gdb":88," at":[25,56],"\u5272\u308a":[44,9,12],"\u78ba\u5b9a":19,"\u56de\u7e70\u308a":17,"\u7d44\u307f\u5408\u308f":[22,37,68]," ${":62,"\u3042\u308b":[71,3,72,36,73,27,75,52,17,76,55,40,29,63,5,6,32,44,33,8,9,83,34,58,84,81,60,61,12,62,13,37,64,38,65,0,82,57,39,85,28,18,41,80,19,68,20,43,69,89,48,86],RK:29,"_PUSH":37,"float":[],"-alloc":83," firefox":62," sjis":14,"\u542b\u3081\u308b":[18,3,40],"\u3053\u308c":[59,37,67,44,7,68,45,15,28,89,38,39,64,29,41,18,40,74,4,62]," Japanese":53,records:56,"\u6ce8\u76ee":28,"\"version":23,"&..":55,not:[22,37],now:[31,77,34,26]," checks":[],"\u3086\u304d":72,"\u3059\u306a\u308f\u3061":44," description":[89,74,28],"\u53d6\u3063":[],name:[36,3,72,67,14,84,8,43,9,44,39,58,89,81,41,12],"\u500b\u3005":[38,37,86],Simple:[]," operators":[],"\u7570\u5e38":[84,17],"_dat":[18,40],"_dataset":90,"[@":[18,40]," link":44,"\nof":[],"\u8aad\u307f\u8fbc\u3081\u308b":73,"\u534a\u7121":18,el:70,domain:[14,67,9,12,55],en:[29,19],"\u30b5\u30fc\u30d0\u30fcID":18," Terms":[38,84,3,28],"\u306f\u3058\u3081":[31,19,78,86,4,62],"\u4e26\u3079":[31,3,30],"\u53d6\u308b":22,ea:56,"\u6700\u5f8c":[38,40,20,17,44]," expand":[],"\u3002query":28,"\u5b9f\u4f8b":[31,47,37,46],"\u624b\u6bb5":37,"\u30d1\u30fc\u30b9":[18,22]," Entries":[73,28],"\u70b9\u6570":44,"\u4e00\u77ed":68,"\uff1f\u3000":17,"\u6642\u9593":[3,44,68,20,15,28,17,89,18,61],"\u7a7a\u304d":84,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":81,Added:[],"\u6642\u4ee3":68,Welcome:28,"\u518d\u69cb":18,"\"search":[29,64,45],"\"type":19,"-default":[14,40],"\u3065\u3051":86,correct:[19,64],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":68,END:23,"_content":28," segments":84,KBytes:17,"\u89e3\u91c8":[73,20,37],"\u56f2\u3080":3,"_string":88,org:[55,67],"byte":17,"\u7d20\u65b9":68,"/pub":70,"\u62ec\u5f27":[75,28],"\u7d50\u5408\u5f0f":59,"\u30b3\u30fc\u30c9":62,"\u4e8b\u9805":[35,31,61,26,17],Money:36,"[windows":[18,40],Karmic:88,"\u6b21\u90ce":36," key":[],"\u30db\u30b9\u30c8":[14,18,0,55,17],yum:[40,70],"-host":17,Installer:[31,70],"] [":17,".gz\u30d5\u30a1\u30a4\u30eb":70,"\u7d44\u307f\u5408\u308f\u305b\u308b":59,"\u30d9\u30af\u30bf\u30fc":[18,61],"\u3078\u3068":55,"\u3078\u306e":44,"\u7a2e\u5225":12," country":67,"\u30dd\u30fc\u30c8":[14,23,0,55,17],There:[],"\u8a71\u3057":47,"\u4e00\u610f":[14,8,58,79],"\u5909\u66f4":[31,2,3,19,38,84,20,52,17,24,23,18,40,79,86]," LOCALE":62,"1C":[],"\u305f\u3069\u308b":36,fast:28,"\nscripts":[],"\u81ea\u5df1\u7d39":89,"\u9078\u3073":4,message:[41,82],".'":[8,58],"\u9078\u3076":68," TokenMecab":38,size:84,"\u53d6\u308a\u9664\u304d":37,truncation:18,SET:17,"\u7d5e\u8fbc":[31,39,30],"\u8907\u96d1":[37,28],"\u914d\u7f6e":3,COLUMN:[44,58,3,12],"\nalso":[],"\u5bfe\u7b56":[38,31,24],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[22,63],"\u5411\u3044":28,SEE:16,"\uff08.":70,">\n<":23,"\uff08,":3,"\uff08-":3,"\"sphr":[63,5],SEN:25,"\uff08 ":27,"\u30bd\u30fc\u30c8\u30ad\u30fc":[2,19,28],Debian:[18,40,88,70,31],"\u5f53\u3066\u308b":44,"_preparer":[29,64,19,45],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":68,"\u3044\u308c":44,HASH:[],"\u3044\u308b":[2,71,3,27,75,17,76,55,40,29,74,4,6,31,32,44,78,8,9,38,80,58,59,81,12,62,36,37,64,14,84,15,39,85,28,18,41,88,89,22,20,90,70,68,48]," engine":[64,45,4,19],"_HUGETLB":18,"#'":14," selected":[]," Solaris":18," logged":56,"\u300ctitle":[],"\u30d1\u30a4\u30d7":[8,58],github:62,"\u62e1\u5f35":[18,51,30,28,31],"\u30a8\u30f3\u30c8\u30ea":28,"\u8fd4\u4fe1\u5143":89,"\u5c0f\u3055\u304f":[63,15,5],"\uff08@":[18,20],"\u8fd4\u4fe1\u5148":89,"\u30d5\u30a9\u30fc\u30e0":[22,59],"\u306b\u5bfe\u8c61":18,"11":[38,39,28],"10":[3,17],Precise:[31,70],"\u652f\u63f4":4,"\u540c\u6642":[68,39,66,17,86],"-httpd":[18,4,16],"16":39,"\"\u4e8c":29," nonexistent":[],"\u3002ID":8,"/gat":[39,3,67],"\n..":73," implementing":[],"\u5229\u7528\u4f8b":68,"\u5404\u547d":17,"\u6e2c\u5b9a":17,"\u7cfb\u5ea7":[13,63,5]," indexed":[],browser:62,and:22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":35,"\u3044\u304d":3," name":[44,89,73,8,43,28,58,81]," \u307e\u305f":[23,28,17],CORE:17,"\u3044\u3046":28,DD:56,"\u4e16\u754c":[13,44,63,39,61,5],Sites:73,sae:[19,64],"\u4e21\u65b9":[89,72,68,15,28,59,29],"\u30b3\u30f3\u30d1\u30a4\u30eb":40,"\u30b3\u30f3\u30d1\u30a4\u30e9":18,"\"application":18,"/ubuntu":70,"_circle":[36,77,26,31,89,39,18,5],"\u53b3\u5bc6":29,"\u30ea\u30b9\u30c8":[36,3,14,27,75,9,28,12,62],Web:[2,28,59],engin:[29,19],"\u591a\u5f69":68,"\u914d\u5e03":70," dump":[18,73],"\u3044\u3066":28,"\u5ea6\u5408\u3044":38,"\u3044\u3064":29,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[1,31,47]," inv":17," the":[56,62],"-with":[40,70,28],"\u30d5\u30e9\u30b0":[6,2,57,3,72,44,65,8,43,54,84,80,58,81,40,76,18,48,82],"@naoina":40," operation":[]," objname":[71,80],".ne":25,"[[\"":84,"\u5fdc\u7b54":68," LD":[]," LC":62,ongaeshi:20,"_suggest":90,buffer:84,price:44,"\u5148\u982d":3,debhelper:18,"\u5c0e\u5165":[10,86,88]," Comments":[89,73],beta:25,"\u306b\u3064\u3044\u3066":[49,71,3,73,74,75,52,28,54,29,89,63,5,6,32,44,33,8,9,83,34,58,84,81,60,61,12,82,13,37,64,14,65,57,86,18,76,42,80,19,68,43,69,45,47,48]," moritars":41,"\u30a4\u30f3\u30dd\u30fc\u30c8":40,pair:[29,64,19,45]," main":70,"\u81a8\u5927":68,"\"saerch":64,"_NUMBER":55,"_STAMP":56,"\uff09:":[74,70],Bigram:[38,89,74],"\u79fb\u52d5":[6,7,18],"\u4e2d\u65ad":18,"\u7ba1\u7406":[31,2,74,14,84,8,85,55,40,18,30],MeCab:[18,2,20,70,40],"\u30b9\u30da\u30fc\u30b9":[18,28],"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[36,50,3,67,31,44,78,39,18,30],"\u4e00\u81f4":[31,37,3,19,38,89,8,74,28,90,59,72,29,30,51],"**":82,"\uff09 ":[18,20],"\u30b5\u30fc\u30d0":[57,73,75,52,17,76,55,6,31,32,33,71,9,83,80,58,84,81,12,82,14,65,85,18,68,43,8,70,48],"\u3066\u304f":88,"\u539f\u56e0":[38,31,24,17],precise:70,"\u9589\u3058":18,"\u5217\u8981":8,show:2,"\u5ea6y":61,"\u76f4\u4e0b":18,"\u65b0\u5bbf\u99c5":39,"\u3057\u304b":[44,41,28,62],"\u9ad8\u307e\u3063":68,Comments:89,"\u4ef6\u6570":[3,38,74,75,52,28,79],"#SET":17,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[31,7,20,17,46,18,10,40,87,47,62],"\u5217\u6307\u5411":[14,68],"\"#\"":17," popular":[],threshold:18," found":[]," requests":62," contact":62,"\u3002weight":44,"\u77ed\u6642\u9593":68,xml:[23,85,40],"\u3002Time":89,"\u6982\u5ff5":86,"\u5024\u3088\u308a":[37,28],"\u30bf\u30a4\u30c8\u30eb":[44,36,41,28],title:[36,3,67,44,55,41]," LocalNames":73,"\u89e3\u6c7a":[18,84],"\u306a\u3093":86,"\u306a\u308c":86,"\u305f\u3057":36,"_ADJUST":37,"\u306a\u308a":[8,3,51,63,75,17,55,29,5,44,71,79,38,80,58,59,72,10,61,36,64,14,15,39,85,28,18,41,19,68,89,23,86],"\u306a\u308b":[2,8,3,51,73,63,17,5,44,57,71,38,80,58,61,62,13,37,14,15,28,68,20,90,70,45],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":40,MessagePack:[18,40,23],"\u4e00\u6642":8,"-server":[14,18,40],wheezy:70,get:18,"\u5f53\u8a72":86,"-setuptools":10,"((x":61,clang:88," ALSO":16,"=\u5024":[],"\u5f8c\u8ff0":37,"\u51fa\u305b\u308b":68,"1\u6708":[44,61,28],"\uff11\u5bfe":66,geo:[13,2,63,26,31,89,36,20,77,39,40,18,5],For:53,"\u8a73\u7d30":[3,38,28,85,17,61,88,62]," Web":[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":28,summary:17,":')":[8,58]," scores":[],"[:":55," wget":[],"\u300c\u697d\u3057\u3044":74,"\"string":[],"\u76f4\u63a5":[22,73,89]," \uff08":[29,64,45],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":20," lenny":18,"IP\u307e\u305f":[],Sending:62,sear:29,"# ":[14,63,62],"\u884c\u756a":18,"*'":28,"\u7a7a\u767d":[3,14,68,8,75,28,38,45],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[89,2]," similar":[],"\u8b58\u5225\u5b50":22," become":25,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":18,"(scan":88,"\u8a18\u6cd5":41,"\u70b9\u4ee5\u4e0b":44,"<gqtp":17,"\u306a\u305f\u3081":[],".content":[15,28],"\u77ed\u7e2e":75,"-threashold":[38,20],"\u8fd4\u3063":89," arg":37," are":[56,62]," zero":[],"\u30bf\u30a4\u30d7":[18,17],"\u5229\u7528":[3,73,74,28,29,30,31,44,38,61,62,27,64,14,39,85,17,18,88,68,63,70,45],"\u3053\u3053":[3,19,38,89,28,44,39,51],"\u4f9d\u5b58":[22,40],jobs:17,"\u5206\u985e":44," ShortText":[36,3,51,67,38,89,73,8,15,28,44,58,17,41,72],"3cf":3,"\u30ed\u30fc\u30de":29,"\u3057\u3088":[37,44,15,75,76,18],"#{":56,"\u672a\u8a2d":40,"\u3088\u3063\u3066":[39,27,61,54],"\u306a\u3069":[3,74,17,54,55,29,6,44,68,61,62,37,64,38,84,15,28,18,89,27,22,70,45,86],Each:56," target":[],"\u306a\u3067":29," difference":[],"\u306a\u3063":[84,20,3,38,68,8,28,44,55,40,18,41,89,88,86]," be":56,"\u5206\u5272":[18,8,3,74,68],"@tomotaka":18,"/hoge":14,"\u306a\u3059":13,"\u306a\u3055":[8,85,69,28],"\u8fd4\u3059":[2,57,51,65,52,17,76,6,71,80,83,34,58,81,82,14,39,18,19,20,43,8,48],"\u30b3\u30ed\u30f3":[8,58],"\u306a\u3052":51,nogpgcheck:40,"\u3002gqtp":[0,55],"\u306a\u304f":[2,27,3,51,44,68,20,17,40,18,47],"_otoj":88,"-unauthenticated":70,"#]":81,"\u306a\u3044":[2,3,73,27,17,40,29,74,4,44,8,38,83,59,61,35,84,37,64,14,0,66,15,85,28,18,88,19,68,20,90,70,23,86],"\u306a\u3046":89,"[,":5," by":[40,56]," records":[],"\u6b21\u56de":86,"-mecab":70,"\u4e00\u822c\u7684":[],"\u975e\u4f9d":70,FSF:40,"\u30fb\u5168":43,"\u5404\u7d22":3,"-groonga":17,"\u306a\u306b":29,"/WGS":39," rewrited":25,"/wheezy":[],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":74,"\u76f8\u5bfe":[18,28],"} ":[56,62],"\u30b9\u30ad\u30fc\u30de":[73,15,28],"\u5f15\u304d\u51fa\u3059":68,"}/":62,"}.":28,curl:40,"\u3002http":[],".select":17,"\u8868\u8a18":[44,18,39,61,51]," followee":89," Time":[38,44,17,89],"\u524d\u5f8c":[14,3],"\u3002callback":37,"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":14,ja:62,"\u5468\u4e0a":5,"<encoding":14," follower":89,Updated:[],"\u5f15\u6570":[2,71,3,73,63,75,52,17,76,55,5,6,32,44,33,8,9,83,80,58,84,81,60,12,82,13,37,14,65,0,57,85,28,22,43,69,48,86],"\u4ee3\u308f\u308a":[14,63,55,76],Bug:47,"\u4e0b\u3055\u3044":[40,70],"'ja":62,engine:[29,19,45],"\u306a\u305c":[29,64],enable:[83,20],"\u3057\u3066":[1,36,3,38,89,20,28,10,88,62],"[admin":[18,40],"\u5b57\u5c0f":28,"/vdw":[39,3,67],"_tokenizer":[3,51,38,89,8,15,28,17,41],"\nstarted":[]," res":17," [\"":[19,38,84,9,89,12],"\u6607\u9806":[39,3,28],"\u5b9f\u884c":[49,71,3,26,73,75,52,17,76,55,40,29,6,31,32,56,33,8,9,79,83,80,58,84,81,12,62,37,64,14,65,82,57,39,85,28,18,88,19,68,43,90,70,45,47,48,86],UInt:[36,3,51,67,38,20,15,9,28,39,55,41,61,12,72],"\u5165\u3063":[29,41,3,88,36],begin:0,"\u6240\u5b9a":[38,74],"=yes":[40,88,28],Mitsuhiro:20,ruby:40,sound:64," fork":62,"\u30bb\u30df\u30b3\u30ed\u30f3":17,"\u304a\u3051\u308b":[35,36,3,44,68,61]," configure":[38,40],"}]":[44,23,75,3,17],"\u4e0d\u5b8c\u5168":18,"\u9032\u3093":68,"\u30b7\u30b0\u30ca\u30eb":18," allocation":[],"\u7406\u89e3":[3,28],"\u3002filter":[39,76],QUERY:56,"?table":55," Shimada":20,"'\"":40,"\u57fa\u672c":[31,3,38,68,74,44,30],"\u306a\u3057":[64,44,8,15,76,86,70,61,5],score2:37,"[grntest":18,"\u3002DB":[18,37,3,55]," many":16,"\u4e0d\u5909":79,"\u8af8\u6761":35,"\u5fc5\u8981":[2,3,51,75,17,55,40,29,4,8,10,62,37,64,38,15,85,28,18,88,68,20,70,45],"\u578bn":28,"\"This":3,Content:18,"|')":[8,58],"\u305f\u3068\u3048":38," Yuki":18,"'.":62,saerc:[19,64],"\u3002squeeze":88,"-document":14,IEEE:61,"\u633f\u5165":[14,3],"\nSUFFIX":37,"\u8f9e\u66f8":[38,2,20],"\u3059\u3063\u3071\u3044":51,develop:86,"\u8aad\u307f\u51fa\u3057":68,"\u91cf\u8a08":2,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":76,"\u3054\u89a7\u304f":[3,88],html:[10,47,88,62],"<path":14," once":[],"-dir":17,"\u516c\u5f0f":[18,70],"\u3002\u3044\u307e":40,"\u5206\u5c90":88,"\u3002\u3044":37,favorited:89,"_at":[38,40,20],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[31,15,26],"\u306a\u304a":74," xml":23,"0\u30d9\u30fc\u30b9":28,IP:[55,17],".po\u30d5\u30a1\u30a4\u30eb":[47,62],"\u4ee5\u4e0b":[3,73,27,75,17,55,29,4,5,44,8,9,38,58,59,10,61,12,62,35,36,84,37,64,14,65,74,39,85,28,18,88,89,19,67,22,63,70,45,23,82],IT:36,"\u7b49\u4fa1":[20,28],"\u4e26\u3073\u66ff\u3048":[],"\u53c2\u7167":[31,2,19,67,36,38,68,20,28,44,85,17,89,18,61,30],"\u4e00\u884c":[14,20,17],favorites:89,IN:25,"\u3059\u3079\u304d":37,"-origin":[],"\u5b9f\u88c5":[18,85,28,62],"\u3079\u3066":28,montywi:40,ID:[8,3,56,14,84,20,9,44,12]," added":25," hit":[],"\u305d\u3057\u3066":[44,29,89,68],"\u653e\u68c4":75,It:[56,28],"\u5217\u8868":61,"\u3059\u3079\u3066":[42,3,20,28,17,18,86],"\u53d6\u308a\u51fa\u3057":[8,3],"\u300chsiomaneki":89,In:[],"\u53d6\u308a\u51fa\u3059":[44,22,20,37],"[geo":18,If:56,"/unit":88,"\u56db\u89d2":27,"(x":[],"\u6771\u4eac\u90fd":[38,89,74],"\u4f5c\u6210\u6e08":14,"\u5927\u898f\u6a21":68,"\u3002\u3059\u3079\u3066":[88,62],"\u30af\u30a8\u30ea\u30da\u30a2":4,gdb:88,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[14,20,85],BOM:20,"\u3088\u304b\u3063":38,"\u5171\u6709":[68,31,53,36],"\u5b9f\u7a3c":0,".dll":17,"\u30ab\u30e9\u30e0":[2,71,3,51,26,27,75,28,68,40,29,4,30,72,31,44,8,79,38,80,58,59,81,61,12,36,64,14,15,39,18,41,89,19,67,22,20,43,45,48],speed:4,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[31,55,30],"\u3046\u3061\u3044":14,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":83,"\u3002none":14,"(_":[29,64,19,45],"/false":[44,2],"\u3002\u307e\u305a":38,"(R":17,"\u30d1\u30e9\u30e1\u30fc\u30bf":[31,3,51,67,22,74,0,28,76,39,55,89,18,41,30,86],"_extract":25,"\u4f4e\u3044":[38,28]," indicates":56,"\u5ea7\u6a19":[13,63,89,27,18,5],blog:[],"\u56f0\u96e3":68,"\u63a2\u3057":[68,17],Uint:[60,3],"\u9577\u65b9\u5f62":18,"_HASH":[36,3,67,44,89,73,8,15,9,28,41],"_syntax":[],"\u30ad\u30fc":[8,3,14,20,28,79,40,61],"\u5f37\u5236":2,TokenTrigram:8,"\u6c4e\u7528":[14,17],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[68,18,31],"\u542b\u3080":[37,3,19,22,66,8,0,28,58,89,41,74],"_SECTION":[89,41,58],"(<":37,"(=":[8,37],"DB\u30d1\u30b9":[],"\u8a00\u3048":38,"\u5c55\u958b\u7528":18," non":[],"\u697d\u3057":[38,74],Mecab:40,"\u542b\u3093":[37,64,44,28,59,4],"((":[],"()":[13,2,37,22,20,63,90,39,34,69,40,18,47,60,5],"\u8d8a\u3048":38,"(,":[]," music":56,"(\"":[14,3,28],"\u4f1d\u7d71":68,"( ":[14,59],"(!":37,TODO:[50,51,16,21,28,59],"('":[3,14,8,75,28,58,79]," Yoji":18,"\u3068\u304a\u308a":[35,17]," then":[]," them":[],"\u9069\u5b9c":51," format":[23,25,56,62],ill:74,Kenichi:[18,20]," very":28,"\u3002'":28,"\u5207\u308a\u6368\u3066":44,"\u95a2\u308f\u3089":17,Warning:56,"\u4f4e\u901f":67,"\u9650\u308a":[74,38,8,75,79,37],output:[36,3,19,38,89,20,43,28,44,39,85,40,23,56],"8\u3064":17,"\u5c5e\u3059\u308b":[61,9]," datasets":16,"\u5b9f\u9a13":[18,40],"\nPREFIX":37,LocalNames:73,conditional:19,"_SUCCESS":[56,28],"\u30b7\u30b9\u30c6\u30e0":[1,31,68,15,89,18,30],"\u5de6\u53f3":3,"},":[36,3,51,89,15,28,17,72],"_VECTOR":[44,36,58,89],"\u30ec\u30b9\u30dd\u30f3\u30b9":18," page":[],"\u671f\u5f85":68,"\u30d5\u30a9\u30f3\u30c8":10,"\u985e\u7d39":38," command":[40,55,16,86],truncate:18,"\u307e\u307e\u3067":38,confirm:62,"\nfulltext":[],"\u30c7\u30fc\u30bf":[2,3,72,26,73,27,75,28,68,40,29,4,30,31,44,61,36,37,64,38,15,18,89,19,22,20,70,45],"\u65b0\u5bbf":39," cd":62,automake:20,"\u9234\u6728":40,"\u30de\u30b7\u30f3":14,"@uzulla":18,"& _":39,mooz:18,Ruby:[40,25,68],"\u542b\u307e":[37,3,74,75,9,70,45,12]," check":88,"\u7a7a\u6587":61," binary":[23,68],"\u8a18\u4e8b":15,Term:[8,58,9],"\u5168\u6587\u691c\u7d22":59," Float":44,"-suggest":[49,31,19,26,64,20,16,90,18,4],"\u306f\u3044":44," CODE":23,"\n{\"":[29,64,45],SiteDomain:[55,67],"\u597d\u304d":62,"; ":[14,17],"\u306f\u305a":17,"-static":18,"\u542b\u3080\u5024":[14,3],"CPU\u30b3\u30a2":14," schema":16,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":17,"\"s":29,"_OP":37,"\u306f\u3069":28,"_OR":[37,55],"\u66f8\u304d\u5f8c":74,"\u5ec3\u6b62":86,"_escalation":[20,28],"\u30e6\u30fc\u30b6\u30fc":[36,89]," condition":[],"\u306f\u307f":47,"_itoh":18,"\u304b\u3048\u308b":67,";\n":17,Katakana:29,CUTTER:88,"\u5f8c\u4e8c":86,"@soundkitchen":18,"\u3082\u3061\u308d\u3093":17,"/admin":[14,18],"-Type":18,"/null":2,"\u884c\u76ee":17,"\u9ed2\u3044\u70b9":27,"\u30aa\u30d5\u30bb\u30c3\u30c8":19,"\u8abf\u6574":38,"\u5c0f\u6570\u70b9":44,"\u53f3\u4e0b":[13,2],"\u53f3\u4e0a":2,"\u30c1\u30e3\u30f3\u30af":84,"=title":55," kana":[29,64,19,45],"\u30a8\u30ed":89," recrods":[]," []":12,"\u8a55\u4fa1":37,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":88,log:[6,31,42,56,26,14,65,18,82],NO:2,"\u306a\u304c\u3089":[40,3,28,68],"\ndeb":70,"\n``":[83,84],"\u591a\u5be1":22,"\u53d7\u3051\u53d6\u308a":[37,3],"\u30e9\u30f3\u30ad\u30f3\u30b0":3,"\u77e5\u8b58":17," mode":37,"\u63d0\u6848":[31,19,78,20,40,18,4,45],"d\u30ad\u30fc":3,"/modules":20,"/query":[],",\"This":3,"\u3082\u3046":[41,60,15,63],"\nCRIT":[65,82],"\u30aa\u30fc\u30d7\u30f3":18,complete:[29,40,4,19]," retrieving":[],"/configure":70,"\nare":[],"\u3082\u3057":[28,17],"\u534a\u89d2":3,"\u4e2d\u7a0b\u5ea6":70," Video":36,"(ShortText":51,"\u6b63\u898f":[40,8,3],hsiomaneki:89,",\"links":44,"\"Items":73,pull:62,gtqp:55,IDENTIFIER:22,"\u3082\u3063":[],"default":[3,51,38,89,86,8,15,28,17,23,41,55],"\u3082\u306e":[37,3,51,64,14,89,86,8,0,17,44,28,70,69,41,62,5],"\u30b3\u30b9\u30c8":15,Month:[36,56],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[6,86,17],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":84,EXIT:16,"\u4f5c\u3063":[38,18,89],"\u3088\u3073":37,"\"sequence":[29,64,45]," using":25,"}\n":[36,19,64,44,89,15,28,45,72,29,56],"_WEIGHT":58," posted":89,"\u30d5\u30a1\u30a4\u30eb":[49,2,71,3,26,73,75,52,17,76,18,6,31,32,56,33,8,9,83,80,58,84,81,12,62,37,14,65,57,85,28,40,82,43,70,47,48,86],"_CREATE":37,USE:40," enabled":56,"/hostname":[14,17],"\u65e5\u672c":[13,63,39,29,61,5],"\u3082\u308c":51,"\u30de\u30fc\u30b8":62,"\u30ec\u30b9\u30c8\u30e9\u30f3":68,"\u65b9\u5f62":[63,5],an:[],Blog:41,ar:[38,74],"\u901a\u3058":[],"\nerror":[65,82],file:[2,20],"+ y":61," universe":70," directory":[],"\u4f5c\u308a":[29,41,64],"\u4f5c\u308b":[36,66,64,89,62],Cutter:88,GByte:35," logical":[],"\u53d6\u308c\u308b":75,"\u5bfe\u5fdc":[31,2,20,3,19,64,14,68,66,8,75,90,34,37,29,18,40,27,4,88,45],"\uff08true":44,"\u95a2\u4fc2":[31,42,37,36,44,89,28,40,30],"\u56db\u89d2\u5f62":[]," sleepy":15,"\u4e0e\u3048\u308b":[14,75,39,0,86],"/IPAexGothic":10,".jp":[73,25,28,53],"\u3002Munin":70,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":55,"}|":56,"\u518d\u5e30":[37,80,48],"\u8aad\u307f\u53d6\u308a":[14,75],"\u8a18\u8ff0":[37,3,51,14,22,17,89]," rpm":70,string2:60,string1:60,"_type":[36,63,3,72,67,44,89,73,8,75,17,85,79,23,41,5],"\u9001\u308a\u65b9":[1,31,47,55,62],KyTea:40,"\u4e0a\u9650":[35,31,66,44],"\u30c7\u30d0\u30c3\u30b0":84,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":23,"\n% ":62,"4Kbyte":[],coverage:88,"[fedora":40,Entry:[43,8,75,9,76,58,12],"\u4e94\u5165":18,"\u7d50\u5408":[59,22,37,31],"]\n\n":[89,55],"_value":[18,20,79,40],"\u30ea\u30bd\u30fc\u30b9":15,"\u5b9a\u7fa9":[57,37,3,43,14,22,8,15,9,28,58,79,81,48,61,12],"\u65b9\u5f0f":[14,68,41,3],":mm":56,"-count":83,"\u30ab\u30d0\u30ec\u30c3\u30b8":[47,88],"\u6c17\u306b":62,"/select":55,"\u305d\u3053":[38,44],Year:56," location":[44,36,39,89],"-threshold":[14,38,28]," \"\u308d\u3086\u304d":72,"\ntreated":[],SIS:18,"\u6587\u6cd5":[31,39,30],SHIMODA:20,"\u4ed8\u968f":[48,81],"\u30c7\u30fc\u30bf\u30d9\u30fc":18," default":56,port:17,"\u5343\u4e07":35," `":[23,63]," equal":[],"\u308f\u304b\u3061":74,"/oneiric":[],"\u3002name":8,"-P":0,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":18,"\u6761\u4ef6":[31,37,3,19,14,22,20,43,28,89,38,39,59,40,61,30,72],"-]":28,partial:37,"\u7d30\u304b\u304f":22,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":18,"\u8fd1\u3044\u9806":27,rd:[38,74],"-talk":53," haystack":37,"-a":[14,40],"\u30d3\u30c3\u30c8":44,"-c":[14,55],"-m":0,"-l":[14,56],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":51,"\u7b26\u53f7":[44,61],"-i":[14,17],"_rc":28,"-t":14,"\u304a\u5f85\u3061":53,"-p":[14,55,17],"\u304b\u304b\u308b":[15,3],"\u304b\u304b\u308a":15,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[31,20,24,17],homepage:17,"_SIS":[8,74,72],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":23,"\u5f0f\u4e2d":22,"-conditional":18,"\u95a2\u9023":[6,31,87,3,44,75,65,45,43,28,68,80,40,18,47,76,4,82],"\u8868\u578b":8,"\u4ed5\u7d44\u307f":40,"\u5dee\u5206":17,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":18," as":62,"\u3002column":37,"***":82,"\u8aad\u3093":47,"\u5438\u53ce":[3,51],"/C":68,",\"tags":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[31,14,68,20,0,17,85,70,18,10,40,47,88],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[18,70],"\uff1f ":17," between":[],pre:25,unigram:8,GROONGA:[],"--":[36,2,51,14,89,20,28,76,38,39,80,85,17,40,18,90]," implemented":25," Please":62,"\u3057\u307e\u3057\u3087":39,"\u304a\u3088\u3073":[3,14,68,8,44,40],"\u4f4e\u6e1b":20,"\u5909\u308f\u308b":38,"\u5909\u308f\u308a":[84,39,74],"\u306f\u3053\u306e":28,"<protocol":14,"\u89aa\u5207":20,"\ndatails":[],"\u4f55\u3089\u304b":61,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":28,VIEW:14,"\u300c\u6771\u4eac\u90fd":38,"\u30d6\u30c9\u30a6":51,"\ngronga":4,"\u771f\u507d\u5024":[44,31,30],TokyoGeoPoint:[13,63,39,18,61,5],"\u884c\u3048\u308b":36," log":[31,56,26]," price":44,"x\u5ea6y":[],"\u5927\u5225":44,"\n> ":[36,3,19,67,44,15,39,72,41,51],ECMAScript:[22,28]," {":[36,3,19,67,64,44,89,28,55,45,72,29,41,51],TSV:23,"\u518d\u73fe":38,"/centos":70," searched":[],"\u6c42\u3081":[68,60,63]," point":[40,63],"\uff1a\n":[],"\u7d22\u6642":20,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":88,"\u3067\u306b":[38,15],"\u30ea\u30c6\u30e9\u30eb":[18,2],CPU:[68,17],"\u5927\u5207":68,"@s":20,"\u6700\u65b0":18,version:[18,3,55,23],"_append":37,"_NO":[38,20,73,8,15],"\u6e2c\u5730":[13,44,63,39,61,5],"_modified":89,"\u8aad\u307f":[29,2,68],memcached:[88,31,55,30,68],"\u793a\u3059":[13,63,72,44,8,75,9,28,12,5],Pull:62,"\u307e\u3057\u3087":[36,3,28],hash:89,tags:36,"\"Table":14," rather":[],"\u30c6\u30b9\u30c8":[31,38,89,20,46,70,40,47,88]," coverage":88,"\u30ce\u30a4\u30ba":[38,64],"\u88dc\u5b8c\u8a9e":29,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":14," testing":[],DLL:[18,40],"\u304b\u304b\u3063":28,"\u306b\u95a2\u3059\u308b":[31,26,89,28,53,29,18,40,61],"\u30aa\u30b9\u30b9\u30e1":70,search:[29,64,45,4,19],TokenDelimit:[8,45]," clone":62,Paging:[]," Kawaji":40,"\u975e\u63a8\u5968":40,"-Wno":18,"\u540c\u3058":[6,31,2,3,19,44,14,68,86,20,9,17,38,64,85,28,18,41,61,12,24],LZO:40,"\u308f\u304b\u308a":20,SIGUSR:18,"\ninfo":[65,82],"\u3068\u305d\u306e":86,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":28,"\u30b3\u30e1\u30f3\u30c8ID":89,followee:89,"\u8ad6\u7406":[35,68,37,28,84],hoge:[22,60],"\u30ce\u30fc\u30c9":40,"\u30ce\u30fc\u30c8":[18,3,19,70,62],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":74,"\u30d3\u30eb\u30c9":[18,20,40],"9\u3064":3,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[31,47,87],follower:89,"\u3067\u3059":[1,3,51,73,27,75,17,54,55,29,74,4,5,7,68,8,9,79,38,84,61,12,62,35,37,64,14,0,15,39,85,28,18,41,88,89,19,67,22,63,44,70,45,23,47,86],"\u307e\u308f\u308a":47,ICHII:18,"\u672a\u77e5":40,select:[2,3,51,26,74,28,55,18,72,31,56,44,38,36,14,39,86,40,41,42,20,90],"\u300c\u697d\u3057":74,"\u78ba\u7387":19,"/atv":[39,3,67],"\u69cb\u6587":[31,22,28,21,90,59,40,11],"\u3002\u3002":27," less":[]," supported":[]," apt":[40,70]," SWIG":25,mecab:8,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[83,32],"\u3002\u300c":[36,41],"\u7a4d\u7b97":[37,28],Baseball:36,Block:44,"\u3002\u300d":38,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":[],"\u5ea6\u7d4c":[],"_PATH":[85,23,3,55,70],LTS:[31,70],fulltext:[],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":36,Intel:17,"-tokenizer":70,objname:[71,80],ivh:70,"\u518d\u5229":[79,28],"_gqtp":17,"@lists":53,"\u3053\u3068":[2,71,3,51,36,73,27,75,52,17,54,55,40,29,81,89,4,5,6,32,44,33,8,9,79,38,34,58,83,59,72,10,60,61,12,62,13,84,37,64,14,0,66,15,57,39,85,28,18,41,76,88,80,82,67,22,65,20,43,63,69,70,68,23,47,48,86],So:[],"\u3053\u306e":[3,51,74,17,54,40,29,5,44,78,8,38,62,36,37,64,14,15,39,28,18,41,76,89,67,68,63,45,23,47],git:62,"[load":40,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":88," parameter":[],none:41," return":56,"\u3053\u305d":89,Int:[36,3,19,67,64,38,89,20,28,44,39,69,45,29,61],"-databases":[3,55],Facet:[],"\u30d7\u30ed\u30f3\u30d7\u30c8":23,"++":[68,18,40],"\u7e70\u308a\u8fd4\u3057\u6570":17,abandon:75,"-debug":20,deb:70,"\u3002KEY":[74,3],"\u6bd4\u8f03":[40,20,28,17,59],"\u79fb\u884c":[18,86],Codes:62,"\u4e2d\u5fc3":5,scan:88," Nonexistent":28,"\u30ea\u30cd\u30fc\u30e0":18," ":[71,57,51,65,52,17,76,55,29,72,6,44,8,80,58,84,81,82,36,37,64,83,0,15,39,28,41,19,89,43,45,23,48,86],accept:20,"\u9001\u4fe1":[71,73,75,52,17,76,55,6,32,33,57,9,80,58,84,81,12,82,83,65,43,8,48],sphere:63,"_OBJ":18,"\u9664\u53bb":20,"\u958b\u767a":[31,68,46,86,70,89,47],"\u3064\u3044":89," '":[36,74,3,19,44,14,89,45,15,28,38,39,64,40,29,62,61,56]," dataset":16,"\u7406\u7531":[68,28],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":18," useful":[]," original":[73,72]," ..":[84,3,19,28,62]," Doc":51,"-address":[14,18,40],snippet:25,"\u3044\u308d\u3044\u308d":[44,31,30,89],"\u4f55\u500b":28," aptitude":[10,88,70],"=dat":40,"\u52d5\u7684":[31,74,3,26,68,20,15,40],"\u8db3\u308a":18,"\u5b9f\u884c\u4f8b":[36,3,51,67,64,44,89,86,15,39,55,45,29,41,88,72]," (":[35,31,25,26,79,37,70],"\u8fd4\u308b":20,"\u3002COLUMN":3,"\u3002drilldown":[67,28],"\u591a\u3059\u304e":20," .":[38,88,17],"[dat":40,"\"localhost":55,"\u6d41\u308c":[47,62],"\u8a9e\u5f59\u8868":[8,3]," three":[44,3]," /":[3,19,14,74,0,38,55],"/afr":[39,3,67],disable:18,"\u304a\u9858\u3044":17,"_text":88,"\u91cd\u8981":[68,15,88,28,54],"\u306b\u3059\u3050":15,"\u30cf\u30a4\u30d5\u30f3":3,"\u30da\u30fc\u30b8\u30f3\u30b0":28," tsv":23,"-max":[14,18]," files":56,Solaris:40,"_builtin":18,callback:37," segment":84," designed":[],Linux:17," path":56,"\u4e00\u5bfe":44,"3\u4ef6":89,":\u79d2":89,uninstall:40,replied:89,"\u666e\u53ca":68,hostname:[14,85],"\u30b5\u30f3\u30d7\u30eb":[20,0,90,17],"\u592b\u5fc5":72,rand:[31,39,69,26,77],"\u3002ftp":17,"\u3002(":[37,14,8,75,28,17],"`hostname":14,"\u5217\u578b":[44,67,51,28]," id":84," learn":[],"\u975e\u308f":74,"\nlog":56," OR":[51,28,59]," OS":[31,20,70]," creates":[56,16],"/lzo":18,".rpm":70,systemd:40,Fixed:40,"\u5024\u3068":[44,28]," >":[73,74,17,39,59,18],".git":62,"\u308c\u308b":[3,51,27,17,68,29,74,6,44,57,79,38,59,61,62,37,64,14,84,66,15,39,28,18,88,19,22,45,86],"_rename":40,"sort\u30ad\u30fc":2,"\u30ab\u30fc\u30bd\u30eb":[18,20],"\u30b3\u30de\u30f3\u30c9select":22,"\nimportant":[],"\u63a5\u7d9a":[32,3,14,33,66,17,55,40],"[tokenizer":40,"/windows":70,"\u6955\u5186":[63,5],"\nwhen":[],"\u30d6\u30fc\u30ea\u30a2\u30f3":61," feature":62,good:15,".description":89,Music:36,"\u52d5\u4f5c":[31,64,44,78,86,20,28,17,29,18,47,62,88,45],URL:[18,85,55],"2]":3,"\u3002GeoPoint":63,URI:85," Syntax":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":14,"-learner":[20,4,16],"\u6271\u3044":[44,29,74,86],"\u6271\u3046":[38,40,53,68],"\u6271\u3048":54,"\u8a71\u984c":53," \u30d0\u30c3\u30d5\u30a1":84,"\u5316\u95a2":20,document:[14,20,85],"-test":88,"\u3079\u304f":3," python":10,"\u9664\u3044":17,"-encoding":[14,18],"\u6271\u3063":[89,2],"\u30ad\u30e3\u30b9\u30c8":[40,20,89],"'title":[],man:2,"[doc":[18,40],".posted":89,bigram:[8,74],"\u81ea\u7531":[22,37,79,68],Defines:16,status:[31,2,3,26,14,20,42,17,83,55,40],"-create":[49,31,19,26,64,16,90]," don":[],weight:[44,28]," box":[],"\u30b5\u30a4\u30ba":[44,84,52,70,68,18],Rose:44,korea:67," doc":62,Sports:36,HDD:17,GHz:17," nine":3,"\u547c\u3076":[22,88],"\nfeature":[],UTF:20,">\"":28,"\u6271\u308f":[38,44,27,28,17],gettext:62,"\u524d\u8005":39,ftp:17,"<ip":[14,17],"/usr":[14,70],"\u30de\u30eb\u30c1\u30b3\u30a2":68,"\u7def\u5ea6":[31,44,89,39,68,61],"\u6e2c\u7528":2,"_QUERY":37,"\u305d\u308d\u305d\u308d":3,"/locale":62,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":88,"\u8ddd\u96e2":[2,63,68,27,39,60,5],InnoDB:68," table":[36,3,19,67,14,43,57,15,28,76,44,58,75,81,41,48,72,12,51]," our":62,"\u30d6\u30e9\u30a6\u30b6":[55,62],"\u9045\u304f":[63,5],"/etc":[40,70],"\u6975\u4ed8":[63,5],Hour:56,"_new":66,"(WGS":39,"\u5b58\u5728":[13,2,74,3,67,68,73,20,17,39,55,28,79,41,5],"\u9ad8\u3044":[68,3,19,84],", \"":28," does":[],NULL:37,"\u5ea6\u5ea7":[],"\u3072\u3053\u3055\u3093":40,"\u3053\u3053\u3067":28," Int":44,recv:40,"\u30a6\u30a7\u30a4\u30c8":58," more":[],"\n\u30b9":18,"\u81ea\u8eab":[14,18],"\u547c\u3093":74,thread:[66,17],"\u30b5\u30a4\u30c8":[44,36]," processing":56," process":56,"\u8a18\u3057":[],"\u306b\u3088\u308a":[35,3,72,38,68,44,39,55,84,40,61],grntest:[49,31,26,20,17,40,18],"\u306b\u3088\u308b":[31,3,72,44,68,40,18,61,30],"|correct":19,"\u5927\u304d":[40,84],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":88,"\u308c\u305a":86," not":56,"\u3067\u3064":51,"\u306b\u3082":74,".SSSSSS":56,"-keyring":[40,70],",[[":[],"\u306f\u3044\u304f\u3064\u304b":35,encoding:23,SiteCountry:[55,67],"\u7d4c\u7531":[8,73,75,52,76,6,32,33,71,9,80,58,81,12,82,83,84,57,65,20,43,48],number:84,"=Site":55,"\u5f62\u72b6":27,"\u7d42\u308f\u308b":15,"${":28,"\u30bb\u30af\u30b7\u30e7\u30f3":[64,78,28,70,45,29,47,62],"\n\u308b":20,"\u30b3\u30d4\u30fc":73,HTTP:[31,20,55,23,18,40,30],".blog":38,koi:14," en":[29,19],"\u306b\u5bfe\u5fdc\u4ed8\u3051":29,"\u73fe\u5728\u5730":89," weight":[44,28],"\u30c9\u30e1\u30a4\u30f3":67,"\u672c\u6587":41,"\u7d50\u3073\u3064\u3044":66,"\u547c\u3073":[37,51,67,14,22,28,44,17,59],">\n":[23,25],"\u3002\u3059":[15,17],"-cache":14,"\u60c5\u5831\u540d":[9,12],Homebrew:[18,70,31]," unmanaged":84," local":73,"-get":[40,70],"\u3002make":17,"\u300cUsers":89,"\uff01 ":89,Munin:[18,2,70],"\u547c\u3070":[61,3],"\u642d\u8f09":68,selector:43,No:[]," Tag":36,"\u4fbf\u5229":[44,29,28,68]," optional":[],"\u6574\u7406":40," conditions":[],"\u540d\u4e00":9,"\"weight":44,"\u4e71\u6570":[39,69],"\u5b66\u7fd2":[31,19,64,78,20,45,29,4],"\u56de\u547c":20,Horikoshi:18,"\u898b\u308b":39,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[14,55],"_IP":55,"_probability":[18,19],"/RESULT":40," user":17," uses":56,KEY:[8,74,72,28],"\u8a18\u9332":[68,79],"\u30c6\u30fc\u30d6\u30eb":[2,8,3,51,73,75,28,54,18,30,72,31,44,57,71,9,79,38,80,58,81,61,12,36,37,14,84,40,41,76,19,67,89,20,43,48],",[\"":[38,39,3,67],"\u60f3\u5b9a":[83,22,73,84,36],"7e":17,"\u5b9f\u969b":[35,36,51,38,89,9,28,41,12],"\u307e\u307e":[44,86],"\nGRN":37,"\u540dn":[28,9,12],"\u52d5\u74b0":0,"1\u30c8\u30fc\u30af\u30f3":8,"\u8aad\u307f\u98db\u3070":3," [":28,gted:62,"\u3002Functions":88,"\u3002\u3057\u304b\u3057":[64,68,15,28,18,61]," abandon":76,"\u307e\u3060":[83,18,19,86],qps:[0,17],"/ ":[20,70],"\ngroonga":[18,4,90,86],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[14,20],"\u307e\u305a":[42,3,51,38,89,74,17,62],"\u307e\u305b":[3,27,75,17,76,55,29,4,6,32,44,33,8,9,79,38,58,83,61,12,62,74,64,14,15,28,18,41,19,68],"\u5c0f\u6587\u5b57":3,"_list":[31,2,3,26,14,42,20,9,18,12],"\u307e\u305f":[71,73,75,52,17,76,18,6,32,33,57,9,83,80,58,84,81,61,12,82,14,65,39,28,40,41,88,89,43,8,48],check:[31,2,26,84,42,18],"\uff09\u3002":[38,89],Lucid:20," parameters":[],"\u79d2\u5358":[44,61]," : ":16,"\u307e\u3057":[36,51,64,38,89,63,28,39,40,18,62],"-limit":[14,2,28],"\u7279\u5b9a":[67,22,73,8,68,41,88],"\u307e\u3068\u3081":28,build:83,"[pat":40,command:[3,14,85,55,23,86],mroonga:[40,68],"\u8a18\u53f7":[14,38,20,3,74],"$PREFIX":18,"\u5024\u6bce":28,"\u306a\u3051\u308c":[14,8,75,28,44,58,17,70,40],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":37," realtime":[19,45],"\u30e1\u30fc\u30eb":62,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":18,"\u53d6\u308a\u51fa\u3055":44,".co":[25,28],"\u30e1\u30fc\u30c8\u30eb":[63,5],Monkey:44,"\u4f7f\u3048\u308b":[14,18,40],"\u89e3\u653e":83,".repoforge":70,"\u3060\u3055\u3044":[3,68,63,55,70,47,88,62],The:[40,28],"\nall":[],DragonFly:20,"\u30ea\u30c3\u30b9\u30f3":[],"'hay":37," full":[],exe:70,"_put":[6,31,42,26,14,65,82],"\u30e6\u30fc\u30b6\u30fcID":89,windows:25,"\u306b\u3069":37,"\u3002Sphinx":10," lcov":88,"\u9577\u3055":[44,40,17]," Tweets":15,"\u4ecb\u3057":[68,55]," UInt":36,"\u7528\u8a9e\u96c6":84," testdb":17,"\u6e96\u5099":[31,51,38,8,28,30,62]," rst":10,"&query":55,"\u3057\u304b\u3057":[38,74,62],mlock:20," longer":25,"\u300ccommand":85,"_by":[18,89,90,40],".rb":20,"\u62e1\u5f35\u578b":44,SEGV:2,"\u304a\u3051":28,"-keys":40,"_users":89," item":[29,64,19,45],"\u304a\u304d":68,"\u30d1\u30c3\u30c1":[7,18,20,62,40]," omitted":23," night":15,nterms:84,"\n]\n":73,MySQL:68,"\u304a\u3044":[3,44,22,8,79,39,68,18,88,62],"\u59cb\u70b9":3,"\u77e9\u5f62":[13,39,68],"\u3068\u307f":85,"\nmeans":[],"\u59cb\u3081":62," Floating":61,"\u601d\u3044":62,"\u4ed8\u52a0":28,"\u6bd4\u3079":[15,67]," because":23,"\u6642\u306b":18,"/pool":[],"-ftp":17,"\u306e\u3067\u3057\u3087":28,"\u51e6\u7406":[2,37,68,20,74,28,39,17,79,40,62],"\u4f4e\u6a5f":37,"\u5225\u9014":[8,61,67]," depends":25,columns:[20,75],"]]]":[38,43,39,3,19],"\u904b\u7528":68,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[29,64,45],"\nency":17,"\u629c\u3051\u308b":3,"(v":37,"\u30d8\u30eb\u30d7":88," used":56,"\u671b\u307e\u3057\u3044":68,"_html":[14,18],"\u4eca\u5f8c":[6,18],"\nexample":[]," MySQL":68,"\u9069\u5408":[38,3],OBATA:20,"\u304a\u3070\u305f":18,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":51,"\u305d\u308c":[37,3,51,38,89,20,74,44,83,45,61,62],"\u3068\u3044\u305a\u308c\u304b":59," supports":25," STATUS":16,"\u53c2\u52a0":[47,53],Help:62,"\u306b\u304a\u3044":[44,86],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[31,47,46,66],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":14,"\u89e6\u308c":3," isn":40,"\u7b49\u5024":20,"(>":37,"\u3002Redmine":1," http":[14,0,85,55,70,23],"\u52a0\u7b97":79,"\u6570\u5024":[31,2,8,3,14,20,74,28,44,37,58,30,5],"\u68ee\u7530":36," ')":75,"\u8a00\u3046":29,RLIMIT:56,"\u3082\u3057\u304f":[44,41,61,55],"\u82b1\u5b50":36,"\u305d\u3057":89,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":71,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[18,2,20,88],dump:[31,2,26,73,20,42],"/log":14,"]]":[3,19,67,14,75,8,43,17,76,39,28,12],"]_":[],Kbyte:[],"\u7d44\u8fbc":[8,73,63,65,52,76,5,6,32,33,71,9,34,58,84,81,60,61,12,82,13,83,75,57,80,43,69,48],"][":[18,40]," Tomita":20,"\u554f\u3044\u5408\u308f":37,sed:18,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[35,31,27,3,81,26,36,38,84,20,15,28,80,58,30,40,18,41,48,89,12],sea:29,arg:37,sen:25,"\ncolumn":[38,89,73],"\u8a00\u8a9e":[14,47,20,37,62],PORT:[55,17],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":37,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[17,62],"\u7d39\u4ecb":[36,47,28,89],"(a":[],"\u4e00\u5ea6":[18,15],GET:55,"]}":[44,84],"\u5909\u6570":[18,90,88,40],"-level":14,"\u5c02\u7528":[31,55,30,62],"]x":[89,39],TCP:14,"\nspecified":[],".log":[14,86,17],"\u30cb\u30db\u30f3":29," operator":[],"\u305d\u306e":[3,51,73,74,75,28,55,29,72,31,38,61,62,36,37,14,17,67,68,70,89,86],"\u7a7a\u6e2f":89,"\u8868\u73fe":[37,44,22,75,84,47,61],"([":69," Lexicon":15,Server:36,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[31,68],"\u5927\u91cf":[36,37,3],"\u898b\u3064\u3051\u308b":29,"\u304a\u308a":[89,41]," easy":10,UNSPLIT:37,"\u6790\u5668":[68,8]," groogna":[]," higher":[]," issue":1,AND:39,"\u3002value":79,last:89,"\u5024\u578b":44,oneiric:70,"\u6b8a\u547d":17,"\u304a\u52e7\u3081":70,"\u578b\u5909":18,SHIDARA:18,"-api":7," Sites":73,"]:":[],"\u958b\u59cb":[88,18,28,17]," appears":[]," reason":[],"] ":[14,0,17,16,55,40,18],"-file":[14,18],"\u53ef\u5426":3,"\u3002:":[3,73,74,75,17,76,29,4,8,9,38,58,10,12,62,64,14,84,85,28,18,88,19,43,70,45,86],"],":[3,51,73,75,17,55,29,72,44,9,38,12,36,64,14,84,15,39,28,41,19,67,89,45],"]/":55,"])":[63,69,5],"\u6642\u70b9":[40,8,86],RESULT:23,load:[2,3,51,26,73,75,28,76,40,29,72,31,44,38,80,61,36,64,14,39,86,18,41,42,67,89,20,45]," about":56,");":37," GRN":[37,56],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":27," database":16,point:[13,74,63,5],"\u90fd\u6c11":[38,74],address:[18,40],"\u3059\u304e\u307e\u305b":36,"\u306f\u3058\u307e\u308a":86,"\u30b9\u30ec\u30c3\u30c9":[14,68,66,17],"\u30ca\u30ce":20,"),":[8,58],shutdown:[31,32,26,14,20,42,55],"-plugins":[40,70],"\u4e0d\u80fd":17,") ":[37,8,61,17]," documentation":47,")\"":51,"\u3002ECMAScript":28,")'":[36,19,64,89,39,45,29],":#{":56,"[rpm":[18,40],"\nconditions":[],"\"web":[64,45],"\u8003\u616e":38,"\u306e\u3069\u308c":29,all:[],ShortText:[3,51,73,28,55,29,72,44,8,9,38,58,61,12,36,64,14,15,39,18,41,19,67,89,20,45],"\u898b\u3064":[40,20,19],"\nparameter":[],"\u53ce\u96c6":68,")\n":[69,25,56,37,5]," sample":17,txt:[7,62],"\\\"":[74,75]," memcached":55,po:62,XML:[18,20,23]," #{":56,"|<":56," COLUMN":[36,3,51,67,38,89,73,15,28,44,58,41]," raltime":45,RPMforge:70,"#groonga\u30bf\u30b0":89,"[output":40,"/db":[73,19],EXAMPLE:16,"\u30d9\u30fc\u30b9":[68,18,20,62],"\u56de\u7279":17," warning":65," propose":[]," User":36,"\u79d2\u9593":18,"\u5730\u7cfb":[],"\nLucid":20,"\u30a8\u30b9\u30b1\u30fc\u30d7":75,"\u6307\u793a":[29,3,55]," most":[],INT:23,"\u691c\u7d22":[2,3,51,27,28,54,24,40,29,74,30,72,31,44,68,8,79,38,59,61,11,36,37,64,14,15,39,18,41,89,19,67,22,20,43,90,70,45],"\u30b9\u30c8\u30ec\u30fc\u30b8":[31,68],TokenBigramSplitSymbolAlpha:[38,74],"\u30e9\u30a4\u30d6\u30e9\u30ea":[31,3,68]," entries":28,"\u4eca\u5ea6":89,"\u30b0\u30cb\u30e3\u30e9":89,"\"sug":4,"\u30c8\u30fc\u30af\u30f3":[74,64,8,20,45,18],engi:[29,19],"\n\n":[57,3,63,65,52,76,6,71,9,83,80,58,81,12,82,14,84,75,89,43,8,48],"\u63a1\u7528":[38,68,55]," customized":56,"<=":89,"(title":60,"\u5316\u524d":79,"\u5404\u8a9e":84,"\nusing":[],"\u6027\u5225":68,"_expansion":[18,51,28]," values":75,"\u53f3\u8fba":[18,20],"</":23,NetBSD:20," free":[84,56],TokenBigramIgnoreBlankSplitSymbol:38,"\u898b\u3064\u3051":[29,2,40],"-key":40,"\u30d5\u30eb\u30d1\u30b9":[],"\u7f6e\u304b":85,"null":[18,9]," logs":56,fedora:40,"\u4e00\u7fa4":37,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":14," float":[]," AND":[],"\u4e38\u62ec":3,"\nfile":[],"\u6210\u679c":[47,62],"\"]]":[],"_PER":18,"\u5065\u4f5c":36,"_to":89,"\u30ec\u30a4\u30e4":37,"|http":17,"\u56fd\u540d":67,"\u30c8\u30e9\u30a4":18,"\u307e\u3067":[35,37,3,72,14,75,15,17,89,62]," select":[36,3,51,67,38,89,15,28,39,41],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[68,47,62],"\u307e\u3059":[49,1,71,3,51,36,73,27,75,52,53,54,55,29,81,74,4,5,6,32,87,7,33,8,9,79,38,89,34,58,83,59,72,10,60,61,12,62,35,13,84,37,64,14,15,0,82,57,68,39,85,17,63,18,41,76,88,78,42,80,19,67,22,65,43,28,44,69,70,45,23,47,48,86]," tweet":15,"\nthan":[],"\u30ec\u30b3\u30fc\u30c9r":37,Lines:88,"\u901a\u4fe1":[31,66,0,17,85,46,47],"\u5730\u57df":68," describes":62,"\u3088\u304f":28,"\u5909\u63db":[18,61],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":23,user:17," columnes":[],"\u9006\u5f15":36," complex":[],".spec":18,"\u5834\u6240":[20,17,53],Moero:36,"\u672c\u6765":51,Senna:[40,25],"\"\u3001":29,Marverick:20," buffer":84,"\u7d44\u307f\u5408\u308f\u305b":[37,3,38,68,8,58],"\u3002true":[],center:5," here":[],"\u30ef\u30a4\u30c9":18,edge:66,flags:[36,3,72,67,14,84,8,9,17,44,58,89,41,12],sortby:[36,3,19,43,28,39,18],"\u30b1\u30fc\u30b9":38,entry:58,"\u9806\u756a":[14,38,3],"\u3053\u3061\u3089":[3,62],"\u30b0\u30e9\u30d5":68,"_path":[40,17],"\u5ea6\u6570":[44,18,39],"\u30d0\u30a4\u30b0\u30e9\u30e0":[38,8],"\u8981\u6c42":3,"\u8aad\u307f\u65b9":22,"-path":[2,19,14,20,40,18,56],"_KEY":[36,2,20,3,51,67,38,89,73,8,15,9,28,44,40,18,41,72]," --":[36,89]," work":56,"/Branches":88,"\u547c\u3073\u51fa\u3059":[13,63,34,69,60,5],"_NIL":20,"\nfirst":[]," common":18,"\u6b8b\u5ff5":44,mysql:25,"\u9006\u5f15\u304d":[31,89,30,36],"\u547c\u3073\u51fa\u3055":28,"\u547c\u3073\u51fa\u3057":[40,73,20,37,68],"\u3067\u304d\u308b":[51,73,27,17,55,18,72,44,8,38,58,5,36,37,14,66,15,28,40,88,89,19,22,63,68,47],tables:73,"\u30af\u30a8\u30ea":[3,51,74,28,29,4,30,31,59,11,37,64,38,45,0,39,46,18,19,22,20,68,47],"\u5316\u51e6":[18,79],point1:63," BOOLEAN":25,"\u30bd\u30fc\u30c8":[31,2,27,19,36,20,28,39,18,30],PID:[14,2],"-gram":[38,68,74,3],Example:56,source:[36,3,89,58,41,12],"\u5024\u3068\u3057\u3066":14,location:[36,67,44,89,39,55],realloc:20,input:75,"\u3057\u307e\u3059":[74,67,89,8,28,70,4],"\u8981\u7d20":[37,3,14,57,75,17],"\u3064\u3051\u308b":72,"...":[50,19,84,73,59,15,9,17,21,85,28,23,18,12]," speakers":53," storategy":[],"\nPARTIAL":37,"\u5024\u7528":18," CentOS":[]," code":[56,62],"-untrusted":70,"\u968e\u5c64":37,"\u9759\u7684":[31,3,26,14,15,85,40,47,88],"\u304f\u3060":[3,19,38,68,28,44,85,17,70,62,61,55],Flower:44," blog":[38,3],"<#{":56," add":[28,62],"\u30cf\u30c3\u30b7\u30e5":[83,84,8,28]," Have":15,bit:[61,70],"\u30bd\u30fc\u30b9":18,"\u5f53\u3066":[9,12],"\u30d7\u30e9\u30b0\u30a4\u30f3":[2,68,20,90,70,18,62],"\u5927\u4e08\u592b":1," latin":[],"@wareohji":40,OK:[]," familiar":[]," your":62," Takuto":20,"\u540c\u7b49":[74,17],"(ctx":37,unstable:70,"\u308f\u3051":[44,29,28],"\"uptime":[23,3]," Kinjirou":36,mode:37,"\u4ee5\u5916":[37,27,51,83,68,20,28,17,18,61],OS:17,OR:[39,51],"\u6642\u523b":[83,34,17,64]," lower":[],"\u3001C":3,google:28,"_NONE":12,"\u7f6e\u304d":20,"\u30d6\u30ed\u30c3\u30af":68,FILES:16,"[dump":40,"\u3068\u3068\u3082\u306b":[44,8],"-DD":56,"\u5404\u8981":51,examples:20,"\u307f\u307e\u3057\u3087":[36,3,51,44,89,39,41],cd:62,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[14,2],"\u3001[":3,"\u3001_":[89,39,3,67],"\u66f8\u304b":89,"_bool":20,"\u5927\u304d\u304f":[63,44,73,20,86,5],"\u8a73\u3057\u304f":[44,68,3,70],"\u66f8\u304d":[38,68,74,17],RPM:[18,20]," nanoseconds":56,"\u66f8\u3044":89,"\u5927\u304d\u3044":[14,18,37,28],"\u3061\u3083\u3093":36,"\u69cb\u6210":[37,3],"\u308c\u307e\u305b":[14,84,86],"\u3002JSON":75," total":[],"\u56de\u52d5":17,"\u5148\u60c5":89,proc:28,".sh":[40,88,62],"\u5b8c\u4e86":[28,62],"\u7f72\u540d":40,run:88," Hiroshi":20,httpd:40,"\u3001\n":[39,52],"\ncheck":[],bi:[38,74],"\u4ed8\u3044":89," tablename":86," other":[],"\u4e0a\u4f4d":38,"\u4ed5\u7d44":62,"\u96c6\u8a08":[31,68]," test":[3,44,17,55,41,88],"\u4ed8\u3051":[44,40,3,55],Typically:[],Hello:15,"\u30ab\u30a6\u30f3\u30c8":89,"{\"_":[44,36,39,28],"\u3001 ":[3,51,44,89,63,28,39,55,70,59,61,62]," schea":16,"\u3001\"":[3,51,64,89,45,29,18,61,4],"\"mori":73,zip:[31,70],Dump:56,"\"service":64,"\u4f3c\u305f":39,"\"yu":73,"\u3001-":[61,20,85,17],"\u53ca\u3073":[17,76],"\u3001/":[3,55,70],"\u3001.":[88,62],"\u5730\u5f62":[63,5],range:[9,12],"\u5185\u5bb9":[3,44,89,0,9,17,28,45,29,41,62,12,55]," garbage":84," configuration":[],"\u30fb\u30c6\u30fc\u30d6\u30eb":22,"\u95be\u5024":[31,19,14,74,28,38,24,18],"\"serach":64,"\u306e\u3069\u3061\u3089":28," DATASET":16," LGPL":25,"\"sea":29,"\u30ad\u30e3\u30c3\u30b7\u30e5":[14,40,2,28,68]," DB":[85,23,3,55],"\u3088\u308a":[37,51,74,38,22,20,15,17,44,89,28,70,29,18,40,61,63,5],"-protocol":[14,55,17],"'comment":[],"\u9010\u6b21":68,url:73,"\u6295\u5165":[38,2],"\u5831\u544a":[18,20,90,17,40],"\u524d\u65b9":[31,37,3,19,8,74,90,29,30,72],Natty:[18,70,31]," grouping":[],".)":56," speaker":[],".-":62,"..":[14,63,75,16,85,28],"\u3046\u3061":[37,84,27,63,28,86,18],". ":[49,1,50,3,51,26,36,73,27,75,52,53,54,25,55,29,81,74,4,30,5,6,32,87,56,7,33,8,9,79,38,89,34,58,83,59,72,10,60,61,11,12,62,35,13,84,37,71,64,14,0,66,15,77,57,68,39,85,17,63,41,76,86,88,78,42,80,19,67,82,22,65,43,28,44,21,69,70,45,23,47,48,46,16,24],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":17,"\u6b53\u8fce":47,"\nonly":[],"\u56fd\u969b":62," you":[],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":89,"\u51fa\u3059":89," hottolink":25,"\"rect":[63,5],"\":":[36,84,89,3,19,67,64,44,75,45,15,28,83,39,51,17,29,72,23,41,55],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":86," curl":23,"\u5074\u9762":68,"\u6574\u3063":88,usr:[14,88,70],"\u5408\u5bbf":89,"[groonga":[18,40],".O":36," Demo":36,"-query":[14,18,3,56],"\u3002Ctrl\u30ad\u30fc":3,"-type":[29,64,45],Google:4,link:[44,55,67],".]":[84,9,12,19],"._":[44,28],"\u3002\u30bf\u30b0":36,"/epel":70,posted:89,".h":7,".i":70,"\u8868\u3059":[36,37,44,27,58,69],utf:[14,23,25],"_op":37," that":[40,56],"\u56de\u907f":38,munin:70,"\u306b\u5bfe\u3057":[36,2,37,3,19,67,83,68,8,0,28,39,85,58,41,74],Twitter:89,".c":[25,28],".d":70,"\u8868\u3057":[37,3,27,79,86,61],".x":70," attention":[],"\u52d5\u304f":[18,40],"\u5206\u89e3":37,".}":84,Pentium:17,similar:[40,37,19]," types":19,"\u4e0d\u4e00\u81f4\u6761\u4ef6":[],"\u63a5\u982d":[18,8],"_NOFILE":56," JQuery":20,"\u679c\u305f":3," candidate1":19,Cache:[],To:[],"\u3054\u3068":[41,66,54],"\u3075\u308a":19,"\u30ea\u30dd\u30b8\u30c8\u30ea":[18,47,70,62],"\u4f4e\u304f":38,"\u304b\u307e\u3044":3,"\u7279\u5fb4":[68,31,36],"\u5165\u308c":[38,36,89],"5km":89,"\u306b\u5bfe\u3059\u308b":[31,37,3,19,67,36,44,68,20,54,55,89,18,41,30],taro:36,">uptime":23,".comment":89,"\u958b\u3044":[80,18,20,71],"\u5f8c\u308d":[],"=null":28,"\u958b\u304f":18,"\u4e0d\u4e00\u81f4":59,invalid:28,"_rate":[23,3,55]," categorized":[],Mac:[31,20,70],"\nunderstand":[],"\u3042\u3052\u308b":[38,31,24],"'\u3002":14,"'\u3001":[],"\u56db\u3064":74,grn:[13,37,56,26,31,22,20,43,63,28,76,34,69,40,75,18,41,60,47,90,5],"\u6d3b\u304b\u3059":28,"\u30ed\u30b0":[6,2,64,14,65,17,90,18,40,82],"\u6642\u4ee5\u5916":20,"\u5168\u6587":[31,74,3,36,14,22,27,28,54,38,39,24,70,68,41,89,30,44],tmp:[14,3,19,55]," fix":25,".load":17,"\u3002dump":73,".dump":18," script":17,": n":0,"\nin":[],lucid:70," eight":3,"\u6307\u5b9a":[2,71,3,51,36,73,27,75,52,17,76,55,40,74,63,30,5,31,44,57,8,79,38,80,58,83,59,72,81,60,61,12,82,13,84,37,14,65,0,39,85,28,18,41,19,67,68,20,43,69,70,89,23,48,86],"\u5c5e\u3057":61,"\u4e00\u7dd2":[38,2,3,28],"\u3002Video":36," old":40,"\nis":[],".patch":62,Output:[],drilldown:[36,2,67,89,43,28],Summary:[],"\u3088\u3046":[2,3,51,73,27,17,68,55,40,29,74,4,5,31,44,78,38,59,72,10,36,37,64,14,84,15,39,85,28,18,88,89,67,22,20,63,70,45,86],"\u3088\u3044":62," tokenizer":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":17,"\u4f7f\u3044":[31,37,19,74,44,68,45,15,28,89,64,55,70,29,18,78,87,61,62],"\u300d\u3001":[36,89],"\u4e00\u5de5":72,Hiroshi:18,"\"groonga":4,"\"suggest":4,"\u3002TLD":67,An:[],"\u5f37\u5316":[18,20],"/tutorial":[],"\u3088\u3063":39,"-benchmark":40," post":28,"\u8a66\u884c":68,DESCTIPION:16," b":59,"_pat":20," a":[40,15,56,16]," changed":25,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":89," d":[38,74]," against":[],"\u3067\u307f":68,",\"title":3,"\u66f8\u304d\u8fbc\u307f":89,"\u57cb\u3081\u8fbc\u3080":17,"-filter":18,"\u66f8\u304d\u8fbc\u307e":6,"\u843d\u3061":20,gb:23,ga:17,"\u5272\u308a\u5f53\u3066\u308b":44," z":61," push":62,"/json":18," Ruby":[],"\u3067\u3069":19," }":89,"\u3067\u3057":44," C":[7,18,68]," @":[38,40,74,28,89]," binding":25,pthread:18,"\u8a9e\u6271":74,"/\u65e5":89,Object:61,"-release":70,"\u30cb\u30e5\u30fc\u30b9":15,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,20]," Token":17,"\u3067\u3044":[44,28],"\ngronnga":4,stable:86,"\u3067\u304f":47," [":[3,51,73,75,17,76,55,29,72,44,8,38,58,84,16,36,64,14,0,15,39,28,41,19,67,89,43,45],"\u3067\u304d":[2,3,72,36,73,27,75,17,54,55,40,29,4,5,44,68,8,79,38,34,58,59,10,60,61,62,13,37,64,14,0,15,39,85,28,18,41,88,89,19,67,22,20,63,69,70,45,23,86],include:7," _":[36,3,72,67,44,89,28,39]," \\":74,"\nseparated":[]," \"":[3,51,63,75,17,55,29,72,44,9,61,12,36,64,38,84,15,39,28,40,41,19,89,45],"_API":37,"\u7279\u306b":[22,37]," !":59," &":[38,39,74,70]," comment":89," ./":62,logos:[]," *":[38,28,40,62,61,82],"\u8fbc\u307f":6,"_DELIMITED":25," )":[],"\u306a\u3068\u304d":68,"\u3044\u308f\u3086\u308b":36," -":[71,2,25,3,51,36,73,74,75,52,17,76,55,40,29,81,89,5,6,32,56,44,33,8,9,38,34,58,83,59,72,10,60,61,12,62,16,13,84,63,64,14,15,0,82,57,39,85,28,18,41,88,80,19,67,22,65,20,43,90,69,70,45,23,48,86],"\u3002run":88,"\u3067\u5024":[14,3],"\u6e0b\u8c37":89,"\u983b\u5ea6":19,"\u4e0d\u8db3":70,"\nand":[],"\u304a\u3053":[44,68],"\u6368\u3066":18," <":[25,38,73,17,39,59,18]," =":[36,37,14,22,28,39,59],"2pdf":10,"\"complete":4,"(drilldown":79,"-build":88," update":[40,70,62],"-id":[14,40],"\u4e09\u3064":74,"_dir":18,"\u6b8b\u308b":18,"\u304a\u304f":44,ctx:66," maximium":[],"\u6b8b\u308a":[86,28]," such":62,Here:56,".output":85,"\u30aa\u30d7\u30b7\u30e7\u30f3":[2,3,72,74,17,55,40,29,83,38,64,14,0,85,28,18,41,88,19,20,70,45,23]," backup":73,".po":[47,62]," term":84,"\u5341\u5206":38,"\u4e00\u81f4\u3057":[],"\u304a\u3070":[18,2]," word":[],"-memory":20," outputs":56,".pc":[18,90],"\ntable":[38,89,73],"\u9023\u643a":68,equal:37,download:70,".xml":23,"_cursor":20,"_SCALAR":[36,51,67,38,89,73,15,28,58,41,12],index:[36,41,25]," specifies":[],"_thread":17,"/introduction":[3,55],".tsv":23,squeeze:70,etime:0," WGS":[44,36,39,89],HTML:[18,47,62,85,40]," specified":[],"\u30dc\u30c3\u30af\u30b9":28,"\u5358\u7d14":[37,63,72,5],"\u30a8\u30f3\u30b8\u30f3":[36,14,22,28,44,68],"3f":55,"\u3060\u3057":[18,17],body:[51,38,71,75,80,58],FTP:17,"-exact":83,"\nsecond":[],"\u5fc3\u304c":88,clearlock:[31,2,26,14,42,80],"\u516c\u958b":[18,20]," PatSuffix":72," Precise":40," score":[],"\u62e1\u5f35\u5b50":[23,20,17]," digits":56," memory":[],"\u3002Blogs":38," libmemcached":88," \"":[51,84,9,17,55,89,41,12],"\u306b\u5bfe\u5fdc":[6,14,75,28,85,18,40]," ":[36,19,64,44,89,86,15,28,55,45,72,29,41,51],"= \"":[22,28]," users":[89,56],Ctrl:[],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":3,"\u4e0a\u3052\u308b":38,"\u300d\uff08":[73,74],"_name":[73,90],Hardy:20,"\u5177\u4f53":38,"\u3067\u3082":[3,38,68,74,28,39,17,70,29,18,41,62,88,55]," Shibuya":20,">version":23,".fedoraproject":70," both":[],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":28," like":[],"\u8d85\u3048":[38,28],"\u6982\u8981":[31,86,28,68]," functional":[],"\u5171\u901a":[18,41,8,61,22],"\u7518\u3044":51,"\u30c7\u30b6\u30a4\u30f3":40," twice":[],"\u9014\u4e2d":[14,29,64],",\"correct":[],"\u3046\u3048":[18,40],"_NAME":55,"'ABC":8," v":37,Nice:15,"\u4ee5\u964d":[27,14,20,18,88,62],Draw:36,tar:70,usa:67,Hex:36,"\u3057\u307e\u305b":[29,28],"\u5730\u70b9":39," SiteCountry":67,"\u3044\u304f\u3064":47," defines":16,"\u30d5\u30ec\u30fc\u30ba":59,"\u7d5e\u308a\u8fbc\u3093":68,"\u3057\u307e\u3046":[68,18,20,40],".pid":14,"\u3057\u307e\u3044":[38,44,72,17,64],Itagaki:20,"/master":62,"\u81ea\u5206":[17,62],"\u4efb\u610f":[14,61,3,17,68],soundkitchen:18,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[80,18,34,71,84]," functions":25,"\u3059\u308b":[49,78,2,71,3,51,36,73,27,75,52,53,54,55,40,29,81,74,4,5,6,31,32,44,33,8,9,79,38,89,34,58,83,59,72,10,60,61,12,62,13,84,37,64,14,15,66,0,82,57,68,39,85,17,63,18,41,76,86,88,42,80,19,67,22,65,20,43,28,69,70,45,23,47,48,24],"\u7d4c\u7def\u5ea6":[44,31,39,30],"\u3059\u308c":[68,3,17],"\u9ad8\u304f":38,Markus:40,"\u8868\u3059\u578b":61,HOST:[55,17],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":88,"\u3059\u3093":89,Ultra:36,"/rab":[39,3,67],"\u305d\u308c\u305e\u308c":[37,3,51,67,44,14,89,74,28,38,39,85,70,23,41,88]," Fontaine":18,"_install":10,"\u4e00\u81f4RK":[],GtiHub:18,"_NEW":18,"this":[44,3,55]," dpkg":[],"\u672c\u5f53":29,Syntax:[],"<limit":14,autoconf:18,"\u8d77\u52d5":[3,14,20,17,83,85,55,23,86],"\u6e21\u3055":37,"_WITH":[8,74,72],"\u6e21\u3057":[75,37,3,55],"/index":[14,62],"\u6e21\u3059":[40,3],"\u53d7\u3051\u4ed8\u3051":20,"-html":[40,20],"\u7de8\u96c6":[2,60,47,88,62],"\u4f5c\u696d":62,"\u4e16\u4ee3":86,"\u6b8b\u3063":20,"\u3001&":39,"\u51fa\u3057":89,TokenBigramIgnoreBlankSplitSymbolAlphaDigit:38,"\u3002\u3064\u307e\u308a":[3,28],"-strings":40,sudo:[40,70],"_estimate":18,"\"correction":4,"\u30af\u30e9\u30c3\u30b7\u30e5":[18,20,40],">max":23,"\u4f7f\u3044\u65b9":[31,3,26,64,14,68,45,15,17,28,29,23,78]," example":[19,28],"\u7d30\u5206":44,Details:56,"\u3059\u3050":68," mte":25,"\uff08TokenBigram":38,Mroonga:28,"\u6301\u305f":8,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":20,"\u6301\u3061":[14,8,37],"\u8a2d\u5b9a\u5024":[2,52],tomotaka:18,",' ":[44,61],"\u6301\u3064":[36,27,3,67,64,14,68,66,8,75,79,44,18],"\u53d7\u4ed8":[]," or":56,"\u6df1\u523b":38,"\u691c\u51fa":[18,2,20,88],"\u3059\u3067":[74,15],"\u3059\u3079":[37,89,73,28,80,17,29,18,86],"_repair":40,"\u512a\u5148":[68,17]," view":57,defalt:20,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[40,64],"\u4fee\u6b63":[2,25,64,20,90,55,40,18,4]," port":70,"\u3064\u3064":38," physical":84,"\u30b3\u30de\u30f3\u30c9":[2,71,3,51,26,73,74,75,52,17,76,55,40,29,81,4,30,72,6,31,32,44,33,8,9,83,80,58,84,10,61,12,82,37,64,14,65,57,39,85,28,18,88,42,19,22,20,43,45,23,48,86],"_create":[3,51,26,73,17,72,31,44,8,38,58,36,14,15,39,28,18,41,42,67,89,90],"\u81ea\u5df1":89,"\u3044\u304f\u3089":68,"_')":[58,79],"_PORT":17,"\"sphere":[63,5]," Text":[28,17]," appers":[],">starttime":23," msgpack":23,"\u6301\u3063":[68,40,28,64],"\u5206\u6790":68,"\"rectangle":[63,5]," deatils":[]," mroonga":28,"\u5f35\u3089":44," instead":14,"\u3055\u3044":[3,19,38,68,28,44,85,17,70,62,61,88,55],",\"":[36,3,84,73,39,89,23,41],"\u30a2\u30af\u30bb\u30b9":[14,20,0,44,85,55,40,18,62]," nice":15,"\u7d5e\u308a\u8fbc\u307f":[68,3],"\u3042\u308b\u3044":[13,37,68,63,28,86,5],alloc:[83,23,3,55],"\u66f8\u5f0f":[71,3,73,63,75,52,17,76,55,30,5,6,31,32,33,8,9,83,34,58,59,81,60,12,82,13,84,14,65,0,57,85,80,19,43,69,48]," access":[],"\u81ea\u52d5":[36,3,72,8,17,79,18,62],"\u4f53\u8fd1":[63,5],"_LEAK":88,"\u30da\u30fc\u30b8":[31,3,14,28,85,59,40,62],"\u578b\u540d":[22,8],"\u7b97\u51fa":28,"_TIME":56,"\u9078\u629e":[68,28],"\u524d\u65b9\u4e00\u81f4":[29,2,19,40],allow:70," simple":[],"\u3002GRN":37,MESSAGE:[56,82],"\u4eac\u90fd":[38,74],"\u30c0\u30d6\u30eb":[18,8],"\u300cbill":74,"\u7d9a\u304d":75,gcc:18," build":[],"\u8abf\u3079":[13,5],"\u7d9a\u3044":[38,28],"\u4e00\u500b":37,"\u5fc5\u305a":[86,28],"\u30ab\u30d0\u30fc":88,"% ":62,jiro:36,"\u30c7\u30d5\u30e9\u30b0":18,"|WITH":[3,51,38,89,15,28,58,41]," clean":88,Usage:[],"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":0,"\u4fc2\u6570":37,"\u629c\u3051":18,"\u7d9a\u3051":17,"\u4e00\u9023":22,lib:20,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":6,"\u6539\u884c":[14,18,9,12,40],TokenBigram:[74,3,64,38,8,28]," kernel":[],ll:[38,74],"_reopen":[6,31,42,26,65,82],"/apt":70,euc:14," localhost":14,"\u3002Eclipse":62,"\u66ff\u3048":[38,31,3,30],"_gqpt":17,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":2,"\u6b8b\u3057":28,"\u5de6\u4e0a":[13,2],"\u5de6\u4e0b":2,"\u30a4\u30f3\u30c7\u30c3\u30af":41,"-munin":[40,70]," determine":[],"\u9589\u3058\u308b":[18,2],greater:37," keyserver":40,auto:19," |":[38,39,0,28],"\u3067\u3057\u3087":[68,15],"\u629c\u304d\u51fa\u3059":68,YYYY:56," start":15,billiard:[38,74],lzo:18,"\u512a\u308c":68,"\u9593\u9055\u3063":[18,64,4,40]," threshold":71,"\u90e8\u5206\u4e00\u81f4":[38,74],"_point":[36,5]," function":25,"\u306b\u304f\u308b":38," fulltext":[],translate:62,"}`":62,edit:[31,2,60,77,26],".net":[36,3,67,44,53,39,55],OffGao:89," updated":[38,25,62],"\u66f4\u65b0":[36,37,3,31,44,75,15,68,86,40,18,47,62],Why:[],"\u30ed\u30b0\u30ec\u30d9\u30eb":14,XXX:14," hh":56," size":84,"\u4fdd\u8a3c":[84,86]," no":[],"\u70b9\u9593":[39,27],"\u6df7\u305c":[44,19],"\u65e2\u5b58":[6,3,44,68,17,55],"\u5b9f\u51e6":37," maximum":[],"/LC":62,",\"link":44,chunk:84,"|suggest":19,"-patch":62," Aramaki":[18,20],"\u74b0\u5883":[68,17,70,40,18,47,88],"\u5217\u5f15":37,frequency:[29,64,19,45],"\u8a66\u3057":[],"\u751f\u6210":[22,74,79,69,47,62],"\u975e\u4e92\u63db":18,"\u3050\u308b\u3093":36,"\u4e26\u3073\u9806":39,"-match":[14,38,3,28],res:17,"';":14,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":14,"\u306b\u304f\u3044":68,"\u51fa\u6765\u308b":89,"\u3002roonga":[]," finished":56,"\u30ab\u30ec\u30fc":74,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":89,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":18,"_hit":[23,3,55],"/unstable":[],"\u7528\u610f":[37,64,22,28,17,45,29,4],"\u3064\u304d":28,"-fd":18,"\u601d\u3063":7,"/\u6708":89,This:[3,56,44,16,55,28],"\u904e\u7a0b":79," Site":[36,3,67,44,39,55],"'hoge":22,"\u73fe\u72b6":86," correct":[19,64]," concurrently":56,"\u4ed8\u5c5e":85,"/aba":[39,3,67],"8r":14," \u6c11":74," HashTags":89,"'this":[]," A":16,PHP:40,"\u5217\u5f62":22,Point:5,deprecated:86,"\u4e00\u90e8":[81,3,4],"\u8907\u6570":[2,3,74,17,54,30,31,44,8,9,58,59,12,36,37,38,85,28,18,41,19,67,68,20,89],"\"\uff08":29,"\"\uff09":[44,29,2,39],"_friends":36,"\u30bb\u30b0\u30e1\u30f3\u30c8":[84,71],"\u307f\u304c":37,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":87," output":[],"\u7403\u9762":[63,5],Users:89,"3ki":20," F":40,"\u8aa4\u5dee":[18,63,5]," doubled":[],"<max":14,"\u76ee\u4ee5\u964d":28,suffix:37,"_DEBUG":88," thatn":[],"\u8aac\u660e":[49,78,71,3,26,73,74,75,52,17,76,29,63,5,6,31,32,44,33,8,9,79,38,34,58,83,84,81,60,61,12,62,13,37,64,14,65,0,82,57,39,85,28,42,80,19,22,43,69,70,45,47,48]," Pangolin":[31,70,40],"1\u305a":[86,79]," Blogs":38,Daiki:[40,20,90],"\u30d9\u30af\u30bf":[2,20,12]," search":[18,64,45,4,19],"\u305e\u308c":[37,45],"\uff08\u300c":38,"\u53d6\u308a\u8fbc\u307f":18,"\u9805\u76ee":[6,2,83,75,65,43,28,54,39,80,84,76,82],"\u8d77\u70b9":28,"\u78ba\u8a8d":[2,3,44,89,17,47,62]," links":44,"\u5bb9\u91cf":[84,28],"\u305d\u308c\u3089":0,"\u8aad\u307f\u8fbc\u3093":55,mkdir:73,"\u6700\u4e2d":68,"\u6c38\u7d9a":8," Meerkat":18,"\u52d5\u5c0f":61," prefix":18,"\u7d44\u8fbc\u578b":[31,61,26],"-doc":40,"\u7d44\u307f\u8fbc\u307f":[31,42,26,14,22,73,77,17]," show":[],"\nCtrl":55," content":[15,28],natty:70,"\u8d85\u3048\u308b":44,"\u3002command":86," for":[25,61,56,16,62],"\u304b\u3061":74,configure:[38,20,28,83,40,18,88,62],"_query":[29,64,45,19,40],"\u304b\u3064":[74,28]," service":64,"\u304b\u3069":[13,19,38,28,39,5]," mecab":25,"\u756a\u76ee":[44,3,28],",..":[28,75,9,12],"\u8ffd\u8de1":1,"\u64a4\u53bb":18,"\u60c5\u5831":[2,3,27,53,54,18,30,31,44,9,58,12,36,38,39,46,40,88,19,68,20,89,47],rst:10," Elfring":40," gets":[],"\u500d\u7cbe":61,"\u3092\u3054":88,"\u9ad8\u3044\u9806":3,"\u53d6\u308a\u5f97\u308b":61,"\u89e3\u6d88":[2,71],Bool:[44,13,61,72,5]," started":[56,28],"-log":[14,18,56,17],rakutan:41,"\u51fa\u73fe":[68,19,54]," SiteDomain":67,"\u8aad\u307f\u8fbc\u3080":2," contents":[],"\u304b\u3051":80,"\u9650\u6587":18,bind:18,"_OFFLINE":40,"\u304b\u305a":40,"\u82e6\u624b":68,Video:36,ITS:1,"\u5229\u70b9":68,Information:56,"\u898b\u3064\u304b\u3063":[4,28],"false":[6,8,72,44,57,65,20,43,76,80,58,81,48,61,82],"\u8a72\u5f53":[],Pay:[],"\uff01\uff09":[29,64],"\u548c\u7528":28,"\u7d5e\u308a\u8fbc\u3080":4,"\u81f3\u308b":44,"\u56fd\u969b\u5316":[31,47,87,62],"\u96e3\u3057\u3044":68,"\u4fee\u6b63\u4e2d":64,"\u30de\u30a4\u30af\u30ed":[44,89,61],PATH:17,"{\\":75,Soccer:36," described":[],"\u5358\u72ec":17," from":25,"\"co":4,tvsec:83," retrieve":[],min:[0,17],"\n ":37,"\u6f14\u7b97":20,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":40," lexicon":17,"\u914d\u4e0b":85,".msgpack":23,"_const":37,"\u306e\u307f":[3,72,73,27,75,52,37,29,51,6,44,8,79,62,74,38,85,41,88,19,67,68]," Representation":62,BIT:17,Takayuki:18,libmemcached:88," Gone":36,brazil:67,"\u901f\u3084\u304b":86,"_ACCOUNT":62," suggest":[29,64,19,45],"\u8aad\u307f\u8fbc\u307f":[18,3],ieee:[],":\\\"":75," six":[3,56],"\u672a\u958b\u653e":20,"-h":14,"*,":28," I":62," API":[7,31,47,25,87],"\u3089\u308c":[20,3,68,8,9,28,39,37,40,80,18,12],"\u4e2d\u9593":[37,74],"\u3064\u3076\u3084\u304d":15,"\uff09\u3001":74,"_suffix":18,"* ":61," bug":[40,25],"*\"":[90,28],"_build":88,"\u3042\u306a\u305f":53,"*')":28," N":68,"\u6e2c\u5730\u7cfb":61,latin1:40," RDBMS":68," importance":[],"\u5168\u89d2":[18,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":14,FLOAT:23,"_is":18,hh:56,"\u5408\u81f4":3,"mo\u30d5\u30a1\u30a4\u30eb":62,"_in":[13,2,26,31,89,36,20,77,39,18,5],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[18,2,20,86,40],"\u540c\u3058\u5024":3,"\u901f\u304f":36,"\nwarning":[65,82],Masahiro:20,"\u30b9\u30b3\u30a2":[37,19,38,22,28,39,79,89],":tasukuchan":89,"-output":[28,17],"\u57fa\u6e96":[44,68,3],"_id":[18,39,3,79,40]," Type":[],".gz":62," short":28,"\nALERT":[65,82],"\u5fc5\u9808":28,",\n ":[36,89,19,64,38,84,15,9,28,44,55,45,72,29,41,12,51],"\u8d8a\u3048\u308b":38,Error:56," favorite":62,"\u30e2\u30b8\u30e5\u30fc\u30eb":[31,20,86,68],"/script":[],Redmine:1,"'localhost":[14,0],"\u3002\u2193":14,"\u5ea6\u3068":18,"\u53cb\u4eba":36,"\u4e0a\u8a18":[35,3,64,38,28,39,17,70,45,62,55],"_truncate":18,"\u5b66\u3093":89,MacPorts:[18,70,31],"with":[38,18]," is":[3,56,44,28,55,23]," it":15," doesn":[],"\u30b7\u30a7\u30eb":17,"\u65e5\u6642":[44,31,61,30,89]," GeoIndex":36," sid":[18,84,70,31],IPA:10,"\u4e0d\u6b63\u78ba":83," in":[37,56,84,28,25,40],"\u5bfe\u8a71":[3,55],"\u7d20\u5358":70,"_equal":37,"\u65b9\u6cd5":[3,26,73,74,17,24,40,29,5,31,44,78,38,61,62,63,64,14,86,15,46,28,18,87,88,89,68,70,45,23,47,55],"\u30ea\u30ea\u30fc\u30b9":[2,20,15,90,86,40,18],"\u5316\u5bfe":62,"\u65e5\u4ed8":68,"\u559c\u3073":[7,62],"\u6295\u7a3f":89,"\u4ed8\u3051\u308b":[66,3],"\u30d7\u30ed\u30b0\u30e9\u30e0":[47,20],"\u5c11\u306a\u304f":[68,15],"1\u3064":[35,36,19,89,28,17,18,41,4,1],"\u7279\u5225":29," YOSHIOKA":40,"\u5c11\u306a\u3044":[22,15,28],ko:25,"\u7d44\u307f\u8fbc\u3080":[68,37]," same":[],TokenDelimitNull:90,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":51,",\n{":[29,64,45],"\u7e70\u308a\u8fd4\u3059":20,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[52,28],"= ":39,"\"ellip":[63,5],"\u306e\u307f\u3057\u304b":4,"_GITHUB":62,"_CURSOR":20,"_res":17,"/html":[18,62],">cache":23,GPS:68,gbf:[],"\u5f97\u308b":[],"\u4e0d\u8981":68," releases":40,"\u697d\u3057\u3044":[38,74],"_search":[18,19,40],"\u3070\u3044\u3051":[40,28]," released":25," never":[],",\n[":73,"\u79d2\u3088\u308a":90,",\n]":38,"_CTX":18,queries:17,"\u64cd\u4f5c":[31,37,3,14,22,8,28,44,55,68,30],"_parse":22,"\u69cb\u7bc9":[31,26,74,15,40,47,88],view:[31,42,57,26,14,8],"\u5236\u5fa1":22," eggs":41,RETURN:56,Script:[]," markup":7,Wikipedia:61,"\u4ee3\u5165":[39,20,37],"\"float":[],latin:14,"\u63a5\u7d9a\u5148":0," missing":[],"\u884c\u6570":18,".list":70,"/doc":[]," Properties":56,"\u65b0\u898f":17,"\nBigram":17,"\u975e\u5e38":[22,8,40]," day":15," Request":62,"\u985e\u4f3c":[22,64,37,19,40],".\"":[44,15,3,36],"\u51fa\u529b":[2,3,26,73,65,17,40,30,31,9,83,10,61,12,62,14,84,85,28,18,88,19,68,20,43,89,23,47,82,86],WITH:[58,3],"\u304c\u3064\u3044":[40,20],"(string":60,"\ncolumns":[]," yappo":25," Akio":20," compared":[],"\nfind":[]," gqtp":68,Minute:56,"\u4e00\u9577":68," quit":14,ken:36,"\u3084\u304c":86,"\u5b66\u3073":28,"\u7dad\u6301":68,"\u304c\u304a\u304c":89,"/var":14,"\u6d88\u8cbb":15,"\u7121\u52b9":40,"\u4f4d\u7f6e":[36,3,31,68,27,39,58,86,89,18,30],"\u5168\u4ef6":[],"\u4e43\u6bc5":20,job:17," only":[],"\u3053\u308c\u3089":[3,67,38,89,79,85,45,23,47,4],key:[36,3,19,67,64,44,89,73,8,75,28,76,39,51,17,45,72,29,41,12,55],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":17,users:89," Languages":62,"\uff12\u3064":[39,67],"2\u4ef6":89,"\u304a\u77e5\u3089":[31,2,20,90,40],"\u7279\u5316":62,Emergency:56," map":56,plugin:18,admin:20,"/lucid":[],"/status":[23,0,55],":ss":56,valgrind:88," max":[52,69]," may":[],"\u6728\u578b":[8,28],".org":[36,3,67,44,73,17,39,55,70,62],"\u88dc\u6b63":[31,78,64,4,19],"/local":70," GNU":[18,70,31],"\nnumber":[],"\u843d\u3061\u308b":[18,20],"\u64a4\u5ec3":20," which":[],comment:89," pull":62,"\u4eca\u56de":[40,3],RAM:17,"\u304a\u304d\u307e\u3057\u3087":44," \"@":89,"\u4f5c\u6210":[2,3,51,17,40,29,30,72,6,31,44,8,79,38,58,10,61,36,14,15,46,28,18,41,19,67,89,20,45,47],"\u6295\u7a3f\u5834\u6240":89,"\u533a\u5225":[61,72,28],"/senna":73,DDL:38," \"I":[15,28],"\u6b63\u3057\u304f":29," \"K":36,"\u6df7\u5728":85,"_add":[14,31,42,57,26]," IWAI":40,"\u30af\u30ea\u30a2":18," an":[],"\u66ff\u3048\u308b":[3,67],table:[57,3,51,26,73,75,17,76,55,40,29,72,31,44,8,9,38,58,81,12,36,37,64,14,15,39,28,18,41,42,19,67,89,20,43,45,48,86]," \"_":[36,19,64,44,89,15,28,55,45,72,29,41,51],li:[38,74],rpm:[40,70],Uubntu:88," \"e":[29,19],quit:[31,42,56,26,14,33],"\u30b5\u30d6\u30bb\u30c3\u30c8":61,"\u91cd\u307f\u4ed8\u3051":[38,28],Tomoatsu:20,"\u30e1\u30e2\u30ea":[40,20,70]," \"n":55,"\nsearch":[],"\u9bae\u5ea6":15,json:[57,3,65,52,17,76,6,71,9,80,81,84,58,12,82,83,75,85,28,43,8,23,48],"\u78ba\u5b9f":64,TokenBigramIgnoreBlankSplitSymbolAlpha:38," \"s":[19,64],"}\u300d":28," Entry":[8,57,71,43,9,76,80,58,81,75,48,12],"]\n":[8,3,51,65,52,28,76,55,29,72,6,44,57,71,80,58,81,82,36,64,14,84,15,39,41,19,67,89,43,45,48],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":40,"\u3002SET":17,"\u521d\u671f\u5024":0,username:36,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":40,"\u5927\u6587\u5b57":3,HashTags:89,"\u8a08\u6e2c":[18,2,88],"\u30fb\u81ea\u5df1\u7d39":89,"_level":[6,31,42,56,26,14,65,82],SJIS:25,"\u5185\u90e8":[44,40,83,28],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":74,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":18," when":[]," fast":28,"\u58ca\u308c":[18,20,84],tsv:[23,85],"\u3068\u3064\u3044":39,"\u4fdd\u6301":54,"\u524d\u8ff0":38,"\u7a2e\u985e":[31,37,3,19,44,14,45,79,38,64,29,18,30],"\u540c\u671f":17," MessagePack":23,"\u3068\u3053\u308d":[7,40,89,62],"\u30c7\u30a3\u30b9\u30af":2,"\u307f\u305f\u3044":[]," favorited":89," \" ":17,"\u672a\u5b9a":[44,8],saer:[19,64],"\u52a0\u3048\u308b":[18,8,58],means:56,"\u533a\u5207":[8,28]," System":[1,61]," language":62,"\nmany":[],"\u4f4f\u6240":40," favorites":89,"\u793a\u3055":[9,12],"\u793a\u3057":[3,67,38,27,28,83,55],"\u73fe\u308c\u308b":38,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[18,40],at:[],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[31,53,62]," Good":15,"\u6570\u70b9":61,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[14,3],"\u79d2\u5f62":61,"\u3072\u308d":72,"\u8a08\u7b97":[2,63,64,68,27,39,45,29,60,61,5],"\u578b\u3068":67,"\u3072\u308d\u3086\u304d":72,vm:40,"\u3002\n":[2,74,52,17,5,6,9,83,81,61,12,36,37,14,84,66,86,18,41,89,20,90],"\nbox":[]," record":[44,3,55],"/\\":[],"/[":[],"\u9818\u57df":[40,39],"\u3002LD":70,"\u30bf\u30a4\u30df\u30f3\u30b0":[40,3],You:[],avg:0,pkg:20,"\u8fd4\u4fe1":89,"\u8aa4\u5b57":[18,20,40],uptime:[83,23,2,55],"\u5ea7\u6a19\u5024":18,"{LANGUAGE":62,"\u614e\u91cd":88,"\u3002\"":[38,89,55,64],"\u3002#":[18,20],"/g":[],"-deafult":18,"\u3002.":62,"/d":[],"/c":7,"\u3002)":[28,17]," replied":89,"\uff08longest":18,"\u91cd\u8996":[38,15],"\u901a\u308a":[63,19,38,27,9,28,45,12,5],"\u6ce8\u610f":[38,18,3,17,44],"\u300cbilliard":74,"\u767b\u9332":[84,8,3,64,44,75,20,15,90,68,39,37,40,29,89,4]," need":[]," PORT":55,"\u30ad\u30fc\u30ef\u30fc\u30c9":[31,2,3,38,68,74,28,24,89,4,90],"| _":39,"\u518d\u5ea6":37,"\nits":[],"/\n":[20,62],"\u3002C":[7,68],"\u3002N":38,"]\"":[89,39],"\u3002TokenDelimit":45," Ocelot":[18,70,31],"\"roonga":4,"[apt":40,v1:37,v2:37,"_ito":18,"\u672c\u4f53":47,pdf:[10,47],"\u3082\u3063\u3068":28,"\u304a\u304b\u3057\u304f":20,"\u3002_":[3,79],EOF:14,"\u300d\u300c":89,"\u3002[":[40,81,3],"/.":18,"\u5168\u6587\u691c":[31,20,3,30],"\uff01\"":89,"/*":[7,62],"/groonga":[3,7,20,14,55,70,40,18,62]," ID":[68,56],":\"":[22,3],"/$":62,"/\"":[36,3,67,44,73,39,55],"\u66f8\u304d\u8fbc\u3080":17,"\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9":[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,8,3,73,75,17,76,55,29,30,31,71,79,80,58,61,37,14,84,18,22,68]," ECMAScript":[],"\u4e00\u81f4\u7528":[],uzulla:18,"_POSITION":[3,51,38,89,15,28,58,41],lcov:88," translation":62,"\"ellipsoid":[63,5],"\u8868\u793a":[2,3,17,55,40,30,31,44,9,83,38,12,36,14,84,39,86,18,67,68,20,23],"\ndo":17," obj":84,"@' ":3,"\u8a9e\u5f59":[35,31,74,3,8,54,30],"\u3042\u304d":72,"\u3001(":[61,17],"x\u30df\u30ea":61,"\u767a\u63ee":68,detail:17,"_HOST":17," yum":[40,70],Nonexistent:28,".mo\u30d5\u30a1\u30a4\u30eb":62,"\u5fd8\u308c":18,"\u3002Point":[13,5],"\u9806\u5e8f":[3,38,8,9,28,12]," \u6642":89,web:[64,19,45],"\u5236\u7d04":35," Fumiyasu":18,listen:[14,40],"\u3042\u3063":[36,19,86,75,79,17,62],"-ruby":40," ]":[36,19,64,44,89,15,28,39,55,45,72,29,41,51],"\u3002 ":[13,27,3,45,68,20,63,17,64,55,28,29,18,40,62,61,90,5],"\u3042\u3068":62,self:17,"\u3055\u3093":[20,90,40,18,4,62],wareohji:40,"\u306b\u3059":38,script:[13,26,31,22,63,75,28,76,34,17,69,60,5],add:28," shema":[],"\u9ad8\u7cbe":68,"\nHere":[],"\u660e\u793a\u7684":23,qwik:73," its":56,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[18,88,62],match:[31,74,3,51,38,43,20,15,28,89,41,30,56],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":40," followings":[],ctrl:55,pkgs:70,RedHat:18,gd:[],dest:[14,0]," squeeze":[31,70],"\u756a\u53f7":[3,14,0,28,17,79,55],"\u59cb\u307e\u3063":4,"\u5b89\u5b9a":[40,84,86,68],Renamed:[],"'pid":14,"\u5f15\u8a9e":3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":18," keywords":[],Release:[],Masaharu:40,"2nd":[]," tracker":1,you:62,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":38," usages":[],Poedit:62,"\u4e00\u65b9":[38,44,3,68],"\"MySQL":4,"\u4e00\u3064":[57,73,74,75,52,28,76,5,6,32,44,33,71,9,34,58,84,81,60,61,12,82,13,63,83,65,86,80,68,43,8,69,48],CentOS:[18,40,20,70,31],"\u6574\u5408":2,"\u4f4f\u3093":89,"\u672c\u8cea":17," specify":[],"\u88dc\u5b8c":[31,19,78,20,45,29,4],"\u7f6e\u63db":[51,28],"\u5ea6\u5206":61,"\u6d0b\u723e":18,Sphinx:[7,10,47,87,62],"\u3068\u3044\u3063":39,"_threshold":[19,64,20,28,45,29,18],"\u4e0b\u8a18":[83,84,37,86],"\u306a\u304b\u3063":[6,57,3,81,14,65,86,8,43,52,28,76,38,80,58,17,40,48,82],Parameters:[],sequence:[29,64,19,45],OPTIONS:16,"\u4ee5\u524d":[38,18,89,52,44],Appended:[]," doest":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9":[],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":54,Quiz:36," range":[]," candidate2":19,"\u8ca0\u8377":20,"/source":[7,70,62]," unpatched":25,"\u5727\u7e2e":18,"'config":14,"\u610f\u56f3":40,"\u30b3\u30e1\u30f3\u30c8":[14,89,20,17],"_CALL":37,"_sortby":[43,67,28],"\u767a\u884c":55," origin":62,"_PAT":[36,3,51,38,89,73,8,9,28,41,72],"\u306e\u307b\u304b":[44,61],"\u304f\u3093":89,LANGUAGE:62,"\u7121\u9650":20,"\u96e2\u308c":39," than":56,"\u304f\u308c\u308b":[7,68,62],"\"gronga":4,"\u30dc\u30bf\u30f3":62,MinGW:18," mail":17," reasons":[],"\ncommand":[],"#{L":56,",\"domain":67," The":[]," Bool":[44,72],"\u5206\u3051\u308b":44,"\u3002-":[89,85],"\u30d0\u30b0":18,"/sources":70,"\u3057\u3064\u3064":88," deprecated":[],"\u3042\u308c":[38,15,17],"\u30c7\u30d0\u30c3\u30ac":88,"_DB":[18,40]," unexpected":[],"\u3042\u308a":[1,3,51,74,75,53,55,29,4,6,32,7,33,8,9,79,83,58,61,62,35,37,64,38,15,39,85,17,18,41,88,89,19,68,63,28,44,70,78,23,47,86]," body":[38,81,48,58,51],"\u7acb\u3061\u4e0a\u304c\u3063":17,host:17,GitHub:[1,18,62,40],offset:[43,67,3,19,28],"\u306e\u3044\u305a\u308c\u304b":[13,63,5],"\u307b\u307c":41,"\u6319\u52d5":[14,31,20,38,74],"\u9055\u3063":29,".hash":89,hana:36,"\u30c0\u30e1\u30fc\u30b8":38,"\u6f0f\u308c":[22,68],Groonga:[68,56,28],Weight:[],"\u3069\u306e":[64,27,63,28,5],"\u4ee5\u5185":[29,39,89,64],".overcommit":40,"\u5206z":61,"\u30b7\u30fc\u30b1\u30f3\u30b9":[29,64,45],http:[36,3,67,14,73,0,17,44,39,85,55,62],UP:23," important":[],"_queries":[23,3,55]," saerch":[19,64],"|KEY":[3,51,38,89,8,15,9,28,41,72],tomo:36,".html":[14,62],"\u9055\u3044":[44,3,28],"\u9055\u3046":20,SATOH:18," Ueno":[40,20,90],"\u610f\u5473":[37,3,19,14,28,39,17,29],Really:28,"!!":[36,89],"! ":[37,15,28],"!\"":[36,3,44,89,15,28,55],"\u6587\u66f8":[3,51,44,22,74,15,68,4],"\u6570\u5b57":[38,17,64],SIGINT:18," patch":25," value":[],Removed:[]," Shops":74,"\u4e26\u3073":[74,67],"<log":14,"\u53d7\u3051\u53d6\u3063":68,"0e":17,"\u3072\u308d\u3042\u304d":72,"\u85a6\u3081":[],"\u3002HOST":55,"_nsubrecs":[79,67],"-node":70,friends:36,"\u3002mroonga":68,"_remove":[31,42,26,14,81,18,48],"\u30ed\u30b4":40,"\u95b2\u89a7":55,development:47,">default":23,"\u5c55\u958b":[18,70]," event":[29,64,19,45],"var":[14,37,70,12],"\u901f\u5ea6":[18,17,36]," query":[19,56],Execution:[19,28],"\u89a7\u4e0b":88,"\u7279\u6b8a":[85,3,17],"\n\uff08":20,revised:59,"-pid":[14,18]," Bigram":[38,89],"\u304c\u3068\u3046":89,"-db":40," time":[44,56,17],IWAI:40," ready":[],"\u73fe\u5728":[6,3,68,27,0,52,17,54,34,89],gronga:4,"\u3068\u3069":78," +":[61,85,28,59],"\u53d7\u3051\u4ed8\u3051\u308b":[]," usage":[],"\u3068\u3066":68,"&& ":38,"_term":25,"\u5730\u56f3":68,enginen:29," Takashi":18,"\u753b\u9762":2,"\u4e00\u756a":28,"\nmatched":[]," wheezy":[18,70,31],"\u3068\u3053\u306e":29,"\u3068\u3057":[15,36,37,64,14,22,0,17,44,45,29,41,61,4],"\u4ecb\u6587":89," git":62,"\u3068\u3048":[74,51,68,8,39,86],"\u3002iptables":55,limit:[36,3,19,67,43,28,18,56]," accumulated":[],"\u6c7a\u5b9a":28,"\u3068\u304d":[2,3,74,28,55,40,29,4,44,61,12,36,37,64,14,66,18,19,68,20,70,45],"-disable":[18,20],epel:70,"\u611f\u8b1d":[18,2,20,90,40],Gemfile:40,links:[44,55,67],"\u518d\u691c":22,"\u4e2d\u91ce":89,pid:[14,2]," Shinya":40,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":20,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[31,30,89],"{\"":[84,17],"\u4f7f\u3044\u5206\u3051":[38,74],"\"\u307e\u308d\u3086\u304d":[]," error":40,"8bit":61,"\u521d\u56de":62," suggestion":16,"\"se":29,"_system":18,"%post":40,"-config":[14,18,2,20,40],"\u305f\u3060\u3057":[2,14,74,79,85,18],"\u7570\u306a\u308b":[31,44,14,17,38,39,24],"\u7570\u306a\u308a":28,"\u30a2\u30ed\u30b1\u30fc\u30c8":83,"\u5f85\u3061\u53d7\u3051\u308b":55,"/default":40,Arnaud:18," VALUE":3,"\u3068\u308a":[85,88,28]," Narwhal":[18,70,31],"_COLUMN":20,bool:[],Pikonyan:36,"\u3055\u304d":44,"\u6574\u5217":[68,3],"\u3068\u3082":[89,39,28,17],"{\n":37,"-analyzer":18,out:17," developer":89,"'abc":8,Zenigata:36," \u2026":[],":\u5206":89,"\u8ab2\u984c":1,Oneiric:[18,70,31],"\"GROONGA":[]," aren":[],".location":89,"\nfrom":[],"\u7591\u4f3c":[31,26,8,75,79,69],"\u65b0\u3057\u3044":[3,14,68,40,18,47,4,62],"-offset":28," MODE":25,"\u65b0\u3057\u304f":[15,3,86],"\u307b\u3069":[14,44,3,19],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":20,"\u7cfb\u7def":[],debian:40,"\u305f\u3070\u304b\u308a":15," to":[25,56,28]," available":25," tags":36,"\u30c7\u30fc\u30e2\u30f3":[14,40,2,55]," Gemfile":[],"\u6027\u80fd":68,Site:[44,3,55,67],original:72,Repoforge:70,"\u5909\u3048\u308b":38," space":[],"\"is":44,"\u307b\u304b":[44,68,89],"\u2026\uff09":64," advanced":25,rep:17,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":89," Content":[]},objtypes:{"0":"std:option"},titles:["7.1.1. grnslap","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.8. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","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","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.6. grn_expr","7.2. \u51fa\u529b","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","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","8.1. \u30af\u30a8\u30ea\u69cb\u6587","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.3. \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:["executables/grnslap","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","indexing","executables/groonga-suggest-create-dataset","executables/grntest","news/1.2.x","commands/suggest","news/1.0.x","spec/script_syntax","expr","output","troubleshooting","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","spec/query_syntax","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"]})