rroonga 3.0.0-x86-mingw32 → 3.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (359) hide show
  1. data/doc/text/news.textile +22 -1
  2. data/ext/groonga/rb-grn-array.c +1 -1
  3. data/ext/groonga/rb-grn-logger.c +41 -89
  4. data/ext/groonga/rb-grn-object.c +1 -1
  5. data/ext/groonga/rb-grn-plugin.c +1 -1
  6. data/ext/groonga/rb-grn-query-logger.c +75 -2
  7. data/ext/groonga/rb-grn-table.c +658 -511
  8. data/ext/groonga/rb-grn-utils.c +113 -22
  9. data/ext/groonga/rb-grn.h +7 -1
  10. data/lib/1.9/groonga.so +0 -0
  11. data/lib/2.0/groonga.so +0 -0
  12. data/lib/groonga.rb +18 -18
  13. data/lib/groonga/context.rb +11 -3
  14. data/lib/groonga/logger.rb +26 -0
  15. data/lib/groonga/record.rb +25 -2
  16. data/rroonga-build.rb +1 -1
  17. data/rroonga.gemspec +1 -1
  18. data/test/test-column.rb +103 -1
  19. data/test/test-logger.rb +9 -8
  20. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  21. data/vendor/local/bin/groonga.exe +0 -0
  22. data/vendor/local/bin/libgroonga-0.dll +0 -0
  23. data/vendor/local/bin/libmecab-1.dll +0 -0
  24. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  25. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  26. data/vendor/local/bin/mecab.exe +0 -0
  27. data/vendor/local/include/groonga/groonga.h +20 -4
  28. data/vendor/local/include/groonga/groonga/plugin.h +4 -4
  29. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  32. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  34. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  35. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  37. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  39. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  40. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  41. data/vendor/local/lib/libgroonga.a +0 -0
  42. data/vendor/local/lib/libgroonga.dll.a +0 -0
  43. data/vendor/local/lib/libmecab.a +0 -0
  44. data/vendor/local/lib/libmecab.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpack.a +0 -0
  46. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.a +0 -0
  48. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  49. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  50. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  52. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  53. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  54. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  55. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +18 -11
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +50 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
  65. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +20 -0
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +32 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -4
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -0
  70. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +19 -12
  71. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  73. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  88. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/index.html +7 -6
  90. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  91. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  92. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  93. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +24 -16
  94. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  95. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  96. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  97. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +54 -10
  98. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  99. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news.html +163 -140
  101. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  107. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  148. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +39 -10
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -13
  161. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +632 -7
  164. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +7 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/search.html +7 -5
  175. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  176. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +11 -11
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  206. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +18 -11
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +50 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +20 -0
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +32 -3
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -4
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -0
  221. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +19 -12
  222. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  223. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  231. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  233. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  235. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/index.html +7 -6
  241. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  242. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  243. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  244. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +16 -10
  245. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  246. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  247. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  248. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +50 -10
  249. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +17 -17
  250. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/news.html +160 -140
  252. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  253. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  254. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  258. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  295. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  296. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  297. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  298. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  299. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  301. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  302. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -11
  309. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -13
  312. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +614 -7
  315. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +7 -5
  318. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
  325. data/vendor/local/share/doc/groonga/ja/html/search.html +7 -5
  326. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  327. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +11 -11
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  357. data/vendor/local/share/man/ja/man1/groonga.1 +920 -150
  358. data/vendor/local/share/man/man1/groonga.1 +974 -179
  359. metadata +4 -4
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>検索 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>検索 &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,10 +27,12 @@
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <script type="text/javascript" src="_static/searchtools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="groonga v3.0.2ドキュメント" href="index.html" />
30
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
34
+
35
+ <script type="text/javascript" id="searchindexloader"></script>
34
36
 
35
37
 
36
38
  </head>
@@ -58,7 +60,7 @@
58
60
  <li class="right" style="margin-right: 10px">
59
61
  <a href="genindex.html" title="総合索引"
60
62
  accesskey="I">索引</a></li>
61
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
62
64
  </ul>
63
65
  </div>
64
66
 
@@ -102,7 +104,7 @@
102
104
  <li class="right" style="margin-right: 10px">
103
105
  <a href="genindex.html" title="総合索引"
104
106
  >索引</a></li>
105
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
106
108
  </ul>
107
109
  </div>
108
110
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{"\u305a\u308c":[9,61,4,91,32,66,49,38,10,48,5,118,44,100],"(shorttext":62,"\u5927\u62b5":6,"\u8a73\u7d30":[83,77,2,122,115,45,32,11,88,93,105,6,7,24,50,74,102,41]," takahiro":107,"\u3002groonga":[2,3,64,70,27,34,74,115,77,9,103,11,53,50,51,47,88,125,91,105,57,6],"\u51fa\u6765":[31,51]," quetzal":[36,94],localstatedir:[107,74],"\u6587\u6cd5":[36,109],"\u5909\u66f4":[36,0,104,50,74,52],"\u3002scan":122,"\u30b3\u30ed\u30f3":47,"\u30c7\u30fc\u30bf":[36,0,33,110,30,115,91,106,11,77,107,105,44,70,94,50,17,88,58],"_res":102,dist:104,"\u6e1b\u3089":[50,84,64],"\u3070\u308c\u308b":107," deb":50,"\ntitle":104," yuki":17,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[24,66],"const":50,"\u624b\u9806":[57,117]," scan":122,"/travis":52," thread":[101,102]," inverted":21,"-log":94,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[104,66,70,110,17,74,83],"\u79d2\u60c5":17,"_column":[36,77,30,107,39,102],"\"ab":8,"\u30df\u30ea":[10,17,32,48,103],spec:[50,107,104],"\u30e9\u30a4\u30bb\u30f3\u30b9":50,updated:45,"\u304b\u305a\u3072\u3053\u3055\u3093":50," use":[77,125,93,86,83,103],editrc:17," upload":104,"void":50," stamp":101,"\u3002tokendelimit":56,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":104,"\u3082\u3089\u3063":2,travis:114," row":21,"\u6b63\u5e38":[104,102],"\u3066\u307f\u307e\u3057\u3087":48,"\u3002google":125,"/plugins":[107,74,7],"\u3002callback":44,"\u4f8b\u3068\u3068\u3082":49,".en":104,"*bsd":[17,107],"\u30ab\u30f3\u30de":[77,61,103,89,90,38,110,100,2],"\u53c2\u7167\u5143":10,"\uff08or":111,"\u30c8\u30e9\u30a4":[17,125,64,103,41],"\u30df\u30b9":34," fontaine":17,"\u5b9a\u5024":50,"\u3065\u3051":50,"\u932f\u8aa4":91,"=pat":50,upload:104,"\u5b9f\u6570":32," aramaki":[17,107],"\u6761\u4ef6\u5f0f":50,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":50,starttime:[27,53,2,3,6]," myisam":91,"\u7c21\u5358":[39,74,92],"_snip":50,"\uff1f ":102,"\u63a5\u8fd1":44,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":107,"-repository":[50,104],zlib:[17,118,74,107,50],"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[77,44,104,16,122,74,113,75,130]," column":[31,77,49,2,62,89,81,10,106,125,21,80,47,15,39,110,126,50,51,45,103],"\u6761\u4ef6":[57,44],"[http":50,"\u89e3\u9664":[0,25,66,76],second:101,"_columns":[36,107,108,50],"\u9006\u9806":2,"\u7b87\u6240":[93,50,21,104],"\u4f5c\u3089\u308c":102," install":[115,88,104,105,94,12,122,58],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":45," root":6,"\u304c\u3072\u3068\u3064":121,"\u5236\u9650":36,"\u5b9f\u65bd":104," domain":[55,89],"-rpm":104,"\u5230\u9054":42,"\u65e5\u672c\u6e2c":49,incompatible:118," columns":77,"\u30ec\u30a4\u30e4":44,"\u6210\u529f":74,"\u4e8b\u524d":[45,129,8,104],zunda:17,"\u306a\u3068\u304d":91,"\u30de\u30af\u30ed":17,"\u30b7\u30f3\u30dc\u30eb":47,"new":[77,49,104],tips:57,"\u683c\u7d0d":[80,44,64,65,33,66,91,47,73,17,75,41],maverick:17,"\u8fd4\u308a":[48,77],"\u8fd1\u3044\u9806":33,"\u4e8c\u3064":[9,81,98,92,15,39,49,102],"\u914d\u7f6e":[2,104]," gcc":[14,115,88],"\u578b\u3068\u3057\u3066":32,"\u53cd\u8ee2":103,"\u306f\u3044\u3051":[116,61],"=redhat":74,"-talk":[50,104,16],"\u5fdc\u3058":[91,102],onga:21,"& ":[44,103,45,98,15,48,50],"\u9069\u7528":[77,2],"\u30a8\u30f3\u30b3\u30fc\u30c9":[24,107,129],"\u30af\u30a8\u30ea\u30ed\u30b0":[17,50,56,84,34],china:89,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":112,"&&":77,path:[102,65,66,39,6,7,73,35],"\u95a2\u4fc2\u5f0f":57,".ddl":102,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[17,50]," option":101,"\u591a\u91cd":123,"\u8a18\u4e8b":[80,51,104],"_key":[0,66,17,73,75,38,77,49,103,106,80,81,39,110,41,15,50,87,125,107,21,129],"_dir":[17,104],"\u79cb\u8449":48," correct":[106,84],"\u4e2d\u8eab":[2,118,102],"\u5f62\u614b":[91,74,103],published:104,"_output":[1,108],"\u632f\u821e\u3044":[50,81],":port":[24,66,6],"\u56f2\u3080":[2,21],"\u5411\u4e0a":[17,35,111]," data":3,"\u58ca\u308c\u308b":[17,0,107,50],"\u6e2c\u7528":0,"\u7ffb\u8a33":57,"\u63a8\u79fb":9,"\u3082\u3063\u3068":77,"\u300c#":[126,107],"-ci":50,"\u30d0\u30c3\u30d5\u30a1":[50,86],"\u3080\u308b":[103,125],"\u8fd4\u5374":[100,77,61,90,65,73,2]," synonym":[77,62],"9e":129,"\u65ad\u7247":21,"9f":3,"/en":104,unix:[93,39,74,92,87],dump:[36,0,30,107,20,50],"\u8aad\u307f\u3084\u3059\u3044":50,txt:[55,83],"\u5ea6\u6d6e":32,"\u5bfe\u7167":81,"_check":122,"\u985e\u7fa9":77,"/munin":74,"-t":66," tomita":107,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":57," ages":41,noarch:[115,88],"\u975e\u63a8":[17,50,49,41],"\u9023\u7d9a":[45,98,84],"\u30a2\u30ed\u30b1\u30fc\u30c8":53,m6:14,".yml":52,typo:17,kytea:[50,74],"_flags":50,"[pkg":[17,50],type:[31,126,2,97,89,84,10,106,65,48,47,39,56,34,51,102,41],"\"n":[77,103,125],"\u30d6\u30ed\u30b0":57,"\u753b\u9762":[0,104],"\u6709\u529b":106," opened":101,"-s":[66,27],autogen:[50,104,83],"\u7f6e\u304f\u4f8b":74,"\u4e0b\u304c\u308a":45,karmic:122,"\u300cv":104,"_register":127,"\u30a2\u30e1\u30ea\u30ab":49,"_jis":74,"-bind":[17,66,50],"_command":[93,1,2,3,118,92,53,39,27,87,35,6],"\u30fb\u5186":91,"\u3064\u3065\u3044":126,"\u7518\u6817":126,"\u6709\u52b9":[100,77,74,61,125,104,10,91,11,66,21,38,27,50,17,41,88,102,6],"\u62bc\u3057":2,"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":121,word:[50,77,103,125],language:83,"\u7f6e\u304d\u63db\u3048":[66,125,83],"\u4ee5\u4e0a":[77,44,104,106,66,21,70,122,50,83,102,41],mm:[101,103],"_comment":15,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u62bc\u3059":[2,83],"\u30a2\u30fc\u30ab\u30a4\u30d6":[70,104,83],mv:40,"\u30e1\u30fc\u30eb":[59,83],install:[104,52],"/functions":122,"\u306b\u95a2\u3057":[44,102],"/xml":35," values":38,"\u304a\u5f85\u3061":16,"\u5316\u6642":17,shorttext:[2,62,64,32,66,27,34,73,87,97,77,103,10,106,80,81,39,110,65,41,31,84,45,47,15,48,17,51,125,89,126,107,93,56,129],"/blog":104,"-> ":107,"_long":[1,118],"\u53d6\u5f97":57,"-threads":66," hat":57,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,25],really:[77,103,125],"\u63a8\u5968":[77,9,93,27,94,50],point:39,also:[21,103],"\u4e92\u63db":[115,88,9,103,104,11,105,24,129,35]," pdf":12,"\u4e0b\u66f8\u304d":33,end:[123,3,118],"<groonga":102,eng:[34,106],"\u540d\u524d":[36,9,104,30,107,127,93,50,17,83]," locale":83,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":104,normalizernfkc:92," travis":52,"\ngpg":104,"\u3002functions":122,"\u30d7\u30ed\u30bb\u30b9":[123,9,2,91,66,53,86,112,102,7,50,35],"\u4f55\u500b":77,config:[0,9],rroonga:[15,111,81,52],"-lines":17,"\u30b4\u30df":[17,107,86],"\u7d42\u4e86":[9,104,107,66,112,50,102]," title":[31,2,10,15,27,51],"(true":[15,81],"\u306e\u3046\u3061":125,"\u30ed\u30fc\u30ab\u30eb":[103,104],"_plugins":17,"\u306b\u5bfe\u3057\u7570":81," swig":69,"\u518d\u5ea6":44,sitedomain:[27,89],"|with":[80,77,2,62,81,45,126,125,21,47,15,51,103],"-devel":[115,88],"\u76f4\u4e0b":17,lat:102,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":57," hobby":101,"\u3002tsv":[93,121],types:[34,106,84,56],"\u63fa\u308c":62,"\u304c\u3042\u308a":[59,49,121],"\u5c0f\u3055\u304f":[80,64,49,35,78],"_resource":1,".tar":83,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[36,109],"-files":57,"_range":1,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":107,"\u5c0f\u3055\u3044":[77,44,125,64,127,78,41],"\u5727\u7e2e":[17,74,130,50],"\u56fa\u5b9a\u9577":107,"@naoina":50,"\u901a\u5e38":[77,2,125,10,32,93,6,50,129,121,75],"\u30d9\u30fc\u30b7\u30c3\u30af":35,"\u5272\u308a\u5f53\u3066":107,"\u30a4\u30f3\u30dd\u30fc\u30c8":57,"\u9023\u7d50":[50,51],"\u3069\u3053":[17,74],"***":5,"\u5206\u5c90":122,"\u3042\u305f\u308a":[17,107],"\u643a\u5e2f":91,"\u7acb\u5834":57,chunk:86,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":91,"\u305f\u3057":31," smaller":101,"\u5358\u4e00":47,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":104,"\uff11\u5bfe":85,"\u305f\u304f":[17,83,8,35,21],"\u30d5\u30c3\u30af":52,synonyms:121,"\u305f\u304b":[17,77,84],"\u30d1\u30c8\u30ea\u30b7\u30a2":[36,98,2,109,50],"_jp":74,"/new":104,japan:[27,89],"@packages":104,gqtp:57,"\u6d6e\u52d5":93,"\nsuffix":44," zxvf":104,"\u30ed\u30b0":[0,104,4,127,5,50,17],"\u7e26\u68d2":41,"_in":[36,0,1,30,107,93,17,113],redhat:[17,74],"=allow":77,"-code":104,"\u8fd4\u3057":[2,34,100,8,35,77,49,103,79,106,81,39,61,43,44,84,53,15,50,87,78,90,21,37,56,124],fix:39,"\u8fd4\u3055":[77,9,61,90,106,38,86,82,100,50],"\u5404\u7d22":2,"/windows":[70,104],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[91,57],"_o":[1,118]," tatsuya":50," message":[51,5],"_i":[1,118],"_no":[77,1,103,125,107,21,80,81,110,73,41],"\u3002grntest":102,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,104],"=..":104," weakness":21,"_a":[1,118]," speed":8,"1\u305a":[9,75],"\u8f9e\u691c":[17,103,64],"\u3084\u3059\u3044":[0,77,21,111],"\u30d7\u30ed\u30c8\u30b3\u30eb":[123,36,1,91,6,50,102]," yoshioka":50,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[74,104],"\u30ab\u30c6\u30b4\u30ea":77,"\u4e00\u884c":[107,66,102],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":49,"\u3082\u3063\u3068\u3082":122,"\u300coutput":24,".travis":52,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,118],"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,130],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[36,109],"\u64cd\u4f5c":[36,77,44,103,10,91,66,70,111,109],"\u5168\u3066":[77,103,32,80,6,111,51,83],"\u3072\u3089":[34,103,125],"_select":57," nsis":104,"\ncustomized":101,"-pack":94,"\u56de\u6570":50,"\u691c\u8a3c":123,"(point":[37,49,78],"\u3054\u3089\u3093\u304f":72,"2\u3064":[59,77,2,125,79,126,81,15,56,50,51,130,35,41],"_deadlock":[1,118]," words":103,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[24,107,66,50],each:[101,34,106,84,56],debug:101,"\u5316\u65b9":129,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[36,0,103,31,65,86,109,125],"\u3069\u3046":[0,29,4,46,77,47,45,5,108,6,40,50,116,76],"_\"":17,carlos:[39,87],"\u30ec\u30d9\u30eb":[4,50,5,66],"\u306b\u3042\u308a":41,"/null":0,cmd:70,logs:[73,41],"\u300c\"":66,"\u30d1\u30b9":[123,107,2,104,102,7,66,127,27,24,17,74,35,6],"\u3002\uff08":[77,98,103,56,64,32,33,21,125,86,84,107,34,111,17,83,52],"\u3002\uff09":[83,0,98,103,84,64,33,21,125,107,56,17,41,77,52],"-(":[103,104],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":50,"\u8aad\u307f\u8fbc\u3080":0,"\u7c21\u6613http":[105,88,11,115],"@yito":50," contain":50,"\u30e2\u30fc\u30c9":[24,44,2,27],"\u3068\u3068":[55,83],"*\"\n":51,"\u6e96\u62e0":6,"\u30ed\u30b0\u30d1\u30b9":107,goo:[103,125]," xvzf":[115,88,14,11,105,74,58],network:118,realtime:56,"_directory":[1,118],".deb":104,"\u3068\u3059\u3079\u3066":[50,77],"/bc":104,"-rsync":104," precise":[36,94],content:[93,77,103,21,80,15,17,50,51,35,125],rf:88,"\u4f4e\u6e1b":107,moritapo:31,wgs:[31,89,10,32,37,48,27,17,78],rc:[101,1],"\u6210\u308a":[77,118,125],uri:[24,6],"\u90e8\u5206":[44,103,45,126,98,93,74,122,125],"\".":[103,89],"[macports":17,"\u77ed\u3044":[126,107],"+ \"":50,grease:10,"/\uff09":107,"\u78ba\u8a8d":57,"_tp":123,"\uff01\uff08":83,"\u77ed\u304f":[80,91],free:107,"\u5909\u5316":91," html":[12,104,83]," editor":83,"\u305f\u308a":[91,32,111,82,64,57,41],"\u305f\u3089":[77,103,104,107,34,74,35,83],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":65," kinjirou":31,"\u8996\u899a":91,"\u30d1\u30ea":49,"/\u65e5":126,"\u305f\u3081":[91,57,16],"\u30eb\u30fc\u30eb":[107,35],"\u307e\u308d\u3086\u304d":97," describes":93,"\u771f\u507d":[125,81,10,32,15,103],"+ ":[50,129],"\u5bb9\u91cf":[86,77],libedit:[17,0,74,107,50],"++":[115,88,104,91,70,50,17,74],freecode:57,"\u53e4\u3044":[50,129,104],"_qlog":50,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":107,"/work":104,filter:[50,107,108,116],"\"ni":34,"\u4f4f\u6240":50,"\"no":50,"\u8fd4\u308b":107," memo":81,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":17,"\u59a5\u5f53":64,"_locks":[1,118],"\u5024n":[90,100,61],rand:[36,113,30],"\u304a\u304b\u3057":107,"\uff08age":41,">>":[50,103],makefile:104,"\u9577\u751f\u304d":41,"2\u5104":42,"\u304a\u3055\u307e\u308b":48,mingw:[17,104],"_next":[50,107]," processed":101,"> ":[50,70,104,127]," brew":58,">\"":[50,77],"\u6700\u4e2d":91,"1\u884c":102," rand":43,"\u30b5\u30dd\u30fc\u30c8":[0,3,64,32,33,6,17,74,102,9,103,104,10,80,81,35,41,50,121,52,125,91,107,21,129,27],"\u540c\u4e00":[77,9,62,102,98,47,35,51,75],"\u6ce8\u610f":[77,2,97,104,10,45,102,17,103,35,41],top:[17,37],"\u30d6\u30e9\u30a6\u30b6":[74,70,27,104,83],"_obj":[17,44,50],stack:[50,118],"\u4f7f\u308f":[77,1,125,104,64,111,129,118,34,17,52,121,41],"-benchmark":50,">\n":[69,3,104],"\u533a\u5207\u308b":[107,121]," mysql":[91,77,69,121,21],too:118,"\u610f\u8b58":41,"_bad":1,"_time":[93,101,39,92,87],listen:[50,66,35],"|compress":65,"\u5371\u967a":[104,35],"/lc":[104,83]," lc":83,"\uff08,":2,"\u63a2\u7d22":91,"\u5358\u4f4d":[49,2,103,91,32,98,20,21,93,107,118,126,17,78],"_clear":17,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":66,"\u5b57\u5217":[17,32,125,41],wareohji:50,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[77,129,125,66,21,108,50,74,41]," ls":104,".com":57,">n":3,"\u5358\u4f53":[91,102],"\u3069\u3061\u3089\u304b":[125,21,103],"\u5f79\u5272":2," instantly":21,nsubrecs:[31,89,126],"{table":77,"\"good":77,distance:49,"\u306e\u3059\u3079\u3066":35,"=encoding":94,keyword:[50,21,125],"(comments":15,".json":3,database:99,"-common":50,"\"weight":10,project:70,apt:[105,11,104,52],obata:107,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[36,122,109],gnupg:104,"\"gr":41,enables:6,"\u8d64\u9053":49,"\u611f\u3058":126," change":[50,6],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":129,"_update":[77,1,125],"\u69cb\u9020":[91,31,93,44,64]," sphinx":12,"\u901a\u4fe1":[57,117]," license":69," munin":50,"\u30a8\u30e9\u30fc":[115,0,9,104,11,88,105,70,94,17,50,74,58]," allows":21,">#{":101,raw:52,"\u30d6\u30fc\u30eb":[10,32],"\u5834\u5408":44,"\u3002grn":[44,111],"\u5f93\u3063":[24,77,35],"-jumandic":[115,88],"\u304b\u3069\u3046":[45,100,1,61,74],"\n<":3,latency:102,"\n>":[70,27],"\u5f8c\u8005":[48,129,121],dest:[123,66],"\u4e00\u89a7":[36,30],"[{":35,"_source":104,",\\\"":38,ifexists:38,"\u304b\u3064":[50,77,98,103],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[47,75,41],"\u591a\u9762":91,"\n-":[90,100,116,61,104],"\n(":[101,3,104],"-port":[66,102],"_distance":[36,0,30,50,17,113],"\n%":[83,88,104,115,14,11,66,105,27,110,50,17,74,122,58],"\u300csubmit":104,"\n ":[31,77,49,103,102,81,45,126,65,125,66,93,15,48,108,6,86,35,41],"\u5f93\u3046":107,"\u308f\u3051":[10,34,77,103],"\n#":[2,62,66,6,7,73,87,102,97,77,49,103,10,106,80,81,39,12,41,31,84,53,15,48,51,125,89,126,21,56,34,129,27],"\u30d6\u30ed\u30c3\u30af":[91,6]," index":[31,51,125,21,103],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":66,"/share":[17,66],"\n[":[2,3,4,66,5,6,34,87,102,76,80,77,49,103,10,106,38,81,39,62,110,97,108,31,84,45,47,15,48,82,51,129,125,89,86,126,21,56,25],"\u30b1\u30fc\u30b9":[45,77,41],"\u7d22\u7528":[36,109,41],"/branches":122,"\u3044\u307e\u305b":[77,103,125,64,33,88,93,106,50,130,121,35,41],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[50,83],gzip:[50,74,130],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":52,"\u81f4\u547d":50,"\u540c\u3058\u5024":[2,6],"\u3002munin":[105,88,11,115],bsd:74,"\u7701\u7565":[77,61,104,66,38,7,100,102,41],"\u533a\u5207\u3063":[77,118],"\u4f7f\u3063":[59,1,2,62,32,98,70,6,74,8,35,97,115,77,103,104,10,11,81,111,41,114,31,44,84,45,86,48,27,118,50,121,52,88,129,125,21,93,105,94,57,83,58]," packages":104,"\u5f53\u65e5":115,"\u30b5\u30b8\u30a7\u30b9\u30c8":[36,106,107,99,50,17,74],"\n}":[44,6,35],don:6,"\u3002host":27,radious:78,"\n{":[31,77,2,62,89,10,125,80,38,15,39,103,51,129,87,102,97],"\u610f\u5473":[77,44,2,103,106,66,48,34,74,121,102,125],doc:[55,99,104,83],"/releases":104,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":104,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,84,127,56],"\u767a\u751f":[0,104,45,91,93,50,74,41],"\u56fa\u5b9a":[2,118,41],"\u4f7f\u3048":[77,103,130,111,125,50,17,41,113,52],"\u4e0d\u6b63":[0,107,50,17,122,41],"\u4f7f\u3046":[0,33,70,7,50,74,102,115,77,104,55,106,11,110,41,44,17,52,88,107,92,93,105,94],"\u30ed\u30fc\u30c9":[36,103,91,107,66,109,50,17,35],"\na":101,"=path":94," good":80,"\u66f8\u304d\u8fbc\u307f":[126,74],"\u8003\u3048":[91,2,125,35],"\u30d3\u30eb\u30c9":57,"\u30ec\u30b3\u30fc\u30c9":[42,36,44,91,33,38,107,108,50,17,116],marverick:107,"\u6210\u308a\u7acb\u3063":44,"-time":21,"/json":[17,35],syntax:118," prefix":[17,103]," token":102,"\u307f\u306a\u3055":44,"\u65e5\u672c\u8a9e":[59,103,45,91,125,50,34,83],"\u8ffd\u52a0":[91,57,44]," from":69,"\nrequest":101,"\u5ea6\u8868":107,protocol:[24,66,3,35],"\u5206\u3051":[36,104],"_zlib":1,"\u65e2\u5b9a":50," libzmq":[105,11],"_address":[1,27,118]," \u3057\u3044":[45,98],"[,":78,layout:104," dist":104," senna":50,x6:104,grnslap:[28,36,30],cpu:[91,102,74,6,35],"\u72ec\u81ea":[93,91,123],"\u6700\u65b0":[17,104,16,115],"\u771f\u306a\u3089":103,here:101,"2byte":118,version:[2,3,104,53,27,17,102,6],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[91,57],specify:[6,83],"_score":[77,126,106,48,50,17,75],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":44,"|| ":[50,103],"_db\u30d5\u30e9\u30b0":17,"\u59cb\u307e\u3063":[93,8],rectangle:50,"-frequency":17,"\"items":110,"do":102,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":107,"\"groonga":[77,103,21,15,8,41],"-enable":107," release":[70,104],"_file":[1,93,6,121,35,118],"\u3055\u3089\u306b":[31,9,2,91,64,126,8],de:83,"\u79d8\u5bc6":104,enginen:34," also":[77,125,21,103],"\u30a2\u30d4\u30fc\u30eb":104,"_limit":[36,0,1,20,30],"\u89e3\u6d88":[0,25],"\u4e09\u3064":[49,98],"\u306f\u307e\u3068\u3081\u3066":104,"\u5f15\u3044":103,"\u8ab0\u304b":57,"/grntest":104,"[libedit":17," redcloth":104,"\u30c8\u30d4\u30c3\u30af":104,gbyte:42,"\u91cd\u3044":[91,77],"\u3067\u3057\u3087":[80,91,74,114],"\u3064\u304d":[77,121],"\u3064\u304b":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[115,36,77,98,103,56,11,88,127,125,105,84,107,71,50,17,41],"\u91cd\u304f":45," registered":21,"\u7d50\u679c":[36,77,44,104,91,107,92,93,110,50,17,122,52],"\u81ea\u4f53":125,bad:118,"`${":83,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[15,77,49,21,81]," ubuntu":104," nonexistent":77,release:104,"\u623b\u308a":50,"\u524d\u56de":104,"_with":[125,103,98,97,41],".sln":70,"\u5341\u4e00":98,"\u63db\u3048\u308b":104,"\u5e83\u304f":[126,104],"[linux":50,"\u591a\u3044":[45,103,125]," keyword":[21,125],"\u4e0b\u90e8":104,"< t1":44,"\u623b\u3063":6,nul:17,"\"yyyy":103,result:[49,44,3,118],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30aa\u30fc\u30ca\u30fc":50,"-commnad":9,"\u7fbd\u7530":126,"<port":[66,102],"\u67d4\u8edf":[81,111,91],"\u6a5f\u80fd":[91,44],"\u9006\u5f15\u304d":[36,109],mysql:[115,88,69,104,91,11,105]," hiroshi":107,inappropriate:118,"\u5206\u304b\u3061":91,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[126,0,41],wikipedia:32,"\u4e8c\u3064\u76ee":44,filename:118,web:[0,125,104,84,106,77,56],score:[31,77,44,2,84,45,106,56,48,81,39,49,50,34,51,126,87],"\u30d7\u30ed\u30b0\u30e9\u30e0":[50,57,107,6],"\u5bbf\u99c5":126,"\u56db\u6368":17,"\u7bc4\u56f2":[36,77,9,91,33,50],"\u3002json":38,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,wc:[105,88,11,115],korea:89,tables:110,"\u30d7\u30ed\u30bb\u30b9id":27,"_geo":17,shidara:17," context":21,"\u3044\u305a\u308c":[32,9,75],"\u3092\u901a\u3057":[66,2],"_get":[17,50],"\u30b5\u30fc\u30d0\u30fc":[28,36,88,30,115,11,105,6,50,17],"\u59cb\u307e\u308a":104," sites":110,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":50,"\u534a\u5f84":78,news:[50,104],"\u539f\u99c5":48,packages:[83,88,104,115,14,11,105,70,74,58],"\u3064\u3064":[45,81],"\u3092\u901a\u3058":48,"_operation":[1,118],"\u30e2\u30cb\u30bf\u30fc":[105,88,11,115],"\u4e00\u5ea6":[7,80,50,17,51,129,121],candidate:106,"\u69cb\u3044":[34,21,83],"\nmercurial":104,country:[27,89],"0x":[10,50,32,118,125],"\u30e9\u30f3\u30c0\u30e0":48,"\u3002output":110,"4gib":[64,118],"\u3082\u3046\u307e\u304f":74,tomotaka:17,"\u5730\u56f3":91,"\u4e00\u4ef6":[90,100,116,61],"\u3044\u3044\u306d":[77,103,125],"0e":102,"_expander":[50,77,121,62],com:[85,89]," with":[101,86,21,52],"\u540c\u69d8":[31,77,44,104,81,10,33,15,48,27,102]," https":[83,52],"\u8a9e\u5f59":[42,36,64,98,129,109,41],"\u5317\u4eac":49,"\u5931\u6557":[107,2,125,104,7,39,50,17,87,41],"\u5f8c\u304b\u3089":110,"\u7d4c\u7def":[10,32,48],"/ja":[104,83],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,"\u62bd\u51fa":[15,50,21,41],"\u6709\u76ca":91,"\u95a2\u6570":44,"\u3002[":[46,2,50],"_too":[1,118]," formats":101,diff:102,trust:104," my":[77,103,125],"\u52a0\u3048":[10,44,97,52],"\uff13\u3064":32,"\u5404\u7a2e":104,"\u6848\u5185":104,"\u7b49\u3057\u3044":[77,44,103,125]," \u307e\u305f":[77,3,125,35,103,74,102,41],"\u3068\u3044\u3051":[34,118,41],"\u7b49\u3057\u304f":[44,103,125],"\uff08node":52," period":50," sitecountry":89,"\u30d1\u30fc\u30b5\u30fc":125,")senna":121,"\u7d76\u5bfe":7,daijiro:126,")\u300d":66,"\u5931\u308f":50,"_blog":51,"\u8d77\u6e90":10,"\u5dee\u3057":104," array":86,")\u3002":[90,116,61],"\u3044\u3044":[96,16],"\u7528\u3044":[36,0,91,17,12,122],tokenmecab:[45,50,98],"\u4e0e\u3048":[44,2,89,45,66,38,27,50],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,92,66,86,39,110,106,87],easy:12,"'needle":44,"-help":94,xxx:[50,66],worker:85,"\u65b0\u305f":44,"_not":[39,1,87,77,118],"\u305f\u307e\u307e":35,sae:[106,84],"_log":50,"/acccess":96,"-message":94,applied:69,"/function":104,"\u554f\u984c":[0,2,103,104,10,107,127,125,86,50,17,102,83],"_sel":69,gnu:74,"\u3069\u3093":[73,65],"\u6700\u9069":6,"_message":[93,51],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":104,"\u7528\u9014":[115,77,64,11,88,93,105,70,94,91,96,58],"_only":[1,118],"\u305a\u3064":[126,51,66,102],"\u7d44\u8fbc":[29,61,4,32,5,73,100,76,79,108,110,40,112,65,43,46,47,86,116,82,78,53,124,90,37,25,95],"\u3069\u308c":[93,77,35,41],"\u5165\u529b":[0,29,2,62,4,65,66,5,27,34,73,50,8,102,76,106,38,108,61,40,112,100,110,84,46,47,86,116,82,17,123,53,90,93,56,25,95],"\u5909\u6570":[103,104,14,127,50,17,121,122],tasukuchan:126,"_set":50,"\u6700\u3082":[86,77],"\"sound":84,"[solaris":50,"\u4ee3\u8868":91,"\u79d2\u6570":[93,77,61,103,10,126,32,53,90,100],"\"a":15," -e":11,"\u6709\u9650":77,is:[10,101,118,6,83],it:[31,77,103,93,38,101,125],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":106," can":[101,21,83]," speakers":16,il:[45,98],io:69,"\u540c\u68b1":[50,107,83],ia:[45,98],"\"}":[31,129,62,89,81,10,106,84,125,15,48,56,34,51,103,35,97],shift:74,id:[2,62,64,65,66,101,27,34,73,87,75,97,77,103,10,106,80,39,61,31,110,84,45,86,48,116,51,125,89,107,93,56,129],"if":[101,44,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,"\u305d\u3093\u306a":[74,41]," remained":101,"1\u4ef6":[45,126,116],"_rectangle":[36,0,30,107,17,113],suggest:[17,107,20,30,36],make:57,"\u4f8b\u3048":[97,98,66,68,34,74,8,102,77,103,106,80,35,111,41,114,31,84,45,50,51,121,52,125,89,56,129],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":44,"\u9069\u3057":[80,91,41],"-dataset":[28,36,127,30,106],"\u5408\u308f\u305b":[50,103],"-secret":104,"\u30bf\u30fc\u30df\u30ca\u30eb":6," that":[50,77,21,101],"\u5ea6\u3068":17,"\u7121\u8996":[100,77,61,125,45,64,107,66,90,116,110,50,17,121],"\"]":[31,77,2,103,45,92,65,66,21,90,110,126],"\u4e0d\u5177\u5408":[50,57],"\u6771\u4eac":[45,126,48,49,98],"\u5fdc\u7528":91,"\"[":50,"\"'":[77,103,45,98,50,125],"\" ":[77,2,3,104,10,14,121,32,81,15,48,70,102,97,50,103,45,35,62],"\"\"":[15,32,50],"-packages":104,"\",":[2,62,65,66,27,34,73,87,102,97,80,77,49,103,10,106,38,81,39,110,31,84,45,53,15,48,50,51,125,89,86,126,21,93,56,129,6],"\"-":[17,49],"\u306b\u3088\u3063\u3066":[9,2,10,91,45,122,75],"\"/":[48,66],"\u76ee\u7684":74,"\")":[31,49,103,79,81,37,48,50],"\"*":50,cdbs:17,"\"blt":110,"\\%":70,"_or":[1,39,44,27,87,78,118],"\u57fa\u70b9":77,"\u7591\u4f3c":[36,77,30,43,38,50],"\"<":50,"<threshold":66,"\"?":3,"\u30eb\u30fc\u30d7":[50,107],"\":":[2,3,27,34,87,35,62,38,77,49,103,10,106,80,81,39,102,97,31,84,53,15,48,51,125,89,86,126,56,129,6],"\";":[102,6,35],"\u65e5\u5f8c":115,"8byte":118," hash":126," blog":[45,15,51,2],"\u306b\u3088":50,"mo\u30d5\u30a1\u30a4\u30eb":83,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[45,84,98,41],"\u72b6\u614b":[123,115,88,107,2,104,86,45,91,11,66,53,105,50],"\u3055\u307e\u3056\u307e\u306a":[36,109,126],full:104,"\"\n":[2,3,27,34,73,87,102,62,77,49,103,10,106,80,81,39,97,31,84,15,48,51,125,89,126,92,21,93,56,129],"\u30b0\u30ed\u30fc\u30d0\u30eb":50,more:118,"/run":[66,104],"\u3084\u3059\u304f":107,serch:[106,84],"\u30c4\u30fc\u30eb":[12,83,94,36]," options":6,the:55,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":50,"_shutdowned":[1,118],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":122," articles":51,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":84,"_result":1,solaris:50,"_com":104,"@groonga":[104,16],"||":[50,51,44],"\nrep":102,"\u8db3\u3057":103,"_tags":[31,126],repoforge:[50,88]," allow":77,"\u4e00\u6c17":104,"_ctx":[17,1,50],"-admin":50,yes:[106,122]," int":[10,50,39,49],"\u306a\u304c\u3089":[50,77,2,104,91],"\u5f8c\u65b9":[36,44,103,98,109,50,35,125],"\u7b97\u51fa":[50,77],"\u89e3\u50cf":107,"\u300c ":77,"_buffer":[1,118],"=sjis":74,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":50,defrag:[36,0,20,30],"\u306f\u3059\u3079\u3066":[77,2,103,38,111,129,41],".scr":102,about:52," four":[101,2],"_selector":[36,20,30]," libmecab":[105,11,104],searc:34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":50,has:104,"\u7528\u3044\u308b":[31,2,10,91,68,48,27],"\u300c,":110,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[104,130],"_close":[17,44],"\u4e00\u500b":44,"\"content":[77,103,125],"|>":101,"\u9001\u308b":[59,118,35,83],"\u9001\u308a":118,"\u30d0\u30a4\u30ca\u30ea":[70,104],"_broken":1,"\u5cf6\u7530":50,jekyll:104,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[103,125],sigint:17,"\u885d\u7a81":96,"| ":[77,103,45,81,48,101]," environment":52," means":[101,77,6],advanced:69,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":33,"\u30ed\u30c3\u30af":[0,66,50,17,25,76],">command":3," normalizer":92,"\u4eee\u60f3":[48,89],"\u6539\u540d":[17,50],"_error":[1,118],"& _":48,"\u691c\u7d22\u4f8b":57,alice:[77,125,81,39,87,35],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[77,74,66],"-unauthenticated":[50,11,105],poedit:83,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,61,64,32,66,6,7,100,50,74,75,76,36,103,38,102,110,111,41,114,44,47,86,116,17,129,90,91,25,130],"_expr":57,"\"engine":[34,84,56],"\u5c0f\u6587\u5b57":[129,2,41],"\u7d20\u89e3":[91,74,103],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":126,centos:[36,104,94],"\u307e\u3068\u3081\u3066":[10,91,77,104]," ueno":[50,107,127],"\u30b3\u30df\u30c3\u30c8":104,"_str":126,"\u5fdc\u7b54":91,"\u4fdd\u5b58":[36,33,50],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":50,"\u5358\u8a9e":[50,77,125,111],"\u7570\u306a\u308a":[77,125],"\u3067\u3044\u3046":129,"\u4f7f\u7528":[0,2,62,32,98,66,96,6,100,61,35,77,9,103,104,10,38,81,39,102,44,45,47,15,49,50,87,53,125,86,90,126,107,92,116,24,27],"\u73fe\u4ee3":91,"\u5217\u6319":2,".zip":83,tokenbigramsplitsymbolalphadigit:[45,84]," results":[50,21],"_table":57,"\u5bc6\u9375":57,"for":[103,16],bottom:[17,37],"_right":[17,37]," firefox":83,".github":[104,52],"\n[\"":21,".synonym":77,"_arg":1,tasuku:69," result":[51,21],"\u5358\u7d14":[44,97,78],".sourceforge":[104,16],ichii:17,unstable:[105,104],localhost:[123,3,104,35,17,102,6],"\u30d4\u30ea\u30aa\u30c9":[47,51],core:102,"\u6b63\u3057\u304f":[34,50],"\u53c2\u8003":104," since":101,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":50,"\u3001\u300c":[31,0,45,126,98,66,77,34],"\u5b8c\u5168":[77,44,103,64,47,41],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":130,"\u304c\u308f\u304b\u308a":126,"\u8db3\u308a":[17,121],"\u6d88\u3048":64,"\u30b5\u30fc\u30d3\u30b9":[91,50,52]," application":35,"]]":[77,61,90,106,65,66,38,116,108,100,102],post:[50,104,130],"\u6b63\u898f":[2,103,92,50,129,121,41],"\u3067\u3082\u3046":59," username":31,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[74,93,9,102],obj:86,"\npartial":44,"\u30c1\u30a7\u30c3\u30af":[123,107,86,50,17,102],"\u5207\u308a\u6368\u3066":10,"\u56de\u52d5":102," xxx":103,"\u6b63\u3057\u3044":[121,8,84],"\u6709\u7528":[93,64,2,35],"\"text":17,"\u8a71\u3057":57,"\u5224\u5b9a":[100,48,61],"\u898b\u4ed8\u3051":50," aggregate":21,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[50,2],"\u3068\u306a\u308a":[125,21,35,27]," tajima":50," translation":83," last":[50,126],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[36,109],"\u3092\u3054\u89a7\u304f":91," glossary":52,"float":[10,50,49,3],sphr:49,"\u306a\u3055\u3093":57,"\nlevel":101,"[@":[17,50],"\u52a0\u3048\u308b":[47,17],"\u305b\u3044":50,old:104,".am\u30d5\u30a1\u30a4\u30eb":104," main":105,"\u6700\u521d":[77,2,103,125,21,93,17,51,121,41],git:[104,83],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],".garbage":50,"\u305d\u3061\u3089":74,"=release":70,support:69,"_socket":[1,118]," number":[66,102],"_open":[17,118,1,107,50],"\u6e80\u305f":[15,48,44,126],"\u5927\u6587":77,"\u5b89\u5168":27,redmine:59,editor:83,"[test":50,"\u7b49\u4fa1":[77,107,111]," api":[57,120],"cpu\u30b3\u30a2":[66,130],"_db":[17,107,127,50],fork:[66,83],head:[123,118],"\u3086\u304d\u3072\u308d":97,tokenbigramignoreblanksplitsymbolalphadigit:45,form:2,"\u8a66\u884c":91,"\u7f6e\u3044":104,".ne":69," make":[115,88,104,14,11,105,12,74,122,58],thesaurus:77,"_interrupted":1,"_animal":10," ftb":69,"[\n":[31,77,49,2,62,10,126,125,21,80,81,48,103,97],"true":[0,29,2,62,4,32,5,7,100,87,76,80,77,49,103,10,38,81,39,108,40,41,31,46,47,15,48,116,51,78,97,125,89,126,21,37,129],"/tsv":[121,7],"\u5fa9\u65e7":50,"\u6253\u3064":104,"\u8981\u7d20":[93,1,2,66,21,38,44,61,100,50,102],"-path":[104,94],"\u9032\u6570":[86,103],"\u5165\u308b":[73,65],"\u5165\u308a":[65,2,103,89]," groonga":[96,2,66,70,6,17,101,74,35,115,77,103,104,11,110,83,14,15,27,50,51,121,88,125,91,21,93,105,129,58],"\u5426\u5b9a":[77,44],"\u5024\u3088\u308a":[77,44],"/cutter":104,"\u30ec\u30b3\u30fc\u30c9id":[36,116,61,30,50],"[#":[17,50],"\u4e2d\u65ad":[17,50]," friends":31," uint":[31,77,103,125,15,50,51,41],"\u30e1\u30c3\u30bb\u30fc\u30b8":[126,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[77,129,2,84,45,98,56,17,74],"\u8fd4\u3063":[126,103,125],"\u5185\u8a33":45," dpkg":104,"\u6587\u5b57":[0,2,62,32,98,66,5,50,34,77,49,103,79,10,38,41,31,44,84,48,17,51,78,121,125,89,91,92,21,37,126,129],"\u3002sortby":77,"\u6dfb\u4ed8":50,"\u8abf\u3079\u308b":[37,78],"\u6c7a\u3081\u308b":[77,44],kwic:21,"=null":[77,41],"_sequence":[1,118],"\u3057\u304d\u308c":50,decrypt:104,"\u5165\u3063":[31,2,93,118,50,34,51,122],"_records":50,"''":11,score1:44,score2:44,"' ":[115,31,77,69,103,105,10,126,32,11,81,45,48,101,50,88],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":50,"'-":66,"\u3059\u3063\u3071\u3044":62,distributions:104,"\u3054\u89a7\u304f":[2,122],ongaeshi:[50,107],"'(":66,"\u30a8\u30c7\u30a3\u30bf":83,"\u305f\u304b\u3063":84,"\u306e\u306b":[36,92,71,50],tokenbigramignoreblank:45,no:[0,69,106,77,118,64,50],"\u306e\u3061":77,".repoforge":88,excel:121,"\u306e\u3067":[77,49,2,121,104,81,10,91,98,21,93,15,96,17,24,50,83,45,51,35,41],"\u3002\u307e\u305a":45,"\u914d\u5217":[93,77,44,125,65,107,73,21,47,86,50,17,41]," lion":50,"\u3002\u307e\u305f":[123,9,2,97,84,10,91,32,66,48,44,27,24,121,102,103],"\u3002set":102,"\u306e\u307f":[91,44],test:[2,104,10,65,102,122],saerch:[106,84],"'\n":[31,77,49,2,97,45,125,80,81,48,103],"\u4e09\u756a\u76ee":103,"\u5c5e\u6027":[47,73,65,127],"\u305f\u3081\u3057":48,groogna:[50,35],"\ncrit":[4,5],"'s":[93,77,103,125,80,38,15,101,83],"=number":94,truncate:[17,50,20,30,36],"\u66f8\u304b":[50,126],welcome:[77,103,125],"\u3089\u308c\u308b":[50,44,98,91],"\u3002fedora":115,"\u88dc\u3046":91,"\u7d44\u307f\u8fbc\u3093":91,"\u4ee5\u964d":[107,104,33,66,17,129,122,83],"\u964d\u9806":[106,77,2,89],"\u5fa9\u53f7":104,scorer:[36,108],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":57,"\u305b\u308b":[44,91,81,24,122,41],"'n":66,"'m":[80,51],"-latest":57,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":62," cutter":122,"\u305b\u308c":91,"\u6bb5\u843d":47,"_count":[27,53,2,3,6],".service":50,"\u3069\u306e":[77,49,84,33,78,74],"\u5c11\u3057":74,fsf:50,macports:[36,94],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u77e5\u308c":92," createrepo":104,"\u672c\u756a":104,"\u6539\u5584":[17,0,50],"\u307f\u304c":44,"_offset":[1,108],"5km":126," json":[38,3,35],"\u5165\u529b\u30df\u30b9":84,"_memory":[50,1,118],"_github":[104,83],notification:101,push:104,"\u512a\u308c":91,"\u65e5\u6642":[36,32,109],"\u9069\u5207":[91,107,2,102,41],"\u304a\u3053\u306a\u3063":2,":-":115,":/":[2,3,66,70,6,72,74,35,115,104,10,11,110,83,31,14,48,27,52,123,88,89,105,24,58],masaharu:50,"\u53cd\u6620":[91,44,104],"\u81ea\u52d5\u7684":102,"\u7b26\u53f7":1,":$":[125,97,103]," required":[6,35],segv:0,": ":[42,36,0,9,104,65,107,38,1,44,17,57,74,52],"\u6d41\u308c":57,"\u7279\u6027":64,"/debian":105,"\u8a9e\u7248":104,":=":[77,125],":>":[77,125],"\u30d2\u30c3\u30c8":[77,44,62,45,126,98,80,34,97],comments:[15,51],"::":[1,3],"[element":103,"/sources":[105,11],netbsd:107,"\u3084\u308b":57,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":118,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[36,109],"\u56fd\u969b":83,"\u7aef\u672b":91," all":[101,77,103,125],":\n":[27,52],".asc":104,"\u795e\u5948\u5ddd":126,"\u901a\u77e5":104," sudo":[115,88,104,14,11,96,105,50,74,122,58],"=r":50,"_left":[17,1,118,37],"\u4e00\u822c":[77,2,125,91,111,52],"_builtin":17,"(ptr":107," #":[126,107,127,35,83],"\u5ea6y":32,"\u524a\u9664":[0,29,64,7,46,91,107,6,66,50,116,17,87,75]," elfring":50," installer":104,"-html":[50,107],"_denied":[1,118],dragonfly:107,"\u307e\u3067\u3057\u3070\u3089\u304f":104,supported:69,string:[50,44],"\u500b\u5225":104,"\u8a2d\u6a02":17,"\nrequests":101,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":50,"-root":[24,107,66],"\u8a2d\u8a08":77," character":101,enqueue:85,"\u4e0a\u91ce":107,"\u767a\u4fe1":104,"[php":50,"\u30b5\u30f3\u30d7\u30eb":[50,77,107,127],entries:[77,103,110,125],"\u691c\u8a0e":45," systems":21,"\u3084\u3081":17,exact:44,"\u3002travis":52," performance":21,".body":[65,25,62,76]," \u3002":45,"\u72b6\u6cc1":[45,91],"\u30b9\u30af\u30ea\u30d7\u30c8":57,"{language":83,"\u4ee5\u4e0b":[1,61,4,65,33,66,5,70,6,7,73,50,74,102,77,49,104,106,38,81,39,110,12,41,42,44,47,15,100,17,87,78,122,52,86,90,92,21,93,24,83],level:[4,5,118],"\u3068\u3057\u3066":[1,64,33,66,6,17,74,75,115,77,9,103,104,79,106,11,38,81,39,102,111,41,114,44,49,50,87,120,121,122,88,129,125,91,107,92,21,105,83],"\u8208\u5473":91,"\"mysql":8,mb:50,":@":[31,77,2,125,10,126,81,27],"-escalation":94,"\u4e2d\u7a0b\u5ea6":[115,88,11,105,70,94,58],":\\":70,item:[34,106,84,56],"\u4e0d\u6574\u5408":0,":[":102,"\u5217\u6307\u5411":[91,66],":public":104,"\u672a\u6e80":125,"\"blank":129,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":86,"4gbyte":42,"\ngrn":44,"-deb":104,"\u8ad6\u7406\u548c":[77,44],"\u4ed8\u4e0e":[31,102,75],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":50,"\u7d50\u3073\u3064\u3044":85,"\u305f\u3055\u3093":[17,0],"\u7d50\u3073\u3064\u304f":85,sign:104,"\u5076\u6570":103,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[50,77,44,107],"=)\n":44,"\u3002git":104,"-dev":[104,11,16,105,50,17,122],conifugration:52," commit":83,run:[122,6,104],"\u5316\u4f5c":104,"\u6c42\u3081\u308b":[91,49,78],"\u7a0b\u5ea6":[17,2],"\u5024\u6bce":77,column:[36,0,44,30,107,20,50,17],"[munin":[17,50],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":104,"\u3068\u3053\u308d":[103,55,126,92,7,50,83],ip:[27,102],".ncpu":58,"\u7d4c\u904e":[93,9,103,10,126,32,53,17],"\u30bf\u30d6":[121,3,118],".groonga":[83,88,104,115,14,11,105,70,74,102,58],"\u4ed8\u304d":[36,1,125,14,106,33,107],"\u4e3b\u8981":94,"/load":35,"/.":17," normallexicon":129,"\u65e5\u672c":[103,104,32,37,48,34,78,125],cxxflags:[14,104],"\u30c8\u30e2":31,reply:51,"\u5411\u3051":57,"\u89e6\u308c":2," yoji":17,"3\u3064":[115,77,2,10,11,21,93,105,122,111,50,51,88,96],"\u76ee\u5b89":104," makecache":[50,88]," libevent":[105,11],"_len":50,"\u4f8b\u3068\u3057\u3066":10,"\u751f\u3058":[29,4,46,47,5,108,40,116,76],"[deb":[17,50]," two":101,"\u6e2c\u4f4d":91,"\u30bf\u30b0":[36,103,104,64,107,21,50,17,109,41],"\u540d\u4e00\u89a7":65,baseball:[31,51],"\u9ad8\u6a5f":[91,44],"\u6d41\u3057":104,address:[17,118,50],"\u96c6\u5408":[50,111]," tablename":9,"\u30a2\u30ab\u30a6\u30f3\u30c8":[104,16],change:35,"\u6700\u5927":[42,43,0,107,103,64,77,66,21,102,50,17,82,35,118],"\u88dc\u6b63":[36,128,106],"\u8b70\u8ad6":59," string":[15,92,81,79],"-mode":83,"\npublished":104,"\u6b63\u78ba":[10,53,2],"\u30ec\u30dd\u30fc\u30c8":74,"\u4e3b\u30ad\u30fc":[100,36,61,90,107,38,116,50,73,75],"\u3068\u3059\u308c":91,"_version":[17,104],example:[31,2,89,10,48,27],"_success":[77,1,61,90,100,101],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[45,77,111]," official":104,"geopoint\u9593":17,"\uff08ruby":52,"\u8a2d\u5b9a":57,raccoon:31,"\u8b66\u544a":[50,77,9,107],"\u9006\u306b":31,"-filter":[97,81,21,15,17,50,113],".db":[66,65,2,27],".exe":70,"\u4e00\u9577":91,"\u5ea6\u6570":[10,17,48,103],"` ":3,ipa:[12,88,115]," level":[4,101,5,66],"\u305d\u306e\u307e\u307e":104,"\u5fd8\u308c":17,"-leak":107,"\u521d\u671f":[91,17,107,50],"\u30ea\u30f3\u30af":[125,104,10,72,50,103],"\u6700\u5c0f":[105,88,11,96,115],"-cutter":104,"'haystack":44,"_delete":17,"\u6587\u5b57\u5217":[36,77,49,61,79,90,93,111,21,38,116,100,50],"/main":11," test":[2,122,104,10,27,51,102],"\u7d71\u5408":[50,91]," entry":[47,29,61,90,65,46,38,116,108,100,25,76],"\u4e88\u3081":[32,66],red:57,httpd:50,"\uff08messagepack":74,"\u4e21\u8005":48,"-check":[17,107]," sequence":101,"\u6307\u6570":103,"\u5916\u90e8":85,"-src":[105,11],"|table":41,sports:31,"\"name":81,"\u30d5\u30a9\u30ed\u30fc":16,https:[130,104,83]," masahiro":107,msg:85,"\u8ff0\u3079":2,"\u5e74\u9f62":[91,41],"/header":14,"\u3060\u3063":[45,50,77,9],"``":[81,0,107]," takashi":17,"\u591a\u69d8":91,"\u3001 ":[2,62,64,32,27,7,74,35,77,49,103,10,81,111,113,83,48,50,121,129,125,126,21,93,41,6],"\u843d\u3061\u308b":[17,107,50],"_concurrency":123,"\u6d41\u91cf":35,"-each":17," rpmforge":88,visual:[17,70,50],"\"color":129,"\u30ec\u30d3\u30e5\u30fc":104,"\u305d\u3053\u306b":[73,65],"/nfs":74," version":[69,3],"\u30bb\u30c3\u30c8":[25,98,44,76]," new":104," shopping":80,"po\u30d5\u30a1\u30a4\u30eb":83,"_plugin":[17,127],"\u3044\u308f\u3086\u308b":31," run":6,"\u8fd1\u3055":103,"\u3060\u3044":17," \"i":[93,77,125,80,51,103],cas:118,"\u884c\u308f":[123,31,77,102],nfkc:129,"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,109,36],"\u30ea\u30ea\u30fc\u30b9":[57,117],"\u542b\u307e\u308c":[77,91,98,21,93,7,41],"\u3060\u3051":[1,130,64,70,7,50,51,35,115,77,103,104,10,11,80,83,44,45,15,17,87,121,88,125,21,105,94,41,58],values:[38,100,61],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":74,".txt":104,clearlock:[36,0,20,30,50],",\"http":10,"\nnotice":[4,5],"\u8fd1\u304f":[91,33,103]," on":[83,69,6,35,21],"\u4e00\u6642":[36,49,30,50],"_stamp":101,"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[122,48,104,89]," of":[69,86,106,21,15,6,101,50],",\n":[2,62,65,27,73,102,97,77,49,103,10,106,80,81,39,110,31,86,48,51,125,126,21,93]," -":[115,88,104,11,105,12,74,122,58],logrotate:50," ignored":50,"\uff11\u3064":85,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[123,6],"\u5897\u3084\u3059":122,"/rpmforge":88,".]]":61,"/setup":52," os":[36,94],"_sis":[125,103,98,97,41],"\u6a19\u6e96":[0,29,2,4,65,66,5,6,100,73,76,9,38,108,61,40,112,110,46,47,86,116,82,50,123,53,90,24,25,95,27],"-com":104,"\u884c\u3044":[123,31,44,2,104,89,45,126,98,66,81,51,102],chroot:104,",\"":[31,3,126,86,110,51],", ":91,",.":104,write:[50,77,26],get:[17,50],gemfile:50,"-docutils":104,"\u884c\u3048":[81,2,122],"\u30d2\u30e5\u30d9\u30cb":[49,78],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[36,94],"==":103,"\u3002\u30ed\u30b0":41,":clear":104,query:[36,44,30,127,108,50],"\u30d0\u30a4\u30c8":[1,64,32,107,21,50,17],"\u76f8\u5f53":[93,48,2],"^commit":104,"/cpuinfo":[105,88,11,115],"\u8fd1\u508d":[50,111],"\u8a9e\u53e5":31,"\u5f15\u304d\u8d77\u3059":50,map:17,"\u3042\u308f\u305b\u308b":50,groo:77,"\u7406\u7531":[91,50,77,35,41],"\u518d\u8aad":[40,121],max:[123,43,2,3,53,86,27,50,82,102,6],clone:[72,57,104],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,mac:[36,94],uint:[2,62,32,27,73,87,97,77,103,79,80,39,65,41,31,45,48,50,51,125,89,107,93,129],date:102,"\u7f72\u540d":57,"\u6b20\u70b9":91,"\u5207\u308b":6,"\u5207\u308a":[112,17,104,50]," content":[77,103,81,21,80,15,51,125],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[36,109],"\"serach":84,"/dictionary":107,succeeded:[39,87],"\u8fd4\u3059\u304b":106,ss:[101,103],"/javascript":17,ghz:102,fluent:72,"\u5404\u56fd":104,"\u30b2\u30c3\u30c8":16,"\u3084\u3059\u3044\u304b":121,"_values":17," chunk":86," bug":[50,69],"\"starttime":3,",{":[3,102],se:34,"\u5e02\u5185":33,"\u304b\u308f\u308a":45,"\"ellip":78,"\u3002tag":31,"\u540c\u3058\u6570":[66,6,35],"\u5019\u88dc":[34,106,8,84],"\u4f1d\u7d71":91,"=\"":[14,104],"_init":[101,17,50],"\u5357\u534a":50,"[yum":50,"\u82f1\u8a9e":[59,17,104,83],"/srpm":104,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"_descriptor":[1,118],"=users":35,"1\u6708":[77,61,103,10,126,32,90,100]," english":[77,16],"\u3067\u3069\u3053":1,"\u542b\u307e\u308c\u308b":[44,2,104,10,91,66,45],"=/":[121,74,66,122,104],"\u30a2\u30c9\u30ec\u30b9":[17,66,27,102],"\u3042\u308a":[59,16,70,6,7,72,73,50,74,102,115,77,9,104,55,106,11,38,81,39,111,40,112,41,42,44,47,15,49,17,122,53,88,91,92,21,93,105,94,24,57,83,95,58],"\"apple":129,"/fedora":[50,107,104,115],"_account":83,":ss":[101,103],"_tsv":121,"\u56f2\u307f":[66,21]," am":21,"-libedit":107,"/html":[17,35,83],"[[":[61,97,65,66,73,100,87,77,49,103,10,80,81,39,31,45,51,125,90,126,92,21],"\u78ba\u5b9f":84," at":[101,69],"\u5272\u308a":[10,64,65,103,73],"\u8a08\u6e2c":[17,0,122],"\u56de\u7e70\u308a":102,"\u7d44\u307f\u5408\u308f":[91,77,44,41]," ${":83,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":74," solaris":[36,94],"\u4f5c\u7528":50,cutter:57,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":73,"\nworks":101," sjis":66,"\u91cd\u306a\u3063":50,"\u542b\u3081\u308b":[77,2,125,104,50,17,121],"\u3053\u3068":[12,57,44,85,91]," aptitude":[12,122,105]," been":104,".pid":66,records:101,"\u4efb\u610f":[2,104,91,32,66,102],"\u6ce8\u76ee":77,"\u30ad\u30e3\u30c3\u30b7\u30e5":[50,0,91],"\"version":3,normalizermysqlgeneralci:129,"\u3002ascii":[103,125],alisa:81,now:[36,113,30],"\u8d85\u3048\u308b":[10,50,64],"-plugins":[105,88,94,115],"\u3059\u306a\u308f\u3061":10," description":[126,98],"\u5b9f\u884c\u4f8b":[2,62,101,6,7,73,87,97,77,9,103,10,106,80,81,39,41,31,84,53,15,48,49,50,51,122,125,89,126,92,21,93,56,34,129,27],name:[65,46,47,86,39,108],"\u500b\u3005":[45,9,44],"\u30b0\u30eb\u30fc\u30d7":[50,77,91],"_memo":81," rake":104,repositories:104,"_dat":[125,73,50,17,41,103],"_dataset":127,"\u65e2\u5b9a\u5024":96," link":10,"_timeout":[1,118],"\u8aad\u307f\u8fbc\u3081\u308b":110," line":52,"\u534a\u7121":[17,41],el:88,"\u3053\u3061\u3089":[81,51,121,2,83],en:[34,106],"\u4e26\u3079":[36,109],"\u53d6\u308b":118,ea:101," management":[21,52],"\u6700\u5f8c":[103,104,10,107,45,6,50,102],ggdb:104,"\u30cd\u30b9\u30c8":[50,51],nroonga:[81,52],"\u5b9f\u4f8b":[57,117],qwik:110,"\u624b\u6bb5":44,"_size":44,indexblog:51,"\u30d8\u30c3\u30c0\u30fc":[50,1,35],"\uff1f\u3000":102,"\u7a7a\u304d":86,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":46,"-offset":77,"\u6642\u4ee3":91,"\u3042\u3044\u307e\u3044":41,"\u524d\u65b9":[36,44,2,103,64,98,127,125,106,50,34,109,41],".status":102,"\u5f85\u3061\u53d7\u3051\u308b":27,"\u518d\u69cb":17,"\u79d2\u3088\u308a":127,"\"search":[34,84,125,56]," exclude":50,"\"type":106,"-default":94,"\u304c\u308f\u304b\u308b":49," warning":4,correct:[106,84],"/files":104,"|allow":[77,125],"_content":[77,103,81,21,93,15,51,125],"[suggest":50,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":64," segments":86,"8\u3064":102,"\u5d8b\u7530":50,mime:35,"/dev":104,"_string":122,org:[27,89],"byte":[50,21,102,118],"\u7d20\u65b9":91,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,33],"/pub":88,"\u62ec\u5f27":38,"\u7d50\u5408\u5f0f":50,"\u30b3\u30fc\u30c9":83,"\u4e8b\u9805":36,arnaud:17,"[windows":[17,50],"_seek":[1,118],"\u6b21\u90ce":31," key":[50,2,104],"\u30db\u30b9\u30c8":[123,104,66,27,50,17,102],yum:[50,88,104,115],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":74,"-normalizer":[115,88,11,105,50,129],"\u629c\u304d\u51fa\u3059":91,"] [":102,"\ndebug":[4,5],"\\\"a":15,"\u30d9\u30af\u30bf\u30fc":[17,77,50],"\u3078\u3068":27," correction":84,"\u3078\u306e":[10,74]," country":89,"_block":[1,118],offgao:126,"\u30dd\u30fc\u30c8":[123,96,3,66,35,102,27],"-version":[107,104],"[backquote":125,"\u4e00\u610f":[47,66,75],one:21,"\u30b7\u30f3\u30d7\u30eb":[130,111],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":51,"_function":[1,118],"\u305f\u3069\u308b":31,"_process":[1,118],"\u81ea\u5df1\u7d39":126,"\u9078\u3073":8,message:[101,51,5],".'":[47,50],"\u9078\u3076":91,size:86," epel":88,"\u4e0b\u3055\u3044":[115,88,104,11,105,70,94,50,58],"\u7d5e\u8fbc":[36,109]," text":[77,103,21,81,35,110,51,102,125],"\u53d6\u308a\u51fa\u3057":2,"\u5bfe\u7b56":[36,71],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[49,111]," locks":21,"\uff08\u307e\u3082":35,"1g":[105,11],"\uff08-":[77,2],"\"sphr":78,"\uff08 ":[115,77,33,103,14,11,21,125,105,6,7,74,121,88,58],"\u30bd\u30fc\u30c8\u30ad\u30fc":[106,0,77],"\u30d8\u30eb\u30d7":122,"_preparer":[34,106,84,56],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":91,"\u3044\u308c":[10,50]," markup":55," sid":[17,86],"\u3044\u308b":[44,104,91,52,122,83],"-max":[17,66],kenichi:[17,107],localnames:110,memo:81,universe:11," logged":101,kbytes:102,"\u30d1\u30a4\u30d7":47,github:[59,104,50,72,17,83],"\u62e1\u5f35":[17,109,36],"\u30a8\u30f3\u30c8\u30ea":[15,77,103,125],libevent:74,"\uff08@":[17,107],"\u8fd4\u4fe1\u5148":126," match":6,"\u30d5\u30a9\u30fc\u30e0":[77,125,111],"\u306b\u5bfe\u8c61":17,"11":[45,81,77],"10":[2,102]," many":99,"\u51fa\u3057":126,"\u540c\u6642":[77,9,91,85,48,102],"-httpd":[28,36,88,30,115,11,105,50,17],"_index":[31,77,69,2,62,81,45,126,107,125,21,80,47,15,50,51,103],"\"\u4e8c":34,"(tab":121,"_small":[1,118],"/gat":[48,2,89],"\u6574\u3063":122,libgroonga:114,"\u3080\u308b\u3093":[103,125],"\u5404\u547d":102,posix:103,"\u6e2c\u5b9a":102,"\u7cfb\u5ea7":[37,78],"_device":[1,118],zsh:[74,104],browser:83,pre:69," tokenbigram":[77,2,62,81,45,126,125,66,21,80,15,103,51,41],"\u3044\u304d":[2,104]," name":[77,29,103,81,10,126,46,47,15,108,6,110,41],masahiro:107,"_local":[110,102],"\u3044\u3046":77,ann:104,".list":[105,11],"\u4e16\u754c":[49,10,32,37,48,78],argument:103,"-scorer":113,"-zlib":94,dash:74,"\u4e21\u65b9":[77,126,97,91,125,80,64,34,103],say:103,"\u30b3\u30f3\u30d1\u30a4\u30eb":50,"/span":21,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":[50,96,11],katakana:34,".uuuuuu":103,"_circle":[17,113,30,36],"\u53b3\u5bc6":34,"\u30ea\u30b9\u30c8":[100,31,77,2,103,104,90,65,33,66,38,125,61,73,72,50,129,121,83],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[90,116,61],bash:74,these:21,"/doc":104,engin:[34,106],"\u591a\u5f69":91,"\u914d\u5e03":[115,88,11,105,70,94,50,58],"_network":1,uuuuuu:103,"\u5ea6\u5408\u3044":45,"\u3044\u3064":34,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":57,"\u304b\u307e\u3044":2," inv":102,"_permitted":[1,118],"-with":94,"\u9806\u6b21":[123,66,2,27],"_end":1,animation:31,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[36,88,30,115,11,92,105,50,41],"_full":104,performance:21," objname":[25,76],"\u6027\u80fd":91," kana":[34,106,84,56],"[[\"":86,"|suggest":106,"/epel":88," documentations":113,"_suggest":127,buffer:86,price:10,"\u5148\u982d":[77,2,6],debhelper:17,"\u5c0e\u5165":[12,9,122],beta:69,mecab:[115,0,107,104,11,88,105,50,17,74]," moritars":51,"\u500b\u5b9a":85,pair:[34,106,84,56],"_down":[1,118],"(location":[31,48,49,126],"\u81a8\u5927":91,"-type":[17,84,56,35,34],"\uff09:":[115,88,98,14,11,105,58],"_section":[47,126,51],"\u79fb\u52d5":[104,55,70,50,40,17],"\u672a\u4f7f\u7528":118,"\"book":103,"\u7ba1\u7406":[36,0,104,66,86,50,17,74],"\u5024\u7528":17,"\u3068\u308a\u3068\u3093":[103,125],"8mb":129,wing:50,"\u30b9\u30da\u30fc\u30b9":[17,77],"\"table":66,"-yyy":83,"\u5c06\u6765":[49,92,118,35],"\u4e00\u81f4":[36,77,44,103,104,64,125,127,106,50,41],"\u4fdd\u8a3c":[86,9],"\uff09 ":[17,77,107,129],uninstall:50," compatibility":129,"\u539f\u56e0":[36,71,102],precise:[11,104],"\u9589\u3058":[17,64],lexicon:[73,129,41]," messagepack":3,usr:[66,6,7,74,122,58],show:0,"-po":57,sitecountry:[27,89],"\u65b0\u5bbf\u99c5":48,"\u3057\u304b":[77,103,10,125,6,51,83,35,41],"\u9ad8\u307e\u3063":91,"\u540c\u3058\u91cd\u307f":81," metadata":50,"\u62c5\u5f53\u8005":104,"\u30dc\u30c3\u30af\u30b9":77,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":57,"-threashold":[45,107],threshold:17,"\u88dc\u5b8c":[36,106,107,128,7],"\u53ca\u3073":[116,102],data:35,"\u3002weight":10,"\u77ed\u6642\u9593":91,"\u30d1\u30c3\u30b1\u30fc\u30b8":57,"\u3057\u3066":[59,31,77,107,2,104,45,126,11,6,50,12,122,83],emergency:101,"-plugin":72,"\u592b\u5fc5":97,"\u30bf\u30a4\u30c8\u30eb":[31,77,125,10,51,103],title:[31,2,89,10,27,50,51],"\u5316\u5bfe":83," site":[31,2,89,10,48,27],"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":102,black:129,"\u306a\u3089":[115,77,9,112,103,84,125,11,66,88,129,53,105,44,122,34,50,51,52,102,41],"\u306a\u308a":[1,2,3,32,66,6,7,34,50,75,62,80,77,9,103,104,10,106,38,102,97,12,76,41,31,84,45,47,48,49,118,17,51,78,121,52,129,125,91,21,93,126,24,25,27],"\u306a\u308b":[0,2,62,32,66,70,6,74,102,76,115,77,103,104,37,10,11,80,81,110,41,83,44,45,47,50,78,88,91,107,21,127,105,94,56,25,58],"\u5927\u4e8b":121,"\u811a\u6ce8":[49,2,32,46,37,78],"-directory":50,"-server":[36,88,115,11,66,22,105,50,17],wheezy:[36,104,94],"[2":66,"\u5f53\u8a72":9,"-setuptools":12," checked":104,"/news":104,define:[36,20,30],"\u8868\u3059":[43,44,31,10,33,47,49],ssh:104,"\u5f8c\u8ff0":[44,104],"\u51fa\u305b\u308b":91,"\uff08tokenbigram":45," saerch":[106,84],geo:[36,0,30,107,50,17,113],"_number":[93,27],"\u3082\u3057\u3054":50,manager:[6,35],resource:118,"\u3002utf":129," liblzo":[105,11],tokyogeopoint:[17,32,78,48,37]," pangolin":[36,104,94],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[93,36,20,30,50],"\u5909\u66f4\u70b9":57,summary:102," jekyll":104,":')":47,"\u3002:":[2,65,98,66,70,6,34,73,8,35,77,9,104,106,38,108,102,61,12,83,100,110,84,45,47,86,116,17,122,90,56,24,41],"\u30b9\u30da\u30eb":121,"[:":27," wget":[115,88,14,11,105,74],"\u300c\u697d\u3057\u3044":98,"\u76f4\u63a5":[126,110]," \uff08":[34,84,74,56],"/gqtp":96,".conf":[96,6],wiki:6," jquery":107," lenny":17,hour:101,"\u8907\u96d1":[50,77,44,103]," package":104,sear:34,"# ":[2,62,66,27,34,73,87,35,97,77,49,103,10,106,80,81,39,83,31,84,15,48,51,125,89,126,92,21,56,129,6],"#'":66,"\u3084\u304c":9,"*'":77,"\u8868\u3057":[9,2,32,33,93,1,44,75],"\u7a7a\u767d":[2,125,45,91,66,38,56]," vector":50,"\u5b66\u3073":[77,49],replied:126," become":69,"\u5024\u3068\u3057\u3066":[49,66],"(scan":122,"\u8a18\u6cd5":[51,103],".x":88,"\u70b9\u4ee5\u4e0b":10," narwhal":17," rdbms":91,"\u884c\u306a\u308f":50,"[\"":[31,103,10,106,65,86],"\u898f\u5247":50,".content":[77,125,80,15,51,103],"|ng":77,sites:110,"\"#\"":102,"\u5dee\u96c6\u5408":103," day":80," are":[101,77,21,83],"\u5206\u89e3":44,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":35," shutdown":6,"import":104,before:52,"\u6700\u5c0f\u5024":103," studio":[50,70],jobs:102,"\u52d5\u304b":50,"\u3088\u3044":[77,125,35,83],"_indexer":50,"\u3057\u308c":93,"\u3057\u3088":[100,80,44,61,10,38,49,50,17,116],"#{":101,"\u672a\u8a2d":50,"\u904e\u53bb":104,"\u3088\u3063\u3066":[32,33,48,68],"\u306a\u3069":[2,64,32,33,68,27,50,72,34,74,35,77,9,103,104,10,80,102,111,40,83,114,44,84,45,98,86,17,121,126,125,91,21,56],"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":70," cflags":[14,104],article:51,cities:49,ja:[104,83],"\u306a\u3063":[77,9,2,122,104,86,10,91,107,93,45,27,50,17,51,126,35,125],"\u306a\u305c":[77,103,84,125,34,129,41],"\u5206\u5272":[2,103,91,98,64,17],autoconf:17,"\u306a\u3059":37,"\u306a\u3055":[24,77,43],"\u8fd4\u3059":[0,29,62,4,66,5,17,102,76,103,106,108,35,40,46,53,48,116,118,50,47,124,107,25,82],"\u4e0d\u5909":75,quiet:118,"\u306a\u3052":62,nogpgcheck:50,"_allowed":[1,118],"\u306a\u304f":[0,2,62,64,33,6,7,100,50,74,102,77,103,104,10,35,111,41,15,17,51,52,125,91,107,21,57],"_otoj":122,"\u306a\u304a":[98,104],"\u306a\u3044":[0,3,64,33,66,6,50,74,102,115,77,9,103,104,106,80,110,111,41,42,44,14,85,53,86,17,121,122,52,123,125,15,91,107,127,93,94,24],"\u306a\u3046":126,"delete":[36,0,30,107,20,17]," by":[50,125,101],"-output":[50,77,21,102],"\u6b21\u56de":[9,104],"_invalid":1,"-mecab":[115,50,88,11,105],"_t":1,"\u975e\u4f9d":88,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[50,118],color:129,"\u305f\u3073":[48,9,102],"-groonga":[72,104,102],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":50," rewrited":69,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":98," arted":103,"_location":93,"\u76f8\u5bfe":[17,77,104],"\u6574\u6570":[43,1,82],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[77,68],"_clone":104,"\u5f15\u304d\u51fa\u3059":91,"}/":[83,74,7]," command":[9,99,27,6,50,52],"'column":50,"\u9006\u5f15":31," gone":31,".select":102,"\u8868\u8a18":[49,62,104,10,32,48,50,17,103,83],"\u306a\u3067":34," followee":126,"\u9805\u76ee":[86,0],"\u578b\u60c5":50,"\u524d\u5f8c":[66,2],"\u5f8c\u4e8c":9,"\u9ed2\u3044\u70b9":33," []":65,"\u5468\u4e0a":78,"<encoding":66," follower":126,serihiro:50,"\u679c\u305f":2,"_synonyms":121,"\u4ee3\u308f\u308a":[115,129,61,125,90,66,21,116,70,27,74,41],"\nbigram":102,engine:[34,106,56]," be":101,enable:[53,107,104]," web":74,"\u5b57\u5c0f":77,"\u306e\u3044":[9,61,4,91,32,66,38,49,48,5,118,44,100]," \u7528":74,"_tokenizer":[50,77,1]," res":102,"_value":[17,77,107,75,50],"\u6607\u9806":[48,2,77],"\u5b9f\u884c":[91,57]," location":[31,49,10,126,48,6],"_avoided":[1,118],begin:123,"\u6240\u5b9a":[45,98],"=yes":[50,77,122,104]," haystack":44,ruby:[69,104,91,111,50,52],"(ctx":44,sound:84," fork":83,"-bye":[77,103,125],"\u30bb\u30df\u30b3\u30ed\u30f3":102,"\u304a\u3051\u308b":[42,31,2,125,10,91,32,50]," configure":[45,50,103]," form":[129,125],"}]":[3,102]," autogen":104,"\u4e0d\u5b8c\u5168":17,"-ipadic":[115,88],"\u30b7\u30b0\u30ca\u30eb":17,hdd:102,"\u5f8c\u65b9\u4e00\u81f4":50,"_corrupt":[1,118]," coverage":122,"/packages":104,"?table":[27,35]," ruby":104,"'\"":50,"\u57fa\u672c":[91,36,104,50],"\u306a\u3057":[9,61,125,15,90,81,1,100,50,78,116],"\u53d7\u3051":[49,2,85,92,27,50,35,118],"\u3002\u3002":33,ctrl:27,"\u3002\u300c":[31,77,125,51,41,103],"\u30af\u30ea\u30fc\u30f3":104,"\u8af8\u6761":42,"\u5fc5\u8981":[0,115,2,62,64,6,7,34,50,74,8,35,80,77,103,104,81,11,38,45,102,12,41,100,44,84,14,15,118,17,51,121,122,88,129,125,91,107,92,21,93,105,56,24,83,27],"@lists":[104,16],".md":104,"|')":47,", {":35,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":62,"\uff01\u3057":16,"'.":83,"\"}\n":[38,80],"\u5c65\u6b74":104,"\u3002squeeze":122,"-document":[66,104],ascii:[103,125],"\u633f\u5165":[50,2,21,66,104]," support":69,"\u8f9e\u66f8":[115,0,45,107,88,50],pat:64,"\u8aad\u307f\u51fa\u3057":91," some":101,"\u91cf\u8a08":0,sh:52,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[116,61]," download":104,check:[17,0,20,30,36]," special":77,"_filter":[36,113,30,50],html:57,"<path":66,"')":[123,77,61,90,66,100],"-dir":102,"=squeeze":104,"\u6fc1\u70b9":129,sjis:[74,69],document:[24,107,66,103,104],messagepack:[17,74,50],"\uff08romaji":34,"\u3002\u3044":44,favorited:126,"\u5b89\u5b9a":[91,50,9,86],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,"#]":46,"< y":50," xml":3,"\u8a00\u53ca":15,"_space":[1,118],downloads:70,".po\u30d5\u30a1\u30a4\u30eb":[57,104],"error\u30bf\u30b0":50,", \"":51,"_versions":104,"\u6b8b\u3063":107,codes:104,"\u672c\u5f53":34,favorites:126," porting":69,"\u3042\u306a\u305f":[104,16]," patprefix":97,"\u5b9f\u88c5":[77,49,24,6,50,17,130,35,83],"\u5897\u3048":51,montywi:50,"\u3002\u3059":[80,102],"_date":104," terms":[77,2,103,86,45,66,21,81,125]," added":69,"/index":[66,104,83],"-sortby":50,"in":69,"\u305d\u3057\u3066":[77,10,91,21,126,34,51],markus:50,"\u30d3\u30e5\u30fc":50,"\u8aad\u307f\u98db\u3070":2,"\u5217\u8868":32,"-msgpack":35," dump":[17,110],"_normalize":[77,69,2,62,45,126,125,21,129,80,81,50,51,103,41],"\u53d6\u308a\u51fa\u3055":10," yappo":69,"\u53d6\u308a\u51fa\u3059":[10,107,44],"_retry":1,"[geo":17," rst":12,"/unit":122,"\u56db\u89d2":33,"\u3002ecmascript":77,"[number":38,they:101,"\u4f5c\u6210\u6e08":66,"(r":102,money:31,"\u5927\u898f\u6a21":91,"\u672a\u5bfe":50,"\u3002\u3059\u3079\u3066":[122,83],"'groonga":[105,88,11,115],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[57,117],gdb:122,"\u3088\u3073":44,unicode:129,"\u6271\u3048":68," akio":107,".dll":102,"\u30ab\u30e9\u30e0":[0,29,61,30,65,33,66,17,100,74,76,36,77,106,38,39,108,41,46,47,50,90,91,107,25],speed:8,"_pack":94,"\u3046\u3061\u3044":66,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":53,"\u3002none":66,"\u3002api":[21,111],"(_":[34,106,84,103,56],"/false":[10,0],"\u4f4e\u304f":45,"\u30d1\u30e9\u30e1\u30fc\u30bf":[17,50,36],"_extract":69,"\u4f4e\u3044":[45,77]," indicates":101,"\u5ea7\u6a19":[49,103,126,33,37,17,78],blog:51,"\u56f0\u96e3":[50,91],"\u63a2\u3057":[91,102],"\\\"":[38,15,98,21],"\u9577\u65b9\u5f62":17,"_syntax":1,"\u500b\u6570":50,"\u30ad\u30fc":[42,77,2,103,64,32,107,66,125,50,129,75,41],dcmake:70,hino:50,"\u63a2\u3059":51,"\u3002point":[37,78]," testdb":102,"\u6c4e\u7528":[66,102],"\u639b\u3051":103,"\u542b\u3080":[123,77,44,2,103,90,106,85,98,47,61,126,50,51,125]," git":[72,104,83],"/base":104,"(<":44,"(=":[1,103,44],read:118,"\\\\":[15,70],"\u5c55\u958b\u7528":17,amd:104,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":104,"\u542b\u3093":[77,44,103,84,10,21,93,8,125],")..":104,"()":57,"(.":[51,104],"(-":103,"(\"":[49,2,66,21,81,50],"-test":[122,104],"( ":[50,66],"(!":44,"('":[47,77,2,90,66,38,100,61,75],"\u3068\u304a\u308a":[42,102]," real":21,license:104,"\u9069\u5b9c":[62,104]," format":[101,69,3,83],ill:98,"_but":44," very":[93,77,125,21,38,103],"\u7d44\u307f\u5408\u308f\u305b":[44,2,104,45,91,47],server:[50,104,6,35,31],"\u95a2\u308f\u3089":102," ssh":104,"\u5c55\u958b\u5f8c":77," python":[12,104],"\u9650\u308a":[38,45,44,98,75],"\u4ed5\u7d44":[35,83],quantal:[36,104,94],"} ":[101,83]," city":49," datasets":99," tool":52,unsplit:44,"\u3002sphinx":12,draw:31," supports":69,"\u78ba\u5b9a":106,"-mm":[101,103],"/projects":104,"\u30b7\u30b9\u30c6\u30e0":[91,57],"'t":6,"},":[31,77,49,2,62,126,125,80,81,39,103,51,87,102,97],"_host":102,"_when":[93,39,92,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":[17,1,118,35,50],"\u671f\u5f85":91,"\u30d5\u30a9\u30f3\u30c8":12,"\u985e\u7d39":45," ci":114,"_touch":107," init":50,ellip:49,"/database":[6,35],": n":123,"\u65b0\u5bbf":48," cd":[70,104,83],automake:107,"\u5927\u91cf":[64,31,44,2,41],"\u6c42\u3081":[91,79],critical:101,"\u9234\u6728":50,"\u30de\u30b7\u30f3":66,"@uzulla":17,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[36,50,22]," cp":11,mooz:17,"\u542b\u307f":93,"\u306b\u3064\u3051":103," check":122,o0:104," binary":[91,32,3],"_ip":27,"\u5168\u6587\u691c\u7d22":41,quit:[36,20,104,30],tomoatsu:107," handled":6,"\u306f\u3044":10," normalizernfkc":129,"\n{\"":[103,84,106,80,81,56,34,51,125]," because":3,";\"":50,"\u30b9\u30da\u30a4\u30f3":49,"; ":[66,6,102],"\u5bfe\u8c61":[29,2,65,98,17,74,35,76,36,77,9,104,106,41,38,108,109,110,83,31,44,45,85,46,47,50,122,123,125,91,21,25],"\u306f\u305a":[50,102],tokenbigramsplitsymbolalpha:[45,77,98]," shibuya":107,"-static":17,"\u542b\u3080\u5024":[66,2]," schema":99,oo:64,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":102," enable":6,"_$":[106,41],"\u578b\u6307":50," \"c":[15,70],"\u306f\u3069":[77,41],"\u306f\u3068":64,"\u5ec3\u6b62":9,"_escalation":[107,74],"\u30e6\u30fc\u30b6\u30fc":[31,77,125,93,15,6,57,74,35],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":120,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[17,35],"\u304b\u3048\u308b":89,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":129,"\u306a\u304a\u3053\u306e":102,";\n":[102,6,35],"\u5c11\u306a\u304f":[80,91,125,21,103],"'or":50,os:102,or:[77,125,48,118,121,62],"@soundkitchen":[17,50],"\u3082\u3061\u308d\u3093":102,serach:84,"/admin":[17,66],"_leading":77,"'a":15,"\u5c11\u306a\u3051\u308c":41,"\u5f0f\u5168":[103,125],"\u884c\u76ee":[93,104,102],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":66,"\u30aa\u30d5\u30bb\u30c3\u30c8":[50,77,106],"\u8abf\u6574":[45,111]," omitted":3," age":77,"\u3002\u3059\u3050":6,"\u53f3\u4e0b":[37,0],"\u53f3\u4e0a":0,"\u30c1\u30e3\u30f3\u30af":86,"=title":27,"\u3002key":[98,2],"\u9bae\u5ea6":80,"\u306f\u3044\u304f\u3064\u304b":[42,93,125,35],"\u30a8\u30ed":126,"\u76f4\u611f":97,"{path":74,"\u8a55\u4fa1":[15,44],your:83,fast:[77,125,21,103],log:[36,30,20,50,17,74],"\u3044\u304f\u3064":57,"_refused":[1,118],"(title":[50,79],"\u9032\u3093":91,"_prefix":94,"\u8868\u8a08":121,"_truncate":17,rpmforge:88,rlimit:101,"\u6b21\u671f":104,emacs:83,"\u77e5\u8b58":102,cflags:14,"=-":74,"@github":104,"\u63d0\u6848":[128,36,106,107,50,17],"\u300ccomments":126,"d\u30ad\u30fc":2,"_release":104,"/modules":[107,6],"/query":7,"\u3082\u3046":[80,50,51,79],"\u8a18\u8f09":[50,104],"\u30aa\u30fc\u30d7\u30f3":[17,50],complete:[34,106,8,50],"\u901a\u308a":[77,49,103,104,81,45,106,65,33,21,78,125,15,56,74,73,52,41]," advantage":21,"\u5f31\u70b9":91,"\u3068\u3088\u3044":74,"\u3082\u3057":[77,49,125,41,93,1,102,74,121,35,52],"\u534a\u89d2":[129,2]," complete":[34,106],"\u516c\u958b\u9375":104,hsiomaneki:126,"\u3082\u3059":7,",\"links":10,"_types":35,"\u306b\u3088\u3063":[29,2,62,4,65,98,66,5,27,100,73,76,77,9,10,108,61,111,40,112,31,44,110,85,46,53,86,116,82,50,123,47,89,90,91,24,25,95]," &":[103,45,98,15,48,50],"\u697d\u3057\u3044":[45,98],"\u3082\u306e":[2,62,66,70,6,102,77,9,104,10,83,43,44,84,49,118,50,51,78,123,126,129],"\u30b3\u30b9\u30c8":80,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[107,74,104],"#set":102,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[40,77,9,102,74]," meerkat":17,"\u4f5c\u3063":[45,17,129,126],"\u300d\u300c":126,vm:50," using":[51,69],"'ja":83," regular":6,"|oo":77," posted":126," nine":2," distance":49,ac:129," enabled":101,uid:104,"\u5883\u754c":[50,49],"\u3082\u308c":62,"\u30de\u30fc\u30b8":[50,83],"\u30ec\u30b9\u30c8\u30e9\u30f3":91,"\u65b9\u5f62":[49,78],"_suffix":17,general:129,"| n":103,ar:[45,98],"\u56de\u907f":[45,104],file:[0,107,118],"+ y":32,bob:[77,125,81,39,87,35],"\u30ea\u30af\u30a8\u30b9\u30c8":[29,61,4,65,5,6,73,100,35,76,108,110,40,112,46,53,86,116,118,123,47,90,20,24,25,95,82],"\u4f5c\u308a":[34,51,84,41],"\u4f5c\u308b":[31,84,126,85,111,41,83],"| _":48,"\u53d6\u308c\u308b":38,"\u5bfe\u5fdc":[91,85,44,122],"\uff08true":10,"\u95a2\u4fc2":[72,36,44,94],"\u5f37\u5316":[17,107],"\u898b\u3064\u3051\u308b":[34,129],"\u597d\u304d":83,"\u30aa\u30d7\u30b7\u30e7\u30f3":[115,0,107,104,14,11,77,53,105,50,17,74,88,122,58],"(pos":[37,78]," sleepy":80,gettext:83,"_code":[93,101],".jp":[77,69,104,16,110],"\u3002pcre":6,"\u4e26\u3073":[98,103,89],shimomura:50,"}|":101,"-in":104,you:83," rpm":[115,88,104],string2:79," approximate":49,string1:79,"\u524d\u8005":[48,129,121],"_type":[38,50,110],"\u9001\u308a\u65b9":57,time:[126,84,10,106,56,101,45,50,34,17,124],"\u4e0a\u9650":[36,85],"+a":125,"_name":[93,127],"\u30c7\u30d0\u30c3\u30b0":86,oracle:[36,94],"\u884c\u756a":[93,17],msgpack:[3,118],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[50,70,102],"\u3088\u3063":48,tomo:31,"\u53d7\u3051\u53d6\u3063":91,"\u3079\u3066":77,"\u4e94\u5165":17,"\u3002ctrl\u30ad\u30fc":2,"]\n\n":[126,27]," ga":129,"\u304c\u3068\u3046":126,"\u30ea\u30bd\u30fc\u30b9":80,hiroshi:17,"\u5b9a\u7fa9":[29,2,32,66,73,75,77,49,103,80,81,108,65,44,46,47,15,118,50,51,121,125,21],"\u65b9\u5f0f":[66,51,2,91],":mm":[101,103],"\u8a66\u3059":130,"\u30ab\u30d0\u30ec\u30c3\u30b8":57,"\u6c17\u306b":83," stop":[96,6],kawaji:50,"/select":27,queryexpandertsv:[36,50,30,18,7],"_such":[1,118],directory:118,"_pat":[77,103,81,107,66,21,125,15,39,110,73,50,87,41],"4\u3064":[64,21],cmake:[50,74,70],"-threshold":94," \"\u308d\u3086\u304d":97,"\u5730\u57df":91,"}`":83,"\u8a08\u7b97":[0,49,103,79,91,32,33,48,84,50,34,78,56],"\u306a\u3051\u308c":[47,77,1,103,10,125,66,38,74,50,52,121,102,41],senna:50,"\u4ed8\u968f":[29,46],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," default":101,"\u5343\u4e07":42," ka":129,month:[31,101],"\u308f\u304b\u3061":98,"\u5408\u8a08":[42,45,102,86,64]," a":[77,125,104,21,99,80,101,50],"\u30da\u30a2":[34,84,121,8,56],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[17,50],"4byte":118," changed":69,"\u57fa\u6570":103," lcov":122,"\u5fc3\u304c":122,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"-e":66,rd:[45,98],"-g":70,"\u4e16\u4ee3":9,"-a":[50,66,125],"\u30d3\u30c3\u30c8":125,"-c":[115,88,66,27],"-m":123,"-l":[101,66],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":62,"-n":[17,2,66],"-i":[66,102],"_rc":[90,100,77,61],"-j":74," mingw":104,to:6,tail:[118,104],program:70,"-p":[123,66,27,102],"\u304b\u304b\u308b":[80,2],"\u304b\u304b\u308a":[80,103,104,125],"/lib":[96,6,7],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[36,107],homepage:102,"-x":[50,104],".name":[15,126,86],"-alloc":53,"-conditional":17,"\u8aad\u3081":50,"\u95a2\u9023":[91,57,104,16],"-tar":14,"/other":6,"=message":94,"-word":77,"\u4ed5\u7d44\u307f":50,"\u5dee\u5206":102,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[17,35]," rroonga":[15,51]," as":[50,83,6,21],"\u3002column":[44,2],":\"":2,"\u8aad\u3093":[57,52],"\u3002rst":12,",\"tags":31," type":47,condition:103,"(popular":77,"\u30d0\u30c3\u30d5\u30a1id":86,and:[50,48,21]," suffixsearchterms":[103,125],")mroonga":121,"- ":[104,52],"\u7d42\u3048":104,longtext:32,"--":[0,61,62,66,50,100,102,77,103,104,81,31,45,15,48,116,17,121,90,126,107,127,24]," implemented":69," fast":[93,77,103,21,38,51,125],"_port":102,list:104," clang":122,"\u30e1\u30cb\u30e5\u30fc":104,"\u3057\u307e\u3057\u3087":48,"\u304a\u3088\u3073":[2,104,10,91,66,50,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":77,"\u5909\u308f\u308b":[45,21],"\u6d69\u4e8c":50,"\u306f\u3053\u306e":77,"<protocol":66,"\u89aa\u5207":107,sigusr:17,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":42,uubntu:122,"\u30d6\u30c9\u30a6":62,"\u771f\u507d\u5024":36,"\u304c\u3053\u306e":125,"\u884c\u3048\u308b":[50,31]," log":[36,104,30]," price":10," compatible":6,"\u5927\u5225":10,"\u697d\u3057":[45,98]," push":83,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":50,"\u518d\u73fe":[45,111],"/centos":[88,96,104]," x":[36,94],"\u975e\u5206":77,"\u6975\u4ed8":[49,78],"_scalar":[31,77,49,62,89,81,45,126,65,125,21,80,47,15,39,110,51,103],"(packages":104," point":[50,39,49],sub:[36,113,104,30,50],"\u7d22\u6642":107,devenv:70,"\u5225\u9014deb":104,"\u30ea\u30c6\u30e9\u30eb":[17,0,125,21,50],"\u904b\u7528":91,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":104,"\u4ee5\u524d":[10,126,45,82,50,17,129],"\u5927\u5207":91," comment":[15,51,126],naoina:50,"\u7406\u89e3":[77,2],"_append":44,"-jinja":104,"\u6e2c\u5730":[49,10,32,37,48,78]," have":80,"\u8aad\u307f":[34,0,111,104,91],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":50,memcached:[36,122,109,91],"\u793a\u3059":[90,77,1,61,97,37,10,65,125,21,38,15,49,100,93,73,78,81,35,103],hendro:50," httpd":104,"\u307e\u3057\u3087":[31,77,49,2],hash:[64,126],"\u305e\u308c":[44,103,104,56],"\u5f62\u5f0f":[36,0,44,30,20,50,17],tags:[31,73,41],"\u30c6\u30b9\u30c8":[57,117,104],"\u3002filter":[48,116],"/result":50,"\u30ce\u30a4\u30ba":[45,84],"\u88dc\u5b8c\u8a9e":34,"#worker":6,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":66,"\u6e96\u5099":57,standard:32,"\u304b\u304b\u3063":[90,93,77,61,100],"\u306b\u95a2\u3059\u308b":[36,77,103,30,16,6,50,17,125],debian:57,"\u30aa\u30b9\u30b9\u30e1":[115,88,11,105,70,94,58],search:[125,84,106,56,34,121,8],"\u793a\u3057":[49,2,104,89,45,33,53,1,27,51],"\u5bfe\u8a71":[2,27],"_debug":122,tweets:80," clone":[72,104,83],"\u975e\u516c\u958b":104,"\u7fa9\u8a9e":121,"\u5168\u90e8":118,"_dist":50,"\u975e\u63a8\u5968":50,matsuu:107,"-localestatedir":74,"\u540c\u3058":[0,32,66,6,7,73,102,36,77,9,103,106,35,40,65,84,17,121,91,107,93,24,129,71]," letter":129,redcloth:104,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":77,options:[123,66,99,102],"\ninfo":[4,5],"\u306b\u3059\u308b":35,gtihub:17,"\u300c\u5024":41,".ssssss":101,followee:126,tokenizer:[50,118],hoge:79,"\u30ce\u30fc\u30c9":50,"\u30de\u30c3\u30c1":[0,44,125,77,21,15,111,17,74],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":98,"9\u3064":2," cover":21,follower:126,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":50,"\u307e\u308f\u308a":57,"%\\":70,"\u672a\u77e5":50,"with":[2,104,45,47,17,74],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u300c\u697d\u3057":98,"\u3068\u3059\u3050":80,"/atv":[48,2,89],"\u69cb\u6587":[36,127,30,50],"[grntest":17,"\u3068\u307f":[24,50],"[snippet":21," supported":6," apt":[50,11,104,105]," rinse":104,"\u5ca9\u4e95":50,"\u5317\u534a\u7403":50,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[53,95]," disabled":101,"\u7a4d\u7b97":[77,44],"_unknown":1," tag":[31,104],rect:49,"\u3002\u300d":45,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":121," nroonga":51,pseudo:[36,77,30],"\u30c6\u30ad\u30b9\u30c8":[129,104,107,92,21,50,41,102,83],"\nprefix":44,fulltext:21,"\u578b\u3068":89,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":31,".comment":[126,51],"-tokenizer":[115,50,88,11,105],"\u66f8\u3051\u308b":50,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":21,"\u30af\u30ea\u30c3\u30af":104,"\u518d\u5229":[64,77,75],"_gqtp":102,"\u578bn":77,xxxxx:104,"\u3002eclipse":83,prm:88,"_argument":[1,118],"\u3053\u306e":[115,114,1,2,3,64,98,66,113,16,68,70,6,50,34,74,87,35,62,80,77,49,103,104,81,10,128,11,38,45,39,102,61,92,41,100,31,44,84,14,48,116,118,17,51,78,121,52,88,126,125,89,90,91,20,21,93,105,94,56,57,83,58],"_messages":[104,83],jsonp:17," newly":21,"[load":50,"\u3060\u304b\u3089":77,"\u30bb\u30c3\u30b7\u30e7\u30f3":[112,66,118]," http":[28,36,88,30,115,14,91,123,11,66,105,6,50,74,58],").":[21,104],"/_":104,none:[51,74,77,99,118],"\u4f7f\u7528\u4f8b":49,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":118," return":[93,101],"\u3053\u305d":126,"1\u3064":[42,31,77,126,118,103,64,106,125,21,59,81,102,7,17,51,87,8,35,41],"\u3053\u3053":[77,2,62,104,10,106,125,93,45,48,126,129,121,103],"-databases":[73,39,2,27]," db":[24,2,3,27],dev:[105,11],"\u30d7\u30ed\u30f3\u30d7\u30c8":[70,3],"\u30d9\u30fc\u30b9\u30d1\u30b9":6," debootstrap":104,"_adjust":44,"_supported":[1,118],"\u305f\u3068\u3048":45,deb:[105,11,104],"\u89e3\u6790":57,">= ":50,"\u6bd4\u8f03":[36,77,125,107,50,102],"\u79fb\u884c":[17,9],"\u6955\u5186":[49,78],"=table":41,"\u4e2d\u5fc3":78,scan:122,"\u671f\u5316":50,"\u30ea\u30cd\u30fc\u30e0":17,share:74,"\u7279\u306b":[44,104],accept:107,"\u5f15\u304d\u7d9a\u304d":50,"\u30de\u30c9\u30ea\u30fc\u30c9":49,"\u9664\u53bb":107," lynx":[36,94],saerc:[106,84],gronoga:6,"\u958b\u767a":[91,57]," '":[2,97,32,98,66,101,34,35,115,77,49,103,10,106,11,80,81,83,31,84,45,15,48,50,88,125,126,21,105,56]," dataset":99,information:101,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17," ./":[74,83]," demo":31," original":[97,110]," ..":[2,103,86,106,81,6,61,100,50,35,83],"-address":[17,66,50],snippet:[36,69,113,30,50]," *":[77,103,45,32,81,5,50,35,83]," pkg":14," ocelot":[36,94],"\u300ccommand":24,"=dat":50,"\u52d5\u7684":[91,36,107,30,50],"\u3042\u3089\u304b\u3058\u3081":[32,104]," threshold":25," migrated":[77,103,125],"_likes":[93,77,103,125]," \" ":102,"\u2192id":64,"\u591a\u3059\u304e":107,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[103,125],"[dat":50,"\"localhost":27,internet:70," three":[10,2],"/afr":[48,2,89]," wgs":[10,31,48,49,126],"\u666e\u901a":103,disable:17,"\u304a\u9858\u3044":102,"_text":122,")\"":[125,21,62],develop:9,"\u306b\u3059\u3050":80,"\u30cf\u30a4\u30d5\u30f3":[2,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[57,117,104]," tsv":3," engine":[106,84,56,8,21]," files":[101,70,6],"-munin":[105,88,94,115],"\u3002\"":[45,126,27,84],tokenbigram:[77,2,103,84,45,64,98,125,73,41]," dictionary":129,"-http":[36,88,115,11,22,105,6,50],"\u308c\u305a":9,documentation:52,"\u65b9\u6cd5":91," segment":86," baseball":31," architectures":104,"/f":104," path":[101,6,7]," under":6,"\u4e00\u5bfe":10,"\u3066\u304d":1,":\u79d2":126,"\u5f53\u3066\u308b":10," umemoto":17,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":104,"\u666e\u53ca":91,hostname:[24,66,6],help:[17,122],"\u52d5\u753b":31,disables:6,"\u8f09\u305b\u308b":104,"\u3002(":[115,88,44,104,66,38,51,102],"`hostname":66,"\u5217\u578b":[10,62,89,125],"\u3002)":[51,102],natty:[17,104],"-wno":17,replies:51," normalizerauto":[81,129,92,41],"\"is":10,"\u30bf\u30a4\u30d7":[17,102,35],"/lzo":[17,107],".rpm":[115,88],systemd:50,"\u53ef\u5909":[17,25,118]," >":[103,98,48,110,50,17,102],".git":[72,104,83],"\u308c\u308b":[2,62,64,32,33,66,70,50,34,74,75,115,77,9,104,10,106,80,102,40,41,44,84,45,85,98,15,48,49,118,17,122,129,86,91,92,21,56,83],"_rename":[36,20,30,50],">> ":[50,103],"sort\u30ad\u30fc":0,"\u30ab\u30fc\u30bd\u30eb":[17,107],"_offline":50,minute:101,"\u63a5\u7d9a":[2,85,66,95,112,50,102],"[tokenizer":50,soccer:31,"_weight":47," expressions":6,"\u5316\u95a2":107,"-essential":[105,11],"\u30d6\u30fc\u30ea\u30a2\u30f3":32," feature":83,good:[80,77,103,125],"return":[93,101],".description":126," fumiyasu":17,"\u52d5\u4f5c":57,"\u559c\u3073":[55,83],"/x":35,"_to":[126,51],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":66,"_ci":129,"\u3082\u3057\u4ed6":92,"\u6271\u3044":[10,34,9,98,130],"\u6271\u3046":[1,103,45,91,16,50],"\u3088\u304b\u3063":45,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":50,"\u5c0f\u306a\u308a":111,"\u8a71\u984c":16,"\u6e08\u307f":[47,88,115,104,84,32,11,96,38,105,34,17,50,121,8]," \u30d0\u30c3\u30d5\u30a1":86,"\u9664\u304f":50," gnu":[36,94],"\u3002\u3057\u304b\u3057":[77,49,84,91,32,80,94,17,129,35],"\u3079\u304d":[129,118,104],"\"complete":8,"\u3079\u304f":2,"-encodiong":103,"\u9664\u3044":[21,102],"-encoding":94,"\u5e03\u6559":57,events:35," #{":101,"\u6271\u3063":[126,0],"\u30ad\u30e3\u30b9\u30c8":[50,107,125,126],innodb:91,"\u653e\u68c4":[90,100,61],"\u3066\u304f":122,".posted":126,"\u4e0d\u9069\u5207":50,"\u81ea\u7531":[91,44,118,75],yito:50,"${":[77,103],"\u767b\u9332":[91,57,44],"-create":[28,36,127,30,106]," none":77,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":57,weight:[10,50,77],"\ndeb":[105,11],"\u30b5\u30a4\u30ba":[42,115,88,86,10,64,11,21,91,105,70,118,94,50,17,82,58,41],"\u592a\u90ce":31," well":21," st":103,"\u540c\u7fa9":121," sh":104,"_at":[45,50,107],"\"sequence":[34,106,84,56],"\u30d5\u30a1\u30a4\u30eb":57,"\u30c4\u30a4\u30fc\u30c8":[104,16],"\u897f\u66a6":103,".spec":17,operation:118,todo:[77,113,19,99,93,23,54],"\u6607\u964d":77,"\u6271\u308f":[77,125,10,33,45,50,129,102],"_position":[80,77,2,62,81,45,126,125,21,47,15,51,103]," libedit":115,ftp:102,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[91,102,111],flower:10,"<ip":[66,102],"/usr":[74,66],"\u30de\u30eb\u30c1\u30b3\u30a2":91,"\u652f\u63f4":8,":^":[97,125],"\u30d5\u30e9\u30f3\u30b9":49,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],"\u305d\u308d\u305d\u308d":2,"0\u30d9\u30fc\u30b9":77,"/rab":[48,2,89],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":122," characteristics":21,"\u8ddd\u96e2":[0,49,103,79,91,33,48,50,78],"\u9806\u5e8f":[45,73,65,2,77]," \"/":[73,39]," table":[2,62,65,66,100,61,87,97,38,77,49,103,10,106,80,81,39,108,110,41,31,45,46,47,15,116,51,125,89,90,126,21,129],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":70,issue:59,"/mailarchive":104,"\u30bd\u30b1\u30c3\u30c8":[29,61,4,65,5,73,100,76,108,110,40,112,46,53,86,116,82,50,47,90,25,95],"\u9045\u304f":78,"/etc":[96,104,11,105,6,50,121],"\u9ad8\u304f":45,"_new":[17,85,50],"\u9045\u3044":[64,49],"\u3002mysql":[105,88,11,129,115],"\u3068\u3082\u3063\u3068":74,"\u5b58\u5728":[0,107,2,89,91,98,77,78,93,37,48,27,110,50,51,102,75],pub:104,"[\u8a9e":86,"_hit":[27,53,2,3,6],base:104,put:125,"\u3072\u3053\u3055\u3093":50,"\u3053\u3053\u3067":104,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":35,"\u30a6\u30a7\u30a4\u30c8":47," more":21,"\u5024\u304b":49,"\u81ea\u8eab":[17,121,66,50],"\u547c\u3093":98,thread:[85,102],v1:44,"_user":[6,35]," successor":103," processing":101," process":101,v2:44,"/db2":35,"\"_":[31,77,49,2,62,89,10,125,38,15,39,110,103,51,129,45,87,35,97],"\u306b\u3088\u308b":[36,49,2,104,10,91,32,92,50,17,109],"/db1":35,"_hash":[77,49,103,80,81,110,73,129,41],"\u5927\u304d":[50,64,86,41],tritonn:[77,103],travel:126,"-gram":[45,91,98,2,103]," not":[50,77,101],"\u306b\u3082":[77,98],",[]":61,"-keyring":[50,11,105],"\u5024\u3068":[10,77,125],encoding:3,"/data":52,"\u7d4c\u7531":[29,61,4,65,5,73,100,76,104,108,110,40,112,46,53,86,116,82,50,47,90,107,25,95],number:[86,103],"_pipe":[1,118],"\u3059\u3079\u304d":44,"\u5f62\u72b6":33," geodetic":32,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":49,"\u30bb\u30af\u30b7\u30e7\u30f3":[20,70,6,34,74,115,77,49,128,11,38,39,113,83,114,84,14,118,87,121,52,88,125,92,93,105,94,56,57,41,58],"\n\u308b":107,"\u30b3\u30d4\u30fc":[50,110,104],".blog":45,"_data":[1,118],koi:[50,74,66],passes:104," en":[34,106]," boolean":69,"\u306b\u5bfe\u5fdc\u4ed8\u3051":34,"\u73fe\u5728\u5730":126," weight":[10,77]," fix":69,"\u30c9\u30e1\u30a4\u30f3":89,gpg:104,"\u547c\u3073":[77,44,62,89,10,66,21,102],"\u3050\u3088\u3046":49,":value":[77,125],"\u60c5\u5831\u540d":[73,65],passed:104,mlock:107,"\u7531\u6765":111,zeromq:74,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":57,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[24,66,6],"&..":27," lgpl":69,"\u8a9e\u691c":77,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":35,"$(":[115,105,88,11,58],"\uff01 ":126," transfer":118,"\u300d\uff08":[98,110],"\u547c\u3070":[32,2,103],tom:81,"\u642d\u8f09":91,"$ ":[97,103],selector:108,"/http":96,"\u65e5\u5f53\u65e5":115,"_large":[1,118],"\u9665\u3063":50,"\u4fbf\u5229":[77,125,10,91,92,93,111,34,74],"\u6574\u7406":50," tweets":80," halfwidth":129," unmanaged":86,"\u540d\u4e00":73,"\u4e71\u6570":[43,48],"\u5b66\u7fd2":[36,128,107,106],"_stack":1,"\u56de\u547c":107,min:[123,50,102],"\u898b\u308b":[48,1],"/(":104,"\u3002xml":93,"_probability":[17,106],"/groonga":[96,2,66,70,6,7,72,73,50,74,115,104,55,11,39,83,14,27,17,121,52,88,107,105,58],"-working":50,"{\\":38," user":[31,21,102,81]," uses":101,"\u8a18\u9332":[91,50,75,7]," gem":104," geo":[50,49],",[\"":45,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":50,"\uff08normalization":129,"\u5206\u3051\u308b":[10,104],"7e":102,"/$":83,"\u5b9f\u969b":[42,31,77,62,45,126,65,51],"\u898b\u3066":[93,77],"\u307e\u307e":[10,9,104],"\u3002make":102,"\u540dn":[73,65,77],ages:[73,41],"\u52d5\u74b0":123,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":35,"/\"":[31,2,89,10,48,27,110],"\u66f8\u304d\u63db\u3048":[104,52],download:88,gted:83,"\u30e1\u30e2\u30ea\u30fc":41," abandon":[90,100,116,61],"\u307e\u3060":[77,9,103,106,21,53,118,50,17],qps:[123,102],"/ ":[105,11,6,35,107],"\u6253\u3064\u524d":104,"\u307e\u3067":[42,80,44,2,97,104,64,66,38,126,51,102,83],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,15,17,20,21,37,24,25,28,29,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,105,56,57,58,59,61,62,64,65,66,16,68,70,27,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,108,110,111,112,113,114,116,118,120,121,122,123,124,125,126,128,129,130],"\u307e\u305a":[2,62,104,45,126,98,70,6,103,74,102,83],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"_list":[36,0,1,30,107,20,50,17],"\u307e\u305f":[29,61,4,64,32,66,5,17,73,102,76,77,49,103,104,108,110,40,112,65,100,46,53,86,116,82,50,122,52,47,125,90,21,93,25,95],"\u79d2\u8868":[10,45,48,103],self:102,"/archive":104,"\u79d2\u5358":[10,32]," : ":99,"/mm":103,"\u307e\u3057":[31,77,49,62,104,84,45,126,125,103,129,48,50,17,83,41],"-limit":[0,66,77],"_pragma":77,"\u3059\u3079\u3066":[77,9,2,103,107,50,17,74,102],"\u3067\u306e":[93,21],build:[53,70,104],"[pat":50,"_available":[1,118],">alloc":3,mroonga:[77,103,81,91,15,50,51,121,125],"\u8a18\u53f7":[45,66,98,2,107],"\u6b53\u8fce":57," superior":21,"\u66f8\u304d\u5f8c":98,such:21,"\u3093\u3057\u304d":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30a3\u30eb\u30bf":50," based":21,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,tokenbigramsplitsymbol:[45,107],"\u30e1\u30fc\u30c8\u30eb":[49,78],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[77,103,125],"\u4e8c\u9805":103,"\u306b\u3057":[77,103,125],"\u306e\u3069\u3061\u3089":[77,103],"\u5e73\u884c":104,"\u3060\u3055\u3044":[59,2,70,27,72,74,35,77,103,104,11,83,14,118,50,121,122,52,129,125,91,93,94,57,41],"_thread":102,"\u306b\u3059":45,"\u4f55\u3089\u304b":32,"'hay":44," tests":104," full":21,exe:[70,104],"\u306b\u3066":[50,49,104],"_put":[4,36,20,30],"\u306b\u3064":50,"\u307e\u307e\u3067":45,"\nstatus":[2,27],"\u306b\u3069":44,"\u6b8b\u3057":77,init:74,"(..":50,"@kiske":50,"\u6697\u53f7":104,"\u9577\u3055":[10,50,102],"\u6d3b\u304b\u3059":77,"\u7528\u8a9e\u96c6":86," \\\"":15,"_modified":126,"\u30d1\u30bf\u30fc\u30f3":[93,103],"_processes":1,microsoft:70,"\u3057\u304b\u3057":[77,103,45,98,51,121,35,83],":install":70," element":103," longer":69,"\u308c\u307e\u305b":[9,66,86,51,74,121],"/command":[6,27],"\u4e8c\u70b9\u9593":49,".rb":107,xcode:58," brother":125,"\u304a\u3053":[10,91]," item":[34,106,84,56],"(drilldown":75,"\u30d1\u30c3\u30c1":55,"\u5927\u8cb4":50," night":80,nterms:86,"\n]\n":110,"\u304a\u304b":74,"\u304a\u3044":[2,104,10,91,48,122,17,75,83],"id]]":[90,61],"\u59cb\u70b9":2,"\u77e9\u5f62":[37,48,91],"_call":[1,118,44],"\u59cb\u3081":83,columnn:50,music:31,"(mroonga":121,"_format":[1,118],"(precise":104,"\u304a\u3070":[17,0],"\u6d0b\u723e":17," yum":[50,88,115],"-ftp":102,"\u51e6\u7406":[0,1,61,98,35,6,100,102,77,103,75,83,44,48,118,50,125,90,91,107,20,21],"\u4f4e\u6a5f":44,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":122,"\u30bf\u30fc\u30b2\u30c3\u30c8":50,columns:[38,50,107,61,100],"]]]":[45,106,108,103],"\u8ad6\u7406":[42,77,44,91,86,50],"\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":130,rose:10,"\nency":102,permission:118,"x\u30df\u30ea":[32,103],express:[50,70],"\"requires":50," used":101,"\u671b\u307e\u3057\u3044":[91,104],"_html":[36,30,66,50,17,113],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\u601d\u3044":83,"\u9069\u5408":[45,2],"\n# ":[53,2,27]," build":[105,11,104,52],"\u5fc5\u305a":[77,9,118,41],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":35,grep:[105,88,11,115],"-source":104,".nginx":6," localhost":66,"\u62c5\u5f53":104," palalles":104,"\u9593\u9055\u3063":[17,84,8,50],"\u30af\u30a8\u30ea\u30fcapi":[1,20],"\u306b\u304a\u3044":[10,9,104],"\u30ed\u30b0\u30ec\u30d9\u30eb":66,"\u300chsiomaneki":126,"/*":[55,96,83],"-github":104,bytes:42,"\u6c7a\u3081":41,"_and":44,"\u7b49\u5024":107,"(>":44," localnames":110," finished":101,"\u7528\u610f":[77,44,104,84,49,56,34,74,8,102],"\u6570\u5024":[36,0,44,61,125,90,98,66,77,47,107,100,78,109],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u68ee\u7530":31,"&gt":21," ')":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3," palallel":104,"\u3082\u3057\u304f":[115,88,103,104,81,10,32,92,15,27,50,51,125],"\u66f8\u304d\u8fbc\u307e":40,"\u82b1\u5b50":31,"\u305d\u3057":126,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":25,"(argument":103,tobby:81,"\u305d\u3053":[10,45,104],"/log":[96,74,66]," universe":11,"_enough":[1,118],"][":[17,125,50],":groonga":[77,125,104],"\u554f\u3044\u5408\u308f":44,"\u305d\u3046":[103,52],tokenizers:[36,77,30,41],sea:34,"\u9650\u6587":[17,41],"_would":[1,118],sen:69,"\ncolumn":[45,81,49,110,126],"\u8a00\u8a9e":[57,44],php:50,"_basic":[6,35],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[104,102,83],"\u7d39\u4ecb":[31,57,77,104,126],"(a":52,juman:[115,88],"]}":[10,15,86],"\u30b9\u30b3\u30a2":[77,44,45,106,48,126,50,75],"-level":66,"\u5c02\u7528":[36,109,104,83],"]x":[126,48],"\u30c7\u30b6\u30a4\u30f3":50,"(news":104,".log":[74,96,9,66,102],"\u30cb\u30db\u30f3":34,"[fedora":50,readme:104,"\u3068\u3068\u3082\u306b":10," _":[31,77,49,2,97,89,10,126,125,15,48,50,103],"\u305d\u306e":[36,44,104,115,91,94,83],"\u3082\u3057\u308c":121,"\u8a9e\u4ee5":103," really":103,"\u6700\u9577":[17,103,102],"<span":21,"\u7a7a\u6e2f":126,"\u8868\u73fe":57,"(xxx":50,"\u304c\u3064\u3044":[50,107,64],javascript:[24,36,6,109,27]," takuto":107,"\u516c\u958b":[17,107,104],"\uff09\uff08":41,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":64,"\u304a\u3089":104,"\u304a\u308a":[126,51],"@s":107," realtime":[106,56],"\u500b\u4eba":74,"\u6790\u5668":91,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[114,111,52],"_already":[1,118]," issue":59,"\u672a\u521d":50,"\u3002value":75,last:126,reverse:104,"\n\u30b9":17,"\u62e1\u5f35\u5b50":[107,3,102,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":52,"\u578b\u5909":17,geopoint:[31,0,49,89,10,32,107,37,78],"/lists":104,"-api":55,"\u5f71\u97ff":[50,104]," solr":103,"\u958b\u59cb":[77,49,61,90,53,122,100,17,102]," appears":21,"\u3057\u3064\u3064":122,"] ":[123,104,92,66,99,39,27,50,17,87,102],context:6,"\u53ef\u5426":2,"<= ":[50,6],pdf:57,"_title":[51,2,102],"_link":[1,118],"])":[43,78],"\u6642\u70b9":[50,9,104],"\u30b5\u30d6\u30bf\u30b9\u30af":104,load:[36,0,9,30,107,20,39,116,110,50,17,76]," about":[93,101,113],");":44," off":6,"\u3093\u304c":[103,125]," database":[6,99,21],"\u60f3\u5b9a":[53,31,110,86],"\u3059\u304e\u307e\u305b":31,"\u306f\u3058\u307e\u308a":9,"\u30b9\u30ec\u30c3\u30c9":[91,85,66,102,35],improper:118,"\u30b3\u30de\u30f3\u30c9url":35,"\u30ca\u30ce":[93,107],"-patch":83,")-":104,"),":[47,50],shutdown:[36,107,20,30],linux:102,"\u4e0d\u80fd":102,"\u4e0a\u8a18":[42,83,77,74,2,81,45,84,15,48,27,56,50,52,121,102,41],"'alice":125,"\u4e8c\u756a":77,".htpasswd":[6,35],"\u5de6\u53f3":2,":#{":101,"_connection":1,"[rpm":[17,50],"\"web":[84,56],"\u8003\u616e":45,"\u306e\u3069\u308c":34,all:[50,104],"\u5f15\u7528":66,"\u898b\u3064":[50,107,106],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":15,due:21,"\u53ce\u96c6":[93,91],"\u7c21\u6613":[96,49],")\n":[43,69,104,49,44,101,78]," sample":102,"\u30b9\u30ad\u30fc\u30de":[77,49,103,81,21,80,15,110,51,125],"\u9ad8\u7cbe":91," libmemcached":122,po:57,kiske:50,ram:102,"\u3057\u3084\u3059\u304f":50,"|<":101," enhanced":69,"\u6574\u5217":[91,2],update:118,shinya:50," raltime":56,"_lzo":1," to":[77,69,103,21,93,6,101,50,125],"#groonga\u30bf\u30b0":126,"\u8a00\u8a9e\u540d":83,"[output":50,"/db":[106,96,6,110],"/dd":103," its":101,"\u3067\u307e\u3068\u3081":121,"\u30d9\u30fc\u30b9":[96,103,91,107,125,50,17,130,83],"\u56de\u7279":102,"\u7a3c\u52d5":53," explorer":70," users":[77,126,81,39,110,101,87],"\u79d2\u9593":17,"\u5730\u7cfb":49,bill:[45,98],"\u3067\u306a\u3051\u308c":103,"\u6307\u793a":[34,2,27],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[57,117],google:[77,8],"\u505c\u6b62":[50,9,66,95],error:[93,101]," entries":[77,103,110,125],"\u4eca\u5ea6":126,"\u30b0\u30cb\u30e3\u30e9":126,"_nromalize":129,"\"sug":8,"\u30c8\u30fc\u30af\u30f3":[107,103,84,64,98,56,17,129,41],engi:[34,106],"-learner":[107,8,99],"\n\n":[29,2,90,66,65,46,116,6,100,40,61,126,35],"\u63a1\u7528":[45,91,27]," customized":101,"<=":126,"!(n":103,"\u5316\u524d":75,"^ \"":103,"\u5404\u8a9e":86,"\u958b\u3051\u308b":50,"\u6027\u5225":91,"'article":51,"_expansion":[17,50]," queryexpandertsv":121,"< ":103,rubygems:50," free":[86,101],"\u95be\u5024":[36,77,106,98,66,71,17,74],"\u898b\u3064\u3051":[34,0,50],"-key":[50,104],queue:85,"null":[17,44,73,21,50]," logs":[101,41],fedora:[36,104,94],"\u4e00\u7fa4":44,"_child":[1,118]," float":10,"\u7d42\u7aef":50,"\u4e38\u62ec":2," signing":104,"\u6210\u679c":57,">\n<":3,port:[27,102],"\u5065\u4f5c":31,"\u305d\u306e\u969b":104,"-jp":50,")groonga":121," file":6,"\u56fd\u540d":89,"_input":[93,1],"\ngroonga":[17,9,127],"\u8a00\u3048":[45,125]," select":45,"\u975e\u4e92\u63db":17,"-chroot":104,"\nmroonga":121,"\uff08perl":6,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[107,66],"\u8907\u6570":[36,0,44,125,106,91,65,107,73,77,47,81,6,24,17,50,130,102,41]," tweet":80,"\u30ec\u30b3\u30fc\u30c9r":44,dbms:21,"(get":123,alert:101," [\"":[77,45,126,65,86,106],".net":[31,2,104,89,10,16,48,27],"\u5909\u63db":[1,64,32,6,126,17,129],"\u307e\u305b":[1,2,64,32,33,66,6,7,34,50,74,8,35,80,77,49,103,102,10,106,38,81,75,61,40,112,92,65,41,98,84,45,47,116,118,17,51,121,125,53,129,104,91,73,21,93,83,95,27],user:[31,81,6,102,21],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,107]," document":[21,104],"_info":50,"\u5834\u6240":[93,107,102,16,104],"\u672c\u6765":62,net:89,"\"\u3001":34,"\u30b9\u30bf\u30a4\u30eb":66," buffer":86,"-prefix":94," and":[77,69,21,81,6,101,51],abcde:92,"((":77,"\uff09\u307e\u305f":[103,125],without:6,"\u30ef\u30a4\u30c9":17,"-debug":107,edge:85,flags:[47,86,39,65],sortby:[17,108],"') ":66,entry:[47,61,90,65,38,116,108,100],"\u3002header":[39,92,87],"\u30b0\u30e9\u30d5":91,"\u3064\u307e\u308a":[77,104]," digits":101,"\u30d0\u30a4\u30b0\u30e9\u30e0":45,"_lock":17,"\u3053\u308c":[64,98,6,7,34,50,74,126,8,35,77,49,103,104,10,80,41,44,84,45,15,48,118,17,51,121,129,125,89,91,21,55,56,83],"\u4e8c\u756a\u76ee":103," --":[31,77,103,81,126,21,15],nanoseconds:101,"\\bin":70,"\"alice":125,"\u8fd1\u4f3c":[17,49,78,50],"\u56de\u6307\u5b9a":125,"\u547c\u3073\u51fa\u3059":[43,78,79,37,111,124],"\u7d50\u5408":[44,125,111],"\u884c\u3046":[123,31,77,49,97,89,98,96,81,48,107,104,50,51,122]," common":[17,103],"\u6b8b\u5ff5":10,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[50,66,27,118],"\"tritonn":77,"\"value":77,"\u547c\u3073\u51fa\u3055":77,"\u547c\u3073\u51fa\u3057":[44,91,107,21,110,111,50],"\u8d85\u3048":[45,77],"\u3067\u304d\u308b":[91,57,85],"\"uptime":3,"\u4e92\u63db\u6027":104,".gpg":104,"\u5316\u51e6":[17,75],centos6:50,"\u30bd\u30fc\u30c8":[31,0,107,36,64,33,77,106,50,17,109],"3\u4ef6":126,"_files":[1,118],source:[31,2,104,126,65,47,39,93,51],"\"#":17,"\u7279\u5b9a":91,iso:103,location:[93,6],win:70,input:[38,93,118],"\u3057\u307e\u3059":[77,103,89,126,98,88,8,125],"\u3064\u3051\u308b":97,bin:70,"...":[77,60,3,86,125,106,65,19,73,80,23,6,110,17,24,50,54,102,103]," -g":70,"\u306f\u3069\u3061\u3089":35,"\u4ef6\u6570":[77,2,45,98,38,82,75],"\u3002db":[17,44,2,27]," code":[93,101,3,83],"-untrusted":105,"\u968e\u5c64":44,"\u9759\u7684":57,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[17,64,103,41],"\u304f\u3060":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,88,125,91,92,105,24,83,58],nginx:[115,50,88,11,105],"<#{":101," add":[77,83],"\u30cf\u30c3\u30b7\u30e5":[53,50,104,86],"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":118,bit:[115,88,14,32,11,105,70,94,52,102,58],"\u30bd\u30fc\u30b9":[36,104,94],"\u5f53\u3066":[64,65,73],"\u30d7\u30e9\u30b0\u30a4\u30f3":[115,0,107,91,11,88,127,129,105,50,7,17,74,121,83],"\u5927\u4e08\u592b":[59,74],"@wareohji":50,"\u8aa4\u308a":50,tomita:107,"_body":[45,47,62]," \u4e0a":72," lucid":[36,94],"_leak":122,"\u4e0a\u8ff0":121,"\u540c\u7b49":[98,102],"\u307e\u305f\u3044":[50,49],"\u533a\u5207\u3089":17," visual":70,"-command":[107,52],"\n\"":[3,102]," read":21,popular:77,"\u4ee5\u5916":[100,77,44,61,62,104,90,64,32,33,53,107,91,17,102,41],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,32,98,66,6,17,74,35,38,77,9,103,10,106,80,108,102,40,41,44,45,49,50,78,123,125,89,107,27],"\u6642\u523b":[93,84,126,53,124,102],"\u5927\u304d\u306a":[35,41],".title":10,"\u7f6e\u304b":[24,74,121,6],"\u4ed5\u65b9":57,"\u7f6e\u304d":[107,104],"\n]":[31,49,2,62,89,84,10,106,125,129,93,81,110,56,34,51,103,97]," geoindex":31,"\u3042\u3063":[31,77,9,104,102,106,38,35,50,75,83],"[doc":[17,50],"[dump":50,"\u8aa4\u3063":[50,104],"\u96a3\u63a5":[91,125],"\u5404\u8981":62,"\u975e\u4e92":50,"|correct":106,year:101,examples:107," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":50,"\u307f\u307e\u3057\u3087":[31,2,62,10,126,48,51],cd:[115,88,14,11,58,105,74,83],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,74,66,103,129],"\u3001[":[100,2],"~number":103,"\u3001_":[126,48,2,89],"\uff08todo":103," seven":2,"_bool":107,"\u30af\u30ed\u30fc\u30f3":74,"\u5927\u304d\u304f":[10,107,9,110,78],"\u66f8\u304f":[51,125],"\u8a73\u3057\u304f":[10,91,2],"\u66f8\u304d":[91,77,102],exec:118,"\u30b9\u30cb\u30da\u30c3\u30c8":21," nanoseconds":101,"\u66f8\u3044":[126,103,125],"\u5927\u304d\u3044":[77,44,125,64,66,17],"\u3061\u3083\u3093":31,"_install":[12,94,52],"\u69cb\u6210":[115,88,44,2,104,11,96,105]," sed":11,"\u30af\u30a8\u30ea\u30fc":[36,50,30,7],"\u3092\u3064\u3051\u308b":103,intel:102,proc:[105,77,11,88,115],"\u5927\u304d\u3055":64,"\u6587\u5b57\u6570":[21,103],".sh":[50,83,122,104,52],"\u9001\u4fe1":[29,61,4,65,5,73,100,102,76,108,110,40,112,46,53,86,116,82,47,90,25,95],object:[32,103,118],"\uff01\u300d":[77,103,125],"(\u300c":104,"\u5024\u306a\u3057":50,".so":7,"\u306a\u3082\u306e":104,"_improper":1,"\u3001\n":[48,82,104],",\u3000":102,"\u4f9d\u5b58":[36,94],"\u4ed8\u3044":[126,129],"\"black":129,"\u5f37\u5236":[50,0],output:[50,107,108],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[44,66],"\u300cpopular":77,"\u4ed8\u3051":[2,10,27,50,51,35],"\u30ab\u30a6\u30f3\u30c8":[50,126],"{\"_":[31,77,125,10,48,103],"\u5f15\u6570":[50,0,9,44],"\u5b9f\u73fe":[91,57,117]," work":101,"\u3001\"":[2,62,84,126,32,56,15,17,34,50,8],"\"mori":110,"\u3001$":104,"\u3001'":[62,10,32,66,81,48],"\"service":84,"\u4f3c\u305f":[48,129],"_read":1,"\"yu":110,"\u3001-":[24,32,107,102],"\u6291\u3048":45,"\u3001/":[2,27],"\u3001.":[122,83],"\u5730\u5f62":[49,78],range:[73,39,65,118],microsecond:101,"\u5185\u5bb9":[96,2,65,27,73,100,102,77,103,104,10,61,83,50,51,123,125,90,126,21,93,56,34],"\u3057\u307e\u305b":[34,77,74]," configuration":6,"\u3001:":102,"(fedora":96,"\u3002 ":[1,2,97,130,64,32,33,6,7,34,50,74,35,115,77,49,103,38,81,39,102,111,113,41,84,14,15,27,17,78,121,129,125,91,107,92,21,127,93,37,56,83,58],block:10,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u672c\u6587":51,".\n":[110,102,6,35,104],"\u5730\u70b9":[48,49]," search":[103,84,106,56,21,50,17,121,8,125]," postgresql":[91,21],garbage:50,"\u5c5e\u3059\u308b":[73,32],"\u533a\u5207\u308a":[100,123,77,2,3,89,106,10,91,32,125,66,38,90,110,61,56,50,103],"/\n":[107,104,83],"\u7e70\u308a\u8fd4\u3057\u6570":102," patsuffix":97,"\u3088\u308a":[62,32,98,50,34,74,102,77,49,103,10,80,41,44,45,17,78,121,125,126,107,94],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":35,"/yum":104,"\u9010\u6b21":91,"|key":[77,2,62,45,126,125,21,80,81,97,103,51,41],"\u4e88\u5b9a":[9,55,21,49,17,35],"\u6295\u5165":[45,0],"\u5831\u544a":57," without":21,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":104,"\u30d5\u30a9\u30ed\u30ef\u30fc":104,pcre:50,".)":[50,103,101],"_fin":50,"\u305f\u3070\u304b\u308a":80,shimoda:107,".-":83,"..":[77,61,103,90,125,66,99,38,100,24,41],"\u3046\u3061":[9,33,86,44,50,17],"\u5316\u6f0f\u308c":50,"\u3067\u3082\u3063\u3068\u3082":20,".\"":[31,2,103,10,21,80,81],sequence:[34,106,84,56],"\u7a2e\u5225":65,submit:[34,106,84,56],"\u3072\u3068\u3064":[50,125,79],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,109,50]," music":101,"/hosts":104,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126,"_links":[1,118],"\u51fa\u3059":126," hottolink":69,"= y":50,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9," curl":[58,3,35,6],"\u5074\u9762":91,"\n..":110,"\u3002_":[2,75]," gothic":12,files:104,"\u30da\u30fc\u30b9\u30c8":50,conditional:106,"[groonga":[17,104,50],"\u3057\u307e\u3044":[10,45,97,102,84],"\u524d\u63d0":57," wibowo":50,"-query":[96,2,97,66,21,101,81,50,17,121,125],"-libevent":50,"\u8a2d\u5b9a\u5024":[0,82]," needed":6,"\u3001c":2,"_for":44,link:[10,27,89],".]":[103,106,65,86,73,100],"._":[10,77,103,125]," language":83,"-binary":35,line:93,"\uff08ci":52," shimada":107,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":41,posted:126,".h":55,".i":88," senboku":50,utf:[69,3,107,66,129,50,74,103],"_op":44,".n":[77,103,125],".o":31,munin:[115,0,11,88,105,50,17,74],"\u306b\u5bfe\u3057":[123,53,0,44,2,103,89,31,91,106,98,77,47,15,48,7,104,24,50,51,125],".c":[77,69],".d":[105,11],up:3,"_max":[43,1,118],"\u52d5\u304d":35,windows:57,"\u52d5\u304f":[17,74,130,50],"_of":[1,118],".}":[86,103],"\u4e0a\u66f8\u304d":[48,104],"\u66ff\u3048":[45,36,109,104],"_on":[1,118]," than":101," types":106,"\u904b\u55b6":104,"\u63a5\u982d":[17,103,64]," tokenbigramsplitsymbolalphadigit":81,horikoshi:17,bind:17,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":57,"\u30ed\u30fc\u30de":34,"/source":[83,88,104,105,55,11,14,70,115,74,58],"\u3002command":9," mysqlgenerallexicon":129,"\u3002gnr":111,warning:101,"\u3054\u3068":[50,85,81,104,68],"\u3075\u308a":106," shops":98,curl:[50,74,35,52],sourceforge:104,"\u5b9f\u51e6":44,"\u306a\u306b":34,"\u5165\u308c":[45,31,126]," mark":129,"-oriented":21,"\u306b\u5bfe\u3059\u308b":[36,44,2,104,89,31,10,91,107,106,50,17,109],taro:31,">uptime":3,"\u518d\u5e30":[121,77,44,29,76],"\u958b\u3044":[17,25,129,107,76],binlib:104," accurate":21,"\u958b\u304f":[17,129,50],invalid:[77,118],"\u30b3\u30e1\u30f3\u30c8":[107,66,15,51,121,102],"_rate":[27,53,2,3,6],application:35,"\u958b\u3051":50,"\u3042\u3052\u308b":[36,71],"'\u3002":66,"\u56db\u3064":98,grn:57," go":80,"\u30d0\u30a4\u30ca\u30ea\u30fc":93,"\u6642\u4ee5\u5916":107,ooo:64,nice:80,"\u767a\u884c":27,"\u7acb\u3061":93,".load":102,"\u3002dump":110,users:[39,70,35]," script":102,"\u53f3\u8fba":[17,107],"\u3002\u30bf\u30b0":31,lucid:[107,11,104]," eight":2,"\u6307\u5b9a":[91,44],"\u5c5e\u3057":32,"\u4e00\u7dd2":[0,49,2,45,77,50,96,41],"}\n":[31,77,49,97,84,10,106,125,101,80,39,6,56,34,51,126,87,35,103]," old":104,".php":104,"\u3088\u304f":77,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":130,"> y":50,drilldown:[0,108],"\u982d\u8f9e":64,"\u3088\u3046":[0,61,64,33,66,6,7,100,50,74,35,36,77,9,103,104,128,80,81,102,110,12,41,44,98,86,49,17,78,121,122,52,125,90,91,107,21,93,24,129],"\u7d99\u7d9a":[50,66,52],"\u306a\u304c\u308b":50,"_permission":1,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":102,"\u4f7f\u3044":[32,6,74,35,36,77,103,106,11,80,111,83,44,115,17,120,121,52,88,129,91,92,21,93,105,41],"_empty":[1,118],"\u4e00\u5de5":97,"&query":27,age:77,confirm:83,"/wgs":48,"\nerror":[4,5],"\u5b50\u5348\u7dda":49," base":6,"\u8aad\u307f\u53d6\u308a":[38,66],"2\u3064\u3081":[51,125,35],"_nil":107,"\u30b3\u30a2":[74,6,35],"\u7f6e\u304f":74," post":[77,103,125],"-count":53,hello:[80,103],rinse:104,"\u6a29\u9650":74," b":[103,125]," c":[125,55,91,70,17,103]," `":3,msbuild:70,"\u30d6\u30e9\u30b8\u30eb":49,gr:77," d":[45,98],"\u3067\u307f":91,"\u7121\u99c4":91,",\"title":2," n":[91,77,103,125],"\u30a4\u30f3\u30c7\u30c3\u30af":51,"\u30ed\u30b0\u30a4\u30f3":104,"\u64a4\u5ec3":[107,66]," i":[104,83],"\u958b\u304f\u969b":50,"\u3067\u3064":62,"\u843d\u3061":[50,107],gb:3,ga:102,"\u5272\u308a\u5f53\u3066\u308b":[10,64,2]," z":32,"\u30dc\u30c7\u30a3":[41,118,7],"-lzo":94," y":50,"\u3067\u306b":[45,80,7],"\u305f\u3060\u3057":[0,98,103,24,66,50,17,75,125],"\u3067\u3069":106," }":[53,126,2,27,35],"\u3067\u3057":[14,10,103],"\nhttp":6," @":[77,97,45,126,98,15,103]," binding":69,pthread:17,"|http":102,"\u8a2d\u5b9a\u6e08\u307f":96,"\u898b\u3064\u304b\u308b":50,"\u8a9e\u6271":98,description:[126,98],"\u30ad\u30fc\u30b5\u30a4\u30ba":64,"-release":57,":..":77,"\u3067\u3059":[59,96,1,2,3,130,64,32,33,66,68,70,6,7,34,50,74,126,8,35,62,80,77,9,103,102,105,55,106,11,38,45,39,100,75,61,111,92,65,41,42,44,110,84,14,98,115,15,48,49,118,17,51,78,121,81,122,52,123,88,129,104,89,86,91,125,20,21,93,10,73,56,24,57,83,87,27],"\u3067\u3044":[10,77,103],"\u3002ftp":102,"\u300cgroonga":111,"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,stable:9," yamaguchi":17," [":[2,62,66,27,7,61,87,102,97,80,77,49,103,10,106,38,81,39,108,110,41,100,31,84,45,47,15,48,116,50,51,123,53,125,89,86,90,126,73,21,99,93,56,34,129,6],"\u3067\u304d":[0,1,61,3,64,33,66,70,6,7,72,100,50,74,75,80,77,9,103,104,105,106,11,38,81,107,102,110,111,12,41,43,44,115,47,15,49,17,78,121,122,52,123,88,129,125,91,79,21,124,93,37,24,83,58],include:55," ^":[50,103],"\u62e1\u5f35\u578b":10," \\":[15,98,66,103,81],"\u5411\u3044":[93,64,77]," \"":[2,62,32,70,27,73,34,87,35,97,80,77,49,103,10,106,38,81,39,102,65,31,84,45,53,15,48,50,51,121,125,89,86,126,92,21,93,56,129,6],mbytes:102," ":[2,3,66,6,73,34,74,87,35,62,77,9,103,104,10,106,80,81,39,108,102,97,41,31,44,84,53,15,48,49,51,52,123,125,89,86,126,92,21,93,56,129,27],"\u4f59\u308a":103,".patch":83,"\"saerch":84,"\u30d7\u30e9\u30b0\u30de":77," %":[50,103]," libmsgpack":[105,11],"\u8fbc\u307f":[40,121]," (":[42,36,77,69,103,30,105,11,21,115,49,44,70,104,50,88,125],ddl:45," .":[115,88,74,104,105,14,11,45,70,122,52,102,58]," /":[123,98,2,103,45,106,11,66,70,27,7,50,35,6],"\u304a\u3051":77,"\u3002time":126," 3":15,"\u3067\u5024":[66,2],"\u6e0b\u8c37":126,"\u983b\u5ea6":106," 4":15,"\u3072\u308d":97," :":103,"\u30a8\u30b9\u30b1\u30fc\u30d7":[38,50,21],"_users":126,"\u6368\u3066":17," ?":103," <":[77,69,103,45,21,48,110,50,17,102]," =":[31,77,49,97,66,48,44,103],"\u5206\u985e":10,"\u4f7f\u3048\u308b":[125,66,50,17,74,52]," snippet":21,"\u304a\u304d":[91,104],"-build":122,".clean":104," update":57,"-id":[50,66],"\u542b\u307e":[93,77,44,2,103,104,125,121,65,56,73,21,38,7,50,98,88,35,41],".mo\u30d5\u30a1\u30a4\u30eb":83,"this":[77,2,103,10,125,99,6,101,27],"\u304a\u304f":[10,103,104],ctx:85,"\u6b8b\u308a":[77,9,121,41]," such":[50,83]," url":110,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":64,"/httpd":[96,6],"\u601d\u3063":55,".output":24," innodb":91,"_use":[1,118]," owner":6,".po":57," term":[47,86,62],"-suggest":[28,36,30,106,107,127,50,17],"/bin":74,"\u5341\u5206":[45,77,7],"/sbin":58," word":[77,125],"-memory":107," outputs":101,".pc":[17,127],"\ntable":[45,126,110],"\u9023\u643a":91,"\u8ca0\u6570":50,video:31,"\u7d42\u308f\u308b":[80,103,125]," [":[39,77,41],".xml":3," suited":21,"_cursor":[50,107],register:[36,20,92,30]," -h":35,index:[31,51,69,104]," env":121,"-known":21,"\u7d44\u5408":81,"/introduction":[2,27],opaque:118,".tsv":[121,3],squeeze:[36,104,94]," japanese":16,"\u30dd\u30a4\u30f3\u30c8":121,etime:123,"\u5f35\u308c\u308b":50,"\u983b\u7e41":74,"\u306e\u3067\u3057\u3087":77,"\uff08not":111,"\u4e2d\u56fd":49," voiced":129,"\u5c0f\u6570":[77,61,90,93,100,17],"\u30a8\u30f3\u30b8\u30f3":[10,31,77,66,91],"{time":101,"\u8fd1\u3044":123,"\u5224\u65ad":103,"-exact":53,"\u5024\u8a18":103,"\u6c42\u307e\u308a":91,"_over":[1,118],"\u521d\u56de":83,"\nalert":[4,5],nonexistent:77," score":39,"\u632f\u821e":49,"?parameter":6,let:80,"\u57cb\u3081\u8fbc\u3080":102,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":33,ubuntu:[36,122,94,52],"0xc":118,"\u3042\u308b":[90,1,2,31,4,64,32,33,66,5,29,50,34,114,74,35,76,77,9,103,104,79,10,106,38,81,108,102,61,111,40,112,65,41,100,43,44,110,84,45,46,47,15,49,82,17,51,78,121,123,53,124,125,86,83,91,107,73,21,37,116,24,25,95]," memcached":27," \"":[77,49,62,126,65,125,86,39,27,73,51,87,102,103],"\u306b\u5bfe\u5fdc":[100,77,61,90,24,66,38,50,40,17,129]," ":[2,62,27,34,73,87,35,97,77,9,103,10,106,80,81,39,31,84,53,15,48,49,51,125,89,126,21,93,56,129],"= \"":[77,103],"(gqtp":96,"/tmp":[121,35],broken:118,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[64,2,6],"\u4e0a\u3052\u308b":45,"/coremodule":6,"\u57cb\u3081\u8fbc\u307e":104,"\u57cb\u3081\u8fbc\u307f":21,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":66,"\u3058\u304d":21,"\u306e\u3042\u3068":50,"\u5177\u4f53":[45,51],"\u3067\u3082":[59,1,2,64,98,70,6,50,34,74,102,115,77,104,11,83,45,48,27,118,17,51,122,88,91,21,105,94,41,58]," article":51,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[114,91],"\u300coffgao":126,">version":3,".fedoraproject":88,"\u6301\u3061":[44,66,6],"\u5206\u6790":91,"\u9806\u756a":[45,66,2,125],"\u898b\u3064\u304b\u308a":77,firewood:50,apple:129,"/to":[6,35],"\u30ed\u30f3\u30c9\u30f3":49,realloc:107,"\u5171\u901a":[17,32,103,51,64],"_by":[17,126,127,50],"\u7518\u3044":62,"\u8981\u6c42":[15,2],hardy:107,"\u9014\u4e2d":[104,84,66,118,50,34],"\u3046\u3048":[17,50],"\u6642\u306b":17,"\u5148\u60c5":126,"\u7d5e\u308a\u8fbc\u3080":8,use:[50,77,66],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":74,"\u3002\u3064\u307e\u308a":[115,77,2,125],usa:89,"<- ":35," garbage":86,"\u6642\u9593":[93,77,61,125,104,90,91,107,53,100,17,102],bi:[45,98]," defines":99,"\u3002\u30d0\u30b0":59,"\u7d5e\u308a\u8fbc\u3093":91,"\u3057\u307e\u3046":[91,17,107,104,50]," protocol":118,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":51,save:104,"\u81ea\u5206":[102,94,83]," grn":[101,44,121,111],"\u30af\u30a9\u30fc\u30c8":125," doc":[62,104,83],soundkitchen:[17,50],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[36,30,7,86,50,17,25,76]," functions":69,"\u3059\u308b":[44,91,85,16,12,57],"\u7d4c\u7def\u5ea6":[36,109],"\u3059\u308c":[2,125,91,7,102,103],on:[6,35,21],started:125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":57,"[header":[92,93,39,7,87,41],"\u5f15\u304d\u8d77\u3053\u3059":50,iwai:50,"\u8868\u3059\u578b":32,tokenbigramignoreblanksplitsymbolalpha:45,"\u5225\u9014":[32,89],"\u3059\u3093":126,"\u305d\u308c\u3089":[123,77,121,35],"_per":17,"\u305d\u308c\u305e\u308c":[2,3,64,98,66,74,62,77,104,10,81,41,44,45,48,118,51,122,89,126,21,93,24],"{prefix":[74,7],defines:99,"\u5358\u72ec":102,"\u4f7f\u3044\u65b9":[36,30,91],"\u9818\u57df":[50,48,74],"(wgs":48,"?msg":104,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":50,"\u5229\u7528\u4f8b":91," depends":69,"<limit":66,"\u4ee5\u5185":[34,48,126,103,84],"\u8d77\u52d5":[9,3,104,107,66,53,70,102,50,24,35],"\u6e21\u3055":[49,44,50],"\u6e21\u3057":[44,61,38,27,100,2],twiter:50,"\u6e21\u3059":[50,2],"\u53d7\u3051\u4ed8\u3051":[50,107],mitsuhiro:107,"\u7de8\u96c6":[57,122,104],"\u4f5c\u696d":57," morning":80,"\u3001&":48," github":83,"\u30b7\u30fc\u30b1\u30f3\u30b9":[34,84,56]," actual":6,links:[10,27,89],"\u306f\u6708":103,process:[36,30],sudo:[115,88,11,105,50,74],"_estimate":17,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,107,50],pentium:102,">max":3,"/linux":[36,94]," example":77,tag:31,"\u7d30\u5206":10,objname:[25,76],"\u30b7\u30e3\u30fc\u30d7":41," mte":69,"\u3059\u3050":[91,35],sed:[17,50],"(content":21," candidate":106,sis:17,"\u306f\u307f":57,"\u6301\u3063":[77,103,84,91,50,129,125]," toybox":10,"\u6301\u3064":[31,77,49,2,103,89,84,10,91,85,33,66,38,17,129,75],tokendelimit:56,"-strings":50," or":[77,125,81,101,121,62],"\u6df1\u523b":[45,50],"\u629c\u3051\u308b":2," candidate1":106,"\u3059\u3067":[80,98,82],"\u3059\u3079":[77,44,102,64,118,9,6,110,34,17,87,126,35,76]," titles":[103,125],"_repair":50," {":[49,2,84,106,53,6,56,34,126,35,27]," }\n":[126,6],sid:[36,94],defalt:107," indexblog":51," port":[27,58],dd:[101,103]," size":86,"\u30b3\u30de\u30f3\u30c9":[36,0,44,104,30,107,70,17,72,12,50,74,122],"_create":[36,44,30,20,127,50,17],normalize:[36,20,30],"\u81ea\u5df1":126,"\u3044\u304f\u3089":91,"_')":[47,75],"\u4e26\u3073\u9806":48,stop:50,"-deafult":17," msgpack":3,"\u304a\u3059\u3059\u3081":35,"\u7e70\u308a\u8fd4\u3057":[103,102,83],"\"rectangle":[50,49,78],"}e":103," mroonga":[77,125,81,15,51,103],"\u5f35\u3089":[10,50],"\u5f35\u308b":[103,125],"\u3055\u3044":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,122,88,125,91,92,105,24,83,58],"\u306e\u307b\u304b":[10,32]," composition":129,"\u30a2\u30af\u30bb\u30b9":[123,107,104,10,24,66,27,50,17,83,6]," nice":80,"\u7d5e\u308a\u8fbc\u307f":[91,2],"\u3042\u308b\u3044":[115,88,9,103,91,118,125,37,44,6,78,41],"\u4eca\u5f8c":[40,17],alloc:[27,53,2,3,6],"\u7b2c\u4e8c":49,"\u66f8\u5f0f":36,"\u30b5\u30fc\u30d0\u30fcid":17,rakutan:51,"\npackages":104,"\u4f53\u8fd1":78,"\u898b\u3064\u304b\u3063":[77,8],lines:122,"\u30da\u30fc\u30b8":[36,77,2,104,66,16,50,24,83],"\u518d\u8d77":[96,121],processor:[105,88,11,115],"=platform":94," restart":96,"-protocol":[66,27,102],"\u524d\u65b9\u4e00\u81f4":[50,0,106],"/repositories":104,":\\\"":38,"\u8a9e\u610f":68,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":107,"\u4eac\u90fd":[45,98],"#groonga":121,"\u30c0\u30d6\u30eb":[125,64,50,17,41,103],"\u300cbill":98,"\u7d9a\u304d":38,gcc:[17,74,50],"\u306e\u3088\u3046":[50,77,125,103,111],"\u304a\u3070\u305f":17,"(cutter":122,"\uff08tokenmecab":45,"\u7d9a\u3044":[45,90,77,61,100]," shorttext":[2,62,66,87,102,97,77,49,103,10,80,81,39,110,41,31,45,47,15,51,125,89,126,21,129],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":62,"\u30ab\u30d0\u30fc":122,"% ":[104,83],jiro:31,"\u30c7\u30d5\u30e9\u30b0":17,":configuration":70," clean":122,"\u305d\u308c":[115,88,44,2,62,104,10,126,32,98,125,53,45,107,70,56,103,51,83,41],"\u3002int":50,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":123,"\u4fc2\u6570":44,"\u629c\u3051":[17,50],"\u91cd\u307f":[36,77,125,45,81,50,109],"\u6570\u5b57":[45,84,102,41],lf:123,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":104," bool":[10,97],"-mysql":[105,88,11,129,115],"\u3092\u3064\u3051":[77,125],lc:83,"\u78ba\u7387":106,"_unavailable":[1,118],"\"sphere":78,"\\\"}":38,ll:[45,98],"_reopen":[36,30,4,20,5,50],"/apt":[105,11,104],euc:[50,74,66],li:[45,98],"/api":35,lt:21," extract":101,"\u8ab0\u304c":126,zip:[36,104,94],total:[86,102],"\u512a\u5148":[91,102],"\u5de6\u4e0a":[37,0],"\u5de6\u4e0b":0,"[space":125,"\u6700\u5927\u5024":50,"\u9589\u3058\u308b":[17,0,64],"\u305f\u3076\u3093":74,"\u306f\u3069\u3061\u3089\u304b":[103,125],"\u4f75\u305b":2," gpl":69," cache":50," patch":69," |":[123,115,77,103,104,81,45,11,88,105,48,6,50,52]," gpg":104,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[36,107,20,30],auth:[6,35]," value":[50,77,2],dat:64,"\uff08world":32,billiard:[45,98],"\u8d8a\u3048":45,"@' ":2,"\u89e3\u91c8":[107,44,110],"\u6765\u307e\u3057":126,day:101,"_point":[31,78],"\u3088\u30fc":126,articles:51,"\u306b\u304f\u308b":45,"\u5f15\u8a9e":2,translate:83,"\u300d:":129,xml:[17,107,50],edit:[36,0,113,104,30],")]":50,"\u4f4e\u901f":89," hw":58," updated":[45,69,83],"/master":[83,52],"(nginx":96,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":66," hh":[101,103]," start":[80,96]," physical":86," threasd":66,"\u70b9\u9593":[48,33],"\u6df7\u305c":[10,106],"\u65e2\u5b58":[2,104,10,91,27,40,50,102],"\u3064\u3044":126,"<gqtp":102,"\u5408\u5bbf":126,"_none":65,"\u5186\u6ed1":104,",\"link":10,"\u5c3a\u5ea6":91,"\u6b8b\u308b":17,"\"abandon":90,"\u751f\u6210":57,"\u89e3\u6c7a":[17,86,50],"\u3002redmine":59,frequency:[34,106,84,56]," your":[17,83,52]," gnupg":104,"& b":103,"\u30b3\u30e1\u30f3\u30c8id":126,"/message":104,partial:44," creates":[101,99],out:102,"\u3050\u308b\u3093":[31,103,125],"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[15,81],"\nexecuted":27,"\u5fc3\u914d":94,"-match":94,"\"mroonga":[15,77,103],res:102,"';":66,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":66,"\u306b\u304f\u3044":91,"\u51fa\u6765\u308b":126," subject":50," \u6c11":98,"-package":[104,94],"\u30ab\u30ec\u30fc":98,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":126,"_default":[50,35]," floating":32,sphinx:57,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[70,83]," five":2,">starttime":3,"-fd":17,"-per":17,"/\u6708":126," thesaurus":77,"\u904e\u7a0b":75,status:[36,0,30,107,20,50],"\u73fe\u72b6":9,"\u542b\u3081":[77,121,125,104]," too":51,"\u5b9f\u7a3c":123,"\u4ed8\u5c5e":[24,6],retry:118,"/aba":[48,2,89],"8r":[50,74,66],httprewritemodule:6,"& (":103,"\u76ee\u8996":93,lts:[36,104,94],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,74,122,94,83],"\u30d6\u30e9\u30b8\u30ea\u30a2":49,"\u4ed5\u69d8":[36,9,106,107,6,50,24],deprecated:[77,9],"\u4e00\u90e8":[46,2,8,104,50],"_nsubrecs":75,"\"\uff08":34,"\"\uff09":[10,34,0,48],"_friends":31,"\u300d\u3001":[31,126],"-localstatedir":94,"\u30bb\u30b0\u30e1\u30f3\u30c8":[86,25],"/universe":11,"\u9001\u3063":[55,59,57,83],"\u7403\u9762":[49,78],url:[110,17,27,104,24],"\u3064\u3051":[77,49,92],"3ki":107,"\u304a\u3059\u3059\u3081\u3057":[103,104,125],"\"sea":34,"\u8aa4\u5dee":[17,49,78],largetext:64,"<max":66,there:125,"\"say":103," instead":[77,66],",\"location":[31,48],"\u8aac\u660e":[59,1,30,70,74,36,104,11,83,114,44,115,14,50,52,88,20,93,105,94,57,58],hex:31,"\nload":[49,110],unsupported:118,"\u30d9\u30af\u30bf":[50,0,107,65],"\nctrl":27,"\u591a\u304f":[77,2,10,66,21,45,17,130,41],"\u7d44\u307f\u8fbc\u307f":[36,30,92,20,110,102],"\uff08\u300c":[45,129],"\u53d6\u308a\u8fbc\u307f":17,"\u64ec\u4f3c":[77,103,125],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,0,107,122,50],"_symbolic":[1,118],grroonga:8,"\u8d77\u70b9":[90,100,77,61],utc:103,"\u5897\u5927":49,"\u53d7\u3051\u53d6\u308a":[44,2],moero:31," links":10,"\u516c\u5f0f":[17,88,115],"\u30e9\u30f3\u30ad\u30f3\u30b0":2,unknown:118,"\u7121\u52b9":[50,77,74,6,125],"\u8aad\u307f\u8fbc\u3093":27,mkdir:110,system:14,",[":[45,90,100],"\u6c38\u7d9a":[36,30,41],"\nlog":101,"\u52d5\u5c0f":32,"\u304a\u304b\u3057\u304f":107,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":51,"-doc":50," video":31,"-keys":104,man:0," tokenmecab":45,"\u306f\u3058\u3081":[36,106,9,128,83],"\u7279\u5316":[103,83]," for":[49,32,21,99,69,50,101],"\u304b\u3061":[77,98],configure:57,"_query":[44,84,106,56,34,50,121],".textile":104,"_logger":50," service":[96,84],"\u304b\u3069":[115,77,125,45,106,37,48,78]," mecab":[91,88,69,115],"var":[74,65,44,66,6],"\u756a\u76ee":[10,77,2,103,125],",..":[38,73,65,77],"\u8ffd\u8de1":57,"\u64a4\u53bb":17,itagaki:107,"_vector":[31,77,10,126,47,15],"\u500d\u7cbe":32,"_started":[93,39,92,87],"\u3092\u3054":122,"\u9ad8\u3044\u9806":2,"\u53d6\u308a\u5f97\u308b":32,"\u3002run":122,"_unsupported":1," started":[93,101,77,103,125],"\u305b\u3044\u305c\u3044":41,"\u51fa\u73fe":[91,106,68],"|:":101,"/..":[6,104],"\u305b\u306a":[103,125],"\u304b\u3051":76,"_illegal":1,".grn":110," normalizers":129,"\u81ea\u52d5":[31,2,97,104,64,7,125,102,50,17,103,75,83],"\u3042\u304d":97,"\u304b\u305a":50,"\u82e6\u624b":91,"\u30ab\u30bf\u30ab\u30ca":[34,129,106]," snippet3":21,"\u5229\u70b9":91,",' ":[10,32],"\u6291\u5236":50,"false":[125,29,97,104,10,4,32,107,46,81,47,15,39,5,108,40,103,87,116,76],"\u8a72\u5f53":51,"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"$home":104,"\uff01\uff09":[34,84],interrupted:118,"\u81f3\u308b":10,"\u56fd\u969b\u5316":[57,120],"\u76ee\u304f\u3089\u3044":41,"\u96e3\u3057\u3044":91," tritonn":[77,103,125],"\u4fee\u6b63\u4e2d":84,"\u30de\u30a4\u30af\u30ed":[10,126,32,103],"\"null":50,"_expanders":[121,7],"\u3002cpu\u30b3\u30a2":35,"\u304b\u3082":[93,92],"\"co":8,tvsec:53,"\u975e\u308f":98,"@tomotaka":17,"\n ":[44,6,35],"\u6f14\u7b97":[50,74,107,111],"_control":[1,118]," lexicon":[81,80,15,51,102,41],"\u914d\u4e0b":[24,104],tokendelimitnull:127,".msgpack":3,"_const":44," unix":93,"\u4e88\u7d04":47,"^ ":103,"\u9078\u629e":[91,77,49,104],"_groonga":93,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":44,"5f":102,satoh:17,"\u3080\u3044\u3061\u3083\u3044":126,brazil:89,"\u901f\u3084\u304b":9,"\u3069\u3061\u3089":[59,96,2,62,92,51,8,35],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17," suggest":[106,56],"\u8aad\u307f\u8fbc\u307f":[17,121,2,7],"\uff08gnu":74,"\u69cb\u7bc9":57,"\u3068\u305d\u306e":9," six":[101,2],"\u672a\u958b\u653e":107,"-h":66,"/commands":[73,39],"_hey":41,"\u3089\u308c":[77,44,2,64,65,107,73,91,48,50,17,51,76],"**":5,"\u3064\u3076\u3084\u304d":80,"\uff09\u3001":[64,98],"\u9ad8\u901f":[31,0,44,2,103,130,64,33,66,125,49,91,17,78,35,41],"\uff09\u3002":[45,126],"* ":[32,103],sa:[106,84],"*\"":[51,77,127],"_build":122,"\u73fe\u5728":[123,2,104,91,33,68,82,126,40,124,102,41],"\u6e2c\u5730\u7cfb":32,latin1:50,"\u5168\u89d2":[17,129,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":66,"_delimited":69,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[50,84,41],"_is":[1,92,93,39,118,17,87],hh:[101,103],"\u5408\u81f4":2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[36,77,64,32,17,109],"(arugment":103," is":[77,2,3,10,125,21,81,27,101,50,51,103,35,6],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,107,93,50,17],"-point":32,"\u901f\u304f":[31,74,41],"\nwarning":[4,5],"\u5171\u901a\u63a5":64,":tasukuchan":126,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":104,"-get":[50,11,104,105],"_id":[77,2,103,104,48,50,17,75],its:59,"_temporarily":[1,118],".gz":[115,88,104,14,11,58,105,74,83],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":129,"\u6307\u3057":10,"_database":50,currently:6,"\u3084\u308a":59,"\u5fc5\u9808":[74,70],"\nlucid":107,",\n ":[31,77,103,45,106,65,93,86,6,126,125],"\u8d8a\u3048\u308b":45,"_initialized":[1,118]," favorite":83,"'mroonga":[81,51],"\u30e2\u30b8\u30e5\u30fc\u30eb":[36,9,107,91],"\u304b\u3089":[36,44,104,91,85,33,94,57,83],"[httpd":50,"'localhost":[123,66]," \u304b":58,"=c":70,"\u3002\u2193":66,ssssss:101,"\u53cb\u4eba":31,"=i":104," project":103,"|persistent":[73,39,65],"\u5b66\u3093":126,synonym:[77,62],"\u8abf\u3079":[37,78],"=\\":21,cache:[36,0,20,30]," it":[80,125]," doesn":6,"\u30b7\u30a7\u30eb":[74,102],daiki:[50,107,127],"\u30fb\u5168":108,"\u4e0d\u6b63\u78ba":[53,50]," in":[50,44],"get\u30e1\u30bd\u30c3\u30c9":24,wget:74,truncation:17," id":[101,86,91],"\u4ecb\u3057":[91,27]," if":6,"\u65e5\u4ed8":[91,49,104]," documents":[81,21],"\u6295\u7a3f":104,"\u4ed8\u3051\u308b":[85,129,2],"\\groonga":70,"!condition":103,means:101,"[admin":[17,50],"\u7279\u5225":[74,34,1,125],"\u5c11\u306a\u3044":[77,125,80,111,121,103],ko:69,"\u7d44\u307f\u8fbc\u3080":[91,44,6],"\u30c0\u30f3\u30d7":[50,107],"\uff08and":111,"=$":[74,104,83],",\n{":[129,62,89,81,106,84,125,15,56,34,51,103,97],"\u7e70\u308a\u8fd4\u3059":107,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[77,82],"= ":[50,48,97,103],words:103,"\u306e\u307f\u3057\u304b":8,db1:35,"_path":[50,104,102],db2:35,"=(":104,">cache":3,"\u53c2\u52a0":[57,16]," nfkc":129,"\u4e0d\u8981":[50,91],"\u307b\u3068\u3093\u3069":115,"\u30b7\u30a7\u30a2":16,"_search":[17,106,50],"\u3070\u3044\u3051":[77,103,125,41,50,74,121,52]," released":[69,104],"(column":21,",\n[":[21,110],"'='":66,",\n]":[45,15,48,62],queries:102,"\u3050\u308b":[125,103,111],"\u30fb\u81ea\u5df1\u7d39":126,fixed:50,"\u307e\u3068\u3081":57,"_busy":[1,118],view:66,"\u5236\u5fa1":[50,6,81]," eggs":51,"\u304b\u304e\u308a":102,"=fedora":104,"\u3002blogs":45,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":107,"\u4ee3\u5165":[107,44,125],"\u3068\u3057":[123,31,44,103,84,10,32,66,80,49,56,34,51,121,8,102],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":110,"\u8fd4\u4fe1\u5143":126,latin:[50,74,66],"\u63a5\u7d9a\u5148":123,"\u884c\u6570":17,"\u306a\u306a\u3069":[103,125]," queries":21,terms:[45,86,77,2]," an":6,"|ga":77," the":[125,21,6,50,101,103],"\u57f7\u7b46":[51,33,68],"\u975e\u5e38":[50,35],oneiric:[36,104,94],"\u3002debian":122,"\u306b\u3064\u3044\u3066":[59,114,1,2,4,92,32,98,66,68,5,29,7,34,50,74,35,76,115,77,9,104,105,10,106,11,38,81,39,100,82,61,40,108,113,65,41,28,43,44,110,84,14,46,47,15,49,118,112,17,87,78,121,52,53,88,126,125,86,90,91,79,20,124,37,116,73,56,57,25,95,58],"\u985e\u4f3c":[50,44,111,106],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":50,"\u51fa\u529b":[12,57,122,91],iptables:35,ieee:32,"{name":103,"(string":79,"\u8ffd\u8a18":[50,104],"\u30c7\u30e1\u30ea\u30c3\u30c8":64,dll:[17,50],connection:118,"\u3002tld":89,travi:50,progress:101,"\"\u30df\u30ea":103,logaling:52," gqtp":[91,96,1],"\u3057\u304b\u3082":130,"_incompatible":1," quit":66,ken:31,"_connected":[1,118],"\u306f\u3061\u3087\u3046":103,"\u7dad\u6301":[91,35],"\u304c\u304a\u304c":126,"/var":[96,74,66,6],"\u6d88\u8cbb":80,"\u4e0a\u4f4d":45,"| c":103,"\u5168\u4ef6":[103,125],"\u4e43\u6bc5":107,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":50,"\u6b8a\u547d":102,job:102," only":6,"\u3053\u308c\u3089":[2,3,64,7,74,8,75,115,77,49,103,11,45,35,111,14,50,88,125,89,126,92,105,56,24,57,129],key:[93,77,106,65,38,39,116,110,50],"\u300d\u3002":111,homebrew:[36,94]," cities":49,"\u6982\u5ff5":9,"\u6539\u884c":[17,65,66,50],"\uff12\u3064":[48,89],"2\u4ef6":126,"\u304a\u77e5\u3089":36,"\u518d\u8d77\u52d5":7,plugin:17,admin:107,"|on":77,"/status":[123,27,3,35,6]," just":[80,101,99],valgrind:122," max":[43,82],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[125,64,107,17,41,103],"\u306e\u3069\u3061\u3089\u304b":[77,103,125],etc:[11,6,35],".org":[31,88,74,2,89,83,105,14,11,10,48,70,6,110,104,115,58,102,27]," mac":50,"/local":[74,6,104],illegal:118," groo":77,"$prefix":17," properties":101,"\u56f2\u307e":21,"\u59cb\u307e\u308b":[77,103,102,47,35,34,121,8,75,125],comment:[126,51]," me":26,"\u4eca\u56de":[50,2,21,103],"\u30d5\u30a9\u30eb\u30c0\u30fc":70,"\u304a\u304d\u307e\u3057\u3087":10," \"@":126,"\u4f5c\u6210":[57,117],"\u6295\u7a3f\u5834\u6240":126,"\u533a\u5225":[32,77,97],"/senna":110," easy":12,"\u30cb\u30e5\u30fc\u30b9":80,"\u6df7\u5728":24,"_add":66,",\n#":[31,77,2,103,10,126,81,48,27,125],"\u3002drilldown":[77,89],"\u30af\u30ea\u30a2":[17,50],zenigata:31,"\u66ff\u3048\u308b":[2,89],table:[36,44,30,46,65,107,20,47,9,50,17]," \"_":[2,62,27,34,87,97,77,49,103,10,106,80,81,39,31,84,15,48,51,125,89,126,93,56,129],"-history":17,rpm:[115,88,104,107,50,17]," backup":110,"/hostname":[66,102]," \"e":[34,106],"\u30ab\u30b9\u30bf\u30e0":6,bom:107," sign":104,"\u30b5\u30d6\u30bb\u30c3\u30c8":32,"\u91cd\u307f\u4ed8\u3051":[45,77],args:66," \"b":15,"_itoh":17,"\u30b9\u30ab\u30e9":65," \"n":[93,77,2,103,125,53,6,27]," argument":103,"\u5c0f\u6570\u70b9":10," \"k":31,quiz:31,"\u57fa\u6e96":[10,91,2,104],json:[17,107,50],"\u3002gdb":122,"\\'":[66,125]," \"s":[106,84],"\u547d\u540d":50,"]\n":[2,62,66,27,34,73,87,97,38,77,49,103,10,106,80,81,39,41,31,84,15,48,51,125,89,126,21,93,56,129],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":104,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":50,"\u901f\u3044":64,"\u521d\u671f\u5024":123,username:[31,70],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":50,"\u5927\u6587\u5b57":[2,41],"\u4e2d\u91ce":126,"_gqpt":102,"_level":[36,20,30],"\u5185\u90e8":[10,50,53,21,104],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17,"-cache":66,"\u306a\u306b\u5bfe\u3057":[103,125],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"_filename":1,"\u3068\u3064\u3044":48,"\u4fdd\u6301":68,"\u524d\u8ff0":[45,129,41],"\u7a2e\u985e":[36,77,1,103,104,84,45,64,56,66,109,106,125,44,118,34,17,75,41],"\u540c\u671f":[104,102],"\u30b5\u30a4\u30c8":[10,31,104,111],"_binary":50,"\u30c7\u30a3\u30b9\u30af":0,"\u5024\u578b":10,"\u4ee3\u308a":[50,49,125]," favorited":126,"_domain":1,"-d":[66,27],"\u672a\u5b9a":10,"{\"":[86,102],"\u5185\u8fd1\u304f":103,"\u5468\u8fba":[50,21],"\u8a02\u6b63":121," tar":[105,88,11,104,115],value:77," yes":123,"\u3068\u3057\u307e\u3057\u3087":51," first":[77,103,125]," favorites":126,"\u5f35\u3063":50,"/locale":[104,83],"\u793a\u3055":[73,65],architectures:104,ultra:31,"\u521d\u671f\u5316":50,"\u73fe\u308c\u308b":45,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[77,70,50,17,121,41],april:104,"\u30d5\u30ec\u30fc\u30ba":50," sound":129,"\u58ca\u3059":50,tar:[115,88,104,14,11,105,74,58],home:[74,104],".co":[77,69]," zlib":[105,11]," suggestion":99,"\u3072\u308d\u3086\u304d":97,site:[10,2,27,89],"\u3002\n":[0,32,98,66,73,102,9,104,38,40,65,31,44,85,46,86,82,17,51,78,126,107,127]," record":[10,49,2,27]," bigram":[45,126],"_exec":1,"\u3067\u304f":[57,121,77,94,52],"\u66f8\u304d\u8fbc\u3093":126,"\u30bf\u30a4\u30df\u30f3\u30b0":[50,2],avg:123,pkg:[107,74],"\u306e\u304b":[126,98],"\u8fd4\u4fe1":[126,51],"/o":41,uptime:[0,2,3,53,27,6],"\u5ea7\u6a19\u5024":17,"\u91cd\u8981":[77,104,122,91,20,68,80,6,74,35,41],"\u614e\u91cd":122,"-gqtp":[36,88,115,11,22,105,50],"\u3002#":[17,107],"\u578b\u304b":32,"\u3002-":[24,74,126],"\u3002.":83,"/d":[6,35],"/c":[55,91],"]'":35," replied":126,"\uff08longest":[17,103],"\u91cd\u8996":[45,80],pkgs:88,"\u300cbilliard":98,auto:[106,104]," replies":51,"\u8aa4\u5b57":[17,107,121,50],tmp:[2,104,106,66,39,27,73,121,35],"\u30ad\u30fc\u30ef\u30fc\u30c9":[36,0,98,125,91,77,21,127,81,71,50,8,41],"\u89e3\u653e":53,"\u982d\u6587":118,rake:104,http:[115,36,88,107,104,24,123,11,66,105,70,6,110,50,17,102,83],"-file":[93,17,66],api:[36,44,30,107,127,50,17],"\u4e09\u7a2e":27,":!":125,"\"popular":77,"\"roonga":8,"[apt":50,"/sysctl":58,"\u306b\u3088\u308a":[42,77,49,2,97,104,86,10,91,32,45,48,6,50,51,35,27],"_ito":17,"\u672c\u4f53":57," hashtags":126,"],":[2,62,65,66,27,34,73,87,102,97,38,77,49,103,10,106,80,81,39,61,100,31,110,84,45,53,15,48,51,125,89,86,90,126,21,93,56,129],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":104,".dump":17,"\u4f7f\u308f\u305a":81,"]/":27," local":110," body":[61,62,45,46,47,90,100],"\u5168\u6587\u691c":[36,107,109,41],"\uff01\"":126,off:6,center:78,yyyy:[101,103],"\u3002c":[55,91,1],"/'":11,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":50,"\u3002n":45,variety:31,"\u7a7a\u6587":[32,125],"([":43," ci\u4e0a":52,"\u66f8\u304d\u8fbc\u3080":102,"\u304a\u3063\u3055\u3093":126,failures:104,"/;":6,ecmascript:[50,77,103,111],uzulla:17,"&! ":103,"\uff01:":74," # ":6,"1byte":118,"\"ellipsoid":78,"\u8868\u793a":[0,3,65,66,17,73,74,109,36,77,9,104,10,102,31,45,53,86,50,89,91,107],"-platform":94,"\ndo":102," obj":86,"\u30c7\u30a3\u30b9\u30afi":41,"\u3002\u30df\u30ea":10,"_byte":[1,118],"\u3002messagepack":[93,74],"\u3001(":[32,102],text:[77,3,64,32,125,93,50,51,35,103],"\u767a\u63ee":91,tcp:66,"\u5229\u7528":[36,88,33,110,104,115,83,91,11,66,93,105,70,122,94,50,74,17,58,102,41],select:[36,0,9,30,107,20,127,39,50,17],"):":[96,104],",_":[31,2,89,106,81,48,126],"\u5438\u53ce":[2,62],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104," tracking":59,lib:[107,7],"(windows":102," \u6642":126,"\u30d5\u30e9\u30b0":[0,29,2,97,4,68,5,17,76,77,103,10,108,40,41,46,47,86,116,118,50,125,129],takayuki:17,"\u5236\u7d04":42,"!\\":103,":<":[77,125],"\u6b63\u898f\u5316":[50,92,21],"-ruby":[50,104]," ]":[93,6],normalized:92,"\u3042\u3068":[104,83],"}]\n":10,"\u3055\u3093":[107,21,127,50,17,8,35,83],"\u3086\u304d":97," map":101,script:[43,77,124,79,38,37,116,78,102],add:50,"\u3002gqtp":[123,1,27,118],"\u3055\u3089":51,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":102,"\u74b0\u5883":[91,57],"\u6570\u70b9":32,bool:[97,10,32,37,50,78,125],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":118,"\u30e6\u30fc\u30b6":[77,44,2,62,104,84,32,56,47,50,34,8,102],"\u7d9a\u3051":102,"\u30b9\u30fc\u30d7":98,match:[36,74,108,107,50],"\u5909\u308f\u308a":[86,48,98],"\u5168\u4f53":74,tests:104,"_cas":1,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[27,35],"\u3044\u308d\u3044\u308d":[36,109]," function":[69,113],"\u6bd4\u3079":[80,89],"\u6790\u7cfb":103,"\u756a\u53f7":[123,96,102,66,77,35,27,75],term:47,elapsed:[3,92,93,39,101,87],"\u300c\uff76":129,"\u3068\u3082":[77,103,126,21,15,48,102,125],"'pid":66," fulltext":21,pikonyan:31,"{\n":[44,6,35],"\u4e0d\u8db3":[115,88,11,105,70,94,58]," tracker":59,"\u8a18\u8ff0":[44,2,62,126,66,51,102],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":50,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":45,"))":[77,121,103],"\u4e00\u65b9":[2,103,81,10,91,21,15,51,45,125],"\u4e00\u3064":[29,61,4,32,98,5,100,73,76,9,79,10,108,110,40,112,65,43,46,47,15,49,82,78,53,124,86,90,91,37,116,25,95],success:118,"\u5947\u6570":103,"/ipaexgothic":12,"\u4f4f\u3093":126,"\u672c\u8cea":102,"]\"":[50,48,126],"\u7f6e\u63db":[77,62],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":35,"\u5ea6\u5206":32,"_implemented":[1,118],"\u3068\u3044\u3063":[77,49,103,64,48,111,50,35,125],"_threshold":[17,74,107],"\u4e0b\u8a18":[53,86,9,44],"\u307e\u305f\u3050":[36,49,109,50]," normalizermysqlgeneralci":129,"\u306a\u304b\u3063":[77,9,2,103,4,66,108,46,47,45,5,29,82,116,40,50,102,76],"\u306f\u307e\u305a":104,"_push":44,because:6,"\u3059\u304f":15," \"a":15,"\"rect":[50,78],"((x":32,"\u9ad8\u3044":[86,106,2,6,91],"-host":102,"\u88dc\u8db3":6,"'user":81," candidate2":106,"\u8ca0\u8377":[107,6],") ":[77,1,103,104,32,44,50,102]," unpatched":69,"#{l":101,"'config":66,"\u63d0\u4f9b":[28,115,88,9,104,105,64,11,91,49,44,107,6,50,17,129,130,8,35,52],"\u610f\u56f3":[15,51,81,50],"\u30bd\u30d5\u30c8":121,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":50,"_sortby":108,"_exists":[1,118]," origin":83," !":103," following":101,"\u304f\u3093":126,"\u7121\u9650":[50,107],"\u96e2\u308c":48,tokenbigramignoreblanksplitsymbol:45,"/hoge":66,"\u304f\u308c\u308b":[55,91,83],"/synonyms":121,"\"gronga":8,"\u30dc\u30bf\u30f3":[50,104,83],"\u76ee\u4ee5\u964d":77," mail":102,")'":[31,126,103,84,106,21,15,48,56,34,125],"=site":27,"(match":[15,81],nfs:74,",\"domain":89,"\u53d6\u308a\u9664\u304d":44,mode:44,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":103,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":102,"\u30d0\u30b0":17,"\u3002rroonga":111,"(debian":96,"_flow":[1,118],"\u3042\u308c":[103,104,45,80,102,41],"'query":50,"\u5927\u4e08":59,gps:91," please":83,"\u7acb\u3061\u4e0a\u304c\u3063":102,host:[27,102],offset:108,"\u304b\u3051\u308b":6,"\u306e\u3044\u305a\u308c\u304b":[37,78],"_auto":50,"\u6319\u52d5":[36,107,66,50]," updates":21,"\u9055\u3063":34,".hash":126,hana:31,"\u30c0\u30e1\u30fc\u30b8":45,"\u5b8c\u4e86":[77,104,83],"\u6f0f\u308c":[50,111,104,91],socket:118,normalizers:129,"\u3002\u3044\u307e":50,".overcommit":50,"\u5206z":32,"\u30fbor":48,lzo:[17,74,118,50],"\n% ":83,"\u4e00\u77ed":91,"\u3055\u304d":10,"_queries":[27,53,2,3,6],akio:50,"\u308f\u304b\u308a":107,".html":[66,104,83],"\u9055\u3044":[115,77,49,2,125,10,51,35,41],iexplore:70,"\u9055\u3046":107," $":104,"$groonga":104," shinya":50,"!!":[38,31,126],"! ":[80,77,44,103,125],getaddrinfo:50,"!\"":[31,77,2,103,10,126,93,125,80,6,50,51,35,27],"\u6587\u66f8":[91,111],coverage:122,"\u7d44\u8fbc\u578b":[36,30],"\u30c6\u30fc\u30d6\u30eb":[36,44],"\u5b9f\u9a13":50,domain:[89,65,66,39,27,73,118],"&lt":21,"_object":1," iwai":50,"\u30ec\u30fc\u30bf":50,"<log":66,"\nthis":50,"_length":118," systemctl":96,"\u8a00\u3046":34,"\u3072\u308d\u3042\u304d":97,"\u300cusers":126," concurrently":101,"\u3068\u3044\u3046":[2,3,64,32,98,6,7,34,50,74,35,62,115,77,9,103,104,10,106,81,102,111,12,41,31,84,45,85,86,48,49,17,51,121,122,129,125,89,91,92,21,126,24,83,27],"-node":88," has":[101,69,99],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":52,limit:[17,108],"\u3002mroonga":91,"_remove":[17,50,20,30,36],"\u30ed\u30b4":50,"\u95b2\u89a7":27,">default":3,"\u5c55\u958b":[36,104,30,7,70,50,17,74]," event":[34,106,84,56]," this":[2,6,35,21],"\u901f\u5ea6":[17,64,102,31]," query":[101,106,121,118,7]," katakana":129,"\u89a7\u4e0b":122,"\u7279\u6b8a":93,"\u30a8\u30e9\u30fc\u30ed\u30b0":96,"function":[93,118],"\n\uff08":107,"_nofile":101,"-pid":[17,66],"_inappropriate":1,"/mysql":129,"-db":50," time":[10,45,126,102,101],"\u30df\u30ea\u79d2":[32,48],"/vdw":[48,2,89],"\u3002post":35,"-dd":[101,103]," comments":[15,51,110,126],"_term":69,"/shutdown":[6,35],gronga:[121,8],"\u3068\u3069":128,"\u3068\u306e":103,normalizerauto:[73,92,41]," +":[77,103,32,6,50,24,125],gronnga:8,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[17,50,128,36],".\" ":27,"\u3068\u3066":[64,77,35,91],"\u6700\u5c0f\u9650":6,"&& ":[45,15,97,103],gtar:14,"-line":52,"-w":104," tags":31,"\u7528\u79d8":57,"\u4e00\u756a":[77,74,103,35],"}.":77," object":50," wheezy":17,"\u3068\u3053\u306e":34,"\"suggest":8," sitedomain":89,"\u4ecb\u6587":126," applications":21,gro:21,"\u3068\u3048":[9,62,91,98,21,48,74],"\u3002iptables":27," york":49,"\u307b\u3057\u304f":77,"\u6c7a\u5b9a":77,"\u3068\u304d":[0,2,32,98,66,27,7,34,50,74,8,35,115,77,49,103,10,106,11,111,65,41,31,44,84,85,118,17,121,88,126,125,91,107,21,93,105,56,129],blogroonga:57,"-disable":[17,107],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[74,70],".(":104,epel:[50,88],bigram:[45,98],ivh:[115,88],"\u518d\u691c":111,"int":[2,3,31,32,34,77,49,10,106,81,39,43,84,45,48,50,51,125,89,126,107,56]," blogs":45,"\u300c\u6771\u4eac\u90fd":45,"\u30d1\u30fc\u30b9":[17,111],pid:[0,74,66],"\u7a4d\u7528":77,"\u69d8\u3005":[57,44],"\uff11\u4ef6":100,saer:[106,84],"\u4f7f\u3044\u5206\u3051":[45,98],"{ ":35," error":[50,5],"8bit":32,"\u79d2\u5f62":32,"\u70b9\u6570":93," flags":47,"\"se":34,"\u5f97\u308b":6,"_system":[17,1,118]," kawaji":50,"\u884c\u6307\u5411":91,"%post":50,"|none":77,"-config":[0,107,66,50,17,74],compared:21,"\u305f\u3060\u3051":50,"\u7570\u306a\u308b":[36,66,81,71,50,102],"\u5909\u3048\u308b":45,"\"s":34,allow:[50,77,11,125,105],"/default":[50,96],"\u58ca\u308c":[17,107,86,50],detail:102," turn":6,"\u3068\u308a":[24,39,92,77,122],"\u547c\u3076":[50,122,111],book:103,"\u6574\u5408":0,details:101,tokenkytea:50,halfwidth:129,"\u6163\u7fd2":50,"-analyzer":[17,50]," developer":126,"/managers":[6,35],"/sysconfig":96,":\u5206":126,"\u8ab2\u984c":57,"\u3060\u3057":[17,102],"\u3084\u3089":104,".location":126,"_many":[1,118]," system":[59,77,125,32,21,103],"\u307b\u307c":51,"+ff":129,"\u65b0\u3057\u3044":[91,57]," \u3044b":[45,98],"\u4e2d\u9593":[44,98]," useful":51,"\u65b0\u3057\u304f":[77,9,2,80,111,41],"\u307b\u3069":[10,66,106,2,41],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":107,friends:31,"\u90fd\u6c11":[45,98],"\u672a\u5b9f\u88c5":100," available":69,"\u4e0e\u3048\u308b":[38,123,48,9,66],eof:66,"\u30e1\u30e2\u30ea":[115,88,107,11,105,70,94,50,58],"_hugetlb":17,"\u30c7\u30fc\u30e2\u30f3":[50,0,66,6],space:125," threads":101,monkey:10,original:97,"\u3002video":31,emerg:[4,5],"\u6771\u4eac\u90fd":[45,126,98],"|ro":77,"\u5217\u5f15":44,"\u7570\u5e38":[86,102],"\u307b\u304b":[10,91],"\u2026\uff09":84,"\u306f\u307e\u3060":[35,130]," advanced":69,rep:102,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":126},objtypes:{"0":"std:option"},objnames:{"0":["std","option","option"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.9. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.8. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.7. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[102,0,1,"cmdoption--ftp"],"--dir":[102,0,1,"cmdoption--dir"],"--document-root":[66,0,1,"cmdoption--document-root"],"--cache-limit":[66,0,1,"cmdoption--cache-limit"],"-P":[123,0,1,"cmdoption-P"],"--pid-path":[66,0,1,"cmdoption--pid-path"],"--log-output-dir":[102,0,1,"cmdoption--log-output-dir"],"-d":[66,0,1,"cmdoption-d"],"-a":[66,0,1,"cmdoption-a"],"-c":[66,0,1,"cmdoption-c"],"-m":[123,0,1,"cmdoption-m"],"-l":[66,0,1,"cmdoption-l"],"-n":[66,0,1,"cmdoption-n"],"-i":[66,0,1,"cmdoption-i"],"-h":[66,0,1,"cmdoption-h"],"-t":[66,0,1,"cmdoption-t"],"-p":[66,0,1,"cmdoption-p"],"-s":[66,0,1,"cmdoption-s"],"--bind-address":[66,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[66,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[66,0,1,"cmdoption-e"],"--config-path":[66,0,1,"cmdoption--config-path"],"--query-log-path":[66,0,1,"cmdoption--query-log-path"],"--protocol":[66,0,1,"cmdoption--protocol"],"--log-path":[66,0,1,"cmdoption--log-path"],"--groonga":[102,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":64,senna:69,"\u6539\u826f":[0,69,107,127,50,17],"\u7b26\u53f7":103," quetzal":11,": ":[45,77],"\u6d41\u308c":83,"-prefix":74,prefix:44," v":44,"\u6761\u4ef6":[48,77,104,125],query:[101,15,77,118,81]," x":58,"=number":74,"\u3084\u308b":104,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":27,"\u30d3\u30c3\u30c8":103,tt:[77,92,38,39,87,41],"-release":104,"\u901a\u4fe1":85,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[15,75,81],snippet:21,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":122,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[71,102],string:92,groonga:[36,96,69,104,91,85,66,67,44,117,6,99,119,24,57,83,27],"\u95a2\u9023":[77,61,4,90,5,108,6,40,100,51,120,116,76],"=message":74,"\u304a\u6c17":126," -":[0,69,107,127,50,17],facebook:16,"\u30b5\u30f3\u30d7\u30eb":[123,102],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[12,121,122,94],"2pdf":12,"\u52d5\u4f5c":[34,84,122,104,56],"\u30b9\u30af\u30ea\u30d7\u30c8":[103,104],"\u3068\u3057\u3066":32,"\u3054\u7528\u5fc3":[50,92,21]," update":104,"-escalation":74,"\u6761\u4ef6\u5f0f":125,"\u7c21\u5358":77,"\u30aa\u30d7\u30b7\u30e7\u30f3":[123,106,66,99,102],".po":83,"\u8ad6\u7406\u548c":125,"\u4ed8\u4e0e":51,"\u771f\u507d\u5024":[10,103],"\u6f14\u7b97\u5b50":103," install":74,"-lzo":74,"_remove":[29,46],"\u7701\u7565":49,sub:15,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":104,"\u53c2\u8003":[93,77,1,81,64,111,92,21,99,129,38,15,106,83,121,41],"\u30ea\u30c6\u30e9\u30eb":103,"\u30d5\u30a1\u30bb\u30c3\u30c8":77,tips:104,"\u683c\u7d0d":32,memcached:27,body:93,"\u30d1\u30c3\u30b1\u30fc\u30b8":104,"\u6587\u6cd5":48,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":125,"\u30c6\u30b9\u30c8":122,"\u30bf\u30b0":31,"\u3042\u308a":125,ubuntu:11,"\u6e96\u5099":[62,104],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":35,"\u306b\u95a2\u3059\u308b":32,"\u95a2\u4fc2\u5f0f":44,"\u4e26\u5217":104,"_key":64,"\u4e3b\u30ad\u30fc":[32,97],blogroonga:104,"_version":9,"_name":[39,87],"_output":77,changes:69,"\u7ffb\u8a33":[104,83]," solaris":14,"\u5909\u66f4":[45,107,35],"\u30af\u30a8\u30ea":[91,44,62],"\u30de\u30c3\u30c1":103,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[57,120],"\u6587\u5b57\u5217":[10,103],api:19,"_table":44,select:77,"\u6982\u8981":[93,77,9,81,64,92,21,49,38,15,39,1,6,7,91,87,129,121,41],"\u9001\u4fe1":27,"\u69cb\u6587":[77,49,103,81,125,92,21,38,15,39,7,87,41],"\u624b\u9806":104,zip:70,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30ec\u30fc\u30ba":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":91," api":55,"_no":64,https:35,"_flags":77,"\u60c5\u5831":[104,91,33,68,48,117,122],"\u30d6\u30ed\u30b0":104,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[77,18],"\u3059\u308b":[59,104,84,45,6,56,34,51,122],normalizer:[92,41],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":103,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":104,"\u3053\u3068":104,"_base":6,"\u3067\u304d":32," http":24,"\u4ee5\u4e0b":125,"\u4ee5\u4e0a":[103,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":31,"\u8d77\u52d5":[96,27],"\u524d\u63d0":104,clearlock:76,"\u89e3\u6790":122,"\u7de8\u96c6":83,"\u6bd4\u8f03":[103,35],"\u304c\u3063":51,process:101,"_install":74,"/linux":105,"\u660e\u793a":104," lynx":11,"\u958b\u767a":[114,117]," os":58,normalize:92,"-localstatedir":74,sphere:49,", ":44,"\u540d\u524d":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,99,37,24,25,95],"\u691c\u51fa":122,normalizernfkc:129,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":70,"\u548c\u6f14":103,sid:105,"\u52d5\u7684":80,"\u8fd1\u508d":103," (":75,"\u30b3\u30de\u30f3\u30c9":[20,2,27,66,24],"_create":[47,41],"-gqtp":96,"\u7d42\u4e86":[96,6,27],clone:83,"\u4e57\u7b97":103,mac:58,"\u6642\u9593":[126,103],"\u7f72\u540d":104,"\u30da\u30fc\u30b8\u30f3\u30b0":77,"\u8a2d\u5b9a":[104,6,35,52],status:[53,118],"-munin":74,"\u66f8\u5f0f":[29,2,4,65,66,5,6,73,61,102,76,79,106,108,110,40,112,100,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":104,callback:44,"\u30b0\u30eb\u30fc\u30d7":[103,125],"\u30a4\u30f3\u30dd\u30fc\u30c8":104,"\u8ee2\u7f6e":91,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[60,109],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,120,104,36],rand:43,"=\"":[77,92,38,39,87,41],grntest:[104,102],"\u30d1\u30c8\u30ea\u30b7\u30a2":97,"\u623b\u308a\u5024":[49,81,106,92,21,38,15,39,7,87,41],"><":[77,92,38,39,87,41],"\u305f\u3044":104,gqtp:[85,118,27,96,63],"\u6d6e\u52d5":103,"_api":44,"_rename":39,"\u6587\u66f8":103,"=platform":74,"\u63a5\u7d9a":27,tsv:[93,121],"\u4ee5\u4e0b\u6f14":103,cutter:[122,104],"\u57fa\u672c":[2,103],greater:44,"\u30d7\u30ed\u30c8\u30b3\u30eb":[27,118],http:[96,130,3,27],"\u9664\u7b97":103,not:44,"\u8a8d\u8a3c":35,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":27,now:124,"\u5c0f\u306a\u308a":[103,125],"\u90e8\u5206\u4e00\u81f4":98,"_select":44," gnu":105,"-pack":74,name:41,edit:79,"-encoding":74,"\u66f4\u65b0":[91,104,83],"\u7d44\u307f\u8fbc\u307f":[129,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[59,104],"-create":99,"\u4e26\u3079":2,normalizerauto:129,"\u751f\u6210":[104,83],"\u74b0\u5883":[122,104],"\u5b9f\u4f8b":44,"\u30d5\u30a1\u30a4\u30eb":[28,44,104,121,35,83],"\u70b9\u6570":103,"\u30d8\u30c3\u30c0\u30fc":118,todo:[81,21],"\u9001\u308a\u65b9":[59,83],"-match":74,"\u30ab\u30d0\u30ec\u30c3\u30b8":122,"\u7def\u5ea6":91," precise":11,docutils:[77,92,38,39,87,41],"-default":74,"\u5bfe\u5fdc":[33,35],"\u3065\u3051":9,red:104,rk:34," log":101,"\u30e6\u30fc\u30b6\u30fcid":126,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":122,"_string":[15,81],"\u305f\u3081":[77,44],lts:11,"\u7d50\u5408\u5f0f":125,"\u4ed5\u69d8":13,"\u4e8b\u9805":[42,32,102],freecode:104,filter:77,"\u53ef\u80fd":[91,49,6],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":91,"_hash":64,"\u30d9\u30af\u30bf\u30fc":32,"\u6e1b\u7b97":103,suffix:44,"\u8aac\u660e":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":40,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126," mode":44,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":104,"> ":69,size:118,"\u78ba\u8a8d":[104,83],"\u7d5e\u8fbc":48,"\u4fee\u6b63":[0,69,107,127,50,17],"\u5bfe\u7b56":45,"\u6c38\u7d9a":64,"\u30ea\u30dd\u30b8\u30c8\u30ea":[72,83],"=encoding":74,"\u306f\u3058\u3081":8,configure:[74,104],desctipion:99,"\u8ffd\u8de1":59,"=path":74,rst:12,"\u5b66\u7fd2":[34,84,8,56],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":41,"-httpd":[96,6,67],"-log":74,"-http":96,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[42,2,10,64,32,126,51,41],pre:[77,92,38,39,87,41],hashtags:126,"\u30a8\u30e9\u30fc":93,"-zlib":74,"\u56fd\u969b\u5316":83,"\u5834\u5408":[93,51,104],"null":103,"_circle":78,"\u3044\u308b":[126,33],"\u7279\u6b8a":102,"\u4e00\u89a7":[77,1,18],"_list":[73,65],"\u7d22\u5f15":91,check:86,"\u304b\u3089":[115,88,11,105,70,74,58],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":41,"-with":74,"\u7279\u5b9a":[122,104],"\u307e\u3068\u3081":104,"_distance":[49,79],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,libmemcached:122,"\u7d22\u7528":2,"\u7528\u79d8":104,"\u30c4\u30fc\u30eb":[74,6,27],"\u7d44\u8fbc\u578b":32,"\u30b5\u30b8\u30a7\u30b9\u30c8":128,synopstis:99,"_put":5,windows:[70,104],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":89,"_in":[37,78],"\u4e00\u81f4":[98,97],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u30b5\u30fc\u30d0":[91,27],"\u4f7f\u3044":98,"_processes":6,".com":104,"\u5fc5\u9808":[92,39,49,87,77],"\u30ec\u30b3\u30fc\u30c9":[77,2],"-po":104,"\u6210\u529f":93,"\u30d1\u30c3\u30c1":83,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u8ffd\u52a0":[83,129,104,68],"\u5bfe\u8c61":51,"\u88dc\u5b8c":[34,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":103,xml:93,ellipsoid:49," senna":69,"\u4e0d\u7b49\u4fa1":[103,125],grnslap:123,cache:[77,82],"\u9ad8\u5ea6":77,"\u65e5\u6642":10," in":69,"_equal":44,"\u65b9\u6cd5":[9,104,84,45,80,56,34,57,120,122,83],"\u30ea\u30ea\u30fc\u30b9":[0,104,107,127,50,17],rectangle:49,"\u4e00\u6642":64,"\u6295\u7a3f":126,"-server":96,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":35,wheezy:105,get:90,db:44,clang:122,"_html":21,"_limit":[77,82],"\u7b97\u5b50":103,"\u91cd\u307f":51,geo:[37,49,78],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,35],"\u5171\u8d77":[34,84,56]," releases":50,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":45," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[45,2,102],"\u52a0\u7b97":103,"\u6570\u5024":10,contain:44,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[80,122],"\u5236\u5fa1":103,set:61,dump:110,"\u4ee3\u5165":103,travis:52,tokenizers:26,arg:44,news:69,"\u8a00\u8a9e":83,"\u65b0\u898f":104,"\u6a5f\u80fd":33,"\u30ab\u30e9\u30e0":[51,49,2,75],"\u985e\u4f3c":[103,84],"\u7ba1\u7406":[6,27],"\u5c02\u7528":27,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":74," arg":44,"\u305d\u306e":74,"\u7bc4\u56f2":[2,41],"\u4f4d\u7f6e":[49,48,9,33,91],"\u8868\u73fe":44,javascript:48,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":91,"\u30b5\u30fc\u30d0\u30fc":[24,96,22],key:41,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u5373\u6642":91,"\u30b7\u30d5\u30c8":103," literal":[77,92,38,39,87,41],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[103,125],"_level":4,"\u6392\u4ed6":103,oneiric:11,"\u77e5\u308a":104,"-suggest":99,"\u306a\u3057":[103,35],equal:44,"\u30ec\u30b3\u30fc\u30c9id":64,"\u88dc\u6b63":[8,84],"\u306a\u3044":32,pdf:12,load:38,"\u8a9e\u5f59":[2,68],"\u4f5c\u6210":[12,126,2,104,41],point:49,"\u4fdd\u5b58":[10,41],"\u62bd\u51fa":103,header:93,"\u95a2\u6570":[113,103,122],"\u6574\u6570":103,shutdown:95,homebrew:58,table:[77,29,64,39,73,87,41],quit:112," period":69,json:[47,29,4,106,65,46,38,86,5,108,82,93,40,73,25,53,116,76],po:104,"\u7528\u3044":[40,48],define:108,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[101,121],"-help":74,"\u660e\u793a\u7684":49,"_tokenizer":41,"\u7591\u4f3c":75,"\u5b9f\u884c":[28,44,104,102,6,122],"\u7a2e\u985e":10,"-message":74,"\u5dee\u6f14":103,"\u518d\u8d77\u52d5":96,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[59,16],"\u30a8\u30b9\u30b1\u30fc\u30d7":125,value:41,"\u5236\u9650":[42,64,32,121,102],cast:23,near:44,"\u691c\u7d22":[31,77,98,2,62,84,45,91,33,68,125,48,56,97,34,51,103,126,41],"\u5f8c\u65b9\u4e00\u81f4":[103,125],"\u30e9\u30a4\u30d6\u30e9\u30ea":[91,74],"\u540c\u3058":45,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":16,geopoint:126,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":129,"\u5f15\u6570":[29,61,4,65,66,5,100,73,102,76,77,49,79,38,81,39,108,110,40,112,41,43,46,47,15,116,82,87,78,123,53,86,90,92,37,25,95],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":104,"_expansion":77,"\u53d6\u5f97":[2,104],"</":[77,92,38,39,87,41],"\u95be\u5024":45,"\u8a9e\u5f59\u8868":41,"\u5ea7\u6a19\u5024":103,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":104,fedora:115,"\u4f7f\u3044\u65b9":[80,77,49,3,81,56,92,21,38,15,39,84,6,7,34,87,121,102,41],"_rectangle":37,suggest:106,make:[74,104],"\u6210\u679c":83,"-dataset":99,"\u7a4d\u6f14":103,"_filter":15,html:[12,83],messagepack:93,"\u30ad\u30fc\u30ef\u30fc\u30c9":[45,126],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":104,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":30,".po\u30d5\u30a1\u30a4\u30eb":83,"\u306b\u3088\u308b":[51,97],"\u975e\u308f\u304b\u3061":98,"\u8ab2\u984c":59,"_columns":[51,77],"\">":[77,92,38,39,87,41],"\u5834\u6240":121,pull:83,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[31,77,74],"\u307e\u305f":51,"\u3055\u307e\u3056\u307e\u306a":48,flags:[118,41],sortby:77,"\u51fa\u529b":[93,77,2,3,83],gzip:35,the:50,lcov:122,"_path":6,"\u8868\u793a":2,"-platform":74,protocol:118,"-path":74,less:44,"(v":44,"\u5229\u7528":[48,6],"\u5171\u6709":91,"\u9006\u5f15\u304d":31,"\u8fd4\u5024":[29,4,65,5,73,76,77,79,108,110,40,112,43,46,47,86,82,78,53,124,37,24,25,95],"\u547c\u3073\u51fa\u3057":103,"\u5f8c\u65b9":97,"\u3067\u304d\u308b":44,"\u8ad6\u7406":[103,125],"\u30d1\u30e9\u30e1\u30fc\u30bf":[51,9],"\u30bd\u30fc\u30c8":48,defrag:25,add:100,"_selector":108,"\u30ce\u30fc\u30c8":[115,88,49,2,103,104,130,106,11,129,125,105,7,17,83,41],"\u62e1\u5f35":62,match:[15,51,77,81],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":35,"\u7d4c\u5ea6":91,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":91,"\u8ad6\u7406\u7a4d":125," ocelot":11,"\u9759\u7684":[80,122],nginx:6,"()":44,"\u30bd\u30fc\u30b9":[115,88,11,105,70,74,58],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":27," lucid":11,"\u691c\u7d22\u4f8b":44,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,35],"_expr":[44,54,111],output:77,"_threshold":77,"\u4f5c\u696d":104,"\u307e\u305f\u3050":51,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":27," request":83,"\u4ed5\u65b9":83,centos:88,twitter:[104,16],"-plugins":74,"\u30b7\u30b9\u30c6\u30e0":[59,126],"\u5358\u8a9e":103,"_dat":64,"\u5727\u7e2e":35,"\u30b3\u30e1\u30f3\u30c8":126,"_sortby":77,"\u5411\u3051":[117,104]," old":50,"\u5bc6\u9375":104,"\u66f8\u304d":98,"\u5f62\u5f0f":[47,29,4,106,65,46,38,86,5,108,93,40,73,25,53,116,76],comments:126,exit:99,"\u30af\u30a8\u30ea\u30fc":[77,6,18,125],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":96,"\u30d3\u30eb\u30c9":[115,88,104,11,105,70,74,58],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":85,"\u5206\u3051":98,"\u5168\u6587\u691c\u7d22":125,"\u4ed8\u304d":[31,103],"\u4e0a\u9650":42,"\u4f9d\u5b58":74,"\u5b8c\u5168":98,"\u3042\u308b":126,"\u5927\u306a\u308a":[103,125],offset:77,"\u96c6\u8a08":91,post:35,"\u6319\u52d5":98,"\u53c2\u7167":[10,31,118,91],"\u5b9f\u73fe":44,column:[47,39,46,65],"_escalation":77,"\u30e6\u30fc\u30b6\u30fc":126,location:49,"\u524d\u65b9\u4e00\u81f4":[34,103,125],scorer:[48,77],"_reopen":40,"\u5b9f\u9a13":17,"\u30ad\u30e3\u30c3\u30b7\u30e5":77,"\u5831\u544a":59,"\u524d\u65b9":97,"\u7279\u6709":6,"\u9805\u76ee":[61,4,90,5,108,40,100,116,76],span:[77,92,38,39,87,41],log:[4,40,5,101],"\u8907\u6570":[51,35],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,37,24,25,26,27,28,29,30,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,105,56,57,58,59,60,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,101,102,103,104,106,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,99,128,129,130],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":102,"_prefix":74,approximate:49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[107,0,9,104,127],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"\u30ed\u30b0":40,"\u5c55\u958b":[77,18],"\u7b49\u4fa1":[103,125],"\u63d0\u6848":[8,56],"cpu\u30b3\u30a2":35,"\u30d5\u30a9\u30ed\u30fc":126,files:99,"\u6027\u80fd":[6,35],"\u72ec\u81ea":103,"\u7b97\u8853":103,squeeze:105," status":99,"\u5165\u308a":126,"default":[9,41],"\u5426\u5b9a":[103,125],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":104,limit:77,"\u66ff\u3048":2,"\u304a\u77e5\u3089":[50,0,107,127],similar:44,"delete":116,"\u611f\u8b1d":[17,0,107,127,50],bigram:126,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104,command:9,"\u69d8\u3005":122,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":126,"\u3054\u3068":51,"\u7279\u5fb4":[64,91],"\u306e\u306b":45,"\u30b9\u30c8\u30ec\u30fc\u30b8":91,"\u7570\u306a\u308b":45,"\u4ee3\u5165\u5f0f":125,"\u914d\u5217":103,"\u3042\u3052\u308b":45,"\u306e\u307f":[122,104],grn:[44,54,111],"\u5168\u6587":[2,45,91,68,48,51],"_type":[49,118,41],users:126,truncate:87,"\u30c7\u30fc\u30bf":[10,126,32,2,41],worker:6,"-package":74,"\u30c7\u30d0\u30c3\u30ac":122,"\u6307\u5b9a":[49,2,125,104,32,48,9,51]," docutils":[77,92,38,39,87,41],"\u547d\u4ee4":102,"\u65b0\u3057\u3044":83," ci":52,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":35,"\u4f7f\u3046":[49,6],drilldown:77," hat":104,"\u3088\u3046":[34,84,56],debian:[105,104],"\u30ed\u30fc\u30c9":[126,2],sphinx:12,macports:58,"-threshold":74,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[42,31,51,80],pseudo:75,"-latest":104,"\u306b\u5bfe\u3059\u308b":68,"_offset":77,queryexpandertsv:121,"\u5909\u66f4\u70b9":104,oracle:14,"\u539f\u56e0":45,"\u30c7\u30fc\u30e2\u30f3":27," class":[77,92,38,39,87,41]}})
1
+ Search.setIndex({envversion:42,terms:{"\u305a\u308c":[9,61,4,91,32,66,49,38,10,48,5,118,44,100],"(shorttext":62,"\u5927\u62b5":6,"\u8a73\u7d30":[83,77,115,2,122,81,45,32,11,88,93,105,6,7,24,50,74,102,41]," takahiro":107,"\u3002groonga":[2,3,64,70,27,34,74,115,77,9,103,11,53,50,51,47,88,125,91,105,57,6],"\u51fa\u6765":[31,51]," quetzal":[36,94],localstatedir:[107,74],"\u6587\u6cd5":[36,109],"\u5909\u66f4":[36,0,104,50,74,52],"\u3002scan":122,"\u30b3\u30ed\u30f3":47,"\u30c7\u30fc\u30bf":[36,0,33,110,30,115,91,106,11,77,107,105,44,70,94,50,17,88,58],"_res":102,dist:104,"\u6e1b\u3089":[50,84,64],"\u3070\u308c\u308b":107," deb":50,"\ntitle":104," yuki":17,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[24,66],"const":50,"\u624b\u9806":[57,117]," scan":122,"/travis":52," thread":[101,102]," inverted":21,"-log":94,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[104,66,70,110,17,74,83],"\u79d2\u60c5":17,"_column":[36,77,30,107,39,102],"\"ab":8,"\u30df\u30ea":[10,17,32,48,103],spec:[50,107,104],"\u30e9\u30a4\u30bb\u30f3\u30b9":50,updated:45,"\u304b\u305a\u3072\u3053\u3055\u3093":50," use":[77,125,93,86,83,103],editrc:17," upload":104,"void":50," stamp":101,"\u3002tokendelimit":56,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":104,"\u3082\u3089\u3063":2,travis:114," row":21,"\u6b63\u5e38":[104,102],"\u3066\u307f\u307e\u3057\u3087":48,"\u3002google":125,"/plugins":[107,74,7],"\u3002callback":44,"\u4f8b\u3068\u3068\u3082":49,".en":104,"*bsd":[17,107],"\u30ab\u30f3\u30de":[77,61,103,89,90,38,110,100,2],"\u53c2\u7167\u5143":10,"\uff08or":111,"\u30c8\u30e9\u30a4":[17,125,64,103,41],"\u30df\u30b9":34," fontaine":17,"\u5b9a\u5024":50,"\u3065\u3051":50,"\u932f\u8aa4":91,"=pat":50,upload:104,"\u5b9f\u6570":32," aramaki":[17,107],vector:50,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":50,starttime:[27,53,2,3,6]," myisam":91,"\u7c21\u5358":[39,74,92],"_snip":50,"\uff1f ":102,"\u63a5\u8fd1":44,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":107,"-repository":[50,104],zlib:[17,118,74,107,50],"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[115,77,44,104,16,122,74,113,75,130]," column":[31,77,49,2,62,89,81,10,106,125,21,80,47,15,39,110,126,50,51,45,103],"\u6761\u4ef6":[57,44],"[http":50,"\u89e3\u9664":[0,25,66,76],second:101,"_columns":[36,107,108,50],"\u9006\u9806":2,"\u7b87\u6240":[93,50,21,104],"\u4f5c\u3089\u308c":102," install":[115,88,104,105,94,12,122,58],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":45," root":6,"\u304c\u3072\u3068\u3064":121,"\u5236\u9650":36,"\u5b9f\u65bd":104," domain":[55,89],"-rpm":104,"\u5230\u9054":42,"\u65e5\u672c\u6e2c":49,incompatible:118," columns":77,"\u30ec\u30a4\u30e4":44,"\u6210\u529f":74,"\u4e8b\u524d":[45,129,8,104],zunda:17,"\u306a\u3068\u304d":91,"\u30de\u30af\u30ed":17,"\u30b7\u30f3\u30dc\u30eb":47,"new":[77,49,104],tips:57,"\u683c\u7d0d":[80,44,103,64,65,33,66,91,47,73,17,75,41],maverick:17,"\u8fd4\u308a":[48,77],"\u8fd1\u3044\u9806":33,"\u4e8c\u3064":[9,81,98,92,15,39,49,102],"\u914d\u7f6e":[2,104]," gcc":[14,115,88],"\u578b\u3068\u3057\u3066":32,"\u53cd\u8ee2":103,"\u306f\u3044\u3051":[116,61],"=redhat":74,"-talk":[50,104,16],"\u5fdc\u3058":[91,102],onga:21,"& ":[44,103,45,98,15,48,50],"\u9069\u7528":[77,2,103],"\u30a8\u30f3\u30b3\u30fc\u30c9":[24,107,129],"\u30af\u30a8\u30ea\u30ed\u30b0":[17,50,56,84,34],china:89,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":112,"&&":77,path:[102,65,66,39,6,7,73,35],"\u95a2\u4fc2\u5f0f":57,".ddl":102,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[17,50]," option":101,"\u591a\u91cd":123,"\u8a18\u4e8b":[80,51,104],"_key":[0,66,17,73,75,38,77,49,103,106,80,81,39,110,41,15,50,87,125,107,21,129],"_dir":[17,104],"\u79cb\u8449":48," correct":[106,84],"\u4e2d\u8eab":[2,118,102],"\u5f62\u614b":[91,74,103],published:104,"_output":[1,108],"\u632f\u821e\u3044":[50,81],":port":[24,66,6],"\u56f2\u3080":[2,21],"\u5411\u4e0a":[17,35,111]," data":3,"\u58ca\u308c\u308b":[17,0,107,50],"\u6e2c\u7528":0,"\u7ffb\u8a33":57,"\u63a8\u79fb":9,"\u3082\u3063\u3068":77,"\u300c#":[126,107],"-ci":50,"\u30d0\u30c3\u30d5\u30a1":[50,86],"\u3080\u308b":[103,125],"\u8fd4\u5374":[100,77,61,90,65,73,2]," synonym":[77,62],"9e":129,"\u65ad\u7247":21,"9f":3,"/en":104,unix:[93,39,74,92,87],dump:[36,0,30,107,20,50],"\u8aad\u307f\u3084\u3059\u3044":50," speed":8,txt:[55,83],"\u5ea6\u6d6e":32,"\u5bfe\u7167":81,"_check":122,"\u985e\u7fa9":77,"/munin":74,"-t":66," tomita":107,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":57," ages":41,noarch:[115,88],"\u975e\u63a8":[17,50,49,41],"\u9023\u7d9a":[45,98,84],"\u30a2\u30ed\u30b1\u30fc\u30c8":53,m6:14,".yml":52,typo:17,kytea:[50,74],"_flags":50,"[pkg":[17,50],type:[31,126,2,97,89,84,10,106,65,48,47,39,56,34,51,102,41],"\"n":[77,103,125],"\u30d6\u30ed\u30b0":57,"\u30cb\u30e5\u30fc\u30b9":80,"\u6709\u529b":106," opened":101,"-s":[66,27],autogen:[50,104,83],"\u7f6e\u304f\u4f8b":74,"\u4e0b\u304c\u308a":45,karmic:122,"\u300cv":104,"_register":127,"\u30a2\u30e1\u30ea\u30ab":49,"_jis":74,"-bind":[17,66,50],"_command":[93,1,2,3,118,92,53,39,27,87,35,6],"\u30fb\u5186":91,"\u3064\u3065\u3044":126,"\u7518\u6817":126,"\u6709\u52b9":[100,77,74,61,125,104,10,91,11,66,21,38,27,50,17,41,88,102,6],"\u62bc\u3057":2,"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":121,word:[50,77,103,125],language:83,"\u7f6e\u304d\u63db\u3048":[66,125,83],"\u4ee5\u4e0a":[77,44,104,106,66,21,70,122,50,83,102,41],mm:[101,103],"_comment":15,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u62bc\u3059":[2,83],"\u30a2\u30fc\u30ab\u30a4\u30d6":[70,104,83],mv:40,"\u30e1\u30fc\u30eb":[59,83],install:[104,52],"/functions":122,"\u306b\u95a2\u3057":[44,102],"/xml":35," values":38,"\u304a\u5f85\u3061":16,"\u5316\u6642":17,shorttext:[2,62,64,32,66,27,34,73,87,97,77,103,10,106,80,81,39,110,65,41,31,84,45,47,15,48,17,51,125,89,126,107,93,56,129],"/blog":104,"-> ":107,"_long":[1,118],"\u53d6\u5f97":57,"-threads":66," hat":57,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,25],really:[77,103,125],"\u63a8\u5968":[77,9,93,27,94,50],point:39,also:[21,103],"\u4e92\u63db":[115,88,9,103,104,11,105,24,129,35]," pdf":12,"\u4e0b\u66f8\u304d":33,end:[123,3,118],"<groonga":102,eng:[34,106],"\u540d\u524d":[36,9,104,30,107,127,93,50,17,83]," locale":83,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":104,normalizernfkc:92," travis":52,"\ngpg":104,"\u3002functions":122,"\u30d7\u30ed\u30bb\u30b9":[123,9,2,91,66,53,86,112,102,7,50,35],"\u4f55\u500b":77,config:[0,9],rroonga:[15,111,81,52],"-lines":17,"\u30b4\u30df":[17,107,86],"\u7d42\u4e86":[9,104,107,66,112,50,102]," title":[31,2,10,15,27,51],"(true":[15,81],"\u306e\u3046\u3061":125,"\u30ed\u30fc\u30ab\u30eb":[103,104],"_plugins":17,"\u306b\u5bfe\u3057\u7570":81," swig":69,"\u518d\u5ea6":44,sitedomain:[27,89],"|with":[80,77,2,62,81,45,126,125,21,47,15,51,103],"-devel":[115,88],"\u76f4\u4e0b":17,lat:102,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":57," hobby":101,"\u3002tsv":[93,121],types:[34,106,84,56],"\u63fa\u308c":62,"\u304c\u3042\u308a":[59,81,49,121],"\u5c0f\u3055\u304f":[80,64,49,35,78],"_resource":1,".tar":83,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[36,109],"-files":57,"_range":1,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":107,"\u5c0f\u3055\u3044":[77,44,125,64,127,78,41],"\u5727\u7e2e":[17,74,130,50],"\u56fa\u5b9a\u9577":107,"@naoina":50,"\u901a\u5e38":[77,2,125,10,32,93,6,50,129,121,75],"\u30d9\u30fc\u30b7\u30c3\u30af":35,"\u5272\u308a\u5f53\u3066":107,"\u30a4\u30f3\u30dd\u30fc\u30c8":57,"\u9023\u7d50":[50,51],"\u3069\u3053":[17,74],"***":5,"\u5206\u5c90":122,"\u3042\u305f\u308a":[17,107],"\u643a\u5e2f":91,"\u7acb\u5834":57,chunk:86,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":91,"\u305f\u3057":31," smaller":101,"\u5358\u4e00":47,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":104,"\uff11\u5bfe":85,"\u305f\u304f":[17,83,8,35,21],"\u30d5\u30c3\u30af":52,synonyms:121,"\u305f\u304b":[17,77,84],"\u30d1\u30c8\u30ea\u30b7\u30a2":[36,98,2,109,50],"_jp":74,"/new":104,japan:[27,89],"@packages":104,gqtp:57,"\u6d6e\u52d5":93,"\nsuffix":44," zxvf":104,"\u30ed\u30b0":[0,104,4,127,5,50,17],"\u7e26\u68d2":41,"_in":[36,0,1,30,107,93,50,17,113],redhat:[17,74],"=allow":77,"-code":104,"\u8fd4\u3057":[2,34,100,8,35,77,49,103,79,106,81,39,61,43,44,84,53,15,50,87,78,90,21,37,56,124],fix:39,"\u8fd4\u3055":[77,9,61,90,106,38,86,82,100,50],"\u5404\u7d22":2,"/windows":[70,104],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[91,57],"_o":[1,118]," tatsuya":50," message":[51,5],"_i":[1,118],"_no":[77,1,103,125,107,21,80,81,110,73,41],"\u3002grntest":102,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,104],"=..":104," weakness":21,"_a":[1,118],"\u305f\u3060":115,"1\u305a":[9,75],"\u8f9e\u691c":[17,103,64],"\u3084\u3059\u3044":[0,77,21,111],"\u30d7\u30ed\u30c8\u30b3\u30eb":[123,36,1,91,6,50,102]," yoshioka":50,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[74,104],"\u30ab\u30c6\u30b4\u30ea":77,"\u4e00\u884c":[107,66,102],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":49,"\u3082\u3063\u3068\u3082":122,"\u300coutput":24,".travis":52,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,118],"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,130],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[36,109],"\u64cd\u4f5c":[36,77,44,103,10,91,66,70,111,109],"\u5168\u3066":[77,103,32,80,6,111,51,83],"\u3072\u3089":[34,103,125],"_select":57," nsis":104,"\ncustomized":101,"-pack":94,"_length":118,"\u56de\u6570":50,"\u691c\u8a3c":123,"(point":[37,49,78],"\u3054\u3089\u3093\u304f":72,"2\u3064":[59,77,2,125,79,126,81,15,56,50,51,130,35,41],"_deadlock":[1,118]," words":103,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[24,107,66,50],each:[101,34,106,84,56],debug:101,"\u5316\u65b9":129,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[36,0,103,31,65,86,109,125],"\u3069\u3046":[0,29,4,46,77,47,45,5,108,6,40,50,116,76],"_\"":17,carlos:[39,87],"\u30ec\u30d9\u30eb":[4,50,5,66],"\u306b\u3042\u308a":41,"/null":0,cmd:70,logs:[73,41],"\u300c\"":66,"\u30d1\u30b9":[123,107,2,104,102,7,66,127,27,24,17,74,35,6],"\u3002\uff08":[77,98,103,56,64,32,33,21,125,86,84,107,34,111,17,83,52],"\u3002\uff09":[83,0,98,103,84,64,33,21,125,107,56,17,41,77,52],"-(":[103,104],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":50,"\u8aad\u307f\u8fbc\u3080":0,"\u7c21\u6613http":[105,88,11,115],"@yito":50," contain":50,"\u30e2\u30fc\u30c9":[24,44,2,27],"\u3068\u3068":[55,83],"*\"\n":51,"\u6e96\u62e0":6,"\u30ed\u30b0\u30d1\u30b9":107,goo:[103,125]," xvzf":[115,88,14,11,105,74,58],network:118,realtime:56,"_directory":[1,118],".deb":104,"\u3068\u3059\u3079\u3066":[50,77],"/bc":104,"-rsync":104," precise":[36,94],content:[93,77,103,21,80,15,17,50,51,35,125],rf:88,"\u6761\u4ef6\u5f0f":50,moritapo:31,wgs:[31,89,10,32,37,48,27,17,78],rc:[101,1],"\u6210\u308a":[77,118,125],uri:[24,6],"\u90e8\u5206":[44,103,45,126,98,93,74,122,125],"\".":[103,89],"[macports":17,"\u77ed\u3044":[126,107],"+ \"":50,grease:10,"/\uff09":107,"\u78ba\u8a8d":57,"_tp":123,"\uff01\uff08":83,"\u77ed\u304f":[80,91],free:107,"\u5909\u5316":91," html":[12,104,83]," editor":83,"\u305f\u308a":[91,32,111,82,64,57,41],"\u305f\u3089":[77,103,104,107,34,74,35,83],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":65," kinjirou":31,"\u8996\u899a":91,"\u30d1\u30ea":49,"/\u65e5":126,"\u305f\u3081":[91,57,16],"\u30eb\u30fc\u30eb":[107,35],"\u307e\u308d\u3086\u304d":97," describes":93,"\u771f\u507d":[125,81,10,32,15,103],"+ ":[50,129],"\u5bb9\u91cf":[86,77],libedit:[17,0,74,107,50],"++":[115,88,104,91,70,50,17,74],freecode:57,"\u53e4\u3044":[50,129,104],"_qlog":50,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":107,"/work":104,filter:[50,107,108,116],"\"ni":34,"\u4f4f\u6240":50,"\"no":50,"\u8fd4\u308b":107," memo":81,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":17,"\u59a5\u5f53":64,"_locks":[1,118],"\u5024n":[90,100,61],rand:[36,113,30],"\u304a\u304b\u3057":107,"\uff08age":41,">>":[50,103],makefile:104,"\u9577\u751f\u304d":41,"2\u5104":42,"\u304a\u3055\u307e\u308b":48,mingw:[17,104],"_next":[50,107]," processed":101,"> ":[50,70,104,127]," brew":58,">\"":[50,77],"\u6700\u4e2d":91,"1\u884c":102," rand":43,"\u30b5\u30dd\u30fc\u30c8":[0,3,64,32,33,6,17,74,102,9,103,104,10,80,81,35,41,50,121,52,125,91,107,21,129,27],"\u540c\u4e00":[77,9,62,102,98,47,35,51,75],"\u6ce8\u610f":[77,2,97,104,10,45,102,17,103,35,41],top:[17,37],"\u30d6\u30e9\u30a6\u30b6":[74,70,27,104,83],"_obj":[17,44,50],stack:[50,118],"\u4f7f\u308f":[77,1,125,104,64,111,129,118,34,17,52,121,41],"-benchmark":50,">\n":[69,3,104],"\u533a\u5207\u308b":[107,121]," mysql":[91,77,69,121,21],too:118,"\u610f\u8b58":41,"_bad":1,"_time":[93,101,39,92,87],listen:[50,66,35],"|compress":65,"\u5371\u967a":[104,35],"/lc":[104,83]," lc":83,"\uff08,":2,"\u63a2\u7d22":91,"\u5358\u4f4d":[49,2,103,91,32,98,20,21,93,107,118,126,17,78],"_clear":17,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":66,"\u5b57\u5217":[17,32,125,41],wareohji:50,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[77,129,125,66,21,108,50,74,41]," ls":104,".com":57,">n":3,"\u5358\u4f53":[91,102],"\u3069\u3061\u3089\u304b":[125,21,103],"\u5f79\u5272":2," instantly":21,nsubrecs:[31,89,126],"{table":[81,77],"\"good":[77,103],distance:49,"\u306e\u3059\u3079\u3066":35,"=encoding":94,keyword:[50,21,125],"(comments":15,".json":3,database:99,"-common":50,"\"weight":10,project:70,apt:[105,11,104,52],obata:107,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[36,122,109],gnupg:104,"\"gr":41,enables:6,"\u8d64\u9053":49,"\u611f\u3058":126," change":[50,6],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":129,"_update":[77,1,125],"\u69cb\u9020":[91,31,93,44,64]," sphinx":12,"\u901a\u4fe1":[57,117]," license":69," munin":50,"\u30a8\u30e9\u30fc":[115,0,9,104,11,88,105,70,94,17,50,74,58]," allows":21,">#{":101,raw:52,"\u30d6\u30fc\u30eb":[10,32],"\u5834\u5408":44,"\u3002grn":[44,111],"\u5f93\u3063":[24,77,35],"-jumandic":[115,88],"\u304b\u3069\u3046":[45,100,1,61,74],"\n<":3,latency:102,"\n>":[70,27],"\u5f8c\u8005":[48,129,121],dest:[123,66],"\u4e00\u89a7":[36,30],"[{":35,"_source":104,",\\\"":38,ifexists:38,"\u304b\u3064":[50,77,98,103],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[47,75,41],"\u591a\u9762":91,"\n-":[90,100,116,61,104],"\n(":[101,3,104],"-port":[66,102],"_distance":[36,0,30,50,17,113],"\n%":[83,88,104,115,14,11,66,105,27,110,50,17,74,122,58],"\u300csubmit":104,"\n ":[31,77,49,103,102,86,45,126,65,125,66,93,81,48,108,6,35,41],"\u5f93\u3046":107,"\u308f\u3051":[10,34,77,103],"\n#":[2,62,66,6,7,73,87,102,97,77,49,103,10,106,80,81,39,12,41,31,84,53,15,48,51,125,89,126,21,56,34,129,27],"\u30d6\u30ed\u30c3\u30af":[91,6]," index":[31,51,125,21,103],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":66,"/share":[17,66],"\n[":[2,3,4,66,5,6,34,87,102,76,80,77,49,103,10,106,38,81,39,62,110,97,108,31,84,45,47,15,48,82,51,129,125,89,86,126,21,56,25],"\u30b1\u30fc\u30b9":[45,77,41],"\u7d22\u7528":[36,109,41],"/branches":122,"\u3044\u307e\u305b":[77,103,125,64,33,88,93,106,50,130,121,35,41],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[50,83],gzip:[50,74,130],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":52,"\u81f4\u547d":50,"\u540c\u3058\u5024":[2,6],"\u3002munin":[105,88,11,115],bsd:74,"\u7701\u7565":[77,61,104,66,38,7,100,102,41],"\u753b\u9762":[0,104],"\u533a\u5207\u3063":[77,118],"\u4f7f\u3063":[59,1,2,62,32,98,70,6,74,8,35,97,115,77,103,104,10,11,81,111,41,114,31,44,84,45,86,48,27,118,50,121,52,88,129,125,21,93,105,94,57,83,58]," packages":104,"\u30b5\u30b8\u30a7\u30b9\u30c8":[36,106,107,99,50,17,74],"\n}":[44,6,35],don:6,"\u3002host":27,radious:78,"\n{":[31,77,2,62,89,10,125,80,38,15,39,103,51,129,87,102,97],"\u610f\u5473":[77,44,2,103,106,66,48,34,74,121,102,125],doc:[55,99,104,83],"/releases":104,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":104,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,84,127,56],"\u767a\u751f":[0,104,45,91,93,50,74,41],"\u56fa\u5b9a":[2,118,41],"\u4f7f\u3048":[77,103,130,111,125,50,17,41,113,52],"\u4e0d\u6b63":[0,107,50,17,122,41],"\u4f7f\u3046":[0,33,70,7,50,74,102,115,77,104,55,106,11,110,41,44,17,52,88,107,92,93,105,94],"\u30ed\u30fc\u30c9":[36,103,91,107,66,109,50,17,35],"\na":101,"=path":94," good":80,"\u66f8\u304d\u8fbc\u307f":[126,74],"\u8003\u3048":[91,2,125,35],"\u30d3\u30eb\u30c9":57,"\u30ec\u30b3\u30fc\u30c9":[42,36,44,91,33,38,107,108,50,17,116],marverick:107,"\u6210\u308a\u7acb\u3063":44,"-time":21,"/json":[17,35],syntax:118," prefix":[17,103]," token":102,"\u307f\u306a\u3055":44,"\u65e5\u672c\u8a9e":[59,103,45,91,125,50,34,83],"\u8ffd\u52a0":[91,57,44]," from":69,"\nrequest":101,"\u5ea6\u8868":107,protocol:[24,66,3,35],"\u5206\u3051":[36,104],"_zlib":1,"\u65e2\u5b9a":50," libzmq":[105,11],"_address":[1,27,118]," \u3057\u3044":[45,98],"[,":78,layout:104," dist":104," senna":50,x6:104,grnslap:[28,36,30],cpu:[91,102,74,6,35],"\u72ec\u81ea":[93,91,123],"\u6700\u65b0":[17,104,16],"\u771f\u306a\u3089":103,here:101,"2byte":118,version:[2,3,104,53,27,17,102,6],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[91,57],specify:[6,83],"_score":[77,126,103,106,48,50,17,75],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":44,"|| ":[50,103],"_db\u30d5\u30e9\u30b0":17,"\u59cb\u307e\u3063":[93,8],rectangle:50,"-frequency":17,"\"items":110,"do":102,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":107,"\"groonga":[77,103,21,15,8,41],"-enable":107," release":[70,104],"_file":[1,93,6,121,35,118],"\u3055\u3089\u306b":[31,9,2,91,64,126,8],de:83,"\u79d8\u5bc6":104,enginen:34," also":[77,125,21,103],"\u30a2\u30d4\u30fc\u30eb":104,"_limit":[36,0,1,20,30],"\u89e3\u6d88":[0,25],"\u4e09\u3064":[49,98],"\u306f\u307e\u3068\u3081\u3066":104,"\u5f15\u3044":103,"\u8ab0\u304b":57,"/grntest":104,"[libedit":17," redcloth":104,"\u30c8\u30d4\u30c3\u30af":104,gbyte:42,"\u91cd\u3044":[91,77],"\u3067\u3057\u3087":[80,91,74,114],"\u3064\u304d":[77,121],"\u3064\u304b":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[115,36,77,98,103,56,11,88,127,125,105,84,107,71,50,17,41],"\u91cd\u304f":45," registered":21,"\u7d50\u679c":[36,77,44,104,91,107,92,93,110,50,17,122,52],"\u81ea\u4f53":125,bad:118,"`${":83,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[15,77,49,21,81]," ubuntu":104," nonexistent":77,release:104,"\u623b\u308a":50,"\u524d\u56de":104,"_with":[125,103,98,97,41],".sln":70,"\u5341\u4e00":98,"\u63db\u3048\u308b":104,"\u5e83\u304f":[126,104],"[linux":50,"\u591a\u3044":[45,103,125]," keyword":[21,125],"\u4e0b\u90e8":104,"< t1":44,"\u623b\u3063":6,nul:17,"\"yyyy":103,result:[49,44,3,118],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30aa\u30fc\u30ca\u30fc":50,"-commnad":9,"\u7fbd\u7530":126,"<port":[66,102],"\u67d4\u8edf":[81,111,91],"\u6a5f\u80fd":[91,44],"\u9006\u5f15\u304d":[36,109],mysql:[115,88,69,104,91,11,105]," hiroshi":107,inappropriate:118,"\u5206\u304b\u3061":91,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[126,0,41],wikipedia:32,"\u4e8c\u3064\u76ee":44,filename:118,web:[0,125,104,84,106,77,56],score:[31,77,44,2,103,84,45,106,56,48,81,39,49,50,34,51,126,87],"\u30d7\u30ed\u30b0\u30e9\u30e0":[50,57,107,6],"\u5bbf\u99c5":126,"\u56db\u6368":17,"\u7bc4\u56f2":[36,77,9,91,33,50],"\u3002json":38,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,wc:[105,88,11,115],korea:89,tables:110,"\u30d7\u30ed\u30bb\u30b9id":27,"_geo":17,shidara:17," context":21,"\u3044\u305a\u308c":[32,9,75],"\u3092\u901a\u3057":[66,2],"_get":[17,50],"\u30b5\u30fc\u30d0\u30fc":[28,36,88,30,115,11,105,6,50,17],"\u59cb\u307e\u308a":104," sites":110,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":50,"\u534a\u5f84":78,news:[50,104],"\u539f\u99c5":48,packages:[83,88,104,115,14,11,105,70,74,58],"\u3064\u3064":[45,81],"\u3092\u901a\u3058":48,"_operation":[1,118],"\u30e2\u30cb\u30bf\u30fc":[105,88,11,115],"\u4e00\u5ea6":[7,80,50,17,51,129,121],candidate:106,"\u69cb\u3044":[34,21,83],"\nmercurial":104,country:[27,89],"0x":[10,50,32,118,125],"\u30e9\u30f3\u30c0\u30e0":48,"\u3002output":110,"4gib":[64,118],"\u3082\u3046\u307e\u304f":74,tomotaka:17,"\u5730\u56f3":91,"\u4e00\u4ef6":[90,100,116,61],"\u3044\u3044\u306d":[77,103,125],"0e":102,"_expander":50,com:[85,89]," with":[101,86,21,52],"\u540c\u69d8":[31,77,44,104,81,10,33,15,48,27,102]," https":[83,52],"\u8a9e\u5f59":[42,36,64,98,129,109,41],"\u5317\u4eac":49,"\u5931\u6557":[107,2,125,104,7,39,50,17,87,41],"\u5f8c\u304b\u3089":110,"\u7d4c\u7def":[10,32,48],"/ja":[104,83],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,"\u62bd\u51fa":[15,50,21,41],"\u6709\u76ca":91,"\u95a2\u6570":44,"\u3002[":[46,2,50],"_too":[1,118]," formats":101,diff:102,trust:104," my":[77,103,125],"\u52a0\u3048":[10,44,97,52],"\uff13\u3064":32,"\u5404\u7a2e":104,"\u6848\u5185":104,"\u7b49\u3057\u3044":[77,44,103,125]," \u307e\u305f":[77,3,125,35,103,74,102,41],"\u3068\u3044\u3051":[34,118,41],"\u7b49\u3057\u304f":[44,103,125],"\uff08node":52," period":50," sitecountry":89,"\u30d1\u30fc\u30b5\u30fc":125,")senna":121,"\u7d76\u5bfe":7,daijiro:126,")\u300d":66,"\u5931\u308f":50,"_blog":51,"\u8d77\u6e90":10,"\u5dee\u3057":104," array":86,")\u3002":[90,116,61],"\u3044\u3044":[96,16],"\u7528\u3044":[36,0,91,17,12,122],tokenmecab:[45,50,98],"\u4e0e\u3048":[44,2,89,45,66,38,27,50],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,92,66,86,39,110,106,87],easy:12,"'needle":44,"-help":94,xxx:[50,66],worker:85,"\u65b0\u305f":44,"_not":[39,1,87,77,118],"\u305f\u307e\u307e":35,sae:[106,84],"_log":50,"/acccess":96,"-message":94,applied:69,"/function":104,"\u554f\u984c":[0,2,103,104,10,107,127,125,86,50,17,102,83],"_sel":69,gnu:74,"\u3069\u3093":[73,65],"\u6700\u9069":6,"_message":[93,51],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":104,"\u7528\u9014":[115,77,64,11,88,93,105,70,94,91,96,58],"_only":[1,118],"\u305a\u3064":[126,51,66,102],"\u7d44\u8fbc":[29,61,4,32,5,73,100,76,79,108,110,40,112,65,43,46,47,86,116,82,78,53,124,90,37,25,95],"\u3069\u308c":[93,77,35,41],"\u5165\u529b":[0,29,2,62,4,65,66,5,27,34,73,50,8,102,76,106,38,108,61,40,112,100,110,84,46,47,86,116,82,17,123,53,90,93,56,25,95],"\u5909\u6570":[103,104,14,127,50,17,121,122],tasukuchan:126,"_set":50,"\u6700\u3082":[86,77],"\"sound":84,"[solaris":50,"\u4ee3\u8868":91,"\u79d2\u6570":[93,77,61,103,10,126,32,53,90,100],"\"a":15," -e":11,"\u6709\u9650":77,is:[10,101,118,6,83],it:[31,77,103,93,38,101,125],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":106," can":[101,21,83]," speakers":16,il:[45,98],io:69,"\u540c\u68b1":[50,107,83],ia:[45,98],"\"}":[31,129,62,89,81,10,106,84,125,15,48,56,34,51,103,35,97],shift:74,id:[2,62,64,65,66,101,27,34,73,87,75,97,77,103,10,106,80,39,61,31,110,84,45,86,48,116,51,125,89,107,93,56,129],"if":[101,44,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,"\u305d\u3093\u306a":[74,41]," remained":101,"1\u4ef6":[45,126,116],"_rectangle":[36,0,30,107,50,17,113],suggest:[17,107,20,30,36],make:57,"\u4f8b\u3048":[97,98,66,68,34,74,8,102,77,103,106,80,35,111,41,114,31,84,45,50,51,121,52,125,89,56,129],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":44,"\u9069\u3057":[80,91,41],"-dataset":[28,36,30,106,127,50],"\u5408\u308f\u305b":[50,103],"-secret":104,"\u30bf\u30fc\u30df\u30ca\u30eb":6," that":[50,77,21,101],"\u5ea6\u3068":17,"\u7121\u8996":[100,77,61,125,45,64,107,66,90,116,110,50,17,121],"\"]":[31,77,2,103,45,92,65,66,21,90,110,126],"\u4e0d\u5177\u5408":[50,57],"\u6771\u4eac":[45,126,48,49,98],"\u5fdc\u7528":91,"\"[":50,"\"'":[77,103,45,98,50,125],"\" ":[77,2,3,104,10,14,121,32,81,15,48,70,102,97,50,103,45,35,62],"\"\"":[15,32,50],"-packages":104,"\",":[2,62,65,66,27,34,73,87,102,97,80,77,49,103,10,106,38,81,39,110,31,84,45,53,15,48,50,51,125,89,86,126,21,93,56,129,6],"\"-":[17,49],"\u306b\u3088\u3063\u3066":[9,2,10,91,45,122,75],"\"/":[48,66],"\u76ee\u7684":74,"\")":[31,49,103,79,81,37,48,50],"\"*":50,cdbs:17,"\"blt":110,"\\%":70,"_or":[1,39,44,27,87,78,118],"\u57fa\u70b9":77,"\u7591\u4f3c":[36,77,30,43,38,50],"\"<":50,"<threshold":66,"\"?":3,"\u30eb\u30fc\u30d7":[50,107],"\":":[2,3,27,34,87,35,62,38,77,49,103,10,106,80,81,39,102,97,31,84,53,15,48,51,125,89,86,126,56,129,6],"\";":[102,6,35],"8byte":118," hash":126," blog":[45,15,51,2],"\u306b\u3088":50,"mo\u30d5\u30a1\u30a4\u30eb":83,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[45,84,98,41],"\u72b6\u614b":[123,115,88,107,2,104,86,45,91,11,66,53,105,50],"\u3055\u307e\u3056\u307e\u306a":[36,109,126],full:104,"\"\n":[2,3,27,34,73,87,102,62,77,49,103,10,106,80,81,39,97,31,84,15,48,51,125,89,126,92,21,93,56,129],"\u30b0\u30ed\u30fc\u30d0\u30eb":50,more:118,"/run":[66,104],"\u3084\u3059\u304f":107,serch:[106,84],"\u30c4\u30fc\u30eb":[12,83,94,36]," options":6,the:55,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":50,"_shutdowned":[1,118],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":122," articles":51,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":84,"_result":1,solaris:50,"_com":104,"@groonga":[104,16],"||":[50,51,44],"\nrep":102,"\u8db3\u3057":103,"_tags":[31,126],repoforge:[50,88]," allow":77,"\u4e00\u6c17":104,"_ctx":[17,1,50],"-admin":50,yes:[106,122]," int":[10,50,39,49],"\u306a\u304c\u3089":[50,77,2,104,91],"\u5f8c\u65b9":[36,44,103,98,109,50,35,125],"\u7b97\u51fa":[50,77],"\u89e3\u50cf":107,"\u300c ":77,"_buffer":[1,118],"=sjis":74,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":50,defrag:[36,0,20,30],"\u306f\u3059\u3079\u3066":[77,2,103,38,111,129,41],".scr":102,about:52," four":[101,2],"_selector":[36,20,30]," libmecab":[105,11,104],searc:34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":50,has:104,"\u7528\u3044\u308b":[31,2,10,91,68,48,27],"\u300c,":110,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[104,130],"_close":[17,44],"\u4e00\u500b":44,"\"content":[77,103,125],"|>":101,"\u9001\u308b":[59,118,35,83],"\u9001\u308a":118,"\u30d0\u30a4\u30ca\u30ea":[70,104],"_broken":1,"\u5cf6\u7530":50,jekyll:104,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[103,125],sigint:17,"\u885d\u7a81":96,"| ":[77,103,45,81,48,101]," environment":52," means":[101,77,6],advanced:69,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":33,"\u30ed\u30c3\u30af":[0,66,50,17,25,76],">command":3," normalizer":92,"\u4eee\u60f3":[48,89],"\u6539\u540d":[17,50],"_error":[1,118],"& _":48,"\u691c\u7d22\u4f8b":57,alice:[77,125,81,39,87,35],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[77,74,66],"-unauthenticated":[50,11,105],poedit:83,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,61,64,32,66,6,7,100,50,74,75,76,36,103,38,102,110,111,41,114,44,47,86,116,17,129,90,91,25,130],"_expr":57,"\"engine":[34,84,56],"\u5c0f\u6587\u5b57":[129,2,41],"\u7d20\u89e3":[91,74,103],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":126,centos:[36,104,94],"\u307e\u3068\u3081\u3066":[10,91,77,104],"_db":[17,107,127,50],"\u30b3\u30df\u30c3\u30c8":104,"_str":126,"\u5fdc\u7b54":91,"\u4fdd\u5b58":[36,33,50],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":50,"\u5358\u8a9e":[50,77,125,111],"\u7570\u306a\u308a":[77,125],"\u3067\u3044\u3046":129,"\u4f7f\u7528":[0,2,62,32,98,66,96,6,100,61,35,77,9,103,104,10,38,81,39,102,44,45,47,15,49,50,87,53,125,86,90,126,107,92,116,24,27],"\u73fe\u4ee3":91,"\u5217\u6319":2,".zip":83,tokenbigramsplitsymbolalphadigit:[45,84]," results":[50,21],"_table":57,"\u5bc6\u9375":57,"for":[103,16],bottom:[17,37],"_right":[17,37]," firefox":83,".github":[104,52],"\n[\"":21,".synonym":77,"_arg":1,tasuku:69," result":[51,21],"\u5358\u7d14":[44,97,78],".sourceforge":[104,16],ichii:17,unstable:[105,104],localhost:[123,3,104,35,17,102,6],"\u30d4\u30ea\u30aa\u30c9":[47,51],core:102,"\u7a0b\u5ea6":[17,2,50],"\u53c2\u8003":[36,104,30]," since":101,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":50,"\u3001\u300c":[31,0,45,126,98,66,77,34],"\u5b8c\u5168":[77,44,103,64,47,41],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":130,"\u304c\u308f\u304b\u308a":126,"\u8db3\u308a":[17,121],"\u6d88\u3048":64,"\u30b5\u30fc\u30d3\u30b9":[91,50,52]," application":35,substitution:81,"]]":[77,61,90,106,65,66,38,116,108,100,102],post:[50,104,130],"\u6b63\u898f":[2,103,92,50,129,121,41],"\u3067\u3082\u3046":59," username":31,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[74,93,9,102],obj:86,"\npartial":44,"\u30c1\u30a7\u30c3\u30af":[123,107,86,50,17,102],"\u5207\u308a\u6368\u3066":10,"\u56de\u52d5":102," xxx":103,"\u6b63\u3057\u3044":[121,8,84],"\u6709\u7528":[93,64,2,35],"\"text":17,"\u8a71\u3057":57,"\u5224\u5b9a":[100,48,61],"\u898b\u4ed8\u3051":50," aggregate":21,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[50,2],"\u3068\u306a\u308a":[125,21,35,27]," tajima":50," translation":83," last":[50,126],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[36,109],"\u3092\u3054\u89a7\u304f":91," glossary":52,"float":[10,50,49,3],sphr:49,"\u306a\u3055\u3093":57,"\nlevel":101,"[@":[17,50],"\u52a0\u3048\u308b":[47,17],"\u305b\u3044":50,old:104,".am\u30d5\u30a1\u30a4\u30eb":104," main":105,"\u6700\u521d":[77,2,103,125,21,93,17,51,121,41],git:[104,83],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],".garbage":50,"\u305d\u3061\u3089":74,"=release":70,support:69,"_socket":[1,118]," number":[66,102],"_open":[17,118,1,107,50],"\u6e80\u305f":[15,48,44,126],"\u5927\u6587":77,"\u5b89\u5168":27,redmine:59,editor:83,"[test":50,"\u7b49\u4fa1":[77,107,111]," api":[57,120],"cpu\u30b3\u30a2":[66,130],"[n":50,fork:[66,83],head:[123,118],"\u3086\u304d\u3072\u308d":97,tokenbigramignoreblanksplitsymbolalphadigit:45,form:2,"\u8a66\u884c":91,"\u7f6e\u3044":104,".ne":69," make":[115,88,104,14,11,105,12,74,122,58],thesaurus:77,"_interrupted":1,"_animal":10," ftb":69,"[\n":[31,77,49,2,62,81,10,126,125,21,80,15,48,103,97],"true":[0,29,2,62,4,32,5,7,100,87,76,80,77,49,103,10,38,81,39,108,40,41,31,46,47,15,48,116,51,78,97,125,89,126,21,37,129],"/tsv":[121,7],"\u5fa9\u65e7":50,"\u6253\u3064":104,"\u8981\u7d20":[93,1,2,66,21,38,44,61,100,50,102],"-path":[104,94],"\u9032\u6570":[86,103],"\u5165\u308b":[73,65],"\u5165\u308a":[65,2,103,89]," groonga":[96,2,66,70,6,17,101,74,35,115,77,103,104,11,110,83,14,15,27,50,51,121,88,125,91,21,93,105,129,58],"\u5426\u5b9a":[77,44],"\u5024\u3088\u308a":[77,44],"/cutter":104,"\u30ec\u30b3\u30fc\u30c9id":[36,116,61,30,50],"[#":[17,50],"\u4e2d\u65ad":[17,50]," friends":31," uint":[31,77,103,125,15,50,51,41],"\u30e1\u30c3\u30bb\u30fc\u30b8":[126,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[77,129,2,84,45,98,56,17,74],"\u8fd4\u3063":[126,103,125],"\u5185\u8a33":45," dpkg":104,"\u6587\u5b57":[0,2,62,32,98,66,5,50,34,77,49,103,79,10,38,41,31,44,84,48,17,51,78,121,125,89,91,92,21,37,126,129],"\u3002sortby":77,"\u6dfb\u4ed8":50,"\u8abf\u3079\u308b":[37,78],"\u6c7a\u3081\u308b":[77,44],kwic:21,"=null":[77,41],"_sequence":[1,118],"\u3057\u304d\u308c":50,decrypt:104,"\u5165\u3063":[31,2,93,118,50,34,51,122],"_records":50,"''":11,score1:44,score2:44,"' ":[115,31,77,69,103,105,10,126,32,11,81,45,48,101,50,88],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":50,"'-":66,"\u3059\u3063\u3071\u3044":62,distributions:104,"\u3054\u89a7\u304f":[2,122],ongaeshi:[50,107],"'(":66,"\u30a8\u30c7\u30a3\u30bf":83,"\u305f\u304b\u3063":84,"\u306e\u306b":[36,92,71,50],tokenbigramignoreblank:45,no:[0,69,106,77,118,64,50],"\u306e\u3061":77,".repoforge":88,excel:121,"\u306e\u3067":[77,49,2,121,104,81,10,91,98,21,93,15,96,17,24,50,83,45,51,35,41],"\u3002\u307e\u305a":45,"\u914d\u5217":[93,77,44,125,65,107,73,21,47,86,50,17,41]," lion":50,"\u3002\u307e\u305f":[123,9,2,97,84,10,91,32,66,48,44,27,24,121,102,103],"\u3002set":102,"\u306e\u307f":[91,44],test:[2,104,10,65,102,122],saerch:[106,84],"'\n":[31,77,49,2,97,45,125,80,81,48,103],"\u4e09\u756a\u76ee":103,"\u5c5e\u6027":[47,73,65,127],"\u305f\u3081\u3057":48,groogna:[50,35],"\ncrit":[4,5],"'s":[93,77,103,125,80,38,15,101,83],"=number":94,truncate:[17,50,20,30,36],"\u66f8\u304b":[50,126],welcome:[77,103,125],"\u3089\u308c\u308b":[50,44,98,91],"\u88dc\u3046":91,"\u7d44\u307f\u8fbc\u3093":91,"\u4ee5\u964d":[107,104,33,66,17,129,122,83],"\u964d\u9806":[106,77,2,89],"\u5fa9\u53f7":104,scorer:[36,108],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":57,"\u305b\u308b":[44,91,81,24,122,41],"'n":66,"'m":[80,51],"-latest":57,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":62," cutter":122,"\u305b\u308c":91,"\u6bb5\u843d":47,"_count":[27,53,2,3,6],".service":50,"\u3069\u306e":[77,49,84,33,78,74],"\u5c11\u3057":74,fsf:50,macports:[36,94],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u77e5\u308c":92," createrepo":104,"\u672c\u756a":104,"\u6539\u5584":[17,0,50],"\u307f\u304c":44,"_offset":[1,108],"5km":126," json":[38,3,35],"\u5165\u529b\u30df\u30b9":84,"_memory":[50,1,118],"_github":[104,83],notification:101,push:104,"\u512a\u308c":91,"\u65e5\u6642":[36,32,109],"\u9069\u5207":[91,107,2,102,41],"\u304a\u3053\u306a\u3063":2,"\u6307\u3057":10,":/":[2,3,66,70,6,72,74,35,115,104,10,11,110,83,31,14,48,27,52,123,88,89,105,24,58],masaharu:50,"\u53cd\u6620":[91,44,104],"\u81ea\u52d5\u7684":102,"\u7b26\u53f7":1,":$":[125,97,103]," required":[6,35],segv:0,": ":[42,36,0,9,104,65,107,38,1,44,17,57,74,52],"\u6d41\u308c":57,"\u7279\u6027":64,"/debian":105,"\u8a9e\u7248":104,":=":[77,125],":>":[77,125],"\u30d2\u30c3\u30c8":[77,44,62,45,126,98,80,34,97],comments:[15,51],"::":[1,3],"[element":103,"/sources":[105,11],netbsd:107,"\u3084\u308b":57,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":118,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[36,109],"\u56fd\u969b":83,"\u7aef\u672b":91," all":[101,77,103,125],":\n":[27,52],".asc":104,"\u795e\u5948\u5ddd":126,"\u901a\u77e5":104," sudo":[115,88,104,14,11,96,105,50,74,122,58],"=r":50,"_left":[17,1,118,37],"\u4e00\u822c":[77,2,125,91,111,52],"_builtin":17,"(ptr":107," #":[126,107,127,35,83],"\u5ea6y":32,"\u524a\u9664":[0,29,64,7,46,91,107,6,66,50,116,17,87,75]," elfring":50," installer":104,"-html":[50,107],"_denied":[1,118],dragonfly:107,"\u307e\u3067\u3057\u3070\u3089\u304f":104,supported:69,string:[50,44],"\u500b\u5225":104,"\u8a2d\u6a02":17,"\nrequests":101,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":50,"-root":[24,107,66],"\u8a2d\u8a08":77," character":101,enqueue:85,"\u4e0a\u91ce":107,"\u767a\u4fe1":104,"[php":50,"\u30b5\u30f3\u30d7\u30eb":[50,77,107,127],entries:[77,103,110,125],"\u691c\u8a0e":45," systems":21,"\u3084\u3081":17,exact:44,"\u3002travis":52," performance":21,".body":[65,25,62,76]," \u3002":45,"\u72b6\u6cc1":[45,91],"\u30b9\u30af\u30ea\u30d7\u30c8":57,"{language":83,"\u4ee5\u4e0b":[1,61,4,65,33,66,5,70,6,7,73,50,74,102,77,49,104,106,38,81,39,110,12,41,42,44,47,15,100,17,87,78,122,52,86,90,92,21,93,24,83],level:[4,5,118],"\u3068\u3057\u3066":[1,64,33,66,6,17,74,75,115,77,9,103,104,79,106,11,38,81,39,102,111,41,114,44,49,50,87,120,121,122,88,129,125,91,107,92,21,105,83],"\u8208\u5473":91,"\"mysql":8,mb:50,":@":[31,77,2,125,10,126,81,27],"-escalation":94,"\u4e2d\u7a0b\u5ea6":[115,88,11,105,70,94,58],":\\":70,item:[34,106,84,56],"\u4e0d\u6574\u5408":0,":[":102,"\u5217\u6307\u5411":[91,66],":public":104,"\u672a\u6e80":125,"\"blank":129,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":86,"4gbyte":42,"\ngrn":44,"-deb":104,"\u8ad6\u7406\u548c":[77,44],"\u4ed8\u4e0e":[31,102,75],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":50,"\u7d50\u3073\u3064\u3044":85,"\u305f\u3055\u3093":[17,0],"\u7d50\u3073\u3064\u304f":85,sign:104,"\u5076\u6570":103,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[50,77,44,107],"=)\n":44,"\u3002git":104,"-dev":[104,11,16,105,50,17,122],conifugration:52," commit":83,run:[122,6,104],"\u5316\u4f5c":104,"\u6c42\u3081\u308b":[91,49,78],">alloc":3,"\u5024\u6bce":77,column:[36,0,44,30,107,20,50,17],"[munin":[17,50],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":104,"\u3068\u3053\u308d":[103,55,126,92,7,50,83],ip:[27,102],".ncpu":58,"\u7d4c\u904e":[93,9,103,10,126,32,53,17],"\u30bf\u30d6":[121,3,118],".groonga":[83,88,104,115,14,11,105,70,74,102,58],"\u4ed8\u304d":[36,1,125,14,106,33,107],"\u4e3b\u8981":94,"/load":35,"/.":17," normallexicon":129,"\u65e5\u672c":[103,104,32,37,48,34,78,125],cxxflags:[14,104],"\u30c8\u30e2":31,reply:51,"\u5411\u3051":57,"\u89e6\u308c":2," yoji":17,"3\u3064":[115,77,2,10,11,21,93,105,122,111,50,51,88,96],"\u76ee\u5b89":104," makecache":[50,88]," libevent":[105,11],"_len":50,"\u4f8b\u3068\u3057\u3066":10,"\u751f\u3058":[29,4,46,47,5,108,40,116,76],"[deb":[17,50]," two":101,"\u6e2c\u4f4d":91,"\u5909\u66f4\u70b9":57,"\u30bf\u30b0":[36,103,104,64,107,21,50,17,109,41],"\u540d\u4e00\u89a7":65,baseball:[31,51],"\u9ad8\u6a5f":[91,44],"\u6d41\u3057":104,address:[17,118,50],"\u96c6\u5408":[50,111]," tablename":9,"\u30a2\u30ab\u30a6\u30f3\u30c8":[104,16],change:35,"\u6700\u5927":[42,43,0,107,103,64,77,66,21,102,50,17,82,35,118],"\u88dc\u6b63":[36,128,106],"\u8b70\u8ad6":59," string":[15,92,81,79],"-mode":83,"\npublished":104,"\u6b63\u78ba":[10,53,2],"\u30ec\u30dd\u30fc\u30c8":74,"\u4e3b\u30ad\u30fc":[100,36,61,90,107,38,116,50,73,75],"\u3068\u3059\u308c":91,"_version":[17,104],example:[31,2,89,10,48,27],"_success":[77,1,61,90,100,101],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[45,77,111]," official":104,"geopoint\u9593":17,"\uff08ruby":52,"\u8a2d\u5b9a":57,raccoon:31,"\u8b66\u544a":[50,77,9,107],"\u9006\u306b":31,"-filter":[97,81,21,15,17,50,113,103],".db":[66,65,2,27],".exe":70,"\u4e00\u9577":91,"\u5ea6\u6570":[10,17,48,103],"` ":3,ipa:[12,88,115]," level":[4,101,5,66],"\u305d\u306e\u307e\u307e":104,"\u5fd8\u308c":17,"-leak":107,"\u521d\u671f":[91,17,107,50],"\u30ea\u30f3\u30af":[125,104,10,72,50,103],"\u6700\u5c0f":[105,88,11,96,115],"-cutter":104,"'haystack":44,"_delete":17,"\u6587\u5b57\u5217":[36,77,49,61,79,90,93,111,21,38,116,100,50],"/main":11," test":[2,122,104,10,27,51,102],"\u7d71\u5408":[50,91]," entry":[47,29,61,90,65,46,38,116,108,100,25,76],"\u4e88\u3081":[32,66],red:57,httpd:50,"\uff08messagepack":74,"\u4e21\u8005":48,"-check":[17,107]," sequence":101,"\u6307\u6570":103,"\u5916\u90e8":85,"-src":[105,11],"|table":41,sports:31,"\"name":81,"\u30d5\u30a9\u30ed\u30fc":16,https:[130,104,83]," masahiro":107,msg:85,"\u8ff0\u3079":2,"\u5e74\u9f62":[91,41],"/header":14,"\u3060\u3063":[45,50,77,9],"``":[0,107]," takashi":17,"\u591a\u69d8":91,"\u3001 ":[2,62,64,32,27,7,74,35,115,77,49,103,10,81,111,113,83,48,50,121,129,125,126,21,93,41,6],"\u843d\u3061\u308b":[17,107,50],"_concurrency":123,"\u6d41\u91cf":35,"-each":17," rpmforge":88,visual:[17,70,50],"\"color":129,"\u30ec\u30d3\u30e5\u30fc":104,"\u305d\u3053\u306b":[73,65],"/nfs":74," version":[69,3],"\u30bb\u30c3\u30c8":[25,98,44,76]," new":104," shopping":80,"po\u30d5\u30a1\u30a4\u30eb":83,"_plugin":[17,127],"\u3044\u308f\u3086\u308b":31," run":6,"\u8fd1\u3055":103,"\u3060\u3044":17," \"i":[93,77,125,80,51,103],cas:118,"\u884c\u308f":[123,31,77,102],nfkc:129,"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,109,36],"\u30ea\u30ea\u30fc\u30b9":[57,117],"\u542b\u307e\u308c":[77,91,98,21,93,7,41],"\u3060\u3051":[1,130,64,70,7,50,51,35,115,77,103,104,10,11,80,83,44,45,15,17,87,121,88,125,21,105,94,41,58],values:[38,100,61],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":74,".txt":104,clearlock:[36,0,20,30,50],",\"http":10,"\nnotice":[4,5],"\u8fd1\u304f":[91,33,103]," on":[83,69,6,35,21],"\u4e00\u6642":[36,49,30,50],"_stamp":101,"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[122,48,104,89]," of":[69,86,106,21,15,6,101,50],",\n":[2,62,65,27,73,102,97,77,49,103,10,106,80,81,39,110,31,15,48,51,125,86,126,21,93]," -":[115,88,104,11,105,12,74,122,58],logrotate:50," ignored":50,"\uff11\u3064":85,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[123,50,6],"\u5897\u3084\u3059":122,"/rpmforge":88,".]]":61,"/setup":52," os":[36,94],"_sis":[125,103,98,97,41],"\u6a19\u6e96":[0,29,2,4,65,66,5,6,100,73,76,9,38,108,61,40,112,110,46,47,86,116,82,50,123,53,90,24,25,95,27],"-com":104,"\u884c\u3044":[123,31,44,2,104,89,45,126,98,66,81,51,102],chroot:104,",\"":[31,3,126,86,110,51],", ":91,",.":104,write:[50,77,26],get:[17,50],gemfile:50,"-docutils":104,"\u884c\u3048":[81,2,122],"\u30d2\u30e5\u30d9\u30cb":[49,78],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[36,94],"==":103,"\u3002\u30ed\u30b0":41,":clear":104,query:[36,44,30,127,108,50],"\u30d0\u30a4\u30c8":[1,64,32,107,21,50,17],"\u76f8\u5f53":[93,48,2],"^commit":104,"/cpuinfo":[105,88,11,115],"\u8fd1\u508d":[50,111],"\u8a9e\u53e5":31,"\u5f15\u304d\u8d77\u3059":50,map:17,"\u3042\u308f\u305b\u308b":50,groo:77,information:101,"\u518d\u8aad":[40,121],max:[123,43,2,3,53,86,27,50,82,102,6],clone:[72,57,104],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,mac:[36,94],uint:[2,62,32,27,73,87,97,77,103,79,80,39,65,41,31,45,48,50,51,125,89,107,93,129],date:102,"\u7f72\u540d":57,"\u6b20\u70b9":91,"\u5207\u308b":6,"\u5207\u308a":[112,17,104,50]," content":[77,103,81,21,80,15,51,125],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[36,109],"\"serach":84,"/dictionary":107,succeeded:[39,87],"\u8fd4\u3059\u304b":106,ss:[101,103],"/javascript":17,ghz:102,fluent:72,"\u5404\u56fd":104,"\u30b2\u30c3\u30c8":16,"\u3084\u3059\u3044\u304b":121,"_values":17," chunk":86," bug":[50,69],"\"starttime":3,",{":[3,102],se:34,"\u5e02\u5185":33,"\u304b\u308f\u308a":[45,115],"\"ellip":78,"\u3002tag":31,"\u540c\u3058\u6570":[66,6,35],"\u5019\u88dc":[34,106,8,84],"\u4f1d\u7d71":91,"=\"":[14,104],"_init":[101,17,50],"\u5357\u534a":50,"[yum":50,"\u82f1\u8a9e":[59,17,104,83],"/srpm":104,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"_descriptor":[1,118],"=users":35,"1\u6708":[77,61,103,10,126,32,90,100]," english":[77,16],"\u3067\u3069\u3053":1,"\u542b\u307e\u308c\u308b":[44,2,104,10,91,66,45],"=/":[121,74,66,122,104],"\u30a2\u30c9\u30ec\u30b9":[17,66,27,102],"\u3042\u308a":[59,16,70,6,7,72,73,50,74,102,115,77,9,104,55,106,11,38,81,39,111,40,112,41,42,44,47,15,49,17,122,53,88,91,92,21,93,105,94,24,57,83,95,58],"\"apple":129,"/fedora":[50,107,104,115],"_account":83,normalizermysqlunicodeci:129,":ss":[101,103],"_tsv":121,"\u56f2\u307f":[66,21]," am":21,"-libedit":107,"/html":[17,35,83],"[[":[61,97,65,66,73,100,87,77,49,103,10,80,81,39,31,45,51,125,90,126,92,21],"\u78ba\u5b9f":84," at":[101,69],"\u5272\u308a":[10,64,65,103,73],"\u8a08\u6e2c":[17,0,122],"\u56de\u7e70\u308a":102,"\u7d44\u307f\u5408\u308f":[91,77,44,41]," ${":83,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":74," solaris":[36,94],"\u4f5c\u7528":50,cutter:57,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":73,"\nworks":101," sjis":66,"\u91cd\u306a\u3063":50,"\u542b\u3081\u308b":[77,2,125,104,50,17,121],"\u3053\u3068":[12,57,44,85,91]," aptitude":[12,122,105]," been":104,".pid":66,records:101,"\u4efb\u610f":[2,104,91,32,66,102],"\u6ce8\u76ee":77,"\u30ad\u30e3\u30c3\u30b7\u30e5":[50,0,91],"\"version":3,normalizermysqlgeneralci:129,"\u3002ascii":[103,125],alisa:81,now:[36,113,30],"\u8d85\u3048\u308b":[10,50,64],"-plugins":[105,88,94,115],"\u3059\u306a\u308f\u3061":10," description":[126,98],"\u5b9f\u884c\u4f8b":[2,62,101,6,7,73,87,97,77,9,103,10,106,80,81,39,41,31,84,53,15,48,49,50,51,122,125,89,126,92,21,93,56,34,129,27],name:[65,46,47,86,39,108],"\u500b\u3005":[45,9,44],"\u30b0\u30eb\u30fc\u30d7":[50,77,91],"_memo":81," rake":104,repositories:104,"_dat":[125,73,50,17,41,103],"_dataset":127,"\u65e2\u5b9a\u5024":96," link":10,"_timeout":[1,118],"\u8aad\u307f\u8fbc\u3081\u308b":110," line":52,"\u534a\u7121":[17,41],el:88,"\u3053\u3061\u3089":[81,51,121,2,83],en:[34,106],"\u4e26\u3079":[36,109],"\u53d6\u308b":118,ea:101," management":[21,52],"\u6700\u5f8c":[103,104,10,107,45,6,50,102],ggdb:104,"\u30cd\u30b9\u30c8":[50,51],nroonga:[81,52],"\u5b9f\u4f8b":[57,117],qwik:110,"\u624b\u6bb5":44,"_size":44,indexblog:51,"\u30d8\u30c3\u30c0\u30fc":[50,1,35],"\uff1f\u3000":102,"\u7a7a\u304d":86,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":46,"-offset":77,"\u6642\u4ee3":91,"\u3042\u3044\u307e\u3044":41,"\u524d\u65b9":[36,44,2,103,64,98,127,125,106,50,34,109,41],".status":102,"\u5f85\u3061\u53d7\u3051\u308b":27,"\u518d\u69cb":17,"\u79d2\u3088\u308a":127,"\"search":[34,84,125,56]," exclude":50,"\"type":106,"-default":94,"\u304c\u308f\u304b\u308b":49," warning":4,correct:[106,84],"/files":104,"|allow":[77,125],"_content":[77,103,81,21,93,15,51,125],"[suggest":50,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":64," segments":86,"8\u3064":102,tomita:107,"\u5d8b\u7530":50,mime:35,"/dev":104,"_string":122,org:[27,89],"byte":[50,21,102,118],"\u7d20\u65b9":91,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,33],"/pub":88,"\u62ec\u5f27":38,"\u7d50\u5408\u5f0f":50,"\u30b3\u30fc\u30c9":83,"\u4e8b\u9805":36,arnaud:17,"[windows":[17,50],"_seek":[1,118],"\u6b21\u90ce":31," key":[50,2,104],"\u30db\u30b9\u30c8":[123,104,66,27,50,17,102],yum:[50,88,104,115],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":74,"-normalizer":[115,88,11,105,50,129],"\u629c\u304d\u51fa\u3059":91,"] [":102,"\ndebug":[4,5],"\\\"a":15,"\u30d9\u30af\u30bf\u30fc":[17,77,50],"\u3078\u3068":27," correction":84,"\u3078\u306e":[10,74]," country":89,"_block":[1,118],offgao:126,"\u30dd\u30fc\u30c8":[123,96,3,66,35,102,27],"-version":[107,104],"[backquote":125,"\u4e00\u610f":[47,66,75],one:21,"\u30b7\u30f3\u30d7\u30eb":[130,111],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":51,"_function":[1,118],"\u305f\u3069\u308b":31,"_process":[1,118],"\u81ea\u5df1\u7d39":126,"\u9078\u3073":8,message:[101,51,5],".'":[47,50],"\u9078\u3076":91,size:86," epel":88,"\u4e0b\u3055\u3044":[115,88,104,11,105,70,94,50,58],"\u7d5e\u8fbc":[36,109]," text":[77,103,21,81,35,110,51,102,125],"\u53d6\u308a\u51fa\u3057":2,"\u5bfe\u7b56":[36,71],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[49,111]," locks":21,"\uff08\u307e\u3082":35,"1g":[105,11],"\uff08-":[77,2],"\"sphr":78,"\uff08 ":[115,77,33,103,14,11,21,125,105,6,7,74,121,88,58],"\u30bd\u30fc\u30c8\u30ad\u30fc":[106,0,77],"\u30d8\u30eb\u30d7":122,"_preparer":[34,106,84,56],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":91,"\u3044\u308c":[10,50]," markup":55," sid":[17,86],"\u3044\u308b":[44,104,91,52,122,83],"-max":[17,66],kenichi:[17,107],localnames:110,memo:81,universe:11," logged":101,kbytes:102,"\u30d1\u30a4\u30d7":47,github:[59,104,50,72,17,83],"\u62e1\u5f35":[17,109,36],"\u30a8\u30f3\u30c8\u30ea":[15,77,103,125],libevent:74,"\u305d\u306e\u5f8c":103,"\uff08@":[17,107],"\u8fd4\u4fe1\u5148":126," match":6,"\u30d5\u30a9\u30fc\u30e0":[77,125,111],"\u306b\u5bfe\u8c61":17,"11":[45,81,77,103],"10":[2,102]," many":99,"\u51fa\u3057":126,"\u540c\u6642":[77,9,91,85,48,102],"-httpd":[28,36,88,30,115,11,105,50,17],"_index":[31,77,69,2,62,81,45,126,107,125,21,80,47,15,50,51,103],"\"\u4e8c":34,"(tab":121,"_small":[1,118],"/gat":[48,2,89],"\u6574\u3063":122,libgroonga:114,"\u3080\u308b\u3093":[103,125],"\u5404\u547d":102,posix:103,"\u6e2c\u5b9a":102,"\u7cfb\u5ea7":[37,78],"_device":[1,118],zsh:[74,104],browser:83,pre:69," tokenbigram":[77,2,62,81,45,126,125,66,21,80,15,103,51,41],"\u3044\u304d":[2,104]," name":[77,29,103,81,10,126,46,47,15,108,6,110,41],masahiro:107,"_local":[110,102],"\u3044\u3046":77,ann:104,".list":[105,11],"\u4e16\u754c":[49,10,32,37,48,78],argument:103,"-scorer":113,"-zlib":94,dash:74,"\u4e21\u65b9":[77,126,97,91,125,80,64,34,103],say:103,"\u30b3\u30f3\u30d1\u30a4\u30eb":50,"/span":21,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":[50,96,11],katakana:34,".uuuuuu":103,"_circle":[17,113,30,36],"\u53b3\u5bc6":34,"\u30ea\u30b9\u30c8":[100,31,77,2,103,104,90,65,33,66,38,125,61,73,72,50,129,121,83],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[90,116,61],bash:74,these:21,"/doc":104,engin:[34,106],"\u591a\u5f69":91,"\u914d\u5e03":[115,88,11,105,70,94,50,58],"_network":1,uuuuuu:103,"\u5ea6\u5408\u3044":45,"\u3044\u3064":34,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":57,"\u304b\u307e\u3044":2," inv":102,"_permitted":[1,118],"-with":94,"\u9806\u6b21":[123,66,2,27],"_end":1,animation:31,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[36,88,30,115,11,92,105,50,41],"_full":104,performance:21," objname":[25,76],"\u6027\u80fd":91," kana":[34,106,84,56],"[[\"":86,"|suggest":106,"/epel":88," documentations":113,"_suggest":127,buffer:86,price:10,"\u5148\u982d":[77,2,6],debhelper:17,"\u5c0e\u5165":[12,9,122],beta:69,mecab:[115,0,107,104,11,88,105,50,17,74]," moritars":51,"\u500b\u5b9a":85,pair:[34,106,84,56],"_down":[1,118],"(location":[31,48,49,126],"\u81a8\u5927":91,"-type":[17,84,56,35,34],"\uff09:":[115,88,98,14,11,105,58],"_section":[47,126,51],"\u79fb\u52d5":[104,55,70,50,40,17],"\u672a\u4f7f\u7528":118,"\"book":103,"\u7ba1\u7406":[36,0,104,66,86,50,17,74],"\u5024\u7528":17,"\u3068\u308a\u3068\u3093":[103,125],"8mb":129,wing:50,"\u30b9\u30da\u30fc\u30b9":[17,77],"\"table":66,"-yyy":83,"\u5c06\u6765":[115,49,92,118,35],"\u4e00\u81f4":[36,77,44,103,104,64,125,127,106,50,41],"\u4fdd\u8a3c":[86,9],"\uff09 ":[17,77,107,129],uninstall:50," compatibility":129,"\u539f\u56e0":[36,71,102],precise:[11,104],"\u9589\u3058":[17,64],lexicon:[73,129,41]," messagepack":3,usr:[66,6,7,74,122,58],show:0,"-po":57,sitecountry:[27,89],"\u65b0\u5bbf\u99c5":48,"\u3057\u304b":[77,103,10,125,6,51,83,35,41],"\u9ad8\u307e\u3063":91,"\u540c\u3058\u91cd\u307f":81," metadata":50,"\u62c5\u5f53\u8005":104,"\u30dc\u30c3\u30af\u30b9":77,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":57,"-threashold":[45,107],threshold:17,"\u88dc\u5b8c":[36,106,107,128,7],"\u53ca\u3073":[116,102],data:35,"\u3002weight":10,"\u77ed\u6642\u9593":91,"\u30d1\u30c3\u30b1\u30fc\u30b8":57,"\u3057\u3066":[59,31,77,107,2,104,45,126,11,6,50,12,122,83],emergency:101,"-plugin":72,"\u592b\u5fc5":97,"\u30bf\u30a4\u30c8\u30eb":[31,77,125,10,51,103],title:[31,2,89,10,27,50,51],"\u5316\u5bfe":83," site":[31,2,89,10,48,27],"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":102,black:129,"\u306a\u3089":[115,77,9,112,103,84,125,11,66,88,129,53,105,44,122,34,50,51,52,102,41],"\u306a\u308a":[1,2,3,32,66,6,7,34,50,75,62,80,77,9,103,104,10,106,38,102,97,12,76,41,31,84,45,47,48,49,118,17,51,78,121,52,129,125,91,21,93,126,24,25,27],"\u306a\u308b":[0,2,62,32,66,70,6,74,102,76,115,77,103,104,37,10,11,80,81,110,41,83,44,45,47,50,78,88,91,107,21,127,105,94,56,25,58],"\u5927\u4e8b":121,"\u811a\u6ce8":[49,2,32,46,37,78],"-directory":50,"-server":[36,88,115,11,66,22,105,50,17],wheezy:[36,104,94],"[2":66,"\u5f53\u8a72":9,"-setuptools":12," checked":104,"/news":104,define:[36,20,30],"\u8868\u3059":[43,44,31,10,33,47,49],ssh:104,"\u5f8c\u8ff0":[44,104],"\u51fa\u305b\u308b":91,"\uff08tokenbigram":45," saerch":[106,84],geo:[36,0,30,107,50,17,113],"_number":[93,27],"\u3082\u3057\u3054":50,manager:[6,35],resource:118,"\u3002utf":129," liblzo":[105,11],tokyogeopoint:[17,32,78,48,37]," pangolin":[36,104,94],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[93,36,20,30,50],"\u8a08\u753b":115,summary:102," jekyll":104,":')":47,"\u3002:":[2,65,98,66,70,6,34,73,8,35,77,9,104,106,38,108,102,61,12,83,100,110,84,45,47,86,116,17,122,90,56,24,41],"\u30b9\u30da\u30eb":121,"[:":27," wget":[115,88,14,11,105,74],"\u300c\u697d\u3057\u3044":98,"\u76f4\u63a5":[126,110]," \uff08":[34,84,74,56],"/gqtp":96,".conf":[96,6],wiki:6," jquery":107," lenny":17,hour:101,"\u8907\u96d1":[50,77,44,103]," package":104,sear:34,"# ":[2,62,66,27,34,73,87,35,97,77,49,103,10,106,80,81,39,83,31,84,15,48,51,125,89,126,92,21,56,129,6],"#'":66,"\u3084\u304c":9,"*'":77,"\u8868\u3057":[9,2,32,33,93,1,44,75],"\u7a7a\u767d":[2,125,45,91,66,38,56]," vector":50,"\u5b66\u3073":[77,49],replied:126," become":69,"\u5024\u3068\u3057\u3066":[49,66],"(scan":122,"\u8a18\u6cd5":[51,103],".x":88,"\u70b9\u4ee5\u4e0b":10," narwhal":17," rdbms":91,"\u884c\u306a\u308f":50,"[\"":[31,103,10,106,65,86],"\u898f\u5247":50,".content":[77,125,80,15,51,103],"|ng":77,sites:110,"\"#\"":102,"\u5dee\u96c6\u5408":103," day":80," are":[101,77,21,83],"\u5206\u89e3":44,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":35," shutdown":6,"import":104,before:52,"\u6700\u5c0f\u5024":103," studio":[50,70],jobs:102,"\u52d5\u304b":50,"\u3088\u3044":[77,125,35,83],"_indexer":50,"\u3057\u308c":93,"\u3057\u3088":[100,80,44,61,10,38,49,50,17,116],"#{":101,"\u672a\u8a2d":50,"\u904e\u53bb":104,"\u3088\u3063\u3066":[32,33,48,68],"\u306a\u3069":[2,64,32,33,68,27,50,72,34,74,35,77,9,103,104,10,80,102,111,40,83,114,44,84,45,98,86,17,121,126,125,91,21,56],"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":70," cflags":[14,104],article:51,cities:49,ja:[104,83],"\u306a\u3063":[77,9,2,122,104,86,10,91,107,93,45,27,50,17,51,126,35,125],"\u306a\u305c":[77,103,84,125,34,129,41],"\u5206\u5272":[2,103,91,98,64,17],autoconf:17,"\u306a\u3059":37,"\u306a\u3055":[24,77,43],"\u8fd4\u3059":[0,29,62,4,66,5,17,102,76,103,106,108,35,40,46,53,48,116,118,50,47,124,107,25,82],"\u4e0d\u5909":75,quiet:118,"\u306a\u3052":62,nogpgcheck:50,"_allowed":[1,118],"\u306a\u304f":[0,2,62,64,33,6,7,100,50,74,102,77,103,104,10,35,111,41,15,17,51,52,125,91,107,21,57],"_otoj":122,"\u4f8b\u5916":115,"\u306a\u304a":[98,104],"\u306a\u3044":[0,3,64,33,66,6,50,74,102,77,9,103,104,106,80,110,111,41,42,44,14,85,53,86,17,121,122,52,123,125,15,91,107,127,93,94,24],"\u306a\u3046":126,"delete":[36,0,30,107,20,17]," by":[50,125,101],"-output":[50,77,21,102],"\u6b21\u56de":[9,104],"_invalid":1,"-mecab":[115,50,88,11,105],"_t":1,"\u975e\u4f9d":88,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[50,118],color:129,"\u305f\u3073":[48,9,102],"-groonga":[72,104,102],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":50," rewrited":69,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":98," arted":103,"_location":93,"\u76f8\u5bfe":[17,77,104],"\u6574\u6570":[43,1,82],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[77,68],"_clone":104,"\u5f15\u304d\u51fa\u3059":91,"}/":[83,74,7]," command":[9,99,27,6,50,52],"'column":50,raring:[36,94]," gone":31,".select":102,"\u8868\u8a18":[49,62,104,10,32,48,50,17,103,83],"\u306a\u3067":34," followee":126,"\u9805\u76ee":[86,0],"\u578b\u60c5":50,"\u524d\u5f8c":[66,2],"\u5f8c\u4e8c":9,"\u9ed2\u3044\u70b9":33," []":65,"\u5468\u4e0a":78,"<encoding":66," follower":126,serihiro:50,"\u679c\u305f":2,"_synonyms":121,"\u4ee3\u308f\u308a":[129,61,125,90,66,21,116,70,27,74,41],"\nbigram":102,engine:[34,106,56]," be":101,enable:[53,107,104]," web":74,"\u5b57\u5c0f":77,"\u306e\u3044":[9,61,4,91,32,66,38,49,48,5,118,44,100]," \u7528":74,"_tokenizer":[50,77,1]," res":102,"_value":[17,77,107,75,50],"\u6607\u9806":[48,2,77],"\u5b9f\u884c":[91,57]," location":[31,49,10,126,48,6],"_avoided":[1,118],begin:123,"\u6240\u5b9a":[45,98],"=yes":[50,77,122,104]," haystack":44,ruby:[69,104,91,111,50,52],"(ctx":44,sound:84," fork":83,"-bye":[77,103,125],"\u30bb\u30df\u30b3\u30ed\u30f3":102,"\u304a\u3051\u308b":[42,31,2,125,10,91,32,50]," configure":[45,50,103]," form":[129,125],"}]":[3,102]," autogen":104,"\u4e0d\u5b8c\u5168":17,"-ipadic":[115,88],"\u30b7\u30b0\u30ca\u30eb":17,hdd:102,"\u5f8c\u65b9\u4e00\u81f4":50,"_corrupt":[1,118]," coverage":122,"/packages":104,"?table":[27,35]," ruby":104,"'\"":50,"\u57fa\u672c":[91,36,104,50],"\u306a\u3057":[9,61,125,15,90,81,1,100,50,78,116],"\u53d7\u3051":[49,2,85,92,27,50,35,118],"\u3002\u3002":33,ctrl:27,"\u3002\u300c":[31,77,125,51,41,103],"\u30af\u30ea\u30fc\u30f3":104," enhanced":69,"\u8af8\u6761":42,"\u5fc5\u8981":[0,115,2,62,64,6,7,34,50,74,8,35,80,77,103,104,81,11,38,45,102,12,41,100,44,84,14,15,118,17,51,121,122,88,129,125,91,107,92,21,93,105,56,24,83,27],"@lists":[104,16],".md":104,"|')":47,", {":35,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":62,"\uff01\u3057":16,"'.":83,"\"}\n":[38,80],"\u5c65\u6b74":104,"\u3002squeeze":122,"-document":[66,104],ascii:[103,125],"\u633f\u5165":[50,2,21,66,104]," support":69,"\u8f9e\u66f8":[115,0,45,107,88,50],pat:64,"\u8aad\u307f\u51fa\u3057":91," some":101,"\u91cf\u8a08":0,sh:52,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[116,61]," download":104,check:[17,0,20,30,36]," special":77,"_filter":[36,113,30,50],html:57,"<path":66,"')":[123,77,61,90,66,100],"-dir":102,"=squeeze":104,"\u6fc1\u70b9":129,sjis:[74,69],document:[24,107,66,103,104],messagepack:[17,74,50],"\uff08romaji":34,"\u3002\u3044":44,favorited:126,"\u5b89\u5b9a":[91,50,9,86],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,"#]":46,"< y":50," xml":3,"\u8a00\u53ca":15,"_space":[1,118],downloads:70,".po\u30d5\u30a1\u30a4\u30eb":[57,104],"error\u30bf\u30b0":50,", \"":51,"_versions":104,"< n":103,"\u6b8b\u3063":107,codes:104,"\u672c\u5f53":34,favorites:126," porting":69,"\u3042\u306a\u305f":[104,16]," patprefix":97,"\u5b9f\u88c5":[77,49,24,6,50,17,130,35,83],"\u5897\u3048":51,montywi:50,"\u3002\u3059":[80,102],"_date":104," terms":[77,2,103,86,45,66,21,81,125]," added":69,"/index":[66,104,83],"-sortby":50,"in":69,"\u305d\u3057\u3066":[77,10,91,21,126,34,51],markus:50,"\u30d3\u30e5\u30fc":50,"\u8aad\u307f\u98db\u3070":2,"\u5217\u8868":32,"-msgpack":35," dump":[17,110],"_normalize":[77,69,2,62,45,126,125,21,129,80,81,50,51,103,41],"\u53d6\u308a\u51fa\u3055":10," yappo":69,"\u53d6\u308a\u51fa\u3059":[10,107,44],"_retry":1,"[geo":17," rst":12,"/unit":122,"\u56db\u89d2":33,"\u3002ecmascript":77,"[number":38,they:101,"\u4f5c\u6210\u6e08":66,"(r":102,money:31,"\u5927\u898f\u6a21":91,"\u672a\u5bfe":50,"\u3002\u3059\u3079\u3066":[122,83],"'groonga":[105,88,11,115],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[57,117],gdb:122,"\u3088\u3073":44,unicode:129,"\u6271\u3048":68," akio":107,".dll":102,"\u30ab\u30e9\u30e0":[0,29,61,30,65,33,66,17,100,74,76,36,77,106,38,39,108,41,46,47,50,90,91,107,25],speed:8,"_pack":94,"\u3046\u3061\u3044":66,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":53,"\u3002none":66,"\u3002api":[21,111],"(_":[34,106,84,103,56],"/false":[10,0],"\u4f4e\u304f":45,"\u30d1\u30e9\u30e1\u30fc\u30bf":[17,50,36],"_extract":69,"\u4f4e\u3044":[45,77]," indicates":101,"\u5ea7\u6a19":[49,103,126,33,37,17,78],blog:51,"\u56f0\u96e3":[50,91],"\u63a2\u3057":[91,102],"\\\"":[38,15,98,21],"\u9577\u65b9\u5f62":17,"_syntax":1,"\u500b\u6570":50,"\u30ad\u30fc":[42,77,2,103,64,32,107,66,125,50,129,75,41],dcmake:70,hino:50,"\u63a2\u3059":51,"\u3002point":[37,78]," testdb":102,"\u6c4e\u7528":[66,102],"\u639b\u3051":103,"\u542b\u3080":[123,77,44,2,103,90,106,85,98,47,61,126,50,51,125]," git":[72,104,83],"/base":104,"(<":44,"(=":[1,103,44],read:118,"\\\\":[15,70],"\u5c55\u958b\u7528":17,amd:104,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":104,"\u542b\u3093":[77,44,103,84,10,21,93,8,125],")..":104,"()":57,"(.":[51,104],"(-":103,"(\"":[49,2,66,21,81,50],"-test":[122,104],"( ":[50,66],"(!":44,"('":[47,77,2,90,66,38,100,61,75],"\u3068\u304a\u308a":[42,102]," real":21,license:104,"\u9069\u5b9c":[62,104]," ueno":[50,107,127],ill:98,"_but":44," very":[93,77,125,21,38,103],"\u7d44\u307f\u5408\u308f\u305b":[44,2,104,45,91,47],server:[50,104,6,35,31],"\u95a2\u308f\u3089":102," ssh":104,"\u5c55\u958b\u5f8c":77," python":[12,104],"\u9650\u308a":[38,45,44,98,75],"\u4ed5\u7d44":[35,83],quantal:[36,104,94],"} ":[101,83]," city":49," datasets":99," tool":52,unsplit:44,"\u3002sphinx":12,draw:31," supports":69,"\u78ba\u5b9a":106,"-mm":[101,103],"/projects":104,"\u30b7\u30b9\u30c6\u30e0":[91,57],"'t":6,"},":[31,77,49,2,62,126,125,80,81,39,103,51,87,102,97],"_host":102,"_when":[93,39,92,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":[17,1,118,35,50],"\u671f\u5f85":91,"\u30d5\u30a9\u30f3\u30c8":12,"\u985e\u7d39":45," ci":114,"_touch":107," init":50,ellip:49,"/database":[6,35],": n":123,"\u65b0\u5bbf":48," cd":[70,104,83],automake:107,"\u5927\u91cf":[64,31,44,2,41],"\u6c42\u3081":[91,79],critical:101,"\u9234\u6728":50,"\u30de\u30b7\u30f3":66,"@uzulla":17,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[36,50,22]," cp":11,mooz:17,"\u542b\u307f":93,"\u306b\u3064\u3051":103," check":122,o0:104," binary":[91,32,3],"_ip":27,"\u5168\u6587\u691c\u7d22":41,quit:[36,20,104,30],tomoatsu:107," handled":6,"\u306f\u3044":10," normalizernfkc":129,"\n{\"":[103,84,106,80,81,56,34,51,125]," because":3,";\"":50,"\u30b9\u30da\u30a4\u30f3":49,"; ":[66,6,102],"\u5bfe\u8c61":[29,2,65,98,17,74,35,76,36,77,9,104,106,41,38,108,109,110,83,31,44,45,85,46,47,50,122,123,125,91,21,25],"\u306f\u305a":[50,102],tokenbigramsplitsymbolalpha:[45,77,98]," shibuya":107,"-static":17,"\u542b\u3080\u5024":[66,2]," schema":99,oo:64,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":102," enable":6,"_$":[106,41],"\u578b\u6307":50," \"c":[15,70],"\u306f\u3069":[77,41],"\u306f\u3068":64,"\u5ec3\u6b62":9,"_escalation":[107,74],"\u30e6\u30fc\u30b6\u30fc":[31,77,125,93,15,6,57,74,35],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":120,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[17,35],"\u304b\u3048\u308b":89,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":129,"\u306a\u304a\u3053\u306e":102,";\n":[102,6,35],"\u5c11\u306a\u304f":[80,91,125,21,103],"'or":50,os:102,or:[77,125,48,118,121,62],"@soundkitchen":[17,50],"\u3082\u3061\u308d\u3093":102,serach:84,"/admin":[17,66],"_leading":77,"'a":15,"\u5c11\u306a\u3051\u308c":41,"\u5f0f\u5168":[103,125],"\u884c\u76ee":[93,104,102],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":66,"\u30aa\u30d5\u30bb\u30c3\u30c8":[50,77,106],"\u8abf\u6574":[45,111]," omitted":3," age":77,"\u3002\u3059\u3050":6,"\u53f3\u4e0b":[37,0],"\u53f3\u4e0a":0,"\u30c1\u30e3\u30f3\u30af":86,"=title":27,"\u3002key":[98,2],"\u9bae\u5ea6":80,"\u306f\u3044\u304f\u3064\u304b":[42,93,125,35],"\u30a8\u30ed":126,"\u76f4\u611f":97,"{path":74,"\u8a55\u4fa1":[15,44,103],your:83,fast:[77,125,21,103],log:[36,30,20,50,17,74],"\u3044\u304f\u3064":57,"_refused":[1,118],"(title":[50,79],"\u9032\u3093":91,"_prefix":94,"\u8868\u8a08":121,"_truncate":17,rpmforge:88,rlimit:101,"\u6b21\u671f":104,emacs:83,"\u77e5\u8b58":102,cflags:14,"=-":74,"@github":104,"\u63d0\u6848":[128,36,106,107,50,17],"\u300ccomments":126,"d\u30ad\u30fc":2,"_release":104,"/modules":[107,6],"/query":7,"\u3082\u3046":[80,50,51,79],"\u8a18\u8f09":[50,104],"\u30aa\u30fc\u30d7\u30f3":[17,50],complete:[34,106,8,50],"\u901a\u308a":[77,49,103,104,81,45,106,65,33,21,78,125,15,56,74,73,52,41]," advantage":21,"\u5f31\u70b9":91,"\u3068\u3088\u3044":74,"\u3082\u3057":[77,49,125,41,93,1,102,74,121,35,52],"\u534a\u89d2":[129,2]," complete":[34,106],"\u516c\u958b\u9375":104,hsiomaneki:126,"\u3082\u3059":7,",\"links":10,"_types":35,"\u306b\u3088\u3063":[29,2,62,4,65,98,66,5,27,100,73,76,77,9,10,108,61,111,40,112,31,44,110,85,46,53,86,116,82,50,123,47,89,90,91,24,25,95]," &":[103,45,98,15,48,50],"\u697d\u3057\u3044":[45,98],"\u3082\u306e":[2,62,66,70,6,102,77,9,104,10,83,43,44,84,49,118,50,51,78,123,126,129],"\u30b3\u30b9\u30c8":80,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[107,74,104],"#set":102,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[40,77,9,102,74]," meerkat":17,"\u4f5c\u3063":[45,17,129,126],"\u300d\u300c":126,vm:50," using":[51,69],"'ja":83," regular":6,"|oo":77," posted":126," nine":2," distance":49,ac:129," enabled":101,uid:104,"\u5883\u754c":[50,49],"\u3082\u308c":62,"\u30de\u30fc\u30b8":[50,83],"\u30ec\u30b9\u30c8\u30e9\u30f3":91,"\u65b9\u5f62":[49,78],"_suffix":17,general:129,"| n":103,ar:[45,98],"\u56de\u907f":[45,104],file:[0,107,118],"+ y":32,bob:[77,125,81,39,87,35],"\u30ea\u30af\u30a8\u30b9\u30c8":[29,61,4,65,5,6,73,100,35,76,108,110,40,112,46,53,86,116,118,123,47,90,20,24,25,95,82],"\u4f5c\u308a":[34,51,84,41],"\u4f5c\u308b":[31,84,126,85,111,41,83],"| _":48,"\u53d6\u308c\u308b":38,"\u5bfe\u5fdc":[91,85,44,122],"\uff08true":10,"\u95a2\u4fc2":[72,36,44,94],"\u5f37\u5316":[17,107],"\u898b\u3064\u3051\u308b":[34,129],"\u597d\u304d":83,"\u30aa\u30d7\u30b7\u30e7\u30f3":[115,0,107,104,14,11,77,53,105,50,17,74,88,122,58],"(pos":[37,78]," sleepy":80,gettext:83,"_code":[93,101],".jp":[77,69,104,16,110],"\u3002pcre":6,"\u4e26\u3073":[98,103,89],shimomura:50,"}|":101,"-in":104,you:83," rpm":[115,88,104],string2:79," approximate":49,string1:79,"\u524d\u8005":[48,129,121],"_type":[38,50,110],"\u9001\u308a\u65b9":57,time:[126,84,10,106,56,101,45,50,34,17,124],"\u4e0a\u9650":[36,85],"+a":125,"_name":[93,127],"\u30c7\u30d0\u30c3\u30b0":86,oracle:[36,94],"\u884c\u756a":[93,17],msgpack:[3,118],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[50,70,102],"\u3088\u3063":48,tomo:31,"\u53d7\u3051\u53d6\u3063":91,"\u3079\u3066":77,"\u4e94\u5165":17,"\u3002ctrl\u30ad\u30fc":2,"]\n\n":[126,27]," ga":129,"\u304c\u3068\u3046":126,"\u30ea\u30bd\u30fc\u30b9":80,hiroshi:17,"\u5b9a\u7fa9":[29,2,32,66,73,75,77,49,103,80,81,108,65,44,46,47,15,118,50,51,121,125,21],"\u65b9\u5f0f":[66,51,2,91],":mm":[101,103],"\u8a66\u3059":130,"\u30ab\u30d0\u30ec\u30c3\u30b8":57,"\u6c17\u306b":83," stop":[96,6],kawaji:50,"/select":27,queryexpandertsv:[36,30,81,7,50,18],"_such":[1,118],directory:118,"_pat":[77,103,81,107,66,21,125,15,39,110,73,50,87,41],"4\u3064":[64,21],cmake:[50,74,70],"-threshold":94," \"\u308d\u3086\u304d":97,"\u5730\u57df":91,"}`":83,"\u8a08\u7b97":[0,49,103,79,91,32,33,48,84,50,34,78,56],"\u306a\u3051\u308c":[47,77,1,103,10,125,66,38,74,50,52,121,102,41],senna:50,"\u4ed8\u968f":[29,46],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," default":101,"\u5343\u4e07":42," ka":129,month:[31,101],"\u308f\u304b\u3061":98,"\u5408\u8a08":[42,45,102,86,64]," a":[77,125,104,21,99,80,101,50],"\u30da\u30a2":[34,84,121,8,56],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[17,50],"4byte":118," changed":69,"\u57fa\u6570":103," lcov":122,"\u5fc3\u304c":122,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"-e":66,rd:[45,98],"-g":70,"\u4e16\u4ee3":9,"-a":[50,66,125],"\u30d3\u30c3\u30c8":125,"-c":[115,88,66,27],"-m":123,"-l":[101,66],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":62,"-n":[17,2,66],"-i":[66,102],"_rc":[90,100,77,61],"-j":74," mingw":104,to:6,tail:[118,104],program:70,"-p":[123,66,27,102],"\u304b\u304b\u308b":[80,2],"\u304b\u304b\u308a":[80,103,104,125],"/lib":[96,6,7],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[36,107],homepage:102,"-x":[50,104],".name":[15,126,86],"-alloc":53,"-conditional":17,"\u8aad\u3081":50,"\u95a2\u9023":[91,57,104,16],"-tar":14,"/other":6,"=message":94,"-word":77,"\u4ed5\u7d44\u307f":50,"\u5dee\u5206":102,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[17,35]," rroonga":[15,51]," as":[50,83,6,21],"\u3002column":[44,2],":\"":2,"\u8aad\u3093":[57,52],"\u3002rst":12,",\"tags":31," type":47,condition:103,"(popular":77,"\u30d0\u30c3\u30d5\u30a1id":86,and:[50,48,21]," suffixsearchterms":[103,125],")mroonga":121,"- ":[104,52],"\u7d42\u3048":104,longtext:32,"--":[0,61,62,66,17,100,102,77,103,104,81,31,45,48,116,50,121,90,126,107,127,24]," implemented":69," fast":[93,77,103,21,38,51,125],"_port":102,list:104," clang":122,"\u30e1\u30cb\u30e5\u30fc":104,"\u3057\u307e\u3057\u3087":48,"\u304a\u3088\u3073":[2,104,10,91,66,50,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":77,"\u5909\u308f\u308b":[45,21],"\u6d69\u4e8c":50,"\u306f\u3053\u306e":77,"<protocol":66,"\u89aa\u5207":107,sigusr:17,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":42,uubntu:122,"\u30d6\u30c9\u30a6":62,"\u771f\u507d\u5024":36,"\u304c\u3053\u306e":125,"\u884c\u3048\u308b":[50,31]," log":[36,104,30]," price":10," compatible":6,"\u5927\u5225":10,"\u697d\u3057":[45,98]," push":83,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":50,"\u518d\u73fe":[45,111],"/centos":[88,96,104]," x":[36,94],"\u975e\u5206":77,"\u6975\u4ed8":[49,78],"_scalar":[31,77,49,62,89,81,45,126,65,125,21,80,47,15,39,110,51,103],"(packages":104," point":[50,39,49],sub:[36,113,104,30,50],"\u7d22\u6642":107,devenv:70,"\u5225\u9014deb":104,"\u30ea\u30c6\u30e9\u30eb":[17,0,125,21,50],"\u904b\u7528":91,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":104,"\u4ee5\u524d":[10,126,45,82,50,17,129],"\u5927\u5207":91," comment":[15,51,126],naoina:50,"\u7406\u89e3":[77,2],"_append":44,"-jinja":104,"\u6e2c\u5730":[49,10,32,37,48,78]," have":80,"\u8aad\u307f":[34,0,111,104,91],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":50,memcached:[36,122,109,91],"\u793a\u3059":[90,77,1,61,97,37,10,65,125,21,38,15,49,100,93,73,78,81,35,103],hendro:50," httpd":104,"\u307e\u3057\u3087":[31,77,49,2],hash:[64,126],"\u305e\u308c":[44,103,104,56],"\u5f62\u5f0f":[36,0,44,30,20,50,17],tags:[31,73,41],"\u30c6\u30b9\u30c8":[57,117,104],"\u3002filter":[48,116],"/result":50,"\u30ce\u30a4\u30ba":[45,84],"\u88dc\u5b8c\u8a9e":34,"#worker":6,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":66,"\u6e96\u5099":57,standard:32,"\u304b\u304b\u3063":[90,93,77,61,100],"\u306b\u95a2\u3059\u308b":[36,77,103,30,16,6,50,17,125],debian:57,"\u30aa\u30b9\u30b9\u30e1":[115,88,11,105,70,94,58],search:[125,84,106,56,34,121,8],"\u793a\u3057":[49,2,104,89,45,33,53,1,27,51],"\u5bfe\u8a71":[2,27],"_debug":122,tweets:80," clone":[72,104,83],"\u975e\u516c\u958b":104,"\u7fa9\u8a9e":121,"\u5168\u90e8":118,"_dist":50,"\u975e\u63a8\u5968":50,matsuu:107,"-localestatedir":74,"\u540c\u3058":[0,32,66,6,7,73,102,36,77,9,103,106,35,40,65,84,17,121,91,107,93,24,129,71]," letter":129,redcloth:104,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":77,options:[123,66,99,102],"\ninfo":[4,5],"\u306b\u3059\u308b":35,gtihub:17,"\u300c\u5024":41,".ssssss":101,followee:126,tokenizer:[50,118],hoge:79,"\u30ce\u30fc\u30c9":50,"\u30de\u30c3\u30c1":[0,44,125,77,21,15,111,17,74],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":98,"9\u3064":2," cover":21,follower:126,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":50,"\u307e\u308f\u308a":57,"%\\":70,"\u672a\u77e5":50,"with":[2,104,45,47,17,74],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u300c\u697d\u3057":98,"\u3068\u3059\u3050":80,"/atv":[48,2,89],"\u69cb\u6587":[36,127,30,50],"[grntest":17,"\u3068\u307f":[24,50],"[snippet":21," supported":6," apt":[50,11,104,105]," rinse":104,"\u5ca9\u4e95":50,"\u5317\u534a\u7403":50,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[53,95]," disabled":101,"\u7a4d\u7b97":[77,44],"_unknown":1," tag":[31,104],rect:49,"\u3002\u300d":45,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":121," nroonga":51,pseudo:[36,77,30],"\u30c6\u30ad\u30b9\u30c8":[129,104,107,92,21,50,41,102,83],"\nprefix":44,fulltext:21,"\u578b\u3068":89,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":31,".comment":[126,51],"-tokenizer":[115,50,88,11,105],"\u66f8\u3051\u308b":50,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":21,"\u30af\u30ea\u30c3\u30af":104,"\u518d\u5229":[64,77,75],"_gqtp":102,"\u578bn":77,xxxxx:104,"\u3002eclipse":83,prm:88,"_argument":[1,118],"\u3053\u306e":[115,114,1,2,3,64,98,66,113,16,68,70,6,50,34,74,87,35,62,80,77,49,103,104,81,10,128,11,38,45,39,102,61,92,41,100,31,44,84,14,48,116,118,17,51,78,121,52,88,126,125,89,90,91,20,21,93,105,94,56,57,83,58],"_messages":[104,83],jsonp:17," newly":21,"[load":50,"\u3060\u304b\u3089":77,"\u30bb\u30c3\u30b7\u30e7\u30f3":[112,66,118]," http":[28,36,88,30,115,14,91,123,11,66,105,6,50,74,58],").":[21,104],"/_":104,none:[51,74,77,99,118],"\u4f7f\u7528\u4f8b":49,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":118," return":[93,101],"\u3053\u305d":126,"1\u3064":[42,31,77,126,118,103,64,106,125,21,59,81,102,7,17,51,87,8,35,41],"\u3053\u3053":[77,2,62,104,10,106,125,93,45,48,126,129,121,103],"-databases":[73,39,2,27]," db":[24,2,3,27],dev:[105,11],"\u30d7\u30ed\u30f3\u30d7\u30c8":[70,3],"\u30d9\u30fc\u30b9\u30d1\u30b9":6," debootstrap":104,"_adjust":44,"_supported":[1,118],"\u305f\u3068\u3048":45,deb:[105,11,104],"\u89e3\u6790":57,">= ":[50,103],"\u6bd4\u8f03":[36,77,125,107,50,102],"\u79fb\u884c":[17,9],"\u6955\u5186":[49,78],"=table":41,"\u4e2d\u5fc3":78,scan:122,"\u671f\u5316":50,"\u30ea\u30cd\u30fc\u30e0":17,share:74,"\u7279\u306b":[44,104],accept:107,"\u5f15\u304d\u7d9a\u304d":50,"\u30de\u30c9\u30ea\u30fc\u30c9":49,"\u9664\u53bb":107," lynx":[36,94],saerc:[106,84],gronoga:6,"\u958b\u767a":[91,57]," '":[2,97,32,98,66,101,34,35,115,77,49,103,10,106,11,80,81,83,31,84,45,15,48,50,88,125,126,21,105,56]," dataset":99,"\u7406\u7531":[91,50,77,35,41],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17," ./":[74,83]," demo":31," original":[97,110]," ..":[2,103,86,106,81,6,61,100,50,35,83],"-address":[17,66,50],snippet:[36,69,113,30,50]," *":[77,103,45,32,81,5,50,35,83]," pkg":14," ocelot":[36,94],"\u300ccommand":24,"=dat":50,"\u52d5\u7684":[91,36,107,30,50],"\u3042\u3089\u304b\u3058\u3081":[115,32,104]," threshold":25," migrated":[77,103,125],"_likes":[93,77,103,125]," \" ":102,"\u2192id":64,"\u591a\u3059\u304e":107,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[103,125],"[dat":50,"\"localhost":27,internet:70," three":[10,2],"/afr":[48,2,89]," wgs":[10,31,48,49,126],"\u666e\u901a":103,disable:17,"\u304a\u9858\u3044":102,"_text":122,")\"":[125,21,62],develop:9,"\u306b\u3059\u3050":80,"\u30cf\u30a4\u30d5\u30f3":[2,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[57,117,104]," tsv":3," engine":[106,84,56,8,21]," files":[101,70,6],"-munin":[105,88,94,115],"\u3002\"":[45,126,27,84],tokenbigram:[77,2,103,84,45,64,98,125,73,41]," dictionary":129,"-http":[36,88,115,11,22,105,6,50],"\u308c\u305a":9,documentation:52,"\u65b9\u6cd5":91," segment":86," baseball":31," architectures":104,"/f":104," path":[101,6,7]," under":6,"\u4e00\u5bfe":10,"\u3066\u304d":1,":\u79d2":126,"\u5f53\u3066\u308b":10," umemoto":17,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":104,"\u666e\u53ca":91,hostname:[24,66,6],help:[17,122],"\u52d5\u753b":31,disables:6,"\u8f09\u305b\u308b":104,"\u3002(":[115,88,44,104,66,38,51,102],"`hostname":66,"\u5217\u578b":[10,62,89,125],"\u3002)":[51,102],natty:[17,104],"-wno":17,replies:51," normalizerauto":[81,129,92,41],"\"is":10,"\u30bf\u30a4\u30d7":[17,102,35],"/lzo":[17,107],".rpm":[115,88],systemd:50,"\u53ef\u5909":[17,25,118]," >":[103,98,48,110,50,17,102],".git":[72,104,83],"\u308c\u308b":[2,62,64,32,33,66,70,50,34,74,75,77,9,104,10,106,80,102,40,41,44,84,45,85,98,15,48,49,118,17,122,129,86,91,92,21,56,83],"_rename":[36,20,30,50],">> ":[50,103],"sort\u30ad\u30fc":0,"\u30ab\u30fc\u30bd\u30eb":[17,107],"_offline":50,minute:101,"\u63a5\u7d9a":[2,85,66,95,112,50,102],"[tokenizer":50,soccer:31,"_weight":47," expressions":6,"\u5316\u95a2":107,"-essential":[105,11],"\u30d6\u30fc\u30ea\u30a2\u30f3":32," feature":83,good:[80,77,103,125],"return":[93,101],".description":126," fumiyasu":17,"\u52d5\u4f5c":57,"\u559c\u3073":[55,83],"/x":35,"_to":[126,51],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":66,"_ci":129,"\u3082\u3057\u4ed6":92,"\u6271\u3044":[10,34,9,98,130],"\u6271\u3046":[1,103,45,91,16,50],"\u3088\u304b\u3063":45,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":50,"\u5c0f\u306a\u308a":111,"\u8a71\u984c":16,"\u6e08\u307f":[47,88,115,104,84,32,11,96,38,105,34,17,50,121,8]," \u30d0\u30c3\u30d5\u30a1":86,"\u9664\u304f":50," gnu":[36,94],"\u3002\u3057\u304b\u3057":[77,49,84,91,32,80,94,17,129,35],"\u3079\u304d":[129,118,104],"\"complete":8,"\u3079\u304f":2,"-encodiong":103,"\u9664\u3044":[21,102],"-encoding":94,"\u5e03\u6559":57,events:35," #{":101,"\u6271\u3063":[126,0],"\u30ad\u30e3\u30b9\u30c8":[50,107,125,126],innodb:91,"\u653e\u68c4":[90,100,61],"\u3066\u304f":122,".posted":126,"\u4e0d\u9069\u5207":50,"\u81ea\u7531":[91,44,118,75],yito:50,"${":[81,77,103],"\u767b\u9332":[91,57,44],"-create":[28,36,30,106,127,50]," none":77,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":57,weight:[10,50,77],"\ndeb":[105,11],"\u30b5\u30a4\u30ba":[42,115,88,86,10,64,11,21,91,105,70,118,94,50,17,82,58,41],"\u592a\u90ce":31," well":21," st":103,"\u540c\u7fa9":121," sh":104,"_at":[45,50,107],"\"sequence":[34,106,84,56],"\u30d5\u30a1\u30a4\u30eb":57,"\u30c4\u30a4\u30fc\u30c8":[104,16],"\u897f\u66a6":103,".spec":17,operation:118,todo:[77,113,19,99,93,23,54],"\u6607\u964d":77,"\u6271\u308f":[77,125,10,33,45,50,129,102],"_position":[80,77,2,62,81,45,126,125,21,47,15,51,103]," libedit":115,ftp:102,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[91,102,111],flower:10,"<ip":[66,102],"/usr":[74,66],"\u30de\u30eb\u30c1\u30b3\u30a2":91,"\u652f\u63f4":8,":^":[97,125],"\u30d5\u30e9\u30f3\u30b9":49,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],"\u305d\u308d\u305d\u308d":2,"0\u30d9\u30fc\u30b9":77,"/rab":[48,2,89],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":122," characteristics":21,"\u8ddd\u96e2":[0,49,103,79,91,33,48,50,78],"\u9806\u5e8f":[45,73,65,2,77]," \"/":[73,39]," table":[2,62,65,66,100,61,87,97,38,77,49,103,10,106,80,81,39,108,110,41,31,45,46,47,15,116,51,125,89,90,126,21,129],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":70,issue:59,"/mailarchive":104,"\u30bd\u30b1\u30c3\u30c8":[29,61,4,65,5,73,100,76,108,110,40,112,46,53,86,116,82,50,47,90,25,95],"\u9045\u304f":78,"/etc":[96,104,11,105,6,50,121],"\u9ad8\u304f":45,"_new":[17,85,50],"\u9045\u3044":[64,49],"\u3002mysql":[105,88,11,129,115],"\u3068\u3082\u3063\u3068":74,"\u5b58\u5728":[0,107,2,89,91,98,77,78,93,37,48,27,110,50,51,102,75],pub:104,"[\u8a9e":86,"_hit":[27,53,2,3,6],base:104,put:125,"\u3072\u3053\u3055\u3093":50,"\u3053\u3053\u3067":104,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":35,"\u30a6\u30a7\u30a4\u30c8":47," more":21,"\u5024\u304b":49,"\u81ea\u8eab":[17,121,66,50],"\u547c\u3093":98,thread:[85,102],v1:44,"_user":[6,35]," successor":103," processing":101," process":101,v2:44,"/db2":35,"\"_":[31,77,49,2,62,89,10,125,38,15,39,110,103,51,129,45,87,35,97],"\u306b\u3088\u308b":[36,49,2,103,104,10,91,32,92,50,17,109],"/db1":35,"_hash":[77,49,103,80,81,110,73,129,41],"\u5927\u304d":[50,64,86,41],tritonn:[77,103],travel:126,"-gram":[45,91,98,2,103]," not":[50,77,101],"\u306b\u3082":[77,98],",[]":61,"-keyring":[50,11,105],"\u5024\u3068":[10,77,125],encoding:3,"/data":52,"\u7d4c\u7531":[29,61,4,65,5,73,100,76,104,108,110,40,112,46,53,86,116,82,50,47,90,107,25,95],number:[86,103],"_pipe":[1,118],"\u3059\u3079\u304d":44,"\u5f62\u72b6":33," geodetic":32,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":49,"\u30bb\u30af\u30b7\u30e7\u30f3":[20,70,6,34,74,115,77,49,128,11,38,39,113,83,114,84,14,118,87,121,52,88,125,92,93,105,94,56,57,41,58],"\n\u308b":107,"\u30b3\u30d4\u30fc":[50,110,104],".blog":45,"_data":[1,118],koi:[50,74,66],passes:104," en":[34,106]," boolean":69,"\u306b\u5bfe\u5fdc\u4ed8\u3051":34,"\u73fe\u5728\u5730":126," weight":[10,77]," fix":69,"\u30c9\u30e1\u30a4\u30f3":89,gpg:104,"\u547c\u3073":[77,44,62,89,10,66,21,102],"\u3050\u3088\u3046":49,":value":[77,125],"\u60c5\u5831\u540d":[73,65],passed:104,mlock:107,"\u7531\u6765":111,zeromq:74,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":57,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[24,66,6],"&..":27," lgpl":69,"\u8a9e\u691c":77,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":35,"$(":[115,105,88,11,58],"\uff01 ":126," transfer":118,"\u300d\uff08":[98,110],"\u547c\u3070":[32,2,103],tom:81,"\u642d\u8f09":91,"$ ":[97,103],selector:108,"/http":96,"_large":[1,118],"\u9665\u3063":50,"\u4fbf\u5229":[77,125,10,91,92,93,111,34,74],"\u6574\u7406":50," tweets":80," halfwidth":129," unmanaged":86,"\u540d\u4e00":73,"\u4e71\u6570":[43,48],"\u5b66\u7fd2":[36,106,107,128,50],"_stack":1,"\u56de\u547c":107,min:[123,50,102],"\u898b\u308b":[48,1],"/(":104,"\u3002xml":93,"_probability":[17,106],"/groonga":[96,2,66,70,6,7,72,73,50,74,115,104,55,11,39,83,14,27,17,121,52,88,107,105,58],"-working":50,"{\\":38," user":[31,21,102,81]," uses":101,"\u8a18\u9332":[91,50,75,7]," gem":104," geo":[50,49],",[\"":45,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":50,"\uff08normalization":129,"\u5206\u3051\u308b":[10,104],"7e":102,"/$":83,"\u5b9f\u969b":[42,31,77,62,45,126,65,51],"\u898b\u3066":[93,77],"\u307e\u307e":[10,9,104],"\u3002make":102,"\u540dn":[73,65,77],ages:[73,41],"\u52d5\u74b0":123,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":35,"/\"":[31,2,89,10,48,27,110],"\u66f8\u304d\u63db\u3048":[104,52],download:88,gted:83,"\u30e1\u30e2\u30ea\u30fc":41," abandon":[90,100,116,61],"\u307e\u3060":[77,9,103,106,21,53,118,50,17],qps:[123,102],"/ ":[105,11,6,35,107],"\u6253\u3064\u524d":104,"\u307e\u3067":[42,80,44,2,97,104,64,66,38,126,51,102,83],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,15,17,20,21,37,24,25,28,29,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,105,56,57,58,59,61,62,64,65,66,16,68,70,27,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,108,110,111,112,113,114,116,118,120,121,122,123,124,125,126,128,129,130],"\u307e\u305a":[2,62,104,45,126,98,70,6,103,74,102,83],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"_list":[36,0,1,30,107,20,50,17],"\u307e\u305f":[29,61,4,64,32,66,5,17,73,102,76,77,49,103,104,108,110,40,112,65,100,46,53,86,116,82,50,122,52,47,125,90,21,93,25,95],"\u79d2\u8868":[10,45,48,103],self:102,"/archive":104,"\u79d2\u5358":[10,32]," : ":99,"/mm":103,"\u307e\u3057":[31,77,49,62,104,84,45,126,125,103,129,48,50,17,83,41],"-limit":[0,66,77],"_pragma":77,"\u3059\u3079\u3066":[77,9,2,103,107,50,17,74,102],"\u3067\u306e":[93,21],build:[53,70,104],"[pat":50,"_available":[1,118],mroonga:[77,103,81,91,15,50,51,121,125],"\u8a18\u53f7":[45,66,98,2,107],"\u6b53\u8fce":57," superior":21,"\u66f8\u304d\u5f8c":98,such:21,"\u3093\u3057\u304d":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30a3\u30eb\u30bf":50," based":21,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,tokenbigramsplitsymbol:[45,107],"\u30e1\u30fc\u30c8\u30eb":[49,78],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[77,103,125],"\u4e8c\u9805":103,"\u306b\u3057":[77,103,125],"\u306e\u3069\u3061\u3089":[77,103],"\u5e73\u884c":104,"\u3060\u3055\u3044":[59,2,70,27,72,74,35,77,103,104,11,83,14,118,50,121,122,52,129,125,91,93,94,57,41],"_thread":102,"\u306b\u3059":45,"\u4f55\u3089\u304b":32,"'hay":44," tests":104," full":21,exe:[70,104],"\u306b\u3066":[50,49,104],"_put":[4,36,20,30],"\u306b\u3064":50,"\u307e\u307e\u3067":45,"\nstatus":[2,27],"\u306b\u3069":44,"\u6b8b\u3057":77,init:74,"(..":50,"@kiske":50,"\u6697\u53f7":104,"\u9577\u3055":[10,50,102],"\u6d3b\u304b\u3059":77,"\u7528\u8a9e\u96c6":86," \\\"":15,"_modified":126,"\u30d1\u30bf\u30fc\u30f3":[93,103],"_processes":1,microsoft:70,"\u3057\u304b\u3057":[77,103,45,98,51,121,35,83],":install":70," element":103," longer":69,"\u308c\u307e\u305b":[9,66,86,51,74,121],"/command":[6,27],"\u4e8c\u70b9\u9593":49,".rb":107,xcode:58," brother":125,"\u304a\u3053":[10,91]," item":[34,106,84,56],"(drilldown":75,"\u30d1\u30c3\u30c1":55,"\u5927\u8cb4":50," night":80,nterms:86,"\n]\n":110,"\u304a\u304b":74,"\u304a\u3044":[2,104,10,91,48,122,17,75,83],"id]]":[90,61],"\u59cb\u70b9":2,"\u77e9\u5f62":[37,48,91],"_call":[1,118,44],"\u59cb\u3081":83,columnn:50,music:31,"(mroonga":121,"_format":[1,118],"(precise":104,"\u304a\u3070":[17,0],"\u6d0b\u723e":17," yum":[50,88,115],"-ftp":102,"\u51e6\u7406":[0,1,61,98,35,6,100,102,77,103,75,83,44,48,118,50,125,90,91,107,20,21],"\u4f4e\u6a5f":44,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":122,"\u30bf\u30fc\u30b2\u30c3\u30c8":50,columns:[38,50,107,61,100],"]]]":[45,106,108,103],"\u8ad6\u7406":[42,77,44,91,86,50],"\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":130,rose:10,"\nency":102,permission:118,"x\u30df\u30ea":[32,103],express:[50,70],"\"requires":50," used":101,"\u671b\u307e\u3057\u3044":[91,104],"_html":[36,30,66,50,17,113],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\u601d\u3044":83,"\u9069\u5408":[45,2],"\n# ":[53,2,27]," build":[105,11,104,52],"\u5fc5\u305a":[77,9,118,41],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":35,grep:[105,88,11,115],"-source":104,".nginx":6," localhost":66,"\u62c5\u5f53":104," palalles":104,"\u9593\u9055\u3063":[17,84,8,50],"\u30af\u30a8\u30ea\u30fcapi":[1,20],"\u306b\u304a\u3044":[10,9,104],"\u30ed\u30b0\u30ec\u30d9\u30eb":66,"\u300chsiomaneki":126,"/*":[55,96,83],"-github":104,bytes:42,"\u6c7a\u3081":41,"_and":44,"\u7b49\u5024":107,"(>":44," localnames":110," finished":101,"\u7528\u610f":[77,44,104,84,49,56,34,74,8,102],"\u6570\u5024":[36,0,44,61,125,90,98,66,77,47,107,100,78,109],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u68ee\u7530":31,"&gt":21," ')":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3," palallel":104,"\u3082\u3057\u304f":[115,88,103,104,81,10,32,92,15,27,50,51,125],"\u66f8\u304d\u8fbc\u307e":40,"\u82b1\u5b50":31,"\u305d\u3057":126,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":25,"(argument":103,tobby:81,"\u305d\u3053":[10,45,104],"/log":[96,74,66]," universe":11,"_enough":[1,118],"][":[17,125,50],":groonga":[77,125,104],"\u554f\u3044\u5408\u308f":44,"\u305d\u3046":[103,52],tokenizers:[36,77,30,41],sea:34,"\u9650\u6587":[17,41],"_would":[1,118],sen:69,"\ncolumn":[45,81,49,110,126],"\u8a00\u8a9e":[57,44],php:50,"_basic":[6,35],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[104,102,83],"\u7d39\u4ecb":[31,57,77,104,126],"(a":52,juman:[115,88],"]}":[10,15,86],"\u30b9\u30b3\u30a2":[77,44,45,106,48,126,50,75],"-level":66,"\u5c02\u7528":[36,109,104,83],"]x":[126,48],"\u30c7\u30b6\u30a4\u30f3":50,"(news":104,".log":[74,96,9,66,102],"\u30cb\u30db\u30f3":34,"[fedora":50,readme:104,"\u3068\u3068\u3082\u306b":10," _":[31,77,49,2,97,89,10,126,125,15,48,50,103],"\u305d\u306e":[36,44,104,91,94,83],"\u3082\u3057\u308c":121,"\u8a9e\u4ee5":103," really":103,"\u6700\u9577":[17,103,102],"/d":[6,35],"\u7a7a\u6e2f":126,"\u8868\u73fe":57,"(xxx":50,"\u304c\u3064\u3044":[50,107,64],javascript:[24,36,6,109,27]," takuto":107,"\u516c\u958b":[17,107,104],"\uff09\uff08":41,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":64,"\u304a\u3089":104,"\u304a\u308a":[126,51],"@s":107," realtime":[106,56],"\u500b\u4eba":74,"\u6790\u5668":91,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[114,111,52],"_already":[1,118]," issue":59,"\u672a\u521d":50,"\u3002value":75,last:126,reverse:104,"\n\u30b9":17,"\u62e1\u5f35\u5b50":[107,3,102,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":52,"\u578b\u5909":17,geopoint:[31,0,49,89,10,32,107,37,78],"/lists":104,"-api":55,"\u5f71\u97ff":[50,104]," solr":103,"\u958b\u59cb":[77,49,61,90,53,122,100,17,102]," appears":21,"\u3057\u3064\u3064":122,"] ":[123,104,92,66,99,39,27,50,17,87,102],context:6,"\u53ef\u5426":2,"<= ":[50,6,103],pdf:57,"_title":[51,2,102],"_link":[1,118],"])":[43,78],"\u6642\u70b9":[50,9,104],"\u30b5\u30d6\u30bf\u30b9\u30af":104,load:[36,0,9,30,107,20,39,116,110,50,17,76]," about":[93,101,113],");":44," off":6,"\u3093\u304c":[103,125]," database":[6,99,21],"\u60f3\u5b9a":[53,31,110,86],"\u3059\u304e\u307e\u305b":31,"\u306f\u3058\u307e\u308a":9,"\u30b9\u30ec\u30c3\u30c9":[91,85,66,102,35],improper:118,"\u30b3\u30de\u30f3\u30c9url":35,"\u30ca\u30ce":[93,107],"-patch":83,")-":104,"),":[47,50],shutdown:[36,107,20,30],linux:102,"\u4e0d\u80fd":102,"\u4e0a\u8a18":[42,83,77,74,2,81,45,84,15,48,27,56,50,52,121,102,41],"'alice":125,"\u4e8c\u756a":77,".htpasswd":[6,35],"\u5de6\u53f3":2,":#{":101,"_connection":1,"[rpm":[17,50],"\"web":[84,56],"\u8003\u616e":45,"\u306e\u3069\u308c":34,all:[50,104],"\u5f15\u7528":66,"\u898b\u3064":[50,107,106],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":15,due:21,"\u53ce\u96c6":[93,91],"\u7c21\u6613":[96,49],")\n":[43,69,104,49,81,44,101,78]," sample":102,"\u30b9\u30ad\u30fc\u30de":[77,49,103,81,21,80,15,110,51,125],"\u9ad8\u7cbe":91," libmemcached":122,po:57,kiske:50,ram:102,"\u3057\u3084\u3059\u304f":50,"|<":101,".weight":50,"\u6574\u5217":[91,2],update:118,shinya:50," raltime":56,"_lzo":1," to":[77,69,103,21,93,6,101,50,125],"#groonga\u30bf\u30b0":126,"\u8a00\u8a9e\u540d":83,"[output":50,"/db":[106,96,6,110],"/dd":103," its":101,"\u3067\u307e\u3068\u3081":121,"\u30d9\u30fc\u30b9":[96,103,91,107,125,50,17,130,83],"\u56de\u7279":102,"\u7a3c\u52d5":53," explorer":70," users":[77,126,81,39,110,101,87],"\u79d2\u9593":17,"\u5730\u7cfb":49,bill:[45,98],"\u3067\u306a\u3051\u308c":103,"\u6307\u793a":[34,2,27],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[57,117],google:[77,8],"\u505c\u6b62":[50,9,66,95],error:[93,101]," entries":[77,103,110,125],"\u4eca\u5ea6":126,"\u30b0\u30cb\u30e3\u30e9":126,"_nromalize":129,"\"sug":8,"\u30c8\u30fc\u30af\u30f3":[107,103,84,64,98,56,17,129,41],engi:[34,106],"-learner":[107,8,99],"\n\n":[29,2,90,66,65,46,116,6,100,40,61,126,35],"\u63a1\u7528":[45,91,27]," customized":101,"<=":126,"!(n":103,"\u5316\u524d":75,"^ \"":103,"\u5404\u8a9e":86,"\u958b\u3051\u308b":50,"\u6027\u5225":91,"'article":51,"_expansion":[17,50]," queryexpandertsv":121,"< ":103,rubygems:50," free":[86,101],"\u95be\u5024":[36,77,106,98,66,71,17,74],"\u898b\u3064\u3051":[34,0,50],"-key":[50,104],queue:85,"null":[17,44,73,21,50]," logs":[101,41],fedora:[36,104,94],"\u4e00\u7fa4":44,"_child":[1,118]," float":10,"\u7d42\u7aef":50,"\u4e38\u62ec":2," signing":104,"\u6210\u679c":57,">\n<":3,port:[27,102],"\u5065\u4f5c":31,"\u305d\u306e\u969b":104,"-jp":50,")groonga":121," file":6,"\u56fd\u540d":89,"_input":[93,1],"\ngroonga":[17,9,127],"\u8a00\u3048":[45,125]," select":45,"\u975e\u4e92\u63db":17,"-chroot":104,"\nmroonga":121,"\uff08perl":6,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[107,66],"\u8907\u6570":[36,0,44,125,106,91,65,107,73,77,47,81,6,24,17,50,130,102,41]," tweet":80,"\u30ec\u30b3\u30fc\u30c9r":44,dbms:21,alert:101," [\"":[77,45,126,65,86,106],".net":[31,2,104,89,10,16,48,27],"\u5909\u63db":[1,64,32,6,126,17,129],"\u307e\u305b":[1,2,64,32,33,66,6,7,34,50,74,8,35,80,77,49,103,102,10,106,38,81,75,61,40,112,92,65,41,98,84,45,47,116,118,17,51,121,125,53,129,104,91,73,21,93,83,95,27],user:[31,81,6,102,21],"\u9006\u5f15":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,107]," document":[21,104],"_info":50,"\u5834\u6240":[93,107,102,16,104],"\u672c\u6765":62,net:89,"\"\u3001":34,"\u30b9\u30bf\u30a4\u30eb":66," buffer":86,"-prefix":94," and":[77,69,21,81,6,101,51],abcde:92,"((":77,"\uff09\u307e\u305f":[103,125],without:6,"\u30ef\u30a4\u30c9":17,"-debug":107,edge:85,flags:[47,86,39,65],sortby:[17,108],"') ":66,entry:[47,61,90,65,38,116,108,100],"\u3002header":[39,92,87],"\u30b0\u30e9\u30d5":91,"\u3064\u307e\u308a":[77,104]," digits":101,"\u30d0\u30a4\u30b0\u30e9\u30e0":45,"_lock":17,"\u3053\u308c":[64,98,6,7,34,50,74,126,8,35,77,49,103,104,10,80,41,44,84,45,15,48,118,17,51,121,129,125,89,91,21,55,56,83],"\u4e8c\u756a\u76ee":103," --":[31,77,103,126,21,81],nanoseconds:101,"\\bin":70,"\"alice":125,"\u8fd1\u4f3c":[17,49,78,50],"\u56de\u6307\u5b9a":125,"\u547c\u3073\u51fa\u3059":[43,78,79,37,111,124],"\u7d50\u5408":[44,125,111],"\u884c\u3046":[123,31,77,49,97,89,98,96,81,48,107,104,50,51,122]," common":[17,103],"\u6b8b\u5ff5":10,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[50,66,27,118],"\"tritonn":77,"\"value":77,"\u547c\u3073\u51fa\u3055":77,"\u547c\u3073\u51fa\u3057":[44,91,107,21,110,111,50],"\u8d85\u3048":[45,77],"\u3067\u304d\u308b":[91,57,85],"\"uptime":3,"\u4e92\u63db\u6027":104,".gpg":104,"\u5316\u51e6":[17,75],centos6:50,"\u30bd\u30fc\u30c8":[31,0,107,36,64,33,77,106,50,17,109],"3\u4ef6":126,"_files":[1,118],source:[31,2,104,126,65,47,39,93,51],"\"#":17,"\u7279\u5b9a":91,iso:103,location:[93,6],win:70,input:[38,93,118],"\u3057\u307e\u3059":[77,103,89,126,98,88,8,125],"\u3064\u3051\u308b":97,bin:70,"...":[77,60,3,86,125,106,65,19,73,80,23,6,110,17,24,50,54,102,103]," -g":70,"\u306f\u3069\u3061\u3089":35,"\u4ef6\u6570":[77,2,45,98,38,82,75],"\u3002db":[17,44,2,27]," code":[93,101,3,83],"-untrusted":105,"\u968e\u5c64":44,"\u9759\u7684":57,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[17,64,103,41],"\u304f\u3060":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,88,125,91,92,105,24,83,58],nginx:[115,50,88,11,105],"<#{":101," add":[77,83],"\u30cf\u30c3\u30b7\u30e5":[53,50,104,86],"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":118,bit:[115,88,14,32,11,105,70,94,52,102,58],"\u30bd\u30fc\u30b9":[36,104,94],"\u5f53\u3066":[64,65,73],"\u30d7\u30e9\u30b0\u30a4\u30f3":[115,0,107,81,91,11,88,127,129,105,50,7,17,74,121,83],"\u5927\u4e08\u592b":[59,74],"@wareohji":50,"\u8aa4\u308a":50," format":[101,69,3,83],"_body":[45,47,62]," \u4e0a":72," lucid":[36,94],"_leak":122,"\u4e0a\u8ff0":121,"\u540c\u7b49":[98,102],"\u307e\u305f\u3044":[50,49],"\u533a\u5207\u3089":17," visual":70,"-command":[107,52],"\n\"":[3,102]," read":21,popular:77,"\u4ee5\u5916":[100,77,44,61,62,104,90,64,32,33,53,107,91,17,102,41],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,32,98,66,6,17,74,35,38,77,9,103,10,106,80,108,102,40,41,44,45,49,50,78,123,125,89,107,27],"\u6642\u523b":[93,84,126,53,124,102],"\u5927\u304d\u306a":[35,41],".title":10,"\u7f6e\u304b":[24,74,121,6],"\u4ed5\u65b9":57,"\u7f6e\u304d":[107,104],"\n]":[31,49,2,62,89,84,10,106,125,129,93,81,110,56,34,51,103,97]," geoindex":31,"\u3042\u3063":[31,77,9,104,102,115,106,38,35,50,75,83],"[doc":[17,50],"[dump":50,"\u8aa4\u3063":[50,104],"\u96a3\u63a5":[91,125],"\u5404\u8981":62,"\u975e\u4e92":50,"|correct":106,year:101,examples:107," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":50,"\u307f\u307e\u3057\u3087":[31,2,62,10,126,48,51],cd:[115,88,14,11,58,105,74,83],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,74,66,103,129],"\u3001[":[100,2],"~number":103,"\u3001_":[126,48,2,89],"\uff08todo":103," seven":2,"_bool":107,"\u30af\u30ed\u30fc\u30f3":74,"\u5927\u304d\u304f":[10,107,9,110,78],"\u66f8\u304f":[51,125],"\u8a73\u3057\u304f":[10,91,2],"\u66f8\u304d":[91,77,102],exec:118,"\u30b9\u30cb\u30da\u30c3\u30c8":21," nanoseconds":101,"\u66f8\u3044":[126,103,125],"\u5927\u304d\u3044":[77,44,125,64,66,17],"\u3061\u3083\u3093":31,"_install":[12,94,52],"\u69cb\u6210":[115,88,44,2,104,11,96,105]," sed":11,"\u30af\u30a8\u30ea\u30fc":[36,77,30,106,7,50],"\u3092\u3064\u3051\u308b":103,intel:102,proc:[105,77,11,88,115],"\u5927\u304d\u3055":64,"\u6587\u5b57\u6570":[21,103],".sh":[50,83,122,104,52],"\u9001\u4fe1":[29,61,4,65,5,73,100,102,76,108,110,40,112,46,53,86,116,82,47,90,25,95],object:[32,103,118],"\uff01\u300d":[77,103,125],"(\u300c":104,"\u5024\u306a\u3057":50,".so":7,"\u306a\u3082\u306e":104,"_improper":1,"\u3001\n":[48,82,104],",\u3000":102,"\u4f9d\u5b58":[36,94],"\u4ed8\u3044":[126,129],"\"black":129,"\u5f37\u5236":[50,0],output:[50,107,108],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[44,66],"\u300cpopular":77,"\u4ed8\u3051":[2,10,27,50,51,35],"\u30ab\u30a6\u30f3\u30c8":[50,126],"{\"_":[31,77,125,10,48,103],"\u5f15\u6570":[50,0,9,44],"\u5b9f\u73fe":[91,57,117]," work":101,"\u3001\"":[2,62,84,126,32,56,15,17,34,50,8],"\"mori":110,"\u3001$":104,"\u3001'":[62,10,32,66,81,48,103],"\"service":84,"\u4f3c\u305f":[48,129],"_read":1,"\"yu":110,"\u3001-":[24,32,107,102],"\u6291\u3048":45,"\u3001/":[2,27],"\u3001.":[122,83],"\u5730\u5f62":[49,78],range:[73,39,65,118],microsecond:101,"\u5185\u5bb9":[96,2,65,27,73,100,102,77,103,104,10,61,83,50,51,123,125,90,126,21,93,56,34],"\u3057\u307e\u305b":[34,77,74]," configuration":6,"\u3001:":102,"(fedora":96,"\u3002 ":[1,2,97,130,64,32,33,6,7,34,50,74,35,77,49,103,38,81,39,102,111,113,41,84,14,15,27,17,78,121,129,125,91,107,92,21,127,93,37,56,83,58],block:10,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u672c\u6587":51,".\n":[110,102,6,35,104],"\u5730\u70b9":[48,49]," search":[103,84,106,56,21,50,17,121,8,125]," postgresql":[91,21],garbage:50,"\u5c5e\u3059\u308b":[73,32],"\u533a\u5207\u308a":[100,123,77,2,3,89,106,10,91,32,125,66,38,90,110,61,56,50,103],"/\n":[107,104,83],"\u7e70\u308a\u8fd4\u3057\u6570":102," patsuffix":97,"\u3088\u308a":[62,32,98,50,34,74,102,77,49,103,10,80,41,44,45,17,78,121,125,126,107,94],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":35,"/yum":104,"\u9010\u6b21":91,"|key":[77,2,62,45,126,125,21,80,81,97,103,51,41],"\u4e88\u5b9a":[9,55,21,49,17,35],"\u6295\u5165":[45,0],"\u5831\u544a":57," without":21,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":104,"\u30d5\u30a9\u30ed\u30ef\u30fc":104,pcre:50,".)":[50,103,101],"_fin":50,"\u305f\u3070\u304b\u308a":80,shimoda:107,".-":83,"..":[77,61,103,90,125,66,99,38,100,24,41],"\u3046\u3061":[9,33,86,44,50,17],"\u5316\u6f0f\u308c":50,"\u3067\u3082\u3063\u3068\u3082":20,".\"":[31,2,103,10,21,80,81],sequence:[34,106,84,56],"\u7a2e\u5225":65,submit:[34,106,84,56],"\u3072\u3068\u3064":[50,125,79],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,109,50]," music":101,"/hosts":104,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126,"_links":[1,118],"\u51fa\u3059":126," hottolink":69,"= y":50,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9," curl":[58,3,35,6],"\u5074\u9762":91,"\n..":110,"\u3002_":[2,75]," gothic":12,files:104,"\u30da\u30fc\u30b9\u30c8":50,conditional:106,"[groonga":[17,104,50],"\u3057\u307e\u3044":[10,45,97,102,84],"\u524d\u63d0":57," wibowo":50,"-query":[96,2,97,66,21,101,81,50,17,121,125],"-libevent":50,"\u8a2d\u5b9a\u5024":[0,82]," needed":6,"\u3001c":2,"_for":44,link:[10,27,89],".]":[103,106,65,86,73,100],"._":[10,77,103,125]," language":83,"-binary":35,line:93,"\uff08ci":52," shimada":107,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":41,posted:126,".h":55,".i":88," senboku":50,utf:[69,3,107,66,129,50,74,103],"_op":44,".n":[77,103,125],".o":31,munin:[115,0,11,88,105,50,17,74],"\u306b\u5bfe\u3057":[123,53,0,44,2,103,89,31,91,106,98,77,47,15,48,7,104,24,50,51,125],".c":[77,69],".d":[105,11],up:3,"_max":[43,1,118],"\u52d5\u304d":35,windows:57,"\u52d5\u304f":[17,74,130,50],"_of":[1,118],".}":[86,103],"\u4e0a\u66f8\u304d":[48,104],"\u66ff\u3048":[45,36,109,104],"_on":[1,118]," than":101," types":106,"\u904b\u55b6":104,"\u63a5\u982d":[17,103,64]," tokenbigramsplitsymbolalphadigit":81,horikoshi:17,bind:17,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":57,"\u30ed\u30fc\u30de":34,"/source":[83,88,104,105,55,11,14,70,115,74,58],"\u3002command":9," mysqlgenerallexicon":129,"\u3002gnr":111,warning:101,"\u3054\u3068":[50,85,81,104,68],"\u3075\u308a":106," shops":98,curl:[50,74,35,52],sourceforge:104,"\u5b9f\u51e6":44,"\u306a\u306b":34,"\u5165\u308c":[45,31,126]," mark":129,"-oriented":21,"\u306b\u5bfe\u3059\u308b":[36,44,2,104,89,31,10,91,107,106,50,17,109],taro:31,">uptime":3,"\u518d\u5e30":[121,77,44,29,76],"\u958b\u3044":[17,25,129,107,76],binlib:104," accurate":21,"\u958b\u304f":[17,129,50],invalid:[77,118],"\u30b3\u30e1\u30f3\u30c8":[107,66,15,51,121,102],"_rate":[27,53,2,3,6],application:35,"\u958b\u3051":50,"\u3042\u3052\u308b":[36,71],"'\u3002":66,"\u56db\u3064":98,grn:57," go":80,"\u30d0\u30a4\u30ca\u30ea\u30fc":93,"\u6642\u4ee5\u5916":107,ooo:64,nice:80,"\u767a\u884c":27,"\u7acb\u3061":93,".load":102,"\u3002dump":110,users:[39,70,35]," script":102,"\u53f3\u8fba":[17,107],"\u3002\u30bf\u30b0":31,lucid:[107,11,104]," eight":2,"\u6307\u5b9a":[91,44],"\u5c5e\u3057":32,"\u4e00\u7dd2":[0,49,2,45,77,50,96,41],"}\n":[31,77,49,97,84,10,106,125,101,80,39,6,56,34,51,126,87,35,103]," old":104,".php":104,"\u3088\u304f":77,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":130,"> y":50,drilldown:[0,108],"\u982d\u8f9e":64,"\u3088\u3046":[0,61,64,33,66,6,7,100,50,74,35,36,77,9,103,104,128,80,81,102,110,12,41,44,98,86,49,17,78,121,122,52,125,90,91,107,21,93,24,129],"\u7d99\u7d9a":[50,66,52],"\u306a\u304c\u308b":50,"_permission":1,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":102,"\u4f7f\u3044":[32,6,74,35,36,77,103,106,11,80,111,83,44,115,17,120,121,52,88,129,91,92,21,93,105,41],"_empty":[1,118],"\u4e00\u5de5":97,"&query":27,age:77,confirm:83,"/wgs":48,"\nerror":[4,5],"\u5b50\u5348\u7dda":49," base":6,"\u8aad\u307f\u53d6\u308a":[38,66],"2\u3064\u3081":[51,125,35],"_nil":107,"\u30b3\u30a2":[74,6,35],"\u7f6e\u304f":74," post":[77,103,125],"-count":53,hello:[80,103],rinse:104,"\u6a29\u9650":74," b":[103,125]," c":[125,55,91,70,17,103]," `":3,msbuild:70,"\u30d6\u30e9\u30b8\u30eb":49,gr:77," d":[45,98],"\u3067\u307f":91,"\u7121\u99c4":91,",\"title":2," n":[91,77,103,125],"\u30a4\u30f3\u30c7\u30c3\u30af":51,"\u30ed\u30b0\u30a4\u30f3":104,"\u64a4\u5ec3":[107,66]," i":[104,83],"\u958b\u304f\u969b":50,"\u3067\u3064":62,"\u843d\u3061":[50,107],gb:3,ga:102,"\u5272\u308a\u5f53\u3066\u308b":[10,64,2]," z":32,"\u30dc\u30c7\u30a3":[41,118,7],"-lzo":94," y":50,"\u3067\u306b":[45,80,7],"\u305f\u3060\u3057":[0,98,103,24,66,50,17,75,125],"\u3067\u3069":106," }":[53,126,2,27,35],"\u3067\u3057":[14,10,103],"\nhttp":6," @":[77,97,45,126,98,15,103]," binding":69,pthread:17,"|http":102,"\u8a2d\u5b9a\u6e08\u307f":96,"\u898b\u3064\u304b\u308b":50,"\u8a9e\u6271":98,description:[126,98],"\u30ad\u30fc\u30b5\u30a4\u30ba":64,"-release":57,":..":77,"\u3067\u3059":[59,96,1,2,3,130,64,32,33,66,68,70,6,7,34,50,74,126,8,35,62,80,77,9,103,102,105,55,106,11,38,45,39,100,75,61,111,92,65,41,42,44,110,84,14,98,115,15,48,49,118,17,51,78,121,81,122,52,123,88,129,104,89,86,91,125,20,21,93,10,73,56,24,57,83,87,27],"\u3067\u3044":[10,77,103],"\u300cgroonga":111,"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,stable:9," yamaguchi":17," [":[2,62,66,27,7,61,87,102,97,80,77,49,103,10,106,38,81,39,108,110,41,100,31,84,45,47,15,48,116,50,51,123,53,125,89,86,90,126,73,21,99,93,56,34,129,6],"\u3067\u304d":[0,1,61,3,64,33,66,70,6,7,72,100,50,74,75,80,77,9,103,104,105,106,11,38,81,107,102,110,111,12,41,43,44,115,47,15,49,17,78,121,122,52,123,88,129,125,91,79,21,124,93,37,24,83,58],include:55," ^":[50,103],"\u62e1\u5f35\u578b":10," \\":[15,98,66,103,81],"\u5411\u3044":[93,64,77]," \"":[2,62,32,70,27,73,34,87,35,97,80,77,49,103,10,106,38,81,39,102,65,31,84,45,53,15,48,50,51,121,125,89,86,126,92,21,93,56,129,6],mbytes:102," ":[2,3,66,6,73,34,74,87,35,62,77,9,103,104,10,106,80,81,39,108,102,97,41,31,44,84,53,15,48,49,51,52,123,125,89,86,126,92,21,93,56,129,27],"\u4f59\u308a":103,".patch":83,"\"saerch":84,"\u30d7\u30e9\u30b0\u30de":77," %":[50,103]," libmsgpack":[105,11],"\u8fbc\u307f":[40,121]," (":[42,36,77,69,103,30,105,11,21,115,49,44,70,104,50,88,125],ddl:45," .":[115,88,74,104,105,14,11,45,70,122,52,102,58]," /":[123,98,2,103,45,106,11,66,70,27,7,50,35,6],"\u304a\u3051":77,"\u3002time":126," 3":15,"\u3067\u5024":[66,2],"\u6e0b\u8c37":126,"\u983b\u5ea6":106," 4":15,"\u3072\u308d":97," :":103,"\u30a8\u30b9\u30b1\u30fc\u30d7":[38,50,21],"_users":126,"\u6368\u3066":17," ?":103," <":[77,69,103,45,21,48,110,50,17,102]," =":[31,77,49,97,66,48,44,103],"\u5206\u985e":10,"\u4f7f\u3048\u308b":[125,66,50,17,74,52]," snippet":21,"\u304a\u304d":[91,104],"-build":122,".clean":104," update":57,"-id":[50,66],"\u542b\u307e":[93,77,44,2,103,104,125,121,65,56,73,21,38,81,7,50,98,88,35,41],".mo\u30d5\u30a1\u30a4\u30eb":83,"this":[77,2,103,10,125,99,6,101,27],"\u304a\u304f":[10,103,104],ctx:85,"\u6b8b\u308a":[77,9,121,41]," such":[50,83]," url":110,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":64,"/httpd":[96,6],"\u601d\u3063":55,".output":24," innodb":91,"_use":[1,118]," owner":6,".po":57," term":[47,86,62],"-suggest":[28,36,30,106,107,127,50,17],"/bin":74,"\u5341\u5206":[45,77,7],"/sbin":58," word":[77,125],"-memory":107," outputs":101,".pc":[17,127],"\ntable":[45,126,110],"\u9023\u643a":91,"\u8ca0\u6570":50,video:31,"\u7d42\u308f\u308b":[80,103,125]," [":[39,77,41],".xml":3," suited":21,"_cursor":[50,107],register:[36,20,92,30]," -h":35,index:[31,51,69,104]," env":121,"-known":21,"\u7d44\u5408":81,"/introduction":[2,27],opaque:118,"= n":103,".tsv":[121,3],squeeze:[36,104,94]," japanese":16,"\u30dd\u30a4\u30f3\u30c8":121,etime:123,"\u5f35\u308c\u308b":50,"\u983b\u7e41":74,"\u306e\u3067\u3057\u3087":77,"\uff08not":111,"\u4e2d\u56fd":49," voiced":129,"\u5c0f\u6570":[77,61,90,93,100,17],"\u30a8\u30f3\u30b8\u30f3":[10,31,77,66,91],"{time":101,"\u8fd1\u3044":123,"\u5224\u65ad":103,"-exact":53,"\u5024\u8a18":103,"\u6c42\u307e\u308a":91,"_over":[1,118],"\u521d\u56de":83,"\nalert":[4,5],nonexistent:77," score":39,"\u632f\u821e":49,"?parameter":6,let:80,"\u57cb\u3081\u8fbc\u3080":102,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":33,ubuntu:[36,122,94,52],"0xc":118,"\u3042\u308b":[90,1,2,31,4,64,32,33,66,5,29,50,34,114,74,35,76,77,9,103,104,79,10,106,38,81,108,102,61,111,40,112,65,41,100,43,44,110,84,45,46,47,15,49,82,17,51,78,121,123,53,124,125,86,83,91,107,73,21,37,116,24,25,95]," memcached":27," \"":[77,49,62,126,65,125,86,39,27,73,51,87,102,103],"\u306b\u5bfe\u5fdc":[100,77,61,90,24,66,38,50,40,17,129]," ":[2,62,27,34,73,87,35,97,77,9,103,10,106,80,81,39,31,84,53,15,48,49,51,125,89,126,21,93,56,129],"= \"":[77,103],"(gqtp":96,"/tmp":[121,35],broken:118,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[64,2,6],"\u4e0a\u3052\u308b":45,"/coremodule":6,"\u57cb\u3081\u8fbc\u307e":104,"\u57cb\u3081\u8fbc\u307f":21,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":66,"\u3058\u304d":21,"\u306e\u3042\u3068":50,"\u5177\u4f53":[45,51],"\u3067\u3082":[59,1,2,64,98,70,6,50,34,74,102,115,77,104,11,83,45,48,27,118,17,51,122,88,91,21,105,94,41,58]," article":51,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[114,91],"\u300coffgao":126,">version":3,".fedoraproject":88,"\u6301\u3061":[44,66,6],"\u5206\u6790":91,"\u9806\u756a":[45,66,2,125],"\u898b\u3064\u304b\u308a":77,firewood:50,apple:129,"/to":[6,35],"\u30ed\u30f3\u30c9\u30f3":49,realloc:107,"\u5171\u901a":[17,32,103,51,64],"_by":[17,126,127,50],"\u7518\u3044":62,"\u8981\u6c42":[15,2],hardy:107,"\u9014\u4e2d":[104,84,66,118,50,34],"\u3046\u3048":[17,50],"\u6642\u306b":17,"\u5148\u60c5":126,"\u7d5e\u308a\u8fbc\u3080":8,use:[50,77,66],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":74,"\u3002\u3064\u307e\u308a":[77,2,125],usa:89,"<- ":35," garbage":86,"\u6642\u9593":[93,77,61,125,104,90,91,107,53,100,17,102],bi:[45,98]," defines":99,"\u3002\u30d0\u30b0":59,"\u7d5e\u308a\u8fbc\u3093":91,"\u3057\u307e\u3046":[91,17,107,104,50]," protocol":118,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":51,save:104,"\u81ea\u5206":[102,94,83]," grn":[101,44,121,111],"\u30af\u30a9\u30fc\u30c8":125," doc":[62,104,83],soundkitchen:[17,50],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[36,124,103,30,111,7,86,50,17,25,76]," functions":69,"\u3059\u308b":[44,91,85,16,12,57],"\u7d4c\u7def\u5ea6":[36,109],"\u3059\u308c":[2,125,91,7,102,103],on:[6,35,21],started:125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":57,"[header":[92,93,39,7,87,41],"\u5f15\u304d\u8d77\u3053\u3059":50,iwai:50,"\u8868\u3059\u578b":32,tokenbigramignoreblanksplitsymbolalpha:45,"\u5225\u9014":[32,89],"\u3059\u3093":126,"\u305d\u308c\u3089":[123,77,121,35],"_per":17,"\u305d\u308c\u305e\u308c":[2,3,64,98,66,74,62,77,103,104,10,81,41,44,45,48,118,51,122,89,126,21,93,24],"{prefix":[74,7],defines:99,"\u5358\u72ec":102,"\u4f7f\u3044\u65b9":[36,30,91],"\u9818\u57df":[50,48,74],"(wgs":48,"?msg":104,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":50,"\u5229\u7528\u4f8b":91," depends":69,"<limit":66,"\u4ee5\u5185":[34,48,126,103,84],"\u8d77\u52d5":[9,3,104,107,66,53,70,102,50,24,35],"\u6e21\u3055":[49,44,50],"\u6e21\u3057":[44,61,38,27,100,2],twiter:50,"\u6e21\u3059":[50,2],"\u53d7\u3051\u4ed8\u3051":[50,107],mitsuhiro:107,"\u7de8\u96c6":[57,122,104],"\u4f5c\u696d":57," morning":80,"\u3001&":48," github":83,"\u30b7\u30fc\u30b1\u30f3\u30b9":[34,84,56]," actual":6,links:[10,27,89],"\u306f\u6708":103,process:[36,30],sudo:[115,88,11,105,50,74],"_estimate":17,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,107,50],pentium:102,">max":3,"/linux":[36,94]," example":77,tag:31,"\u7d30\u5206":10,objname:[25,76],"\u30b7\u30e3\u30fc\u30d7":41," mte":69,"\u3059\u3050":[91,35],sed:[17,50],"(content":21," candidate":106,sis:17,"\u306f\u307f":57,"\u6301\u3063":[77,103,84,91,50,129,125]," toybox":10,"\u6301\u3064":[31,77,49,2,103,89,84,10,91,85,33,66,38,17,129,75],tokendelimit:56,"-strings":50," or":[77,125,81,101,121,62],"\u6df1\u523b":[45,50],"\u629c\u3051\u308b":2," candidate1":106,"\u3059\u3067":[80,98,82],"\u3059\u3079":[77,44,102,64,118,9,6,110,34,17,87,126,35,76]," titles":[103,125],"_repair":50," {":[49,2,84,106,53,6,56,34,126,35,27]," }\n":[126,6],sid:[36,94],defalt:107," indexblog":51," port":[27,58],dd:[101,103]," size":86,"\u30b3\u30de\u30f3\u30c9":[36,0,44,104,30,107,70,17,72,12,50,74,122],"_create":[36,44,30,20,127,50,17],normalize:[36,20,30],"\u81ea\u5df1":126,"\u3044\u304f\u3089":91,"_')":[47,75],"\u4e26\u3073\u9806":48,stop:50,"-deafult":17," msgpack":3,"\u304a\u3059\u3059\u3081":35,"\u7e70\u308a\u8fd4\u3057":[103,102,83],"\"rectangle":[50,49,78],"}e":103," mroonga":[77,125,81,15,51,103],"\u5f35\u3089":[10,50],"\u5f35\u308b":[103,125],"\u3055\u3044":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,122,88,125,91,92,105,24,83,58],"\u306e\u307b\u304b":[10,32]," composition":129,"_configure":50,"\u30a2\u30af\u30bb\u30b9":[123,107,104,10,24,66,27,50,17,83,6]," nice":80,"\u7d5e\u308a\u8fbc\u307f":[91,2],"\u3042\u308b\u3044":[115,88,9,103,91,118,125,37,44,6,78,41],"\u4eca\u5f8c":[40,17],alloc:[27,53,2,3,6],"\u7b2c\u4e8c":49,"\u66f8\u5f0f":36,"\u30b5\u30fc\u30d0\u30fcid":17,rakutan:51,"\npackages":104,"\u4f53\u8fd1":78,"\u898b\u3064\u304b\u3063":[77,8],lines:122,"\u30da\u30fc\u30b8":[36,77,2,104,66,16,50,24,83],"\u518d\u8d77":[96,121],processor:[105,88,11,115],"=platform":94," restart":96,"-protocol":[66,27,102],"\u524d\u65b9\u4e00\u81f4":[50,0,106],"/repositories":104,":\\\"":38,"\u8a9e\u610f":68,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":107,"\u4eac\u90fd":[45,98],"#groonga":121,"\u30c0\u30d6\u30eb":[125,64,50,17,41,103],"\u300cbill":98,"\u7d9a\u304d":38,gcc:[17,74,50],"\u306e\u3088\u3046":[50,77,125,103,111],"\u304a\u3070\u305f":17,"(cutter":122,"\uff08tokenmecab":45,"\u7d9a\u3044":[45,90,77,61,100]," shorttext":[2,62,66,87,102,97,77,49,103,10,80,81,39,110,41,31,45,47,15,51,125,89,126,21,129],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":62,"\u30ab\u30d0\u30fc":122,"% ":[104,83],jiro:31,"\u30c7\u30d5\u30e9\u30b0":17,":configuration":70," clean":122,"\u305d\u308c":[115,88,44,2,62,104,10,126,32,98,125,53,45,107,70,56,103,51,83,41],"\u3002int":50,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":123,"\u4fc2\u6570":44,"\u629c\u3051":[17,50],"\u91cd\u307f":[36,77,125,45,81,50,109],"\u6570\u5b57":[45,84,102,41],lf:123,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":104," bool":[10,97],"-mysql":[105,88,11,129,115],"\u3092\u3064\u3051":[77,125],lc:83,"\u78ba\u7387":106,"_unavailable":[1,118],"\"sphere":78,"\\\"}":38,ll:[45,98],"_reopen":[36,30,4,20,5,50],"/apt":[105,11,104],euc:[50,74,66],li:[45,98],"/api":35,lt:21," extract":101,"\u8ab0\u304c":126,zip:[36,104,94],total:[86,102],"\u512a\u5148":[91,102],"\u5de6\u4e0a":[37,0],"\u5de6\u4e0b":0,"[space":125,"\u6700\u5927\u5024":50,"\u9589\u3058\u308b":[17,0,64],"\u305f\u3076\u3093":74,"\u306f\u3069\u3061\u3089\u304b":[103,125],"\u4f75\u305b":2," gpl":69," cache":50," patch":69," |":[123,115,77,103,104,81,45,11,88,105,48,6,50,52]," gpg":104,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[36,107,20,30],auth:[6,35]," value":[50,77,2],dat:64,"\uff08world":32,billiard:[45,98],"\u8d8a\u3048":45,"@' ":2,"\u89e3\u91c8":[107,44,110],"\u6765\u307e\u3057":126,day:101,"_point":[31,78],"\u3088\u30fc":126,articles:51,"\u306b\u304f\u308b":45,"\u5f15\u8a9e":2,translate:83,"\u300d:":129,xml:[17,107,50],edit:[36,0,113,104,30],")]":50,"\u4f4e\u901f":89," hw":58," updated":[45,69,83],"/master":[83,52],"(nginx":96,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":66," hh":[101,103]," start":[80,96]," physical":86," threasd":66,"\u70b9\u9593":[48,33],"\u6df7\u305c":[10,106],"\u65e2\u5b58":[2,104,10,91,27,40,50,102],"\u3064\u3044":126,"<gqtp":102,"\u5408\u5bbf":126,"_none":65,"\u5186\u6ed1":104,",\"link":10,there:125,"\u5c3a\u5ea6":91,"\u6b8b\u308b":17,"\"abandon":90,"\u751f\u6210":57,"\u89e3\u6c7a":[17,86,50],"\u3002redmine":59,frequency:[34,106,84,56]," your":[17,83,52]," gnupg":104,"& b":103,"\u30b3\u30e1\u30f3\u30c8id":126,"/message":104,partial:44," creates":[101,99],out:102,"\u3050\u308b\u3093":[31,103,125],"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[15,81],"\nexecuted":27,"\u5fc3\u914d":94,"-match":94,"\"mroonga":[15,77,103],res:102,"';":66,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":66,"\u306b\u304f\u3044":91,"\u51fa\u6765\u308b":126," subject":50," \u6c11":98,"-package":[104,94],"\u30ab\u30ec\u30fc":98,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":126,"_default":[50,35]," floating":32,sphinx:57,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[70,83]," five":2,">starttime":3,"-fd":17,"-per":17,"/\u6708":126," thesaurus":77,"\u904e\u7a0b":75,status:[36,0,30,107,20,50],"\u73fe\u72b6":9,"\u542b\u3081":[77,121,125,104]," too":51,"\u5b9f\u7a3c":123,"\u4ed8\u5c5e":[24,6],retry:118,"/aba":[48,2,89],"8r":[50,74,66],httprewritemodule:6,"& (":103,"\u76ee\u8996":93,lts:[36,104,94],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,74,122,94,83],"\u30d6\u30e9\u30b8\u30ea\u30a2":49,"\u4ed5\u69d8":[36,9,106,107,6,50,24],"_options":50,deprecated:[77,9],"\u4e00\u90e8":[46,2,8,104,50],"_nsubrecs":75,"\"\uff08":34,"\"\uff09":[10,34,0,48],"_friends":31,"\u300d\u3001":[31,126],"-localstatedir":94,"\u30bb\u30b0\u30e1\u30f3\u30c8":[86,25],"/universe":11,"\u9001\u3063":[55,59,57,83],"\u7403\u9762":[49,78],url:[110,17,27,104,24],"\u3064\u3051":[77,49,92],"3ki":107,"\u304a\u3059\u3059\u3081\u3057":[103,104,125],"\"sea":34,"\u8aa4\u5dee":[17,49,78],largetext:64,"<max":66," ringtail":[36,94],"\"say":103," instead":[77,66],",\"location":[31,48],"\u8aac\u660e":[59,1,30,70,74,36,104,11,83,114,44,115,14,50,52,88,20,93,105,94,57,58],hex:31,"\nload":[49,110],unsupported:118,"\u30d9\u30af\u30bf":[50,0,107,65],"\nctrl":27,"\u591a\u304f":[77,2,10,66,21,45,17,130,41],"\u7d44\u307f\u8fbc\u307f":[36,30,92,20,110,102],"\uff08\u300c":[45,129],"\u53d6\u308a\u8fbc\u307f":17,"\u64ec\u4f3c":[77,103,125],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,0,107,122,50],"_symbolic":[1,118],grroonga:8,"\u8d77\u70b9":[90,100,77,61],utc:103,"\u5897\u5927":49,"\u53d7\u3051\u53d6\u308a":[44,2],moero:31," links":10,"\u516c\u5f0f":[17,88,115,81],"\u30e9\u30f3\u30ad\u30f3\u30b0":2,unknown:118,"\u7121\u52b9":[50,77,74,6,125],"\u8aad\u307f\u8fbc\u3093":27,mkdir:110,system:14,",[":[45,90,100],"\u6c38\u7d9a":[36,30,41],"\nlog":101,"\u52d5\u5c0f":32,"\u304a\u304b\u3057\u304f":107,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":51,"-doc":50," video":31,"-keys":104,man:0," tokenmecab":45,"\u306f\u3058\u3081":[36,106,9,128,83],"\u7279\u5316":[103,83]," for":[49,32,21,99,69,50,101],"\u304b\u3061":[77,98],configure:57,"_query":[44,84,106,56,34,50,121],".textile":104,"_logger":50," service":[96,84],"\u304b\u3069":[77,125,45,106,37,48,78]," mecab":[91,88,69,115],"var":[74,65,44,66,6],"\u756a\u76ee":[10,77,2,103,125],",..":[38,73,65,77],"\u8ffd\u8de1":57,"\u64a4\u53bb":17,itagaki:107,"_vector":[31,77,10,126,47,15],"\u500d\u7cbe":32,"_started":[93,39,92,87],"\u3092\u3054":122,"\u9ad8\u3044\u9806":2,"\u53d6\u308a\u5f97\u308b":32,"\u3002run":122,"_unsupported":1," started":[93,101,77,103,125],"\u305b\u3044\u305c\u3044":41,"\u51fa\u73fe":[91,106,68],"|:":101,"/..":[6,104],"\u305b\u306a":[103,125],"\u304b\u3051":76,"_illegal":1,".grn":110," normalizers":129,"\u81ea\u52d5":[31,2,97,104,64,7,125,102,50,17,103,75,83],"\u3042\u304d":97,"\u304b\u305a":50,"\u82e6\u624b":91,"\u30ab\u30bf\u30ab\u30ca":[34,129,106]," snippet3":21,"\u5229\u70b9":91,",' ":[10,32],"\u6291\u5236":50,"false":[125,29,97,104,10,4,32,107,46,81,47,15,39,5,108,40,103,87,116,76],"\u8a72\u5f53":51,"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"$home":104,"\uff01\uff09":[34,84],interrupted:118,"\u81f3\u308b":10,"\u30d5\u30a9\u30eb\u30c0\u30fc":70,"\u76ee\u304f\u3089\u3044":41,"\u96e3\u3057\u3044":91," tritonn":[77,103,125],"\u4fee\u6b63\u4e2d":84,"\u30de\u30a4\u30af\u30ed":[10,126,32,103],"\"null":50,"_expanders":[121,7],"\u3002cpu\u30b3\u30a2":35,"\u304b\u3082":[93,92],"\"co":8,tvsec:53,"\u975e\u308f":98,"@tomotaka":17,"\n ":[44,6,35],"\u6f14\u7b97":[50,111,74,103,107],"_control":[1,118]," lexicon":[81,80,15,51,102,41],"\u914d\u4e0b":[24,104],tokendelimitnull:127,".msgpack":3,"_const":44," unix":93,"\u4e88\u7d04":47,"^ ":103,"\u9078\u629e":[91,77,49,104],"_groonga":93,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":44,"5f":102,satoh:17,"\u3080\u3044\u3061\u3083\u3044":126,brazil:89,"\u901f\u3084\u304b":9,"\u3069\u3061\u3089":[59,96,2,62,92,51,8,35],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17," suggest":[106,56],"\u8aad\u307f\u8fbc\u307f":[17,121,2,7],"\uff08gnu":74,"\u69cb\u7bc9":57,"\u3068\u305d\u306e":9," six":[101,2],"\u672a\u958b\u653e":107,"-h":66,"/commands":[73,39],"_hey":41,"\u3089\u308c":[77,44,2,64,65,107,73,91,48,50,17,51,76],"**":5,"\u3064\u3076\u3084\u304d":80,"\uff09\u3001":[64,98],"\u9ad8\u901f":[31,0,44,2,103,130,64,33,66,91,125,49,50,17,78,35,41],"\uff09\u3002":[45,126],"* ":[32,103],sa:[106,84],"*\"":[51,77,127],"_build":122,"\u73fe\u5728":[123,2,104,91,33,68,82,126,40,124,102,41],"\u6e2c\u5730\u7cfb":32,latin1:50,"\u5168\u89d2":[17,129,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":66,"_delimited":69,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[50,84,41],"_is":[1,92,93,39,118,17,87],hh:[101,103],"\u5408\u81f4":2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[36,77,64,32,17,109],"(arugment":103," is":[77,2,3,10,125,21,81,27,101,50,51,103,35,6],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,107,93,50,17],"-point":32,"\u901f\u304f":[31,74,41],"\nwarning":[4,5],"\u5171\u901a\u63a5":64,":tasukuchan":126,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":104,"-get":[50,11,104,105],"_id":[77,2,103,104,48,50,17,75],its:59,"_temporarily":[1,118],".gz":[115,88,104,14,11,58,105,74,83],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":129," true":103,"_database":50,currently:6,"\u3084\u308a":59,"\u5fc5\u9808":[74,70],"\nlucid":107,",\n ":[31,77,103,45,106,65,93,86,6,126,125],"\u8d8a\u3048\u308b":45,"_initialized":[1,118]," favorite":83,"'mroonga":[81,51],"\u30e2\u30b8\u30e5\u30fc\u30eb":[36,9,107,91],"\u304b\u3089":[36,44,104,91,85,33,94,57,83],"[httpd":50,"'localhost":[123,66]," \u304b":58,"=c":70,"\u3002\u2193":66,ssssss:101,"\u53cb\u4eba":31,"=i":104," project":103,"|persistent":[73,39,65],"\u5b66\u3093":126,synonym:[77,62],"\u8abf\u3079":[37,78],"=\\":21,cache:[36,0,20,30]," it":[80,125]," doesn":6,"\u30b7\u30a7\u30eb":[74,102],daiki:[50,107,127],"\u30fb\u5168":108,"\u4e0d\u6b63\u78ba":[53,50]," in":[50,44],"get\u30e1\u30bd\u30c3\u30c9":24,wget:74,truncation:17," id":[101,86,91],"\u4ecb\u3057":[91,27]," if":6,"\u65e5\u4ed8":[91,49,104]," documents":[81,21],"\u6295\u7a3f":104,"\u4ed8\u3051\u308b":[85,129,2],"\\groonga":70,"!condition":103,means:101,"[admin":[17,50],"\u7279\u5225":[74,34,1,125],"\u5c11\u306a\u3044":[77,125,80,111,121,103],ko:69,"\u7d44\u307f\u8fbc\u3080":[91,44,6],"\u30c0\u30f3\u30d7":[50,107],"\uff08and":111,"=$":[74,104,83],",\n{":[129,62,89,81,106,84,125,15,56,34,51,103,97],"\u7e70\u308a\u8fd4\u3059":107,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[77,82],"= ":[50,48,97,103],words:103,"\u306e\u307f\u3057\u304b":8,db1:35,"_path":[50,104,102],db2:35,"=(":104,">cache":3,"\u53c2\u52a0":[57,16],"\u56fd\u969b\u5316":[57,120]," nfkc":129,"\u4e0d\u8981":[50,91],"\u3002ftp":102,"\u30b7\u30a7\u30a2":16,"_search":[17,106,50],"\u3070\u3044\u3051":[77,103,125,41,50,74,121,52]," released":[69,104],"(column":21,",\n[":[21,110],"'='":66,",\n]":[45,15,48,62],queries:102,"\u3050\u308b":[125,103,111],"\u30fb\u81ea\u5df1\u7d39":126,fixed:50,"\u307e\u3068\u3081":57,"_busy":[1,118],view:66,"\u5236\u5fa1":[50,6,81]," eggs":51,"\u304b\u304e\u308a":102,"<span":21,"=fedora":104,"\u3002blogs":45,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":107,"\u4ee3\u5165":[107,44,125],"\u3068\u3057":[123,31,44,103,84,10,32,66,80,49,56,34,51,121,8,102],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":110,"\u8fd4\u4fe1\u5143":126,latin:[50,74,66],"\u63a5\u7d9a\u5148":123,"\u884c\u6570":17,"\u306a\u306a\u3069":[103,125]," queries":21,terms:[45,86,77,2]," an":6,"|ga":77," the":[125,21,6,50,101,103],"\u57f7\u7b46":[51,33,68],"\u975e\u5e38":[50,35],oneiric:[36,104,94],"\u3002debian":122,"\u306b\u3064\u3044\u3066":[59,114,1,2,4,92,32,98,66,68,5,29,7,34,50,74,35,76,115,77,9,104,105,10,106,11,38,81,39,100,82,61,40,108,113,65,41,28,43,44,110,84,14,46,47,15,49,118,112,17,87,78,121,52,53,88,126,125,86,90,91,79,20,124,37,116,73,56,57,25,95,58],"\u985e\u4f3c":[50,44,111,106],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":50,"\u51fa\u529b":[12,57,122,91],iptables:35,ieee:32,"{name":103,"(string":79,"\u8ffd\u8a18":[50,104],"\u30c7\u30e1\u30ea\u30c3\u30c8":64,dll:[17,50],connection:118,"\u3002tld":89,travi:50,progress:101,"\"\u30df\u30ea":103,logaling:52," gqtp":[91,96,1],"\u3057\u304b\u3082":130,"_incompatible":1," quit":66,ken:31,"_connected":[1,118],"\u306f\u3061\u3087\u3046":103,"\u7dad\u6301":[91,35],"\u304c\u304a\u304c":126,"/var":[96,74,66,6],"\u6d88\u8cbb":80,"\u4e0a\u4f4d":45,"| c":103,"\u5168\u4ef6":[103,125],"\u4e43\u6bc5":107,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":50,"\u6b8a\u547d":102,job:102," only":6,"\u3053\u308c\u3089":[2,3,64,7,74,8,75,115,77,49,103,11,45,35,111,14,50,88,125,89,126,92,105,56,24,57,129],key:[93,77,106,65,38,39,116,110,50],"\u300d\u3002":111,homebrew:[36,94],configuration:50," cities":49,"\u6982\u5ff5":9,"\u6539\u884c":[17,65,66,50],"\uff12\u3064":[48,89],"2\u4ef6":126,"\u304a\u77e5\u3089":36,"\u518d\u8d77\u52d5":7,plugin:17,admin:107,"|on":77,"/status":[123,27,3,35,6]," just":[80,101,99],valgrind:122," max":[43,82],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[125,64,107,17,41,103],"\u306e\u3069\u3061\u3089\u304b":[77,103,125],etc:[11,6,35],".org":[31,88,74,2,89,83,105,14,11,10,48,70,6,110,104,115,58,102,27]," mac":50,"/local":[74,6,104],illegal:118," groo":77,"$prefix":17," properties":101,"\u56f2\u307e":21,"\u59cb\u307e\u308b":[77,103,102,47,35,34,121,8,75,125],comment:[126,51]," me":26,"\u4eca\u56de":[50,2,21,103],"\u4f4e\u6e1b":107,"\u304a\u304d\u307e\u3057\u3087":10," \"@":126,"\u4f5c\u6210":[57,117],"\u6295\u7a3f\u5834\u6240":126,"\u533a\u5225":[32,77,97],"/senna":110," easy":12,"\u6b63\u3057\u304f":[34,50],"\u6df7\u5728":24,"_add":66,",\n#":[31,77,2,103,10,126,81,48,27,125],"\u3002drilldown":[77,89],"\u30af\u30ea\u30a2":[17,50],zenigata:31,"\u66ff\u3048\u308b":[2,89],table:[36,44,30,46,65,107,20,47,9,50,17]," \"_":[2,62,27,34,87,97,77,49,103,10,106,80,81,39,31,84,15,48,51,125,89,126,93,56,129],"-history":17,rpm:[115,88,104,107,50,17]," backup":110,"/hostname":[66,102]," \"e":[34,106],"\u30ab\u30b9\u30bf\u30e0":6,bom:107," sign":104,"\u30b5\u30d6\u30bb\u30c3\u30c8":32,"\u91cd\u307f\u4ed8\u3051":[45,77],args:66," \"b":15,"_itoh":17,"\u30b9\u30ab\u30e9":65," \"n":[93,77,2,103,125,53,6,27]," argument":103,"\u5c0f\u6570\u70b9":10," \"k":31,quiz:31,"\u57fa\u6e96":[10,91,2,104],json:[17,107,50],"\u3002gdb":122,"\\'":[66,125]," \"s":[106,84],"\u547d\u540d":50,"]\n":[2,62,66,27,34,73,87,97,38,77,49,103,10,106,80,81,39,41,31,84,15,48,51,125,89,126,21,93,56,129],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":104,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":50,"\u901f\u3044":64,"\u521d\u671f\u5024":123,username:[31,70],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":50,"\u5927\u6587\u5b57":[2,41],"\u4e2d\u91ce":126,"_gqpt":102,"_level":[36,20,30],"\u5185\u90e8":[10,50,53,21,104],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17,"-cache":66,"\u306a\u306b\u5bfe\u3057":[103,125],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"_filename":1,"\u3068\u3064\u3044":48,"\u4fdd\u6301":68,"\u524d\u8ff0":[45,129,41],"\u7a2e\u985e":[36,77,1,103,104,84,45,64,56,66,109,106,125,44,118,34,17,75,41],"\u540c\u671f":[104,102],"\u30b5\u30a4\u30c8":[10,31,104,111],"_binary":50,"\u30c7\u30a3\u30b9\u30af":0,"\u5024\u578b":10,"\u4ee3\u308a":[50,49,125]," favorited":126,"_domain":1,"-d":[66,27],"\u672a\u5b9a":10,"{\"":[86,102],"\u5185\u8fd1\u304f":103,"\u5468\u8fba":[50,21],"\u8a02\u6b63":121," tar":[105,88,11,104,115],value:77," yes":123,"\u3068\u3057\u307e\u3057\u3087":51," first":[77,103,125]," favorites":126,"\u5f35\u3063":50,"/locale":[104,83],"\u793a\u3055":[73,65],architectures:104,ultra:31,"\u521d\u671f\u5316":50,"\u73fe\u308c\u308b":45,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[77,70,50,17,121,41],april:104,"\u30d5\u30ec\u30fc\u30ba":50," sound":129,"\u58ca\u3059":50,tar:[115,88,104,14,11,105,74,58],home:[74,104],".co":[77,69]," zlib":[105,11]," suggestion":99,"\u3072\u308d\u3086\u304d":97,site:[10,2,27,89],"\u3002\n":[0,32,98,66,73,102,9,104,38,40,65,31,44,85,46,86,82,17,51,78,126,107,127]," record":[10,49,2,27]," bigram":[45,126],"_exec":1,"\u3067\u304f":[57,121,77,94,52],"\u66f8\u304d\u8fbc\u3093":126,"\u30bf\u30a4\u30df\u30f3\u30b0":[50,2],avg:123,pkg:[107,74],"\u306e\u304b":[126,98],"\u8fd4\u4fe1":[126,51],"/o":41,uptime:[0,2,3,53,27,6],"\u5ea7\u6a19\u5024":17,"\u91cd\u8981":[77,104,122,91,20,68,80,6,74,35,41],"\u614e\u91cd":122,"-gqtp":[36,88,115,11,22,105,50],"\u3002#":[17,107],"\u578b\u304b":32,"\u3002-":[24,74,126],"\u3002.":83,normalizermysqlgeneralciexceptkanacikanawithvoicedsoundmark:129,"/c":[55,91],"]'":35," replied":126,"\uff08longest":[17,103],"\u91cd\u8996":[45,80],pkgs:88,"\u300cbilliard":98,auto:[106,104]," replies":51,"\u8aa4\u5b57":[17,107,121,50],tmp:[2,104,106,66,39,27,73,121,35],"\u30ad\u30fc\u30ef\u30fc\u30c9":[36,0,98,125,91,77,21,127,81,71,50,8,41],"\u89e3\u653e":53,"\u982d\u6587":118,rake:104,http:[115,36,88,107,104,24,123,11,66,105,70,6,110,50,17,102,83],"-file":[93,17,66],api:[36,44,30,107,127,50,17],"\u4e09\u7a2e":27,":!":125,"\"popular":77,"\"roonga":8,"[apt":50,"/sysctl":58,"\u306b\u3088\u308a":[42,77,49,2,97,104,86,10,91,32,45,48,6,50,51,35,27],"_ito":17,"\u672c\u4f53":57," hashtags":126,"],":[2,62,65,66,27,34,73,87,102,97,38,77,49,103,10,106,80,81,39,61,100,31,110,84,45,53,15,48,51,125,89,86,90,126,21,93,56,129],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":104,".dump":17,"\u4f7f\u308f\u305a":81,"]/":27," local":110," body":[61,62,45,46,47,90,100],"\u5168\u6587\u691c":[36,107,109,41],"\uff01\"":126,off:6,center:78,yyyy:[101,103],"\u3002c":[55,91,1],"/'":11,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":50,"\u3002n":45,variety:31,"\u7a7a\u6587":[32,125],"([":43," ci\u4e0a":52,"\u66f8\u304d\u8fbc\u3080":102,"\u304a\u3063\u3055\u3093":126,failures:104,"/;":6,ecmascript:[50,77,103,111],uzulla:17,"&! ":103,"\uff01:":74," # ":6,"1byte":118,"\"ellipsoid":78,"\u8868\u793a":[0,3,65,66,17,73,74,109,36,77,9,104,10,102,31,45,53,86,50,89,91,107],"-platform":94,"\ndo":102," obj":86,"\u30c7\u30a3\u30b9\u30afi":41,"\u3002\u30df\u30ea":10,"_byte":[1,118],"\u3002messagepack":[93,74],"\u3001(":[32,102],text:[77,3,64,32,125,93,50,51,35,103],"\u767a\u63ee":91,tcp:66,"\u5229\u7528":[36,88,33,110,104,115,83,91,11,66,93,105,70,122,94,50,74,17,58,102,41],select:[36,0,9,30,107,20,127,39,50,17],"):":[96,104],",_":[31,2,103,89,106,81,48,126],"\u5438\u53ce":[2,62],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104," tracking":59,lib:[107,7],"(windows":102," \u6642":126,"\u30d5\u30e9\u30b0":[0,29,2,97,4,68,5,17,76,77,103,10,108,40,41,46,47,86,116,118,50,125,129],takayuki:17,"\u5236\u7d04":42,"!\\":103,":<":[77,125],"\u6b63\u898f\u5316":[50,92,21],"-ruby":[50,104]," ]":[93,6],normalized:92,"\u3042\u3068":[104,83],"}]\n":10,"\u3055\u3093":[107,21,127,50,17,8,35,83],"\u3086\u304d":97," map":101,script:[43,77,124,79,38,37,116,78,102],add:50,"\u3002gqtp":[123,1,27,118],"\u3055\u3089":51,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":102,"\u74b0\u5883":[91,57],"\u6570\u70b9":32,bool:[97,10,32,37,50,78,125],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":118,"\u30e6\u30fc\u30b6":[77,44,2,62,104,84,32,56,47,50,34,8,102],"\u7d9a\u3051":102,"\u30b9\u30fc\u30d7":98,match:[36,74,108,107,50],"\u5909\u308f\u308a":[86,48,98],"\u5168\u4f53":74,tests:104,"_cas":1,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[27,35],"\u3044\u308d\u3044\u308d":[36,109]," function":[69,113],"\u6bd4\u3079":[80,89],"\u6790\u7cfb":103,"\u756a\u53f7":[123,96,102,66,77,35,27,75],term:47,elapsed:[3,92,93,39,101,87],"\u300c\uff76":129,"\u3068\u3082":[77,103,126,21,15,48,102,125],"'pid":66," fulltext":21,pikonyan:31,"{\n":[44,6,35],"\u4e0d\u8db3":[115,88,11,105,70,94,58]," tracker":59,"\u8a18\u8ff0":[44,2,62,126,66,51,102],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":50,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":45,"))":[77,121,103],"\u4e00\u65b9":[2,103,81,10,91,21,15,51,45,125],"\u4e00\u3064":[29,61,4,32,98,5,100,73,76,9,79,10,108,110,40,112,65,43,46,47,15,49,82,78,53,124,86,90,91,37,116,25,95],success:118,"\u5947\u6570":103,"/ipaexgothic":12,"\u4f4f\u3093":126,"\u672c\u8cea":102,"]\"":[50,48,126],"\u7f6e\u63db":77,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":35,"\u5ea6\u5206":32,"_implemented":[1,118],"\u3068\u3044\u3063":[115,77,49,103,64,48,111,50,35,125],"_threshold":[17,74,107],"\u4e0b\u8a18":[53,86,9,44],"\u307e\u305f\u3050":[36,49,109,50]," normalizermysqlgeneralci":129,"\u306a\u304b\u3063":[77,9,2,103,4,66,108,46,47,45,5,29,82,116,40,50,102,76],"\u306f\u307e\u305a":104,"_push":44,because:6,"\u3059\u304f":15," \"a":15,"\"rect":[50,78],"((x":32,"\u9ad8\u3044":[86,106,2,6,91],"-host":102,"\u88dc\u8db3":6,"'user":81," candidate2":106,"\u8ca0\u8377":[107,6],") ":[77,1,103,104,32,44,50,102]," unpatched":69,"#{l":101,"'config":66,"\u63d0\u4f9b":[28,115,88,9,104,105,64,11,91,49,44,107,6,50,17,129,130,8,35,52],"\u610f\u56f3":[15,51,81,50],"\u30bd\u30d5\u30c8":121,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":50,"_sortby":108,"_exists":[1,118]," origin":83," !":103," following":101,"\u304f\u3093":126,"\u7121\u9650":[50,107],"\u96e2\u308c":48,tokenbigramignoreblanksplitsymbol:45,"/hoge":66,"\u304f\u308c\u308b":[55,91,83],"/synonyms":121,"\"gronga":8,"\u30dc\u30bf\u30f3":[50,104,83],"\u76ee\u4ee5\u964d":77," mail":102,")'":[31,126,103,84,106,21,15,48,56,34,125],"=site":27,"(match":[15,81],nfs:74,",\"domain":89,"\u53d6\u308a\u9664\u304d":44,mode:44,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":103,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":102,"\u30d0\u30b0":17,"\u3002rroonga":111,"(debian":96,"_flow":[1,118],"\u3042\u308c":[103,104,45,80,102,41],"'query":50,"\u5927\u4e08":59,gps:91," please":83,"\u7acb\u3061\u4e0a\u304c\u3063":102,host:[27,102],offset:108,"\u304b\u3051\u308b":6,"\u306e\u3044\u305a\u308c\u304b":[37,78],"_auto":50,"\u6319\u52d5":[36,107,66,50]," updates":21,"\u9055\u3063":34,".hash":126,hana:31,"\u30c0\u30e1\u30fc\u30b8":45,"\u5b8c\u4e86":[77,104,83],"\u6f0f\u308c":[50,111,104,91],socket:118,normalizers:129,"\u3002\u3044\u307e":50,".overcommit":50,"\u5206z":32,"\u30fbor":48,lzo:[17,74,118,50],"\n% ":83,"\u4e00\u77ed":91,"\u3055\u304d":10,"_queries":[27,53,2,3,6],akio:50,"\u308f\u304b\u308a":107,".html":[66,104,83],"\u9055\u3044":[77,49,2,125,10,51,35,41],iexplore:70,"\u9055\u3046":107," $":104,"$groonga":104," shinya":50,"!!":[38,31,126],"! ":[80,77,44,103,125],getaddrinfo:50,"!\"":[31,77,2,103,10,126,93,125,80,6,50,51,35,27],"\u6587\u66f8":[91,111],coverage:122,"\u7d44\u8fbc\u578b":[36,30],"\u30c6\u30fc\u30d6\u30eb":[36,44],"\u5b9f\u9a13":50,domain:[89,65,66,39,27,73,118],"&lt":21,"_object":1," iwai":50,"\u30ec\u30fc\u30bf":50,"<log":66,"\nthis":50,"(get":123," systemctl":96,"\u8a00\u3046":34,"\u3072\u308d\u3042\u304d":97,"\u300cusers":126," concurrently":101,additional:50,"\u3068\u3044\u3046":[2,3,64,32,98,6,7,34,50,74,35,62,77,9,103,104,10,106,81,102,111,12,41,31,84,45,85,86,48,49,17,51,121,122,129,125,89,91,92,21,126,24,83,27],"-node":88," has":[101,69,99],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":52,limit:[17,108],"\u3002mroonga":91,"_remove":[17,50,20,30,36],"\u30ed\u30b4":50,"\u95b2\u89a7":27,">default":3,"\u5c55\u958b":[36,77,104,30,7,81,70,50,17,74]," event":[34,106,84,56]," this":[2,6,35,21],"\u901f\u5ea6":[17,31,64,102,50]," query":[101,106,121,118,7]," katakana":129,"\u89a7\u4e0b":122,"\u7279\u6b8a":93,"\u30a8\u30e9\u30fc\u30ed\u30b0":96,"function":[93,118],"\n\uff08":107,"_nofile":101,"-pid":[17,66],"_inappropriate":1,"/mysql":129,"-db":50," time":[10,45,126,102,101],"\u30df\u30ea\u79d2":[32,48],"/vdw":[48,2,89],"\u3002post":35,"-dd":[101,103]," comments":[15,51,110,126],"_term":69,"/shutdown":[6,35],gronga:[121,8],"\u3068\u3069":128,"\u3068\u306e":103,normalizerauto:[73,92,41]," +":[77,103,32,6,50,24,125],gronnga:8,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[17,50,128,36],".\" ":27,"\u3068\u3066":[64,77,35,91],"\u6700\u5c0f\u9650":6,"&& ":[45,15,97,103],gtar:14,"-line":52,"-w":104," tags":31,"\u7528\u79d8":57,"\u4e00\u756a":[77,74,103,35],"}.":[81,77]," object":50," wheezy":17,"\u3068\u3053\u306e":34,"\"suggest":8," sitedomain":89,"\u4ecb\u6587":126," applications":21,gro:21,"\u3068\u3048":[9,62,91,98,21,48,74],"\u3002iptables":27," york":49,"\u307b\u3057\u304f":77,"\u6c7a\u5b9a":77,"\u3068\u304d":[0,2,32,98,66,27,7,34,50,74,8,35,115,77,49,103,10,106,11,111,65,41,31,44,84,85,118,17,121,88,126,125,91,107,21,93,105,56,129],blogroonga:57,"-disable":[17,107],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[74,70],".(":104,epel:[50,88],bigram:[45,98],ivh:[115,88],"\u518d\u691c":111,"int":[2,3,31,32,34,77,49,103,10,106,81,39,43,84,45,48,50,51,125,89,126,107,56]," blogs":45,"\u300c\u6771\u4eac\u90fd":45,"\u30d1\u30fc\u30b9":[17,111],pid:[0,74,66],"\u7a4d\u7528":77,"\u69d8\u3005":[57,44],"\uff11\u4ef6":100,saer:[106,84],"\u4f7f\u3044\u5206\u3051":[45,98],"{ ":35," error":[50,5],"8bit":32,"\u79d2\u5f62":32,"\u70b9\u6570":93," flags":47,"\"se":34,"\u5f97\u308b":6,"_system":[17,1,118]," kawaji":50,"\u884c\u6307\u5411":91,"%post":50,"|none":77,"-config":[0,107,66,50,17,74],compared:21,"\u305f\u3060\u3051":50,"\u7570\u306a\u308b":[36,66,81,71,50,102],"\u5909\u3048\u308b":45,"\"s":34,allow:[50,77,11,125,105],"/default":[50,96],"\u58ca\u308c":[17,107,86,50],detail:102," turn":6,"\u3068\u308a":[24,39,92,77,122],"\u547c\u3076":[50,122,111],book:103,"\u6574\u5408":0,details:101,tokenkytea:50,halfwidth:129,"\u6163\u7fd2":50,"-analyzer":[17,50]," developer":126,"/managers":[6,35],"/sysconfig":96,":\u5206":126,"\u8ab2\u984c":57,"\u3060\u3057":[17,102],"\u3084\u3089":104,".location":126,"_many":[1,118]," system":[59,77,125,32,21,103],"\u307b\u307c":51,"+ff":129,"\u65b0\u3057\u3044":[91,57]," \u3044b":[45,98],"\u4e2d\u9593":[44,98]," useful":51,"\u65b0\u3057\u304f":[77,9,2,80,111,41],"\u307b\u3069":[10,66,106,2,41],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":107,friends:31,"\u90fd\u6c11":[45,98],"\u672a\u5b9f\u88c5":100," available":69,"\u4e0e\u3048\u308b":[38,123,48,9,66],eof:66,"\u30e1\u30e2\u30ea":[115,88,107,11,105,70,94,50,58],"_hugetlb":17,"\u30c7\u30fc\u30e2\u30f3":[50,0,66,6],space:125," threads":101,monkey:10,original:97,"\u3002video":31,emerg:[4,5],"\u6771\u4eac\u90fd":[45,126,98],"|ro":77,"\u5217\u5f15":44,"\u7570\u5e38":[86,102],"\u307b\u304b":[10,91],"\u2026\uff09":84,"\u306f\u307e\u3060":[35,130]," advanced":69,rep:102,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":126},objtypes:{"0":"std:option"},objnames:{"0":["std","option","option"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.9. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.8. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.7. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[102,0,1,"cmdoption--ftp"],"--dir":[102,0,1,"cmdoption--dir"],"--document-root":[66,0,1,"cmdoption--document-root"],"--cache-limit":[66,0,1,"cmdoption--cache-limit"],"-P":[123,0,1,"cmdoption-P"],"--pid-path":[66,0,1,"cmdoption--pid-path"],"--log-output-dir":[102,0,1,"cmdoption--log-output-dir"],"-d":[66,0,1,"cmdoption-d"],"-a":[66,0,1,"cmdoption-a"],"-c":[66,0,1,"cmdoption-c"],"-m":[123,0,1,"cmdoption-m"],"-l":[66,0,1,"cmdoption-l"],"-n":[66,0,1,"cmdoption-n"],"-i":[66,0,1,"cmdoption-i"],"-h":[66,0,1,"cmdoption-h"],"-t":[66,0,1,"cmdoption-t"],"-p":[66,0,1,"cmdoption-p"],"-s":[66,0,1,"cmdoption-s"],"--bind-address":[66,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[66,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[66,0,1,"cmdoption-e"],"--config-path":[66,0,1,"cmdoption--config-path"],"--query-log-path":[66,0,1,"cmdoption--query-log-path"],"--protocol":[66,0,1,"cmdoption--protocol"],"--log-path":[66,0,1,"cmdoption--log-path"],"--groonga":[102,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":64,senna:69,"\u6539\u826f":[0,69,107,127,50,17],"\u7b26\u53f7":103," quetzal":11,": ":[45,77],"\u6d41\u308c":83,"-prefix":74,"\u9ad8\u5ea6":77,prefix:44," v":44,"\u6761\u4ef6":[48,77,104,125],query:[101,15,77,118,81]," x":58,"=number":74,"\u3084\u308b":104,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":27,"\u30d3\u30c3\u30c8":103,tt:[77,92,38,39,87,41],"-release":104,"\u901a\u4fe1":85,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[15,75,81],snippet:21,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":122,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[71,102],string:92,groonga:[36,96,69,104,91,85,66,67,44,117,6,99,119,24,57,83,27],"\u95a2\u9023":[77,61,4,90,5,108,6,40,100,51,120,116,76],"=message":74,"\u304a\u6c17":126," -":[0,69,107,127,50,17],facebook:16,"\u30b5\u30f3\u30d7\u30eb":[123,102],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[12,121,122,94],"2pdf":12,"\u52d5\u4f5c":[34,84,122,104,56],"\u30b9\u30af\u30ea\u30d7\u30c8":[103,104],"\u3068\u3057\u3066":32," update":104,"-escalation":74,"\u6761\u4ef6\u5f0f":125,"\u7c21\u5358":77,"\u30aa\u30d7\u30b7\u30e7\u30f3":[123,106,66,99,102],".po":83,"\u8ad6\u7406\u548c":125,"\u4ed8\u4e0e":51,"\u771f\u507d\u5024":[10,103],"\u6f14\u7b97\u5b50":103," install":74,"-lzo":74,"_remove":[29,46],"\u7701\u7565":[81,49],sub:15,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":104,"\u53c2\u8003":[93,77,1,81,64,111,92,21,99,38,15,106,129,121,41],"\u30ea\u30c6\u30e9\u30eb":103,"\u30d5\u30a1\u30bb\u30c3\u30c8":77,tips:104,"\u683c\u7d0d":32,memcached:27,body:93,"\u30d1\u30c3\u30b1\u30fc\u30b8":104,"\u6587\u6cd5":48,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":125,"\u30c6\u30b9\u30c8":122,"\u30bf\u30b0":31,"\u3042\u308a":[103,125],ubuntu:11,"\u6e96\u5099":[62,104],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":35,"\u306b\u95a2\u3059\u308b":32,"\u95a2\u4fc2\u5f0f":44,"\u4e26\u5217":104,"_key":64,"\u4e3b\u30ad\u30fc":[32,97],blogroonga:104,"_version":9,"_name":[39,87],"_output":77,"\u5165\u6f14":103,changes:69,"\u7ffb\u8a33":[104,83]," solaris":14,"\u5909\u66f4":[45,107,35],"\u30af\u30a8\u30ea":[91,44,62],"\u30de\u30c3\u30c1":103,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[57,120],"\u6587\u5b57\u5217":[10,103],api:19,"_table":44,select:77,"\u6982\u8981":[93,77,9,81,64,92,21,49,38,15,39,1,6,7,91,87,129,121,41],"\u9001\u4fe1":27,"\u69cb\u6587":[77,49,103,81,125,92,21,38,15,39,7,87,41],"\u624b\u9806":104,zip:70,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30ec\u30fc\u30ba":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":91," api":55,"_no":64,https:35,"_flags":77,"\u60c5\u5831":[104,91,33,68,48,117,122],"\u30d6\u30ed\u30b0":104,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":18,"\u3059\u308b":[59,104,84,45,6,56,34,51,122],normalizer:[92,41],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":103,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":104,"\u3053\u3068":104,"_base":6,"\u3067\u304d":32," http":24,"\u4ee5\u4e0b":125,"\u4ee5\u4e0a":[103,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":31,"\u8d77\u52d5":[96,27],"\u524d\u63d0":104,clearlock:76,"\u89e3\u6790":122,"\u7de8\u96c6":83,"\u6bd4\u8f03":[103,35],"\u304c\u3063":51,process:101,"_install":74,"/linux":105,"\u660e\u793a":104," lynx":11,"\u958b\u767a":[114,117]," os":58,"\u548c\u4ee3":103,normalize:92,"-localstatedir":74,sphere:49,", ":44,"\u540d\u524d":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,99,37,24,25,95],"\u691c\u51fa":122,normalizernfkc:129,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":70,"\u548c\u6f14":103,sid:105,"\u52d5\u7684":80,"\u8fd1\u508d":103," (":75,"\u30b3\u30de\u30f3\u30c9":[20,2,27,66,24],"_create":[47,41],"-gqtp":96,"\u7d42\u4e86":[96,6,27],clone:83,"\u4e57\u7b97":103,mac:58,"\u6642\u9593":[126,103],"\u7f72\u540d":104,"\u30da\u30fc\u30b8\u30f3\u30b0":77,"\u8a2d\u5b9a":[104,6,35,52],status:[53,118],"-munin":74,"\u66f8\u5f0f":[29,2,4,65,66,5,6,73,61,102,76,79,106,108,110,40,112,100,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":104,callback:44,"\u30b0\u30eb\u30fc\u30d7":[103,125],"\u30a4\u30f3\u30dd\u30fc\u30c8":104,"\u8ee2\u7f6e":91,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[60,109],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,120,104,36],rand:43,"=\"":[77,92,38,39,87,41],grntest:[104,102],"\u30d1\u30c8\u30ea\u30b7\u30a2":97,"\u623b\u308a\u5024":[49,81,106,92,21,38,15,39,7,87,41],"><":[77,92,38,39,87,41],"\u305f\u3044":104,gqtp:[85,118,27,96,63],"\u6d6e\u52d5":103,"_api":44,"_rename":39,"\u6587\u66f8":103,"=platform":74,"\u63a5\u7d9a":27,tsv:[93,121],"\u4ee5\u4e0b\u6f14":103,cutter:[122,104],"\u57fa\u672c":[2,103],greater:44,"\u30d7\u30ed\u30c8\u30b3\u30eb":[27,118],http:[96,130,3,27],"\u9664\u7b97":103,not:44,"\u8a8d\u8a3c":35,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":27,now:124,"\u5c0f\u306a\u308a":[103,125],"\u90e8\u5206\u4e00\u81f4":98,"_select":44," gnu":105,"-pack":74,name:41,edit:79,"-encoding":74,"\u66f4\u65b0":[91,104,83],"\u7d44\u307f\u8fbc\u307f":[129,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[59,104],"-create":99,"\u4e26\u3079":2,normalizerauto:129,"\u751f\u6210":[104,83],"\u74b0\u5883":[122,104],"\u5b9f\u4f8b":44,"\u30d5\u30a1\u30a4\u30eb":[28,44,104,121,35,83],"\u70b9\u6570":103,"\u30d8\u30c3\u30c0\u30fc":118,todo:[81,21],"\u9001\u308a\u65b9":[59,83],"-match":74,"\u30ab\u30d0\u30ec\u30c3\u30b8":122,"\u7def\u5ea6":91," precise":11,docutils:[77,92,38,39,87,41],"-default":74,"\u5bfe\u5fdc":[33,35],"\u3065\u3051":9,red:104,rk:34," log":101,"\u30e6\u30fc\u30b6\u30fcid":126,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":122,"_string":[15,81],"\u305f\u3081":[77,44],lts:11,"\u7d50\u5408\u5f0f":125,"\u4ed5\u69d8":13,"\u4e8b\u9805":[42,32,102],freecode:104,filter:77,"\u53ef\u80fd":[81,49,6,91],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":91,"_hash":64," ringtail":11,"\u30d9\u30af\u30bf\u30fc":32,"\u6e1b\u7b97":103,suffix:44,"\u8aac\u660e":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":40,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126," mode":44,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":104,"> ":69,size:118,"\u78ba\u8a8d":[104,83],"\u7d5e\u8fbc":48,"\u4fee\u6b63":[0,69,107,127,50,17],"\u5bfe\u7b56":45,"\u6c38\u7d9a":64,"\u30ea\u30dd\u30b8\u30c8\u30ea":[72,83],"=encoding":74,"\u306f\u3058\u3081":8,configure:[74,104],desctipion:99,"\u8ffd\u8de1":59,"=path":74,rst:12,"\u5b66\u7fd2":[34,84,8,56],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":41,"-httpd":[96,6,67],"-log":74,"-http":96,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[42,2,10,64,32,81,126,51,41],"_expander":[81,77],pre:[77,92,38,39,87,41],hashtags:126,"\u30a8\u30e9\u30fc":93,"-zlib":74,"\u56fd\u969b\u5316":83,"\u5834\u5408":[93,51,104],"null":103,"_circle":78,"\u3044\u308b":[126,33],"\u7279\u6b8a":102,"\u4e00\u89a7":[1,18],"_list":[73,65],"\u7d22\u5f15":91,check:86,"\u304b\u3089":[115,88,11,105,70,74,58],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":41,"-with":74,"\u7279\u5b9a":[122,104],"\u307e\u3068\u3081":104,"_distance":[49,79],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,libmemcached:122,"\u7d22\u7528":2,"\u7528\u79d8":104,"\u30c4\u30fc\u30eb":[74,6,27],"\u7d44\u8fbc\u578b":32,"\u30b5\u30b8\u30a7\u30b9\u30c8":128,synopstis:99,"_put":5,windows:[70,104],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":89,"_in":[37,78],"\u4e00\u81f4":[98,97],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u30b5\u30fc\u30d0":[91,27],"\u4f7f\u3044":98,"_processes":6,".com":104,"\u5fc5\u9808":[77,49,92,81,39,87],"\u30ec\u30b3\u30fc\u30c9":[77,2],"-po":104,"\u5270\u4f59":103,"\u6210\u529f":93,"\u30d1\u30c3\u30c1":83,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u8ffd\u52a0":[83,129,104,68],"\u5bfe\u8c61":51,"\u88dc\u5b8c":[34,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":103,xml:93,ellipsoid:49," senna":69,"\u4e0d\u7b49\u4fa1":[103,125],grnslap:123,cache:[77,82],"\u72ec\u81ea":103,"\u65e5\u6642":10," in":69,"_equal":44,"\u65b9\u6cd5":[9,104,84,45,80,56,34,57,120,122,83],"\u30ea\u30ea\u30fc\u30b9":[0,104,107,127,50,17],rectangle:49,"\u4e00\u6642":64,"\u6295\u7a3f":126,"-server":96,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":35,wheezy:105,get:90,db:44,clang:122,"_html":21,"_limit":[77,82],"\u7b97\u5b50":103,"\u91cd\u307f":51,geo:[37,49,78],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,35],"\u5171\u8d77":[34,84,56]," releases":50,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":45," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[45,2,102],"\u52a0\u7b97":103,"\u6570\u5024":10,contain:44,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[80,122],"\u5236\u5fa1":103,set:61,dump:110,"\u4ee3\u5165":103,travis:52,tokenizers:26,arg:44,news:69,"\u8a00\u8a9e":83,"\u65b0\u898f":104,"\u6a5f\u80fd":33,"\u30ab\u30e9\u30e0":[51,49,2,75],"\u985e\u4f3c":[103,84],"\u7ba1\u7406":[6,27],"\u5c02\u7528":27,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":74," arg":44,"\u305d\u306e":74,"\u7bc4\u56f2":[2,41],"\u4f4d\u7f6e":[49,48,9,33,91],"\u8868\u73fe":44,javascript:48,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":91,"\u30b5\u30fc\u30d0\u30fc":[24,96,22],key:41,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u5373\u6642":91,"\u30b7\u30d5\u30c8":103," literal":[77,92,38,39,87,41],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[103,125],"_level":4,"\u6392\u4ed6":103,oneiric:11,"\u77e5\u308a":104,"-suggest":99,"\u306a\u3057":[103,35],equal:44,"\u30ec\u30b3\u30fc\u30c9id":64,"\u88dc\u6b63":[8,84],"\u306a\u3044":32,pdf:12,load:38,"\u8a9e\u5f59":[2,68],"\u4f5c\u6210":[12,126,2,104,41],point:49,"\u4fdd\u5b58":[10,41],"\u62bd\u51fa":103,header:93,"\u7f6e\u63db":81,"\u95a2\u6570":[113,103,122],"\u6574\u6570":103,shutdown:95,homebrew:58,table:[77,29,64,39,73,87,41],raring:11,quit:112," period":69,json:[47,29,4,106,65,46,38,86,5,108,82,93,40,73,25,53,116,76],po:104,"\u7528\u3044":[40,48],define:108,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[101,121],"-help":74,"_tokenizer":41,"\u7591\u4f3c":75,"\u5b9f\u884c":[28,44,104,102,6,122],"\u7a2e\u985e":10,"-message":74,"\u5dee\u6f14":103,"\u518d\u8d77\u52d5":96,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[59,16],"\u30a8\u30b9\u30b1\u30fc\u30d7":125,value:41,"\u5236\u9650":[42,64,32,121,102],cast:23,near:44,"\u691c\u7d22":[31,77,98,2,62,84,45,91,33,68,125,48,56,97,34,51,103,126,41],"\u5f8c\u65b9\u4e00\u81f4":[103,125],"\u30e9\u30a4\u30d6\u30e9\u30ea":[91,74],"\u540c\u3058":45,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":16,geopoint:126,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":129,"\u5f15\u6570":[29,61,4,65,66,5,100,73,102,76,77,49,79,38,81,39,108,110,40,112,41,43,46,47,15,116,82,87,78,123,53,86,90,92,37,25,95],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":104,"_expansion":77,"\u53d6\u5f97":[2,104],"</":[77,92,38,39,87,41],"\u95be\u5024":45,"\u8a9e\u5f59\u8868":41,"\u5ea7\u6a19\u5024":103,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":104,fedora:115,"\u4f7f\u3044\u65b9":[80,77,49,3,81,56,92,21,38,15,39,84,6,7,34,87,121,102,41],"_rectangle":37,suggest:106,make:[74,104],"\u6210\u679c":83,"-dataset":99,"\u7a4d\u6f14":103,"_filter":15,html:[12,83],messagepack:93,"\u30ad\u30fc\u30ef\u30fc\u30c9":[45,126],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":104,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":30,".po\u30d5\u30a1\u30a4\u30eb":83,"\u306b\u3088\u308b":[51,97],"\u975e\u308f\u304b\u3061":98,"\u8ab2\u984c":59,"_columns":[51,77],"\">":[77,92,38,39,87,41],"\u5834\u6240":121,pull:83,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[31,77,74],"\u307e\u305f":51,"\u3055\u307e\u3056\u307e\u306a":48,flags:[118,41],sortby:77,"\u51fa\u529b":[93,77,2,3,83],gzip:35,the:50,lcov:122,"_path":6,"\u8868\u793a":2,"-platform":74,protocol:118,"-path":74,less:44,"(v":44,"\u5229\u7528":[48,6],"\u5171\u6709":91,"\u9006\u5f15\u304d":31,"\u8fd4\u5024":[29,4,65,5,73,76,77,79,108,110,40,112,43,46,47,86,82,78,53,124,37,24,25,95],"\u547c\u3073\u51fa\u3057":103,"\u5f8c\u65b9":97,"\u3067\u304d\u308b":44,"\u8ad6\u7406":[103,125],"\u30d1\u30e9\u30e1\u30fc\u30bf":[51,9],"\u30bd\u30fc\u30c8":48,defrag:25,add:100,"_selector":108,"\u660e\u793a\u7684":49,"\u62e1\u5f35":62,match:[15,51,77,81],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":35,"\u7d4c\u5ea6":91,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":91,"\u8ad6\u7406\u7a4d":125," ocelot":11,"\u9759\u7684":[80,122],nginx:6,"()":44,"\u30bd\u30fc\u30b9":[115,88,11,105,70,74,58],"\u7a4d\u4ee3":103,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":27," lucid":11,"\u691c\u7d22\u4f8b":44,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,35],"_expr":[44,54,111],output:77,"_threshold":77,"\u4f5c\u696d":104,"\u307e\u305f\u3050":51,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":27," request":83,"\u4ed5\u65b9":83,centos:88,twitter:[104,16],"-plugins":74,"\u30b7\u30b9\u30c6\u30e0":[59,126],"\u5358\u8a9e":103,"_dat":64,"\u5727\u7e2e":35,"\u30b3\u30e1\u30f3\u30c8":126,"_sortby":77,"\u5411\u3051":[117,104]," old":50,"\u5bc6\u9375":104,"\u66f8\u304d":98,"\u5f62\u5f0f":[47,29,4,106,65,46,38,86,5,108,93,40,73,25,53,116,76],comments:126,exit:99,"\u30af\u30a8\u30ea\u30fc":[6,18,125],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":96,"\u30d3\u30eb\u30c9":[115,88,104,11,105,70,74,58],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":85,"\u5206\u3051":98,"\u5168\u6587\u691c\u7d22":125,"\u4ed8\u304d":[31,103],"\u4e0a\u9650":42,"\u4f9d\u5b58":74,"\u5b8c\u5168":98,"\u3042\u308b":126,"\u5927\u306a\u308a":[103,125],offset:77,"\u96c6\u8a08":91,post:35,"\u6319\u52d5":98,"\u53c2\u7167":[10,31,118,91],"\u5b9f\u73fe":44,column:[47,39,46,65],"_escalation":77,"\u30e6\u30fc\u30b6\u30fc":126,location:49,"\u524d\u65b9\u4e00\u81f4":[34,103,125],scorer:[48,77],"_reopen":40,"\u5b9f\u9a13":17,"\u30ad\u30e3\u30c3\u30b7\u30e5":77,"\u5831\u544a":59,"\u524d\u65b9":97,"\u7279\u6709":6,"\u9805\u76ee":[61,4,90,5,108,40,100,116,76],span:[77,92,38,39,87,41],log:[4,40,5,101],"\u8907\u6570":[51,35],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,37,24,25,26,27,28,29,30,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,105,56,57,58,59,60,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,101,102,103,104,106,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,99,128,129,130],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":102,"_prefix":74,approximate:49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[107,0,9,104,127],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"\u30ed\u30b0":40,"\u5c55\u958b":18,"\u7b49\u4fa1":[103,125],"\u63d0\u6848":[8,56],"cpu\u30b3\u30a2":35,"\u30d5\u30a9\u30ed\u30fc":126,files:99,"\u6027\u80fd":[6,35],"\u7b97\u8853":103,squeeze:105," status":99,"\u5165\u308a":126,"default":[9,41],"\u5426\u5b9a":[103,125],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":104,limit:77,"\u66ff\u3048":2,"\u304a\u77e5\u3089":[50,0,107,127],similar:44,"delete":116,"\u611f\u8b1d":[17,0,107,127,50],bigram:126,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104,command:9,"\u69d8\u3005":122,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":126,"\u3054\u3068":51,"\u7279\u5fb4":[64,91],"\u306e\u306b":45,"\u30b9\u30c8\u30ec\u30fc\u30b8":91,"\u7570\u306a\u308b":45,"\u4ee3\u5165\u5f0f":125,"\u914d\u5217":103,"\u3042\u3052\u308b":45,"\u306e\u307f":[122,104],grn:[44,54,111],"\u5168\u6587":[2,45,91,68,48,51],"_type":[49,118,41],users:126,truncate:87,"\u30c7\u30fc\u30bf":[10,126,32,2,41],worker:6,"-package":74,"\u30c7\u30d0\u30c3\u30ac":122,"\u6307\u5b9a":[49,2,125,104,32,48,9,51]," docutils":[77,92,38,39,87,41],"\u547d\u4ee4":102,"\u65b0\u3057\u3044":83," ci":52,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":35,"\u4f7f\u3046":[49,6],drilldown:77," hat":104,"\u3088\u3046":[34,84,56],debian:[105,104],"\u30ed\u30fc\u30c9":[126,2],sphinx:12,macports:58,"-threshold":74,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[42,31,51,80],pseudo:75,"-latest":104,"\u306b\u5bfe\u3059\u308b":68,"_offset":77,queryexpandertsv:121,"\u5909\u66f4\u70b9":104,oracle:14,"\u539f\u56e0":45,"\u30c7\u30fc\u30e2\u30f3":27," class":[77,92,38,39,87,41]}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7. サーバー &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7. サーバー &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="index.html" />
30
30
  <link rel="next" title="7.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="geolocation_search.html" title="6. 位置情報検索"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -136,7 +136,7 @@
136
136
  <li class="right" >
137
137
  <a href="geolocation_search.html" title="6. 位置情報検索"
138
138
  >前へ</a> |</li>
139
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
140
140
  </ul>
141
141
  </div>
142
142
  <div class="footer">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.2. GQTP &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3. HTTP" href="http.html" />
32
32
  <link rel="prev" title="7.1. サーバーパッケージ" href="package.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="7.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="package.html" title="7.1. サーバーパッケージ"
125
125
  >前へ</a> |</li>
126
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3. HTTP &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.3. HTTP &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="7.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -153,7 +153,7 @@
153
153
  <li class="right" >
154
154
  <a href="gqtp.html" title="7.2. GQTP"
155
155
  >前へ</a> |</li>
156
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
156
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
157
157
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
158
158
  </ul>
159
159
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.1. 比較 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.3.1. 比較 &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="7.3.2. groonga" href="groonga.html" />
32
32
  <link rel="prev" title="7.3. HTTP" href="../http.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../http.html" title="7.3. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -401,7 +401,7 @@ http {
401
401
  <li class="right" >
402
402
  <a href="../http.html" title="7.3. HTTP"
403
403
  >前へ</a> |</li>
404
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
404
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
405
405
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
406
406
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
407
407
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.3. groonga-httpd &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.3.3. groonga-httpd &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="8. リファレンスマニュアル" href="../../reference.html" />
32
32
  <link rel="prev" title="7.3.2. groonga" href="groonga.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="groonga.html" title="7.3.2. groonga"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="groonga.html" title="7.3.2. groonga"
125
125
  >前へ</a> |</li>
126
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
126
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
128
128
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
129
129
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.2. groonga &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.3.2. groonga &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="7.3.3. groonga-httpd" href="groonga-httpd.html" />
32
32
  <link rel="prev" title="7.3.1. 比較" href="comparison.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="comparison.html" title="7.3.1. 比較"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="comparison.html" title="7.3.1. 比較"
125
125
  >前へ</a> |</li>
126
- <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
126
+ <li><a href="../../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
128
128
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
129
129
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.1. サーバーパッケージ &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>7.1. サーバーパッケージ &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.2. GQTP" href="gqtp.html" />
32
32
  <link rel="prev" title="7. サーバー" href="../server.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../server.html" title="7. サーバー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -361,7 +361,7 @@
361
361
  <li class="right" >
362
362
  <a href="../server.html" title="7. サーバー"
363
363
  >前へ</a> |</li>
364
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
364
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
365
365
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
366
366
  </ul>
367
367
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>9. 仕様 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>9. 仕様 &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="index.html" />
30
30
  <link rel="next" title="9.1. GQTP" href="spec/gqtp.html" />
31
31
  <link rel="prev" title="8.14. API" href="reference/api.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="reference/api.html" title="8.14. API"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -125,7 +125,7 @@
125
125
  <li class="right" >
126
126
  <a href="reference/api.html" title="8.14. API"
127
127
  >前へ</a> |</li>
128
- <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
128
+ <li><a href="index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
129
129
  </ul>
130
130
  </div>
131
131
  <div class="footer">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>9.1. GQTP &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>9.1. GQTP &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="9. 仕様" href="../spec.html" />
31
31
  <link rel="next" title="9.2. 検索" href="search.html" />
32
32
  <link rel="prev" title="9. 仕様" href="../spec.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../spec.html" title="9. 仕様"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../spec.html" accesskey="U">9. 仕様</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -391,7 +391,7 @@
391
391
  <li class="right" >
392
392
  <a href="../spec.html" title="9. 仕様"
393
393
  >前へ</a> |</li>
394
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
394
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
395
395
  <li><a href="../spec.html" >9. 仕様</a> &raquo;</li>
396
396
  </ul>
397
397
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>9.2. 検索 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>9.2. 検索 &mdash; groonga v3.0.3ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="9. 仕様" href="../spec.html" />
31
31
  <link rel="next" title="10. 制限事項" href="../limitations.html" />
32
32
  <link rel="prev" title="9.1. GQTP" href="gqtp.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="9.1. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../spec.html" accesskey="U">9. 仕様</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -212,7 +212,7 @@
212
212
  <li class="right" >
213
213
  <a href="gqtp.html" title="9.1. GQTP"
214
214
  >前へ</a> |</li>
215
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
215
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
216
216
  <li><a href="../spec.html" >9. 仕様</a> &raquo;</li>
217
217
  </ul>
218
218
  </div>