rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (300) hide show
  1. data/Gemfile +30 -0
  2. data/Rakefile +24 -285
  3. data/ext/groonga/extconf.rb +4 -2
  4. data/ext/groonga/rb-grn-array.c +5 -4
  5. data/ext/groonga/rb-grn-context.c +7 -22
  6. data/ext/groonga/rb-grn-database.c +42 -1
  7. data/ext/groonga/rb-grn-index-column.c +5 -0
  8. data/ext/groonga/rb-grn-object.c +58 -26
  9. data/ext/groonga/rb-grn-patricia-trie.c +2 -1
  10. data/ext/groonga/rb-grn-record.c +11 -1
  11. data/ext/groonga/rb-grn-snippet.c +44 -1
  12. data/ext/groonga/rb-grn-table-key-support.c +21 -10
  13. data/ext/groonga/rb-grn-utils.c +3 -1
  14. data/ext/groonga/rb-grn-variable-size-column.c +47 -1
  15. data/ext/groonga/rb-grn.h +4 -1
  16. data/extconf.rb +1 -0
  17. data/lib/1.8/groonga.so +0 -0
  18. data/lib/1.9/groonga.so +0 -0
  19. data/lib/groonga/dumper.rb +3 -3
  20. data/lib/groonga/pagination.rb +1 -1
  21. data/lib/groonga/record.rb +10 -0
  22. data/rroonga-build.rb +1 -1
  23. data/test/test-accessor.rb +4 -0
  24. data/test/test-array.rb +9 -1
  25. data/test/test-database.rb +16 -0
  26. data/test/test-expression.rb +2 -0
  27. data/test/test-hash.rb +11 -2
  28. data/test/test-patricia-trie.rb +10 -1
  29. data/test/test-table-select.rb +31 -17
  30. data/test/test-type.rb +3 -3
  31. data/test/test-variable-size-column.rb +8 -1
  32. data/vendor/local/bin/grntest.exe +0 -0
  33. data/vendor/local/bin/groonga.exe +0 -0
  34. data/vendor/local/bin/libgroonga-0.dll +0 -0
  35. data/vendor/local/bin/libmecab-1.dll +0 -0
  36. data/vendor/local/bin/mecab-config +2 -2
  37. data/vendor/local/bin/mecab.exe +0 -0
  38. data/vendor/local/include/groonga/groonga.h +20 -4
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  41. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  43. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  47. data/vendor/local/lib/libgroonga.a +0 -0
  48. data/vendor/local/lib/libgroonga.dll.a +0 -0
  49. data/vendor/local/lib/libgroonga.la +2 -2
  50. data/vendor/local/lib/libmecab.a +0 -0
  51. data/vendor/local/lib/libmecab.dll.a +0 -0
  52. data/vendor/local/lib/libmecab.la +1 -1
  53. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  54. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  55. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  56. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  57. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  58. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  59. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  60. data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
  61. data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
  63. data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
  76. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
  77. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
  79. data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
  80. data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
  81. data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
  82. data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
  83. data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
  84. data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
  85. data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
  86. data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
  87. data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
  88. data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
  89. data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
  90. data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
  91. data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
  92. data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
  93. data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
  94. data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
  95. data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
  96. data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
  97. data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
  98. data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
  99. data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
  100. data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
  101. data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
  102. data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
  103. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
  106. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
  109. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
  111. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
  112. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
  113. data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
  114. data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
  115. data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
  116. data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
  117. data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
  118. data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
  119. data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
  120. data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
  121. data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
  122. data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
  123. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
  124. data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
  126. data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
  128. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
  130. data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
  131. data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
  132. data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
  133. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
  135. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
  137. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  138. data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
  139. data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
  140. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
  143. data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
  144. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
  145. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
  146. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
  147. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
  148. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
  149. data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
  150. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  151. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
  152. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
  162. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
  164. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  165. data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
  166. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
  167. data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
  168. data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
  169. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
  170. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
  171. data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
  172. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
  173. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
  174. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
  175. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
  176. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
  177. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
  178. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
  179. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
  180. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
  181. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
  182. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  183. data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
  184. data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
  185. data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
  186. data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
  187. data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
  188. data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
  189. data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
  190. data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
  191. data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
  192. data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
  193. data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
  194. data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
  195. data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
  196. data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
  197. data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
  198. data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
  199. data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
  200. data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
  201. data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
  202. data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
  203. data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
  204. data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
  205. data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
  206. data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
  207. data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
  208. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  209. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
  210. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
  211. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
  212. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
  213. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
  214. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
  215. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  216. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
  217. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
  218. data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
  219. data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
  220. data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
  221. data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
  222. data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
  223. data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
  224. data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
  225. data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
  226. data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
  227. data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
  228. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
  229. data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
  230. data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
  231. data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
  232. data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
  233. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
  236. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
  237. data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
  238. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  240. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
  242. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  243. data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
  244. data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
  245. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  247. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
  248. data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
  249. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
  250. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
  251. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
  252. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
  253. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
  254. data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
  255. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  256. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
  257. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
  258. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
  267. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
  269. data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
  270. data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
  271. data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
  272. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
  273. data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
  274. data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
  275. data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
  276. data/vendor/local/share/doc/groonga/source/index.txt +1 -0
  277. data/vendor/local/share/doc/groonga/source/install.txt +14 -3
  278. data/vendor/local/share/doc/groonga/source/log.txt +214 -0
  279. data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
  280. data/vendor/local/share/doc/groonga/source/news.txt +35 -3
  281. data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
  282. data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
  283. data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
  284. data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
  285. data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
  286. data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
  287. data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
  288. data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
  289. data/vendor/local/share/license/groonga/AUTHORS +17 -0
  290. data/vendor/local/share/license/groonga/COPYING +504 -0
  291. data/vendor/local/share/license/mecab/AUTHORS +1 -0
  292. data/vendor/local/share/license/mecab/BSD +29 -0
  293. data/vendor/local/share/license/mecab/COPYING +4 -0
  294. data/vendor/local/share/license/mecab/GPL +340 -0
  295. data/vendor/local/share/license/mecab/LGPL +504 -0
  296. data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
  297. data/vendor/local/share/license/naist-jdic/COPYING +31 -0
  298. data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
  299. data/vendor/local/share/man/man1/groonga.1 +1174 -48
  300. metadata +62 -9
@@ -1 +1 @@
1
- Search.setIndex({objects:{"":{"--dir":[54,0,1],"--document-root":[46,0,1],"--cache-limit":[46,0,1],"-P":[49,0,1],"--pid-path":[46,0,1],"--log-output-dir":[54,0,1],"-d":[46,0,1],"-a":[46,0,1],"-c":[46,0,1],"-m":[49,0,1],"-l":[46,0,1],"-n":[46,0,1],"-i":[46,0,1],"-h":[46,0,1],"-t":[46,0,1],"-p":[46,0,1],"-s":[46,0,1],"--log-path":[46,0,1],"--default-match-escalation-threshold":[46,0,1],"-e":[46,0,1],"--config-path":[46,0,1],"--query-log-path":[46,0,1],"--protocol":[46,0,1],"--bind-address":[46,0,1],"--noftp":[54,0,1],"--groonga":[54,0,1]}},terms:{"\u305a\u308c":[12,64,46,57,8,10,27,75,72,40],".status":54,"'config":46,"\u3002groonga":[4,65,24,28,30,75,33,73],"\u51fa\u6765":[27,28,29,32,33],localstatedir:[66,71],"\u3082\u3089\u3063":27,prefix:[56,12,71,60],"\u3002scan":60,"\"cache":[27,28],"\u3070\u308c\u308b":66,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[46,20],"\u811a\u6ce8":[42,72,7,27,35,37,16],"\u30c7\u30fc\u30bf\u30d9\u30fc":56," scan":60," thread":[61,54],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[46,6,74],"\u79d2\u60c5":56,"_column":[18,54,43,26,5],"\u975e\u4e92\u63db":56,"\u30df\u30ea":[45,37,56]," Lynx":[18,71],spec:66," GitHub":74," use":[47,74],editrc:56," stamp":61,"\u30d0\u30c3\u30d5\u30a1ID":47,"\u6b63\u5e38":54,"\u3066\u307f\u307e\u3057\u3087":45,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":69,"/plugins":66,"\u3065\u3051":75,"\u3059\u3067\u306b":9,"\u3002name":24,"\u6761\u4ef6\u5f0f":10,"\u6700\u9577":[24,54],starttime:4,"GET\u30e1\u30bd\u30c3\u30c9":20,"\u7c21\u5358":[21,27]," threads":61,"\u63a5\u8fd1":12,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":66,"-repository":71,"/Fedora":66,"\u3044\u304f\u3064\u304b":[12,60,24,52,26]," column":[27,29,45,64],"\u79d2x":[45,37],"\u89e3\u9664":[46,2,3,63],"_nsubrecs":[32,31,26,69],"\u4f5c\u3089\u308c":54," install":[55,71,49,60,54],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":56,"\u4e00\u8a9e":21," CUTTER":60,"[2":46," domain":[22,31],"\u65e5\u672c\u6e2c":[65,37],".\"":[27,29,32],"\u6210\u529f":[17,51,67,24,8,11,28,63,30,35,14,40],"\u4e8b\u524d":21,"\u7d30\u304b\u304f":72,"\u5f15\u304d":65,Visual:56," push":74,"\u30b7\u30f3\u30dc\u30eb":[24,30,64],"\u505c\u6b62":[46,19,75],net:31,"\u683c\u7d0d":[12,64,46,43,25,26,27,29,30,31,32,69,37,39],SiteDomain:31,"\u4e8c\u3064":[43,75,54],args:46,"\u3042\u306a\u305f":52,"\u7fbd\u7530":69,"\u578b\u3068\u3057\u3066":37,"\u306f\u3044\u3051":11,"\u5fdc\u3058":[72,54],"& ":[21,43,45,71,12],"\u9069\u7528":10,"\u3002output":6,"\u30af\u30a8\u30ea\u30ed\u30b0":56,china:31,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":23,GRN:[56,12,66,10],path:[46,25,39],"\u300cComments":69,"\u4e0e\u3048":[12,46,57,27,31,21],".ddl":54," option":61,"\u305a\u306b":24,"_key":[2,69,26,27,28,29,45,10,32,33,34,31],"_dir":56,"\u79cb\u8449":45,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[71,54],"\u4e2d\u8eab":[27,54],"\u5f62\u614b":[65,24,71],"_output":[67,31,10],":port":[46,20],"'\u3002":46,"\u58ca\u308c\u308b":[56,2,66],"\u7ffb\u8a33":[73,74],"\u63a8\u79fb":75,"\u300c\"":[46,27],"\u300c#":[66,69],"\u300c.":29,"\u8fd4\u5374":[27,39,25,10],"_rc":10,"-YYY":74,total:[47,54],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[73,12],"\u592a\u90ce":32,noarch:71,"\u9023\u7d9a":[21,43],"\u304a\u3063\u3055\u3093":69,typo:56,ip:54,TABLE:[34,27,24,25,66],"\u4e0a\u4f4d":21,type:[69,54,27,29,30,31,32,33,34,45,39],"\"n":[27,28],"\u30d6\u30ed\u30b0":[69,33],"_LIBRARY":71,"<=":69," opened":61,"\u73fe\u5728\u5730":69,autogen:74,"\u52d5\u753b":32,"\u901a\u5e38grntest":54,"\u4e0b\u304c\u308a":21,"'Site":27,"_register":[68,32],"(pos":[42,7,16],EMERG:[8,40],"-bind":[46,56],"_command":[27,28],"\u3064\u3065\u3044":69,"\u7518\u6817":69,"\u5217\u5f62":72,"\u6709\u52b9":[46,24,57,10,27,28,29,54],"\u62bc\u3057":27,"\u7f6e\u304d\u63db\u3048":[46,74],"\u4ee5\u4e0a":[12,46,43,54,27,60,74],mm:61,Text:37,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":54,"\u62bc\u3059":[27,74],"\u30a2\u30fc\u30ab\u30a4\u30d6":74,mv:17,"_SIS":[34,24,43],"_EXPR":12,"\u300c_":27,"\u306b\u95a2\u3057":[12,54],"-macports":71,"\u5316\u6642":56,"\u30e8\u30df\u30ac\u30ca":64,"-> ":66,JavaScript:[18,28,45,15,20],updated:21,LC:74,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[2,3],"\u660e\u793a":[46,65,54],"\u6b21\u90ce":32,"2Gbyte":37," pdf":55,LF:49,end:49,"\u5408\u5bbf":69,Format:61,"\u540d\u524d":[3,4,20,6,7,8,9,10,11,16,17,18,19,5,23,24,25,26,27,63,30,35,36,37,39,40,42,44,45,46,47,49,51,54,56,57,14,64,72,66,67,68,69,70,74,75]," chunk":47,"/vdw":[27,45,31],"\u53ef\u80fd":[54,43,20,46,47,24,10,21,12,45,26,32,65,34,56,60,75],"\u30d7\u30ed\u30bb\u30b9":[18,4,46,23,49,54,65,27,28,75,47],"\nworks":61,config:[2,75],"\u30b4\u30df":[47,66],"\u7d42\u4e86":[46,23,66,54,28,75]," title":[27,28,29,32,33],description:[43,69],"_plugins":56,"\u30b9\u30fc\u30d7":43,"\ndebug":[8,40],lat:54," hobby":61,"_title":[27,54,33],types:64,"/IP":65,"\u305d\u306e\u5f8c":62,".tar":74,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[18,29,15,69],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":66,"\u5c0f\u3055\u3044":[12,68],"(\u4f8b":64,">#{":61,"\u901a\u5e38":[27,29,37,26],"\uff08TokenMecab":21,"\u5272\u308a\u5f53\u3066":66,"\u500b\u5b9a":48,"\u30e6\u30fc\u30b6":[12,72,24,54,30,37],"\u3069\u3053":56,"\u4e88\u5b9a":[22,65,75],"\u3042\u305f\u308a":66,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,22,66,54,53,56,55,73,58,74],"\u7acb\u3061\u4e0a\u3052":54," smaller":61,"\u5358\u4e00":30," url":6,"\u305f\u304f":74,"\u305f\u304b":56,"\u30d1\u30c8\u30ea\u30b7\u30a2":[34,27,24,43],japan:31,"\u305f\u3044":[71,22,54,27,28,31,32,33,46,37],gqtp:[46,65,48,49,54,73],"\u6d6e\u52d5":[29,37],"\uff01 ":69,"_in":[42,2,5,18,66,50,69,45,32,56,16],LongText:37,"\u8fd4\u3057":[42,12,4,7,10,27,44,70,36,16],"\u8fd4\u3055":[47,57,9,10,75],"\u305f\u3073":[45,75,54],"\u6574\u6570":[29,37,9,26,70]," type":30,"\uff09\u3001":43," message":[40,33],"\u3002grntest":54,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":11,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":54,"\u3082\u3063\u3068\u3082":60,"\u300coutput":20,"\u691c\u8a0e":21,"\u8a8d\u8a3c":28,"\u8fd4\u5024":[24,20,6,7,8,9,10,11,16,17,19,23,3,63,44,30,35,36,39,40,42,4,47,51,57,64,67,70,14,25],Daiki:[66,68],"\u5168\u3066":[37,10,33],"_select":[72,73,12],"\ncustomized":61,"\u691c\u8a3c":49,"(point":[42,7,16],"\u6771\u4eac":[21,43,45,69],"2\u3064":[0,36,69,33],API:[56,12,66,68,72],PROGRESS:61,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[18,2,47,27,39,32,33,15],"\u30ec\u30d9\u30eb":[46,8,40],development:73,"\u30d1\u30b9":[20,46,66,49,54,68,56],"\u3002\uff08":[47,56,43,66,74],"\u3002\uff09":[56,2,66,74],"_DAT":56," Please":74,"\" ":[21,45,54],"\u3050\u308b\u3093\u3057\u304d":72,"\u767a\u884c":28,TokenBigramSplitSymbolAlphaDigit:21,"\u30ed\u30b0\u30d1\u30b9":66," Tracking":0,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9":27,rd:[21,43],moritapo:32,rc:61,"\u90e8\u5206":[21,43,60,12,64],"\".":31,Zenigata:32,"\u6570\u3048\u308b":65,"\u77ed\u3044":[66,69],"/\uff09":66,"_tp":49,"\uff01\uff08":74,free:66,DLL:56," html":[55,74]," editor":74,"\u305f\u308a":[72,73,24,9],"\u305f\u3089":[66,74],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":39,"\u305f\u3081":[6,43,10,24,21,29,45,32,34,59,74,54,12,46,47,49,52,60,64,72,69,65,73],"\u30eb\u30fc\u30eb":66,"\u307e\u308d\u3086\u304d":34,"\u30eb\u30fc\u30d7":66,libedit:[56,2,66],"++":56,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":66,filter:[43,21,66,67,10,69,45,32],COLUMN:[27,29,30,39],"\u8fd4\u308a":45,"\u8fd4\u308b":66,TIME:61,"\u30eb\u30fc\u30c8":56,user:54,"|COMPRESS":39,"\u8aad\u307f\u8fbc\u3093":28,"\u53ef\u5909":[56,3],Notification:61,"\u3002Time":69,"2\u5104":41,"\u304a\u3055\u307e\u308b":45,"_next":66," processed":61,"> ":[68,27,28,29,45,31,32,33,34]," brew":71,"\u6607\u964d":[24,10],"1\u884c":54,"\u30b5\u30dd\u30fc\u30c8":[2,66,54,75,56,37],"\u540c\u4e00":[54,43,24,26,27,30,10,33,75]," Meerkat":56,top:[42,56],"\u4f7f\u308f":[56,65],"\u533a\u5207\u308a":[46,57,6,49,10,27,29,31],"\u533a\u5207\u308b":66,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[46,20],"\u5316\u524d":26,"(Windows":54,"\u5358\u4f4d":[66,7,43,16],"_clear":56,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":47,".com":[27,29,45,31,71,74],"\u5358\u4f53":54,"\u3069\u3061\u3089\u304b":28,"_MESSAGES":74,nsubrecs:31,Marverick:66,Debian:[18,71,60,56],bi:[21,43],"\u3002value":26,"\u3002true":37," \"@":69," sphinx":55,"\u30a8\u30e9\u30fc":[17,2,51,67,75,24,8,10,11,63,30,54,56,35,14,40],Animation:32,"\u5834\u5408":[2,24,4,20,6,43,8,9,10,11,16,17,21,51,3,63,27,28,29,30,31,32,33,35,37,40,41,12,45,46,47,49,54,56,57,14,65,66,67,69,70,71,74,75],"\u3002grn":[72,12],"\u5f93\u3063":[24,10,20],"\u300cbill":43,"\u304b\u3069\u3046":[21,10],latency:54,"\n>":[27,28,29,45,31,32,33,34],"\u7279\u6b8a":[54,20],"\u4e00\u89a7":[18,50,5,46,47,21,29,32,69]," and":[73,61],",\\\"":57,"/run":46,"\n-":[63,11],OLAP:65,"\n(":61,"-port":[46,54],They:61,"_distance":[18,2,5,7,50,45,32,36],"\n%":[46,6,27,28,71,60,74],"\n ":[21,47,67,25,54,4,69,10,39],"\u5f93\u3046":66,"\n\"":54,"\n#":[46,55,54],"\n]":[6,57]," index":[32,33],"\u30d9\u30af\u30c8\u30eb":37,"/share":[46,56],"\n[":[3,6,8,9,54,51,63,27,28,29,30,31,32,33,34,45,21,40,46,47,57,67,24,69],"\u30b1\u30fc\u30b9":21,"\u7d22\u7528":[18,15,27],"\u3044\u307e\u305b":[72,71],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":74,"\u3084\u3059\u3044":2,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":47," point":7,"\u4f7f\u3063":[0,12,21,47,43,27,45,32,73,74],"\u3072\u3068\u3064":36,"\u30b5\u30b8\u30a7\u30b9\u30c8":66,"\n}":12,"> /":71,"\u540c\u68b1":[66,74],"\u7d22\u6642":66,radious:16,"\n{":[4,57,54],doc:[22,74],Float:[29,7,37],".GitHub":74,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":68,"\u767a\u751f":[21,2],"\u56fa\u5b9a":24,"\u4f7f\u3048":[56,71,10],"\u4f7f\u3046":[2,12,22,72,6,66,54,27,29,33,56,21],"\u30ed\u30fc\u30c9":[18,46,66,57,27,69,56,15],"\n`":[17,24,67,64,47,3,8,9,51,11,63,30,35,14,40],"\na":61,"\u66f8\u304d\u8fbc\u307f":69,"\u66f8\u304d\u8fbc\u307e":17,Fedora:[18,66,71],"\u30ec\u30b3\u30fc\u30c9":[57,10,11,27,24,25,26,46,45,31,32,34,37,41,12,21,56,72,66,67,69,65],"\u306a\u304a\u3053\u306e":54,"\u6210\u308a\u7acb\u3063":12,"\u307f\u306a\u3055":12,"\u65e5\u672c\u8a9e":[0,21,74],"\u8ffd\u52a0":[2,24,57,15,18,51,26,27,30,31,32,33,34,59,21,74,12,46,56,66,67,68,73]," X":[18,66,71],"\u5ea6\u8868":66,"\"\u308d\u3086\u304d":34,"\u5c0f\u6570":[56,29,37,10]," \u3057\u3044":[21,43],"@s":66,grnslap:[1,18,49,5],"\u72ec\u81ea":[65,28,49],"\u30d5\u30a9\u30fc\u30e0":72," --":[69,32],"/null":2,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":12," work":61,"do":54,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":66,"-enable":66,"(location":[69,45,32]," Ventry":51,"\u3055\u3089\u306b":[65,69,75,32],de:74,db:[54,3,63,32],"_limit":[18,2,5,62,67,9,10,31],"\u5019\u88dc":64,"\u8ab0\u304b":73,"/grntest":66,"\u8ab0\u304c":69,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[18,62,66,75,5],"\u3064\u304b":68,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[18,66,21,43,68,13,56],"\u91cd\u304f":21,"_index":69,"\u7d50\u679c":[18,54,12,72,64,20,21,65,6,43,69,10,33,27,66,45,13,26,60,31],"\u30ec\u30b3\u30fc\u30c9ID":11,"`${":74," five":27,noftp:54," IndexBlog":33,"\u90e8\u54c1":65,"\nload":6,",\"location":[45,32],"\u69cb\u9020":[72,12,32],"\u5e83\u304f":[65,69],"\u591a\u3044":21," this":27,"/gat":[27,45,31],result:12,"\u9589\u3058":56,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":43,"\u4e88\u7d04":[24,30],"<port":[46,54],"\u67d4\u8edf":72,"\u6a5f\u80fd":[2,12,46,72,66,54,28,69],"(Cutter":60,tags:32,"\u4e8c\u3064\u76ee":12,"\u3002status":27,score:[12,21,10,27,69,45,32],"\u30d7\u30ed\u30b0\u30e9\u30e0":[73,66],"\u5bbf\u99c5":69,"\u7bc4\u56f2":[42,18,21,65,75,24,10,27,69,26,15,16],"\u3002json":27,"\u524d\u65b9\u4e00\u81f4":2,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":12,"_CHECK":60," information":74,"\u611f\u3058":69,"\u3044\u305a\u308c":[37,75,26],"\u3092\u901a\u3057":[46,27],"_get":56,"\u30b5\u30fc\u30d0\u30fc":56,"\u59cb\u307e\u308b":[30,54,26],"_NORMALIZE":[21,24,25,27,69,33],"\u534a\u5f84":16,"\u5373\u6642":65,"\u539f\u99c5":45,packages:[71,74],"\u3092\u901a\u3058":[65,45],"_level":[17,18,62,61,5,46,8,40],"\u69cb\u3044":74,"\u3068\u3057\u307e\u3057\u3087":[27,33],country:31,ill:43,"\u30e9\u30f3\u30c0\u30e0":45,"\u30a8\u30f3\u30b3\u30fc\u30c9":[66,20],"\u66f8\u304d\u8fbc\u3093":69,"|PERSISTENT":[25,39],"\u30e9\u30a4\u30d6\u30e9\u30eaSenna":[18,65],"\u4e00\u4ef6":11,"0e":54,"\u975e\u308f\u304b\u3061":[21,43],com:[48,31]," with":[47,61],"\u540c\u69d8":[12,65,54,45,10,32],point2:7,"\u591a\u91cd":49,abbreviate:[57,10],"\u5931\u6557":[56,66],"\u5f8c\u304b\u3089":6,"\u7d4c\u7def":[29,45],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":46,"\u4fdd\u5b58":[18,46,65,29,45,32,69,37,15],"-gram":[21,27,43],"\u95a2\u6570":[17,42,2,7,44,5,18,72,24,50,12,45,70,66,36,60,16]," formats":61,diff:54," following":61,"\uff13\u3064":37,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":54,"\u7b49\u3057\u3044":[72,12]," four":[27,61],"\u7b49\u3057\u304f":12,"\u672a\u63d0":71," some":61,"\u30ad\u30fc\u30ef\u30fc\u30c9":[18,2,21,43,68,69,13],"\u3068\u3044\u3046":[72,20,21,47,48,43,54,65,27,28,69,45,31,32,56,55,37,75,60,74],JSON:[56,66,57],"\u95b2\u89a7":28,")\u300d":[46,27],"_blog":33,"\u69d8\u5b50":27," array":47,")\u3002":11,DD:61,"\u7528\u3044":[17,18,2,20,21,65,10,27,28,69,45,60,32,33,55,56,15],"\u95a2\u4fc2\u5f0f":[73,12],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[46,47,6,69],DB:[18,12,46,25,54,27,15],"\u30ab\u30f3\u30de":[27,6,57,31,10],worker:48,"\u65b0\u305f":12,"\u521d\u671f\u5024":49,"\u5730\u70b9":45,"\u9ad8\u67d4":65,"\u554f\u984c":[2,47,66,54,68,56,74],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[18,52],Process:[18,61,5],"\u3069\u3093":[25,39],zlib:66,"_message":33,"\u305a\u3064":[46,69,54,33],near:12,"\u5165\u529b":[2,24,4,6,8,9,10,11,17,19,23,3,63,27,28,29,30,35,39,40,45,46,47,49,51,54,56,57,72,67,14,25],tasukuchan:69,".friends":32,TokenMecab:[21,24,43],"\u6700\u3082":47,"\u30d0\u30c3\u30d5\u30a1":47,"\u79d2\u6570":[4,69,37,10],"\u6709\u9650":10,is:[61,74],it:61," can":[61,74],il:[21,43],"\u53d6\u5f97":[71,9,32,31],ia:[21,43],"\"}":[57,45,31,32,33,34],id:[46,6,25,10,11,27,28,29,45,26,32,33,34,21,39,31],"if":12,"\"@":69,TokenBigramIgnoreBlank:21," remained":61,"1\u4ef6":[21,69,11],"_rectangle":[42,2,5,18,66,50,45,56],suggest:[18,62,64,5,66,56],make:[49,71,60,74],"\u4f8b\u3048":[46,43,54,21,31,32,33,34,59],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":12,"-dataset":68,"\u7121\u8996":[46,6,66,11,21,56],"\"]":[46,6,69,25,10,27,28,29,45,31,32,33,34,21,39],"\"_":[21,6,57,10,27,28,29,45,31,32,33,34,69],"\u3002rst":55,"\u3069\u3046":[17,2,51,21,67,24,8,11,63,30,35,14,40],"\"'":[21,43],"\u30e2\u30fc\u30c9":[27,28,12,54,20],"\"\"":27,"\",":[54,64,46,47,6,57,25,10,27,28,29,45,31,32,33,34,21,39,69],"|:":61,"\u306b\u3088\u3063\u3066":[21,72,60,75,26],"\"/":[46,45],"\"(":32,"\")":[42,7,72,24,45,32,36],"\u5f15\u7528":46," Masahiro":66,"\u30e1\u30e2\u30ea":66,"\":":[64,4,47,57,54,27,28,29,45,31,32,33,34,69],"\";":54," hash":69,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[21,43],"\u72b6\u614b":[4,46,47,66,49,10,27,21],"\u3055\u307e\u3056\u307e\u306a":[18,29,45,15,69],"\"\n":[34,69,71,54],MATSUU:66,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[30,26],"\u3084\u3059\u304f":66,"\u30c4\u30fc\u30eb":[20,46,49,28,55,74],the:22,"IP\u30a2\u30c9\u30ec\u30b9":28,protocol:[46,28,20],"_score":[26,27,69,45,32,56],"||":[12,33],"_tags":[69,32],"\u9ad8\u7cbe":65,"\u5206\u5c90":60,"\u3002load":27,yes:60,Maverick:56,"\u9577\u65b9":7,"\u5f8c\u65b9":[18,43,24,12,34,15]," was":32,"\u89e3\u50cf":66,keyserver:71,"\u9806\u6b21":[46,27,28,49,10],defrag:[18,2,3,62,5],".scr":54,Elapsed:61,"\u6e80\u8db3":10,"_selector":[46,18,62,67,5],easy:55,"\u30ce\u30fc\u30c8":[71,74],"\"grn":32,"5f":54,"\u7528\u3044\u308b":[65,27,45,32,59],"\u300c,":6,"_close":12,"\u7d4c\u5ea6":[65,18,69,37,45],"\u8ad6\u7406\u7a4d":10,"|>":61,"\u9001\u308b":74,"\u30d0\u30a4\u30ca\u30ea":71,"|'":10,"| ":[21,71,45,61,10],"\nrep":54,"\u6539\u540d":56,"\u5f8c\u4e8c":75,"\u30ed\u30c3\u30af":[2,46,65,3,63,56]," means":61,"],":[54,64,46,47,6,57,25,10,27,28,29,45,31,32,33,34,21,39,69],"\u691c\u7d22\u4f8b":[73,12],"/Linux":[18,71,56],"\u30d4\u30ea\u30aa\u30c9":[24,30],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,3,72,46,47,6,24,57,10,11,27,28,63,30,26,12,65,56,37,54],"_expr":[42,12,5,18,67,7,57,10,44,70,72,73,36,16]," report":73,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[75,54],"\u307e\u3068\u3081\u308b":10,"\u7d20\u89e3":24," request":74,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":69,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[46,27],"\u307e\u3068\u3081\u3066":[24,10],"_BUT":12,"_db":[66,68],"_str":69,TokenBigramSplitSymbol:[21,66],"\u7d5e\u8fbc\u307f":64,"\u5358\u8a9e":[27,69,59,33],"\u4f7f\u7528":[2,20,7,57,10,11,12,27,24,46,28,30,21,43,4,47,54,72,66,69,71,75],"\u3002prefix":71,".zip":74,"\u9001\u3063":[22,73,74],"_table":[12,72,66,54,56,73],bottom:[42,56],"_right":[42,56]," firefox":74,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":69," result":33,"\u5358\u7d14":[34,12],".sourceforge":52,unstable:71,localhost:[28,49,54],"\u53c2\u8003":[27,74]," since":61,"\u3001\u300c":[2,64,46,43,27,28,69,32,21],"\u5b8c\u5168":[21,30,24,43,12],"-MM":61,"\u6b63\u78ba":4,"\u30b5\u30fc\u30d3\u30b9":[1,18,5,20,65],IndexBlog:33," Table":46,"\u3067\u3082\u3046":0," username":32,"\u4f5c\u696d":74,obj:47,"\u30c1\u30a7\u30c3\u30af":[47,66,49,54,56],OR:45,"\"text":56,"\u5224\u5b9a":45,"(GET":49,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":27,"\u7d44\u307f\u7acb\u3066\u308b":72,"\"starttime":[27,28],"\u5b66\u3093":69,Use:[46,73]," last":69,"[[":[64,46,69,25,10,27,28,29,45,31,32,33,34,21,39],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":25,"\u306a\u3055\u3093":73,"\nlevel":61,Critical:61,"_size":12,bool:37,"\u6700\u521d":[27,10]," RAND":70,"\u89e3\u91c8":[66,6,12]," number":[46,29,54],"_open":66,"\u30d0\u30fc\u30b8\u30e7\u30f3":[2,65,66,68,27,75,56],editor:74,Ubuntu:[18,66,71,60,56],cdbs:56,"\u6291\u3048":21,"_body":[21,30],fork:[46,74]," TokenBigram":[21,27,24,69,33],head:49,"\u5f0f\u4e2d":72,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":11,TokenUnigram:24," make":[55,71,60],"\u3080\u3044\u3061\u3083\u3044":69,"[\n":33,"true":[2,24,57,11,35,16,17,29,51,27,63,45,31,32,33,34,30,40,42,8,67,14],"\u8981\u7d20":[12,46,51,57,54,27],"\u9032\u6570":47,"\u5165\u308b":[25,39],"\u5165\u308a":[25,27,28,69,31,39]," groonga":[61,46,6,27,28,71,33,74],"\u5426\u5b9a":12,GeoPoint:[42,2,66,7,69,45,31,32,37,16],"[\"":[47,25,27,29,45,31,32,69,39]," friends":32,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[24,43],"\u53ef\u5909\u9577":24,"\u30e1\u30c3\u30bb\u30fc\u30b8":[69,75],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[21,27,43,71],"\u5185\u8a33":21,"delete":[18,2,5,66,62,11],"\u6587\u5b57":[42,2,7,40,69,46,57,24,43,10,72,12,27,29,45,31,32,33,36,37,16],LTS:[18,71],"\u3002sortby":10,"\u306e\u304b":[27,29,43,69],"\u8abf\u3079\u308b":[42,16],"\u6c7a\u3081\u308b":12,Variety:32,Introduction:73," flags":30,"';":46,"\u5165\u3063":[27,60,32,33],score1:12,"\u53d7\u3051":[27,28,48,72],"' ":[61,21,24,69,45,32],"'/":27,"\u3002\u3044\u308f\u3086\u308b":65,"'-":46,"mo\u30d5\u30a1\u30a4\u30eb":74,"\u3054\u89a7\u304f":60,ongaeshi:66,"'(":[46,27,57],"\u30a8\u30c7\u30a3\u30bf":74,"\u306e\u306b":[21,18,13,65]," Takahiro":66,"\u6982\u5ff5":75,"\u306e\u3061":[27,29,10],"\u306e\u3067":[20,21,43,54,56,74],"_CODE":61,"\u914d\u5217":[12,47,43,25,27,29,30,32,69,56,66,39],Microsecond:61,"\u3002\u307e\u305f":[12,20,46,65,24,49,54,27,45,75,72,34,37],"\u306e\u307f":[17,43,20,21,65,6,24,57,9,10,27,12,26,71,33,34,74,60,31],test:[25,54,27,29,39,60],TokenMeCab:43,"'\n":[21,45,32],"\u5c5e\u6027":[68,24,30,25,39],"\u305f\u3081\u3057":45,"'s":[61,74],truncate:56,"\u66f8\u304b":69,Windows:[18,71,54,56],"'|":10,"\u3089\u308c\u308b":[43,12],"\u88dc\u3046":64,"\u547d\u4ee4":[46,54],"\u964d\u9806":[27,31,10],scorer:[18,67,10,45,32,15],"\uff09 ":[56,66],"\u305b\u308b":[12,20,72,27,28,29,60],"'n":46,"/execfile":27,"\u6bb5\u843d":30,"_count":[4,27,28],PostgreSQL:65,"'_":[27,57,10],"\u6765\u307e\u3057":69,pseudo:[18,26,5],"\u6539\u5584":[56,2],"_offset":[67,31,10],Second:61," json":57,time:29,"\u4e2d\u9593":[43,12],"\u9069\u5207":[66,54],":/":[71,20,46,6,49,27,28,29,45,31,32,74],"\u53cd\u6620":12,"\u81ea\u52d5\u7684":54,"\u7b26\u53f7":37,": ":[41,18,2,12,64,20,46,57,66,49,25,27,13,32,56,21,39,75],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":56,"\u7279\u6027":65,"/debian":71,":<":10,trigram:24,":>":10,"\u30d2\u30c3\u30c8":[12,21,43,10,69,34]," load":27,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[18,28,15]," all":61,"<threshold":46,"\u795e\u5948\u5ddd":69," sudo":[71,60],"_left":[42,56],"\u4e00\u822c":[27,65],"_builtin":56,"(ptr":66,"\u524a\u9664":[2,46,66,26,11,35,56,14],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":60,Day:61,"*BSD":66,"/LZO":66,string:[36,29,12],groonga:[0,1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,59,60,61,63,65,66,67,68,69,70,71,73,74,75],"\nrequests":61,"\u304a\u6c17":69,"-root":[46,66,20]," character":61,enqueue:48,"\u4e0a\u91ce":66,VERSION:54,"\u30b5\u30f3\u30d7\u30eb":[66,49,68,54],exact:12,".body":[3,63,39]," \u3002":21,"\u52d5\u4f5c":[66,54,28,75,56,10,73,60,74],"\u30b9\u30af\u30ea\u30d7\u30c8":[66,68,54],"\u4ee5\u4e0b":[20,6,43,8,54,27,24,25,46,30,31,32,45,37,39,74,41,12,21,47,10,55,57,60,72,69,71,40],level:[8,40],"\u3068\u3057\u3066":[7,57,54,12,27,24,26,46,29,45,32,59,36,37,74,43,21,75,58,60,64,65,66,71],"\u51fa\u6765\u308b":69,":@":[10,27,28,29,32,69,34],"-escalation":[46,21,66,10],"\"\u3086\u304d":34,"\u52a0\u3048\u308b":[56,24,30],"\u3053\u3053":[21,27,29,45,69],"\u4e0d\u6574\u5408":2,Tag:32,":[":54," links":29,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":47,"\u8ad6\u7406\u548c":[12,10],HTTP:[18,65,66,28,56,15],"\u7d50\u3073\u3064\u3044":48,"\u305f\u3055\u3093":[56,2],"\u3002ifexists":57,",\n>":[34,45,31,32,33],"\u7d50\u3073\u3064\u304f":48,"\u6f14\u7b97\u5b50":[66,12,10,72],"=)\n":12," Baseball":32,"-dev":[60,52],"\u53cb\u4eba":32," commit":74," PatPrefix":34,"\u79d2\u8868":21,port:54,"\u5024\u6bce":10,"\u7d4c\u904e":[4,56,37,75],"_truncate":56,"\u30c8\u30e2":32,"'='":46," ')":57,xml:20,"\u3057\u3066":[0,21,66,27,69,32,55,60,74]," two":61,"\u30bf\u30b0":[18,65,66,69,32,15],"\u540d\u4e00\u89a7":39," \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9":27,baseball:33,"\u9ad8\u6a5f":12,WGS:[42,7,45,31,32,37,16],address:56,"\u96c6\u5408":24,"\u6700\u5927":[41,2,46,66,9,54,70],MBytes:54,"\u304c\u308f\u304b\u308a":69,"\u3002KEY":43," string":[36,29],"-mode":74,"\u3002Tag":32,"\u4e26\u5217":54,MM:61,"\u63d0\u4f9b":[1,66,12,75,71],"\u4e3b\u30ad\u30fc":[18,66,24,57,25,26,11,27,31,32,34,37,15],"_version":[27,28,75,20],example:[27,28,29,45,31,32],queue:48,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":21,User:32,"\u8a2d\u5b9a":[68,2,46,57,66,8,9,10,26,60,40]," threasd":46,"\u8b66\u544a":[66,75],"\u9006\u306b":32,"\u3002offset":10,"/Branches":60," is":[27,28,29,61]," level":[46,8,61,40],"\u305d\u306e\u307e\u307e":27,"\u30af\u30a8\u30ea":[18,12,64,21,65,43,49,10,27,66,45,72,53,73],"\u3002table":24,"-leak":66,"\u521d\u671f":[56,66],"\u30ea\u30f3\u30af":29," \u3044b":[21,43],"'haystack":12,Raccoon:32,"\u6587\u5b57\u5217":[72,24,57,10,27,29,45,31,69,36,37],Emacs:74,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[46,12],"\u307f\u307e\u3057\u3087":[33,27,29,45,32,69]," entry":[67,30],"\u4e88\u3081":[46,37],"\u304c\u3063":33,"\u4e21\u8005":45,"-check":[56,66]," sequence":61,"\u5916\u90e8":48,"-src":71,"\u672c\u5bb6":71," ERROR":40,"\u30d5\u30a9\u30ed\u30fc":69,https:74,msg:48,bill:[21,43],"\u60c5\u5831":[18,2,60,21,65,66,69,25,52,27,29,30,39,32,56,45,73,53,59,15],"_ADJUST":12,"\u3060\u3063":[21,75],"``":[17,51,2,3,67,64,4,47,24,8,9,54,11,63,30,35,14,66,40],"\u3001 ":[27,29,45,69,74],"\u8ee2\u7f6e":[18,24,30,32,65],"_concurrency":49,Time:[44,21,29,69,56,37],"\u305d\u3053\u306b":[25,39],"\u3002Tritonn":65,"\u30bb\u30c3\u30c8":[3,43,63,12],"po\u30d5\u30a1\u30a4\u30eb":74,"_plugin":[56,68],"\u5bfe\u591a":29,Dump:61,"\u884c\u308f":[49,54,32],"\u30b8\u30aa\u30b5\u30fc\u30c1":[18,32,15,56],"_PREFIX":66,"\u63a8\u5968":75,cat:71,",\"test":[27,29],"\u542b\u307e\u308c":43,"\u3060\u3051":[21,12,71,74],values:57,"\u8fd1\u3044":49,JSONP:56,",\"http":29,"\nnotice":[8,40]," on":74,"\u5f85\u3061\u53d7\u3051":28,"\u30fb\u30b5\u30fc\u30d0":27,"\u884c\u3063":[27,45,31,60]," of":[47,61,74]," Lucid":[18,71],",\n":[47,6,25,54,69,39],"_AND":12,sample:29,"\uff11\u3064":48,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":49,"\u5897\u3084\u3059":60,Issue:0,YOUR:74," }\n":69,"\u6a19\u6e96":[2,24,20,6,8,9,10,11,17,19,27,23,3,25,46,28,63,30,35,39,40,4,47,49,51,75,57,67,14],"\u884c\u3046":[43,64,65,24,49,10,27,66,45,31,32,33,34,60],"\u884c\u3044":[54,12,64,46,65,43,49,10,27,69,31,32,33,21],":true":34,Terms:[21,27,47],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb":65,", ":[0,20,7,57,10,16,61,25,21,45,32,36,37,39,42,54,12,46,47,75,64,66,73],get:56,"\u884c\u3048":[27,60],"\u30d2\u30e5\u30d9\u30cb":7," extract":61,"\u30d0\u30a4\u30c8":66,"\u76f8\u5f53":45,"\u8fd1\u508d":72,"\u8a9e\u53e5":32,"\u57f7\u7b46":[59,33],Tomita:66,"\u518d\u8aad":17,max:[47,49,9,54,27,28,70],clone:[73,74],date:54,",_":[27,69,45,31,32],"\u5207\u308a":23,"<groonga":54,TokenDelimitNull:68,"/dictionary":66,ss:61,"{TIME":61,stdin:32,"/javascript":56,"\u3002limit":10,"\u7d22\u5f15":[18,2,43,21,24,12,71,66],"\u30b0\u30eb\u30fc\u30d7":[65,26,10,31],"\u30d5\u30eb\u30d1\u30b9":[27,28],EXACT:12,",{":[27,28,54],"\u304b\u308f\u308a":21,"\u5f8c\u8ff0":12,"\u540c\u3058\u6570":46,"_init":61,"_res":54,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":2,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":6,"\u542b\u307e\u308c\u308b":[46,27,12,21],"_CURSOR":66,"\u30a2\u30c9\u30ec\u30b9":[46,28,54],"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":66,"/fedora":71,"_VIEW":24," just":61,"\u56f2\u307f":[46,27],"\u4e0a\u66f8\u304d":45,"-libedit":66,"/html":[56,74],"\u3002gdb":60," at":61,"\u78ba\u5b9a":64,"\u56de\u7e70\u308a":54,"\u7d44\u307f\u5408\u308f":[72,12]," ${":74,"_PUSH":12,"float":29," sjis":46,"\u542b\u3081\u308b":56,"\u3053\u308c":[12,22,43,27,69,45,31,33,21,74]," Japanese":52,records:61,"\"version":[27,28],not:[72,12],now:[18,50,44,5],"\u3086\u304d":34," description":[43,69],"\u53d6\u3063":27,name:[45,46,47,24,67,25,27,29,30,31,32,33,34,35,39,69],"\u500b\u3005":[21,12,75],"\u7570\u5e38":[47,54],"_dataset":68," link":29,"\u518d\u691c":72,domain:[46,25,39,31],"\u4e26\u3073":[27,43,31]," Terms":[21,27,47],"\u53d6\u308b":72,ea:61,"\u6700\u5f8c":[21,66,54],"\u6295\u5165":[21,2],"\u5b9f\u4f8b":[18,73,12,53],"\u624b\u6bb5":12,"\u30d1\u30fc\u30b9":72," Entries":6,"\u70b9\u6570":37,"\uff1f\u3000":54,"\u7a7a\u304d":47,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[41,18,21,47,66,69,10,65,27,63,30,39,32,33,35,56,14,15],"\u8a73\u7d30":[21,60,54,20,74],"-default":46," warning":8,correct:64,"\u5230\u9054":41,"\u4e0a\u3052\u308b":21," segments":47,"8\u3064":54," Term":[24,30],"_string":60,org:31,"byte":54,Tritonn:65,".index":32,"\u62ec\u5f27":57,"\u30b3\u30fc\u30c9":74,"\u4e8b\u9805":[41,18,37,54,5],Money:32,Karmic:60,"\u4e92\u63db":[75,20],"\u30db\u30b9\u30c8":[46,28,49,54],"] [":54,".gz\u30d5\u30a1\u30a4\u30eb":71," country":31,"\u30dd\u30fc\u30c8":[46,28,49,54],"-version":[66,75],"\u4e00\u610f":[46,27,24,30,26],"\u7a2e\u5225":39,"1C":71,"\u305f\u3069\u308b":32,"\u81ea\u5df1\u7d39":69,RETURN:61,message:[40,33]," TokenMecab":21,size:47,SET:54,"\u7d5e\u8fbc":[18,45,15,65],"IP\u307e\u305f":28," text":6,"\u5bfe\u7b56":[21,18,13],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[72,7],"_obj":[56,12,32],"\uff08-":27,".git":[71,74],"\u30bd\u30fc\u30c8\u30ad\u30fc":[2,10],"\u30d8\u30eb\u30d7":60,"\u30bd\u30b1\u30c3\u30c8":[3,6,8,9,10,11,17,19,23,51,25,63,30,35,39,40,4,47,57,67,24,14],HASH:27,"\u3044\u308b":[2,24,20,43,57,10,11,17,19,3,63,27,28,29,30,32,33,35,21,39,74,12,45,46,47,54,56,60,64,65,66,68,69,72,14,25],"\u884c\u756a":56," logged":61,"\u300ctitle":27,"\u30d1\u30a4\u30d7":[24,30,64]," files":61," backup":6,"\u8fd4\u4fe1\u5143":69,"\uff08@":[56,66],"\u8fd4\u4fe1\u5148":69," nine":27,specify:74,"\u306b\u5bfe\u8c61":56,"11":21,"10":[27,54],"\u51fa\u3057":69,"\u540c\u6642":[48,45,75,54],"-httpd":56,"16":45,"\u3002ID":24,"< t1":12,"\u6574\u3063":60,".description":69,"\u5404\u547d":54,"\u63a5\u7d9a\u5148":49,browser:74,and:72,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":41," name":[6,24,67,69,35,32,30],"\u3044\u304b":65,"_local":[6,54],CORE:54,"\u3044\u3044":65,"\u4e16\u754c":[42,65,7,45,37,16],Sites:6,"\"application":56,"/ubuntu":71,"]]":[54,46,67,24,57,10,27,29,45,31,32,33,34,39,69],"_circle":[18,50,5,69,45,32,16],"\u30ea\u30b9\u30c8":[46,57,25,10,27,32,39,74],".username":32,"\u914d\u5e03":71," dump":6,"\u5ea6\u5408\u3044":21,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[0,18,73]," inv":54,"\u65b0\u898f":[27,54],"\u30d5\u30e9\u30b0":[17,2,51,67,47,24,8,63,11,29,30,59,34,35,14,40],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":60," objname":[3,63],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[46,10],"[[\"":47,begin:49," LC":74,"_suggest":68,buffer:47,debhelper:56,"\u5c0e\u5165":[55,75,60]," Request":74," moritars":33," mail":54," main":71,"_STAMP":61,"\uff09:":43,Bigram:[21,43,69],"\u79fb\u52d5":[17,22],"\u4e2d\u65ad":56,"\u7ba1\u7406":[2,43,20,46,47,24,28,56],MeCab:[56,2,66,71],":\u79d2":69,"\u4e00\u81f4":[18,43,21,24,10,27,12,68,69,34,15],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[46,66,54,56,60,74],"\u30b5\u30fc\u30d0":[24,4,20,6,8,9,10,11,17,18,19,23,3,25,27,28,63,30,35,39,40,46,47,51,54,56,57,65,67,14],"\u3066\u304f":60,"\u539f\u56e0":[21,18,13,54],Web:2,"\u5217\u8981":24,show:2,"\u76f4\u4e0b":56,"\u65b0\u5bbf\u99c5":45,"\u3057\u304b":[74,33],Comments:69,"\u4ef6\u6570":[21,43,57,9,10,27,26],"#SET":54,"\u5217\u6307\u5411":46,"-threashold":[21,66],threshold:56,"\u88dc\u5b8c":[66,64]," requests":74," contact":74,help:[56,60],"\u30d1\u30c3\u30b1\u30fc\u30b8":[1,56,66,75,71]," arg":12,"\u5024\u3088\u308a":12,"\u30bf\u30a4\u30c8\u30eb":[32,33],title:[27,28,29,31,32,33]," LocalNames":6,"{LANGUAGE":74,"\u306a\u3093":75,"\u306a\u308c":75,"\u305f\u3057":32,"\u306a\u3089":[12,46,23,54,4,75,65,60],"\u306a\u308a":[24,20,57,54,27,3,26,46,28,63,30,32,33,34,55,37,45,21,10,64,65,69,75],"\u306a\u308b":[42,2,7,51,21,46,3,6,24,10,27,63,30,54,12,64,66,74,37,68,16],"\u4e00\u6642":24,"-server":[46,56],wheezy:71,"_INDEX":[21,66,27,69,30,32,33],"\u5f53\u8a72":75,"-setuptools":55,clang:60,"=\u5024":28,"\u751f\u304b\u3057":65,"\u751f\u304b\u3059":65,"1\u6708":[37,10],"\uff11\u5bfe":48,geo:[42,2,66,5,18,7,50,69,45,32,56,16],For:52,"\u57fa\u790e":64,"\u3088\u30fc":69,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":10,summary:54,":')":[24,30],"\u300c\u697d\u3057\u3044":43,"\"string":29,"\u76f4\u63a5":[72,6,69],".conf":71," lenny":56,"\u8907\u96d1":[65,12],ken:32,"# ":[46,74],"#'":46,"_suffix":56,"\u7a7a\u767d":[46,27,57,24,21],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[2,69],"\u8b58\u5225\u5b50":72,"\u4e21\u65b9":[34,69,10],"(scan":60,"\u8a18\u6cd5":33,"<gqtp":54,"\u77ed\u7e2e":[57,10],"\"#\"":54,"\u8fd4\u3063":69,"\"BLT":6," are":[61,74]," creates":61,"\u3088\u3046":[2,20,6,43,10,27,29,45,31,32,34,55,21,12,46,47,54,56,60,65,66,69,71,72,75],jobs:54," ShortText":[21,6,24,69,54,27,29,30,31,32,33,34],"\u66ff\u3048":21,"\u3057\u3088":[56,12,57,11],"#{":61,"\u904e\u53bb":56,"\u3088\u3063\u3066":[65,27,37,59,45],"\u306a\u3069":[17,18,12,72,21,47,43,69,54,65,27,28,29,75,71,59,56,74],Each:61,ja:74,"\u306a\u3063":[43,21,47,24,69,65,28,66,75,33,56,60]," be":61,"\u5206\u5272":[56,24,43],autoconf:56,"\u306a\u3059":42,"\u306a\u3055":[24,10,20,70],"\u8fd4\u3059":[2,51,8,9,54,11,35,17,27,3,63,46,44,45,30,40,4,56,66,67,24,14],"\u30b3\u30ed\u30f3":[24,30],Month:[61,32],"\u3002gqtp":49,"\u306a\u304f":[2,66,43,54,10,56,73],"_otoj":60,"[-":32,"#]":35,"\u306a\u3044":[2,20,6,43,10,27,24,21,37,41,12,4,47,48,49,54,46,56,60,65,66,68,71,75],"\u306a\u3046":69," by":61,"\u6b21\u56de":75,"\u30ec\u30a4\u30e4":12,"-groonga":54,"/WGS":45,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":43,"\u76f8\u5bfe":56,"} ":[61,74],"},":[34,27,69,54,32],"}/":74," command":75,"\u3002http":28,".select":54,"\u8868\u8a18":56,"\u542b\u3080\u5024":[46,27],"\u524d\u5f8c":46,"\u3002callback":12,"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":46," []":39,"\u5468\u4e0a":16,"<encoding":46," follower":69,"\u4ee3\u308f\u308a":[46,11],Bug:73,"}\n":[34,69,61,32,64],enable:[4,66],"\u306e\u3044":[12,64,46,57,8,10,75,72,40],"_tokenizer":[21,24,54,27,69,33],"2\u4ef6":69," res":54," [\"":[21,47,69,25,39],"\u6607\u9806":[27,45,10],"\u5b9f\u884c":[1,24,4,20,6,8,9,10,11,17,18,19,5,23,3,25,26,27,28,63,30,35,39,40,12,45,46,47,51,54,56,57,60,61,14,65,67,68,71,73,74,75],UInt:[21,66,25,10,27,28,29,45,31,32,33,34,37,39],"}`":74,"\u6240\u5b9a":[21,43],"=yes":60," haystack":12," fork":74,"\u30bb\u30df\u30b3\u30ed\u30f3":54,"\u304a\u3051\u308b":[41,65,32]," configure":21,"}]":[27,28,29,57,54],"\u4e0d\u5b8c\u5168":56,dest:[46,49],"\u7406\u89e3":27," coverage":60,QUERY:61,"?table":28," Shimada":66,"'\"":27,"\u306a\u3057":[24,11,75,71,37,16],score2:12,"\u3002DB":12,"\u3002\u300c":[32,33],"\u4e0d\u5909":26,"\u8af8\u6761":41,"\u5fc5\u8981":[2,12,64,20,21,65,24,57,54,27,28,29,45,55,66,60,74],"@lists":52,"\"This":27,"|')":[24,30,64],"\u6a5f\u69cb":[18,65],"'.":74,"\u3002squeeze":60,"-document":46,"\u304b\u307e\u3044":27,"\nSUFFIX":12,"\u8f9e\u66f8":[21,2,66],develop:75,"\u559c\u3073":[22,74],"\u91cf\u8a08":2,"\u30d7\u30ed\u30c8\u30b3\u30eb":[18,65,49,54,28,15],"'*":10,html:[55,73,60,74],"<path":46,"')":[46,49,10],"-dir":54,document:[46,66,20],"\u3002\u3044":12,favorited:69,"_at":[21,66],UTF:66,"\u306a\u304a":43,"0\u30d9\u30fc\u30b9":10,IP:[28,54],".po\u30d5\u30a1\u30a4\u30eb":[73,74],IT:32,"\u7b49\u4fa1":66,"\u4e26\u3073\u66ff\u3048":[18,15,27],"\u53c2\u7167":[18,2,20,21,65,66,54,29,31,32,69,37,15],"\u4e00\u884c":[46,66,54],favorites:69,"\u7d4c\u7531":[3,6,8,9,10,11,17,19,23,51,25,28,63,30,35,39,40,4,47,57,66,67,24,14],"-noftp":54,"\u30b9\u30c8\u30ec\u30fc\u30b8":[18,65],"\u5b9f\u88c5":[65,18,20,74],"\u53c2\u7167\u7cfb":65,"\u672c\u6587":33,ID:[66,61,46,47,24,25,27,39],"\u305d\u3057\u3066":69,no:10,It:61,"\u5217\u8868":37,"\u3059\u3079\u3066":[62,66,75,54],"\u53d6\u308a\u51fa\u3057":24," LOCALE":74,"\u53d6\u308a\u51fa\u3059":[66,12,72],If:61,"/unit":60,"(x":37,"\u6771\u4eac\u90fd":[21,43,69],"\u4f5c\u6210\u6e08":46,"(v":12,"\u3002\u3059\u3079\u3066":[60,74],"/Functions":60,gdb:60,BOM:66,"\u3072\u308d":34,"\u5171\u6709":[18,52,32,65],".dll":54,"\u30ab\u30e9\u30e0":[2,24,5,57,10,35,15,18,27,29,3,26,46,63,45,31,32,33,34,30,37,39,21,64,65,66,67,69,72,14],"\u3046\u3061\u3044":[46,27],"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":4,"_NONE":39,"\u3002none":46,"/false":2,"\u3002\u307e\u305a":21,"(R":54,"\u30d1\u30e9\u30e1\u30fc\u30bf":[18,72,43,49,10,11,27,28,69,45,31,71,33,56,15,75],"\u4f4e\u3044":[21,10]," indicates":61,"\u5ea7\u6a19":[42,7,37,69,16],blog:27," sample":54,"\u63a2\u3057":54,Uint:[27,36],"_HASH":[6,24,69,25,27,29,31,32,33],"\u30ad\u30fc":[24,46,66,26,10,37],TokenTrigram:24,"\u6c4e\u7528":[46,65,54],"\u542b\u3080":[43,72,48,24,49,12,30,33,69],"(>":12,"(<":12,"(=":[24,12],Hex:32,"\u8a00\u3048":21,"\u697d\u3057":[21,43],"\u542b\u3093":[12,10],"((":37,"()":[42,2,12,72,7,68,44,45,70,56,73,36,66,16],"\u8d8a\u3048":[21,10],"(,":27," music":61,"(\"":[46,27],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[46,65],"( ":46,"(!":12,"('":[64,46,24,57,26,27,30,10],"\u3068\u304a\u308a":[41,54]," format":[61,74]," rpm":71,"\u95a2\u308f\u3089":54,"\u5f62\u8fd1":7,"\u4f4e\u901f":31,"\u9650\u308a":[12,21,57,24,43,54,26],output:[61,20,21,66,67,10,27,29,45,32,69],"\u5c5e\u3059\u308b":[37,25],LocalNames:6,"_SUCCESS":[61,10],"\u30b7\u30b9\u30c6\u30e0":[0,18,69,15],"_VECTOR":[29,30,32,69],"\u30ec\u30b9\u30dd\u30f3\u30b9":56,"\u30d5\u30a9\u30f3\u30c8":55,Ludia:65,"\u985e\u7d39":21,"_touch":66,confirm:74,": n":49,"\u65b0\u5bbf":45," cd":74,automake:66,"\u30de\u30b7\u30f3":46,mooz:56,"\u542b\u307e":[12,43,57,25,27,39]," check":60," binary":65,"\u5206\u3051":[65,18,43,27],Term:[24,30,25],"\u5168\u6587\u691c\u7d22":[65,10]," Float":29,"-suggest":[56,66,68],"\u81ea\u52d5\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[18,65],".posted":69,"; ":[46,71,54],"\u306f\u305a":54," followee":69,"CPU\u30b3\u30a2":46,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":54,"\u56fa\u5b9a\u9577":66,"_OP":12,"_OR":12,"\u5ec3\u6b62":75,"_escalation":[66,10],"\u30e6\u30fc\u30b6\u30fc":[69,32],"\u306f\u307f":73,"\u30e2\u30b8\u30e5\u30fc\u30eb":[18,66,75],"\u304b\u3048\u308b":31,";\n":54,"\u30d7\u30e9\u30ac\u30d6\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":65,"\u7b97\u51fa":[7,10],"\u3082\u3061\u308d\u3093":54,"/admin":[46,56],"_reopen":[17,18,62,5,8,40],"\u884c\u76ee":54,"\u8abf\u6574":21,"\u53f3\u4e0b":[42,2],"\u53f3\u4e0a":2,"\u30c1\u30e3\u30f3\u30af":47,"=title":28,".tags":32,"\u30a8\u30ed":69,"\u53f3\u8fba":66," comment":69,"\u8a55\u4fa1":12,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":60,log:[17,18,62,61,5,46,8,40],NO:2,"(title":36,"\n``":[4,47],"\u591a\u5be1":72,"\u53d7\u3051\u53d6\u308a":12,"\u77e5\u8b58":54,"\u63d0\u6848":[56,66,64],"d\u30ad\u30fc":27,"/modules":66,",\"This":[27,28,29],"\u3082\u3046":[36,7,33],"\nCRIT":[8,40],Sphinx:[22,55,73,58,74],complete:64,"\u901a\u308a":[21,25,39],"/configure":71,"\u3082\u3057":54,Error:61,"\u6b63\u898f":[27,24],hsiomaneki:69,",\"links":29,"\"Items":6,pull:74,IDENTIFIER:72,"_TABLE":56,"\u3082\u3063":[18,29,15,69],"default":[21,24,54,27,28,69,75,33],"\u3082\u306e":[12,64,46,75,24,49,10,27,69,54,71,33,70,74,16]," keyserver":71,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":66,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":47,"\u4f5c\u3063":[21,69],"\u300d\u300c":69,"'ja":74,"_WEIGHT":30," posted":69,"\u30d5\u30a1\u30a4\u30eb":[1,2,24,4,20,6,8,9,10,11,17,18,19,5,23,3,25,27,63,30,35,39,40,12,46,47,51,54,56,57,61,14,67,71,73,74,75],"_CREATE":12,"\u3002drilldown":[31,10],"/hostname":[46,54],"\u30de\u30fc\u30b8":74,HashTags:69,mode:12,Blog:33,"/macports":71,ar:[21,43],"\u901a\u3058":[18,28,15],"\u56de\u907f":21,file:[2,66],"+ y":37,"\u4f5c\u308a":33,"\u4f5c\u308b":[27,48,69,32,74],Cutter:60,GByte:41,"\u53d6\u308c\u308b":57,"\u5bfe\u5fdc":[18,2,12,46,65,48,24,57,68,44,56,66,60],"\u95a2\u4fc2":[18,62,12,29,32,69,15],"5km":69,"\u4e0e\u3048\u308b":[46,49,57,27,45,75],"/IPAexGothic":55,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[18,28,15],"}|":61,"/tutorial":[27,28],"\u8a18\u8ff0":[46,72,12,54,69],"\u4e00\u65b9":21,string2:36,string1:36,"_type":[54,20,6,24,57,26,27,29,31,32,33,34,69],"\u9001\u308a\u65b9":[0,18,73,74],"\u30fbOR":45,"\u4e0a\u9650":[41,18,48],"_name":[6,68],"\u30c7\u30d0\u30c3\u30b0":47,"\n% ":74,"4Kbyte":37,coverage:60,Entry:[67,24,57,25,10,11,30,39],"]\n\n":69,"_value":[56,66,26],"\u5b9a\u7fa9":[12,46,51,24,67,25,26,27,30,72,35,14,37,39],"\u65b9\u5f0f":[46,27,33],":mm":61,"/usr":[46,71],"\u6c17\u306b":74,"/select":28,Year:61," location":[69,45,32],"-threshold":[46,21,10],original:34,"\u524d\u8ff0":21,"\u6587\u6cd5":[18,45,15],SHIMODA:66,"\u4ed8\u968f":[14,35],"\u6539\u826f":[18,2,65,66,68,56]," default":61,"\u5343\u4e07":41,"_pat":66,"\u308f\u304b\u3061":43,"\u5408\u8a08":[21,47,54],"-P":49,"\u6761\u4ef6":[18,12,46,72,66,67,10,27,69,45,34,21,15],"-]":10," lcov":60,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":56,"-e":46,"-d":[46,27,28],Mitsuhiro:66,"-a":46,"-c":[46,28],"-m":49,"-l":[46,61],"-n":[46,27],"-i":[46,54],"\u901a\u4fe1":[18,20,65,48,49,54,28,53,73,15],"-t":46,"\u304a\u5f85\u3061":52,"-p":[46,54],"-s":46,Entries:6,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[18,66,13,54],homepage:54,".name":[47,69],"-alloc":4,"\u95a2\u9023":[17,18,67,57,8,10,11,63,56,73,58,40],"\u5dee\u5206":54,"\u6d41\u308c":[73,74],"\u3002column":12,"***":40,"\u8aad\u3093":73,",\"tags":32,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[18,20,46,65,66,49,54,71,55,73,60],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":71,"\u6b8a\u547d":54,unigram:24,GROONGA:29,"--":[2,20,46,68,66,10,11,21,63,45,54,32,69,56]," clang":60,"\u3057\u307e\u3057\u3087":27,"\u304a\u3088\u3073":[46,24],"\u4f4e\u6e1b":66,"\u5909\u308f\u308b":21,"\u5909\u308f\u308a":[47,43,45],"<protocol":46,"\u89aa\u5207":66,"\u4f55\u3089\u304b":37,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":10,VIEW:46,"\u300c\u6771\u4eac\u90fd":21,"\u30d6\u30e9\u30a6\u30b6":[28,74],TokyoGeoPoint:[42,7,37,45,16],"\u884c\u3048\u308b":32,"x\u5ea6y":37,"\n> ":[27,28,45,31,32,33,34],ECMAScript:72," {":[27,69,31,32,33,34],SSSSSS:61,"\u518d\u73fe":21,"/centos":71," than":61,"\u6c42\u3081":[36,7],"\u7701\u7565":[46,28,57,70,54],"\uff1a\n":28,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":60,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":60,"/json":56,"\u30ea\u30c6\u30e9\u30eb":[56,2],"\u8868\u578b":24,"_append":12,"_NO":[21,66,6,24],"\u6e2c\u5730":[42,65,7,45,37,16],"_modified":69,"\u8aad\u307f":2,memcached:[65,60]," favorites":69,Pull:74,"\u307e\u3057\u3087":32,hash:69,"\u305e\u308c":12,"\u7d99\u304e":65,"\"Table":46,"\u30c6\u30b9\u30c8":[18,21,66,69,53,73,60],"\u3002filter":45,"\u30ce\u30a4\u30ba":21," https":[71,74],"/ja":74,"\u6e96\u5099":[21,24,74],"\u304b\u304b\u3063":10,"\u306b\u95a2\u3059\u308b":[18,5,52,69,10,56,37],"'needle":12,TokenDelimit:24," clone":[71,74],"\u30ec\u30b3\u30fc\u30c9r":12,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":56,"\u308f\u304b\u308a":66,options:[46,49,54],"\ninfo":[8,40],"\u3068\u305d\u306e":75,Object:37,"\u30b3\u30e1\u30f3\u30c8ID":69,followee:69,"\u8ad6\u7406":[41,47,12],hoge:[72,36],"\u30de\u30c3\u30c1":[21,2,12,10],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":43,XXX:46,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[18,73,58],follower:69,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[56,66],"\u307e\u308f\u308a":73,ICHII:56,select:[18,2,66,61,5,46,68,43,62,10,27,28,29,45,75,32,33,34,56,21],"\u300c\u697d\u3057":43,"/atv":[27,45,31],"\u69cb\u6587":[72,68]," HTTP":[1,18,5,20]," apt":71,ctrl:[27,28],"_system":56,mecab:24,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[4,19]," disabled":61,"\u7a4d\u7b97":[12,10],Baseball:32,"\u3002\u300d":21,"\u6c7a\u307e\u308a":27,"\u5ea6\u7d4c":37,"_PATH":[71,20],"\u30c6\u30ad\u30b9\u30c8":[66,54,74],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":32,Intel:54,ivh:71,"/[":28,"\u518d\u5229":[26,10],"_gqtp":54,"\u578bn":10,"\u3053\u3068":[2,24,4,20,6,7,8,9,10,11,14,16,17,19,21,23,3,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,42,12,44,45,46,47,48,49,51,54,55,57,59,60,63,64,65,66,67,69,70,71,72,73,74,75],"\u3053\u306e":[54,43,46,65,24,69,10,11,12,27,29,45,31,32,33,59,73,21,74],git:74,"\u30bb\u30c3\u30b7\u30e7\u30f3":[46,23],"\"already":32,"\u547c\u3093":43,none:33," return":61,"\u3053\u305d":69,Int:[21,66,27,29,45,31,32,69,37,70]," \\":43,abandon:[57,10],"\u305f\u3068\u3048":21,deb:71,"\u89e3\u6790":[56,73,24,60],"\u6bd4\u8f03":[66,54,10],"\u79fb\u884c":[56,75],Codes:74,"\u4e2d\u5fc3":16,scan:60,pthread:56,"\u7279\u306b":[72,12],accept:66,"_OBJ":56,"\u9664\u53bb":66,"\u958b\u767a":[18,65,69,53,75,73],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":56," ./":74,".SSSSSS":61,"-address":[46,56],"/ ":[66,71]," aptitude":[55,71,60],opt:71,"\u52d5\u7684":[66,43],"\u3042\u3089\u304b\u3058\u3081":37,"\u5b9f\u884c\u4f8b":[69,27,28,29,45,31,32,33,34,60,75],"\u591a\u3059\u304e":66,"\u7cfb\u7def":37,uptime:[4,2]," three":[27,29],"/afr":[27,45,31],disable:56,"\u304a\u9858\u3044":54,"_text":60,"\u3002 ":[42,66,64,68,7,54,10,56,16,74],queries:54,"\u30cf\u30a4\u30d5\u30f3":27,"\u30ea\u30dd\u30b8\u30c8\u30ea":[73,74],"\u5185\u90e8":4,"-max":[46,56],github:[71,74],"\u65b9\u6cd5":[18,54,46,6,43,10,27,69,53,13,71,73,58,21,75,60,74],callback:12," segment":47,Linux:54," path":61,taro:32," HashTags":69,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[18,27,29,45,31,32,56,15],travel:69,replied:69,"\u5909\u63db":[56,37],hostname:[46,20],"\u547c\u3073":[46,72,12,31,54],"\u592b\u5fc5":34,rand:[18,50,45,70,5],"\u3002ftp":54,"/c":22,"`hostname":46,"\u5217\u578b":31,natty:71,grntest:[1,18,5,66,54,56],"\u975e\u308f":43," OR":10," OS":[18,66,71],"\u30bf\u30a4\u30d7":[64,54],".rpm":71,"\u308c\u308b":[17,51,54,12,46,47,48,43,26,72,27,28,45,10,65,56,21,75,60,74],GHz:54,"sort\u30ad\u30fc":2,"\u30ab\u30fc\u30bd\u30eb":[56,66],"\u63a5\u7d9a":[19,46,23,48,54,27,28],"\u57fa\u672c":[21,18,43,15,27]," feature":74,Music:32,"\u72b6\u6cc1":21,URL:[56,28,20],"2]":27,"\u3002GeoPoint":7,URI:20,"_to":69,number:[47,29],"\u6271\u3044":[43,75],"\u6271\u3046":[21,52],"\u3088\u304b\u3063":21,"\u8a71\u984c":52,"\u6e08\u307f":[30,57,24,37]," \u30d0\u30c3\u30d5\u30a1":47,"\u5316\u95a2":66,"\u3002\u3057\u304b\u3057":[65,29,37],"-test":60," outputs":61,"=Site":28," python":55,"\u9664\u3044":54,"-encoding":[46,56],"\u6271\u3063":[2,69],"\u30ad\u30e3\u30b9\u30c8":[66,69],"'title":27,man:2,"\u597d\u304d":74," ~":71,CUTTER:60,"\u767b\u9332":[66,47,24,57,68,27,12,69],"-create":68,"\ndeb":71,"\u30b5\u30a4\u30ba":[47,9],korea:31," doc":74,Sports:32," sh":71,HDD:54,"\u9ad8\u901f":[18,2,12,46,65,24,32],"\u547c\u3076":[72,60],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[18,5],">\"":32,"\u6271\u308f":[21,54],"\u524d\u8005":45,ftp:54,"<ip":[46,54],"\u30ab\u30d0\u30ec\u30c3\u30b8":[73,60],"\u7def\u5ea6":[65,18,69,37,45],"\u6e2c\u7528":2,"_QUERY":12,"/locale":74,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":60,"\u8ddd\u96e2":[36,2,7,45,65]," table":[64,46,67,51,57,10,11,27,29,30,31,32,33,34,35,14,39]," our":74," log":[18,61,5],"/etc":71,"\u9ad8\u304f":[21,64],Hour:61,"_new":48,"(WGS":45,"\u5024\u304c":27,"\u9ad8\u3044":[65,27,47],"\u30dc\u30c8\u30eb\u30cd\u30c3\u30af":65,"_hit":[27,28],"\u5ea6\u5ea7":37,"\u3053\u3053\u3067":27," Int":29,recv:71,"\u30a6\u30a7\u30a4\u30c8":30,"\u81ea\u8eab":[46,56]," http":[46,28,49,71,20],thread:[48,54]," processing":61," process":61,"\u8a18\u3057":27,"\u306b\u3088\u308a":[41,21,47,28,45,65,34],"_ito":56,"\u30b5\u30a4\u30c8":[29,32],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":60,"\u308c\u305a":75," not":61,"\u306b\u3082":43,"\u5f8c\u308d":10,",[[":[69,32],"\u306f\u3044\u304f\u3064\u304b":41,"@tomotaka":56,SiteCountry:31,"\u52a0\u7b97":26,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":17,"\u3059\u3079\u304d":12,"\u30bb\u30af\u30b7\u30e7\u30f3":[73,71,74],"\n\u308b":66,"\u30b3\u30d4\u30fc":6,"\u4ed8\u4e0e":[24,26,27,45,54,32,33,34],".blog":21,koi:46,"\u5b58\u5728":[42,2,66,31,65,6,43,10,27,54,29,45,26,33,16],"\n\u30b9":56,script:[42,5,18,72,7,57,10,44,54,70,36,16],"\u30c9\u30e1\u30a4\u30f3":31,"\u4fee\u6b63":[2,64,66,68,28,56],"\u3002\u3059":54,"\u60c5\u5831\u540d":[25,39],Homebrew:[18,71,56]," unmanaged":47,"\u3002[":[27,35],"\nGRN":12,"\u300cUsers":69,"/.":56,Munin:2,"\u547c\u3070":27,selector:67," Tag":32,"\u308c\u307e\u305b":[46,47,75],"/*":[22,74],"\u4e71\u6570":[45,70]," used":[61,32],"\u56de\u547c":66,"\u898b\u308b":45," user":54," uses":61,KEY:[34,24,43],"\u5927\u91cf":[27,12,32],"\u30c6\u30fc\u30d6\u30eb":[2,24,6,57,10,11,15,18,27,51,3,25,26,46,29,30,31,32,33,34,35,37,39,12,21,47,59,56,63,64,66,67,69,14],",[\"":[21,69,10,27,28,29,45,31,32,33,34],"\u60f3\u5b9a":[4,47,6,32,72],"7e":54,"\u5b9f\u969b":[41,21,25,10,69,32,33,39],"\u307e\u307e":75,"\u3002make":54,"\u540dn":[39,25,10],"\u52d5\u74b0":49,"1\u30c8\u30fc\u30af\u30f3":24,"\u8aad\u307f\u98db\u3070":27,gted:74,"\u3002Functions":60," abandon":11,"\u307e\u3060":[4,56,75],qps:[49,54],"null":25,"\ngroonga":[56,75,68],"\u307e\u3059":[0,1,3,4,20,6,7,8,9,10,11,12,14,16,17,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,49,51,52,54,55,57,58,59,60,62,63,64,65,67,69,70,71,72,73,74,75],"\u307e\u305a":[62,21,43,54,27,69,74],"\u307e\u305b":[43,57,10,11,17,19,27,23,24,25,26,21,28,30,33,37,39,74,4,54,46,64,65],Users:69,"_list":[18,2,5,46,62,66,25,27,56,39],"\u307e\u305f":[24,6,8,9,10,11,17,19,23,3,63,4,28,29,30,33,35,37,39,40,45,46,47,51,54,57,60,67,69,14,25],check:[18,2,5,47,62,56],"\uff09\u3002":[21,69],self:54,"_lock":56,"\u79d2\u5358":37,"\u307e\u3057":[21,65,27,29,45,32,69,74],"-limit":[46,2],"\u7279\u5b9a":[64,65,6,24,72,31,33,60],"\u307e\u3068\u3081":10,build:4," your":74,"\u8a18\u53f7":[46,27,43,21,66],"$PREFIX":56,Fork:74,"\u306a\u3051\u308c":[46,57,24,30,54],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":12,"\u30e1\u30fc\u30eb":74,"\u30e1\u30fc\u30c8\u30eb":[7,16],"\u89e3\u653e":4,"\u3060\u3055\u3044":[27,73,60,74],"\u306b\u3059":21,"'hay":12,"_put":[17,18,62,5,46,8,40],"\u30e6\u30fc\u30b6\u30fcID":69,"\u307e\u307e\u3067":21,"\u306b\u3069":12,"\u3002Sphinx":55,"\u9577\u3055":54,"\u4ecb\u3057":27," UInt":32,"\u7528\u8a9e\u96c6":47," rst":55,"&query":28,"/d":28,"\u3057\u304b\u3057":[21,43,74],mlock:66,"\u300ccommand":20,"_by":[69,68],".rb":66,SEGV:2,"\u304a\u3051":10,"_users":69,"/windows":71,"(drilldown":26,"\u30d1\u30c3\u30c1":[22,66,74],"\u304a\u304f":71,nterms:47,"\n]\n":6,MySQL:65,"\u304a\u3044":[64,65,24,26,27,45,72,56,60,74],"\u59cb\u70b9":27,"\u77e9\u5f62":[42,45,65],"\u59cb\u3081":[65,74]," assigned":32,"\u4ed8\u52a0":10,"\u6bd4\u3079":31,"\u304a\u3070":[56,2],"\u6642\u306b":56,"\u51e6\u7406":[2,12,65,43,26,28,66,45,10,54,74],"\u4f4e\u6a5f":12,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":60,columns:[66,57],"]]]":[21,67,10,27,28,29,45,32,69],"\nency":54,"\u629c\u3051\u308b":27,"\u5b66\u7fd2":66,"_html":[46,56],"\u4eca\u5f8c":17,"\u601d\u3044":74,"\u9069\u5408":21,OBATA:66,"\u304a\u3070\u305f":56,"\u5fc5\u305a":75,"\u305d\u308c":[12,4,21,43,27,66,69,74],"\u3068\u3044\u305a\u308c\u304b":10," localhost":46,"\u53c2\u52a0":[73,52],Help:74,"\u306b\u304a\u3044":[29,75],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[18,48,53,73],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[46,28],"\u89e6\u308c":[27,29],"\u3002Redmine":0," finished":61,"\u7528\u610f":[72,12,54],"\u6570\u5024":[2,43,64,46,24,10,27,29,30,12,66,16],":!":10,"\u68ee\u7530":32,"3\u3064":60,"\u3082\u3057\u304f":[28,33],"\u82b1\u5b50":32,"\u305d\u3057":69,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":3,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[56,2,66,60],dump:[18,2,5,6,66,62],"/log":46," universe":71,"]_":27,Kbyte:37,"\u7d44\u8fbc":[24,6,7,8,9,10,11,16,17,19,23,3,63,44,30,35,36,37,39,40,42,4,47,51,57,67,70,14,25],"\u5b8c\u4e86":[10,74],"\u554f\u3044\u5408\u308f":12,sed:56," concurrently":61,arg:12,ELAPSED:61,"\u8a00\u8a9e":[12,46,65,66,73,74],PORT:54,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":59,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":12,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[54,74],"\u7d39\u4ecb":[27,73,69,32],"(a":10,GET:28,"]}":[47,29],"\u5909\u6570":[68,60],"\u751f\u3058":[17,51,67,24,8,11,63,30,35,14,40],"\u5c02\u7528":[18,28,15,74],"]x":69,TCP:[46,65],"\u6df7\u5728":20,".log":[46,75,54],"\u305d\u306e":[18,54,12,71,21,46,65,6,43,57,10,27,29,31,32,69,34,37,75,74]," \u6642":69,"\u7a7a\u6e2f":69,"\u8868\u73fe":[12,47,57,72,73,37],"([":70,"\u3044\u308f\u3086\u308b":32,Server:32,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":65,"\u8a18\u9332":26,"\"command":[27,28],"\u304a\u308a":[69,64,33]," easy":55,"\u5236\u7d04":41,"\u6790\u5668":24," issue":0,AND:45,last:69,"\u62e1\u5f35\u5b50":[66,54],"\u304a\u52e7\u3081":71,"\u4f4e\u304f":21," Sites":6,"]:":28,"] ":[46,56,28,49,54],"-file":46,"\u53ef\u5426":27,Query:[18,61,5],"]/":28,"\u3002TLD":31,"])":70,"\u6642\u70b9":[24,75],load:[18,2,69,5,46,62,6,66,57,63,11,27,29,45,31,32,33,34,56,21,75]," about":61,");":12,point:[42,7,43,16],"\u3059\u304e\u307e\u305b":32,"\u306f\u3058\u307e\u308a":75,"\u30b9\u30ec\u30c3\u30c9":[46,18,48,54,65],"\u30ca\u30ce":66,"),":[24,30],shutdown:[18,19,5,46,66,62,28],linux:54,"\u4e0d\u80fd":54,") ":[12,24,37,71,54]," documentation":73,")\"":32,")'":[69,45,32],":#{":61,GitHub:[0,74],"\u8003\u616e":21,Groonga:61,ShortText:[66,21,46,6,24,69,25,10,27,28,29,30,31,32,33,34,45,56,37,39],"\u898b\u3064":66,")\n":[70,12,61,16],txt:[22,74],"\\\"":[43,57],"_queries":[27,28],po:74,XML:66,"\u3057\u3084\u3059\u304f":65,"|<":61," COLUMN":[21,6,69,27,29,30,31,32,33]," to":61,"#groonga\u30bf\u30b0":69,"/db":6," its":61,"\u30d9\u30fc\u30b9":[56,66,74],"\u56de\u7279":54,"\u304f\u3093":69," User":32,"\u5730\u7cfb":[65,37],"\nLucid":66,"\u30a8\u30b9\u30b1\u30fc\u30d7":57,"\u5236\u9650":[41,18,5,66,54,28,37],"\u691c\u7d22":[2,43,10,13,15,18,24,26,27,45,31,32,33,34,59,21,38,12,46,65,66,67,68,69,71,72],TokenBigramSplitSymbolAlpha:[21,43],"\u30e9\u30a4\u30d6\u30e9\u30ea":[27,65],"\u4eca\u5ea6":69,"\u30b0\u30cb\u30e3\u30e9":69,"\u30c8\u30fc\u30af\u30f3":[66,24,43],listen:46,"\n\n":[3,8,9,10,11,17,27,51,25,46,28,63,30,35,39,40,4,47,57,64,67,24,69,14],"\u63a1\u7528":[21,65]," customized":61,"\u4f7f\u3048\u308b":46,"\u5f15\u6570":[2,24,4,20,6,7,8,9,10,11,16,17,19,23,3,25,27,63,30,35,36,39,40,42,12,46,47,49,51,54,57,64,72,67,70,14,75]," DB\u30d1\u30b9":[27,28],"\u5404\u8a9e":[27,47],"\u8aad\u307f\u65b9":72," values":57,"_SECTION":[69,30,33],NetBSD:66," free":[47,61],TokenBigramIgnoreBlankSplitSymbol:21,"\u898b\u3064\u3051":2,"-key":71,"\u4e16\u4ee3":75," logs":61,"\u4e00\u7fa4":12,Hardy:66," float":29,"\u6210\u679c":[73,74],Alert:61,"\u5065\u4f5c":32," file":71,"\u56fd\u540d":31,"\u5177\u4f53":21,"\u307e\u3067":[41,12,46,57,54,69,34,74]," select":[21,27,69,45,31,32,33],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[73,74],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[46,66]," Shibuya":66,Lines:60,"\u56de\u52d5":54,"]\n":[24,8,9,11,35,17,51,3,63,27,29,45,31,32,33,34,30,40,46,47,67,14],amd:71," describes":74,"\u5f8c\u8005":45,ifexists:57,"\u9006\u5f15":32,".spec":56,"\u5834\u6240":[66,52,54],Moero:32,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[46,67,10],Senna:[18,65],lib:66,"\u30b9\u30bf\u30a4\u30eb":46," buffer":47,"\u7d44\u307f\u5408\u308f\u305b":[12,64,21,65,24,30],"\u3082\u3059\u3079":72,center:16,edge:48,flags:[46,47,24,69,25,54,27,29,30,31,32,33,34,39],sortby:[67,10,27,45,32,56],"') ":46,entry:30,"\u9806\u756a":[46,21],Lucid:66,"_path":54," digits":61,"\u30d0\u30a4\u30b0\u30e9\u30e0":[21,24],"-path":[46,2,66,61],"_KEY":[2,66,21,6,24,69,25,27,29,31,32,33,34,56],"\u3002dump":6,nanoseconds:61,"\u8fd1\u4f3c":7,"\u547c\u3073\u51fa\u3059":[42,7,44,70,36,16],"_NIL":66," time":[29,61,54],"\u9006\u5f15\u304d":[18,69,32,15],"\u547c\u3073\u51fa\u3055":10,"\u547c\u3073\u51fa\u3057":[66,6,12],"\u8d85\u3048":[21,43,10],"\u3067\u304d\u308b":[18,12,46,65,6,10,72,21,29,30,54,32,69,34,73,48,60],tables:6," Users":[6,69],"\u5316\u51e6":26,point1:7,"\u30bd\u30fc\u30c8":[18,2,64,66,10,27,45,32,15],PID:[46,2],"3\u4ef6":69,Example:61,source:[27,69,30,32,33,39],"\u5024\u3068\u3057\u3066":46,location:[69,45,31,32],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":21,input:57,"\u3064\u3051\u308b":34,"...":[64,20,47,6,25,54,39],"\nPARTIAL":12," adv":71,"\u968e\u5c64":12,"\u9759\u7684":[46,73,60,20],"\u304f\u3060":[20,21,54,27,29,71,74]," blog":[21,27],"<#{":61," add":74,"\u30cf\u30c3\u30b7\u30e5":[4,47,24],bit:[37,71],"\u30bd\u30fc\u30b9":56,"\u5f53\u3066":[25,39],"\u30d7\u30e9\u30b0\u30a4\u30f3":[56,2,66,68,74],"\u5927\u4e08\u592b":0," GNU":[18,71,56],RPM:[56,66]," Takuto":66,"\u540c\u7b49":[43,54],"\u9014\u4e2d":46,"-command":[66,75],"\"uptime":[27,28]," Kinjirou":32,"\u4ee5\u5916":[4,66,12,54,10],OS:54,"\u30c7\u30d5\u30a9\u30eb\u30c8":[17,2,43,67,46,57,24,49,10,21,54,12,31,66,75],"\u6642\u523b":[4,29,44,54],".title":[29,32],"\u7f6e\u304b":20,"\u4ed5\u65b9":[73,74],"\u7f6e\u304d":66,"-DD":61,examples:66,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[46,2],"\u3001[":27,"\u3001_":[69,45,31]," seven":27,"_bool":66,"\u5927\u304d\u304f":[6,66,75],"\u8a73\u3057\u304f":[27,71],"\u66f8\u304d":[21,43,54]," nanoseconds":61,"\u66f8\u3044":69,"\u5927\u304d\u3044":[46,56,12],"\u3061\u3083\u3093":32,"\u69cb\u6210":12,"\u3002JSON":57,"\u30d3\u30eb\u30c9":66,".sh":[60,74],"\u4ee5\u964d":[46,66,60,74],"id]":11,run:60," Hiroshi":66,"\u4ed8\u304d":[18,66,24,32,37,15],"\u3001\n":[45,9],":\\":[27,57],"\u4f9d\u5b58":72,"\u4ed8\u3044":69," tablename":75,"\u5f37\u5236":2,"\u4ed5\u7d44":74,"\u96c6\u8a08":[18,65]," test":[54,27,28,29,33,60],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":46,"\u4ed8\u3051":28,"\u30ab\u30a6\u30f3\u30c8":69,"{\"_":[29,45,32,33],"\u5b9f\u73fe":[18,73,12,53,65],"\u3001\"":[69,45],"\"mori":6,usa:31,"\u3001'":[46,27,45,10],"\u3001&":45,"\u4f3c\u305f":45,"\"yu":6,"\u3001-":[66,29,54,20],"\u53ca\u3073":54,"\u3001/":71,"\u3001.":[60,74],range:[25,39],"\u5185\u5bb9":[69,49,25,10,28,29,54,33,39,74],"\u300chsiomaneki":69,"\u8edf\u6027":65,"\u30fb\u30c6\u30fc\u30d6\u30eb":72,"\u95be\u5024":[18,46,43,10,21,13],"\u3001:":54,DragonFly:66,".\n":[6,54],"\u3057\u307e\u3059":[24,43,31,69],"\u6271\u3048":59,"\u304f\u308c\u308b":[22,74],"\u30ad\u30e3\u30c3\u30b7\u30e5":[46,2,10],"\u30a4\u30e1\u30fc\u30b8":27,"\u3088\u308a":[12,21,65,66,54,69,71,72],"-protocol":[46,54],"\u3002query":10,"\u5831\u544a":[56,66,68,54],"\u524d\u65b9":[18,43,24,68,27,12,34,15],Natty:[18,71,56],".)":61,".-":74,"..":[46,57,10,20],"\u30d5\u30ec\u30fc\u30ba":10,". ":[0,1,3,4,20,6,7,8,9,10,11,12,13,14,15,16,17,19,5,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,67,69,70,71,72,73,74,75],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":54,"\u6b53\u8fce":73,"\u5909\u66f4":[18,2,66,21,47,54,9,26,27,13,56,75],"\u56fd\u969b":74,".'":[24,30],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":69,"\u51fa\u3059":69,YYYY:61,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":75,translate:74,"\n..":6,".pid":46,".O":32," Demo":32,"-query":[46,56,61],BSD:56,link:[29,31],".]":[47,25,39,64],"._":29,"\u3002\u30bf\u30b0":32,posted:69,".h":22,"\u8868\u3059":[12,29,30,70,32],utf:46,"_op":12," that":61,"_or":16,"\u306b\u5bfe\u3057":[2,43,64,20,4,24,49,10,27,28,12,30,31,32,33,45],Twitter:69,".c":32,".d":71,"\u8868\u3057":[12,75,26],"_cursor":66,"\u5206\u89e3":12,".}":47,Pentium:54,similar:12," types":64,"\u8ca0\u8377":66,"\u63a5\u982d":24,"_NOFILE":61,"\u3054\u3068":[65,59,48,33],"\u672a\u5165":64,"\u633f\u5165":[46,27],"\u7279\u5fb4":[18,32,65],"\u5165\u308c":[21,69,32],"\u306b\u5bfe\u3059\u308b":[18,12,64,66,69,31,32,33,56,59,15],"_columns":[18,61,21,66,67,10,27,29,45,31,32,33,15,69],".comment":69,"\u958b\u3044":[56,3,66,63,65],"_rate":[27,28],Mac:[18,66,71],"\u3042\u3052\u308b":[21,18,13]," testdb":54,"'\u3001":27,"\u56db\u3064":43,grn:[42,12,61,5,18,67,7,57,10,72,44,68,33,56,73,36,70,66,16],"\u6642\u4ee5\u5916":66,"\u5168\u6587":[18,71,46,65,43,72,27,69,45,13,32,33,59,21,15],tmp:[46,27,28],".load":54,users:69," script":54,"\u30c7\u30fc\u30bf":[18,2,12,64,5,21,65,6,66,57,72,27,29,45,32,69,34,56,37,15],lucid:71," eight":27,"\u6307\u5b9a":[2,24,4,20,6,7,8,9,10,11,12,15,16,18,21,51,3,63,26,27,28,29,30,31,32,33,34,35,36,37,39,40,42,43,45,46,47,49,54,56,57,64,65,66,67,69,70,71,14,75],"\u5c5e\u3057":37,"\u4e00\u7dd2":[21,2],"\u3002Video":32,".patch":74,drilldown:[2,67,10,69,31,32],"\u306a\u304c\u3089":27,"\u3088\u3044":74,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":54,"\u4f7f\u3044":[18,12,43,69,58,74],"\u300d\u3001":[69,32],"\u4e00\u5de5":34,"\u3088\u3073":12,"\nerror":[8,40],"\u5f37\u5316":[56,66],"\u8aad\u307f\u53d6\u308a":[46,57],"\u3088\u3063":45,"\u7d50\u5408":[72,12,10],"-count":4," b":10,"\u3002Debian":60," a":61,partial:12,"\u4e00\u5207":54," d":[21,43],":\u5024":10,",\"title":27,"\u30a4\u30f3\u30c7\u30c3\u30af":33,"\u64a4\u5ec3":66,"\u57cb\u3081\u8fbc\u3080":54,gf:[27,28],"\u843d\u3061":66,ga:54," z":37,query:[12,61,69,21,72,43,67,10,27,28,29,45,68,32,33,34,64],"\u3067\u306b":21,CPU:54," |":[21,49,45,10]," }":69,"\u3067\u3057":65," C":[22,56]," @":[21,43,69],Ultra:32,"\u8a9e\u6271":43,"/\u65e5":69," I":74,"\u3067\u3059":[0,20,6,43,57,54,22,24,25,26,27,29,45,31,33,59,21,39,74,41,12,46,47,49,10,60,64,65,69,71,72,73,75]," Token":54,"\u3042\u3089\u308f\u3057":27,stable:75,"\u3067\u304f":73," [":[6,57,54,11,24,27,28,29,30,31,32,33,34,45,21,46,47,49,10,64,67,69],"\u3067\u304d":[2,20,6,7,57,10,16,27,24,26,46,28,29,30,31,32,33,34,45,36,37,74,42,12,44,21,49,54,55,59,60,65,66,69,70,71,72,75],include:22," _":[27,29,45,31,32,69,34],"\u7e70\u308a\u8fd4\u3057\u6570":54," ]":45," \"":[21,47,57,25,10,27,69,45,54,71,34,39]," #":[66,69,68,74]," ":[3,8,9,10,11,35,17,51,63,45,32,30,40,54,12,4,47,49,75,64,67,24,69,14]," !":10," &":[21,43,45,71]," '":[61,46,43,21,69,45,32,74],"\u6307\u5411":65," ..":[27,47,64,10,74]," *":[21,74,37,10,40],"\u8fbc\u307f":17," (":[41,18,12,5,26,71]," )":10," .":[21,60,54]," /":[46,43,49,27,28,21]," -":[2,3,4,20,6,7,8,9,10,11,14,16,17,19,61,23,24,25,27,28,29,30,31,32,33,34,35,36,21,39,40,42,43,44,45,46,47,49,51,54,55,56,57,60,63,64,72,66,67,68,69,70,71,74,75],"\u3002run":60,"\u3067\u5024":[46,27],"\u6e0b\u8c37":69," >":[6,43,54,45,10,71]," <":[21,6,45,54,10]," =":[12,46,72,10,45,32],"2pdf":55,"_API":12,"-build":60," update":[71,74],"-id":46,"\u4e09\u3064":43,"\u512a\u308c":64,"this":[27,28,29],"\"column":32," such":74,Here:61,".output":20,"\u30aa\u30d7\u30b7\u30e7\u30f3":[2,66,4,20,46,43,49,10,27,28,29,54,33,34,56,21,60],".po":[73,74]," term":47,"\u5341\u5206":21,"-memory":66,".pc":68,"\ntable":[21,6,69],equal:12," [":10,"_SCALAR":[21,6,27,69,30,31,32,33,39],index:[32,33],"_thread":54," Blogs":21,etime:49," WGS":[69,45,32],HTML:[56,28,73,20,74],Video:32,"\u30a8\u30f3\u30b8\u30f3":[46,72,32],"\u7b49\u5024":66,"\u3060\u3057":[56,54],body:[21,3,57,10,63,30],"-exact":4,"\u5fc3\u304c":60,clearlock:[18,2,5,46,62,63],"\u516c\u958b":66," PatSuffix":34,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":54," Names":74," developers":52,"\u3002Blogs":21,"_ACCOUNT":74," libmemcached":60," \"":[47,54,69,25,39],"\u306b\u5bfe\u5fdc":[17,46,57,10,20]," ":75,"= \"":72," users":[69,61],ctx:48,"\u300d\uff08":[6,43]," Comments":[6,69],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":46,"\u30c8\u30e9\u30a4":56,"\u3067\u3082":[21,65,43,54,27,28,45,33,56,60,74],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":65,"/senna":6,"\u30df\u30b9\u30bf\u30a4\u30d7":64,"\u6982\u8981":75,realloc:66,"\u5171\u901a":[72,24,37,33],"(ctx":12,"\u3046\u3048":56,HOME:71,"'ABC":24," v":12,"\u5148\u60c5":69,"\u9001\u4fe1":[3,6,8,9,10,11,17,19,23,51,25,63,30,35,39,40,4,47,54,57,67,24,14],Draw:32,",\u3000":54,zip:71,"\u672a\u958b\u653e":66," garbage":47,"\u6642\u9593":[66,54,27,29,10,69,56]," SiteCountry":31,"\u3044\u304f\u3064":73,"\u3046\u3061":[12,47,7,10,75,65],"\u3057\u307e\u3046":[56,66],usr:[46,71,60],"\u3057\u307e\u3044":[34,21,54,65],Itagaki:66,"\u81ea\u5206":74,"\u4efb\u610f":[46,65,37,54],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[47,3,44,63,56]," JQuery":66,"\u3059\u308b":[1,2,3,4,20,6,7,8,9,10,11,12,13,14,16,17,18,19,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,42,43,44,45,46,47,48,49,51,52,54,55,56,57,59,60,62,63,64,65,66,67,69,70,71,72,73,74,75],"\u5909\u3048\u308b":21,"\u7d4c\u7def\u5ea6":45,"\u3059\u308c":54,HOST:54,"\u5225\u9014":[24,37,31],"\u3059\u3093":69,"\u305d\u308c\u3089":[65,49],"/rab":[27,45,31],pkg:66,"\u6b8b\u308b":56,"\u6b8b\u308a":75,"\u3002Ctrl\u30ad\u30fc":27,"\u4ee5\u5185":[69,45],"\u8d77\u52d5":[4,20,46,66,54,27,28,10,75],"\u6e21\u3055":12,"_WITH":[34,24,43],"\u6e21\u3057":[28,12,57],"/index":[46,74],"\u53d7\u3051\u4ed8\u3051":66,"-html":66,"\u7de8\u96c6":[2,36,73,60,74],Details:61,"\u6b8b\u3063":66,TokenBigramIgnoreBlankSplitSymbolAlphaDigit:21,"\u3002\u3064\u307e\u308a":28,lock:65,sudo:71,"\u30af\u30e9\u30c3\u30b7\u30e5":[56,66],"_install":55,"\u4f7f\u3044\u65b9":[46,54],objname:[3,63],"\u6295\u7a3f\u5834\u6240":69,"\uff08TokenBigram":21,"\u6301\u305f":[65,24],"\u6301\u3061":[46,27,24,12],"\u8a2d\u5b9a\u5024":[2,9],tomotaka:56,"\u6301\u3064":[64,46,48,24,57,26,27,31,32,37],"_LEAK":60," or":61,"\u30c0\u30d6\u30eb":56,"\u691c\u51fa":[2,66,60],"\u3059\u3067":43,"\u3059\u3079":[12,6,54,27,63,75,69],"\u6b8b\u3057":10," view":51,defalt:66," port":71,"\u3064\u3064":[21,65]," size":47,"\u30b3\u30de\u30f3\u30c9":[2,3,4,20,6,43,8,9,10,11,15,17,18,19,5,23,24,63,27,28,29,30,34,35,39,40,12,45,46,47,51,54,55,56,57,60,62,64,72,66,67,14,25,75],"_create":[18,62,5,46,68,6,24,69,54,27,29,30,31,32,33,34,45,56,21],"\u81ea\u5df1":69,"_')":[30,26],"_PORT":54,"\u4e26\u3073\u9806":45," Text":54,"\u5f35\u3089":29," instead":46,",\"":[47,6,69,10,27,28,29,45,32,33,34],"\u30a2\u30af\u30bb\u30b9":[20,46,66,49,28,74],"\u7d5e\u308a\u8fbc\u307f":[27,10],"\u3042\u308b\u3044":[42,7,75,12,16],alloc:[4,27,28],"\u66f8\u5f0f":[24,4,20,6,7,8,9,10,11,16,17,19,23,3,25,27,28,63,30,35,36,39,40,42,44,46,47,49,51,54,57,64,67,70,14],rakutan:33,"\u81ea\u52d5":[65,24,26,27,54,32,34,74],"\u30da\u30fc\u30b8":[46,18,74,20,27],"\u578b\u540d":[72,24],or:72,"_TIME":61,"\u9078\u629e":[27,28],":tasukuchan":69,":\\\"":57,"\u3002GRN":12,MESSAGE:[61,40],"\u4eac\u90fd":[21,43],"\u6df1\u523b":21,"\nwarning":[8,40],"\u7d9a\u304d":57,"\u8abf\u3079":[42,16],"\u7d9a\u3044":[21,10],"\u4e00\u500b":12,"\u66f8\u304d\u5f8c":43,"\u30ab\u30d0\u30fc":60,"% ":[71,74],jiro:32,"|WITH":[21,27,69,30,33]," clean":60,"\u3002SET":54,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":49,WITH:30,"\u91cd\u307f":[21,18,15,10,33],"\u6570\u5b57":[21,54],"\u4e00\u9023":72,"\u6539\u884c":[46,25,39],TokenBigram:[21,27,24,43],ll:[21,43],RAM:54,"/apt":71,euc:46,li:[21,43],"\u3002Eclipse":74,"_gqpt":54,tsv:20,"\u512a\u5148":54,"\u5de6\u4e0a":[42,2],"\u5de6\u4e0b":2," yes":49,"\u9589\u3058\u308b":[56,2],greater:12,"\u8a71\u3057":73,"\u30b9\u30ad\u30fc\u30de":6,billiard:[21,43],"_HOST":54,"\u9593\u9055\u3063":56," threshold":3,"\u90e8\u5206\u4e00\u81f4":[21,43],"_point":[32,16],"\u306b\u304f\u308b":21,"\u4e00\u3064":[3,6,7,8,9,10,11,16,17,19,23,24,25,63,30,35,36,37,39,40,42,43,44,4,47,51,75,57,67,70,14],edit:[18,2,36,50,5],".net":[27,29,45,31,32],OffGao:69," updated":[21,74],"\u66f4\u65b0":[18,12,65,57,75,32,56,73,74],"\u30ed\u30b0\u30ec\u30d9\u30eb":46," hh":61," physical":47,"\u4fdd\u8a3c":[47,75],"\u70b9\u9593":[65,45],"\u6df7\u305c":27,"\u65e2\u5b58":[17,27,28],"\u5b9f\u51e6":12,"\u4e0d\u4e00\u81f4":10,"/LC":74,",\"link":29,chunk:47,"-patch":74," Aramaki":66,"\u753b\u9762":2,"\u5217\u5f15":12,"\u30fb\u672a\u5909\u63db":64,"\u751f\u6210":[72,43,26,70,73,74],out:54,"\u3050\u308b\u3093":32,"-match":[46,21,10],res:54,rep:54,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":46," GRN":[12,61],"\"test":27," \u6c11":43,"\u30ab\u30ec\u30fc":43,"\u300cOffGao":69,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":56,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":74,"\uff1f ":54,"-fd":56,"\u601d\u3063":22,"/\u6708":69,This:[27,61],"\u904e\u7a0b":26," Site":[27,28,29,45,31,32],"'hoge":72,"\u73fe\u72b6":75,"\u5b9f\u7a3c":49,"\u4ed8\u5c5e":20,"/aba":[27,45,31],"8r":46,"'this":27,"\u4ed5\u69d8":[18,64,20,66,75,38],Point:16,deprecated:75,"\u4e00\u90e8":35," Tomita":66,"\"\uff09":2,"_friends":32,"\u30bb\u30b0\u30e1\u30f3\u30c8":[47,3],"\u307f\u304c":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":58,"\u8ffd\u6c42":65,"3ki":66,"\u8aa4\u5dee":56,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":65,"<max":46,suffix:12,"_DEBUG":60,"\u5341\u4e00":43,"\u8aac\u660e":[1,3,4,20,6,7,8,9,10,11,12,16,17,18,19,5,21,23,24,25,26,27,63,30,35,36,37,39,40,42,43,44,45,46,47,49,51,54,57,62,14,64,72,67,70,71,73,74],"1\u305a":[75,26],"\u8a9e\u5f59":[41,18,43,24,27,59,15],echo:71,"\u30d9\u30af\u30bf":[2,66,39],"\u591a\u304f":[46,65,10,27,29,72,21]," mode":12,"\uff08\u300c":21,"\u9805\u76ee":[17,2,67,4,47,8,10,11,63,45,59,57,40],"\u8d77\u70b9":10,"\u843d\u3061\u308b":[56,66],"\u78ba\u8a8d":[2,54,27,69,73,74],"\u305d\u3053":21,"\u5bb9\u91cf":[47,10],"\u304a\u304b\u3057":66,mkdir:6,offset:[27,67,31,10],",[":[21,69,10,27,28,29,45,31,32,33,34],"\u6c38\u7d9a":24,"\nlog":61,".groonga":[71,54,74],"1\u3064":[0,41,69,54,29,32,33,56],"\u7d44\u307f\u8fbc\u307f":[18,50,5,46,72,6,62,54],"-keys":71,"-api":22,"\u306f\u3058\u3081":[75,74],"\u3002command":75," for":[61,74],"\u304b\u3061":43,configure:[21,66,10,4,56,60,74],"\u304b\u3064":[65,43],"\u304b\u3069":[21,42,45,16],"\u3002Senna":65,"\u7403\u9762":7,"\u756a\u76ee":27,",..":[39,57,25,10],"\u8ffd\u8de1":0,"\u8a9e\u610f":59,rst:55,"\nrequest":61," squeeze":[18,71],"\u3092\u3054":60,"\u89e3\u6d88":[2,3],Bool:[34,42,37,16]," started":61,"-log":[46,56,61,54],"\u51fa\u73fe":59," SiteDomain":31,"\u8aad\u307f\u8fbc\u3080":2,"\u304b\u3051":63,".grn":6,bind:56,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":43,ITS:0,KBytes:54,Information:61,"false":[17,51,67,24,8,11,63,30,32,34,35,14,37,66,40],"-threads":46,"\u56fd\u969b\u5316":[18,73,58,74],"\u3064\u3044":69,"\u30de\u30a4\u30af\u30ed":[69,37],PATH:54,Soccer:32," Bigram":[21,69],"\ncolumn":[21,6,69],min:[49,54],"\n ":12,"\u6f14\u7b97":66,"\u304b\u3089":[2,6,57,10,11,27,21,28,29,45,37,74,54,12,4,48,49,75,46,56,72,66,69,70,71,73]," lexicon":54,"\u914d\u4e0b":20,"_const":12,"-commnad":75," Representation":74,BIT:54,"\u4eee\u60f3":[24,45,31],libmemcached:60," Gone":32,brazil:31,"\u901f\u3084\u304b":75,"\u3069\u3061\u3089":[0,10,33],"\u8aad\u307f\u8fbc\u307f":[27,56]," six":[27,61]," code":[61,74]," sid":[18,71,47]," API":[22,18,73,58],"\u3089\u308c":[12,65,24,25,10,63,45,56,66,39],"**":[64,40],"\u7d44\u8fbc\u578b":[18,37,5],"\u306a\u3082\u306e":65,"*'":10,"* ":[37,64],"\u6e80\u305f":[72,43,45,12,69],"*\"":68,"_build":60,"*')":10,url:6,"\u30b3\u30de\u30f3\u30c9select":72,"\u7d44\u307f\u8fbc\u3080":12,"_is":56,hh:61,"\u5408\u81f4":27,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[18,65,10,69,31,32,15]," Blog":33,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[56,2,66,75],"\u901f\u304f":[65,32],"\u30ea\u30af\u30a8\u30b9\u30c8":[3,20,6,8,9,10,11,17,19,23,51,25,63,30,35,39,40,4,47,49,57,67,24,14],Masahiro:66,"\u30b9\u30b3\u30a2":[12,64,21,72,26,69,45,10],"\u7d44\u307f\u8fbc\u3093":24,"-output":54,"_id":[45,26]," Type":29,".gz":74,"\u6307\u3057":72,"\nALERT":[8,40],"-level":46,",\n ":[21,47,69,25,39],"\u8d8a\u3048\u308b":21," Video":32," favorite":74,"\u524d\u8eab":65,"<limit":46,Redmine:0,"'localhost":[46,49],"\u3002\u2193":46,"\u5bfe\u8c61":[24,6,43,57,10,15,18,3,27,28,63,30,32,33,35,39,74,12,21,48,49,75,60,64,72,67,69,71,14],"\u4e0a\u8a18":[41,21,54,27,45,71,74],"\u6e2c\u5b9a":54,squeeze:71,MacPorts:[18,71,56],"with":[21,56,10],cache:[18,2,5,62,10,9],"\u9ad8\u5ea6":72,"\u30b7\u30a7\u30eb":54,"\u65e5\u6642":69," GeoIndex":32,IPA:55,"\u4e0d\u6b63\u78ba":4," in":[47,12,61],"\u5bfe\u8a71":[27,28],"\u7d20\u5358":71,"_equal":12," id":47,"\u30ea\u30ea\u30fc\u30b9":[56,2,66,75,68],"\u5316\u5bfe":74,"\u6295\u7a3f":69,"\u4ed8\u3051\u308b":[27,48]," Time":[21,29,54,69],means:61,"\u5c11\u306a\u3044":72,"\u30c0\u30f3\u30d7":66,".ubuntu":71,"=$":74,"\u7e70\u308a\u8fd4\u3059":66,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[65,9,10],"= ":[45,10],"_GITHUB":74,"=/":[46,71,60],"\u82f1\u8a9e":[0,56,74],"\u7e70\u308a\u8fd4\u3057":[54,74],"\u5272\u308a":[25,39],"\u5f97\u308b":27,"\u4e0d\u8981":65,"\u697d\u3057\u3044":[21,43],"_search":56,",\n[":6,"\u79d2\u3088\u308a":68,",\n]":21,contain:12,"\u64cd\u4f5c":[18,12,46,72,24,10,27,15],"_parse":72,"\u69cb\u7bc9":[73,43,60],view:[18,62,51,5,46,24],"\u5236\u5fa1":72," eggs":33,"\u304b\u304e\u308a":54," markup":22,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":66,"\u4ee3\u5165":[45,29,37,66,12],"\"float":29,latin:46,"\u7cfb\u5ea7":[42,7,16],".list":71," Properties":61," the":[61,74],"\nBigram":54,"\u975e\u5e38":72,"\u306b\u3064\u3044\u3066":[1,24,4,6,7,8,9,10,11,12,16,17,19,23,3,63,27,29,30,35,36,37,39,40,42,43,44,46,47,51,75,59,57,62,65,67,69,70,73,14,25],"\u985e\u4f3c":[72,12],"\u51fa\u529b":[2,20,6,8,54,15,18,27,25,46,55,39,74,4,47,10,56,60,66,67,69,73,40,75],"\"table":32,ieee:37,"\u304c\u3064\u3044":66,"(string":36,"\u7d9a\u3051":54," Akio":66,Minute:61," quit":46,Sending:74,"\u3084\u304c":75,"\u304c\u304a\u304c":69,"/var":46,"\u4f4d\u7f6e":[18,65,27,69,45,75,32,56,30,15],"\u5168\u4ef6":10,"\u4e43\u6bc5":66,job:54,"\u3053\u308c\u3089":[20,21,65,26,27,69,31,73],key:[54,6,24,57,10,11,27,29,45,31,32,33,34,39,69],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":54," Languages":74,"\uff12\u3064":[27,45,31],commands:54,"\u304a\u77e5\u3089":[18,2,66,68,56],"\u7279\u5316":74,Emergency:61," map":61,plugin:56,admin:66,"\u5927\u304d":47,"/status":[28,49],":ss":61,valgrind:60," max":[9,70],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[56,66],"\u6728\u578b":24,".org":[71,6,54,27,28,29,45,31,32,74],"/local":71,"\u653e\u68c4":[57,10],"\u96e3\u3057\u3044":65," Gothic":55,comment:[27,69],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[46,66,20],Log:[18,61,5,56],"\u4f5c\u6210":[2,54,15,17,18,27,24,26,46,29,30,31,32,33,34,55,37,21,53,56,66,69,73],"\u533a\u5225":[34,37],DDL:21,"DB\u30d1\u30b9":[27,28],cd:74,"_add":[46,18,62,51,5]," enabled":61,"\u30af\u30ea\u30a2":56,"\u66ff\u3048\u308b":[27,31],table:[51,5,6,57,54,11,35,18,24,25,27,28,29,45,31,32,33,34,30,21,39,12,46,10,56,62,64,66,67,69,14,75]," \"_":69,"-history":56,Uubntu:60,"\u4ee5\u524d":[21,69,9],quit:[18,62,61,5,46,23],"\u30b5\u30d6\u30bb\u30c3\u30c8":37,"\u91cd\u307f\u4ed8\u3051":21,Tomoatsu:66,"\u30b9\u30ab\u30e9":39,"\u533a\u5207":24,json:[3,20,8,9,10,11,17,51,25,27,63,30,35,39,40,4,47,54,57,64,67,24,14]," as":74,TokenBigramIgnoreBlankSplitSymbolAlpha:21," Entry":[24,67,51,3,57,25,10,11,63,30,35,14,39],"\u306b\u3088\u3063":[24,4,20,6,7,8,9,10,11,12,17,19,23,3,63,27,29,30,31,32,35,39,40,43,46,47,48,49,51,75,57,72,67,14,25],"\u6b21\u671f":65,define:[46,18,62,67,5],username:32,"\u65e5\u672c":[42,7,45,16],"\u8a08\u6e2c":[2,60],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":56,"-cache":46,"\u58ca\u308c":[47,66,56],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":2,"\u3068\u3064\u3044":45,"\u4fdd\u6301":59,"\u518d\u5e30":[63,12,14],"\u7a2e\u985e":[18,12,46,26,27,29,69,21,15],"\u540c\u671f":54,"\u3068\u3053\u308d":[22,69,71,74],"\u30c7\u30a3\u30b9\u30af":2,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[18,69,15]," favorited":69," \" ":54,"\u672a\u5b9a":24," System":0," language":74,value:[24,25],"\u793a\u3059":[42,7,24,57,25,10,34,39,16],"\u793a\u3055":[25,39],"\u793a\u3057":[21,27,29,4,31],"\u73fe\u308c\u308b":21,"\u540c\u3058":[17,18,2,20,46,66,25,54,27,13,33,56,21,39,75],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[18,52,74],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[46,27],"\u79d2\u5f62":37,tar:71,"\u578b\u3068":31,"\u3072\u308d\u3086\u304d":34,"\u3002\n":[2,7,9,54,12,16,17,27,25,46,28,35,32,33,37,39,43,4,47,48,75,56,64,66,68,69]," record":[27,28,29],"/\\":27,"-debug":66,"\u9818\u57df":45,avg:49," original":[34,6],"\u8fd4\u4fe1":69,"\u8a9e\u5f59\u8868":[27,24],"\u3002'":[27,10],"\u91cd\u8981":[59,60],"\u614e\u91cd":60,"\u3002\"":[21,69],"\u3002#":[56,66],"\u578b\u304b":37,"-deafult":56,"\u3002.":74,".db":[46,27,28,25,39],"\u3002(":[12,46,24,57,54,43],"\u3002)":54," replied":69,"\u6c42\u3081\u308b":7,"\u91cd\u8996":21,"\u6ce8\u610f":[21,71,54],"\u300cbilliard":43,"-learner":66,"\u8aa4\u5b57":66,"\u3002:":[43,67,60,20,46,47,6,24,57,25,10,11,21,30,54,71,55,75,39,74],"| _":45,"\u518d\u5ea6":12,http:[20,46,6,49,54,27,28,29,45,31,32,74],"/\n":[66,74],"\u3002C":22,"\u3002N":21,"]\"":69,"_FOR":12,"_MAX":70,v1:12,v2:12,"\u306b\u3088\u308b":[34,18,28,15],"\u672c\u4f53":73,pdf:[55,73],"\u304a\u304b\u3057\u304f":66,"\u3002_":26,EOF:46," local":6," DB":20," body":[21,35,14,30],"\u5168\u6587\u691c":[18,66,15,27],"\uff01\"":69,"\u540d\u4e00":25,"/groonga":[22,66,46,71,56,74]," ID":61,":\"":[27,72],"/$":[71,74],"/\"":[6,27,28,29,45,31,32],"\u66f8\u304d\u8fbc\u3080":54,"\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9":28,command:[46,75,20],"_POSITION":[21,27,69,30,33],lcov:60," translation":74,"\u8868\u793a":[18,2,4,46,47,66,25,54,27,28,29,45,31,32,56,39,21,15,75],"\ndo":54," obj":47,less:12,"\u3042\u304d":34,"\u3001(":54,"\u81ea\u7531":[72,12,26],"\u5229\u7528":[18,64,20,21,46,65,6,43,54,27,28,45,60,37,15,74]," yum":71,gettext:74,".mo\u30d5\u30a1\u30a4\u30eb":74,"\u5fd8\u308c":56,"\u3002Point":[42,16],"\u9806\u5e8f":[21,39,24,25,10],"|suggest":64,UNSPLIT:12,"\u3042\u3063":[57,54,27,75,32,26,74],"\u958b\u59cb":[60,56,54,10],"\u3042\u3068":74,"\u3055\u3093":[56,66,68,74],RLIMIT:61,"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":46,"\u3055\u3089":[18,65],"\u74b0\u5883":[65,54,71,56,73,60],qwik:6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":46,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[60,74],match:[18,66,61,21,43,67,10,27,69,33,15],"\u5f8c\u7d99":[18,65],"\u3069\u306e":29,"\nPREFIX":12,"|http":54,"\u756a\u53f7":[46,49,54,27,28,26,10],"\u5b89\u5b9a":[47,75],"'pid":46,".jp":[6,52],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":56,"\u3055\u3089\u306a\u308b":64,Debug:61," tracker":0,you:74,tvsec:4,Poedit:74,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":60,CentOS:[18,66,71],"\u6574\u5408":2,"\u4f4f\u3093":69,"\u672c\u8cea":54,"\u30c6\u30fc\u30d6\u30eb\u30ed\u30c3\u30af":65,Warning:61,"\u5ea6\u5206":37,SQL:65,"\u3068\u3044\u3063":45,"_threshold":[66,10],"\u4e0b\u8a18":[4,47,12,75],"\u306a\u304b\u3063":[17,51,46,67,24,8,9,54,11,21,63,30,75,35,14,40],"\u4e0d\u6b63":[56,2,66,60],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9":28,"-host":54,Quiz:32,"/master":74,"/source":[22,71,74]," TABLE":[21,6,24,69,27,29,31,32,33,34],"\u30b3\u30e1\u30f3\u30c8":[46,66,54,69],"_CALL":12,"_sortby":[67,31,10],"\u5411\u3051":[18,73,12,53]," origin":74,"_PAT":[21,6,24,25,27,69,32,33,34],LANGUAGE:74,"\u7121\u9650":66,"\u96e2\u308c":45,"/hoge":46,"\u5f62\u5f0f":[2,24,4,20,6,7,8,10,11,16,17,18,5,51,3,25,27,63,30,33,35,36,37,39,40,42,12,44,45,46,47,49,54,56,57,64,72,67,70,14],"\u30dc\u30bf\u30f3":74,MinGW:56,"\u5411\u3044":65,"#{L":61,",\"domain":31,"\u53d6\u308a\u9664\u304d":12," Bool":34,"\u3002-":[69,54,20],"\u3057\u3064\u3064":60,"\u3042\u308c":[21,37,54],"\u30c7\u30d0\u30c3\u30ac":60,"-h":46,"\u3042\u308a":[0,20,43,57,54,17,19,22,23,24,25,26,27,28,29,30,33,45,21,74,41,12,4,52,56,60,65,69,73,75],"\u3042\u308b":[24,4,20,6,7,8,9,10,11,16,17,19,23,3,25,27,63,30,32,33,34,35,36,37,39,40,42,12,44,45,21,47,49,51,54,56,57,14,65,66,67,69,70,74,75],"\u7acb\u3061\u4e0a\u304c\u3063":54,host:54,"\u8aad\u307f\u8fbc\u3081\u308b":6,"\u306e\u3044\u305a\u308c\u304b":[42,7,16],"\u307b\u307c":33,"\u6319\u52d5":[18,66,46,43,10,21],".hash":69,hana:32,"\u30c0\u30e1\u30fc\u30b8":21,"\u6f0f\u308c":72,"\u305d\u308c\u305e\u308c":[43,20,46,65,7,69,10,21,12,45,31,71,33,60],"\u5358\u72ec":54,column:[2,5,54,18,24,27,29,30,31,32,33,34,35,39,12,46,56,62,64,72,66,69,14],universe:71,"\u5206z":37,Kenichi:66,"|KEY":[21,24,25,27,69,33,34],tomo:32,".html":[46,74],"\u3055\u3044":[20,21,54,27,29,71,60,74],"\u9055\u3046":66," Ueno":[66,68],"\u610f\u5473":[46,27,12,45,54],"!!":[69,32],"! ":12,"!\"":[27,28,29,32,69],"\u6587\u66f8":[27,43,72],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":54,SIGINT:56,"\u5b9f\u9a13":56,"\u3053\u3061\u3089":74," Shops":43,"<log":46,"\u85a6\u3081":28,"\u8907\u6570":[2,20,43,10,15,18,24,25,27,29,30,31,32,33,59,39,12,21,54,56,65,66,69],friends:32,"_remove":[18,62,5,46,35,14],daijiro:69,"\u30ed\u30b0":[17,2,46,8,54,68,56,40],"\u5c55\u958b":71,"var":[46,12,71,39],"\u901f\u5ea6":[27,54,32]," query":[61,64],"\u89a7\u4e0b":60,"\n\uff08":66,"-pid":46,"\u3068\u307f":20,"\u304c\u3068\u3046":69,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[17,75,54],"\u4f55\u4ef6":27,"\u73fe\u5728":[17,49,9,54,27,44,69,59],"\u3068\u3068":[22,74]," +":[37,10,20],"\u53d7\u3051\u4ed8\u3051\u308b":28,"\u30fb\u5168":[67,10],"&& ":21," Takashi":56,"\u89e3\u6c7a":47," wheezy":[18,71,56],"\u3068\u3057":[12,46,72,49,54,32,33,37],"\u4ecb\u6587":69," git":[71,74],"\u3068\u3048":[43,65,24,27,45,75],"\u3002iptables":28,limit:[61,67,10,27,31,32,56],MyISAM:65,"\u3068\u304d":[2,12,46,48,43,28,29,32,56,66,39],"-disable":66," pull":74,"\u611f\u8b1d":[56,2,66,68],bigram:[24,43],links:[29,31],"\u30fb\u81ea\u5df1\u7d39":69,"\u4e2d\u91ce":69,pid:[46,2],"\u8a08\u7b97":[2,65,7,45,36,37],"\u69d8\u3005":[12,72,27,45,73,60],"-config":[46,2,66],"{\"":[47,54],"\u4f7f\u3044\u5206\u3051":[21,43],"\"\u307e\u308d\u3086\u304d":34,"8bit":37,"\u521d\u56de":74,"\u3002LD":71,NULL:12,"\u305f\u3060\u3057":[2,20,46,43,26,56],"\u7570\u306a\u308b":[18,46,54,21,45,13],"\u7570\u306a\u308a":10,"\u30a2\u30ed\u30b1\u30fc\u30c8":4,"\u52a0\u3048":[34,29,12],detail:54,"\u3068\u308a":[60,10,20]," Narwhal":[18,71,56],"_COLUMN":66,"\u4fc2\u6570":12,Pikonyan:32,"-help":46,"\u3068\u3082":[65,69,45,54],"{\n":12,"-analyzer":56," developer":69,"'abc":24," \u2026":28,":\u5206":69,"\u8ab2\u984c":0,"\"GROONGA":29,".location":69,"/sources":71,"\u7591\u4f3c":[18,5,24,57,26,70],"\u65b0\u3057\u3044":[46,73,74],"\u65b0\u3057\u304f":[27,75],"\u307b\u3069":[46,27,64],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":66," has":61,"\u90fd\u6c11":[21,43]," tags":32,"\u8aa4\u5909":64,"\u30c7\u30fc\u30e2\u30f3":[46,2,28],"\u6027\u80fd":65,Site:[27,29,31],"{\\":57," #{":61,status:[18,2,4,5,46,66,62,54,27,28],"\u307b\u304b":69,"& _":45,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":69},objtypes:{"0":"std:option"},titles:["1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","5.2.9. defrag","5.2.19. status","5. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","5.2.11. dump","5.6.2. geo_distance","5.2.13. log_level","5.2.2. cache_limit","5.2.17. select","5.2.10. delete","2.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","8. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","5.2.23. table_remove","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","5.6.3. geo_in_circle","5.2.15. log_reopen","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","5.2.18. shutdown","5.1.4. groonga HTTP\u30b5\u30fc\u30d3\u30b9","8.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","3.1. C API","5.2.16. quit","5.2.21. table_create","5.2.22. table_list","5.4. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","4.2. \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528","4.3. \u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","5.2.5. column_create","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","4.8. \u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","5.2.7. column_remove","5.6.1. edit_distance","5.3. \u30c7\u30fc\u30bf\u578b","6. \u4ed5\u69d8","5.2.6. column_list","5.2.14. log_put","7. \u5236\u9650\u4e8b\u9805","5.6.4. geo_in_rectangle","6.1. \u691c\u7d22","5.6.5. now","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","5.1.3. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","5.2.3. check","2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","5.1.1. grnslap","5.6. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","5.2.24. view_add","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","5.1.2. grntest","2.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","\u304a\u77e5\u3089\u305b","5.2.12. load","3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","2.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","5.7. Log","5.2. \u30b3\u30de\u30f3\u30c9","5.2.4. clearlock","5.2.20. suggest","1. groonga\u306e\u7279\u5fb4","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","5.2.8. define_selector","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","5.6.6. rand","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","5.5. grn_expr","9. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","3.2. \u56fd\u969b\u5316","5.2.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3"],objnames:{"0":"option"},filenames:["contribution/report","executables","news/0.x","commands/defrag","commands/status","reference","commands/dump","functions/geo_distance","commands/log_level","commands/cache_limit","commands/select","commands/delete","contribution/development/query","troubleshooting","commands/table_remove","tutorial","functions/geo_in_circle","commands/log_reopen","index","commands/shutdown","executables/http","troubleshooting/different_results_with_the_same_keyword","contribution/documentation/c-api","commands/quit","commands/table_create","commands/table_list","pseudo_column","tutorial/tutorial01","tutorial/tutorial02","tutorial/tutorial03","commands/column_create","tutorial/tutorial05","tutorial/tutorial06","tutorial/tutorial07","tutorial/tutorial08","commands/column_remove","functions/edit_distance","type","spec","commands/column_list","commands/log_put","limitations","functions/geo_in_rectangle","spec/search","functions/now","tutorial/tutorial04","executables/groonga","commands/check","contribution/development/com","executables/grnslap","functions","commands/view_add","community","contribution/development","executables/grntest","contribution/development/document","news","commands/load","contribution/documentation","tutorial/tutorial09","contribution/development/test","log","commands","commands/clearlock","commands/suggest","characteristic","news/1.0.x","commands/define_selector","news/1.1.x","tutorial/tutorial10","functions/rand","install","expr","contribution","contribution/documentation/i18n","command_version"]})
1
+ Search.setIndex({objects:{"":{"--dir":[45,0,1],"--document-root":[49,0,1],"--cache-limit":[49,0,1],"-P":[52,0,1],"--pid-path":[49,0,1],"--log-output-dir":[45,0,1],"-d":[49,0,1],"-a":[49,0,1],"-c":[49,0,1],"-m":[52,0,1],"-l":[49,0,1],"-n":[49,0,1],"-i":[49,0,1],"-h":[49,0,1],"-t":[49,0,1],"-p":[49,0,1],"-s":[49,0,1],"--log-path":[49,0,1],"--default-match-escalation-threshold":[49,0,1],"-e":[49,0,1],"--config-path":[49,0,1],"--query-log-path":[49,0,1],"--protocol":[49,0,1],"--bind-address":[49,0,1],"--noftp":[45,0,1],"--groonga":[45,0,1]}},terms:{"\u305a\u308c":[12,49,61,8,10,29,82,73,42],"\u8a73\u7d30":[23,79,64,45,81],"\u3002groonga":[4,55,26,30,32,82,35,15,80],"\u51fa\u6765":[29,30,31,34,35],localstatedir:[70,77],"\u3082\u3089\u3063":29,",\"suggest":68,prefix:[60,77,12,68,64],"\u3002scan":64,"\u30c7\u30fc\u30bf":[2,5,6,61,15,16,17,20,29,31,75,34,36,39,12,48,23,60,68,55,70,73,74,78],"\u6e1b\u3089":48,"\u3070\u308c\u308b":70,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[49,79],"\u811a\u6ce8":[44,73,7,29,37,39,18],"\u6539\u826f":[20,2,55,70,72,60]," scan":64," thread":[22,45],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[49,6,81],"\u79d2\u60c5":60,"_column":[20,45,46,28,5],"\"ab":16,"\u30df\u30ea":[60,39,75]," Lynx":[20,77],spec:70," GitHub":81," use":[50,81],editrc:60," stamp":22,"\u30d0\u30c3\u30d5\u30a1ID":50,"\u6b63\u5e38":45,"\u3066\u307f\u307e\u3057\u3087":75,"\u300cOffGao":74,"/plugins":70,"\u30b9\u30ab\u30e9":41,"\u30df\u30b9":15,"\u3065\u3051":82,"\u3059\u3067\u306b":9,"\u5408\u8a08":[23,50,45],"\u6761\u4ef6\u5f0f":10,"\u6700\u9577":[26,45],starttime:4,"\u5730\u7cfb":[55,39],"\u7c21\u5358":[23,29]," threads":22,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":68,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":70,"-repository":77,"/Fedora":70,"\u3044\u304f\u3064\u304b":[12,64,26,56,28]," column":[29,31,75,68],"\u79d2x":[75,39],"\u89e3\u9664":[49,2,69,67],"\u4f5c\u3089\u308c":45," install":[59,77,52,64,45],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":60,"\u4e00\u8a9e":23,"\"cache":[29,30]," CUTTER":64,"[2":49," domain":[24,33],"\u65e5\u672c\u6e2c":[55,39],"\u30ec\u30a4\u30e4":12,"\u6210\u529f":[19,54,71,26,8,11,30,67,32,37,14,42],"\u4e8b\u524d":[23,16]," lcov":64,"\u5f15\u304d":55,Visual:60,"\u30b7\u30f3\u30dc\u30eb":[26,32],"\u691c\u7d22":[2,46,10,13,15,17,20,26,28,29,75,33,34,35,36,63,23,40,12,48,49,68,55,70,71,72,73,74,77,78],net:33,"\u683c\u7d0d":[12,49,46,27,28,29,31,32,33,34,74,60,39,41],"\u4e8c\u3064":[46,82,45],args:49,"\u3042\u306a\u305f":56,"\u7fbd\u7530":74,"\u578b\u3068\u3057\u3066":39,"\u306f\u3044\u3051":11," has":[22,58],"\u5fdc\u3058":[73,45],"& ":[23,46,75,77,12],"\u9069\u7528":10,"\u3002output":6,"\u30af\u30a8\u30ea\u30ed\u30b0":[15,60,78,48],china:33,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":25,GRN:[60,12,70,10],path:[49,27,41],"\u300cComments":74,"\u4e0e\u3048":[12,49,61,29,33,23],".ddl":45,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":60," option":22,"\u305a\u306b":26,"_key":[2,68,74,28,29,30,31,75,10,34,35,36,33],"\u79cb\u8449":75,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":45,"\u4e2d\u8eab":[29,45],"\u5f62\u614b":[55,26,77],"_output":[71,33,10],":port":[49,79],serch:[68,48],"\u7ffb\u8a33":[80,81],"\u63a8\u79fb":82,"\u300c\"":[49,29],"\u300c#":[70,74],"\"sound":48,"\u300c.":31,"\u8fd4\u5374":[29,41,27,10],"\u901a\u4fe1":[20,55,51,52,45,30,57,79,80,17],"-YYY":81,"\u3068\u307f":79,total:[50,45]," Blog":35,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[80,12],"\u592a\u90ce":34,noarch:77,"\u9023\u7d9a":[23,46,48],"\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9":30,typo:60,ip:45,TABLE:[36,29,26,27,70],type:[68,48,78,74,75,45,29,31,32,33,34,35,36,15,41],"\"n":[29,30],"\u30d6\u30ed\u30b0":[74,35],"_LIBRARY":77,"\u6709\u529b":68," opened":22,"\u73fe\u5728\u5730":74,autogen:81,"\u52d5\u753b":34,"\u901a\u5e38grntest":45,"\u4e0b\u304c\u308a":23,it:22,"_register":[72,34],"(pos":[44,7,18],EMERG:[8,42],"-bind":[49,60],"_command":[29,30],"\u3064\u3065\u3044":74,"\u7518\u6817":74,"\u4ed5\u69d8":[20,68,65,70,79,82,40],"\u6709\u52b9":[49,26,61,10,29,30,31,45],"\u62bc\u3057":29,"\u4ee5\u4e0b":[6,46,8,75,45,15,16,29,26,27,49,32,33,34,59,39,41,81,43,12,48,23,50,79,10,61,64,68,73,74,77,78,42],"\u4ee5\u4e0a":[12,68,49,46,45,29,64,81],mm:22,Text:39,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":45,"\u62bc\u3059":[29,81],"\u30a2\u30fc\u30ab\u30a4\u30d6":81,mv:19,".name":[50,74],"_EXPR":12,"\u300c_":29,"\u306b\u95a2\u3057":[12,45],"-macports":77,"\u5316\u6642":60,"\u304c\u3063":35,"-> ":70,JavaScript:[79,20,30,75,17],updated:23,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[2,69],"\u660e\u793a":[49,15,45,55],"\u6b21\u90ce":34,"2Gbyte":39," pdf":59,LF:52,end:52,LC:81,eng:[15,68],"\u540d\u524d":[26,4,5,6,7,8,9,10,11,18,19,20,21,25,69,27,28,29,67,32,37,38,39,41,42,44,47,75,49,50,52,54,79,45,60,61,14,68,73,70,71,72,74,76,81,82]," chunk":50,travel:74,"3\u3064":64,"\u30d7\u30ed\u30bb\u30b9":[20,4,49,25,52,45,55,29,30,82,50],"\nworks":22,config:[2,82],"-lines":60,"\u30b4\u30df":[50,70],"\u7d42\u4e86":[49,25,70,45,30,82]," title":[29,30,31,34,35],description:[46,74],less:12,"_plugins":60,"\u30b9\u30fc\u30d7":46,"\ndebug":[8,42],lat:45," hobby":22,"_title":[29,45,35],types:[15,78,68,48],"/IP":55,"\u305d\u306e\u5f8c":66,".tar":81,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[20,31,17,74],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":70,"\u5c0f\u3055\u3044":[12,72],"\u56fa\u5b9a\u9577":70,">#{":22,"\u901a\u5e38":[29,31,39,28],"\uff08TokenMecab":23,"\u5272\u308a\u5f53\u3066":70,"\u500b\u5b9a":51,"\u30e6\u30fc\u30b6":[12,48,73,26,45,32,78,15,39,16],"\u3069\u3053":60,"\u4e88\u5b9a":[24,55,82],"\u3042\u305f\u308a":70,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[20,24,70,45,57,60,59,80,62,81],"\u7acb\u3061\u4e0a\u3052":45," smaller":22,"\u5358\u4e00":32," url":6,"\u305f\u304f":[16,81],"\u305f\u304b":[60,48],"\u30d1\u30c8\u30ea\u30b7\u30a2":[36,29,26,46],japan:33,"\u305f\u3044":[77,29,24,78,45,49,30,33,34,35,15,39],gqtp:[49,55,51,52,45,80],"\u6d6e\u52d5":[31,39],"\u9ad8\u5ea6":73,LongText:39,"\u8fd4\u3057":[44,12,68,48,4,7,10,29,47,76,78,15,38,16,18],"\u8fd4\u3055":[68,50,61,9,10,82],"\u305f\u3073":[75,82,45],"\u6574\u6570":[31,39,9,28,76],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[20,49,55,70,52,45,79,77,59,80,64]," message":[42,35],"\u3002grntest":45," speed":16,"\u30d7\u30ed\u30c8\u30b3\u30eb":[20,55,52,45,30,17],similar:12,"\u81ea\u52d5\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[20,55],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":45,"\u3082\u3063\u3068\u3082":64,"\u300coutput":79,"/Functions":64,"\u8a8d\u8a3c":30,"\u8fd4\u5024":[26,6,7,8,9,10,11,18,19,21,25,69,67,47,32,37,38,41,42,44,4,50,54,79,61,68,71,76,14,27],echo:77,"\u5168\u3066":[39,10,35],"\u3072\u3089":15,"_select":[73,80,12],"\ncustomized":22,"\u7d44\u307f\u8fbc\u3093":26,"\u691c\u8a3c":52,"(point":[44,7,18],"\u6771\u4eac":[23,46,75,74],"2\u3064":[0,38,74,78,35],API:[60,12,70,72,73],each:[15,78,68,48],PROGRESS:22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[20,2,50,29,41,34,35,17],"_$":68,"_\"":60,"\u30ec\u30d9\u30eb":[49,8,42],serach:48,development:80,"\u30d1\u30b9":[49,70,52,72,79,45,60],"\u3002\uff08":[70,48,50,46,78,15,60,81],"\u3002\uff09":[2,48,70,78,60,81],"_DAT":60," clang":64,"\" ":[23,75,45],"\u3050\u308b\u3093\u3057\u304d":73,"\u3068\u3068":[24,81],TokenBigramSplitSymbolAlphaDigit:[23,48],"\u30ed\u30b0\u30d1\u30b9":70," Tracking":0,realtime:78,"\u304a\u3088\u3073":[49,26],"\u30da\u30a2":[15,78,16,48],rd:[23,46],moritapo:34,rc:22,"\u90e8\u5206":[23,46,64,12],"\".":33,Zenigata:34,"\u6570\u3048\u308b":55,"\u77ed\u3044":[70,74],SYNOPSTIS:58,"/\uff09":70,"_tp":52,"\uff01\uff08":81,free:70,DLL:60," html":[59,81]," editor":81,"\u305f\u308a":[73,80,26,9],"\u305f\u3089":[15,70,81],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":41,"\u305f\u3081":[6,46,10,15,26,23,31,75,34,36,63,81,45,12,48,49,50,52,56,64,55,73,74,78,80],"\u30eb\u30fc\u30eb":70,"\u307e\u308d\u3086\u304d":36,"\u30eb\u30fc\u30d7":70,libedit:[60,2,70],"++":60,"\u63a5\u8fd1":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":70,filter:[46,23,70,71,10,74,75,34],COLUMN:[29,31,32,41],"\"ni":15,"\u8fd4\u308a":75,"\u8fd4\u308b":70,TIME:22,"\u30eb\u30fc\u30c8":60,ifexists:61,"|COMPRESS":41,"\u304a\u304b\u3057":70,"\u53ef\u5909":[60,69],Notification:22,"\u3002Time":74,"2\u5104":43,"\u304a\u3055\u307e\u308b":75,"_next":70," processed":22,"> ":[72,29,30,31,75,33,34,35,36]," brew":77,"\u6607\u964d":[26,10],"1\u884c":45,"\u30b5\u30dd\u30fc\u30c8":[2,70,45,82,60,39],"\u540c\u4e00":[45,46,26,28,29,32,10,35,82],"\u3002:":[6,46,61,10,11,15,16,26,27,23,32,59,41,81,45,48,49,50,79,82,64,68,71,77,78],top:[44,60],"_obj":[60,12,34],"\u4f7f\u308f":[55,15,60],"\u533a\u5207\u308a":[68,49,61,6,52,10,29,31,33,78],"\u533a\u5207\u308b":70,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[49,79],"(Windows":45,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":11,"\u5358\u4f4d":[70,7,46,18],"_clear":60,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":50,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[49,71,10],".com":[29,31,75,33,77,81],"\u5358\u4f53":45,"\u3069\u3061\u3089\u304b":30,nsubrecs:33,"\u5408\u5bbf":74,"\u30b9\u30bf\u30a4\u30eb":49,"\u30d8\u30eb\u30d7":64,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":64,"\u30bd\u30b1\u30c3\u30c8":[69,6,8,9,10,11,19,21,25,54,27,67,32,37,41,42,4,50,61,71,26,14]," sphinx":59,"\u30a8\u30e9\u30fc":[19,2,54,71,82,26,8,10,11,67,32,45,60,37,14,42],Animation:34,"\u5834\u5408":[2,26,4,6,46,8,9,10,11,16,18,19,23,54,69,67,29,30,31,32,33,34,35,37,39,42,43,12,48,49,50,52,79,45,60,61,14,68,55,70,71,74,75,76,77,81,82],"\u3002grn":[73,12],"\u5f93\u3063":[26,79,10]," followee":74,"\u304b\u3069\u3046":[23,10],latency:45,"\n>":[68,29,30,31,75,33,34,35,36],"\u7279\u6b8a":[79,45],"\u4e00\u89a7":[20,53,5,49,50,23,31,34,74]," and":[80,22],",\\\"":61,"\u30fb\u5168":[71,10],"/run":49,"\n-":[67,11],OLAP:55,"\n(":22,"-port":[49,45],They:22,"_distance":[20,2,5,7,53,75,34,38],"\n%":[49,6,29,30,77,64,81],"\n ":[23,50,71,27,45,4,74,10,41],"\u5f93\u3046":70,"\n\"":45,"\n#":[49,59,45],"\n]":[15,6,78,61,48]," index":[34,35],"\u30d9\u30af\u30c8\u30eb":39,"\u69d8\u3005":[12,73,29,75,80,64],"/share":[49,60],"\n[":[26,6,8,9,45,15,54,69,67,29,30,31,32,33,34,35,36,75,23,42,48,49,50,61,68,71,74,78],"\u30b1\u30fc\u30b9":23,"\u7d22\u7528":[20,17,29],"\u3044\u307e\u305b":[65,68,73],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":81,"\u3084\u3059\u3044":2,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":50,"\u7701\u7565":[49,61,45,30,76,15],contain:12,"\u4f7f\u3063":[0,12,48,23,50,46,29,75,34,80,16,81],"\u3072\u3068\u3064":38,"\u30b5\u30b8\u30a7\u30b9\u30c8":[20,68,65,70,58,60,16],"\n}":12,"> /":77,"\u540c\u68b1":[70,81],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":64,radious:18,"\n{":[4,61,45],doc:[24,58,81],Float:[31,7,39],".GitHub":81,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[15,78,72,48],"\u767a\u751f":[23,2],"\u56fa\u5b9a":26,"\u4f7f\u3048":[60,10],"\u4f7f\u3046":[2,12,68,48,24,73,6,78,45,70,29,31,35,15,60,23,16],"\u30ed\u30fc\u30c9":[20,49,70,61,29,74,60,17],"\n`":[19,26,71,50,69,8,9,54,11,67,32,37,14,42],"\na":22,"\u66f8\u304d\u8fbc\u307f":74,"\u66f8\u304d\u8fbc\u307e":19,Fedora:[20,70,77],"\u30ec\u30b3\u30fc\u30c9":[61,10,11,29,26,27,28,49,75,33,34,36,39,43,12,23,60,68,55,70,71,74,73],"\u306a\u304a\u3053\u306e":45,"\u6210\u308a\u7acb\u3063":12,"\u307f\u306a\u3055":12,"\u65e5\u672c\u8a9e":[0,15,23,81],"\u8ffd\u52a0":[2,26,61,16,17,20,54,28,29,32,33,34,35,36,63,23,81,12,49,60,70,71,72,80]," X":[20,70,77],"\u5ea6\u8868":70,"\"\u308d\u3086\u304d":36,"\u300ccommand":79,"\u5c0f\u6570":[60,31,39,10]," \u3057\u3044":[23,46],"\u8868\u578b":26,grnslap:[1,20,52,5],"\u72ec\u81ea":[55,30,52],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[80,81],specify:81,"\u3002dump":6,"/null":2,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":12,nanoseconds:22,"-frequency":60,"do":45," candidate":68,"-enable":70,"(location":[74,75,34]," Ventry":54,"\u3055\u3089\u306b":[55,74,16,34,82],de:81,db:[45,69,67,34],"_limit":[20,2,5,66,71,9,10,33],"\u5019\u88dc":[15,16,68,48],"\u8ab0\u304b":80,"\u91cd\u307f":[23,20,17,10,35],"\u8ab0\u304c":74,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[20,66,5,70,79,82],"\u3064\u304b":72,"\u5171\u8d77":[15,78,48],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[20,70,48,23,46,72,13,78,60],"\u91cd\u304f":23,"_index":74,"\u7d50\u679c":[6,46,45,13,15,20,28,29,75,33,35,12,48,23,78,79,10,64,73,70,74,55],"\u30ec\u30b3\u30fc\u30c9ID":11,Pentium:45,"`${":81," five":29,"-per":60,noftp:45," IndexBlog":35,"\u90e8\u54c1":55,"\nload":6,",\"location":[75,34],"\u69cb\u9020":[73,12,34],"\u5e83\u304f":[55,74],"_ctx":60,"\u591a\u3044":23," this":29,"< t1":12,result:12,":mm":22,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":46,"\u4e88\u7d04":[26,32],"<port":[49,45],"\u67d4\u8edf":73,"\u6a5f\u80fd":[2,12,68,48,49,65,70,45,73,30,74,78,15,16],"(Cutter":64,"\u7d99\u304e":55,"\u4e8c\u3064\u76ee":12,"\u3002status":29,score:[12,68,23,10,29,74,75,34],"\u30d7\u30ed\u30b0\u30e9\u30e0":[80,70],"\u5bbf\u99c5":74,"\u7bc4\u56f2":[44,20,23,55,82,26,10,29,74,28,17,18],".grn":6,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":12,"_CHECK":64," information":81,"\u611f\u3058":74,"\u3044\u305a\u308c":[39,82,28],"\u3092\u901a\u3057":[49,29],"_get":60,"\u30b5\u30fc\u30d0\u30fc":60,"\u59cb\u307e\u308b":[15,45,32,16,28],"_NORMALIZE":[23,26,27,29,74,35],"\u534a\u5f84":18,"\u5373\u6642":55,"\u539f\u99c5":75,packages:[77,81],"\u3092\u901a\u3058":[55,75],"_level":[19,20,66,22,5,49,8,42],"\u69cb\u3044":[15,81],"\u3068\u3057\u307e\u3057\u3087":[29,35],country:33,ill:46,"\u30e9\u30f3\u30c0\u30e0":75,"\u30a8\u30f3\u30b3\u30fc\u30c9":[70,79],"\u66f8\u304d\u8fbc\u3093":74,"\u30ab\u30bf\u30ab\u30ca":[15,68],"|PERSISTENT":[27,41],"\u30e9\u30a4\u30d6\u30e9\u30eaSenna":[20,55],"\u4e00\u4ef6":11,"0e":45,"\u975e\u308f\u304b\u3061":[23,46],com:[51,33]," with":[50,22],"\u540c\u69d8":[12,55,45,75,10,34]," https":[77,81],"\u8a9e\u5f59":[43,20,46,26,29,63,17],"\u7f6e\u304d\u63db\u3048":[49,81],"\u5931\u6557":[60,70],"\u5f8c\u304b\u3089":6,"\u7d4c\u7def":[31,75],"/ja":81,"\u4fdd\u5b58":[20,49,55,31,75,34,74,39,17],"\u64a4\u5ec3":70,"\u95a2\u6570":[19,44,2,7,47,5,20,73,26,53,12,75,76,70,38,64,18]," formats":22,diff:45," following":22,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":45," Gothic":59,"\u7b49\u3057\u3044":[73,12],"\u3068\u3044\u3051":15," four":[29,22],"\u7b49\u3057\u304f":12,"\u672a\u63d0":77," some":22," {\"":68,"\u3068\u3044\u3046":[46,45,15,29,30,75,33,34,59,39,81,48,23,50,51,79,82,60,64,68,73,74,55],JSON:[60,70,61,68],"\u95b2\u89a7":30,")\u300d":[49,29],"\u3082\u3059\u3079":73,"_blog":35," array":50,")\u3002":11,DD:22,"\u7528\u3044":[19,20,2,23,55,79,10,29,30,74,75,64,34,35,59,60,17],"\u95a2\u4fc2\u5f0f":[80,12],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[49,50,6,74,68],DB:[20,12,49,27,45,29,17],"\u30ab\u30f3\u30de":[29,6,61,33,10],worker:51,"\u65b0\u305f":12,"\u9ad8\u67d4":55,"\u554f\u984c":[2,50,70,45,72,60,81],NAME:58,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[20,56],Process:[20,22,5],"\u3069\u3093":[27,41],zlib:70,"_message":35,"\u305a\u3064":[49,74,45,35],near:12,"\u5165\u529b":[2,26,4,6,8,9,10,11,15,16,19,21,25,69,27,29,30,31,32,37,41,42,75,48,49,50,52,54,45,60,61,67,68,73,71,78,14],tasukuchan:74,".friends":34,TokenMecab:[23,26,46],"\u6700\u3082":50,"\u30d0\u30c3\u30d5\u30a1":50,"\u79d2\u6570":[4,74,39,10],"\u6709\u9650":10,is:[22,81]," execute":77,"\u5f62\u5f0f":[2,26,4,5,6,7,8,10,11,18,19,20,54,69,27,29,67,32,35,37,38,39,41,42,44,12,47,75,49,50,52,79,45,60,61,68,73,71,76,14]," can":[22,81],il:[23,46],"\u53d6\u5f97":[77,48,9,33,34,78,15],ia:[23,46],"\"}":[68,48,78,61,75,33,34,35,36,15],id:[68,48,49,6,78,27,10,11,29,30,31,75,28,34,35,36,15,23,41,33],"if":12,"\"@":74,TokenBigramIgnoreBlank:23," remained":22,"1\u4ef6":[23,74,11],"_rectangle":[44,2,5,20,70,53,75,60],suggest:[20,66,68,5,48,70,78,15,60,16],make:[52,77,64,81],"\u4f8b\u3048":[68,48,49,46,45,23,33,34,35,36,15,63,16,78],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":12,"-dataset":[1,20,68,5,48,58,72],"\u7121\u8996":[49,6,70,11,23,60],"\"]":[68,48,49,6,78,74,27,10,29,30,31,75,33,34,35,36,15,23,41],"\"_":[68,48,23,6,78,61,10,29,30,31,75,33,34,35,36,15,74],"\u3002rst":59,"\u3069\u3046":[19,2,54,23,71,26,8,11,67,32,37,14,42],"\"'":[23,46],"\u30e2\u30fc\u30c9":[29,30,12,79,45],"\"\"":29,"\"#":60,"\",":[6,61,45,15,27,29,30,31,75,33,34,35,36,23,41,48,49,50,10,68,74,78],"|:":22,"\u306b\u3088\u3063\u3066":[23,73,64,82,28],"\"/":[49,75],"\"(":34,"\")":[44,7,73,26,75,34,38],"_or":18,"\u5f15\u7528":49,"\u7591\u4f3c":[20,5,26,61,28,76]," Masahiro":70,"\":":[68,48,4,50,78,61,45,29,30,31,75,33,34,35,36,15,74],"\";":45," hash":74,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[23,46,48],"\u72b6\u614b":[4,49,50,70,52,10,29,23],"\u3055\u307e\u3056\u307e\u306a":[20,31,75,17,74],"\"\n":[36,74,77,45],options:[49,52,45,58],MATSUU:70,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[32,28],"\u3084\u3059\u304f":70,"\u58ca\u308c\u308b":[60,2,70],"\u30c4\u30fc\u30eb":[49,52,30,79,59,81],the:24,"IP\u30a2\u30c9\u30ec\u30b9":30,protocol:[49,30,79],"_score":[68,48,28,29,74,75,34,78,15,60],"||":[12,35],"_tags":[74,34],"\u3002\u30bf\u30b0":34,"\u5206\u5c90":64,"\u3002load":29,yes:[68,64],Maverick:60,"\u9577\u65b9":7,"\u5f8c\u65b9":[20,46,26,12,36,17],"\u30bd\u30fc\u30b9":60,"\u89e3\u50cf":70,keyserver:77,candidate:68,"\u9806\u6b21":[49,29,30,52,10],defrag:[20,2,69,66,5],".scr":45,Elapsed:22,"\u6e80\u8db3":10,"_selector":[49,20,66,71,5],easy:59,"\u30de\u30c3\u30c1":[23,60,2,12,10],"\u6790\u5668":26,"\"grn":34,"5f":45,"\u7528\u3044\u308b":[55,29,75,34,63],"\u300c,":6,"_close":[60,12],"\u7d4c\u5ea6":[20,74,39,75,55],"\u8ad6\u7406\u7a4d":10,"\u30af\u30ea\u30a2":60,"|>":22,"\u9001\u308b":81,"\u30d0\u30a4\u30ca\u30ea":77,"|'":10,"| ":[23,77,75,22,10],"\nrep":45,"\u6539\u540d":60,"\u30ed\u30c3\u30af":[2,49,55,69,67,60]," means":22,"\u691c\u7d22\u4f8b":[80,12],"/Linux":[20,77,60],"\u30d4\u30ea\u30aa\u30c9":[26,32],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,69,73,49,50,6,26,61,10,11,55,29,30,67,32,28,12,60,15,39,45],"_expr":[44,12,5,20,71,7,61,10,47,76,73,80,38,18]," report":80,"\"engine":[15,78,48],"\u307e\u3068\u3081\u308b":10,"\u7d20\u89e3":26," request":81,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":74,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[49,29],"\u307e\u3068\u3081\u3066":[26,10],"_BUT":12,"_body":[23,32],"_str":74,"\u3080\u3044\u3061\u3083\u3044":74,"\u5358\u8a9e":[29,63,74,16,35],"\u4f7f\u7528":[2,7,61,10,11,12,29,26,49,30,32,23,46,4,50,79,45,73,70,74,77,82],"\u3002prefix":77,".zip":81,"\u9001\u3063":[24,80,81],"_table":[12,73,70,45,60,80],bottom:[44,60],"_right":[44,60]," firefox":81,point2:7,equal:12," result":35,select:[20,2,70,22,5,49,72,46,66,10,29,30,31,75,82,34,35,36,60,23],".sourceforge":56,"-command":[70,82],localhost:[30,52,45],"-threads":49,"\u6b63\u3057\u304f":15,"\u53c2\u8003":[29,68,81]," since":22,"\u3001\u300c":[2,49,46,29,30,74,34,15,23],"\u5b8c\u5168":[23,32,26,46,12],"\u304c\u308f\u304b\u308a":74,"\u6b63\u78ba":4,"\u30b5\u30fc\u30d3\u30b9":[1,20,79,5,55],IndexBlog:35," Table":49," body":[23,37,14,32],"\u3067\u3082\u3046":0," username":34,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[82,45],obj:50,"\u30c1\u30a7\u30c3\u30af":[50,70,52,45,60],"\u6b63\u3057\u3044":[16,48],"\"text":60,"\u5224\u5b9a":75,"(GET":52,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":49,"_columns":[20,22,74,23,70,71,10,29,31,75,33,34,35,17,68],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":29,"\u7d44\u307f\u7acb\u3066\u308b":73,"\"starttime":[29,30],Use:[49,80]," last":74,"[[":[68,48,49,78,74,27,10,29,30,31,75,33,34,35,36,15,23,41],"float":31,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":45,"\u306a\u3055\u3093":80,"\nlevel":22,Critical:22,"\n``":[4,50],"\u6700\u521d":[29,10,60]," RAND":76,"\u89e3\u91c8":[70,6,12]," correction":48," number":[49,31,45],"&query":30,"_open":[60,70],"\u30d0\u30fc\u30b8\u30e7\u30f3":[2,55,70,72,29,82,60],editor:81,Ubuntu:[20,70,77,64,60],cdbs:60,"\u6291\u3048":23,"_db":[70,72],fork:[49,81],CORE:45,head:52,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":11,TokenUnigram:26," make":[59,77,64],TokenBigramSplitSymbol:[23,70],"[\n":35,"true":[2,26,61,11,37,18,19,31,54,29,67,75,33,34,35,36,32,42,44,8,71,14],dump:[20,2,5,6,70,66],"\nLucid":70,"\u8981\u7d20":[12,49,54,61,45,29],"\u9032\u6570":50,"\u5165\u308b":[27,41],"\u5165\u308a":[27,29,30,74,33,41],grroonga:16," \uff08":[15,78,48],GeoPoint:[44,2,70,7,74,75,33,34,39,18],"<gqtp":45," friends":34,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[26,46],"\u53ef\u5909\u9577":26,"\u30e1\u30c3\u30bb\u30fc\u30b8":[74,82],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[48,23,46,29,77,78,60],"\u5185\u8a33":23,"delete":[20,2,5,70,66,11],"\u6587\u5b57":[2,7,61,10,12,15,18,26,29,31,75,33,34,35,38,39,42,44,46,48,49,60,73,74],"\u30c6\u30ad\u30b9\u30c8":[70,45,81],"\u3002sortby":10,"\u306e\u304b":[29,31,46,74],"\u8abf\u3079\u308b":[44,18],"\u6c7a\u3081\u308b":12,Variety:34,Introduction:80," flags":32,"\u306e\u3044":[12,49,61,8,10,82,73,42],"\u5165\u3063":[15,35,64,34,29],score1:12,"\u53d7\u3051":[29,30,51,73],"' ":[22,23,26,74,75,34],"'/":29,"\u3002\u3044\u308f\u3086\u308b":55,"'-":49,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[20,55,10,74,33,34,17],"'*":10,ongaeshi:70,"'(":[49,29,61],"\u30a8\u30c7\u30a3\u30bf":81,"\u305f\u304b\u3063":48,"\u306e\u306b":[23,20,13,55]," Takahiro":70,no:[68,10],"\u306e\u3061":[29,31,10],"\u306e\u3067":[23,46,45,79,60,81],"_CODE":22,"\u914d\u5217":[12,50,46,27,29,31,32,34,74,60,70,41],Microsecond:22,"\u3002\u307e\u305f":[12,48,49,55,26,52,45,29,75,82,73,36,79,39],"\u306e\u307f":[19,46,68,23,55,6,26,61,9,10,29,12,79,28,77,35,36,15,81,64,33],test:[27,45,29,31,41,64],saerch:[68,48],TokenMeCab:46,"'\n":[23,75,34],"\u5c5e\u6027":[72,26,32,27,41],"\u305f\u3081\u3057":75,"'s":[22,81],truncate:60," seven":29,Windows:[20,77,45,60],"'|":10,"\u3089\u308c\u308b":[46,12],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":45,"\u547d\u4ee4":[49,45],"\u964d\u9806":[29,33,10,68],scorer:[20,71,10,75,34,17],"\uff09 ":[60,70],"\u305b\u308b":[12,73,29,30,31,79,64],"'n":49,"'Site":29,"\u6bb5\u843d":32,"_count":[4,29,30]," complete":[15,68],"'_":[29,61,10]," TABLE":[23,6,26,74,29,31,33,34,35,36],"\u6765\u307e\u3057":74,pseudo:[20,28,5],"\u6539\u5584":[60,2],"_offset":[71,33,10],Second:22," json":61,"\u5165\u529b\u30df\u30b9":48,time:[15,31,68,78,48],"\u9069\u5207":[70,45],":/":[77,49,6,52,29,30,31,75,33,34,79,81],"\u53cd\u6620":12,"\u81ea\u52d5\u7684":45,"\u7b26\u53f7":39,": ":[43,20,2,12,48,49,61,70,52,27,29,79,13,34,78,15,60,23,41,82],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":60,"\u7279\u6027":55,"/debian":77,":<":10,trigram:26,":>":10,"\u30d2\u30c3\u30c8":[12,23,46,10,74,36,15]," load":[29,68],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[20,30,17]," all":22,"<threshold":49,"\u795e\u5948\u5ddd":74," sudo":[77,64],"_left":[44,60],"\u4e00\u822c":[29,55],"_builtin":60,"(ptr":70," #":[70,74,72,81],"-host":45,"\u524a\u9664":[2,49,70,28,11,37,60,14]," installer":77,Day:22,"\u3002JSON":61,"/LZO":70,string:[38,31,12],groonga:[0,1,2,69,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,50,51,52,54,56,57,58,59,60,61,63,64,65,67,68,55,70,71,72,74,75,76,77,78,79,80,81,82],"\u5341\u4e00":46,"\nrequests":22,"\u304a\u6c17":74,"-root":[49,70,79],"\u306b\u3088\u3063":[26,4,6,7,8,9,10,11,12,19,21,25,69,67,29,31,32,33,34,37,41,42,46,49,50,51,52,54,79,82,61,73,71,14,27],"\u30ad\u30fc\u30ef\u30fc\u30c9":[20,2,23,46,72,74,13,16]," character":22,enqueue:51,"\u4e0a\u91ce":70,VERSION:45,"\u30b5\u30f3\u30d7\u30eb":[70,52,72,45],"\u691c\u8a0e":23,exact:12,".body":[69,67,41]," \u3002":23,"\u52d5\u4f5c":[20,48,65,82,70,45,30,10,78,15,60,80,64,81],"\u30b9\u30af\u30ea\u30d7\u30c8":[70,72,45],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":48,"\u6e08\u307f":[48,26,61,32,15,39,16],level:[8,42],"\u3068\u3057\u3066":[7,61,45,12,15,16,29,26,28,49,31,75,34,63,38,39,81,46,48,23,82,60,62,64,68,55,70,77],"\u51fa\u6765\u308b":74,":@":[10,29,30,31,34,74,36],"-escalation":[49,23,70,10],"\"\u3086\u304d":36,"\u52a0\u3048\u308b":[60,26,32],item:[15,78,68,48],"\u4e0d\u6574\u5408":2,Tag:34,":[":45,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":50,"\u8ad6\u7406\u548c":[12,10],HTTP:[20,55,70,30,60,17],"\u7d50\u3073\u3064\u3044":51,"\u305f\u3055\u3093":[60,2],"\u3002ifexists":61,",\n>":[68,75,33,34,35,36],"\u7d50\u3073\u3064\u304f":51,"\u8907\u6570":[2,46,10,17,20,26,27,29,31,32,33,34,35,63,41,12,23,79,45,60,68,55,70,74],"\u6f14\u7b97\u5b50":[70,12,10,73],"=)\n":12," Baseball":34,"-dev":[64,56],"\u5bfe\u8c61":[26,6,46,61,10,17,20,69,29,30,67,32,34,35,37,41,81,12,23,51,52,82,64,68,73,71,74,77,14]," commit":81," PatPrefix":36,"\u79d2\u8868":23,port:45,"\u5024\u6bce":10,"\u7d4c\u904e":[4,60,39,82],"_truncate":60,"\u4ecb\u6587":74,"\u30c8\u30e2":34,"\u5411\u3051":[20,80,12,57],"'='":49," ')":61,xml:79,"\u751f\u3058":[19,54,71,26,8,11,67,32,37,14,42]," two":22,"\u30bf\u30b0":[20,55,70,74,34,17],"\u540d\u4e00\u89a7":41," \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9":29,baseball:35,"\u9ad8\u6a5f":12,WGS:[44,7,75,33,34,39,18],address:60,"\u96c6\u5408":26,"\u5024\u3088\u308a":12,MBytes:45,"-MM":22,"\u89e3\u6790":[60,80,26,64]," string":[38,31],"-mode":81,"\u3002Tag":34,"\u4e26\u5217":45,MM:22,"\u63d0\u4f9b":[1,12,70,82,77,60,16],"\u4e3b\u30ad\u30fc":[20,70,26,61,27,28,11,29,33,34,36,39,17],"_version":[29,30,79,82],example:[29,30,31,75,33,34],queue:51,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":23,User:34,"\u8a2d\u5b9a":[72,2,49,61,70,8,9,10,28,64,42]," threasd":49,"\u8b66\u544a":[70,82],"\u9006\u306b":34,"\u3002offset":10,".db":[49,29,30,27,41],"_DB\u30d5\u30e9\u30b0":60,"/Branches":64,cache:[20,2,5,66,10,9]," level":[49,8,22,42],"\u305d\u306e\u307e\u307e":29,"\u30af\u30a8\u30ea":[20,12,68,48,23,55,46,52,75,10,73,29,70,57,78,15,80,16],"\u3002table":26,"-leak":70,"\u521d\u671f":[60,70],"\u30ea\u30f3\u30af":31," \u3044b":[23,46],"'haystack":12,"\u96c6\u8a08":[20,55],"\u6587\u5b57\u5217":[73,26,61,10,29,31,75,33,74,38,39],Emacs:81,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[49,12],"\u307f\u307e\u3057\u3087":[35,29,31,75,34,74]," entry":[71,32],"\u4e88\u3081":[49,39],"\uff08Romaji":15,"\u4ee5\u5916":[12,4,70,45,10,60],"\u4e21\u8005":75,"-check":[60,70]," sequence":22,"\u5916\u90e8":51,"-src":77,"\u672c\u5bb6":77," ERROR":42,"\u30d5\u30a9\u30ed\u30fc":74,https:81,msg:51,"\u60c5\u5831":[20,2,64,75,23,55,70,74,27,56,29,31,32,41,34,60,57,80,63,17,68],"_ADJUST":12,"\u3060\u3063":[23,82],"``":[19,54,2,69,71,4,50,26,8,9,45,11,67,32,37,14,70,42],"\u5b9f\u73fe":[20,80,12,57,55],Default:68,"\u8ee2\u7f6e":[20,26,32,34,55],"_concurrency":52,"-each":60,"\u6e80\u305f":[73,46,75,12,74],Time:[47,23,31,74,60,39],"\"mori":6,"\u3002Tritonn":55,"\u30bb\u30c3\u30c8":[69,46,67,12],"po\u30d5\u30a1\u30a4\u30eb":81,"_plugin":[60,72],"\u5bfe\u591a":31,"\u3001'":[49,29,75,10],DATABASE:58,":\\":[29,61],"\u30b8\u30aa\u30b5\u30fc\u30c1":[20,34,17,60],"_PREFIX":70,"\u63a8\u5968":82,cat:77,",\"test":[29,31],"\u542b\u307e\u308c":46,"\u3060\u3051":[23,12,81],values:61,"\u8fd1\u3044":52,JSONP:60,",\"http":31,"\nnotice":[8,42]," on":81,"\u5f85\u3061\u53d7\u3051":30,"\u30fb\u30b5\u30fc\u30d0":29,"\u884c\u3063":[29,75,33,64]," of":[50,22,68,81]," Lucid":[20,77],",\n":[68,50,6,27,45,74,41],define:[49,20,66,71,5],"_AND":12,sample:31,"\uff11\u3064":51,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":52,"\u5897\u3084\u3059":64,Issue:0,YOUR:81," }\n":74,"\u6a19\u6e96":[2,26,6,8,9,10,11,19,21,29,25,69,27,49,30,67,32,37,41,42,4,50,52,54,79,82,61,71,14],"\u884c\u3046":[46,55,26,52,10,29,70,75,33,34,35,36,64],"\u884c\u3044":[45,12,49,55,46,52,10,29,74,33,34,35,23],":true":36,Terms:[23,29,50],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb":55,", ":[0,7,61,10,15,18,22,27,23,75,34,38,39,41,44,45,12,48,49,50,79,82,68,70,78,80],"_INDEX":[23,70,29,74,32,34,35],"\u884c\u3048":[29,64],"\u30d2\u30e5\u30d9\u30cb":7," extract":[22,77],query:[12,22,74,48,23,71,46,68,10,73,29,30,31,75,72,34,35,36,15,78],"\u30d0\u30a4\u30c8":70,"\u76f8\u5f53":75,"\u5b9f\u51e6":12,"\u8fd1\u508d":73,"\u8a9e\u53e5":34,Tomita:70,"\u518d\u8aad":19,max:[50,52,9,45,29,30,76],clone:[80,81],date:45,",_":[68,29,74,75,33,34],"\u3069\u3061\u3089":[0,16,10,35],"\u5207\u308a":25,"<groonga":45,".ubuntu":77,"\u3001:":45,"/dictionary":70,"\u8fd4\u3059\u304b":68,ss:22,Format:22,"/javascript":60,"\u3002limit":10,"\u7d22\u5f15":[20,2,46,23,26,12,77,70],"\u30b0\u30eb\u30fc\u30d7":[55,28,10,33],sa:[68,48],EXACT:12,",{":[68,48,45,29,30,78,15],se:15,"= ":[75,10],"\u304b\u308f\u308a":23,"\u5f8c\u8ff0":12,"\u540c\u3058\u6570":49,"_init":[60,22],"\u82f1\u8a9e":[0,60,81],"\u9ad8\u901f":[20,2,12,49,55,26,34],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":2,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":6,"\u30d1\u30fc\u30b9":73,"\u542b\u307e\u308c\u308b":[49,29,12,23],"=/":[49,77,64],"\u30a2\u30c9\u30ec\u30b9":[49,30,45],"/fedora":77,"_VIEW":26," just":[77,22,58],"\u56f2\u307f":[49,29],"-libedit":70,"\u7e70\u308a\u8fd4\u3057":[45,81],"\u3002gdb":64," at":22,"\u78ba\u5b9a":[65,68],"\u56de\u7e70\u308a":45,"\u7d44\u307f\u5408\u308f":[73,12]," ${":81,RK:15,"_PUSH":12,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":27,"-alloc":4," sjis":49,"\u542b\u3081\u308b":60," aptitude":[59,77,64]," Japanese":56,records:22,"\"version":[29,30],not:[73,12],now:[20,53,47,5],"\u3086\u304d":36," description":[46,74],"\u53d6\u3063":29,name:[75,49,50,26,71,27,29,31,32,33,34,35,36,37,41,74],"\u500b\u3005":[23,12,82],"\u7570\u5e38":[50,45],"_dataset":72," Bool":36,"\u8aad\u307f\u8fbc\u3081\u308b":6,domain:[49,27,41,33],en:[15,68]," Terms":[23,29,50],"\u306f\u3058\u3081":[20,68,65,82,16,81],"\u53d6\u308b":73,ea:22,"\u6700\u5f8c":[23,70,45],"\u3002query":10,"\u5b9f\u4f8b":[20,80,12,57],"\u624b\u6bb5":12,"_size":12," Entries":6,"\u70b9\u6570":39,"\uff1f\u3000":45,"\u6642\u9593":[70,45,29,31,10,74,60],"\u7a7a\u304d":50,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[43,20,23,50,70,74,10,55,29,67,32,41,34,35,37,60,14,17],"\nerror":[8,42],".status":45,"\"search":[15,78,48],"\"type":68,"-default":49," warning":8,correct:[68,48],"\u5230\u9054":43," segments":50,"8\u3064":45," Term":[26,32],"_string":64,org:33,"byte":45,Tritonn:55,".index":34,"\u4ed5\u65b9":[80,81],"\u62ec\u5f27":61,"\u30b3\u30fc\u30c9":81,"\u4e8b\u9805":[43,20,39,45,5],Money:34,Karmic:64,"\u4e92\u63db":[79,82],"\u30db\u30b9\u30c8":[49,30,52,45],Installer:[20,77],"] [":45,".gz\u30d5\u30a1\u30a4\u30eb":77,"\u66f8\u304d\u8fbc\u3080":45,"\u7a2e\u5225":41," country":33,"\u30dd\u30fc\u30c8":[49,30,52,45],"-version":[70,82],"\u8a71\u3057":80,"\u4e00\u610f":[49,29,26,32,28],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":74,"1C":77,"\u305f\u3069\u308b":34,submit:[15,78,68,48],"\u81ea\u5df1\u7d39":74,"\u9078\u3073":16,message:[42,35]," TokenMecab":23,size:50,SET:45,"\u7d5e\u8fbc":[20,75,17,55],"IP\u307e\u305f":30," text":6,"\u5bfe\u7b56":[23,20,13],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[73,7],"\u5411\u3044":55,SEE:58,"\uff08-":29,".git":[77,81],"\u30bd\u30fc\u30c8\u30ad\u30fc":[2,68,10],Debian:[20,77,64,60],"_preparer":[15,78,68,48],HASH:29,"\u3044\u308b":[2,26,46,61,75,10,11,15,16,19,21,65,69,27,29,30,31,32,34,35,37,23,41,81,12,48,49,50,79,45,60,64,67,55,70,72,74,73,14]," engine":[78,16,68,48],"#'":49," logged":22,"\u300ctitle":29,"\u30d1\u30a4\u30d7":[26,32],github:[77,81]," backup":6,"\u8fd4\u4fe1\u5143":74,"\uff08@":[60,70],"\u8fd4\u4fe1\u5148":74,"\u30d5\u30a9\u30fc\u30e0":73,"\u306b\u5bfe\u8c61":60,"11":23,"10":[29,45],translate:81,"\u540c\u6642":[51,75,82,45],"-httpd":[60,16,58],"16":75,"\"\u4e8c":15,"\u3002ID":26,"/gat":[29,75,33],"\n..":6,".description":74,"\u5404\u547d":45,"\u63a5\u7d9a\u5148":52,browser:81,and:73,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":43," name":[6,26,71,74,37,34,32],"\u3044\u304b":55,"_local":[6,45]," TokenBigram":[23,29,26,74,35],"\u3044\u3044":55,"\u4e16\u754c":[44,55,7,75,39,18],Sites:6,sae:[68,48],"\"application":60,"/ubuntu":77,"_circle":[20,53,5,74,75,34,18],"\u53b3\u5bc6":15,"\u30ea\u30b9\u30c8":[49,61,27,10,29,34,41,81],Web:2,".username":34,engin:[15,68],"\u914d\u5e03":77," dump":6,"\u5ea6\u5408\u3044":23,"\u3044\u3064":15,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[0,20,80]," inv":45," the":[22,81],"\u30d5\u30e9\u30b0":[19,2,54,71,50,26,8,67,11,31,32,63,36,37,14,42],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":64," objname":[69,67],"\nBigram":45,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[49,10],"[[\"":50,"|suggest":68," LC":81,"_suggest":72,buffer:50,debhelper:60,"\u5c0e\u5165":[59,82,64]," Comments":[6,74],"\u306b\u3064\u3044\u3066":[1,26,4,6,7,8,9,10,11,12,15,18,19,21,25,69,67,29,31,32,37,38,39,41,42,44,46,47,48,49,50,54,82,63,61,66,68,55,71,74,76,78,80,14,27]," moritars":35,pair:[15,78,68,48]," main":77,"_STAMP":22,"\uff09:":46,Bigram:[23,46,74],"\u79fb\u52d5":[19,24],"\u4e2d\u65ad":60,"\u7ba1\u7406":[2,46,49,50,26,30,79,60],MeCab:[60,2,70,77],"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[20,3,65,29,31,75,33,34,60,17],"\u4e00\u81f4":[20,46,68,23,26,10,29,12,72,74,36,15,17],"\u4fdd\u8a3c":[50,82],"**":42,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[49,70,45,60,64,81],"\u30b5\u30fc\u30d0":[26,6,8,9,10,11,19,20,21,29,25,69,27,49,30,67,32,37,41,42,4,50,54,79,45,60,61,55,71,14],"\u539f\u56e0":[23,20,13,45],"\u9589\u3058":60,"\u5217\u8981":26,show:2,"\u76f4\u4e0b":60,"\u65b0\u5bbf\u99c5":75,"\u3057\u304b":[81,35],Comments:74,"\u4ef6\u6570":[23,46,61,9,10,29,28],"#SET":45,"\u5217\u6307\u5411":49,"\"#\"":45,threshold:[15,60,78,68,48],"\u88dc\u5b8c":[20,68,65,70,78,15,16]," requests":81," contact":81,help:[60,64],"\u30d1\u30c3\u30b1\u30fc\u30b8":[1,60,70,82,77],"\u3057\u3066":[0,23,70,29,74,34,59,64,81],"\u6982\u5ff5":82,"\u6700\u5927":[43,2,49,70,9,45,76,60],"\u30bf\u30a4\u30c8\u30eb":[34,35],title:[29,30,31,33,34,35]," LocalNames":6,"\u306a\u3093":82,"\u306a\u308c":82,"\u305f\u3057":34,"\u306a\u3089":[12,48,49,25,45,4,82,55,15,64],"\u306a\u308a":[26,61,75,45,15,29,69,28,49,30,67,32,34,35,36,59,39,48,23,79,10,68,55,74,82],"\u306a\u308b":[44,2,7,54,23,49,69,6,26,10,29,67,32,45,12,78,70,81,39,72,18],"\u4e00\u6642":26,"-server":[49,60],wheezy:77,get:60,"\u5f53\u8a72":82,"-setuptools":59,clang:64," ALSO":58,"=\u5024":30,"\u751f\u304b\u3057":55,"\u751f\u304b\u3059":55,"1\u6708":[39,10]," saerch":[68,48],geo:[44,2,70,5,20,7,53,74,75,34,60,18],For:56," that":22,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":10,summary:45,":')":[26,32]," groonga":[22,49,6,29,30,77,35,81],"\u300c\u697d\u3057\u3044":46,"\"string":31,"\u76f4\u63a5":[73,6,74],"\u5426\u5b9a":12,".conf":77," lenny":60,"\u8907\u96d1":[55,12],Sending:81,sear:15,"# ":[49,81],"\u884c\u756a":60,"*'":10,"\u7a7a\u767d":[49,26,61,29,78,23],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[2,74],"\u8b58\u5225\u5b50":73,"\u4e21\u65b9":[36,15,74,10],"(scan":64,"\u8a18\u6cd5":35," download":77,"[\"":[68,48,50,74,27,29,31,75,33,34,78,15,41],"\u77ed\u7e2e":[61,10],"-threashold":[23,70],"\u8fd4\u3063":74,"\"BLT":6," are":[22,81],"\u30bf\u30a4\u30d7":[60,45],"\n\uff08":70,"\u3053\u3053":[68,23,29,31,75,74],"\u4f9d\u5b58":73,jobs:45," ShortText":[23,6,26,74,45,29,31,32,33,34,35,36],"\u518d\u691c":73,"\u3057\u3088":[60,12,61,11],"#{":22,"\u904e\u53bb":60,"\u3088\u3063\u3066":[55,29,39,75,63],"\u306a\u3069":[19,20,12,73,48,23,50,46,74,45,55,29,30,31,82,77,78,15,60,63,81],Each:22,"\u306a\u3067":15,ja:81,"\u306a\u3063":[46,23,50,26,74,55,30,70,82,35,60,64]," be":22,"\u5206\u5272":[60,26,46],autoconf:60,"\u306a\u3059":44,"\u306a\u3055":[26,79,76,10],"\u8fd4\u3059":[2,54,8,9,45,11,37,19,29,69,67,49,47,75,32,42,4,60,68,70,71,26,14],"\u30b3\u30ed\u30f3":[26,32],"\u3082\u306e":[12,48,49,82,26,52,10,29,74,45,77,35,76,81,18],"-document":49,"\u3002gqtp":52,"\u306a\u304f":[2,70,46,45,10,60,80],"_otoj":64,"[-":34,"#]":37,"\u306a\u3044":[2,6,46,10,15,16,29,26,23,39,43,12,48,4,50,51,52,79,45,49,60,64,68,55,70,72,77,82],"\u306a\u3046":74," by":22,"\u6b21\u56de":82,"\u78ba\u7387":68,"-groonga":45,"\u306a\u306b":15,"/WGS":75,"\u3055\u3089":[20,55],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":46,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":64,"\u76f8\u5bfe":60,"} ":[22,81],"\u30b9\u30ad\u30fc\u30de":6,"_res":45,"},":[36,29,74,45,34],"}/":81," command":[82,58],"\u3002http":30,".select":45,"\u8868\u8a18":60,"\u542b\u3080\u5024":[49,29],"\u524d\u5f8c":49,"\u5f8c\u4e8c":82,"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":49," []":41,"\u5468\u4e0a":18,"<encoding":49," follower":74,"\u5f15\u6570":[2,26,4,6,7,8,9,10,11,18,19,21,25,69,27,29,67,32,37,38,41,42,44,12,49,50,52,54,79,45,61,73,71,76,14,82],"\u4ee3\u308f\u308a":[49,11],Bug:80,"'ja":81,engine:[15,68,78],"\u306a\u305c":[15,48],enable:[4,70],"/vdw":[29,75,33],"_tokenizer":[23,26,45,29,74,35]," res":45," [\"":[68,23,50,27,74,41],"\u6607\u9806":[29,75,10],"\u5b9f\u884c":[1,26,4,5,6,8,9,10,11,15,19,20,21,22,25,69,27,28,29,30,67,32,37,41,42,12,48,49,50,54,79,45,60,61,64,14,68,55,71,72,75,77,78,80,81,82],UInt:[23,70,27,10,29,30,31,75,33,34,35,36,39,41],"}`":81,"\u8fbc\u307f":19,"\u6240\u5b9a":[23,46],"=yes":64,Mitsuhiro:70,sound:48," fork":81,"\u30bb\u30df\u30b3\u30ed\u30f3":45,"\u304a\u3051\u308b":[43,55,34]," configure":23,"}]":[68,48,61,45,29,30,31,78,15],"\u4e0d\u5b8c\u5168":60,"\u7570\u306a\u308b":[20,49,45,23,75,13],"\u30b7\u30b0\u30ca\u30eb":60,"\u7406\u89e3":29," coverage":64,QUERY:22,"?table":30," Shimada":70,"'\"":29,"\u306a\u3057":[48,26,11,82,77,39,18],score2:12,"\u3002DB":12," many":58,"\u4e0d\u5909":28,"\u8af8\u6761":43,"\u5fc5\u8981":[79,2,12,48,23,55,26,61,45,70,29,30,31,75,59,78,15,16,64,81],"@lists":56,"\"This":29,"|')":[26,32],"\u6a5f\u69cb":[20,55],"'.":81,saerc:[68,48],"\u3002squeeze":64,Month:[22,34],"\u633f\u5165":[49,29],"\nSUFFIX":12,"\u8f9e\u66f8":[23,2,70],develop:82,"\u559c\u3073":[24,81],"\u91cf\u8a08":2,XXX:49,"\u3054\u89a7\u304f":64,html:[59,80,64,81],"<path":49,"')":[49,52,10],"-dir":45,".org":[77,6,45,29,30,31,75,33,34,81],document:[49,70,79],"\u3002\u3044":12,favorited:74,"_at":[23,70],UTF:70,"\u306a\u304a":46,"0\u30d9\u30fc\u30b9":10,IP:[30,45],".po\u30d5\u30a1\u30a4\u30eb":[80,81],IT:34," Int":31,PATH:45,"\u4e26\u3073\u66ff\u3048":[20,17,29],"\u306b\u5bfe\u3059\u308b":[20,12,68,70,74,33,34,35,60,63,17],"\u4e00\u884c":[49,70,45],favorites:74,"\u7d4c\u7531":[69,6,8,9,10,11,19,21,25,54,27,30,67,32,37,41,42,4,50,61,70,71,26,14],"-noftp":45,taro:34,"\u5b9f\u88c5":[55,20,79,81],"\u53c2\u7167\u7cfb":55,ID:[70,22,49,50,26,27,29,41],"\u305d\u3057\u3066":[15,74],"\u653e\u68c4":[61,10],It:22,"\u5217\u8868":39,"\u3059\u3079\u3066":[60,66,70,82,45],"\u53d6\u308a\u51fa\u3057":26," LOCALE":81,"\u53d6\u308a\u51fa\u3059":[70,12,73],If:22,"/unit":64,"(x":39,"\u6771\u4eac\u90fd":[23,46,74],"\u4f5c\u6210\u6e08":49,"(v":12,"\u3002\u3059\u3079\u3066":[64,81],"\u30af\u30a8\u30ea\u30da\u30a2":16,gdb:64,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[49,70,79],BOM:70,"\u3072\u308d":36,"\u5171\u6709":[20,56,34,55],".dll":45,"\u30ab\u30e9\u30e0":[2,26,5,61,75,10,15,16,17,20,29,31,69,28,49,67,32,33,34,35,36,37,39,41,48,23,68,55,70,71,73,74,78,14],speed:16,"\u3046\u3061\u3044":[49,29],"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":4,"\u3002none":49,"(_":[15,78,68,48],"/false":2,"\u3002\u307e\u305a":23,"(R":45,"\u30d1\u30e9\u30e1\u30fc\u30bf":[20,73,46,52,10,11,29,30,74,75,33,77,35,60,17,82],"\u4f4e\u3044":[23,10]," indicates":22,"\u5ea7\u6a19":[44,7,39,74,18],blog:29," sample":45,"\u63a2\u3057":45,Uint:[29,38],"_HASH":[6,26,74,27,29,31,33,34,35],"\u30ad\u30fc":[26,49,70,28,10,39],"\u5f37\u5236":2,TokenTrigram:26,"\u6c4e\u7528":[49,55,45],"\u542b\u3080":[46,68,73,51,26,52,12,32,35,74],"(>":12,"(<":12,"(=":[26,12],"DB\u30d1\u30b9":[29,30],"\u8a00\u3048":23,"\u697d\u3057":[23,46],"\u542b\u3093":[12,16,10,48],"((":39,"()":[44,2,12,73,7,72,47,75,76,60,80,38,70,18],"\u8d8a\u3048":[23,10],"(,":29," music":22,"(\"":[49,29],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[49,55],"( ":49,"(!":12,TODO:[3,58],"('":[49,26,61,28,29,32,10],"\u3068\u304a\u308a":[43,45],tvsec:4," format":[22,81],Kenichi:70,"\u95a2\u308f\u3089":45,"\u5f62\u8fd1":7,"\u4f4e\u901f":33,"\u9650\u308a":[12,23,61,26,46,45,28],output:[22,23,70,71,10,29,31,75,34,74,79,68]," DATASET":58,"\u5c5e\u3059\u308b":[39,27]," datasets":58,LocalNames:6,conditional:68,"_SUCCESS":[22,10],"\u30b7\u30b9\u30c6\u30e0":[0,20,74,17],"_VECTOR":[31,32,34,74],"\u30ec\u30b9\u30dd\u30f3\u30b9":60,"\u30d5\u30a9\u30f3\u30c8":59,Ludia:55,"\u985e\u7d39":23,"-history":60,"_touch":70,confirm:81,": n":52,"\u65b0\u5bbf":75," cd":81,automake:70,"\u30de\u30b7\u30f3":49,"& _":75,mooz:60,"\u542b\u307e":[12,46,61,27,29,78,41]," check":64," binary":55,"\u5206\u3051":[55,20,46,29],Term:[26,32,27],"\u5168\u6587\u691c\u7d22":[55,10]," Float":31,"-suggest":[1,20,68,5,48,70,58,72,60,16],"\u540d\u4e00":27,"\n{\"":[15,78,48],SiteDomain:33,"\u597d\u304d":81,"; ":[49,77,45],"\u306f\u305a":45,",\"correct":68,"CPU\u30b3\u30a2":49," schema":58,"\"s":15,"_OP":12,"_OR":12,"\u5ec3\u6b62":82,"_escalation":[70,10],"\u30e6\u30fc\u30b6\u30fc":[74,34],"\u306f\u307f":80,"\u304b\u3048\u308b":33,";\n":45,Katakana:15,CUTTER:64,"\u30d7\u30e9\u30ac\u30d6\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":55,"\u3002callback":12,"\u3082\u3061\u308d\u3093":45,"/admin":[49,60],searc:15,"\u884c\u76ee":45,"\u30aa\u30d5\u30bb\u30c3\u30c8":68,"\u8abf\u6574":23,"\u53f3\u4e0b":[44,2],"\u53f3\u4e0a":2,"\u30c1\u30e3\u30f3\u30af":50,"=title":30,".tags":34,"\u30a8\u30ed":74," comment":74,"\u8a55\u4fa1":12,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":64,log:[19,20,66,22,5,49,8,42],NO:2,"(title":38,"\u591a\u5be1":73,"\u53d7\u3051\u53d6\u308a":12,"\u6b21\u671f":55,"\u77e5\u8b58":45," mode":12,"\u63d0\u6848":[20,68,65,70,78,60,16],"d\u30ad\u30fc":29,"/modules":70,",\"This":[29,30,31],"\u3082\u3046":[38,7,35],"\nCRIT":[8,42],"\u30aa\u30fc\u30d7\u30f3":60,complete:[15,16,68],"\u901a\u308a":[23,68,27,41,78],"/configure":77,"\u3082\u3057":45,Error:22,PostgreSQL:55,hsiomaneki:74,",\"links":31,"\"Items":6,pull:81,"\u304b\u304e\u308a":45,IDENTIFIER:73,"\u3082\u3063":[20,31,17,74],"default":[23,26,45,29,30,74,82,35],"\u69cb\u7bc9":[80,46,64],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":50,HDD:45,EXIT:58,"\u4f5c\u3063":[23,74],"\u3088\u3073":12,"\u305d\u308c\u3089":[55,52],"}\n":[36,74,22,34],"_WEIGHT":32," posted":74,"\u30d5\u30a1\u30a4\u30eb":[1,2,26,4,5,6,8,9,10,11,19,20,21,22,25,69,27,29,67,32,37,41,42,12,49,50,54,79,45,60,61,14,71,77,80,81,82],"_CREATE":12,"\u3002drilldown":[33,10],"/hostname":[49,45],"\u30de\u30fc\u30b8":81,HashTags:74,mode:12,Blog:35,"/macports":77,ar:[23,46],"\u901a\u3058":[20,30,17],"\u3002TLD":33,file:[2,70],"+ y":39," universe":77,"\u30ea\u30af\u30a8\u30b9\u30c8":[69,6,8,9,10,11,19,21,25,54,27,67,32,37,41,42,4,50,52,79,61,71,26,14],"\u4f5c\u308a":[15,48,35],"\u4f5c\u308b":[48,51,29,74,34,81],Cutter:64,GByte:43,"\u53d6\u308c\u308b":61,"\u5bfe\u5fdc":[20,2,12,68,48,49,55,51,26,61,72,70,47,78,15,60,16,64],"\u95a2\u4fc2":[20,66,12,31,34,74,17],"5km":74,"\u4e0e\u3048\u308b":[49,52,61,29,75,82],"/IPAexGothic":59,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[20,30,17],"}|":22,"\u8aad\u307f\u53d6\u308a":[49,61],"\u8a18\u8ff0":[49,73,12,45,74]," rpm":77,string2:38,string1:38,"_type":[45,6,26,61,28,29,31,79,33,34,35,36,74],"\u9001\u308a\u65b9":[0,20,80,81],"\u4e0a\u9650":[43,20,51],"\u30c7\u30d0\u30c3\u30b0":50,"\n% ":81,"4Kbyte":39,coverage:64,Entry:[71,26,61,27,10,11,32,41],"]\n\n":74,"_value":[60,70,28],"\u5b9a\u7fa9":[12,49,54,26,71,27,28,29,32,73,37,14,39,41],"\u65b9\u5f0f":[49,29,35]," wheezy":[20,77,60],"\u30ab\u30d0\u30ec\u30c3\u30b8":[80,64],"\u6c17\u306b":81,"/select":30,"\u3002TokenDelimit":78,Year:22," location":[74,75,34],"-threshold":[49,23,10],original:36,"\u518d\u5e30":[67,12,14],"\u6587\u6cd5":[20,75,17],SHIMODA:70,"\u4ed8\u968f":[14,37],"\u30c7\u30fc\u30bf\u30d9\u30fc":60," default":22,"\u5343\u4e07":43,"\u3002Debian":64,"\u308f\u304b\u3061":46,"\u3002name":26,"-P":52,"\u6761\u4ef6":[20,12,68,49,73,70,71,10,29,74,75,36,23,17],"-]":10,"\u7d30\u304b\u304f":73,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":60,"-e":49,"-d":[49,29,30]," haystack":12,"-a":49,"-c":[49,30],"-m":52,"-l":[49,22],"-n":[49,29,60],"-i":[49,45],"_rc":10,"-t":49,"\u304a\u5f85\u3061":56,"-p":[49,45],"-s":49,Entries:6,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[20,70,13,45],homepage:45,"_SIS":[36,26,46],"\u5f0f\u4e2d":73,"-conditional":60,"\u95a2\u9023":[19,20,71,61,8,10,11,67,78,60,80,62,16,42],"\u5dee\u5206":45,"\u6d41\u308c":[80,81]," as":81,"\u3002column":12,"***":42,"\u8aad\u3093":80,",\"tags":34," type":32,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":60,"\uff1f ":45,"\u6b8a\u547d":45,unigram:26,GROONGA:31,"--":[2,49,72,70,79,10,11,23,67,75,45,34,74,60]," Please":81,"\u3057\u307e\u3057\u3087":29,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9":29,"\u4f4e\u6e1b":70,"\u5909\u308f\u308b":23,"\u5909\u308f\u308a":[50,46,75],"<protocol":49,"\u89aa\u5207":70,"\u4f55\u3089\u304b":39,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":10,VIEW:49,"\u300c\u6771\u4eac\u90fd":23,Log:[20,22,5,60],"\ngronga":16,"\u30d6\u30e9\u30a6\u30b6":[30,81],TokyoGeoPoint:[44,7,39,75,18],"\u884c\u3048\u308b":34,None:58,"x\u5ea6y":39,"\n> ":[68,29,30,75,33,34,35,36],ECMAScript:73," {":[29,74,33,34,35,36],SSSSSS:22,"\u518d\u73fe":23,"/centos":77,"\u6c42\u3081":[38,7]," point":7,"\uff1a\n":30,"\u7d22\u6642":70,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":64,"\u3067\u306b":23,"\u30ea\u30c6\u30e9\u30eb":[60,2],"\u4ee5\u524d":[23,74,9],"@s":70,"_append":12,"_NO":[23,70,6,26],"\u6e2c\u5730":[44,55,7,75,39,18],"_modified":74,"\u8aad\u307f":[15,2],memcached:[55,64],"\u793a\u3059":[44,7,26,61,27,10,36,41,18],Pull:81,"\u307e\u3057\u3087":34,hash:74,"\u305e\u308c":[12,78],tags:34,"\"Table":49,"\u30c6\u30b9\u30c8":[20,23,70,74,57,80,64],"\u3002filter":75,"\u30ce\u30a4\u30ba":[23,48],"\u88dc\u5b8c\u8a9e":15,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":49,"\u6e96\u5099":[23,26,81],"\u304b\u304b\u3063":10,"\u306b\u95a2\u3059\u308b":[20,5,56,74,10,60,15,39],"'needle":12,search:[15,78,16,68,48],TokenDelimit:[26,78]," clone":[77,81],"\u30ec\u30b3\u30fc\u30c9r":12,"\u540c\u3058":[19,20,2,68,48,49,70,27,45,29,79,13,35,60,23,41,82],"\u308f\u304b\u308a":70,SIGUSR:60,"\ninfo":[8,42],"\u3068\u305d\u306e":82," I":81,"\u30b3\u30e1\u30f3\u30c8ID":74,followee:74,"\u8ad6\u7406":[43,50,12],hoge:[73,38],"\u30ce\u30fc\u30c8":[65,68,77,81],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":46,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[20,80,62],follower:74,"\u3067\u3059":[0,6,46,61,45,15,16,24,26,27,28,29,31,75,33,35,63,23,41,81,43,12,48,49,50,52,79,10,64,68,55,73,74,77,78,80,82],"\u307e\u308f\u308a":80,ICHII:60,"\u5358\u7d14":[36,12],"\u300c\u697d\u3057":46,"/atv":[29,75,33],"\u69cb\u6587":[73,72]," HTTP":[1,20,79,5]," apt":77,ctrl:[29,30],mecab:26,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[4,21]," disabled":22,"\u7a4d\u7b97":[12,10],Baseball:34,"\u3002\u300d":23,"\u6c7a\u307e\u308a":29,"\u5ea6\u7d4c":39,"_PATH":[79,77],LTS:[20,77],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":34,Intel:45,ivh:77,"\u518d\u5229":[28,10],"_gqtp":45,"\u578bn":10,"\u3053\u3068":[2,26,4,6,7,8,9,10,11,14,15,16,18,19,21,23,25,69,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,44,12,47,48,49,50,51,52,54,79,45,59,61,63,64,67,55,70,71,74,75,76,77,73,80,81,82],"\u3053\u306e":[46,45,11,15,65,26,29,31,75,33,34,35,63,23,81,12,48,49,10,55,74,78,80],git:81,"\u30bb\u30c3\u30b7\u30e7\u30f3":[49,25],"\"already":34," http":[49,79,30,52,77],none:35," return":22,"\u3053\u305d":74,Int:[68,48,23,70,74,29,31,75,33,34,78,15,39,76],"\u7e70\u308a\u8fd4\u3057\u6570":45,abandon:[61,10],"\u305f\u3068\u3048":23,deb:77,"\u3002KEY":46,"\u6bd4\u8f03":[70,45,10],"\u79fb\u884c":[60,82],Codes:81,"\u4e2d\u5fc3":18,scan:64,pthread:60," ":[69,8,9,10,11,19,54,67,32,34,37,42,45,12,75,4,50,52,82,68,71,26,74,14],accept:70,"\u9001\u4fe1":[69,6,8,9,10,11,19,21,25,54,27,67,32,37,41,42,4,50,45,61,71,26,14],"_OBJ":60,"\u9664\u53bb":70,"\u958b\u767a":[20,55,74,57,82,80]," '":[22,48,49,46,68,23,74,75,34,78,15,81]," dataset":58,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":60,"\u6307\u5411":55," original":[36,6],"-address":[49,60],"\u3053\u308c":[12,48,24,46,78,29,74,75,33,35,15,23,16,81],opt:77,"\u52d5\u7684":[70,46],"\u3042\u3089\u304b\u3058\u3081":39," threshold":69,"\u591a\u3059\u304e":70,"\u8a9e\u5f59\u8868":[29,26]," three":[29,31]," /":[68,49,46,52,29,30,23],"\u901f\u304f":[55,34],disable:60,"\u304a\u9858\u3044":45,"_text":64,"\u91cd\u8981":[63,64],"\u30cf\u30a4\u30d5\u30f3":29,"\u30ea\u30dd\u30b8\u30c8\u30ea":[80,81],"\u5185\u90e8":4,"-max":[49,60]," files":22,callback:12," segment":50,Linux:45," path":22,"\u3002.":81,":\u79d2":74,"\u3066\u304f":64,replied:74,"\u5909\u63db":[60,39],hostname:[49,79],"_MESSAGES":81,"\u592b\u5fc5":36,rand:[20,53,75,76,5],"\u3002ftp":45,"\u3002(":[12,49,26,61,45,46],"`hostname":49,"\u5217\u578b":33," id":50,grntest:[1,20,5,70,45,60],"\u975e\u308f":46,"\nlog":22," OR":10," OS":[20,70,77]," creates":[22,58],".rpm":77,"\u308c\u308b":[46,45,15,19,65,54,28,29,30,75,23,81,12,48,49,50,51,10,60,64,68,55,73,78,82],GHz:45,"sort\u30ad\u30fc":2,"\u30ab\u30fc\u30bd\u30eb":[60,70],"\u63a5\u7d9a":[21,49,25,51,45,29,30],"\u57fa\u672c":[23,20,46,17,29]," feature":81,"\u72b6\u6cc1":23,URL:[60,30,79],"2]":29,"\u3002GeoPoint":7,URI:79,"_to":74,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":19,"\u6271\u3044":[15,46,82],"\u6271\u3046":[23,56],"\u3088\u304b\u3063":23,"\u8a71\u984c":56," \u30d0\u30c3\u30d5\u30a1":50,"\u5316\u95a2":70,"\u3002\u3057\u304b\u3057":[55,31,39,48],"-test":64," outputs":22,"=Site":30," python":59,"\u9664\u3044":45,"-encoding":[49,60],"\u6271\u3063":[2,74],"\u30ad\u30e3\u30b9\u30c8":[70,74],"'title":29,".posted":74,Defines:58,"\u767b\u9332":[12,48,50,26,61,72,29,70,74,15,16],"-create":[1,20,68,5,48,58,72],"\u5b58\u5728":[44,2,70,33,55,6,46,10,29,45,31,75,28,35,18],"\ndeb":77,"\u30b5\u30a4\u30ba":[50,9],korea:33," doc":81,Sports:34," sh":77,"\u5b89\u5b9a":[50,82],"\"sequence":[15,78,48]," nine":29,"\u547c\u3076":[73,64],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[20,5],">\"":34,"\u6271\u308f":[23,45],"\u524d\u8005":75,ftp:45,"<ip":[49,45],"/usr":[49,77],"\u7def\u5ea6":[20,74,39,75,55],"\u6e2c\u7528":2,"_QUERY":12,"/locale":81,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":64,"\u8ddd\u96e2":[38,2,7,75,55]," table":[68,49,71,54,61,10,11,29,31,32,33,34,35,36,37,14,41]," our":81," log":[20,22,5],"/etc":77,"\u9ad8\u304f":23,Hour:22,"_new":51,"(WGS":75," en":[15,68],"\u9ad8\u3044":[55,29,68,50],"\u30dc\u30c8\u30eb\u30cd\u30c3\u30af":55,"_hit":[29,30],"\u5ea6\u5ea7":39,"\u3057\u307e\u3059":[26,46,16,74,33],"\u3053\u3053\u3067":29,"_MAX":76,recv:77,"\u30a6\u30a7\u30a4\u30c8":32,"\n\u30b9":60,"\u81ea\u8eab":[49,60],"\u547c\u3093":46,thread:[51,45]," processing":22,script:[44,5,20,73,7,61,10,47,45,76,38,18],"\u8a18\u3057":29,v2:12,"\u306b\u3088\u308b":[36,20,30,17],"|correct":68,"\u30b5\u30a4\u30c8":[31,34],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":64,"\u308c\u305a":82,"-gram":[23,29,46]," not":22,"\u306b\u3082":46,".SSSSSS":22,",[[":[74,34],"\u306f\u3044\u304f\u3064\u304b":43,"@tomotaka":60,SiteCountry:33,number:[50,31],"\u3059\u3079\u304d":12," term":50,"\u30bb\u30af\u30b7\u30e7\u30f3":[48,65,77,78,15,80,81],"\n\u308b":70,"\u30b3\u30d4\u30fc":6,"\u4ed8\u4e0e":[26,28,29,75,45,34,35,36],".blog":23,koi:49,"\u5024\u304c":29,"\u306b\u5bfe\u5fdc\u4ed8\u3051":15," process":22,"\u30c9\u30e1\u30a4\u30f3":33,"\u4fee\u6b63":[2,48,70,72,30,60,16],"\u547c\u3073":[49,73,12,33,45],"\u3002\u3059":45,"\u60c5\u5831\u540d":[27,41],Homebrew:[20,77,60]," unmanaged":50," local":6,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":45,"\u3002make":45,"\u300cUsers":74,"/.":60,Munin:2,"\u547c\u3070":29,selector:71," Tag":34,"\u4fbf\u5229":15,"\u89e3\u6c7a":50,center:18,"\u4e71\u6570":[75,76],"\u5b66\u7fd2":[20,68,48,65,70,78,15,16],"\u56de\u547c":70,"\u898b\u308b":75,"_probability":[60,68]," user":45," uses":22,KEY:[36,26,46],"\u5927\u91cf":[29,12,34],"\u30c6\u30fc\u30d6\u30eb":[2,26,6,61,10,11,17,20,29,54,69,27,28,49,31,32,33,34,35,36,37,39,41,12,23,50,63,60,67,68,70,71,74,14],",[\"":[68,48,23,78,74,10,29,30,31,75,33,34,35,36,15],"\u60f3\u5b9a":[4,50,6,34,73],"7e":45,"\u5b9f\u969b":[43,23,27,10,74,34,35,41],"\u307e\u307e":82,"\nGRN":12,"\u540dn":[41,27,10],"\u52d5\u74b0":52,"1\u30c8\u30fc\u30af\u30f3":26,"\u8aad\u307f\u98db\u3070":29,gted:81,"\u3002Functions":64,tables:6," abandon":11,"\u307e\u3060":[4,60,82,68,65],qps:[52,45]," arg":12,"\ngroonga":[60,16,72,82],"\u307e\u3059":[0,1,69,4,6,7,8,9,10,11,12,14,15,16,18,19,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,43,44,46,47,48,49,50,52,54,56,79,45,59,61,62,63,64,65,66,67,68,55,71,73,74,75,76,77,78,80,81,82],"\u307e\u305a":[66,23,46,45,29,74,81],"\u307e\u305b":[4,46,61,10,11,15,16,19,21,29,25,26,27,28,49,30,32,35,39,41,81,48,23,45,68,55],Users:74,"_list":[20,2,5,49,66,70,27,29,60,41],"\u307e\u305f":[26,6,8,9,10,11,19,21,25,69,67,4,30,31,32,35,37,39,41,42,75,49,50,54,45,61,64,71,74,14,27],check:[20,2,5,50,66,60],"\uff09\u3002":[23,74],self:45,"_lock":60,"\u79d2\u5358":39," : ":58,"\u307e\u3057":[48,23,55,29,31,75,34,74,81],"-limit":[49,2],"\u7279\u5b9a":[55,6,26,73,33,35,64],"\u307e\u3068\u3081":10,build:4," your":81,"\u8a18\u53f7":[49,29,46,23,70],"$PREFIX":60,Fork:81,"\u306a\u3051\u308c":[49,61,26,32,45],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":12," realtime":[68,78],"\u30e1\u30fc\u30eb":81,"\u30e1\u30fc\u30c8\u30eb":[7,18],"\u4f7f\u3048\u308b":[49,60],"\u89e3\u653e":4,"\u3060\u3055\u3044":[29,80,64,81],"\u306b\u3059":23,DragonFly:70,"'hay":12,exe:77,"_put":[19,20,66,5,49,8,42],"\u30e6\u30fc\u30b6\u30fcID":74,"\u307e\u307e\u3067":23,"\u306b\u3069":12,"\u3002Sphinx":59,"\u9577\u3055":45,"\u4ecb\u3057":29," UInt":34,"\u7528\u8a9e\u96c6":50," testdb":45," rst":59,"\u4e0a\u66f8\u304d":75,"\u3057\u304b\u3057":[23,46,81],mlock:70,"\u308c\u307e\u305b":[49,50,82],"_by":[74,72],".rb":70,SEGV:2,"\u304a\u3051":10,"_users":74," item":[15,78,68,48],"(drilldown":28,"\u30d1\u30c3\u30c1":[24,70,81],"\u304a\u304f":77,nterms:50,"\n]\n":6,MySQL:55,"\u304a\u3044":[55,26,28,29,75,73,60,64,81],"\u59cb\u70b9":29,"\u77e9\u5f62":[44,75,55],"\u59cb\u3081":[55,81]," WGS":[74,75,34],"\u4ed8\u52a0":10,"\u6bd4\u3079":33,"\u304a\u3070":[60,2],"\u6642\u306b":60,"\u51e6\u7406":[2,12,55,46,28,30,70,75,10,45,81],"\u4f4e\u6a5f":12,"\u5225\u9014":[26,39,33],columns:[70,61],"]]]":[68,23,71,10,29,30,31,75,34,74],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[15,78,48],"\nency":45,"\u629c\u3051\u308b":29,"\u30c7\u30d5\u30a9\u30eb\u30c8":[19,2,46,71,68,49,61,26,52,10,23,45,12,33,70,82]," used":[22,34],"_html":[49,60],"\u4eca\u5f8c":19,"\u601d\u3044":81,"\u9069\u5408":23,OBATA:70,"\u304a\u3070\u305f":60,"\u5fc5\u305a":82,"\u305d\u308c":[12,4,23,46,74,29,70,78,81],"\u3068\u3044\u305a\u308c\u304b":10," localhost":49," STATUS":58,"\u53c2\u52a0":[80,56],Help:81,"\u306b\u304a\u3044":[31,82],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[20,51,57,80],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[49,30],"\u89e6\u308c":[29,31],"\u7d44\u307f\u8fbc\u3080":12,"\u3002Redmine":0," finished":22,"\u52a0\u7b97":28,"\u6570\u5024":[2,46,49,26,10,29,31,32,12,70,18],"\u68ee\u7530":34," GRN":[12,22],"\u3082\u3057\u304f":[30,35],"\u82b1\u5b50":34,"\u305d\u3057":74,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":69,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[60,2,70,64],"\u305d\u3053":23,"/log":49,"]]":[45,68,74,48,49,71,26,61,10,29,31,75,33,34,35,36,15,41,78],"]_":29,Kbyte:39,"\u7d44\u8fbc":[26,6,7,8,9,10,11,18,19,21,25,69,67,47,32,37,38,39,41,42,44,4,50,54,61,71,76,14,27],"\u554f\u3044\u5408\u308f":12,sed:60,sea:15,arg:12,ELAPSED:22,"\u8a00\u8a9e":[12,49,55,70,80,81],PORT:45,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":12,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[45,81],"\u7d39\u4ecb":[29,80,74,34],"(a":10,GET:30,"]}":[50,31],"\u30b9\u30b3\u30a2":[12,68,23,73,28,74,75,10],"-level":49,"\u5c02\u7528":[20,30,17,81],"]x":74,TCP:[49,55],".log":[49,82,45],"\u30cb\u30db\u30f3":15,"\u305d\u306e":[20,45,12,77,23,49,55,6,46,61,10,29,31,33,34,74,36,15,39,82,81]," \u6642":74,"\"-":60,"\u7a7a\u6e2f":74,"\u8868\u73fe":[12,50,61,73,80,39],"([":76,"\nPARTIAL":12,Server:34,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":55,"\u8a18\u9332":28,"\"command":[29,30],"\u304a\u308a":[74,35]," easy":59,UNSPLIT:12,"\u69d8\u5b50":29," issue":0,AND:75,"\u3002value":28,last:74,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":45,"\u304a\u52e7\u3081":77,"\u4f4e\u304f":23,"-api":24," Sites":6,"]:":30,"] ":[49,52,45,30,58,60],"-file":[49,60,77],"\u53ef\u5426":29,Query:[20,22,5],"]/":30,"])":76,"\u6642\u70b9":[26,82],load:[2,5,6,61,11,15,20,31,29,67,75,33,34,35,36,23,48,49,82,60,66,70,74,78]," about":22,");":12," database":58,point:[44,7,46,18],"\u3059\u304e\u307e\u305b":34,"\u306f\u3058\u307e\u308a":82,"\u30b9\u30ec\u30c3\u30c9":[49,20,51,45,55],"\u30ca\u30ce":70,"),":[26,32],shutdown:[20,21,5,49,70,66,30],linux:45,"\u4e0d\u80fd":45,") ":[12,26,39,77,45]," documentation":80,")\"":34,"\"gronga":16,")'":[68,48,74,75,34,78,15],":#{":22,GitHub:[0,81],"\"web":[78,48],"\u8003\u616e":23,Groonga:22,ShortText:[6,10,15,29,26,27,49,30,31,32,33,34,35,36,75,39,41,48,23,60,68,70,74,78],"\u898b\u3064":[70,68],NULL:12,")\n":[76,12,22,18],txt:[24,81],"\\\"":[46,61],po:81,XML:70," #{":22,"\u3057\u3084\u3059\u304f":55,"|<":22," COLUMN":[23,6,74,29,31,32,33,34,35],MESSAGE:[22,42]," raltime":78," to":22,"#groonga\u30bf\u30b0":74,"/db":[6,68],EXAMPLE:58,"\u30d9\u30fc\u30b9":[60,70,81],"\u56de\u7279":45,"\u304f\u3093":74," User":34,"GET\u30e1\u30bd\u30c3\u30c9":79,bill:[23,46],"\u30a8\u30b9\u30b1\u30fc\u30d7":61,"\u6307\u793a":15,"\u5236\u9650":[43,20,5,70,45,30,39],"\u505c\u6b62":[49,21,82],TokenBigramSplitSymbolAlpha:[23,46],"\u30e9\u30a4\u30d6\u30e9\u30ea":[29,55],"\u4eca\u5ea6":74,"\u30b0\u30cb\u30e3\u30e9":74,"\"sug":16,"\u30c8\u30fc\u30af\u30f3":[70,26,46,78,48],engi:[15,68],"\n\n":[69,8,9,10,11,19,29,54,27,49,30,67,32,37,41,42,4,50,61,71,26,74,14],"\u63a1\u7528":[23,55]," customized":22,"<=":74,"\u5316\u524d":28," DB\u30d1\u30b9":[29,30],"\u5404\u8a9e":[29,50],"\u8aad\u307f\u65b9":73," values":61,"\u8a00\u3046":15,NetBSD:70," free":[50,22],TokenBigramIgnoreBlankSplitSymbol:23,"\u898b\u3064\u3051":[15,2],"-key":77,"\u4e16\u4ee3":82,"null":27," logs":22,"\u4e00\u7fa4":12,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":49," float":31,"\u6210\u679c":[80,81],Alert:22,"_PER":60,"\u5065\u4f5c":34," file":77,"\u56fd\u540d":33,"\u30c8\u30e9\u30a4":60,"\u307e\u3067":[43,12,49,61,45,74,36,81]," select":[23,29,74,75,33,34,35],"\u975e\u4e92\u63db":60,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[49,70],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":55,Lines:64,"\u56de\u52d5":45,amd:77," describes":81,"\u5f8c\u8005":75,user:45,"\u9006\u5f15":34,".spec":60,"\u5834\u6240":[70,56,45],Moero:34,"_TABLE":60,Senna:[20,55],"\"\u3001":15,Marverick:70," buffer":50,"\u7d44\u307f\u5408\u308f\u305b":[23,55,26,32,12],"\u3002true":39,"-debug":70,edge:51,flags:[49,50,26,74,27,45,29,31,32,33,34,35,36,41],sortby:[68,71,10,29,75,34,60],"') ":49,entry:32,"\u9806\u756a":[49,23],Lucid:70,"_path":45," digits":22,"\u30d0\u30a4\u30b0\u30e9\u30e0":[23,26],"-path":[49,2,70,22,68],"_KEY":[2,70,23,6,26,74,27,29,31,33,34,35,36,60]," --":[74,34]," work":22,"\u8fd1\u4f3c":7,"\u547c\u3073\u51fa\u3059":[44,7,47,76,38,18],Debug:22," time":[31,22,45],"\u9006\u5f15\u304d":[20,74,34,17],"\u547c\u3073\u51fa\u3055":10,"\u547c\u3073\u51fa\u3057":[70,6,12],"\u3067\u304d\u308b":[20,12,68,49,55,6,10,73,23,31,32,45,34,74,36,60,80,51,64],"\"uptime":[29,30]," Users":[6,74],"\u5316\u51e6":28,point1:7,"\u30bd\u30fc\u30c8":[20,2,68,70,10,29,75,34,17],PID:[49,2],"3\u4ef6":74,Example:22,source:[29,74,32,34,35,41],"\u5024\u3068\u3057\u3066":49,location:[74,75,33,34],input:61,"\u3064\u3051\u308b":36,"...":[3,68,50,6,27,45,79,60,41],"\u30fbOR":75," adv":77," code":[22,81],"\u968e\u5c64":12,"\u9759\u7684":[49,80,79,64],"\u304f\u3060":[68,23,45,29,31,79,77,81]," blog":[23,29],"<#{":22," add":81,"\u30cf\u30c3\u30b7\u30e5":[4,50,26],bit:[39,77]," was":34,"\u5f53\u3066":[27,41],"\u30d7\u30e9\u30b0\u30a4\u30f3":[60,2,70,72,81],"\u5927\u4e08\u592b":0," GNU":[20,77,60],RPM:[60,70]," Takuto":70,"\u540c\u7b49":[46,45],"(ctx":12,unstable:77,"\u308f\u3051":15," Kinjirou":34,"\u4f5c\u696d":81,OS:45,OR:75,"\u6642\u523b":[4,31,47,45,48],".title":[31,34],"\u7f6e\u304b":79,"_NONE":41,"\u7f6e\u304d":70,FILES:58,"-DD":22,examples:70,cd:81,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[49,2],"\u3001[":29,"\u3001_":[74,75,33],"\u66f8\u304b":74,"_bool":70,"\u5927\u304d\u304f":[6,70,82],"\u8a73\u3057\u304f":[29,77],"\u66f8\u304d":[23,46,45]," nanoseconds":22,"\u66f8\u3044":74,"\u5927\u304d\u3044":[49,60,12],"\u3061\u3083\u3093":34,"\u69cb\u6210":12,"*BSD":70,"\u30d3\u30eb\u30c9":70,".sh":[64,81],"\u5b8c\u4e86":[10,81],"id]":11,run:64," Hiroshi":70,"\u4ed8\u304d":[20,70,68,26,34,78,15,39,17],"\u3001\n":[75,9],",\u3000":45,bi:[23,46],"\u4ed8\u3044":74," tablename":82,"\u4e0a\u4f4d":23,"\u4ed5\u7d44":81,Raccoon:34," test":[45,29,30,31,35,64],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":49,"\u4ed8\u3051":30,"_FOR":12,"\u30ab\u30a6\u30f3\u30c8":74,"{\"_":[31,75,34,35],"\u3001 ":[29,31,74,75,81]," schea":58,"\u3001\"":[48,78,74,75,60,15,16],"\u305d\u3053\u306b":[27,41],zip:[20,77],Dump:22,"\"service":48,"\u4f3c\u305f":75,"\"yu":6,"\u3001-":[70,31,79,45],"\u53ca\u3073":45,"\u3001/":77,"\u3001.":[64,81],range:[27,41],"\u5185\u5bb9":[74,78,52,27,10,30,31,45,35,15,41,81]," garbage":50,"\u8edf\u6027":55,"\u30fb\u30c6\u30fc\u30d6\u30eb":73,"\u95be\u5024":[20,68,49,46,10,23,13,60],"\"serach":48,"\u672c\u6587":35,".\n":[6,45],"\"sea":15,"\u6271\u3048":63,"\u30ad\u30e3\u30c3\u30b7\u30e5":[49,2,10],"\u30a4\u30e1\u30fc\u30b8":29,"\u3088\u308a":[12,23,55,70,45,74,77,73,15],"-protocol":[49,45],"\u6295\u5165":[23,2],"\u5831\u544a":[60,70,72,45],"\u524d\u65b9":[20,46,68,26,72,29,12,36,15,17],Natty:[20,77,60],".)":22,".-":81,"..":[49,79,61,58,10],"\u3046\u3061":[12,50,7,10,82,55,60],". ":[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,71,73,74,75,76,77,78,79,80,81,82],".\"":[29,31,34],"\u6b53\u8fce":80,"\u5909\u66f4":[20,2,70,68,23,50,45,9,28,29,13,65,60,82],"\u56fd\u969b":81,".'":[26,32],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":74,"\u51fa\u3059":74,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":82,"\u652f\u63f4":16,"\u6574\u3063":64,usr:[49,77,64],"[groonga":60,".O":34," Demo":34,"-query":[49,60,22],"-type":[15,78,48],BSD:60,Google:16,link:[31,33],".]":[50,27,41,68],"._":31," language":81,posted:74,".h":24,"\u8868\u3059":[12,31,32,76,34],utf:49,"_op":12,"\u3088\u30fc":74,"\u56de\u907f":23,"\u306b\u5bfe\u3057":[79,2,46,68,4,26,52,10,29,30,12,32,33,34,35,75],Twitter:74,".c":34,".d":77,"\u8868\u3057":[12,82,28],"\u52d5\u304f":60,"\u5206\u89e3":12,".}":50,"\u66ff\u3048":23," than":22," types":68,"\u63a5\u982d":26,"_NOFILE":22,"\u30ed\u30fc\u30de":15," candidate1":68,"\u4f7f\u3044":[20,12,68,48,65,46,74,78,15,62,81],"\u3054\u3068":[55,63,51,35],"\u3075\u308a":68,"\u304b\u307e\u3044":29,"\u7279\u5fb4":[20,34,55],"\u5165\u308c":[23,74,34],"\u53c2\u7167":[20,2,68,23,55,70,45,31,79,33,34,74,60,39,17],"\u30b9\u30c8\u30ec\u30fc\u30b8":[20,55],".comment":74,"\u958b\u3044":[60,69,70,67,55],"\u5f8c\u308d":10,"_rate":[29,30],Mac:[20,70,77],"\u3042\u3052\u308b":[23,20,13],"'\u3002":49,"'\u3001":29,"\u56db\u3064":46,grn:[44,12,22,5,20,71,7,61,10,73,47,72,35,60,80,38,76,70,18],"\u6642\u4ee5\u5916":70,"\u5168\u6587":[20,77,49,55,46,73,29,74,75,13,34,35,63,23,17],tmp:[49,29,30,68],".load":45,users:74," script":45,"\u53f3\u8fba":[60,70],lucid:77," eight":29,"\u6307\u5b9a":[2,26,4,6,7,8,9,10,11,12,17,18,20,23,54,69,67,28,29,30,31,32,33,34,35,36,37,38,39,41,42,44,46,75,49,50,52,79,45,60,61,68,55,70,71,74,76,77,14,82],"\u5c5e\u3057":39,"\u4e00\u7dd2":[23,2],"\u3002Video":34,".patch":81,drilldown:[2,71,10,74,33,34],"\u306a\u304c\u3089":29,"\u3088\u3044":81,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":45,"<limit":49,"\u6b63\u898f":[29,26],"\u4e00\u5de5":36,"\u300d\u300c":74,"\"groonga":16,"\"suggest":16,"-deafult":60,"\u5f37\u5316":[60,70],"/tutorial":[29,30],"\u3088\u3063":75,"\u7d50\u5408":[73,12,10],"-count":4,"\"co":16," b":10,"_pat":70," a":[22,58],partial:12,"\u4e00\u5207":45," d":[23,46],":\u5024":10,",\"title":29,"\u30a4\u30f3\u30c7\u30c3\u30af":35,"\u57cb\u3081\u8fbc\u3080":45,gf:[29,30],"\u843d\u3061":70,ga:45," z":39," push":81,"/json":60,CPU:45,"\u3067\u3069":68," }":74,"\u3067\u3057":55," C":[24,60]," @":[23,46,74]," A":58,"|http":45,"\u8a9e\u6271":46,"/\u65e5":74,Object:39,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[60,70]," Token":45,"\ngronnga":16,"\u3042\u3089\u308f\u3057":29,stable:82,"\u3067\u304f":80," [":[6,61,58,11,26,29,30,31,32,33,34,35,36,75,23,49,50,52,45,68,71,10,74],"\u3067\u304d":[2,6,7,61,75,10,15,16,18,29,26,28,49,30,31,32,33,34,35,36,59,38,39,81,44,12,47,48,23,52,79,45,63,64,68,55,70,73,74,76,77,78,82],include:24," _":[29,31,75,33,34,74,36]," \\":46," ]":75," \"":[68,48,23,50,61,27,10,29,74,75,45,77,78,36,15,41],"_API":12,"\u7279\u306b":[73,12]," !":10," &":[23,46,75,77],"\"saerch":48," ./":81," ..":[29,50,68,10,81]," *":[23,81,39,10,42]," +":[79,39,10]," (":[43,20,12,5,28,77]," )":10," .":[23,64,45],"\u3044\u308f\u3086\u308b":34," -":[2,69,4,6,7,8,9,10,11,14,15,18,19,21,22,25,26,27,29,30,31,32,33,34,35,36,37,38,23,41,42,44,45,46,47,48,49,50,52,54,79,58,59,60,61,64,67,68,73,70,71,72,74,75,76,77,78,81,82],"\u3002run":64,"\u3067\u5024":[49,29],"\u6e0b\u8c37":74,"\u983b\u5ea6":68,"\nand":77," >":[6,46,45,75,10,77]," <":[23,6,75,45,10]," =":[12,49,73,10,75,34],"2pdf":59,"\"complete":16,"-build":64," update":[77,81],"-id":49,"\u4e09\u3064":46,"_dir":60,"\u6b8b\u308b":60,"\"column":34,ctx:51,"\u884c\u308f":[52,45,34]," such":81,Here:22,".output":79,"\u30aa\u30d7\u30b7\u30e7\u30f3":[2,70,4,68,48,49,46,52,10,29,30,31,79,45,35,36,15,60,23,64,78],".po":[80,81],"\u3002Blogs":23,"\u5341\u5206":23,"-memory":70,".pc":72,"\ntable":[23,6,74]," [":10,"_cursor":70,"_SCALAR":[23,6,29,74,32,33,34,35,41],index:[34,35],"_thread":45," Blogs":23,squeeze:77,etime:52," assigned":34,HTML:[60,30,79,80,81],"\u6e21\u3055":12,"\u30a8\u30f3\u30b8\u30f3":[49,73,34],"\u7b49\u5024":70,"\u3060\u3057":[60,45],body:[23,69,61,10,67,32],"-exact":4,"\u6e21\u3057":[30,12,61],"\u5fc3\u304c":64,clearlock:[20,2,5,49,66,67],"\u516c\u958b":[60,70]," PatSuffix":36,"\u62e1\u5f35\u5b50":[70,45]," Names":81," developers":56,"],":[6,61,45,15,27,29,30,31,75,33,34,35,36,23,41,48,49,50,10,68,74,78]," libmemcached":64," \"":[50,45,74,27,41],"\u306b\u5bfe\u5fdc":[19,49,61,10,79,60]," ":82,"= \"":73," users":[74,22],"\u4e0a\u3052\u308b":23,"\u300d\uff08":[6,46],"_name":[6,72],Hardy:70,"\u5177\u4f53":23,"\u3067\u3082":[23,55,46,45,29,30,75,35,15,60,64,81]," Shibuya":70,"/senna":6,"\u8d85\u3048":[23,46,10],"\u6982\u8981":82,realloc:70,"\u5171\u901a":[73,26,39,35],"\u9014\u4e2d":[49,15,48],"\u3046\u3048":60,HOME:77,"'ABC":26," v":12,"\u5148\u60c5":74,"\u4ee5\u964d":[49,70,64,81],Draw:34,from:77,"\u624b\u9806":78,usa:33,"\u3057\u307e\u305b":15,"\u5730\u70b9":75," SiteCountry":33,"\u3044\u304f\u3064":80," defines":58,"\u30d5\u30ec\u30fc\u30ba":10,"\u3057\u307e\u3046":[60,70],".pid":49,"\u3057\u307e\u3044":[36,23,55,45,48],Itagaki:70,"/master":81,"\u81ea\u5206":81,"\u4efb\u610f":[49,55,39,45],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[50,69,47,67,60]," JQuery":70,"\u3059\u308b":[1,65,2,69,4,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,41,42,44,46,47,48,49,50,51,52,54,56,79,45,59,60,61,63,64,66,67,68,55,70,71,73,74,75,76,77,78,80,81,82],"\u7d4c\u7def\u5ea6":75,"\u3059\u308c":45,HOST:45,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":64,"\u3059\u3093":74,Ultra:34,"/rab":[29,75,33],"\u305d\u308c\u305e\u308c":[46,49,55,7,74,10,23,12,75,33,77,35,79,64],"this":[29,30,31],"\u6b8b\u308a":82,"\u672c\u5f53":15,"\u3002Ctrl\u30ad\u30fc":29,column:[2,5,45,15,20,26,29,31,32,33,34,35,36,37,41,12,48,49,60,66,68,73,70,74,78,14],"\u8d77\u52d5":[4,49,70,45,29,30,79,10,82],Video:34,"_WITH":[36,26,46],"\u85a6\u3081":30,"/index":[49,81],"\u53d7\u3051\u4ed8\u3051":70,"-html":70,"\u7de8\u96c6":[2,38,80,64,81],objname:[69,67],"\u6b8b\u3063":70,"\u3001&":75,"\u51fa\u3057":74,"\u30b7\u30fc\u30b1\u30f3\u30b9":[15,78,48],TokenBigramIgnoreBlankSplitSymbolAlphaDigit:23,"\u3002\u3064\u307e\u308a":30,lock:55,sudo:77,"\"correction":16,"\u30af\u30e9\u30c3\u30b7\u30e5":[60,70],"_install":59,"\u4f7f\u3044\u65b9":[20,48,49,65,45,78,15]," example":68,Details:22,"\u6295\u7a3f\u5834\u6240":74,"\uff08TokenBigram":23,"\u6301\u305f":[55,26],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":70,"\u6301\u3061":[49,29,26,12],"\u8a2d\u5b9a\u5024":[2,9],tomotaka:60,"\u6301\u3064":[48,49,51,26,61,28,29,33,34,39],"_LEAK":64," or":22,"\u6df1\u523b":23,"\u691c\u51fa":[2,70,64],"\u3059\u3067":46,"\u3059\u3079":[12,6,74,45,29,67,82,60,15],"\u6b8b\u3057":10," view":54,defalt:70," port":77,"\u3064\u3064":[23,55]," physical":50,"\u30b3\u30de\u30f3\u30c9":[2,26,4,5,6,46,8,9,10,11,15,16,17,19,20,21,25,69,27,29,30,31,32,36,37,41,42,12,48,49,50,54,79,45,59,60,61,64,66,67,68,73,70,71,75,78,14,82],"_create":[20,66,5,75,49,72,6,26,74,45,29,31,32,33,34,35,36,60,23],"\u81ea\u5df1":74,"_')":[32,28],"_PORT":45,"\u4e26\u3073\u9806":75," Text":45,"\u6301\u3063":48,"\u5f35\u3089":31," instead":49,",\"":[50,6,74,10,29,30,31,75,34,35,36],"\u30a2\u30af\u30bb\u30b9":[49,70,52,30,79,81],"\u7d5e\u308a\u8fbc\u307f":[29,10],"\u3042\u308b\u3044":[44,7,82,12,18],alloc:[4,29,30],"\u66f8\u5f0f":[26,4,6,7,8,9,10,11,18,19,21,25,69,27,29,30,67,32,37,38,41,42,44,47,49,50,52,54,79,45,61,68,71,76,14],rakutan:35,"\u81ea\u52d5":[55,26,28,29,45,34,36,60,81],"\u898b\u3064\u304b\u3063":16,"\u30da\u30fc\u30b8":[49,20,81,79,29],"\u578b\u540d":[73,26],"\u7b97\u51fa":[7,10],"_TIME":22,"\u9078\u629e":[29,30],"\u524d\u65b9\u4e00\u81f4":[15,2,68],":\\\"":61,"\u3002GRN":12,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":70,"\u4eac\u90fd":[23,46],"\u30c0\u30d6\u30eb":60,"\u300cbill":46,"\u7d9a\u304d":61,"\u8abf\u3079":[44,18],"\u7d9a\u3044":[23,10],"\u4e00\u500b":12,"\u66f8\u304d\u5f8c":46,"\u30ab\u30d0\u30fc":64,"% ":[77,81]," ~":77,"|WITH":[23,29,74,32,35]," clean":64,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":52,"\u4fc2\u6570":12,WITH:32,"\u7d9a\u3051":45,"\u4e00\u9023":73,"\u6539\u884c":[49,27,41],TokenBigram:[23,29,26,46,48],ll:[23,46],"_reopen":[19,20,66,5,8,42],"/apt":77,euc:49,li:[23,46],"\u3002Eclipse":81,"_gqpt":45,tsv:79,"\u512a\u5148":45,"\u5de6\u4e0a":[44,2],"\u5de6\u4e0b":2," yes":52,"\u9589\u3058\u308b":[60,2],greater:12," keyserver":77,auto:68," |":[23,75,52,10],YYYY:22,billiard:[23,46],"_HOST":45,"\u9593\u9055\u3063":[60,16,48],"\u90e8\u5206\u4e00\u81f4":[23,46],"_point":[34,18],"\u306b\u304f\u308b":23,"\u4e00\u3064":[69,6,7,8,9,10,11,18,19,21,25,26,27,67,32,37,38,39,41,42,44,46,47,4,50,54,82,61,71,76,14],edit:[20,2,38,53,5],".net":[29,31,75,33,34],OffGao:74," updated":[23,81],"\u66f4\u65b0":[20,12,55,61,82,34,60,80,81],"\u30ed\u30b0\u30ec\u30d9\u30eb":49," hh":22," size":50,"\u300chsiomaneki":74,"\u70b9\u9593":[55,75],"\u6df7\u305c":[29,68],"\u65e2\u5b58":[19,29,30],"\u3064\u3044":74,"\u4e0d\u4e00\u81f4":10,"/LC":81,",\"link":31,chunk:50,"-patch":81," Aramaki":70,"\u753b\u9762":2,"\u5217\u5f15":12,frequency:68,out:45,"\u3050\u308b\u3093":34,"-match":[49,23,10],res:45,"';":49,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":49,"\"test":29," \u6c11":46,"\u30ab\u30ec\u30fc":46,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":74,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":60,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":81,"\u7528\u610f":[12,48,73,45,78,15,16],"-fd":60,"\u601d\u3063":24,"/\u6708":74,This:[29,22,58],"\u904e\u7a0b":28," Site":[29,30,31,75,33,34],"'hoge":73,"\u73fe\u72b6":82," correct":[68,48],"\u5b9f\u7a3c":52,"\u4ed8\u5c5e":79,"/aba":[29,75,33],"8r":49,"'this":29,"\u5217\u5f62":73,Point:18,deprecated:82,"\u4e00\u90e8":[37,16]," Tomita":70,"\"\uff08":15,"\"\uff09":[15,2],"_friends":34,"\u300d\u3001":[74,34],"\u53ef\u80fd":[45,46,68,49,50,26,79,28,55,23,12,75,10,34,65,36,60,64,82],"\u307f\u304c":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":62,"\u8ffd\u6c42":55,"3ki":70,"\u8aa4\u5dee":60,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":55,"<max":49,suffix:12,"_DEBUG":64,"\nPREFIX":12,"\u8aac\u660e":[1,65,69,4,5,6,7,8,9,10,11,12,15,18,19,20,21,23,25,26,27,28,29,67,32,37,38,39,41,42,44,46,47,48,49,50,52,54,79,45,61,66,14,68,73,71,75,76,77,78,80,81],"1\u305a":[82,28],Daiki:[70,72],"\u30d9\u30af\u30bf":[2,70,41]," search":[78,16,68,48],"\u7d44\u307f\u8fbc\u307f":[20,53,5,49,73,6,66,45],"\uff08\u300c":23,lib:70,"\u9805\u76ee":[19,2,71,4,50,8,10,11,67,75,63,61,42],"\u8d77\u70b9":10,"\u78ba\u8a8d":[2,45,29,74,80,81]," links":31,"\u5bb9\u91cf":[50,10],"\u8aad\u307f\u8fbc\u3093":30,mkdir:6,",[":[23,74,10,29,30,31,75,33,34,35,36],"\u6c38\u7d9a":26," Meerkat":60,".groonga":[77,45,81],"\u7d44\u8fbc\u578b":[20,39,5],"1\u3064":[0,43,68,74,45,31,34,35,60,16],"-keys":77,man:2,natty:77,"\u3002command":82," for":[22,58,81],"\u304b\u3061":46,configure:[23,70,10,4,60,64,81],"\u304b\u3064":[55,46]," service":48,"\u304b\u3069":[23,44,75,68,18],"\u3002Senna":55,"\u7403\u9762":7,"\u756a\u76ee":29,",..":[41,61,27,10],"\u8ffd\u8de1":0,"\u8a9e\u610f":63,rst:59,"\nrequest":22,"\u3092\u3054":64,"\u3002\u300c":[34,35],"\u89e3\u6d88":[2,69],Bool:[36,44,39,18]," started":22,"-log":[49,60,22,45],"\u51fa\u73fe":[63,68]," SiteDomain":33,"\u8aad\u307f\u8fbc\u3080":2,"\u304b\u3051":67,"\u3002json":29,bind:60,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":46,ITS:0,KBytes:45,Information:22,stdin:34,"false":[19,54,71,26,8,11,67,32,34,36,37,14,39,70,42],"\uff01\uff09":[15,48],"\u7d5e\u308a\u8fbc\u3080":16,"\u56fd\u969b\u5316":[20,80,62,81],"\u4fee\u6b63\u4e2d":48,"\u30de\u30a4\u30af\u30ed":[74,39],Sphinx:[24,59,80,62,81],Soccer:34," from":77,"\ncolumn":[23,6,74],min:[52,45],"\n ":12,"\u6f14\u7b97":70,"\u304b\u3089":[2,6,61,10,11,15,16,29,23,30,31,75,39,81,45,12,48,4,51,52,82,49,60,68,73,70,74,76,78,80]," lexicon":45,"\u914d\u4e0b":79,"_const":12,"-commnad":82," Representation":81,BIT:45,"\u4eee\u60f3":[26,75,33],libmemcached:64," Gone":34,brazil:33,"\u901f\u3084\u304b":82,"_ACCOUNT":81," suggest":[15,78,68,48],"\u8aad\u307f\u8fbc\u307f":[29,60]," six":[29,22],"\u672a\u958b\u653e":70," sid":[20,77,50]," API":[24,20,80,62],"\u3089\u308c":[12,55,26,27,10,67,75,60,70,41],"\u4e2d\u9593":[46,12],"\uff09\u3001":46,"\u306a\u3082\u306e":55,"_suffix":60,"* ":39,"\u30d5\u30eb\u30d1\u30b9":[29,30],"*\"":72,"_build":64,"*')":10,url:6,"\u30b3\u30de\u30f3\u30c9select":73,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":48,"_is":60,hh:22,"\u5408\u81f4":29,"mo\u30d5\u30a1\u30a4\u30eb":81,"_in":[44,2,5,20,70,53,74,75,34,60,18],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[60,2,70,82],"\nwarning":[8,42],Masahiro:70,"\u5909\u6570":[72,64],":tasukuchan":74,"-output":45,"_id":[75,28]," Type":31,".gz":81,"\u6307\u3057":73,"\nALERT":[8,42],",\n ":[68,23,50,27,74,41],"\u8d8a\u3048\u308b":23," Video":34," favorite":81,"\u524d\u8eab":55,"\u30e2\u30b8\u30e5\u30fc\u30eb":[20,70,82],Redmine:0,"'localhost":[49,52],"\u3002\u2193":49,"\u53cb\u4eba":34,"\u4e0a\u8a18":[43,48,23,45,29,75,77,78,81],"\u6e2c\u5b9a":45,"\u5b66\u3093":74,MacPorts:[20,77,60],"with":[23,60,10]," is":[29,30,31,22]," it":77,"\u30b7\u30a7\u30eb":45,"\u65e5\u6642":74," GeoIndex":34,IPA:59,"\u4e0d\u6b63\u78ba":4," in":[50,12,22],"\u5bfe\u8a71":[29,30],"\u7d20\u5358":77,"_equal":12,"\u65b9\u6cd5":[20,45,48,49,65,6,46,10,29,74,57,13,77,78,15,80,62,23,82,64,81],"\u30ea\u30ea\u30fc\u30b9":[60,2,70,82,72],"\u5316\u5bfe":81,"\u6295\u7a3f":74,"\u4ed8\u3051\u308b":[29,51]," Time":[23,31,45,74],means:22,"\u7279\u5225":15,"\u5c11\u306a\u3044":73,"\u30c0\u30f3\u30d7":70,TokenDelimitNull:72,"=$":81,",\n{":[15,78,48],"\u7e70\u308a\u8fd4\u3059":70,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[55,9,10],jiro:34,"\u306e\u307f\u3057\u304b":16,"_GITHUB":81,"_CURSOR":70,"\u3088\u3046":[2,6,46,10,15,16,20,65,29,31,75,33,34,36,59,23,12,48,49,50,79,45,60,64,55,70,73,74,77,78,82],"/html":[60,81],"\u5272\u308a":[27,41],"\u5f97\u308b":29,"\u4e0d\u8981":55,"\u697d\u3057\u3044":[23,46],"_search":[60,68],"/windows":77,",\n[":6,"\u79d2\u3088\u308a":72,",\n]":23,"_CTX":60,queries:45,"\u64cd\u4f5c":[20,12,49,73,26,10,29,17],"_parse":73,"\u5b9f\u884c\u4f8b":[48,78,74,29,30,31,75,33,34,35,36,15,64,82],view:[20,66,54,5,49,26],"\u5236\u5fa1":73,RETURN:22," markup":24,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":70,"\u4ee3\u5165":[70,31,39,12,75],"\"float":31,latin:49,"\u7cfb\u5ea7":[44,7,18],"\u884c\u6570":60,".list":77," Properties":22,"\u65b0\u898f":[29,45],"\u57f7\u7b46":[63,35],"\u975e\u5e38":73," Request":81,"\u985e\u4f3c":[73,12,48],"\u51fa\u529b":[2,6,8,45,17,20,29,27,49,59,41,81,4,50,79,10,60,64,68,70,71,74,80,42,82],"\"table":34,ieee:39,"\u304c\u3064\u3044":70,"(string":38," Akio":70,Minute:22," quit":49,ken:34,"\u3084\u304c":82,"\u304c\u304a\u304c":74,"/var":49,"\u4f4d\u7f6e":[20,75,55,29,74,32,82,34,60,17],"\u5168\u4ef6":10,"\u4e43\u6bc5":70,job:45,"\u3053\u308c\u3089":[23,55,28,29,74,79,33,78,80,16],key:[45,68,74,48,6,26,61,10,11,29,31,75,33,34,35,36,15,41,78],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":45," Languages":81,"\uff12\u3064":[29,75,33],"2\u4ef6":74,"\u304a\u77e5\u3089":[20,2,70,72,60],"\u7279\u5316":81,Emergency:22," map":22,plugin:60,admin:70,"\u5927\u304d":50,"/status":[30,52],":ss":22,valgrind:64," max":[9,76],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[60,70],"\u6728\u578b":26,"/afr":[29,75,33],"\u88dc\u6b63":[20,65,16,68,48],"/local":77,"\u843d\u3061\u308b":[60,70],"\u96e3\u3057\u3044":55,"\u898b\u3064\u3051\u308b":15,comment:[29,74],RAM:45," \"@":74,"\u4f5c\u6210":[2,45,15,17,19,20,29,26,28,49,31,32,33,34,35,36,59,39,23,57,60,68,70,74,78,80],"\u533a\u5225":[36,39],DDL:23,Hex:34,"\u6df7\u5728":79,"_add":[49,20,66,54,5]," enabled":22,Music:34,"\u66ff\u3048\u308b":[29,33],table:[54,5,6,61,75,45,11,15,20,26,27,29,30,31,32,33,34,35,36,37,23,41,12,48,49,10,60,66,68,70,71,74,78,14,82]," \"_":74,"\u6587\u66f8":[29,46,16,73],Uubntu:64," \"e":[15,68],quit:[20,66,22,5,49,25],"\u30b5\u30d6\u30bb\u30c3\u30c8":39,"\u91cd\u307f\u4ed8\u3051":23,Tomoatsu:70,"\u30e1\u30e2\u30ea":70,"\u533a\u5207":26," kana":[15,78,68,48],json:[69,8,9,10,11,19,54,27,29,67,32,37,41,42,4,50,79,45,61,71,26,14],"\u78ba\u5b9f":48,TokenBigramIgnoreBlankSplitSymbolAlpha:23," \"s":[68,48]," Entry":[26,71,54,69,61,27,10,11,67,32,37,14,41],"]\n":[26,8,9,11,37,19,54,69,67,29,31,75,33,34,35,36,32,42,49,50,68,71,14],"\u3002SET":45,"\u521d\u671f\u5024":52,username:34,"\u65e5\u672c":[18,44,7,75,15],"\u8a08\u6e2c":[2,64],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":60,"-cache":49,"\u58ca\u308c":[50,70,60],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":2,"\u3068\u3064\u3044":75,"\u4fdd\u6301":63,"\u524d\u8ff0":23,"\u7a2e\u985e":[20,12,68,48,49,74,28,29,31,78,15,23,17],"\u540c\u671f":45,"\u3068\u3053\u308d":[24,74,81],"\u30c7\u30a3\u30b9\u30af":2,"-config":[49,2,70]," favorited":74," \" ":45,"\u672a\u5b9a":26,saer:[68,48]," System":0,value:[26,27]," favorites":74,"\u793a\u3055":[27,41],"\u793a\u3057":[23,29,31,4,33],"\u73fe\u308c\u308b":23,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":60,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[20,56,81],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[49,29],"\u79d2\u5f62":39,tar:77,"\u578b\u3068":33,"\u3072\u308d\u3086\u304d":36,"\u3002\n":[2,7,9,45,12,18,19,29,27,49,30,37,34,35,39,41,46,4,50,51,82,60,70,72,74]," record":[29,30,31],"/\\":29,"/[":30,"\u9818\u57df":75,"\u3002LD":77,You:77,avg:52,pkg:70,"\u8fd4\u4fe1":74,uptime:[4,2],"\u3002'":[29,10],"{LANGUAGE":81,"\u614e\u91cd":64,"\u3002\"":[23,74,48],"\u3002#":[60,70],"\u578b\u304b":39,"\u3002-":[74,79,45]," HashTags":74,"/d":30,"/c":24,"\u3002)":45," replied":74,"\u6c42\u3081\u308b":7,"\u91cd\u8996":23,"\u6ce8\u610f":[23,77,45],"\u300cbilliard":46,"-learner":[70,16,58],"\u8aa4\u5b57":70," event":[15,78,68,48],"| _":75,"\u518d\u5ea6":12,http:[49,6,52,45,29,30,31,75,33,34,79,81],"/\n":[70,81],"\u3002C":24,"\u3002N":23,"]\"":74,":!":10,"\"roonga":16,v1:12,"\u306b\u3088\u308a":[43,23,55,30,75,50,36],"_ito":60,"\u672c\u4f53":80,pdf:[59,80],"\u304a\u304b\u3057\u304f":70,"\u3002_":28,EOF:49,"\u3002[":[29,37]," DB":79,"\uff01 ":74,"\u5168\u6587\u691c":[20,70,17,29],"\uff01\"":74,"/*":[24,81],"/groonga":[24,70,49,77,60,81]," ID":22,":\"":[29,73],"/$":[77,81],"/\"":[6,29,30,31,75,33,34],"/ ":[70,77],"\u304a\u3063\u3055\u3093":74,command:[49,79,82],"_POSITION":[23,29,74,32,35],lcov:64," translation":81,"\u8868\u793a":[20,2,4,49,50,70,27,45,29,30,31,75,33,34,60,41,23,17,82],"\ndo":45," obj":50,"_SECTION":[74,32,35],"\u591a\u91cd":52,"\u3042\u304d":36,"\u3001(":45,"\u81ea\u7531":[73,12,28],"\u5229\u7528":[20,23,49,55,6,46,79,45,78,29,30,75,64,48,15,60,39,17,81]," yum":77,gettext:81,".mo\u30d5\u30a1\u30a4\u30eb":81,"\u5fd8\u308c":60,"\u3002Point":[44,18],abbreviate:[61,10],begin:52,web:[78,68,48],"\u5236\u7d04":43,listen:49,"\u3042\u3063":[68,61,45,29,82,34,28,81],"\u958b\u59cb":[64,60,45,10],"\u3002 ":[44,70,48,72,7,10,45,78,15,60,81,18],"\u3042\u3068":81,"\u3055\u3093":[60,70,16,72,81],RLIMIT:22,"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":49,"\u9ad8\u7cbe":55,qwik:6," its":22,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[64,81],match:[20,70,22,23,46,71,10,29,74,35,17],"\u5f8c\u7d99":[20,55],"\u3069\u306e":[31,48],dest:[49,52]," squeeze":[20,77],"\u756a\u53f7":[49,52,45,29,30,28,10],"\u59cb\u307e\u3063":16,"'pid":49,".jp":[6,56],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":60,"_NIL":70," tracker":0,you:81,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":23,Poedit:81,"\u4e00\u65b9":23,"\"MySQL":16,CentOS:[20,70,77],"\u6574\u5408":2,"\u4f4f\u3093":74,"\u672c\u8cea":45,"\u30c6\u30fc\u30d6\u30eb\u30ed\u30c3\u30af":55,Warning:22,"\u5ea6\u5206":39,SQL:55,"\u3068\u3044\u3063":75,"_threshold":[60,70,68,10],"\u4e0b\u8a18":[4,50,12,82],"\u306a\u304b\u3063":[19,54,49,71,26,8,9,45,11,23,67,32,82,37,14,42],"\u4e0d\u6b63":[60,2,70,64],sequence:[15,78,68,48],OPTIONS:58,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9":30,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":63,Quiz:34," candidate2":68,"\u8ca0\u8377":70,"/source":[24,77,81],"\uff11\u5bfe":51,"'config":49,"\u30b3\u30e1\u30f3\u30c8":[49,70,45,74],"_CALL":12,"_sortby":[71,33,10],"\u767a\u884c":30," origin":81,"_PAT":[23,6,26,27,29,74,34,35,36],LANGUAGE:81,"\u7121\u9650":70,"\u96e2\u308c":75,"/hoge":49,"\u304f\u308c\u308b":[24,81],"\u30dc\u30bf\u30f3":81,MinGW:60," mail":45,"\u7b49\u4fa1":70,"#{L":22,",\"domain":33,"\u53d6\u308a\u9664\u304d":12," link":31,"\u3057\u3064\u3064":64,"\u3042\u308c":[23,39,45],"\u30c7\u30d0\u30c3\u30ac":64,"-h":49,"\u3042\u308a":[0,46,61,45,15,16,19,21,24,25,26,27,28,29,30,31,32,35,75,23,81,43,12,48,4,79,56,60,64,68,55,74,65,80,82],"\u3042\u308b":[26,4,6,7,8,9,10,11,15,18,19,21,25,69,27,29,67,32,34,35,36,37,38,39,41,42,44,12,47,48,23,50,52,54,79,45,60,61,14,68,55,70,71,74,75,76,81,82],"\u7acb\u3061\u4e0a\u304c\u3063":45,host:45,offset:[29,71,33,10,68],"\u306e\u3044\u305a\u308c\u304b":[44,7,18],"_query":[15,78,68,48],"\u6319\u52d5":[20,70,49,46,10,23],"\u9055\u3063":15,".hash":74,hana:34,"\u30c0\u30e1\u30fc\u30b8":23,"\u6f0f\u308c":73,"\u306e\u3069\u308c":15,"\u5358\u72ec":45,"\u4ee5\u5185":[15,74,75,48],universe:77,"\u5206z":39,or:73,"\u65b0\u3057\u3044":[49,80,16,81],"_queries":[29,30],"|KEY":[23,26,27,29,74,35,36],tomo:34,".html":[49,81],"\u3055\u3044":[68,23,45,29,31,79,77,64,81],"\u9055\u3046":70," Ueno":[70,72],"\u610f\u5473":[12,68,49,45,29,75,15],"!!":[74,34],"! ":12,"!\"":[29,30,31,34,74],"\u6570\u5b57":[23,45,48],SIGINT:60,"\u5b9f\u9a13":60,"\u3053\u3061\u3089":81," Shops":46,"\u4e26\u3073":[29,46,33],"<log":49," concurrently":22,"_nsubrecs":[34,33,28,74],friends:34,"_remove":[20,66,5,49,37,14],daijiro:74,"\u30ed\u30b0":[19,2,48,49,8,45,72,60,42],"\u5c55\u958b":77,"var":[49,12,77,41],"\u901f\u5ea6":[29,45,34]," query":[22,68],Execution:68,"\u89a7\u4e0b":64,"\u9806\u5e8f":[23,41,26,27,10],"-pid":49," Bigram":[23,74],"\u304c\u3068\u3046":74,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[19,82,45],"\u4f55\u4ef6":29,"\u73fe\u5728":[19,52,9,45,29,47,74,63],gronga:16,"\u3068\u3069":65,"\u53d7\u3051\u4ed8\u3051\u308b":30,"\u751f\u6210":[73,46,28,76,80,81],"&& ":23,enginen:15," Takashi":60,"\u74b0\u5883":[55,45,77,60,80,64]," eggs":35,"\u3068\u3053\u306e":15,"\u3068\u3057":[12,48,49,73,78,52,45,34,35,15,39,16],"{TIME":22," git":[77,81],"\u3068\u3048":[46,55,26,29,75,82],"\u3002iptables":30,limit:[22,71,10,29,33,34,60,68],MyISAM:55,"\u3068\u304d":[2,12,68,48,49,51,46,70,30,31,34,78,15,60,16,41],"-disable":70," pull":81,"\u611f\u8b1d":[60,2,70,72],bigram:[26,46],links:[31,33],"\u30fb\u81ea\u5df1\u7d39":74,"\u4e2d\u91ce":74,pid:[49,2],"\u8a08\u7b97":[2,48,55,7,75,78,15,38,39],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":70,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[20,74,17],"{\"":[50,45],"\u4f7f\u3044\u5206\u3051":[23,46],"\"\u307e\u308d\u3086\u304d":36,"8bit":39,"\u521d\u56de":81," suggestion":58,"\"se":15,"_system":60,DESCTIPION:58,"\u305f\u3060\u3057":[2,49,46,28,79,60],"\u591a\u304f":[49,55,10,29,31,73,23],"\u7570\u306a\u308a":10,"\u30a2\u30ed\u30b1\u30fc\u30c8":4,"\u52a0\u3048":[36,31,12],detail:45,"\u3068\u308a":[79,64,10]," Narwhal":[20,77,60],"_COLUMN":70,bool:39,Pikonyan:34,"-help":49,"\u3068\u3082":[55,74,75,45],"{\n":12,"-analyzer":60," developer":74,"'abc":26," \u2026":30," zip":77,":\u5206":74,"\u8ab2\u984c":0,"\"GROONGA":31,".location":74,"/sources":77,"\u307b\u307c":35,"\u30bb\u30b0\u30e1\u30f3\u30c8":[50,69],"\u65b0\u3057\u304f":[29,82],"\u307b\u3069":[49,29,68],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":70,"\u7cfb\u7def":39,"\u90fd\u6c11":[23,46]," tags":34,"\u30c7\u30fc\u30e2\u30f3":[49,2,30],"\u6027\u80fd":55,Site:[29,31,33],"{\\":61,"\u5909\u3048\u308b":23,status:[20,2,4,5,49,70,66,45,29,30],"\u307b\u304b":74,"\u2026\uff09":48,rep:45,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":74},objtypes:{"0":"std:option"},titles:["1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","6.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","6.2.19. status","6. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","6.2.11. dump","6.6.2. geo_distance","6.2.13. log_level","6.2.2. cache_limit","6.2.17. select","6.2.10. delete","2.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","9. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","6.2.23. table_remove","5.3. \u88dc\u5b8c","5.1. \u306f\u3058\u3081\u306b","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","6.6.3. geo_in_circle","6.2.15. log_reopen","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","6.2.18. shutdown","6.7. Log","9.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","3.1. C API","6.2.16. quit","6.2.21. table_create","6.2.22. table_list","6.4. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","4.2. \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528","4.3. \u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","6.2.5. column_create","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","4.8. \u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","6.2.7. column_remove","6.6.1. edit_distance","6.3. \u30c7\u30fc\u30bf\u578b","7. \u4ed5\u69d8","6.2.6. column_list","6.2.14. log_put","8. \u5236\u9650\u4e8b\u9805","6.6.4. geo_in_rectangle","6.1.2. grntest","7.1. \u691c\u7d22","6.6.5. now","5.4. \u88dc\u6b63","6.1.3. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","6.2.3. check","2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","6.1.1. grnslap","6.6. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","6.2.24. view_add","1. groonga\u306e\u7279\u5fb4","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","6.1.5. groonga-suggest-create-dataset","2.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","\u304a\u77e5\u3089\u305b","6.2.12. load","3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","2.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","5. \u30b5\u30b8\u30a7\u30b9\u30c8","6.2. \u30b3\u30de\u30f3\u30c9","6.2.4. clearlock","6.2.20. suggest","6.2.9. defrag","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","6.2.8. define_selector","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","6.5. grn_expr","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","6.6.6. rand","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","5.5. \u63d0\u6848","6.1.4. groonga HTTP\u30b5\u30fc\u30d3\u30b9","10. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","3.2. \u56fd\u969b\u5316","6.2.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3"],objnames:{"0":"option"},filenames:["contribution/report","executables","news/0.x","suggest/tutorial","commands/status","reference","commands/dump","functions/geo_distance","commands/log_level","commands/cache_limit","commands/select","commands/delete","contribution/development/query","troubleshooting","commands/table_remove","suggest/completion","suggest/introduction","tutorial","functions/geo_in_circle","commands/log_reopen","index","commands/shutdown","log","troubleshooting/different_results_with_the_same_keyword","contribution/documentation/c-api","commands/quit","commands/table_create","commands/table_list","pseudo_column","tutorial/tutorial01","tutorial/tutorial02","tutorial/tutorial03","commands/column_create","tutorial/tutorial05","tutorial/tutorial06","tutorial/tutorial07","tutorial/tutorial08","commands/column_remove","functions/edit_distance","type","spec","commands/column_list","commands/log_put","limitations","functions/geo_in_rectangle","executables/grntest","spec/search","functions/now","suggest/correction","executables/groonga","commands/check","contribution/development/com","executables/grnslap","functions","commands/view_add","characteristic","community","contribution/development","executables/groonga-suggest-create-dataset","contribution/development/document","news","commands/load","contribution/documentation","tutorial/tutorial09","contribution/development/test","suggest","commands","commands/clearlock","commands/suggest","commands/defrag","news/1.0.x","commands/define_selector","news/1.1.x","expr","tutorial/tutorial10","tutorial/tutorial04","functions/rand","install","suggest/suggestion","executables/groonga-http","contribution","contribution/documentation/i18n","command_version"]})