rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (403) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. data/lib/1.8/groonga.so +0 -0
  3. data/lib/1.9/groonga.so +0 -0
  4. data/rroonga-build.rb +1 -1
  5. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  6. data/vendor/local/bin/groonga.exe +0 -0
  7. data/vendor/local/bin/libgroonga-0.dll +0 -0
  8. data/vendor/local/bin/libmecab-1.dll +0 -0
  9. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  10. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  11. data/vendor/local/bin/mecab-config +2 -2
  12. data/vendor/local/bin/mecab.exe +0 -0
  13. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  14. data/vendor/local/etc/groonga/synonyms.tsv +5 -0
  15. data/vendor/local/include/groonga/groonga.h +77 -4
  16. data/vendor/local/include/groonga/groonga/plugin.h +45 -15
  17. data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
  18. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +41 -0
  22. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  26. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  34. data/vendor/local/lib/libgroonga.a +0 -0
  35. data/vendor/local/lib/libgroonga.dll.a +0 -0
  36. data/vendor/local/lib/libgroonga.la +2 -2
  37. data/vendor/local/lib/libmecab.a +0 -0
  38. data/vendor/local/lib/libmecab.dll.a +0 -0
  39. data/vendor/local/lib/libmecab.la +1 -1
  40. data/vendor/local/lib/libmsgpack.a +0 -0
  41. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  42. data/vendor/local/lib/libmsgpack.la +1 -1
  43. data/vendor/local/lib/libmsgpackc.a +0 -0
  44. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpackc.la +1 -1
  46. data/vendor/local/lib/pkgconfig/groonga.pc +4 -3
  47. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  49. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  53. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +3 -3
  54. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
  55. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -3
  56. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +13 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +42 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
  63. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
  64. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
  65. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
  76. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
  79. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
  80. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
  83. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +42 -19
  88. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
  98. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  99. data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -8
  100. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +17 -8
  102. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  103. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  104. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  105. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
  106. data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
  107. data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
  108. data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
  109. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  115. data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
  116. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
  120. data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
  121. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
  122. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  155. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
  164. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
  165. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
  168. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
  169. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
  171. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
  174. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  175. data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
  176. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  178. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
  182. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec.html +12 -11
  185. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
  186. data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
  187. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  207. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -3
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +13 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +42 -3
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
  231. data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
  235. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
  238. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +42 -19
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  252. data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
  253. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  254. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -8
  255. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  256. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +17 -8
  257. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  258. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  259. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  260. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
  261. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
  262. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
  263. data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
  264. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  270. data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
  271. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
  275. data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
  276. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
  277. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
  313. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
  314. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
  315. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
  320. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
  321. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
  322. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
  323. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
  324. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
  325. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
  326. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
  327. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
  329. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  330. data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
  331. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  333. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
  337. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/spec.html +12 -11
  340. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
  341. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
  342. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  362. data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
  363. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
  364. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
  365. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
  366. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
  367. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
  368. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
  369. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
  370. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
  371. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
  372. data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
  373. data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
  374. data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
  375. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
  376. data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
  377. data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
  378. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
  379. data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
  380. data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
  381. data/vendor/local/share/doc/groonga/source/news.txt +96 -1
  382. data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
  383. data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
  384. data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
  385. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
  386. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
  387. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
  388. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
  389. data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
  390. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
  391. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
  392. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
  393. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
  394. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
  395. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
  396. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
  397. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
  398. data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
  399. data/vendor/local/share/man/man1/groonga.1 +1685 -190
  400. metadata +66 -18
  401. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
  402. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.6. Tokenizers &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>8.5. Tokenizers &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,10 +28,10 @@
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="../_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
33
- <link rel="next" title="8.7. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
34
- <link rel="prev" title="8.5. データ型" href="type.html" />
33
+ <link rel="next" title="8.6. クエリー展開オブジェクト一覧" href="query_expanders.html" />
34
+ <link rel="prev" title="8.4. データ型" href="type.html" />
35
35
  </head>
36
36
  <body>
37
37
  <div class="header">
@@ -58,12 +58,12 @@
58
58
  <a href="../genindex.html" title="総合索引"
59
59
  accesskey="I">索引</a></li>
60
60
  <li class="right" >
61
- <a href="pseudo_column.html" title="8.7. 疑似カラム (pseudo_column)"
61
+ <a href="query_expanders.html" title="8.6. クエリー展開オブジェクト一覧"
62
62
  accesskey="N">次へ</a> |</li>
63
63
  <li class="right" >
64
- <a href="type.html" title="8.5. データ型"
64
+ <a href="type.html" title="8.4. データ型"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
@@ -74,7 +74,7 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="tokenizers">
77
- <h1>8.6. Tokenizers<a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
+ <h1>8.5. Tokenizers<a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
78
78
  <p>TODO: Write me.</p>
79
79
  </div>
80
80
 
@@ -86,10 +86,10 @@
86
86
  <div class="sphinxsidebarwrapper">
87
87
  <h4>前のトピックへ</h4>
88
88
  <p class="topless"><a href="type.html"
89
- title="前の章へ">8.5. データ型</a></p>
89
+ title="前の章へ">8.4. データ型</a></p>
90
90
  <h4>次のトピックへ</h4>
91
- <p class="topless"><a href="pseudo_column.html"
92
- title="次の章へ">8.7. 疑似カラム (pseudo_column)</a></p>
91
+ <p class="topless"><a href="query_expanders.html"
92
+ title="次の章へ">8.6. クエリー展開オブジェクト一覧</a></p>
93
93
  <h3>このページ</h3>
94
94
  <ul class="this-page-menu">
95
95
  <li><a href="../_sources/reference/tokenizers.txt"
@@ -119,12 +119,12 @@
119
119
  <a href="../genindex.html" title="総合索引"
120
120
  >索引</a></li>
121
121
  <li class="right" >
122
- <a href="pseudo_column.html" title="8.7. 疑似カラム (pseudo_column)"
122
+ <a href="query_expanders.html" title="8.6. クエリー展開オブジェクト一覧"
123
123
  >次へ</a> |</li>
124
124
  <li class="right" >
125
- <a href="type.html" title="8.5. データ型"
125
+ <a href="type.html" title="8.4. データ型"
126
126
  >前へ</a> |</li>
127
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
127
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
128
128
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
129
129
  </ul>
130
130
  </div>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.5. データ型 &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>8.4. データ型 &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,10 +28,10 @@
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="../_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
33
- <link rel="next" title="8.6. Tokenizers" href="tokenizers.html" />
34
- <link rel="prev" title="8.4.24. view_add" href="commands/view_add.html" />
33
+ <link rel="next" title="8.5. Tokenizers" href="tokenizers.html" />
34
+ <link rel="prev" title="8.3.27. view_add" href="commands/view_add.html" />
35
35
  </head>
36
36
  <body>
37
37
  <div class="header">
@@ -58,12 +58,12 @@
58
58
  <a href="../genindex.html" title="総合索引"
59
59
  accesskey="I">索引</a></li>
60
60
  <li class="right" >
61
- <a href="tokenizers.html" title="8.6. Tokenizers"
61
+ <a href="tokenizers.html" title="8.5. Tokenizers"
62
62
  accesskey="N">次へ</a> |</li>
63
63
  <li class="right" >
64
- <a href="commands/view_add.html" title="8.4.24. view_add"
64
+ <a href="commands/view_add.html" title="8.3.27. view_add"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
@@ -74,13 +74,13 @@
74
74
  <div class="body">
75
75
 
76
76
  <div class="section" id="id1">
77
- <h1>8.5. データ型<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
+ <h1>8.4. データ型<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
78
78
  <div class="section" id="id2">
79
- <h2>8.5.1. 名前<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
79
+ <h2>8.4.1. 名前<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
80
80
  <p>groonga データ型</p>
81
81
  </div>
82
82
  <div class="section" id="id3">
83
- <h2>8.5.2. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
83
+ <h2>8.4.2. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
84
84
  <p>groonga は、格納するデータの型を区別します。</p>
85
85
  <p>groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。</p>
86
86
  <p>主キーの型とカラムの型には、groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。</p>
@@ -88,7 +88,7 @@
88
88
  <p>カラムの型に他のテーブルを指定する場合は、そのカラムは、カラムの型となるテーブルの参照キーとなります。</p>
89
89
  </div>
90
90
  <div class="section" id="id4">
91
- <h2>8.5.3. 組込型<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
91
+ <h2>8.4.3. 組込型<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
92
92
  <p>以下の型が組込型としてあらかじめ定義されています。</p>
93
93
  <p><tt class="docutils literal"><span class="pre">Object</span></tt></p>
94
94
  <blockquote>
@@ -155,13 +155,13 @@
155
155
  </div></blockquote>
156
156
  </div>
157
157
  <div class="section" id="id6">
158
- <h2>8.5.4. 型に関する制限事項<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
158
+ <h2>8.4.4. 型に関する制限事項<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
159
159
  <div class="section" id="id7">
160
- <h3>8.5.4.1. テーブルの主キーに指定できない型<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
160
+ <h3>8.4.4.1. テーブルの主キーに指定できない型<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
161
161
  <p>Text型とLongText型については、テーブルの主キーに指定することはできません。</p>
162
162
  </div>
163
163
  <div class="section" id="id8">
164
- <h3>8.5.4.2. ベクターとして格納できない型<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
164
+ <h3>8.4.4.2. ベクターとして格納できない型<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
165
165
  <p>groongaのカラムは、ある型のベクターを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクターとして保存したり出力したりすることはできますが、検索条件やドリルダウン条件に指定することができません。</p>
166
166
  <p>テーブル型は、ベクターとして格納することができます。よって、ShortTextのベクターを検索条件やドリルダウン条件に使用したい場合には、主キーがShortText型のテーブルを別途作成し、そのテーブルを型として利用します。</p>
167
167
  <p class="rubric">脚注</p>
@@ -183,13 +183,13 @@
183
183
  <div class="sphinxsidebarwrapper">
184
184
  <h3><a href="../index.html">目次</a></h3>
185
185
  <ul>
186
- <li><a class="reference internal" href="#">8.5. データ型</a><ul>
187
- <li><a class="reference internal" href="#id2">8.5.1. 名前</a></li>
188
- <li><a class="reference internal" href="#id3">8.5.2. 説明</a></li>
189
- <li><a class="reference internal" href="#id4">8.5.3. 組込型</a></li>
190
- <li><a class="reference internal" href="#id6">8.5.4. 型に関する制限事項</a><ul>
191
- <li><a class="reference internal" href="#id7">8.5.4.1. テーブルの主キーに指定できない型</a></li>
192
- <li><a class="reference internal" href="#id8">8.5.4.2. ベクターとして格納できない型</a></li>
186
+ <li><a class="reference internal" href="#">8.4. データ型</a><ul>
187
+ <li><a class="reference internal" href="#id2">8.4.1. 名前</a></li>
188
+ <li><a class="reference internal" href="#id3">8.4.2. 説明</a></li>
189
+ <li><a class="reference internal" href="#id4">8.4.3. 組込型</a></li>
190
+ <li><a class="reference internal" href="#id6">8.4.4. 型に関する制限事項</a><ul>
191
+ <li><a class="reference internal" href="#id7">8.4.4.1. テーブルの主キーに指定できない型</a></li>
192
+ <li><a class="reference internal" href="#id8">8.4.4.2. ベクターとして格納できない型</a></li>
193
193
  </ul>
194
194
  </li>
195
195
  </ul>
@@ -198,10 +198,10 @@
198
198
 
199
199
  <h4>前のトピックへ</h4>
200
200
  <p class="topless"><a href="commands/view_add.html"
201
- title="前の章へ">8.4.24. view_add</a></p>
201
+ title="前の章へ">8.3.27. view_add</a></p>
202
202
  <h4>次のトピックへ</h4>
203
203
  <p class="topless"><a href="tokenizers.html"
204
- title="次の章へ">8.6. Tokenizers</a></p>
204
+ title="次の章へ">8.5. Tokenizers</a></p>
205
205
  <h3>このページ</h3>
206
206
  <ul class="this-page-menu">
207
207
  <li><a href="../_sources/reference/type.txt"
@@ -231,12 +231,12 @@
231
231
  <a href="../genindex.html" title="総合索引"
232
232
  >索引</a></li>
233
233
  <li class="right" >
234
- <a href="tokenizers.html" title="8.6. Tokenizers"
234
+ <a href="tokenizers.html" title="8.5. Tokenizers"
235
235
  >次へ</a> |</li>
236
236
  <li class="right" >
237
- <a href="commands/view_add.html" title="8.4.24. view_add"
237
+ <a href="commands/view_add.html" title="8.3.27. view_add"
238
238
  >前へ</a> |</li>
239
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
239
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
240
240
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
241
241
  </ul>
242
242
  </div>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>検索 &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>検索 &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="_static/translations.js"></script>
30
30
  <script type="text/javascript" src="_static/searchtools.js"></script>
31
31
  <link rel="shortcut icon" href="_static/favicon.ico"/>
32
- <link rel="top" title="groonga v2.0.7ドキュメント" href="index.html" />
32
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="index.html" />
33
33
  <script type="text/javascript">
34
34
  jQuery(function() { Search.loadIndex("searchindex.js"); });
35
35
  </script>
@@ -60,7 +60,7 @@
60
60
  <li class="right" style="margin-right: 10px">
61
61
  <a href="genindex.html" title="総合索引"
62
62
  accesskey="I">索引</a></li>
63
- <li><a href="index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -104,7 +104,7 @@
104
104
  <li class="right" style="margin-right: 10px">
105
105
  <a href="genindex.html" title="総合索引"
106
106
  >索引</a></li>
107
- <li><a href="index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({objects:{"":{"--ftp":[89,0,1,"cmdoption--ftp"],"--dir":[89,0,1,"cmdoption--dir"],"--document-root":[60,0,1,"cmdoption--document-root"],"--cache-limit":[60,0,1,"cmdoption--cache-limit"],"-P":[109,0,1,"cmdoption-P"],"--pid-path":[60,0,1,"cmdoption--pid-path"],"-e":[60,0,1,"cmdoption-e"],"-d":[60,0,1,"cmdoption-d"],"-a":[60,0,1,"cmdoption-a"],"-c":[60,0,1,"cmdoption-c"],"-m":[109,0,1,"cmdoption-m"],"-l":[60,0,1,"cmdoption-l"],"-n":[60,0,1,"cmdoption-n"],"-i":[60,0,1,"cmdoption-i"],"-h":[60,0,1,"cmdoption-h"],"-t":[60,0,1,"cmdoption-t"],"-p":[60,0,1,"cmdoption-p"],"-s":[60,0,1,"cmdoption-s"],"--log-path":[60,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[60,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[89,0,1,"cmdoption--log-output-dir"],"--config-path":[60,0,1,"cmdoption--config-path"],"--query-log-path":[60,0,1,"cmdoption--query-log-path"],"--protocol":[60,0,1,"cmdoption--protocol"],"--bind-address":[60,0,1,"cmdoption--bind-address"],"--groonga":[89,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[7,56,90,3,81,60,31,8,40,4,36,87,44],EPEL:78,"\u5927\u62b5":5,"\u8a73\u7d30":[70,1,107,37,5,42,18,67,44,89,74],".overcommit":42,"\u3002groonga":[90,46,70,1,2,101,81,110,108,39,64,21,42,27,43,67,5,52,33],"\u51fa\u6765":[25,43],"=redhat":67,localstatedir:[94,67],"\u6587\u6cd5":[29,40,96],prefix:[36,91,93,14,67,107],"\u5909\u66f4":[0,1,2,28,65,14,56,67,89,29,7,108,91,93,68,45,37,77,104,42,90,94,115],"\u3002scan":107,"\u30c7\u30fc\u30bf":[0,101,1,84,24,26,64,42,27,6,28,29,70,7,108,8,93,9,31,96,97,25,36,75,37,73,14,44,78,111,110,81,94,92,82,51,53],"-history":14,senna:[70,108,110],"\u6e1b\u3089":[42,75],"\u3070\u308c\u308b":94," deb":42,"\ntitle":91,"\u4e8c\u70b9":7,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[18,60],"const":42,"\u6539\u826f":[0,23,94,112,42,14]," scan":107,"/travis":45,"=MESSAGE":[67,82]," thread":[88,89],"\u9818\u57df":[42,40,67],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[2,91,115,60,64,97,14,67,28,74],"\u79d2\u60c5":14,"_column":[29,70,24,85,68,89],"\u975e\u4e92\u63db":14," InnoDB":81," Lynx":[29,9,82]," English":[70,13]," YOUR":14,spec:[94,91]," GitHub":74,"\u304b\u305a\u3072\u3053\u3055\u3093":42," use":[77,70,110,108,74],editrc:14,"\u3002Video":25,"void":42," stamp":88,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":91,"\u3082\u3089\u3063":1,"\u30d0\u30c3\u30d5\u30a1ID":77,"\u6b63\u5e38":[91,89],"\u3066\u307f\u307e\u3057\u3087":40,"\u300cOffGao":111,"\u30d5\u30c3\u30af":45,"/plugins":[94,67],"\u5371\u967a":[91,28],"\u4f8b\u3068\u3068\u3082":7,".en":91,MAP:14," ToyBox":8,"\u30df\u30b9":27,"\u5b9a\u5024":42,"\u3065\u3051":[29,90,24],"\u932f\u8aa4":81,"=pat":42,upload:91,"\u5b9f\u6570":44,Nice:73,"\u6761\u4ef6\u5f0f":[42,110],"\u6700\u9577":[14,108,89,33],starttime:[21,46,1,2,5],"\u30a2\u30ed\u30b1\u30fc\u30c8":46,"\u7c21\u5358":[70,7,1,108,115,37,110,5,67,28,21],"_snip":42," threads":88,"\u63a5\u8fd1":36,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":94,"-repository":[42,91],zlib:[14,67,94,42],Debian:[29,91,92,82,42,14,52,107],"\u3044\u304f\u3064\u304b":[70,36,91,115,13,107,67,68,33]," column":[8,93],Makefile:91,"\u3046\u3061":[14,26,90,36,77],"[http":42,"\u89e3\u9664":[0,19,60,69],"\u9006\u9806":1,"\u7b87\u6240":91,"\u4f5c\u3089\u308c":89," install":[109,101,78,91,12,9,92,107,82,42,10,67,89,53],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":14," Regular":5," root":5," CUTTER":107,"[2":60,"\u5236\u9650":[34,29,7,98,24,94,21,42,14,89,44,28,110],"\u3002\u30df\u30ea":8," domain":[49,79],"-rpm":91,"\u5230\u9054":34,"\u65e5\u672c\u6e2c":7,"\u30ec\u30a4\u30e4":36,"\u6210\u529f":[69,63,1,3,38,102,39,4,95,21,32,67,50,33],"\u4e8b\u524d":[37,6,91],zunda:14,"\u306a\u3068\u304d":81,"\u30de\u30af\u30ed":14,Visual:[14,64,42],"\u30b7\u30f3\u30dc\u30eb":[39,33],Put:110,"\u5f15\u3044":108,net:79,"\u683c\u7d0d":[25,36,1,57,79,8,81,59,26,60,85,73,39,111,66,14,44,68],"\u3059\u3050":[81,28],"\u8fd1\u3044\u9806":26,"\u4e8c\u3064":[7,85,89,36,90],"\u914d\u7f6e":[1,91],"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":110," gcc":[12,101,78],"\u578b\u3068\u3057\u3066":44,"\u53cd\u8ee2":108,"\u306f\u3044\u3051":[50,56],"\u30e9\u30a4\u30d6\u30e9\u30ea":[100,29,1,110,81,82,98,42,67]," has":[88,23,86],"\u305f\u3070\u304b\u308a":73,"\u5fdc\u3058":[81,89],"& ":[37,40,36,85,108],"\u9069\u7528":[70,1],"\u30a8\u30f3\u30b3\u30fc\u30c9":[18,94],"\u30af\u30a8\u30ea\u30ed\u30b0":[14,75,51,27],china:79,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":99,"&&":70,GRN:[87,70,36,56,80,94,42,14],path:[66,59,60,5],"\u300cComments":111,"\u95a2\u4fc2\u5f0f":[52,36],".ddl":89,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":14,CMake:[42,67,64],"\u305a\u306b":33,"_key":[0,1,108,93,70,111,42,68,110],"\u79cb\u8449":40,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[101,78,91,12,9,92,64,67,89,53],"\u4e2d\u8eab":[1,89],"\u5f62\u614b":[81,67,108,33],"_output":[70,95,79],hostname:[18,60,5],":port":[18,60,5],objname:[19,69],"\u5411\u4e0a":[14,28,98]," data":2,"\u58ca\u308c\u308b":[14,0,94,42],"\u7ffb\u8a33":[52,91,74],"\u63a8\u79fb":90,"\u3002Debian":107," tests":91,"-admin":42,"\u300c#":[111,94],"\u300c ":70,"\"sound":75,"\u3080\u308b":[108,110],"\u8fd4\u5374":[87,70,56,80,59,66,1]," synonym":70,"9f":2,"/en":91," options":5,"-YYY":74,"\u8aad\u307f\u3084\u3059\u3044":42,"_table":[36,94,42,14,52,89],"\u5ea6\u6d6e":44,Tritonn:108,"\u985e\u7fa9":70,"/munin":67,to:5,"\u624b\u9806":[29,91,64,51,42,52,67,103],Express:[42,64],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[42,52,36],"-w":91,noarch:[101,78],"\u975e\u63a8":[14,7],"\u9023\u7d9a":[37,85,75],m6:12,".yml":45,typo:14,ip:89,TABLE:[70,1,84,94,110,66,108,33],"_flags":[42,70,110],"[pkg":[14,42],type:[25,111,1,84,79,75,8,93,59,39,40,51,27,43,89],"\"n":[70,108,110],"\u30d6\u30ed\u30b0":[73,111,43,52,91],"\u30df\u30ea":[8,14,40,44,108],"\u6709\u529b":93," opened":88,"-s":[60,21],autogen:[42,91,74],"\u7f6e\u304f\u4f8b":67,"\u52d5\u753b":25,Entries:[70,108,97,110],"\u4e0b\u304c\u308a":37,"\u5f15\u6570":[0,63,1,3,59,60,4,21,66,56,89,69,70,7,90,72,8,31,95,97,32,99,33,87,35,36,38,39,77,102,104,42,71,108,109,46,80,30,50,18,19,83],"_register":112,"(pos":[30,71]," json":[31,2],"-bind":[14,60,42],"_command":[1,2,46,21,28,5]," saerch":[93,75],"\u30fb\u5186":81," \"\u308d\u3086\u304d":84,"\u3064\u3065\u3044":111,"\u7518\u6817":111,"\u6709\u52b9":[87,70,56,110,91,81,9,60,78,31,21,5,42,14,67,89,33],"\u62bc\u3057":1,word:[42,70,108,110],"\u7f6e\u304d\u63db\u3048":[60,110,74],"\u4ee5\u4e0a":[70,36,1,108,91,93,110,60,64,107,44,89,74],mm:[88,108],Text:[70,44,108,110],pid:[0,60],"\u4e00\u6b69":1,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":89,"\u62bc\u3059":[1,74],"_VALUE":70,"\u30a2\u30fc\u30ab\u30a4\u30d6":[64,91,74],mv:32,"\u30e1\u30fc\u30eb":[54,74],install:[91,45],"_EXPR":36,MIME:28,"\u306b\u95a2\u3057":[36,89],"/xml":28,"\u60c5\u5831":[0,1,59,26,13,62,14,66,67,96,29,91,8,93,25,37,39,40,103,42,107,81,94,111,52],"\u5316\u6642":14,"\u304c\u3063":43,"/blog":91,"-> ":94,"\u540c\u68b1":[42,94,74],updated:37,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":42,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,19],"\u660e\u793a":[7,91,60,28,27,89],"'pid":60," Expressions":5,"\u4e92\u63db":[18,108,90,28,91]," pdf":10,"\u4e0b\u66f8\u304d":26,LF:109,end:109,LC:74,eng:[27,93],"\u540d\u524d":[80,63,56,24,3,59,60,4,5,42,1,68,69,29,90,91,72,93,31,95,89,97,32,99,33,87,35,86,38,39,77,40,102,104,14,71,44,108,109,46,114,74,111,94,66,112,30,50,18,19,83]," chunk":77,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":91,"3\u3064":[8,70,1,107,98],"\ngpg":91," Geodetic":44,"\u30d7\u30ed\u30bb\u30b9":[109,1,90,81,60,46,77,89,99,42,28],"\u4f55\u500b":70,"\u30de\u30eb\u30c1\u30b3\u30a2CPU":67,config:[0,90],rroonga:[98,45],"-lines":14,"\u30b4\u30df":[14,94,77],"\u7d42\u4e86":[7,90,91,94,60,5,99,42,89,21]," title":[8,25,43,1,21],description:[111,85],"\u306e\u3046\u3061":110," kana":[27,93,75,51],less:36,"_plugins":14,"\u518d\u5ea6":36,"\u30b9\u30fc\u30d7":85,"-devel":[101,78],"\u76f4\u4e0b":14,lat:89,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[52,91]," hobby":88,"_title":[43,1,89],types:[27,93,75,51],"\u305d\u3093\u306a":67,"\u63fa\u308c":57,"\u305d\u306e\u5f8c":41,".tar":74,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[8,29,57,96,111],"-files":[52,91],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":94,"\u5c0f\u3055\u3044":[70,36,110,112,71],"\u56fa\u5b9a\u9577":94,"@naoina":42,"\u901a\u5e38":[70,1,110,8,5,44,68],"\u30d9\u30fc\u30b7\u30c3\u30af":28,"\uff08TokenMecab":37,"\u5272\u308a\u5f53\u3066":94,"\u30a4\u30f3\u30dd\u30fc\u30c8":[42,52,91],"\u3069\u3053":[14,67],"=PATH":[67,82],"\u5206\u5c90":107,"\u304b\u3064":[70,85,108],"\u3042\u305f\u308a":[14,94],"\u643a\u5e2f":81,chunk:77,"\u7acb\u3061\u4e0a\u3052":89," smaller":88,"\u5358\u4e00":39,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":91,"\uff11\u5bfe":76,"\u305f\u304f":[14,6,28,74],"\u305f\u304b":[14,70,75],"\u30d1\u30c8\u30ea\u30b7\u30a2":[29,1,84,85,96,33],"_jp":67,"/new":91," Users":[111,70,97],"\u3078\u306e":[8,67],"@packages":91,"\u305f\u3044":[25,70,101,1,91,79,51,49,9,60,78,110,92,5,27,14,43,67,44,89,21],gqtp:[109,29,76,60,96,21,42,52,89],"\u8fd4\u3063":[111,108,110],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":89," zxvf":91,"_PER":14,"_in":[25,0,24,29,111,48,94,30,40,14,71],redhat:67,LongText:44,PRM:78,"\u8fd4\u3057":[87,35,70,7,1,108,72,80,93,75,114,46,30,36,56,51,27,71,6,28],"\u8fd4\u3055":[70,56,90,80,93,31,77,104,87],"\u305f\u3073":[40,90,89],"/windows":91,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[60,64,42,67,89,29,91,9,10,101,12,14,107,45,109,78,81,94,92,82,18,52,53]," message":[43,4],"\u3002grntest":89,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[14,91]," speed":6,"-version":[94,90,28,91],RubyGems:42,"\u3084\u3059\u3044":[0,70,98],"\u3002C":[49,81],"\u30d7\u30ed\u30c8\u30b3\u30eb":[109,29,81,96,5,42,89,21],"@s":94,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[67,91],"\u30ab\u30c6\u30b4\u30ea":70,"\u4e00\u884c":[94,60,89],"\u3082\u3063\u3068\u3082":107,"\u300coutput":18,"/Functions":107,"\u8a8d\u8a3c":[115,5,28,21],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[29,21,96],"\u64cd\u4f5c":[29,70,36,1,108,8,81,60,21,98,96,33],"\u5168\u3066":[70,108,73,5,98,43,44,74],"\u3072\u3089":[27,108,110],"_select":[14,52,36,70]," nsis":91,"\ncustomized":88,"-pack":[67,82],"\u7d44\u307f\u8fbc\u3093":[81,33],"\u56de\u6570":42,"\u691c\u8a3c":109,"(point":[30,7,71],"\u6771\u4eac":[37,111,40,7,85],"2\u3064":[54,70,1,110,72,111,51,43,28,115],API:[29,36,98,24,15,112,94,42,14],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[18,94,60,42],each:[27,93,75,51],"\u30aa\u30fc\u30d7\u30f3":[14,42],PROGRESS:88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[25,0,1,108,29,59,77,43,96,110]," Yuki":14,"_\"":14,"\u30ec\u30d9\u30eb":[3,42,4,60],serach:75,"/null":0,"\u5185\u8fd1\u304f":108,"\u300c\"":60,"\u30d1\u30b9":[109,1,91,89,94,60,112,21,18,14,67,28,5],"\u3059\u3067\u306b":104,"` ":2,"\u3002\uff08":[70,85,98,75,26,108,110,77,94,51,27,14,74,44,45],"\u3002\uff09":[0,85,108,75,26,70,110,94,51,14,74,45],"_DAT":[14,110,108,33]," clang":107,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":42,"-G":64,"\u30e2\u30fc\u30c9":[18,36,1,21],"\u5373\u6642":[29,81],GQTP:[29,42,58,16],"\"Mroonga":108," referred":8,"\u6e96\u62e0":5,"\u30ed\u30b0\u30d1\u30b9":94,"+a":110," xvzf":[101,78,12,9,92,67,53],"@' ":1,realtime:51,gpg:91," music":88,".deb":91,"\u3068\u3059\u3079\u3066":70,"-rsync":91,"{\\":31,content:[73,42,70,108,110],rf:78,moritapo:25,rc:88,"\u6210\u308a":[70,110],"\u90e8\u5206":[36,108,37,111,85,67,107,110],"\".":[8,108,79],"[macports":14,"\u77ed\u3044":[111,94],GCC:42,SYNOPSTIS:86,"/\uff09":94,"_tp":109,"\uff01\uff08":74,"\u77ed\u304f":[73,81],free:94,"\u5909\u5316":81," html":[10,91,74]," editor":74,"\u305f\u308a":[81,104,98,52,44,33],"\u305f\u3089":[70,108,91,94,27,67,28,74],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":59," Key":91,"\u8996\u899a":81,"\u305f\u3081":[54,1,57,85,60,13,62,64,5,42,27,67,28,84,101,70,7,108,91,8,9,37,89,97,33,25,36,75,12,77,40,14,71,107,45,109,78,111,110,81,92,82,51,52,74,21],"\u30eb\u30fc\u30eb":94,"\u307e\u308d\u3086\u304d":84,"\u771f\u507d":[8,44,108,110],"\u30eb\u30fc\u30d7":[42,94],libedit:[14,0,67,94,42],"\u5f31\u70b9":81,freecode:[52,91],"\u53e4\u3044":91,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":94,filter:[25,70,7,84,37,111,85,40,94,95,98,42,50,108],COLUMN:[8,39,59,1,70],"\"ni":27,"\u4f4f\u6240":42,Tokenizers:[29,70,20,24],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[8,29,81],TIME:88,"\u6709\u7121":8,"{TABLE":70,"\u30eb\u30fc\u30c8":14," NEW":91,"\u5f15\u7528":60,"\u5024n":[80,87,56],rand:[29,40,48,24,35],"\u304a\u304b\u3057":94,"><":2,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[81,89,98],"\u53ef\u5909":[14,19],"_INDEXER":42,Notification:88," geo":7,"\u304a\u3055\u307e\u308b":40,mingw:91,"_next":94," processed":88,"> ":[23,108,91,112,64,21,42]," brew":53,">\"":70,"\u6700\u4e2d":81,"1\u884c":89,"/projects":91,"\u30b5\u30dd\u30fc\u30c8":[0,67,2,89,8,81,26,110,108,73,94,90,21,42,14,45,44,91,28,5],"\u540c\u4e00":33," Meerkat":14,top:[14,30],"\u30d6\u30e9\u30a6\u30b6":[67,21,91,74],"\u3002Fedora":101,"@Kiske":42,"\u4f7f\u308f":[70,110,98,27,14,45],"-benchmark":42,">\n":[23,2,91],"\u533a\u5207\u308b":94," mysql":[70,23],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[18,60,5]," users":[88,111],listen:[42,60,28],Search:110,"\u500b\u5b9a":76,"\uff08,":1,"\u63a2\u7d22":81,"\u5358\u4f4d":[7,1,108,81,85,94,111,14,71,44],"_clear":14," XXX":108," if":[8,5]," Travis":45,wareohji:42,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[95,70,67,60,110]," ls":91,".com":[1,91,79,8,40,21,52,74,45],">n":2,Oracle:[12,14,42,82,29],"\u5358\u4f53":[81,89],"\u3069\u3061\u3089\u304b":[108,110]," Floating":44,"_MESSAGES":[91,74],nsubrecs:[25,79,111],"\u7121\u99c4":81,"\u73fe\u5728":[109,1,91,81,26,62,104,111,32,114,89],distance:7,"\u306e\u3059\u3079\u3066":28,keyword:110,".json":2,Marverick:94,"-common":42,ELAPSED:[88,2],apt:[92,9,91,45],"\u3002PCRE":5,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[107,29,21,96],"\u30bd\u30b1\u30c3\u30c8":[63,56,3,59,4,66,87,69,31,95,97,32,99,33,38,39,77,102,104,42,46,80,50,19,83],"\u8d64\u9053":7," change":5,"\u69cb\u9020":[25,36,81]," sphinx":10," license":23,"\u30a8\u30e9\u30fc":[0,63,56,3,4,64,14,87,67,69,101,70,90,91,9,95,32,33,38,39,102,42,78,110,80,92,50,82,53],raw:45,"\u30d6\u30fc\u30eb":[8,44],Animation:25,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":42,"\u5834\u5408":[101,80,0,63,1,2,35,3,85,60,4,64,5,42,56,67,6,28,57,73,70,7,90,91,93,9,108,53,31,37,87,89,97,32,95,69,33,34,25,36,75,12,38,39,77,40,102,104,14,43,71,44,45,109,46,78,110,79,74,111,94,92,50,82,18,19,21],"\u3002grn":[36,98],"\u5f93\u3063":[18,70,33],"\u304b\u3069\u3046":[37,87,67,56],"\n<":2,latency:89,"\n>":21,"\u5f8c\u8005":40,"\u4e00\u89a7":[25,108,24,29,37,111,48,60,77,5,66,59,110]," and":[70,23,8,5,88,52],",\\\"":31,ifexists:31,"\u8ff0\u3079":1,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[39,68],"\u591a\u9762":81,"-level":60,"\n-":[56,91,80,50,87,69],"\n(":[88,2,91],"-port":[60,89],They:88,"_distance":[29,0,7,108,24,25,48,72,40,42,14],"\n%":[74,78,91,101,12,9,60,92,21,97,42,14,67,107,53],DISTRIBUTIONS:91,"\u5f93\u3046":94,"\u308f\u3051":[8,27,70,108],"\n#":[1,57,60,5,27,66,89,84,70,7,108,8,93,73,10,25,75,46,40,43,110,79,111,51,21],"\u30d6\u30ed\u30c3\u30af":[81,5]," index":[25,43,108,110],"/share":[14,60],"\n[":[1,2,3,60,4,5,27,89,69,73,70,7,108,8,93,31,57,97,84,95,33,25,75,37,39,77,40,102,104,43,110,79,111,51,19],"\u30b1\u30fc\u30b9":[37,70],"\u7d22\u7528":[29,1,96],quit:[29,24,91,60,41,99,88],"\u3044\u307e\u305b":[70,108,93,26,78,115,28,110],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":74,gzip:[42,67,28,115],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":45,"|WITH":[73,70,1,57,37,111,110,39,43,108],"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":77,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":28,"\u7701\u7565":[35,70,7,1,91,8,60,31,21,56,87,27,71,89],"\u533a\u5207\u3063":70,"\u4f7f\u3063":[54,1,57,85,64,21,67,5,6,28,84,101,70,108,8,9,98,74,100,25,36,75,37,77,40,42,44,45,78,110,92,82,52,53],the:[49,8,7,23],"\u5f53\u65e5":101,"\u30b5\u30b8\u30a7\u30b9\u30c8":[29,93,94,86,42,14,67,6,113],"\n}":[36,5,28]," installer":91,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":107,radious:71,"\n{":[25,70,1,57,79,8,110,73,31,108,43,89,84],doc:[49,86,91,74],Float:[8,42,7],"/releases":91,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":91,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[27,75,112,51],"\u767a\u751f":[0,91,37,81,42,67],"\u56fa\u5b9a":[1,33],"\u4f7f\u3048":[70,110,115,98,14,45,108],"\u4f7f\u3046":[0,2,26,5,42,27,67,6,28,101,70,7,108,91,49,93,89,97,98,36,75,37,14,43,44,45,110,94,8,82,51,21],"\u30ed\u30fc\u30c9":[29,1,108,81,94,60,31,111,14,96],"\n`":[69,63,3,38,102,39,77,4,95,104,32,19,50,33],"\na":88,"\u66f8\u304d\u8fbc\u307f":[111,67],"\u8003\u3048":[81,1,110,28],Fedora:[29,101,94,82,42,14,67],"\u30ec\u30b3\u30fc\u30c9":[1,57,26,60,14,66,68,84,29,70,108,8,93,73,95,96,56,98,31,33,34,25,36,37,40,87,42,44,110,79,80,81,94,50,111],"\u306a\u304a\u3053\u306e":89,"\u6210\u308a\u7acb\u3063":36,"\u3068\u3088\u3044":67,"/json":[14,28],"\u307f\u306a\u3055":36,"\u65e5\u672c\u8a9e":[54,108,37,81,110,42,27,74],"\u8ffd\u52a0":[0,1,84,60,62,5,14,56,67,6,68,29,108,91,8,9,31,95,96,33,87,25,36,37,73,39,102,42,43,79,81,94,112,92,52,74]," from":[8,23],"\u975e\u63a8\u5968":42,"\u5ea6\u8868":94,protocol:[18,60,2,28,21],"\u5206\u3051":[29,85,91],"\u5c0f\u6570":[70,56,108,8,111,80,40,87,14,44]," libzmq":[92,9],"\u6c42\u307e\u308a":81," \u3057\u3044":[37,85],"[,":71,layout:91," dist":91,ellipsoid:7," GPL":23,x6:91,grnslap:[22,29,109,24],"\u72ec\u81ea":[8,81,108,109],"\u6700\u65b0":[14,91,13,101],"\u771f\u306a\u3089":108,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[54,91,81,52,45,74],specify:74,"_score":[70,111,40,93,14,68],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":36,"|| ":108,nanoseconds:88,rectangle:7,"-frequency":14,iptables:28,"do":89,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":94,"\"groonga":[70,6],"-enable":94,"(location":[25,40,7,111]," Ventry":102,"\u3055\u3089\u306b":[25,1,90,111,81,6],de:74,"\u79d8\u5bc6":91,"\uff08MessagePack":67," also":[70,108,110],"\u30a2\u30d4\u30fc\u30eb":91,"_limit":[29,0,24,79,70,95,104,41],"\u6642\u70b9":[42,90,91,33],"\u4e09\u3064":[7,85],"\u306f\u307e\u3068\u3081\u3066":91,"\u5019\u88dc":[27,93,6,75],"\u8ab0\u304b":52,"/grntest":91,"[libedit":14,"\u30c8\u30d4\u30c3\u30af":91," Binary":44,"\u91cd\u3044":[81,70],"\u3067\u3057\u3087":[73,81,67,100],"\u3064\u304d":70,",\n ":[25,70,108,37,93,59,77,5,111,110],"\u3064\u304b":112,"\u5171\u8d77":[27,75,51],Disables:5,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[101,29,70,85,108,75,37,9,78,112,110,92,94,65,42,14,51],"\u91cd\u304f":37," Mac":42,"\u7d50\u679c":[1,57,85,28,65,42,27,68,29,70,108,91,89,97,98,96,36,75,37,40,14,43,107,45,111,79,81,94,51,18],"\u30ec\u30b3\u30fc\u30c9ID":[8,42,50,56],"`${":74,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[70,7,108,110],"-per":14,release:91,"\u623b\u308a":42," IndexBlog":43,"\u524d\u56de":91," debootstrap":91,".sln":64,"_RELEASE":91,"\nPREFIX":36,"\u63db\u3048\u308b":91,"\u5e83\u304f":[111,91],"[linux":42,"\u3092\u3064\u3051\u308b":108,"\u591a\u3044":[37,108,110]," keyword":110,mysql:23,"\u8fd4\u3059":[0,63,57,3,60,4,14,89,69,108,93,95,28,32,33,38,46,40,102,104,42,39,114,94,50,19],"< t1":36,"\u623b\u3063":5,nul:14,full:91,result:[7,36],Synonym:57,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":85," first":[70,108,110],"-commnad":90,"\u7fbd\u7530":111,"<port":[60,89],"\u67d4\u8edf":[81,98],"\u6a5f\u80fd":[113,0,57,26,60,21,42,27,67,6,89,29,70,93,28,98,36,75,14,111,110,81,94,51,115,5],"\u9006\u5f15\u304d":[25,111,96,29],"'needle":36,"\\'":110,"(Cutter":107,"_basic":[5,28],"\u5206\u304b\u3061":81,"_NOFILE":88,web:[93,75,91,51],score:[25,70,7,1,75,37,93,40,36,51,27,111],"\u30d7\u30ed\u30b0\u30e9\u30e0":[52,94,5],"\u5bbf\u99c5":111,"\u56db\u6368":14,"\u7bc4\u56f2":[29,70,1,90,8,81,26,30,96,111,71,37,68,33],"\u9650\u6587":14,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36,"_CHECK":107,wc:[92,78,9,101],korea:79," information":74,"\"Groonga":108,"_geo":14,"\u3044\u305a\u308c":[44,90,68],"\u3092\u901a\u3057":[60,1],"_get":[14,42],"\u30b5\u30fc\u30d0\u30fc":[22,29,2,24,16,5,14,18,42,28,115],"\u59cb\u307e\u308a":91," Gothic":10,"_NORMALIZE":[70,23,1,57,37,111,110,73,66,43,108,33],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[42,5,28],"\u534a\u5f84":71,news:91,"\u539f\u99c5":40,packages:[101,78,91,12,9,53,92,67,74],"\u4ee3\u5165\u5f0f":110,"\u3092\u901a\u3058":40,"\u30e2\u30cb\u30bf\u30fc":[92,78,9,101],"\u884c\u6307\u5411":81,Log:[88,14,24,29],"\u69cb\u3044":[27,74],"\nmercurial":91,country:[21,79],"0x":[8,42,44,110],"\u30e9\u30f3\u30c0\u30e0":40,"\u3002output":97,"\u66f8\u304d\u8fbc\u3093":111,ITS:54,"|PERSISTENT":[66,59],"\u3082\u3046\u307e\u304f":67,tomotaka:14,"\u5730\u56f3":81,"\u4e00\u4ef6":[80,87,50,56],"\u3044\u3044\u306d":[70,108,110],"0e":89,"\u975e\u308f\u304b\u3061":[37,85]," ID":[8,81,88]," with":[8,77,88,45],"\u540c\u69d8":[25,70,36,91,26,40,21,89],"\u88dc\u5b8c\u8a9e":27,"\u591a\u91cd":109,"#worker":5,"\u5931\u6557":[1,110,91,94,42,14],"\u5f8c\u304b\u3089":97,"\u7d4c\u7def":[8,40,44],"/ja":[91,74],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":45,"\u62bd\u51fa":[42,108],"\u6709\u76ca":81,"\u95a2\u6570":[29,0,7,108,24,35,48,72,114,30,40,36,32,42,71,94,107,33],"\u3002[":[38,1,42]," formats":88,diff:89,trust:91," my":[70,108,110],"\u52a0\u3048":[8,36,84,45],"\uff13\u3064":44,"\u5404\u7a2e":91,"\u6848\u5185":91,"\u7b49\u3057\u3044":[70,36,108,110]," \u307e\u305f":[70,2,110,28,67,89,108],"\u3068\u3044\u3051":27,"\u7b49\u3057\u304f":[36,108,110],"\uff08node":45,".Dest":8," period":[42,23]," some":88,"\u30d1\u30fc\u30b5\u30fc":110," Compatible":5,JSON:[1,2,93,94,31,42,14],daijiro:111,")\u300d":60,"_blog":43,"\u8d77\u6e90":8,"\u58ca\u308c":[14,94,77,42]," array":77,")\u3002":[80,50,56],"\u3044\u3044":13,"\u7528\u3044":[25,0,111,1,107,29,37,81,70,40,21,14,18,32,10,43,71,96],"\u5168\u4f53":67,"\u4e0e\u3048":[36,1,79,37,60,31,21],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[108,93,60,77,97,111,28],easy:10,Arnaud:14," GROONGA":91,"\u30ab\u30f3\u30de":[70,56,108,79,80,31,97,87,1],worker:[76,5,28],"\u65b0\u305f":36,Sites:97,"\u305f\u307e\u307e":28," option":88,"-message":[67,82],applied:23,"-secret":91,"\u554f\u984c":[0,1,108,91,8,94,112,110,77,42,14,89,74],"_sel":23,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[54,29,52,91,13],Process:[29,24,88],"\u3069\u3093":[66,59],"\u6700\u9069":5,"_message":43,"\u7528\u9014":[101,70,81,9,78,92,64,82,53],"\u305a\u3064":[111,43,60,89],near:36,"\u3069\u308c":[70,28],"\u5165\u529b":[0,63,1,57,3,59,60,4,21,27,56,42,6,89,69,93,31,95,97,32,99,33,87,75,38,39,77,102,104,14,109,46,80,66,50,51,19,83],"\u5909\u6570":[108,91,12,112,42,14,107],tasukuchan:111,"_set":42,TokenMecab:[37,85,33],"\u6700\u3082":[77,70],"\u30d0\u30c3\u30d5\u30a1":77,"[solaris":42,"\u4ee3\u8868":81,"\u79d2\u6570":[70,56,108,8,111,46,80,87,44]," -e":9,"\u6709\u9650":70,is:[8,88,5,74],it:[8,88],Write:20,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":93,"\uff08Longest":108,"\uff08OR":98,il:[37,85],io:23,"\u53d6\u5f97":[25,70,1,91,79,29,80,75,104,51,27,52,96],ia:[37,85],"\"}":[25,57,79,75,8,93,110,31,40,51,27,43,108,84],id:[1,57,59,60,21,27,66,68,84,70,108,93,73,97,25,75,37,40,50,43,56,110,79,51],"if":[36,108],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":14,TokenBigramIgnoreBlank:37," remained":88,"1\u4ef6":[37,111,50],"_rectangle":[29,0,24,48,94,30,40,14],suggest:[29,94,24,75,93,51,41,27,14,6],make:[109,101,78,91,82,52,67,107,74],"\u4f8b\u3048":[84,85,60,62,27,67,6,89,70,108,93,73,28,98,100,25,75,37,43,45,110,79,51],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":36,"\u9069\u3057":[73,81],"-dataset":[22,29,24,75,93,112,86],"\u7a4d\u6f14":108,"\u30bf\u30fc\u30df\u30ca\u30eb":5," that":[8,42,70,88],"\u305f\u3069\u308b":25,"\u7121\u8996":[87,70,56,110,37,94,60,80,50,97,42,14],"\"]":[25,70,1,108,37,111,59,60,80,97],"\u4e0d\u5177\u5408":42,"\u3002rst":10,"\u5fdc\u7528":81,"\u3069\u3046":[0,63,3,38,70,102,39,37,4,95,5,32,42,69,50,33],"\"'":[70,108,37,85,42,110],"\" ":[70,1,2,91,12,44,8,40,64,84,108,37,89,57],"\"\"":[42,44],"\"#":14,"\",":[1,57,59,60,5,27,66,89,84,31,70,7,108,8,93,73,97,25,75,37,46,77,40,43,110,79,111,51,21],"\"-":14,"\u306b\u3088\u3063\u3066":[1,90,8,81,37,107,68],"\"/":[40,60],"\u76ee\u7684":67,"\")":[25,7,108,72,30,40,33],cdbs:14,"\\%":64,"\"co":6,"\u57fa\u70b9":70,"\u7591\u4f3c":[29,70,24,35,31,42,68,33]," Masahiro":94,"\u753b\u9762":0,"\">":2,"\"?":2,"\":":[1,2,21,27,89,57,31,70,7,108,8,93,73,84,25,75,46,77,40,43,110,79,111,51,5],"\";":[89,5,28],"\u65e5\u5f8c":101," hash":111," blog":[37,1],"\u306b\u3088":42,"mo\u30d5\u30a1\u30a4\u30eb":74,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[37,85,75],"\u72b6\u614b":[109,101,78,94,1,91,77,37,81,9,60,46,92,42],"\u3055\u307e\u3056\u307e\u306a":[29,40,96,111],DB:[36,1,60,66,42,89],"\"\n":[1,2,21,27,66,89,84,70,7,108,8,93,73,57,25,75,40,43,110,79,111,51],SIGUSR:14,MATSUU:94,"/run":[60,91],"\u3084\u3059\u304f":94,serch:[93,75],"\u30c4\u30fc\u30eb":[109,29,74,60,96,64,21,82,18,10,67,28,5]," packages":91,"\u304b\u3089":[0,101,1,57,26,60,64,5,42,27,67,6,28,29,70,7,90,91,8,93,9,31,37,89,97,98,74,35,36,75,12,76,73,46,40,50,14,71,44,108,109,78,111,110,80,81,94,92,82,51,52,53,21],"=-":67,solaris:42,"@groonga":[91,13],"||":[43,36],"\u8db3\u3057":108,"_tags":[25,111],"\u3002\u30bf\u30b0":25,"\u4e00\u6c17":91,"_ctx":[14,42],"\u3082\u3063\u3068":70,yes:[93,107],Maverick:14,"\u5f8c\u65b9":[29,36,84,85,110,96,42,108,28,33],"-with":[42,70,67,108,82]," Blog":43,"\u30bd\u30fc\u30b9":[29,78,91,101,12,9,92,64,82,42,14,67,53],"\u89e3\u50cf":94,"\u8ad6\u7406":[34,70,36,108,81,77,42,110],candidate:93,"=sjis":67,defrag:[29,0,19,41,24],"\u306f\u3059\u3079\u3066":[70,1,108,98],".scr":89,Elapsed:88," four":[88,1],"-Point":44,"_selector":[29,95,60,41,24]," libmecab":[92,9,91],"\u30ce\u30fc\u30c8":[78,7,1,108,91,93,9,110,14,115,74],News:[42,23],has:91,"\u7528\u3044\u308b":[25,1,8,81,62,40,21],"\u300c,":97,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[91,28,115],"_close":[14,36],"\u7d4c\u5ea6":[29,108,8,81,40,111,44]," GNU":[14,92,82,29],"\u8ad6\u7406\u7a4d":110,"\"content":[70,108,110],">command":2,"|>":88,"\u9001\u308b":[54,74],"\u30d5\u30ec\u30fc\u30ba":[42,110],"\u30d0\u30a4\u30ca\u30ea":91,Alice:110,"-(":[108,91],"\u5cf6\u7530":42,jekyll:91,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[108,110]," result":43,"| ":[37,88,40,70,108],"\nrep":89," means":[88,70,5],"\u7b97\u5b50":108,Kawaji:42,advanced:23,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":26,"\u30ed\u30c3\u30af":[0,60,42,14,19,69],"\u3002ASCII":[108,110],Takayuki:14,"\u6539\u540d":[14,42],"],":[1,57,59,60,21,27,66,89,84,31,70,7,108,8,93,73,56,87,25,97,75,37,46,77,40,43,110,79,80,111,51],"& _":40,"\u691c\u7d22\u4f8b":[52,36],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":60,alice:70,universe:9,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[70,67,60],"/Linux":[14,92,82,29],"\u30d4\u30ea\u30aa\u30c9":[39,33],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[100,0,1,115,60,5,27,56,42,67,68,69,29,108,89,31,28,97,98,96,33,87,36,39,77,50,14,44,80,81,19,21],"_expr":[29,70,7,24,35,72,114,31,30,36,95,98,42,52,71,47,50]," report":52,"\"engine":[27,75,51],"\u6b63\u3057\u3044":[6,75],"\u5408\u5bbf":111,"\u7d20\u89e3":[81,67,108,33]," request":74,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":111,"-packages":91,"\u307e\u3068\u3081\u3066":[8,81,70,91,33],"_BUT":36,"_db":[42,94,112],"\u30b3\u30df\u30c3\u30c8":91,"_str":111,TokenBigramSplitSymbol:[37,94],"\u4fdd\u5b58":[25,7,29,8,111,26,60,40,44,96],"-jinja":91,"\u5358\u8a9e":[70,1,108,111,62,98,42,43,6,110],"\u4f7f\u7528":[0,1,57,85,60,5,87,56,28,70,7,90,91,8,31,89,33,36,37,39,77,50,42,44,108,46,110,80,111,94,18,21],"_ACCOUNT":74,"\u73fe\u4ee3":81,"\u5217\u6319":1,".zip":74,groogna:[42,28],"\u9001\u3063":[49,54,52,74],txt:[49,74],"\u5bc6\u9375":[52,91],"\u5c11\u3057":67,"-unauthenticated":[42,9,92],"_right":[14,30],Downloads:64," firefox":74,".github":[91,45]," Solr":108,".asc":91,tasuku:23,Facebook:[29,13,42],Kiske:42,".sourceforge":[91,13],unstable:[92,91],localhost:[109,2,91,28,14,89,5],"-threads":60,"\u7a0b\u5ea6":[14,1],"\u53c2\u8003":[29,70,1,24,91,93,86,98,74]," since":88,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":42,"\u3001\u300c":[25,0,37,111,85,60,70,27],"\u5b8c\u5168":[70,36,57,37,85,39,108,33],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[28,115],"-MM":[88,108],"\u8db3\u308a":14,"\u30b5\u30fc\u30d3\u30b9":[81,42,45],"\u3002\u5b50":7," ARCHITECTURES":91,IndexBlog:43,post:91,"\u3067\u3082\u3046":54," username":25,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[67,90,89],obj:77," shopping":73,"\u30c1\u30a7\u30c3\u30af":[109,94,77,42,14,89]," Match":5,"\u6709\u7528":[1,28],"\"text":14,"\u5224\u5b9a":[87,40,56],ARCHITECTURES:91,"(GET":109," TABLE":[25,70,7,1,57,79,8,111,110,73,37,97,84,108,43,33],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[42,1],"GET\u30e1\u30bd\u30c3\u30c9":18,Use:[52,60]," last":[42,111],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[29,21,96],"\u3092\u3054\u89a7\u304f":81," glossary":45,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":66,".title":8," Thesaurus":70,sphr:7,stop:42,"\u306a\u3055\u3093":52,"\nlevel":88,"[@":[14,42],"_size":36,".am\u30d5\u30a1\u30a4\u30eb":91,"\u6700\u521d":[14,70,1,108,110]," RAND":35,git:[91,74],Mac:[29,53,94,82,42],centos:[42,91],"\uff08Perl":5,"\u305d\u3061\u3089":67,"* ":[44,108],support:23," correction":75," number":[60,89],approximate:[7,71],"_open":[14,94],"\u30d0\u30fc\u30b8\u30e7\u30f3":[29,0,7,1,90,24,94,112,42,14,91],"\u5927\u6587":70,"\u5b89\u5168":21,"\uff08\u307e\u3082":28,editor:74,"[test":42,Ubuntu:[29,94,9,82,42,14,107,45],"\u7b49\u4fa1":[110,70,94,108,98],"\u305b\u306a":[108,110]," it":[73,110],"_body":[37,39,57],fork:[60,74]," TokenBigram":[70,1,57,37,111,110,73,108,43,33],head:109,"\u3086\u304d\u3072\u308d":84,"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[80,50,56],"\u8a66\u884c":81,"\u7f6e\u3044":91,".ne":23," make":[101,78,91,12,9,92,10,67,107,53],"\u3080\u3044\u3061\u3083\u3044":111,"_animal":8," ftb":23,"\u96a3\u63a5":[81,110],PCRE:42,"[\n":[25,70,7,1,57,8,111,110,73,40,108,84],"true":[0,63,1,57,3,4,87,69,31,70,7,108,8,73,95,32,33,25,38,39,40,102,43,71,44,84,110,79,111,30,50],"\u5fa9\u65e7":42,"\u6253\u3064":91,"\u8981\u7d20":[36,1,60,31,102,56,87,42,89],"-path":[0,91,93,94,60,88,82,42,14,67],"\u9032\u6570":[77,108],"\u5165\u308b":[66,59],"\u5165\u308a":[1,108,79,111,59,21]," groonga":[1,60,64,5,14,88,67,28,101,70,108,91,9,97,74,12,21,42,43,78,110,81,92,53],"\u5426\u5b9a":[70,36,108,110],GeoPoint:[25,0,7,79,8,111,94,30,40,21,71,44],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":91,"/cutter":91,"[#":[14,42],"[\"":[25,108,8,93,59,77]," friends":25,"\u30c8\u30fc\u30af\u30f3":[94,108,75,85,51,14,33],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[81,29,42,85,33],"\u53ef\u5909\u9577":33,"\u30e1\u30c3\u30bb\u30fc\u30b8":[111,90],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[70,1,75,37,85,51,14,67],Xcode:53,"\u5185\u8a33":37," dpkg":91,"\u6587\u5b57":[0,1,57,85,60,4,42,27,70,7,108,72,8,31,33,25,36,75,40,14,43,71,44,110,79,81,30,111],LTS:[29,9,91,82],"\u3002sortby":70,FLOAT:2,"\u8abf\u3079\u308b":[30,71],"\u6c7a\u3081\u308b":[70,36],Variety:25,Introduction:52,"\u3057\u304d\u308c":42,decrypt:91,"\u5165\u3063":[25,43,1,107,27],"_records":42,"''":9,"_VERSIONS":91,score2:36,"' ":[101,25,70,23,108,92,8,111,9,78,37,40,88,42,44,33],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":42,"'-":60,"\u3059\u3063\u3071\u3044":57,"\u3054\u89a7\u304f":[1,107],ongaeshi:94,"'(":[31,60],"\u30a8\u30c7\u30a3\u30bf":74,"\u305f\u304b\u3063":75,"\u306e\u306b":[37,29,65]," Takahiro":94,no:[93,70,23]," LOCALE":74,sjis:67,".repoforge":78,"\u306e\u3067":[70,7,1,91,8,81,85,37,18,14,42,28,74],"\u4ed5\u65b9":[52,74],"_CODE":88,"\u914d\u5217":[25,70,36,1,108,8,111,59,85,110,39,77,94,66,14,33],Microsecond:88,"\u3002\u307e\u305f":[109,90,36,1,84,75,8,81,60,40,21,18,108,44,89,33],"\u306e\u307f":[1,57,26,5,27,87,68,84,91,93,31,56,32,74,36,97,37,85,104,43,107,45,79,81,18,33],test:[1,91,8,59,89,107],saerch:[93,75],TokenMeCab:85,"'\n":[25,70,7,1,84,37,110,73,40,108],"\u4e09\u756a\u76ee":108,"\u5c5e\u6027":[39,66,59,112,33],"\u305f\u3081\u3057":40,"\nExecuted":21,"'t":5,"'s":[70,110,73,88,74,108],"\u4e00\u81f4":[29,0,36,1,57,37,93,85,70,112,110,42,84,27,108,111,96,33],"_touch":94," seven":1,Windows:[29,91,64,82,42,14,52,89],Shift:67,"\u3089\u308c\u308b":[42,36,85,81],VALUE:[1,21],"\u88dc\u3046":81,"\u547d\u4ee4":[60,89],"\u4ee5\u964d":[94,91,26,60,14,107,74],"\u964d\u9806":[93,70,1,79],"\u5fa9\u53f7":91,scorer:[25,70,7,29,40,95,98,96],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[91,94,60,107,42,14,52,67,89,74],"\u305b\u308b":[18,36,107,81],"'n":60,"'m":73,"-latest":[52,91],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":57,"-tar":12,"\u305b\u308c":81,"\u6bb5\u843d":39,"_count":[21,46,1,2,5],".service":42,"\u3069\u306e":[70,7,75,26,71,67],"for":108," columns":70,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":77,Win:64,"_at":[37,42,94]," createrepo":91,"\u672c\u756a":91,"\u6539\u5584":[14,0,42],"\u307f\u304c":36,"_offset":[70,95,79],Second:88,EMERG:[3,4],"\u5165\u529b\u30df\u30b9":75,"_memory":42,KyTea:[42,67],push:91,"/Ubuntu":42,"\u9069\u5207":[81,94,1,89],"\u304a\u3053\u306a\u3063":1,":-":101,":/":[1,2,60,5,67,28,101,91,8,9,97,74,25,12,40,21,45,109,78,79,92,18,53],"\u53cd\u6620":[81,36,91],CENTOS:91,"\u7b26\u53f7":[8,44,108],":$":[110,84,108],TEXT:[42,2]," required":[5,28],": ":[0,1,57,59,60,65,27,56,67,28,29,70,90,91,8,31,108,34,36,75,37,40,87,14,44,45,109,110,94,51,18,20],"\u6d41\u308c":[52,74],"-prefix":[67,5,82],"/debian":92,"\u8a9e\u7248":91,":=":[70,110],":>":[70,110],"\npackages":91,"\u3002rroonga":98,"::":2,"\u66ff\u3048\u308b":[1,79]," requires":8,"\u3084\u308b":[52,91]," Umemoto":14,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[29,21,96],"\u56fd\u969b":74,"\u7aef\u672b":81," all":[88,70,108,110],":\n":[21,45],"(Precise":91,"\u795e\u5948\u5ddd":111,"\u901a\u77e5":91," sudo":[101,78,91,12,9,92,42,67,107,53],"\u3084\u3089":91,"_left":[14,30],"\u4e00\u822c":[81,70,1,110,98],Standard:44,"_builtin":14,"(ptr":94," #":[111,94,112,28,74],text:28,"\u524a\u9664":[0,63,60,94,38,81,50,5,42,14,68],Let:73,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":107,Day:88,"*BSD":[14,94],"/LZO":94,supported:23,string:[36,72],groonga:[0,1,2,3,4,5,6,7,8,9,10,12,13,14,94,16,30,18,19,22,23,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,40,42,43,44,45,46,92,50,51,52,53,54,56,57,58,59,60,61,62,63,64,21,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,95,96,97,98,99,100,101,102,103,104,105,71,107,108,109,110,111,112,113,114,115],"\u8a2d\u6a02":14,"\nrequests":88,"\u304a\u6c17":111,"-root":[18,94,60],"\u8a2d\u8a08":70," character":88,enqueue:76,"\u4e0a\u91ce":94,VERSION:89,domain:[66,59,60,21,79],"[php":42,"\u30b5\u30f3\u30d7\u30eb":[109,70,7,94,112,42,89],"\u691c\u8a0e":37,"\u3084\u3081":14,exact:36,"$GROONGA":91,".body":[59,19,57,69]," \u3002":37,"\u72b6\u6cc1":[37,81],"\u30b9\u30af\u30ea\u30d7\u30c8":[29,70,91,24,94,112,110,98,42,52,67,89,108],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":75,"\u4ee5\u4e0b":[1,2,3,59,26,60,4,64,5,66,27,67,6,28,70,7,108,91,8,93,31,89,56,10,33,34,25,36,97,75,37,85,39,77,40,87,14,71,44,107,45,110,79,80,111,51,18,74,21],level:[3,4],"\u3068\u3057\u3066":[1,26,60,62,5,42,27,67,6,28,101,70,7,90,89,72,8,93,9,31,68,98,33,100,25,36,75,37,85,110,40,14,106,44,107,108,78,91,81,94,92,74,21],"\u8208\u5473":81,":@":[25,70,1,110,8,111,21],"-escalation":[70,37,94,60,82,67],"\u4e2d\u7a0b\u5ea6":[101,78,9,92,64,82,53],":\\":[31,64],item:[27,93,75,66,51],"\u4e0d\u6574\u5408":0,Tag:25,"\u306f\u307e\u305a":91,":[":89,"\u5217\u6307\u5411":[81,60],":public":91,"\u672a\u6e80":110,"/db2":28,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":77,"-deb":91,"\u8ad6\u7406\u548c":[70,36,108,110],HTTP:[29,2,94,16,96,21,42,14,115,28,5],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":42,"\u7d50\u3073\u3064\u3044":76,"\u305f\u3055\u3093":[14,0],"\u3002ifexists":31,"\u7d50\u3073\u3064\u304f":76,sign:91,"\u5076\u6570":108,"\u63db\u6642":14,"\u6f14\u7b97\u5b50":[42,70,36,94,108],"=)\n":36," Baseball":25,"-dev":[91,9,13,92,42,14,107],"\u5bfe\u8c61":[63,1,57,59,85,14,67,28,69,29,70,90,91,93,33,31,95,96,97,74,25,36,37,76,38,39,42,43,107,109,110,81,111,19]," commit":74," PatPrefix":84,"\u5316\u4f5c":91,"\u6c42\u3081\u308b":[81,7,71],Red:[52,67,91],">alloc":2,"\u66f8\u304d\u5f8c":85,column:[0,1,57,24,59,60,42,27,89,84,29,70,7,108,8,93,73,33,25,36,75,38,39,40,41,14,43,110,79,111,94,51],"[munin":[14,42],"\u4e8c\u9805":108,"\u3068\u3053\u308d":[49,42,111,108,74],"\u5024\u306a\u3057":42,Form:1,".ncpu":53,"\u7d4c\u904e":[90,8,111,46,14,44,108],"\u30bf\u30d6":2,"\u5408\u308f\u305b":108,"\u4e3b\u8981":82,TIPS:[52,91],"/.":14,"GeoPoint\u9593":14,"\u30c8\u30e2":25,"\u5411\u3051":[29,36,110,91,103,52,67],"'='":60," day":73," ')":31,"\u76ee\u5b89":91," makecache":[42,78]," libevent":[92,9],"\u4f8b\u3068\u3057\u3066":8,"\u751f\u3058":[63,3,38,102,39,4,95,32,69,50,33],"[deb":[14,42]," two":88,"\u6e2c\u4f4d":81,"\u30bf\u30b0":[29,108,91,25,111,94,14,96],baseball:43,"\u9ad8\u6a5f":[81,36],"\u6d41\u3057":91," MyISAM":81,"\u96c6\u5408":[42,98,33],Changes:23,"\u30a2\u30ab\u30a6\u30f3\u30c8":13,change:28,"\u5024\u3088\u308a":[70,36],MBytes:89,"\u304c\u308f\u304b\u308a":111,"\u8b70\u8ad6":54,"\u89e3\u6790":[14,52,107,33]," string":72,"-mode":74,"\npublished":91,"\u4e26\u5217":[91,89],MM:[88,108],"\u30ec\u30dd\u30fc\u30c8":67,"\u4e3b\u30ad\u30fc":[87,25,1,57,79,29,8,94,31,80,50,96,56,66,84,42,44,68,33],"\u3068\u3059\u308c":81,"_version":[90,1,2,91,46,21,18,14,28,5],example:[25,1,79,8,40,21],queue:76,Travis:[100,29,45,42],"\u305d\u306e\u969b":91,User:25,"\u8a2d\u5b9a":[0,56,3,60,4,64,5,87,68,29,70,91,31,28,100,104,42,107,45,94,112,52,115]," threasd":60,"\u8b66\u544a":[42,70,94,90],"\u9006\u306b":25,"-filter":[14,84],".db":[60,59,1,21],".exe":64,"_DB\u30d5\u30e9\u30b0":14,"\u5ea6\u6570":[8,14,40,108]," case":8,"/Branches":107,cache:[29,0,1,2,24,70,46,21,41,104,5]," level":[3,88,4,60],"\u305d\u306e\u307e\u307e":91,"\u30af\u30a8\u30ea":[1,57,24,85,5,42,27,6,96,29,70,108,93,98,36,75,37,40,103,14,109,110,81,94,51,52],"\u3002table":33,"-leak":94,"\u521d\u671f":[81,14,94,42],"\u30ea\u30f3\u30af":[8,42,108,91,110]," \u3044b":[37,85],"-cutter":91,"'haystack":36,"_delete":14,"\u6587\u5b57\u5217":[29,70,7,1,57,79,72,8,111,98,31,80,50,56,87,42,108,44,96,33],Emacs:74,"/main":9," test":[1,107,91,8,21,43,89],"\u7d71\u5408":[42,81]," entry":[39,95],"\u4e88\u3081":[60,44]," Table":60,"\uff08Romaji":27,"\u5fdc\u7b54":81,httpd:42,"\u4e21\u8005":40," reference":8," sequence":88,"\u6307\u6570":108,"\u5916\u90e8":76,"-src":[92,9],"\uff08World":44," ERROR":4,"\u30d5\u30a9\u30ed\u30fc":[111,13],https:[91,74],"-libevent":42,msg:76,Cities:7,"\u5e74\u9f62":81,"\u306a\u3089":[70,36,90,75,110,60,46,107,99,27,108,89,45],"\u3060\u3063":[37,42,70,90],"``":[69,46,0,63,3,94,38,102,39,77,4,95,104,32,19,50,33],JavaScript:[29,40,5,18,96,21]," in":[70,23,110,8,77,36,88,42],"\\groonga":64,"\u5b9f\u73fe":[29,70,36,1,108,81,103,98,52],Default:[93,5],"\u8ee2\u7f6e":[25,1,108,29,81,39,42,33]," Release":64,"_concurrency":109,"\u6d41\u91cf":28,"-each":14," rpmforge":78,Uubntu:107,"_base":5," Ocelot":[14,9,82,29]," Yamaguchi":14,"\u305d\u3053\u306b":[66,59],"/nfs":67," version":[23,2],"\u30bb\u30c3\u30c8":[19,85,36,69],"po\u30d5\u30a1\u30a4\u30eb":74,"_plugin":[14,112],"\u3044\u308f\u3086\u308b":25," run":5,"\u8fd1\u3055":108,"\u3001'":[8,60,40,44,57],"\u3060\u3044":14,DATABASE:86,"\u884c\u308f":[109,25,70,89]," Signing":91,"\u30b8\u30aa\u30b5\u30fc\u30c1":[14,29,96,25],"$HOME":91,"\u63a8\u5968":[42,70,21,82,90],"\u542b\u307e\u308c":[81,70,85],"\u3060\u3051":[101,70,36,108,91,92,8,9,110,78,73,37,64,82,42,14,74,115,28,53],values:[31,87,56],"\u8fd1\u3044":109,".txt":91,clearlock:[29,0,24,60,41,42,69],",\"http":8,"\nnotice":[3,4],"\u8fd1\u304f":[81,26,108]," on":[23,5,28,74],"-directory":42,"\u30fb\u30b5\u30fc\u30d0":1,"\u884c\u3063":[107,40,91,79]," of":[23,8,93,77,5,88,74]," Lucid":[29,9,82],",\n":[25,70,7,1,57,8,93,59,110,73,77,40,21,97,111,66,43,108,89,84],"_VERSION":91,"_AND":36,logrotate:42," ignored":42,"\uff11\u3064":76,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[109,5],"\u5897\u3084\u3059":107,"/rpmforge":78,".]]":56,Issue:54,YOUR:74," }\n":[111,5],"\u6a19\u6e96":[0,63,1,3,59,60,4,5,87,66,69,90,31,95,56,32,99,33,97,38,39,77,102,104,42,109,46,80,50,18,19,83,21],"\u884c\u3046":[109,25,70,7,84,79,85,40,94,91,42,43,107,33],"\u884c\u3044":[109,25,36,1,91,79,37,111,85,60,43,89],chroot:91,Terms:[37,77,70,1],", ":[54,23,1,57,59,60,88,5,66,27,89,84,73,70,7,90,91,72,8,93,31,56,87,25,36,75,37,77,40,42,43,71,44,108,111,110,79,80,81,94,30,51,18,52],",.":91,get:[80,14,42],Shinya:42,"-docutils":91,"\u884c\u3048":[1,107],"\u30d2\u30e5\u30d9\u30cb":[7,71],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[29,64,82],"==":108," extract":88,query:[1,57,85,21,27,88,84,70,108,8,93,73,95,98,25,36,75,37,40,43,110,111,112,51],"\u30d0\u30a4\u30c8":[14,94,44,42],"\u76f8\u5f53":[40,1],"^commit":91,"/cpuinfo":[92,78,9,101],"\u8fd1\u508d":[42,108,98],"\u8a9e\u53e5":25,"\u5f15\u304d\u8d77\u3059":42,map:14,groo:70,Tomita:94,"\u518d\u8aad":32,max:[109,35,1,2,46,77,21,42,104,89,5],clone:[52,91,74],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":45,date:89,"\u7f72\u540d":[42,52,91],"\u6b20\u70b9":81,"\u5207\u308b":5,"\u5207\u308a":[14,91,99]," content":[73,70,108,110],"|ALLOW":[70,110],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[29,96,111],"\u3001:":89,"/dictionary":94,"\u8fd4\u3059\u304b":93,ss:[88,108],"{TIME":88,Format:88,"/javascript":14,"_auto":42,"\u7d22\u5f15":[29,0,36,1,8,81,85,37,94,33],"\u5404\u56fd":91,"\u30b0\u30eb\u30fc\u30d7":[70,108,79,81,42,68,110],"_values":14," &":[37,40,85,108],sa:[93,75],"\u3068\u306a\u308a":[21,28,110],EXACT:36,",{":[2,89],se:27,"\u5e02\u5185":26,"\u304b\u308f\u308a":37,"$PREFIX":14,"\u540c\u3058\u6570":[60,5,28],"\u4f1d\u7d71":81,"=\"":[12,70,2,91],"_init":[88,14,42],"\u5357\u534a":42,"[yum":42,"\u82f1\u8a9e":[54,14,74],"\u9ad8\u901f":[25,0,7,1,108,115,81,26,60,110,36,14,71,28,33],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":97,"\u542b\u307e\u308c\u308b":[36,1,91,37,81,60],"_PACK":[67,82],"\u30a2\u30c9\u30ec\u30b9":[14,60,21,89],"\"starttime":2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":94,"/fedora":[101,91],"_VIEW":33," just":[73,88,86],"\u6642\u306b":14,"\u56f2\u307f":60,Thesaurus:70,"-libedit":94,"/html":[14,28,74],"=PLATFORM":[67,82]," as":[8,5,74]," at":[88,23],"\u5272\u308a":[8,66,59,108],"\u8a08\u6e2c":[14,0,107],"\u56de\u7e70\u308a":89,"\u7d44\u307f\u5408\u308f":[81,70,36]," ${":74,"\u4ee5\u4e0b\u6f14":108,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":67,RK:27,"_PUSH":36,"\nworks":88," sjis":60,"\u542b\u3081\u308b":[70,1,110,91,42,14]," aptitude":[10,107,92]," Japanese":13," been":91,records:88,"\u6ce8\u76ee":70,"\"version":2,"\u52d5\u7684":[29,94,1,24,81,85,73,42],not:[8,36,91],now:[29,48,114,24],"\u8d85\u3048\u308b":8,"\u7528\u610f":[70,7,91,75,36,51,27,67,6,89],"\u56de\u907f":[37,91],"\u3059\u306a\u308f\u3061":8," description":[111,85],"\u5b9f\u884c\u4f8b":[1,57,5,88,66,84,70,7,90,8,93,73,25,75,46,40,42,43,107,108,110,79,111,51,27,21],name:[25,63,1,84,79,8,60,59,38,39,77,40,95,111,66,43,108,33],"\u500b\u3005":[37,36,90],"\u614e\u91cd":107," rake":91,"\u30b7\u30a7\u30a2":13,repositories:91,"_dat":[14,42],"_dataset":112,Critical:88," link":8,"\u8aad\u307f\u8fbc\u3081\u308b":97," line":45,"\u534a\u7121":14,el:78,"\u3053\u3061\u3089":[1,74],en:[27,93],"\u30b5\u30fc\u30d0\u30fcID":14," Terms":[70,1,108,37,77,110],"\u4e26\u3079":[29,1,96],ea:88," management":45,"\u6700\u5f8c":[108,91,8,94,37,5,42,89],kana:66,ggdb:91,nroonga:45,"\u5b9f\u4f8b":[29,52,36,103],"\u624b\u6bb5":36,"\u30d1\u30fc\u30b9":[14,98]," Entries":[70,108,97,110],"\u70b9\u6570":[8,44,108],"\u4e00\u77ed":81,"\uff1f\u3000":89,"\u7a7a\u304d":77,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":38,"-offset":70,"\u4e0d\u5909":68,"\u6642\u4ee3":81,"\u524d\u65b9":[29,0,36,1,84,93,85,112,110,42,27,108,96,33],Welcome:[70,108,110],"\u518d\u69cb":14,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":91,"\"search":[27,75,110,51],"\"type":93,"-default":[108,60,82,42,67,28],"\u304c\u308f\u304b\u308b":7,"\u3054\u7528\u5fc3":42,correct:[93,75],"/files":91,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[100,81],".(":91,END:2,"_content":[70,108,110],"[grntest":14," segments":77,KBytes:89,"\u89e3\u91c8":[94,36,97],"\u56f2\u3080":1,"/dev":91,"_string":107,org:[21,79],"byte":[42,89],"\u7d20\u65b9":81,NONE:70,"/pub":78,"\u62ec\u5f27":31,"\u7d50\u5408\u5f0f":[42,110],"\u30b3\u30fc\u30c9":74,"\u4e8b\u9805":[34,29,44,89,24],Money:25,"[windows":[14,42],Karmic:107,"\u6b21\u90ce":25," key":[8,42],"\u30db\u30b9\u30c8":[109,91,60,21,14,89],yum:[42,78,91,101],"\u81ea\u52d5\u7684":89,"\u304c\u3042\u308a":[54,7],"] [":89,"\ndebug":[3,4],"\u30d9\u30af\u30bf\u30fc":[14,70,44],"\u3078\u3068":21,"\u6e1b\u7b97":108," country":79,"\"Alice":110,"\u30dd\u30fc\u30c8":[109,2,60,28,89,21],There:110,"[backquote":110,"\u4e00\u610f":[39,60,68,33],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":111,"\u30b7\u30f3\u30d7\u30eb":[115,98],ISO:108," Studio":[42,64],"\u5348\u7dda":7,"\u81ea\u5df1\u7d39":111,"\u9078\u3073":6,message:[43,4],".'":[39,33],"\u9078\u3076":81," TokenMecab":37,size:77," epel":78,SET:89,"\u7d5e\u8fbc":[29,40,96]," text":[97,28],"\u3068\u308a\u3068\u3093":[108,110],"\u5bfe\u7b56":[37,29,65],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[7,98],"_obj":[14,36,42]," ALLOW":70,"1g":[92,9],"\uff08-":[70,1],"\"sphr":71,SEN:23,"\uff08 ":[101,70,26,108,12,9,78,110,92,5,67,53],"\u30bd\u30fc\u30c8\u30ad\u30fc":[93,0,70],"\u30d8\u30eb\u30d7":107,"\u5f53\u3066\u308b":8,"_preparer":[27,93,75,51],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":81,"\u3044\u308c":8,"\u3044\u308b":[0,63,1,84,59,26,60,5,42,27,67,85,6,28,69,29,70,7,108,91,8,113,31,89,56,32,33,87,25,36,75,37,38,73,39,77,40,50,14,43,107,45,110,74,81,94,66,112,80,111,18,19,83,21],"-max":[14,60],"_HUGETLB":14,"\u884c\u756a":14," Solaris":[12,14,42,82,29]," logged":88,"\u30d1\u30a4\u30d7":[39,33],github:[91,74],"\u62e1\u5f35":[14,57,96,29],"\u30a8\u30f3\u30c8\u30ea":[70,108,110],libevent:67,"\u5c0f\u3055\u304f":[73,7,28,71],"\uff08@":[14,94],Enables:5,"\u8fd4\u4fe1\u5148":111,"\u30d5\u30a9\u30fc\u30e0":[70,110,98],"\u306b\u5bfe\u8c61":14,"11":[37,70],"10":[1,89]," many":86,"\u652f\u63f4":6,"\u540c\u6642":[70,90,81,76,40,89],"-httpd":[22,29,24,86,61,16,5,42,14,6,28,115],"_index":[111,70,108,110],"\u65e5\u6642":[8,29,44,96,111],"\u3002ID":33,"/gat":[40,1,79],"\u6574\u3063":107,libgroonga:100,"\u3080\u308b\u3093":[108,110],"\u5404\u547d":89,"\u307e\u3057":[25,70,7,57,91,75,37,111,110,40,42,14,108,74],"\u7cfb\u5ea7":[30,71],"=ENCODING":[67,82],zsh:[67,91],browser:74," gnu":12,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":34,"\u3044\u304d":[1,91]," name":[70,63,108,8,111,38,39,95,5,97,33],"_local":[97,89],CORE:89,"\u3044\u3046":70,DD:[88,108],".list":[92,9],"\u4e16\u754c":[7,8,30,40,71,44],argument:108,sae:[93,75],"-zlib":[67,82],dash:67,"\u4e21\u65b9":[70,7,84,81,110,73,111,27,108],"\u6291\u3048":37,"\u30b3\u30f3\u30d1\u30a4\u30eb":42,"\u30b3\u30f3\u30d1\u30a4\u30e9":14,"\"application":14,"/ubuntu":9," or":88,".uuuuuu":108,"_circle":[29,24,25,111,48,40,14,71],"\u53b3\u5bc6":27,"\u30ea\u30b9\u30c8":[87,25,70,1,108,91,80,59,26,60,31,110,66,56,74],Web:[0,70,91,110],"/doc":91,engin:[27,93],"\u591a\u5f69":81,"\u914d\u5e03":[101,78,9,92,64,82,42,53]," dump":[14,97],uuuuuu:108,"\u5ea6\u5408\u3044":37,"\u3044\u3064":27,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[54,29,52,67]," inv":89,"\u65b0\u898f":[87,56,91,89],"-Type":14,"\u9806\u6b21":[109,60,1,21],">#{":88,"_COM":91,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":107," objname":[19,69],"\nBigram":89,"\u6027\u80fd":[81,5,28,115],"[[\"":77,begin:109," LC":74,"_suggest":112,buffer:77,price:8,"\u5148\u982d":[70,1,5],debhelper:14,"\u5c0e\u5165":[10,90,107],"_CLONE":91,beta:23,Good:[73,70,108,110],mecab:[42,91,33]," moritars":43,"\nstatus":[1,21],pair:[27,93,75,66,51]," main":92,RedCloth:91,"\u81a8\u5927":81," needed":5,"_STAMP":88,"\uff09:":[101,78,85,12,9,92,53],synonym:70,"\u79fb\u52d5":[49,14,32,64,91]," PORT":21,"\u4e2d\u65ad":[14,42],"\"book":108,"\u7ba1\u7406":[29,0,67,91,85,60,77,21,18,14,42,33,96,5],MeCab:[101,0,94,9,78,92,42,14,67],"\u306e\u3069\u3061\u3089\u304b":[70,108,110],"\u30b9\u30da\u30fc\u30b9":[14,70],"_NOT":70,",_":[25,1,79,111,40,93],"\u5c06\u6765":[7,28],CFLAGS:12,"\u4fdd\u8a3c":[77,90],"\uff09 ":[14,70,94],"\u30b5\u30fc\u30d0":[63,56,3,59,60,4,64,21,87,66,89,69,29,91,9,31,95,97,32,99,33,101,38,39,77,102,104,14,46,78,80,81,92,50,82,18,19,83,53],"\u3066\u304f":107,"\u539f\u56e0":[37,29,65,89],precise:[9,91],"\u9589\u3058":14,"{name":108,set:56,"\u5217\u8981":33,show:0,"\u5ea6y":44,"\u975e\u4e92":42,"\u65b0\u5bbf\u99c5":40,"\u3057\u304b":[70,108,8,110,5,43,28,74],"\u9ad8\u307e\u3063":81,Comments:111,"\u4ef6\u6570":[70,1,37,85,31,104,68],"#SET":89,"\u62c5\u5f53\u8005":91,"\u30dc\u30c3\u30af\u30b9":70,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[52,91],"-threashold":[37,94]," CFLAGS":[12,91],threshold:14,"\u88dc\u5b8c":[29,93,94,51,27,6,113]," requests":74," contact":74,"\u3002weight":8,"\u77ed\u6642\u9593":81,"\u30d1\u30c3\u30b1\u30fc\u30b8":[22,101,78,94,90,91,12,9,92,64,82,42,14,52,53],"\u3057\u3066":[54,25,70,94,1,91,37,111,9,5,10,107,74],"\u6700\u5927":[34,35,0,108,94,60,70,89,42,14,28,104],"\u30bf\u30a4\u30c8\u30eb":[25,70,110,8,43,108],title:[25,1,79,8,21,43]," LocalNames":97,"\u5316\u5bfe":74,"\u306a\u3093":90,"\u306a\u308c":90,"\u305f\u3057":25,"_ADJUST":36,"\u306a\u308a":[1,2,60,5,27,68,57,73,70,7,90,91,8,93,108,31,89,84,10,69,33,25,75,37,39,40,14,43,71,44,45,110,81,111,18,19,21],"\u306a\u308b":[0,1,57,60,64,5,67,89,69,101,70,108,91,30,8,9,73,97,33,74,36,37,39,102,42,71,44,78,81,94,112,92,82,51,19,53],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":42,MessagePack:[14,67,2,28,42],"\u811a\u6ce8":[7,1,38,30,71,44],"\u4e00\u6642":[7,33],".h":49,"-server":[14,60,42],wheezy:[29,91,82,92],"_INDEX":[25,70,23,1,57,37,111,94,110,73,39,43,108],"\u5f53\u8a72":90,"-setuptools":10," checked":91,"-WORD":70,clang:107,self:89,define:[29,95,60,41,24],"\u8868\u3059":[25,7,35,8,26,39,36],ssh:91,"\u5f8c\u8ff0":[36,91],"\u51fa\u305b\u308b":81,"1\u6708":[70,56,108,8,111,80,87,44]," url":97,geo:[25,0,7,24,29,111,48,94,30,40,42,14,71],For:13,manager:[5,28],"/Fedora":[42,94],"\u3002CPU\u30b3\u30a2":28," Web":67,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[80,87,70,56],summary:89," jekyll":91,":')":[39,33],"[:":21," wget":[101,78,12,9,92,67],"\u300c\u697d\u3057\u3044":85,"\u76f4\u63a5":[111,97],"/\"":[25,1,79,8,40,21,97]," \uff08":[27,75,67,51],".conf":5,wiki:5,".c":[70,23]," lenny":14,"\u8907\u96d1":[42,70,36,108],Src:8," package":91,sear:27,"# ":[1,57,60,5,27,66,28,84,70,7,108,8,93,73,74,25,75,40,43,110,79,111,51,21],"#'":60,"_suffix":14,"\u7a7a\u767d":[1,110,37,81,60,31,51,33],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[111,0],"\u5b66\u3073":[70,7],"\u843d\u3061\u308b":[14,94],japan:[21,79]," become":23,"\u5c11\u306a\u304f":[73,81,108,110],"/DD":108,"\u5024\u3068\u3057\u3066":[7,60],"(scan":107,"\u8a18\u6cd5":[43,108],".x":78,"\u7528\u79d8":[52,91],"-check":[14,94],"<gqtp":89,"\u898f\u5247":42,".content":[73,70,108,110],"|ng":70,"\u77ed\u7e2e":31,"\"#\"":89,"\u5dee\u96c6\u5408":108,"\"BLT":97," are":[8,88,70,74],"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":28," shutdown":5,"\u3002Google":110,"import":91,before:45,"\u5229\u7528":[101,1,26,60,64,5,42,27,67,89,29,108,91,8,9,96,97,74,85,75,37,40,14,44,107,78,110,81,92,82,51,18,53],"\u5927\u4e08":54,"\u3053\u3053":[70,1,57,91,8,93,110,37,40,111,108],"\u4f9d\u5b58":[29,67,82,42],"-Encoding":28,jobs:89," PALALLES":91,"\u3088\u3044":[70,110,28,74]," ShortText":[25,70,7,1,57,79,8,111,110,73,39,37,97,84,108,43,89,33],"\u6700\u5c0f\u5024":108," Environment":45," depends":23,"\u3057\u3088":[73,7,56,8,31,36,87,14,50],"#{":88,"\u672a\u8a2d":42,"\u904e\u53bb":91,"\u3088\u3063\u3066":[40,26,44,62],"\u306a\u3069":[1,26,62,21,27,67,89,70,90,91,8,73,28,98,32,74,100,36,75,37,85,77,14,44,108,111,110,81,51],Each:88," target":8,"\u306a\u3067":27,ja:[91,74],"\u306a\u3063":[107,70,111,1,90,91,77,8,81,94,110,37,21,42,14,43,28,33],"\u306a\u305c":[27,70,110,108,75],"\u5206\u5272":[1,108,81,85,14,33],autoconf:14,"/hoge":60,"\u306a\u3059":30,"\u306a\u3055":[18,35,70,33],"-code":91,"\u30af\u30ea\u30fc\u30f3":91,"\u3082\u306e":[109,35,70,7,1,57,91,75,8,111,60,71,36,64,5,90,43,74,89,33],"\u306a\u3052":57,"-document":[60,91],"\u3002gqtp":[109,21],"\u306a\u304f":[87,0,94,1,57,89,8,81,98,26,70,110,5,108,42,14,52,67,91,28,45],"_otoj":107,"\u306a\u304a":[85,91],"\u306a\u3044":[0,1,2,26,60,5,42,27,67,6,89,84,101,70,90,91,8,93,73,37,97,98,108,33,34,36,75,12,76,85,46,77,14,44,107,45,109,110,81,94,112,82,18],"\u306a\u3046":111,"delete":[29,0,24,94,50,41,14]," by":[8,42,110,88],"-output":[70,89],"\u6b21\u56de":[90,91],"-mecab":[101,42,78,9,92],"\u4e00\u822c\u7684":81,"\u975e\u4f9d":78,FSF:42,"\u30fb\u5168":95,"\u5404\u7d22":1,"-groonga":[91,89],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":42,"/WGS":40," rewrited":23,Note:8,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":85," arted":108,"\u5c55\u958b\u5f8c":70,"\u76f8\u5bfe":[14,70,91],Here:88," Ubuntu":91,"_res":89,"\u5f15\u304d\u51fa\u3059":81,"}/":[67,74]," command":[90,8,86,21,5,42,45],curl:[42,67,45],"'column":42,WITH:[39,1],"\u9006\u5f15":25,save:91,"\u8868\u8a18":[7,57,91,8,40,14,44,108]," followee":111," associated":8,"\u578b\u60c5":42,"\u524d\u5f8c":[60,1],"\u3002callback":36,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[52,91],"\u9ed2\u3044\u70b9":26," []":59,"\u5468\u4e0a":71,"<encoding":60," follower":111,"\u679c\u305f":1,"\u4ee3\u308f\u308a":[101,56,110,80,60,50,64,21,67],Bug:52,"\u4e0b\u3055\u3044":[101,78,91,9,92,64,82,42,53],"'ja":74,engine:[27,93,51]," be":[8,88],enable:[46,94,91],"[admin":[14,42],"\u5b57\u5c0f":70,"\u306e\u3044":[7,56,90,3,81,60,31,40,4,36,87,44]," \u7528":67,"_tokenizer":[70,1,57,37,111,110,73,108,43,89,33],"\u6392\u4ed6":108," res":89,"_value":[14,94,68,42],"\u6607\u9806":[40,1,70],"\u5b9f\u884c":[101,63,1,24,3,59,60,4,64,5,42,27,67,28,69,29,70,7,90,89,93,9,53,31,87,68,56,98,32,95,33,22,74,36,97,75,12,38,39,77,40,102,104,99,14,107,46,78,91,80,81,66,112,92,50,51,18,52,19,83,21],UInt:[25,70,1,57,79,37,59,94,110,73,40,21,66,43,108,44,84]," MeCab":81,"\u6240\u5b9a":[37,85],"=yes":[42,70,107,91],Mitsuhiro:94,ruby:[42,91]," tags":25,sound:75," fork":74,"-bye":[70,108,110],"\u30bb\u30df\u30b3\u30ed\u30f3":89,"\u304a\u3051\u308b":[34,25,1,110,8,81,42,44],GROONGA:91," form":110,"}]":[31,2,89]," autogen":91,"\u4e0d\u5b8c\u5168":14,"\u30b7\u30b0\u30ca\u30eb":14,"\u7406\u89e3":[70,1]," coverage":107,"/packages":91,"?table":21," Shimada":94,score1:36,"\u57fa\u672c":[29,1,108,91,8,81,85,37,42,96],"\u306a\u3057":[56,90,75,8,110,108,73,80,50,115,87,71,44,28,33],"\u6982\u8981":[29,70,7,90,24,81,5],"\u3002\u3002":26,"\u3002DB":[14,36,1,21],"\u3002\u300c":[25,43,110,70,108],"\u30b3\u30ed\u30f3":[39,33],"\u8af8\u6761":34,"\u5fc5\u8981":[0,101,1,57,5,42,27,67,6,28,73,70,108,91,9,31,37,89,10,33,87,36,75,12,14,107,78,110,81,94,92,51,18,74,21],"@lists":[91,13],valgrind:107,Content:[14,28],".md":91,"|')":[39,33],"\u305f\u3068\u3048":37,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":57,"\uff01\u3057":13,"'.":74,"\"}\n":73,"\u8f9e\u691c":[14,108],"\u3002squeeze":107,nogpgcheck:42,IEEE:44,"\u633f\u5165":[60,1],"\nSUFFIX":36," support":23,"\u8f9e\u66f8":[37,0,94],develop:90,"\u559c\u3073":[49,74],"\u91cf\u8a08":0,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[50,56],"/function":91,check:[29,0,24,77,41,14]," special":70,html:[10,52,107,91,74],"<path":60,"')":[109,70,56,80,60,87],"-dir":89,"=squeeze":91,".org":[25,78,67,1,79,74,92,12,9,8,40,5,97,91,101,53,89,21],document:[18,94,60,108],events:28,"\u3002\u3044":36,UTC:108,"\u5b89\u5b9a":[81,42,90,77],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[73,29,24],"#]":38," xml":2,"0\u30d9\u30fc\u30b9":70,IP:[21,89],".po\u30d5\u30a1\u30a4\u30eb":[52,91,74],"\uff01\u300d":[70,108,110],IT:25," Int":[8,7],"{PREFIX":67,"\u53c2\u7167":[0,58,5,42,67,89,29,70,7,108,91,8,93,9,37,96,25,101,12,14,44,45,78,110,79,81,94,92,111,18,53],"\u672c\u5f53":27,favorites:111," porting":23,"\u3042\u306a\u305f":13,cmake:64,"\u5b9f\u88c5":[70,7,18,5,42,14,115,28,74],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":60,montywi:42,ID:[1,8,59,94,60,77,88,66,33]," added":23," binding":23,"\u305d\u3057\u3066":[8,27,70,111,81],"\u96e3\u3057\u3044":81,It:[88,70,108,110],"\u5217\u8868":44,"-msgpack":28,"_rename":42,"\u53d6\u308a\u51fa\u3057":[1,33],"\u306e\u3061":70,"\u53d6\u308a\u51fa\u3059":[94,36]," ./":[67,74],"[geo":14,If:[8,88],"/unit":107," brother":110,"\u6771\u4eac\u90fd":[37,111,85],"\u4f5c\u6210\u6e08":60,"(v":36,"\u672a\u5bfe":42,"\u3002\u3059\u3079\u3066":[107,74],"\u30af\u30a8\u30ea\u30da\u30a2":6,gdb:107,"\u3088\u3073":36,BOM:94,"\u6271\u3048":62,"\u5171\u6709":[81,25,67,13,29],"\u5b9f\u7a3c":109,".dll":89,"\u30ab\u30e9\u30e0":[0,63,1,57,24,59,26,60,42,27,67,6,68,69,29,70,7,108,8,93,31,95,96,56,84,33,87,25,75,37,38,73,39,40,14,43,44,111,110,79,80,81,94,51,19],speed:6,"\u8fd4\u5024":[63,56,3,59,4,87,66,69,70,7,72,93,31,95,97,32,99,33,35,38,39,77,102,104,71,46,114,80,30,50,18,19,83],"\u30cb\u30db\u30f3":27,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":46,"\u3002none":60,"(_":[27,93,75,108,51],"/false":[8,0],"\u3002\u307e\u305a":37,"(R":89,"\u30d1\u30e9\u30e1\u30fc\u30bf":[87,29,70,1,57,79,80,111,85,109,40,50,21,56,42,14,43,96,90],"_extract":23,"\u30b3\u30de\u30f3\u30c9URL":28,"\u4f4e\u3044":[37,70]," indicates":88,"\u5ea7\u6a19":[7,108,111,26,30,14,71],"\u56f0\u96e3":[42,81],"\u63a2\u3057":[81,89],Uint:[1,72],"\u9577\u65b9\u5f62":14,"_HASH":[25,70,7,1,108,79,8,111,73,97,66,43,33]," C":[49,14,108,81],"\u500b\u6570":42,"\u30ad\u30fc":[70,1,108,94,60,110,42,44,68,33],"(A":45,TokenTrigram:33,"\u6c4e\u7528":[60,89],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[81,14,29],"\u639b\u3051":108,"\u542b\u3080":[109,70,36,1,108,80,93,76,85,110,39,56,111,42,43,33]," git":[91,74],"/base":91,"(<":36,"(=":[36,108,33]," \"I":[73,70,108,110],"\u8a00\u3048":[37,110],"\u5c55\u958b\u7528":14,"\u697d\u3057":[37,85],Mecab:42,"\u542b\u3093":[70,36,108,75,8,6,110],grn:[56,24,14,88,87,29,70,7,72,31,95,98,35,36,50,42,43,71,80,94,112,30,52,114,47],")..":91,"()":[35,0,36,72,94,112,114,30,40,7,42,14,52,71],"(.":91,"\u30ea\u30af\u30a8\u30b9\u30c8URI":5,"(-":108,"(\"":[60,7,1],"-test":[107,91],"( ":60,"(!":36," BOOLEAN":23,"('":[39,70,1,80,60,31,87,56,68,33]," Yoji":14,"\u3068\u304a\u308a":[34,89],license:91,"\u9069\u5b9c":[57,91]," format":[8,88,23,2,74],Kenichi:[14,94]," very":[70,108,110],server:[5,28,91],"\u95a2\u308f\u3089":89," ssh":91," Representation":74,"_SIS":[110,108,85,84,33]," python":[10,91],"\u9650\u308a":[36,37,85,31,68,33],"\u4ed5\u7d44":[28,74],TokyoGeoPoint:[14,40,71,44,30],"} ":[88,74],"8\u3064":89,"\u5c5e\u3059\u308b":[66,44]," datasets":86," tool":45,LocalNames:97,conditional:93," supports":23,"_SUCCESS":[80,88,70,56,87],"\u9650\u3063":7,"\u30b7\u30b9\u30c6\u30e0":[54,29,81,73,111,14,52,67,96],"\u5de6\u53f3":1,"\u843d\u3061":94,"},":[25,70,7,1,57,111,110,73,108,89,84],"_VECTOR":[8,25,70,39,111],"\uff08CI":45," \"_":[25,70,7,1,57,79,75,8,93,110,73,40,21,51,27,43,108,111,84],"\u30d5\u30a9\u30f3\u30c8":10,"\u985e\u7d39":37,"}.":70,truncate:14," init":42,ellip:7,"/database":5,": n":109,"\u65b0\u5bbf":40," cd":[64,91,74],automake:94,"\u6c42\u3081":[81,72],"\u9234\u6728":42,"\u30de\u30b7\u30f3":60,"@uzulla":14,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":42," cp":9,mooz:14,Ruby:[81,42,23,98,45],"\u306b\u3064\u3051":108," check":107,"/httpd":5," binary":[81,2],"\u8a18\u4e8b":[73,91],Term:[39,33],"\u5168\u6587\u691c\u7d22":[42,110],".select":89," Float":8," handled":[8,5],"\u306f\u3044":8," CODE":2,"\n{\"":[108,75,93,73,51,27,110],SiteDomain:[21,79],";\"":42,"; ":[60,5,89],"\u306f\u305a":89,"-static":14,"\u542b\u3080\u5024":[60,1],"CPU\u30b3\u30a2":[60,28,115],"/index":[60,91,74]," schema":86,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":89," enable":5,"_$":93,"\u578b\u6307":42,"_OP":36,"\u306f\u3069":70,"_OR":[36,21]," instead":60,of:8,"_escalation":[94,70,67],"\u30e6\u30fc\u30b6\u30fc":[25,70,110,111,5,67],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[14,28],Tomoatsu:94,"\u304b\u3048\u308b":79,";\n":[89,5,28],Katakana:27,Defines:86,processor:[92,78,9,101],"@soundkitchen":[14,42],"\u3082\u3061\u308d\u3093":89,Information:88,"/admin":[14,60]," \"n":[70,1,108,110,46,5,21],".patch":74,searc:27,"\u884c\u76ee":[91,89],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":60,"\u30aa\u30d5\u30bb\u30c3\u30c8":[93,70],"\u8abf\u6574":[37,98]," age":70,"\u3002\u3059\u3050":5," nine":1,"\u53f3\u4e0a":0,"\u30c1\u30e3\u30f3\u30af":77,"=title":21,"\u9bae\u5ea6":73,"\u306f\u3044\u304f\u3064\u304b":[34,110,28],"\u30a8\u30ed":111,"\u305d\u308c\u3089":[109,70,28],"\u76f4\u611f":84," comment":111,"\u8a55\u4fa1":36,"\u7279\u6709":5,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":107,log:[29,24,3,60,4,41,88,32,42,67],NO:0,"(title":72,"\u9032\u3093":81,"\n``":[46,77],"_truncate":14,"\u53d7\u3051\u53d6\u308a":[36,1],"\u30e9\u30f3\u30ad\u30f3\u30b0":1,"\u6b21\u671f":91,"\u77e5\u8b58":89,"\u6d3b\u304b\u3059":70,README:91,"\u63d0\u6848":[29,94,93,51,42,14,6,113],"d\u30ad\u30fc":1,"/modules":94,"\u3082\u3046":[73,43,72],"\u8a18\u8f09":[42,91],Sphinx:[49,10,52,106,74],complete:[27,93,6,42],"\u901a\u308a":[70,7,108,91,37,93,59,26,71,110,51,66,67,45],"\u3002gdb":107,"\u3082\u3057":[70,7,110,28,67,89,45],POSIX:108," doc":[91,74]," B":108,"\u30d1\u30bf\u30fc\u30f3":108,"(ShortText":57," complete":[27,93],"\u516c\u958b\u9375":91,hsiomaneki:111,",\"links":8,"\"Items":97,pull:74,"\u304b\u304e\u308a":89,"\u306b\u3088\u3063":[63,1,57,3,59,85,60,4,21,66,56,69,70,90,8,31,95,97,98,32,99,33,87,25,36,76,38,39,77,102,104,109,46,79,80,81,50,18,19,83],"_TABLE":14,"\u697d\u3057\u3044":[37,85],"default":[73,70,1,2,89,37,111,110,46,57,21,90,43,108,5,28,33],"\u69cb\u7bc9":[29,24,85,73,42,52,107],"\u30b3\u30b9\u30c8":73,Month:[25,88],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[32,70,67,90,89],"'_":31,"-po":[52,91],"\u4f5c\u3063":[37,14,111],Hiroshi:14,".gpg":91," using":23,"\u304a\u77e5\u3089":[29,0,94,112,42],"|on":70,"|oo":70," posted":111,Build:64,"_CREATE":36,Time:[8,111,37,42,14,114]," enabled":88,uid:91,"\u5883\u754c":7,"\u3082\u308c":57,"\u30de\u30fc\u30b8":[42,74],"\u30ec\u30b9\u30c8\u30e9\u30f3":81,"\u65b9\u5f62":[7,71],"/CoreModule":5,Blog:43,"| n":108,ar:[37,85],"\u3002TLD":79,file:[0,94],"+ y":44,bob:70," universe":9,"\u30ea\u30af\u30a8\u30b9\u30c8":[63,56,3,59,4,5,66,87,28,69,31,95,97,32,99,33,38,39,77,102,104,109,46,80,50,18,19,83],"\u4f5c\u308a":[27,43,75],"\u4f5c\u308b":[25,75,111,76,98,74],Cutter:107,GByte:34,"\u53d6\u308c\u308b":31,"\u5bfe\u5fdc":[0,1,26,60,42,27,6,28,29,70,93,31,33,36,75,76,14,107,81,94,112,51,114,115],"\uff08true":8,"\u95a2\u4fc2":[25,70,36,82,29,8,111,41,42,67,96,110],"\u56db\u89d2\u5f62":26,"\u597d\u304d":74,"\u30aa\u30d7\u30b7\u30e7\u30f3":[0,1,2,85,60,21,42,27,67,28,84,101,70,108,91,93,9,37,89,98,75,12,46,14,43,107,109,78,110,94,86,92,51,18,53],"5km":111,gettext:74,"/IPAexGothic":10,Bigram:[37,111,85],"\u3002Munin":[92,78,9,101],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[21,28],"}|":88,"\u518d\u5e30":[70,36,63,69],"'OR":42,"\u8a18\u8ff0":[36,1,57,111,60,89]," rpm":[101,78,91],string2:72," approximate":7,string1:72,TokenBigramSplitSymbolAlphaDigit:[37,75],"_type":[25,7,1,2,79,8,111,66,31,89,97,42,84,18,43,71,68,33],ftp:89,time:[8,27,93,75,51],"\u30c7\u30d0\u30c3\u30ac":107," Tracking":54,"=(":91,"_name":[97,112],"\u30c7\u30d0\u30c3\u30b0":77,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":2,"\n% ":74,msgpack:2,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[42,64,89],"\u3088\u3063":40,Entry:[39,56,80,59,31,50,95,87,33],"\u4e94\u5165":14,"\u7d50\u5408":[36,110,98],"]\n\n":[111,21]," [\"":[70,37,111,59,77,93],IWAI:42,"\u5b9a\u7fa9":[73,70,7,1,108,110,60,59,95,38,102,39,36,63,66,42,44,68,33],"\u65b9\u5f0f":[60,43,1,81],":mm":[88,108],"\u8a66\u3059":115,"\u767a\u63ee":81,"\u30ab\u30d0\u30ec\u30c3\u30b8":[52,107],"\u6c17\u306b":74," stop":5,"/select":21," JSON":28,"\u305d\u3053":[8,37,91],Year:88," location":[25,7,8,111,40,5],"-threshold":[37,70,67,60,82],original:84,"\u5730\u57df":81,"}`":74,SIS:14,"\u306a\u3051\u308c":[39,70,67,108,8,110,60,31,42,33,89,45],SHIMODA:94,"\u4ed8\u968f":[63,38],"\u30c7\u30fc\u30bf\u30d9\u30fc":14," default":[8,88]," upload":91,"_pat":94,"\u308f\u304b\u3061":85,"\u5408\u8a08":[37,77,89]," OLD":91,"\u30da\u30a2":[27,75,6,51],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[14,42],"\u6761\u4ef6":[29,70,36,1,84,91,37,93,94,60,110,111,40,95,98,42,52,44,96,108],partial:36,"\u57fa\u6570":108," lcov":107,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":14,"-e":60,rd:[37,85],"-talk":[91,13],"\u300cSubmit":91,"-a":[42,60,110],"\u30d3\u30c3\u30c8":[8,108,110],"-c":[101,78,60,21],"-m":109,"-l":[88,60],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":57,"-n":[14,1,60],"-i":[60,89],"_rc":[80,87,70,56]," CI\u4e0a":45,"-j":67," mingw":91," hottolink":23,tail:91,"\u304a\u5f85\u3061":13,"-p":[60,21,89],"\u304b\u304b\u308b":[73,1],"\u304b\u304b\u308a":[73,108,110],"/lib":5,".GitHub":74,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[29,94,65,89],homepage:89,"-x":91,".name":[77,111],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":2,"-alloc":46,"-conditional":14,"\u8aad\u3081":42,"\u95a2\u9023":[1,3,13,4,5,14,56,67,6,69,29,70,91,8,9,31,95,98,32,87,101,50,42,106,45,78,80,81,92,51,52],"/other":5,"\u4ed5\u7d44\u307f":42,"\u5dee\u5206":89,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[14,28],"\u3002column":36,"***":4,"\u8aad\u3093":[52,45],"\u5438\u53ce":[1,57],"/C":81,",\"tags":25," type":39,condition:108,"(popular":70,"\uff1f ":89,":<":[70,110],pre:23,unigram:33,"- ":[91,45],"\u7d42\u3048":91,trigram:33,"--":[87,25,0,56,57,91,37,111,94,60,70,112,80,40,50,18,14,42,108,89,69]," implemented":23,allow:[42,9,92],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":67,list:91," Please":74,USE:42,"\u30e1\u30cb\u30e5\u30fc":91,"\u30d5\u30a1\u30bb\u30c3\u30c8":70,"\u3057\u307e\u3057\u3087":40,"\u304a\u3088\u3073":[1,91,8,81,60,42,67,33],"\u4f4e\u6e1b":94,"\u5909\u308f\u308b":37,"\u6d69\u4e8c":42,"\u306f\u3053\u306e":70,"<protocol":60,"\u7d4c\u7531":[63,56,3,59,4,66,87,69,91,31,95,97,32,99,33,38,39,77,102,104,42,46,80,94,50,19,83],"\u89aa\u5207":94,ASCII:[108,110],"/work":91,VIEW:60,"\u300c\u6771\u4eac\u90fd":37,"\u30d6\u30c9\u30a6":57,"\u771f\u507d\u5024":[8,29,108,96],"\u304c\u3053\u306e":110,"\u884c\u3048\u308b":25,None:86," price":8,"_DIR":91,"\u5927\u5225":8,"\u8a08\u7b97":[0,7,108,72,81,26,40,75,42,27,71,44,51],ECMAScript:[42,70,108,98]," {":[7,1,75,93,46,5,51,27,111,28,21],link:[8,21,79],"\u64ec\u4f3c":[70,108,110],"\u518d\u73fe":[37,98],"/centos":[78,91],"\u975e\u5206":70,"\u6975\u4ed8":[7,71],"}E":108,"(packages":91," Official":91," point":[8,42,7],sub:91,"\u7d22\u6642":94,devenv:64,"\u5225\u9014deb":91,"\u30ea\u30c6\u30e9\u30eb":[14,0,110,108,42],"\u4ee5\u524d":[8,111,37,104,42,14],"\u5927\u5207":81,"\u8868\u578b":33,naoina:42,version:[1,2,46,21,14,5],"_append":36,"_NO":[70,108,37,94,110,73,97,66,33],"\u6e2c\u5730":[7,8,30,40,71,44],"_modified":111,"\u8aad\u307f":[27,0,98,91,81],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":42,memcached:[107,29,21,96,81]," %":108,"\u793a\u3059":[80,70,7,56,84,8,59,110,108,31,30,87,66,71,28,33],Pull:74," httpd":91,"\u307e\u3057\u3087":[25,70,7,1],hash:111,"\u305e\u308c":[36,108,51],"\u5f62\u5f0f":[0,63,1,2,3,59,60,4,5,42,56,89,69,70,108,72,8,93,31,95,97,32,33,87,35,36,38,39,77,40,102,14,43,71,44,109,46,114,80,66,30,50,18,19],tags:25,"\"Table":60,"\u30c6\u30b9\u30c8":[29,78,94,91,101,37,111,9,92,64,82,42,52,103,107,53],"\u3002filter":[40,50]," Shinya":42,"\u30ce\u30a4\u30ba":[37,75],NFS:67," https":[74,45],"\u53d7\u3051":[7,1,76,21,42,28],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":60,"\u6e96\u5099":[29,70,57,91,37,110,108,52,74,96,33],DLL:[14,42],"\u304b\u304b\u3063":[80,87,70,56],"\u306b\u95a2\u3059\u308b":[29,70,108,24,111,13,5,42,27,14,44,110],"\u30aa\u30b9\u30b9\u30e1":[101,78,9,92,64,82,53],search:[110,75,93,51,27,6],"\u793a\u3057":[7,1,91,79,37,26,46,21],"=..":91,TokenDelimit:[51,33]," clone":[91,74],"\u975e\u516c\u958b":91,"<threshold":60,"_hit":[21,46,1,2,5],"_dist":42," ruby":91,"-Wno":14,"-localestatedir":67,"\u540c\u3058":[0,1,59,60,5,66,89,29,70,90,93,28,32,75,37,14,43,44,108,81,94,18,65],LZO:[42,67],published:91,"\u306b\u3064\u3044\u3066":[54,100,63,1,3,59,85,60,62,4,42,27,67,28,69,101,70,7,90,91,92,8,93,9,31,87,56,32,95,33,22,35,36,97,75,12,38,39,77,102,104,41,99,14,71,44,45,46,78,111,110,80,81,72,66,114,30,50,51,52,19,83,53],"\u308f\u304b\u308a":94,options:[109,60,86,89],"\ninfo":[3,4],"\u3002ftp":89,"\u3068\u305d\u306e":90,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[70,108,110],"\u30b3\u30e1\u30f3\u30c8ID":111,followee:111,"=ALLOW":70," Fontaine":14,"\u30ce\u30fc\u30c9":42,"\u30de\u30c3\u30c1":[0,36,108,37,70,98,14,67,110],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":85,"\u30d3\u30eb\u30c9":[29,78,67,91,101,12,9,92,94,64,82,42,14,52,53,45],"9\u3064":1,":..":70,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[29,52,106],follower:111," Visual":64,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u307e\u308f\u308a":52,ICHII:14,"\u672a\u77e5":42,".synonym":70,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":91,"\u300c\u697d\u3057":85,Redmine:54,"\u3068\u3059\u3050":73,"/atv":[40,1,79],"\u69cb\u6587":[29,70,7,108,24,112,98,42,110]," HTTP":[22,29,2,24,81,5,18]," supported":5," apt":[42,9,91,92]," SWIG":23,"\u5ca9\u4e95":42,"\u5317\u534a\u7403":[42,7],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[46,83]," disabled":88,"\u7a4d\u7b97":[70,36]," tag":91,rect:7,"\u3002\u300d":37,"\u6c7a\u307e\u308b":1,"@yito":42," zlib":[92,9],pseudo:[29,70,68,24],"\u30c6\u30ad\u30b9\u30c8":[94,91,89,74],"\u3060\u304b\u3089":70,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":25,Intel:89,"-tokenizer":[101,42,78,9,92],"/TO":28,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":108,"\u30af\u30ea\u30c3\u30af":91,Emergency:88,"\u518d\u5229":[70,68],"_gqtp":89,"\u578bn":70,"\u3067\u304f":[52,70,82,45],"\u4e00\u8a9e":37,"\u3053\u3068":[101,80,0,63,1,2,35,3,59,26,60,62,4,64,5,42,27,100,67,115,6,28,57,73,70,7,90,89,92,8,9,108,53,31,94,95,68,56,98,32,10,69,33,87,25,110,36,97,75,37,76,38,39,77,40,102,104,99,14,43,71,44,84,107,45,109,46,78,114,91,79,74,81,72,66,30,50,82,111,18,52,19,83,21],"\u3053\u306e":[100,1,2,85,60,13,62,64,5,42,27,67,28,57,101,70,7,108,91,8,113,9,73,37,89,56,33,87,25,36,75,12,40,50,14,43,71,45,78,111,110,79,80,81,92,82,51,52,74,53],"[element":108,"[load":42,"\u4e00\u756a\u5de6":108,"\u30bb\u30c3\u30b7\u30e7\u30f3":[99,60],"\u53f3\u4e0b":[30,0]," parameter":8,"/_":91,none:[43,67],"\u4f7f\u7528\u4f8b":7," return":88,"\u3053\u305d":111,Int:[25,70,7,1,110,79,35,8,93,75,111,37,40,94,51,27,44],"}\n":[25,70,7,84,75,8,93,110,88,73,5,51,27,111,28,108],"-databases":[66,1,21],fast:[70,108,110],dev:[92,9],"\u30d7\u30ed\u30f3\u30d7\u30c8":[64,2],"_PATH":[18,1,2,91,21],"++":[101,78,91,81,42,14,67],"\u524d\u63d0":[52,91],abandon:31,deb:[92,9,91],"\u3002KEY":[85,1],"\u7d44\u8fbc":[63,56,3,59,4,87,66,69,72,31,95,97,32,99,33,35,38,39,77,102,104,71,44,46,114,80,30,50,19,83],"\u6bd4\u8f03":[29,70,108,94,16,28,42,115,89,110],"\u79fb\u884c":[14,90],Codes:74,"\u4e2d\u5fc3":71,scan:107," libedit":101,"\u30ea\u30cd\u30fc\u30e0":14,share:67,"\u7279\u306b":36,accept:94,sphere:7,"_OBJ":14,"\u4f59\u308a":108,"\u9664\u53bb":94,GnuPG:91,"\u5c65\u6b74":91,gronoga:5,"\u958b\u767a":[100,29,78,90,91,101,81,9,92,64,82,111,103,52,45,53],"\u30d2\u30c3\u30c8":[70,36,57,37,111,85,73,27,84]," '":[1,84,85,60,27,88,101,70,7,108,8,93,9,73,74,25,75,37,40,42,44,78,110,111,92,51]," dataset":86,"\u7406\u7531":[81,70,28],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":14,"\u500b\u5225":91," ..":[56,108,93,77,5,87,1,28,74]," Doc":57,"-address":[14,60,42],snippet:23," *":[70,108,37,4,42,44,28,74]," pkg":12," Tritonn":[70,108,110],"\u300ccommand":18,"=dat":42,"&..":21,"\u3042\u3089\u304b\u3058\u3081":[44,91]," threshold":19," (":[34,29,70,7,91,24,110,78,23,64,36,68,108],"\u8fd4\u308b":94,"\u3002COLUMN":1,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":42,Don:5," \" ":89,"\u591a\u3059\u304e":94," YOSHIOKA":42,"[dat":42,"\"localhost":21,uptime:[0,1,2,46,21,5]," three":[8,1],"<groonga":89,"\u4e57\u7b97":108,"\u666e\u901a":108,disable:14,"\u304a\u9858\u3044":89,"_text":107,"\u91cd\u8981":[70,91,107,81,62,73,5,67,28],"\u306b\u3059\u3050":73,"\u30cf\u30a4\u30d5\u30f3":1,"\u30da\u30fc\u30b8\u30f3\u30b0":70,"\u8aad\u307f\u51fa\u3057":81," engine":[93,75,6,51]," files":[88,5],Solaris:42,"-http":5,"\u65b9\u6cd5":[101,1,2,24,85,60,64,21,42,27,67,28,29,70,7,90,91,8,113,9,73,37,65,89,97,98,74,75,12,71,103,14,106,44,107,45,78,111,81,92,82,51,52,53],callback:36," segment":77,Linux:89," path":[88,5]," under":5,taro:25,"\u4e00\u5bfe":8,"\u3002.":74,":\u79d2":111,uninstall:42,replied:111,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":91,"\u666e\u53ca":81,XXX:60,help:[14,107],"\u592b\u5fc5":84,"|COMPRESS":59,"\u8f09\u305b\u308b":91,"\u3002(":[36,91,60,31,89,33],"`hostname":60,"\u5024\u6bce":70,"\u5217\u578b":[8,57,79,110],natty:[9,91]," liblzo":[92,9],grntest:[22,29,91,24,94,42,14,89]," release":91,"\nlog":88," OR":[70,57,110],"\"is":8," creates":[88,86],"/lzo":14,".rpm":[101,78],systemd:42,Fixed:42,"[Groonga":91,">>":108," Src":8," >":[108,85,40,97,14,89],".git":[91,74],"\u308c\u308b":[1,57,26,60,64,27,67,68,101,70,7,90,91,93,73,89,32,74,36,75,37,76,85,77,40,102,14,44,107,81,51],GHz:89,">> ":108,"sort\u30ad\u30fc":0,"\u30ab\u30fc\u30bd\u30eb":[14,94],"\u53ef\u80fd":[1,57,85,60,5,42,67,68,84,29,70,7,90,89,93,28,33,25,36,37,77,40,14,107,108,91,81,110,111,18],"\u91cd\u8996":[37,73],"\u63a5\u7d9a":[1,89,76,60,21,99,42,83],"\u6574\u6570":[35,108,8,111,104,44,68],"\u6955\u5186":[7,71]," log":[29,91,24,88]," PALALLEL":91,"-essential":[92,9],"\u30d6\u30fc\u30ea\u30a2\u30f3":44,"2pdf":10," feature":74,good:73,".description":111,Music:25,"\u52d5\u4f5c":[29,70,90,91,75,8,113,94,107,5,51,27,14,52,115,89,74],URL:[14,21,18],"\u516c\u5f0f":[14,78,101],URI:[18,5],"_to":111,"\u3079\u3066":70," valid":8,"\u6271\u3044":[27,85,90,115],"\u6271\u3046":[37,42,108,13,81],".i":78,"\u3088\u304b\u3063":37,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":42,"\u5c0f\u306a\u308a":[110,108,98],"\u8a71\u984c":13,"\u6e08\u307f":[39,91,75,31,27,14,42,44,6,33]," \u30d0\u30c3\u30d5\u30a1":77,"\u5316\u95a2":94,"\u3002\u3057\u304b\u3057":[70,7,75,81,73,82,14,44,28],"\u3079\u304d":91," outputs":[8,88],"=Site":21,"-encodiong":108,"\u9664\u3044":89,"-encoding":[14,67,60,108,82],"\u304a\u3070":[14,0],"\u6271\u3063":[111,0],"\u30ad\u30e3\u30b9\u30c8":[42,94,110,111],"\u3002:":[1,59,85,60,5,66,56,6,28,70,90,91,93,31,95,89,97,10,74,87,75,37,39,77,50,14,107,80,51,27,18,33],"[doc":[14,42],".posted":111,"\u4e0d\u9069\u5207":42,"\u81ea\u7531":[81,36,68],yito:42,CUTTER:[107,91],"\u767b\u9332":[54,1,27,87,6,29,70,108,91,8,73,56,31,33,36,75,77,40,42,110,81,94,112,111,52],"-create":[22,29,24,75,93,112,86],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[52,91],weight:[8,70],"\ndeb":[92,9],"\u30b5\u30a4\u30ba":[101,78,77,8,81,9,92,64,104,82,42,14,53],Rose:8,"\u592a\u90ce":25,"\u3079\u304f":1," st":108,Sports:25," sh":91,HDD:89,"\"sequence":[27,93,75,51],"\u30d5\u30a1\u30a4\u30eb":[0,63,1,24,3,59,60,4,5,42,56,67,28,69,29,70,90,91,31,87,89,97,32,95,33,22,74,36,38,39,77,102,104,99,14,46,80,66,50,18,52,19,83,115],"\u30c4\u30a4\u30fc\u30c8":13,"\u897f\u66a6":108,UTF:[94,108],event:66,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":77,"\u524d\u8005":40,".mo\u30d5\u30a1\u30a4\u30eb":74,"<ip":[60,89],"/usr":[67,60],"\u30de\u30eb\u30c1\u30b3\u30a2":81,"\u7def\u5ea6":[29,108,8,81,40,111,44],bill:[37,85],":^":[84,110],"\u6e2c\u7528":0,"_QUERY":36,"\u305d\u308d\u305d\u308d":1,"/locale":[91,74],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":107,"\u8ddd\u96e2":[0,7,108,72,81,26,40,42,71],InnoDB:81," table":[39,70,56,8,60,59,38,31,80,102,95,93,87,50],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":64," our":74,"/mailarchive":91,"\u9045\u304f":71,"/etc":[42,9,5,91,92],"\u9ad8\u304f":37,Hour:88,"_new":[42,76],"\u9045\u3044":7,"\u3068\u3082\u3063\u3068":67,"\u5b58\u5728":[0,7,1,79,81,85,70,71,30,40,94,21,97,42,43,89,68],"/managers":[5,28],"\u3042\u308f\u305b\u308b":42," does":8,base:91,"\u3072\u3053\u3055\u3093":42,POST:[42,28,115],"_MAX":35,"\u30a6\u30a7\u30a4\u30c8":39,Block:8,"\u5024\u304b":7,RAM:89,"\u81ea\u8eab":[14,60],"\u547c\u3093":85,thread:[76,89],"_user":[5,28]," successor":108," processing":88," process":88,TokenUnigram:33,v2:36,"\u30b3\u30a2":[67,5,28],"/db1":28,"\u5927\u304d":[42,77],tritonn:70,"\u308c\u305a":90,"-gram":[37,81,85,1,108]," not":[8,88,70],"\u3067\u3064":57,"\u306b\u3082":[70,85]," pull":74,",[]":56,"-keyring":[42,9,92],"\u5024\u3068":[8,70,110],"@tomotaka":14,"\u5fc3\u914d":82,SiteCountry:[21,79],Twiter:42,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":32,"\u3059\u3079\u304d":36,"\u5f62\u72b6":26," term":77,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":7,"\u30bb\u30af\u30b7\u30e7\u30f3":[100,74,70,7,110,75,12,113,9,78,101,92,64,5,82,51,67,27,52,53,45],"\n\u308b":94,"\u30b3\u30d4\u30fc":[42,97,91],"\u4ed8\u4e0e":[25,84,40,89,43,68,33]," Cities":7,".blog":37,"\"_":[25,70,7,1,57,79,8,110,31,37,97,108,43,84],koi:[67,60],passes:91," en":[27,93],"\u306b\u5bfe\u5fdc\u4ed8\u3051":27,"\u73fe\u5728\u5730":111," weight":[8,70],"\u30c9\u30e1\u30a4\u30f3":79,"\u672c\u6587":43,".SSSSSS":88,"\u547c\u3073":[70,36,57,79,8,60,89],"\u533a\u5207\u308a":[87,109,70,1,2,79,97,8,81,93,110,60,31,80,56,51,42,44,108],"\u3002\u3059":[73,89],"/sbin":53,"-cache":60,":value":[70,110],"\u60c5\u5831\u540d":[66,59],passed:91,"\u7531\u6765":98," unmanaged":77,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[12,52,67,107,91],"\u96c6\u8a08":[29,81],"-get":[42,9,91,92],"\u3002make":89,"\u300cUsers":111,"\u8a9e\u691c":70,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":28,"$(":[101,92,78,9,53],"\uff01 ":111,Munin:[101,0,9,78,92,42,14,67],"\u547c\u3070":[44,1,108],"\u642d\u8f09":81,"\u5168\u6587\u691c":[29,94,1,96],"$ ":[84,108],selector:95,"\u65e5\u5f53\u65e5":101,"-help":[67,60,82]," Tag":25,"\u4fbf\u5229":[70,110,8,81,98,27,67],Homebrew:[14,53,82,29],"\u6574\u7406":42,"/*":[49,74],"\u4e71\u6570":[35,40],"\u5b66\u7fd2":[29,75,93,94,51,27,6,113],Packages:91,"\u56de\u547c":94,Horikoshi:14," ":[1,57,21,27,66,28,84,70,7,90,8,93,73,25,75,46,40,43,108,110,79,111,51],"\u898b\u308b":40,"_IP":21,"_probability":[14,93],"\u304a\u3070\u305f":14,"-working":42,"/RESULT":42," user":89," uses":88,KEY:[70,110,85,84,33,108],"\u8a18\u9332":[42,68,81]," gem":91,"\u30c6\u30fc\u30d6\u30eb":[0,63,1,57,59,60,62,14,56,68,69,29,70,7,108,8,93,31,95,96,97,84,33,87,25,36,37,38,39,77,102,42,43,44,110,79,80,111,94,66,50,19],",[\"":37,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":42,"\u5206\u3051\u308b":[8,91],Goo:[108,110],"\u5b9f\u969b":[34,25,70,57,37,111,59,43],"\u898b\u3066":70,"\u307e\u307e":[8,90,91],"\nGRN":36,"\u540dn":[66,59,70],"\u52d5\u74b0":109,"1\u30c8\u30fc\u30af\u30f3":33,"\u8aad\u307f\u98db\u3070":1,"\u66f8\u304d\u63db\u3048":[91,45],download:78,gted:74,"\u3002Functions":107," abandon":[80,87,50,56],"\u307e\u3060":[70,108,93,46,14,90],qps:[109,89]," arg":36,"\u307e\u3067":[34,73,36,1,84,91,111,60,31,89,74],"\u307e\u3059":[1,2,3,4,5,49,6,7,8,9,10,12,14,30,18,19,22,63,25,26,27,28,101,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,92,50,51,52,53,54,56,57,59,60,13,62,64,21,66,67,68,69,70,71,72,73,74,75,77,78,79,80,81,82,83,84,85,87,89,90,91,93,95,97,98,99,100,102,104,106,107,108,109,110,111,113,114,115],"\u307e\u305a":[1,57,91,37,111,85,64,5,41,108,67,89,74],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":2,Users:[111,64],"_list":[29,0,1,24,59,94,60,41,66,14],"\u307e\u305f":[63,56,3,59,60,4,14,66,89,69,70,108,91,31,95,97,32,99,33,87,38,39,77,40,102,104,42,43,44,107,45,46,110,80,111,50,19,83],"\u79d2\u8868":[8,37,40,108],Lucid:94,"/archive":91,"\u79d2\u5358":[8,44]," : ":86,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":94,port:89,"-limit":[0,60,70],centos6:42,"\u3059\u3079\u3066":[70,1,90,94,41,42,14,67,89,108],"\u307e\u3068\u3081":[52,70,91],build:[46,91],"[pat":42,command:[90,1,2,60,46,21,18,5],mroonga:[42,70,108,81],"\u8a18\u53f7":[37,60,85,1,94],"\u6b53\u8fce":52,Fork:74,"\u3093\u3057\u304d":98,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":36,"\u30d5\u30a3\u30eb\u30bf":42," prefix":14,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":14,In:8,".co":[70,23],"\u30e1\u30fc\u30c8\u30eb":[7,71],"\u6607\u964d":[70,33],"\u306b\u3057":[70,108,110],"\u306e\u3069\u3061\u3089":[70,108],"\u5e73\u884c":91,"\u3060\u3055\u3044":[54,74,70,1,108,91,12,81,9,110,64,21,82,52,67,107,45],The:[8,42,70,108,110],DragonFly:94,"\u4f55\u3089\u304b":44,"'hay":36,"\u5b57\u5217":[14,44,110],exe:[64,91],"\u306b\u3066":[7,91],"_put":[29,24,3,60,4,41,32],"\u30e6\u30fc\u30b6\u30fcID":111,"\u307e\u307e\u3067":37,"\u306b\u3069":36,"_SOURCE":91,init:67," translation":74,"\u6697\u53f7":91,"\u9577\u3055":[8,42,89]," Tweets":73,"\u4ecb\u3057":[81,21]," UInt":[25,70,108,110],"\u7528\u8a9e\u96c6":77," testdb":89," rst":10,"&query":21,"\u3057\u304b\u3057":[70,108,37,85,28,74],mlock:94," element":108,"\"Good":70," longer":23,"\u308c\u307e\u305b":[77,67,60,90],"/command":5,"_by":[14,111,112,42],".rb":94,"\u62e1\u5f35\u578b":8,SEGV:0,"\u304a\u3051":70,"-keys":91,"_users":111," item":[27,93,75,51],"(drilldown":68,"\u30d1\u30c3\u30c1":[49,14,74,94,42]," omitted":2," night":73,nterms:77,"\n]\n":97,"-memory":94,"\u304a\u3044":[1,91,8,81,40,107,14,74,68,33],"id]]":[80,56],"\u59cb\u70b9":1,"\u77e9\u5f62":[30,40,81]," OS":[29,53,94,82,42],"\u59cb\u3081":74,"\u5f79\u5272":1,"\u6bd4\u3079":[73,79],"\u3002MessagePack":67,"\u6d0b\u723e":14," yum":[42,78,101],"-ftp":89,HTML:[91,18,5,42,14,52,74],"\u51e6\u7406":[0,36,56,108,89,80,81,85,70,110,40,94,5,87,42,68,28,74],"\u4f4e\u6a5f":36,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":107,ANN:91," PostgreSQL":81,"\u30bf\u30fc\u30b2\u30c3\u30c8":42,columns:[31,42,94,56,87],"]]]":[37,93,95,108],"\u5168\u89d2":[14,1],"\u904b\u7528":81,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[27,75,115,28,51],"\nency":89,"\u629c\u3051\u308b":1,"\u5927\u898f\u6a21":81,"\u3002ECMAScript":70,"\u671b\u307e\u3057\u3044":81,"_html":[14,60],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":5,"\u601d\u3044":74," MySQL":81,"\u9069\u5408":[37,1],OBATA:94," build":[92,9,91,45],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":57,Clang:42,grep:[92,78,9,101],SSSSSS:88,"-source":91,".nginx":5," localhost":60,"\u62c5\u5f53":91,hoge:72," STATUS":86,"\u53c2\u52a0":[52,13],Help:74,"\u306b\u304a\u3044":[8,90,91],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[29,52,103,76,91],"\u30ed\u30b0\u30ec\u30d9\u30eb":60,"\u89e6\u308c":1,"-github":91,"\u7d44\u307f\u8fbc\u3080":[81,36,5],"(>":36,"\u3002Redmine":54," http":[109,101,78,67,2,12,9,60,92,21,18,53,28,5],"\u30bf\u30a4\u30d7":[14,89,28],"\u601d\u3063":49,":!":110,"\u68ee\u7530":25," RedCloth":91," GRN":[88,36],"\u8a00\u3046":27,RLIMIT:88,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":91,"\u3082\u3057\u304f":[108,91,8,21,42,43,44,110],"\u66f8\u304d\u8fbc\u307e":32,"\u82b1\u5b50":25,"\u305d\u3057":111,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":19,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,0,94,107,42],detail:89,dump:[29,0,97,24,94,41,42],"/log":[67,60],"]]":[70,56,80,93,59,60,31,50,95,87,89,33],"_SECTION":[39,111,43],"][":[14,110,42],":groonga":91,"/SRPM":91," Tomita":94,"\u554f\u3044\u5408\u308f":36,"\u305d\u3046":[108,45],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[63,1,24,59,26,14,96,69,29,70,108,73,34,25,37,38,39,77,42,43,110,111,94],sea:27,arg:36,sen:23,"\ncolumn":[37,111,7,97],"\u8a00\u8a9e":[100,36,94,60,52,45,74],PORT:[21,89],"\u3088\u308a":[70,7,57,8,111,85,110,71,73,37,36,82,27,14,42,67,44,94,89,108],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":36,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[91,89,74],"\u7d39\u4ecb":[25,52,70,91,111],"\u4e00\u5ea6":[73,14],GET:21,"]}":[8,77],"\u30b9\u30b3\u30a2":[70,36,37,93,40,111,42,68]," Munin":42,"\u5c02\u7528":[96,29,21,91,74],"]x":[111,40],TCP:60,"(news":91,"\uff08NOT":98,".log":[67,60,90,89],"\u3046\u3061\u3044":60,"\u3068\u3068\u3082\u306b":[8,33],"\u305d\u306e":[1,57,85,60,21,27,67,89,84,29,70,90,91,31,97,74,25,36,101,37,44,108,110,79,81,82,111],"\u8a9e\u4ee5":108," application":28,"\u7a7a\u6e2f":111,"\u8868\u73fe":[36,56,8,31,77,98,87,52,44],"\u304c\u3064\u3044":[42,94],"\u306f\u3061\u3087\u3046":108," Lexicon":73,"\nPARTIAL":36,Server:25,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[29,81],"\u5927\u91cf":[25,36,1],"\u304a\u304b":67,"\u898b\u3064\u3051\u308b":27,"\u304a\u308a":[111,43]," easy":10," realtime":[93,51],"\u500b\u4eba":67,"\u6790\u5668":[81,33],"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[100,98,45],encoding:2," issue":54,AND:40,"\u3002value":68,last:111,reverse:91,"\n\u30b9":14,"\u632f\u821e":7,"\u578b\u5909":14,SHIDARA:14,"/lists":91,"-api":49," Sites":97,".php":91,"\u958b\u59cb":[70,7,56,80,107,87,14,89],"] ":[109,91,60,86,21,42,14,89],"-file":[14,60],"\u53ef\u5426":1,"<= ":5,Query:[29,24,88],"]/":21,"])":[35,71],"<#{":88,"\u30b5\u30d6\u30bf\u30b9\u30af":91,load:[0,1,57,24,60,42,27,69,29,70,7,90,8,93,31,56,84,87,25,97,75,37,73,40,50,41,14,43,44,108,110,79,80,111,94,51]," about":88,");":36," off":5," Names":74," database":[5,86],point:[30,7,85,71],address:[14,42],"\u3059\u304e\u307e\u305b":25,"7e":89,"\u30b9\u30ec\u30c3\u30c9":[81,76,60,89,28]," intall":[101,92,78,9,53],"\u30ca\u30ce":94,"-patch":74,")-":91,"),":[39,33],shutdown:[29,83,24,94,60,5,41,28,21],").":91,"\u4e0d\u80fd":89,"\u4e0a\u8a18":[34,74,70,7,1,75,37,40,21,51,67,89,45],")\"":[57,110],".htpasswd":[5,28],")'":[25,111,108,75,93,40,51,27,110],":#{":88,"\u78ba\u5b9f":75,"[rpm":[14,42],GitHub:[54,14,74,42],"\"web":[75,51],"\u8003\u616e":37,Groonga:[70,110,91,81,88,108],all:[42,91],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[54,29,13,74]," Ueno":[42,94,112],"\u898b\u3064":[42,94,93],NULL:[42,36,108],"\u53ce\u96c6":81,"\u7c21\u6613":7,")\n":[35,7,91,23,36,88,71]," sample":89,"\u30b9\u30ad\u30fc\u30de":[70,7,108,73,97,110],"\\\"":[31,85]," memcached":21,po:[52,91,74],"\u534a\u89d2":1,"\uff08GNU":67,XML:[14,94,2,28,42]," #{":88,"\u3057\u3084\u3059\u304f":42,"|<":88,etc:[9,5,28]," COLUMN":[25,70,7,1,57,79,8,111,110,73,39,37,97,43,108]," raltime":51,"_reopen":[29,24,3,4,41,32,42],"#groonga\u30bf\u30b0":111,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":28,"[output":42,"/db":[93,5,97],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":60,"\u30d9\u30fc\u30b9":[108,81,94,110,42,14,115,74],"\u56de\u7279":89," warning":3,"\u3002Tag":25," User":25,"\u79d2\u9593":14,"\u5730\u7cfb":7,"\nLucid":94,"\u3067\u306a\u3051\u308c":108,"\u6307\u793a":[27,1,21],"-plugins":[101,78,9,92,82,42,67],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[29,106,82,91,49,94,108,110,103,14,42,10,52,67,89,74],INT:2,"\u505c\u6b62":[60,90,83],"\u30b9\u30c8\u30ec\u30fc\u30b8":[29,81],TokenBigramSplitSymbolAlpha:[37,70,85],"\u63d0\u4f9b":[22,101,78,7,90,91,81,9,94,92,36,5,42,14,115,6,28,45]," entries":[70,108,110],"\u4eca\u5ea6":111,"\u30b0\u30cb\u30e3\u30e9":111,"\"sug":6,"\u307b\u3057\u304f":70,engi:[27,93],"\u60f3\u5b9a":[46,25,97,77],"\u8a73\u3057\u304f":[8,81,1],"\u63a1\u7528":[37,81,21]," customized":88,"<=":111,"!(n":108,"\u5316\u524d":68,"^ \"":108,"\u5404\u8a9e":77,"\u958b\u3051\u308b":42,"\u6027\u5225":81,"\nALERT":[3,4],"_expansion":[14,70,57]," values":31,"< ":108,"</":2,NetBSD:94," free":[77,88],TokenBigramIgnoreBlankSplitSymbol:37,"\u898b\u3064\u3051":[27,0,42],"-key":[42,91],QUERY:88," Nonexistent":70,"\u30ed\u30fc\u30ab\u30eb":[108,91],"null":[14,108,66]," logs":88,fedora:[42,67,91],"\u4e00\u7fa4":36,"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[37,70,98],google:70,"\u4e38\u62ec":1,"\u6210\u679c":[52,74],Alert:88," registers":8,"\u5065\u4f5c":25,"[suggest":42," file":5,"\u56fd\u540d":79,"\u30c8\u30e9\u30a4":[14,108,110],"\ngroonga":[14,90,112]," select":37,development:52,About:45,"-chroot":91,Then:8," tweet":73," unpatched":23,"\u30ec\u30b3\u30fc\u30c9r":36,Lines:107,"\u901a\u4fe1":[109,29,76,103,5,18,52,89],amd:91," describes":74,"_equal":36,"\u5909\u63db":[14,44,5,111],"\u307e\u305b":[1,59,26,60,21,27,66,67,6,28,73,70,7,108,89,8,93,31,68,56,32,99,33,85,75,37,39,50,14,43,44,110,46,91,81,74,83,5],user:[5,89],ALLOW:[70,110],"{PATH":67,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":91,".spec":14,"\u5834\u6240":[94,89,13,91],Moero:25,Project:64,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":89,"\u672c\u6765":57,Senna:[42,23,108],"\"\u3001":27,"\u30b9\u30bf\u30a4\u30eb":60,"\u3044\u308d\u3044\u308d":[8,29,96,111]," buffer":77,"\u7d44\u307f\u5408\u308f\u305b":[36,1,91,37,81,39,33]," yappo":23,"((":70,"_INSTALL":[67,64,82],"\u30ef\u30a4\u30c9":14,edge:76,flags:[25,1,84,79,8,111,59,60,39,77,66,43,89,33],sortby:[25,70,1,93,40,95,14],"') ":60,entry:39,"\u9806\u756a":[37,60,1,110],"\u30b0\u30e9\u30d5":81,"\u3064\u307e\u308a":[70,91]," digits":88,"\u30d0\u30a4\u30b0\u30e9\u30e0":[37,33],"_lock":14,"\u3053\u308c":[85,5,42,27,67,6,28,70,7,108,91,49,73,74,36,75,37,40,14,43,111,110,79,81,8,51],"\u4e8c\u756a\u76ee":108,"_KEY":[25,0,7,1,57,79,8,111,94,66,70,73,37,110,97,42,84,14,43,108,33]," --":[25,70,108,111]," work":88,"\\bin":64,"_file":[5,28],"\u8fd1\u4f3c":[14,7,71],"\u56de\u6307\u5b9a":110,"\u547c\u3073\u51fa\u3059":[35,71,72,30,98,114],"_NIL":94,favorited:111," common":14,"\u6b8b\u5ff5":8,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[60,21],"\"tritonn":70,"\"value":70,"\u547c\u3073\u51fa\u3055":70,"\u547c\u3073\u51fa\u3057":[36,108,81,94,97,98,42],O0:91,"\u3067\u304d\u308b":[57,26,60,5,14,89,84,70,91,8,93,73,28,97,33,25,36,37,76,39,42,71,107,110,81,111,52,21],tables:97,"\u4e92\u63db\u6027":91,"\u5fd8\u308c":14,"\u5316\u51e6":[14,68],also:108,TODO:[70,55,57,58,20,15,61,110,17,86,105,47,28,108],"\u30bd\u30fc\u30c8":[29,0,94,25,93,26,70,40,14,96],PID:[0,67,60],"3\u4ef6":111,"[[":[25,70,7,56,84,8,111,59,110,60,73,37,87,80,66,108],source:[25,1,91,111,59,39,43],"\u7279\u5b9a":[70,91,79,81,97,98,43,67,107,33],location:[25,7,79,8,111,40,5,28,21],input:31,"\u3057\u307e\u3059":[70,108,79,111,85,78,110,6,33],"\u3064\u3051\u308b":84,bin:64,"...":[70,55,2,77,110,93,59,15,66,73,17,5,97,14,18,42,47,89,108],"1\u305a":[90,68]," speakers":13,"\u30fbOR":40,"\u5024\u7528":14," code":[88,74],"-untrusted":92,"\u968e\u5c64":36,"\u9759\u7684":[29,1,24,60,73,42,18,52,107]," can":[8,88,74],"\u304f\u3060":[1,84,58,13,64,5,67,28,101,70,7,108,8,93,9,37,89,74,12,21,42,44,78,110,81,92,18,53],nginx:[42,5,115]," Lion":42," add":[70,74],"\u30cf\u30c3\u30b7\u30e5":[46,77,33]," Have":73,bit:[101,78,12,9,92,64,82,45,44,53],"\uff08AND":98,"\u5f53\u3066":[66,59],"\u30d7\u30e9\u30b0\u30a4\u30f3":[101,0,94,81,9,78,112,92,42,14,67,74],"\u5927\u4e08\u592b":[54,67]," City":7,"@wareohji":42," -G":64,"\u8aa4\u308a":42," Hat":[52,67,91],"\n ":[25,70,7,108,89,37,111,59,77,40,95,5,28,110]," Takuto":94,"\u540c\u7b49":[85,89],"\u533a\u5207\u3089":14,"\uff09\u307e\u305f":[108,110],"-command":[94,90,28,45],"\n\"":[2,89],"\"uptime":2," Kinjirou":25,mode:36,"\u4ee5\u5916":[70,36,56,57,91,80,81,26,46,94,87,14,44,89],OS:89,OR:[40,70,57,110],"\u6642\u523b":[46,111,114,89,75],"\u5927\u304d\u306a":28,"\u3001C":1,"\u7f6e\u304b":[18,67,5],"_NONE":59,"\u7f6e\u304d":[94,91],"\n]":[25,7,1,57,79,75,8,93,110,31,97,51,27,43,108,84],FILES:86,"[dump":42,"\u8aa4\u3063":[42,91],"-DD":[88,108],"\u5404\u8981":57,"|correct":93,examples:94," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":42,"\u307f\u307e\u3057\u3087":[25,1,57,8,111,40,43],cd:[101,78,12,9,53,92,67,74],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,67,60,108],"\u3001[":[87,1],Hardy:94,"~number":108,"\u3001_":[111,40,1,79],"\u66f8\u304b":111,"_bool":94,"\u30af\u30ed\u30fc\u30f3":67,"\u5927\u304d\u304f":[8,94,90,97,71],"\u66f8\u304f":110,"/COMMAND":21,"\u66f8\u304d":[37,81,70,85,89],RPM:[101,14,94,91,42]," nanoseconds":88,"\u66f8\u3044":[111,108,110],"\u5927\u304d\u3044":[14,70,36,60,110],"\u3061\u3083\u3093":25,"\u69cb\u6210":[36,1,91]," sed":9,"\u3002JSON":31,"}]\n":8,"\u56de\u52d5":89,"\u5148\u60c5":111,proc:[92,70,9,78,101],".sh":[42,74,107,91,45],"\u5b8c\u4e86":[70,91,74],object:108,run:[107,5,91]," Hiroshi":94,"\u4ed8\u304d":[25,94,1,108,29,12,93,26,110,8,51,27,44,96,33],"\u3001\n":[40,104,91],",\u3000":89,bi:[37,85],"\u4ed8\u3044":111," tablename":90,"\u5f37\u5236":[42,0],"\u5c0f\u6587\u5b57":1,"_ADDRESS":21,output:[87,25,70,7,1,2,8,93,94,88,37,40,95,56,42,80,18,111,108],Raccoon:25,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[36,60],Bob:110,"\u4ed8\u3051":[8,42,1,21,28],"_FOR":36,Hello:[73,108],"\u30ab\u30a6\u30f3\u30c8":111,"{\"_":[25,70,110,8,40,108],"\u3001 ":[74,70,7,1,57,8,111,110,40,5,98,108,67,44,28,21],"\u78ba\u5b9a":93,"\u3001\"":[1,57,75,111,51,27,14,44,6],"\"mori":97,"\u3001$":91,Dump:88,"\"service":75,"\u4f3c\u305f":40,"\"yu":97,"\u3001-":[18,94,44,89],"\u53ca\u3073":[50,89],"\u3001/":[1,21],"\u3001.":[107,74],"\u5730\u5f62":[7,71],range:[66,59],"\u5185\u5bb9":[87,109,70,1,108,91,8,111,59,110,66,80,21,56,51,27,43,89,74],"\u3057\u307e\u305b":[37,27,70,67]," configuration":5,"\u95be\u5024":[29,70,37,93,85,60,65,14,67],"\"serach":75,"\u89e3\u653e":46," DATASET":86," LGPL":23,"\u5730\u70b9":[40,7]," search":[110,75,93,51,14,6],"\uff11\u4ef6":87,"(ctx":36," Dest":8,"_repair":42,"\u7e70\u308a\u8fd4\u3057\u6570":89,"\u30ad\u30e3\u30c3\u30b7\u30e5":[42,0,60,70,81]," SiteCountry":79,travel:111,"-protocol":[60,21,89],"/yum":91,"\u9010\u6b21":81,"\u4e88\u5b9a":[49,14,7,90,28],"\u6295\u5165":[37,0],NEW:[70,91],"\u5831\u544a":[54,29,94,112,42,14,52,89],".status":89,Natty:[14,9,82,29],"|:":88,".)":[88,108],"_fin":42," own":8,".-":74,"..":[70,56,108,80,60,86,31,87,18,110],"[tokenizer":42,"\u5316\u6f0f\u308c":42," Synonym":57,".\"":[8,25,1,108,73],"\u7a2e\u5225":59,submit:[27,93,75,51],"\u3072\u3068\u3064":[110,72],"/hosts":91,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":111,"\u51fa\u3059":111,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":28,"\"rect":[42,71],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":90," curl":[53,2,5],"\u5074\u9762":81,"\n..":97,usr:[67,60,5,107,53],files:91,"\u30da\u30fc\u30b9\u30c8":42,RESULT:2," NONE":70,GNU:67,".O":25," Demo":25,"-query":[1,84,60,14,88,42,110],"/suggest":66,"\u8a2d\u5b9a\u5024":[0,104],"-type":[27,75,51],BSD:67,Wikipedia:44,Google:[70,6],"\u7b97\u8853":108,".]":[108,93,59,77,66,87],"._":[8,70,108,110]," language":74,TSV:2,"/epel":78,posted:111,saerc:[93,75]," status":2," CI":[100,29,45,42],utf:[67,23,60,2],"_op":36,".n":[70,108,110],"_or":71,munin:78,"\u306b\u5bfe\u3057":[109,25,0,36,1,91,79,110,81,85,70,39,40,93,18,43,108,46,33],Twitter:[29,13,111],"\u306b\u3064":42,".d":[92,9],"\u8868\u3057":[36,1,90,26,44,68],"/DATABASE":28,"\u52d5\u304d":28,windows:[23,91],"\u52d5\u304f":[14,67,115,42],"\u5206\u89e3":36,".}":[77,108],"\u4e0a\u66f8\u304d":[40,91],Pentium:89,"/header":12," than":88," types":93,"\u63a5\u982d":[14,108,33],USERNAME:64,"\u3002Sphinx":10," functions":23,UNIX:67,"\u30ed\u30fc\u30de":27," candidate1":93,"\u3002command":90,"\u3002gnr":98,"\u3054\u3068":[42,43,76,91,62],"\u3075\u308a":93,"\u30ea\u30dd\u30b8\u30c8\u30ea":[101,78,91,9,92,42,14,52,74],"\u4f4e\u304f":37,"\u304b\u307e\u3044":1,sourceforge:91,"\u5b9f\u51e6":36,"\u7279\u5fb4":[81,25,29],"\u306a\u306b":27,"\u5165\u308c":[37,25,111],"\u306b\u5bfe\u3059\u308b":[29,36,1,91,79,25,8,81,94,62,21,93,14,43,111,96],"_columns":[1,57,88,87,96,29,70,7,108,8,93,73,95,56,25,37,40,43,110,79,80,111,94],">uptime":2,".comment":111,"\u958b\u3044":[14,19,94,69],"/data":45,binlib:91,"=null":70,"\u958b\u304f":14,invalid:70,":Groonga":[70,110],"_rate":[21,46,1,2,5],Error:88,"\u3042\u3052\u308b":[37,29,65],"'\u3002":60,"\u56db\u3064":85,"[groonga":[14,91,42]," go":73,"\u30ed\u30b0":[0,91,75,3,60,112,4,42,32,14,89],"\u6642\u4ee5\u5916":94,"\u5207\u308a\u6368\u3066":8," to":[70,23,108,8,5,88,110]," confirmed":8," fix":23,".load":89,"\u3002dump":97,".dump":14," script":89,"\u53f3\u8fba":[14,94],"_len":42,lucid:[9,91]," eight":1,"\u6307\u5b9a":[0,63,1,2,24,35,3,59,26,60,4,64,5,42,115,56,67,85,28,57,29,70,7,90,89,72,8,93,31,37,95,68,97,98,84,69,96,33,87,25,110,36,12,38,39,77,40,102,104,14,43,71,44,108,109,46,91,79,80,81,94,30,50,111,18,19,21],"\u5c5e\u3057":44,"\u4e00\u7dd2":[0,7,1,37,70,42],Cast:[17,110]," old":42,"\u9806\u5e8f":[70,1,37,59,66,33],"\u3088\u304f":70,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[28,115],drilldown:[25,0,79,111,70,95],"-in":91,"\u306a\u304c\u3089":[42,70,1,91,81],"\u7d99\u7d9a":[42,45],"\u306a\u304c\u308b":42,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":89,"\u4f7f\u3044":[113,101,85,5,27,67,28,29,70,108,8,93,9,73,98,74,36,75,14,106,44,45,78,111,81,92,51,21],"\u6b63\u898f":[42,1,108,33],LANGUAGE:74,"\u9593\u9055\u3063":[14,75,6,42],"\u4e00\u5de5":84,"_processes":[5,28],age:70,confirm:74,"\"suggest":6,"\nerror":[3,4],"\u5f37\u5316":[14,94]," base":5,"\u8aad\u307f\u53d6\u308a":[31,60],"-package":[67,91,82],Conifugration:45,"\u7f6e\u304f":67," post":[70,108,110],"-count":46,rinse:91,"\u6a29\u9650":67," b":110," c":[64,110]," `":2," a":[70,110,91,8,86,73,88,42]," changed":23,gr:70," d":[37,85],"\u3002name":33,"\u3067\u307f":81,",\"title":1," n":[70,108,110],"\u30a4\u30f3\u30c7\u30c3\u30af":43,"\u30ed\u30b0\u30a4\u30f3":91,"\u64a4\u5ec3":94," i":91,"\u958b\u304f\u969b":42,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":70," v":36,gb:2,ga:89,"\u5272\u308a\u5f53\u3066\u308b":[8,1]," z":44," push":74,"-lzo":[67,82],"\u3067\u306b":[37,73],CPU:[81,89,67,5,28],"\u3067\u3069":93," }":[46,111,1,21,28],"\u3067\u3057":[12,8,108],"\nhttp":5," @":[70,84,37,111,85,108]," A":86,pthread:14,"|http":89,similar:[42,36,93],"\u8a9e\u6271":85,"/\u65e5":111,Object:44,"-release":[42,52,78,91,101],"\u30cb\u30e5\u30fc\u30b9":73,"\u3067\u3059":[54,101,1,2,115,59,26,60,62,64,5,66,27,67,6,28,57,73,70,7,90,89,8,93,31,37,68,56,98,108,33,34,36,97,75,12,85,77,40,87,14,43,71,44,107,45,109,111,91,79,81,110,49,51,18,52,74,21],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[108,110]," Token":89,"\u3067\u3044":[8,70,108],"\u300cgroonga":98,Words:108,stable:90,"\u5dee\u6f14":108," [":[1,57,60,5,27,66,89,84,31,70,7,108,8,93,73,95,56,33,87,25,97,75,37,39,77,40,50,43,109,46,110,79,80,111,86,51,21],"\u3067\u304d":[101,0,94,1,2,35,26,60,62,5,42,27,67,115,6,28,84,73,70,7,90,89,92,8,93,9,31,68,56,98,10,108,33,87,25,110,36,97,75,37,39,40,14,43,71,44,107,45,109,78,111,91,79,74,81,72,114,30,51,18,53,21],include:49," ^":108," _":[25,70,7,1,84,79,8,111,110,40,108]," \\":[85,108],"\u5411\u3044":70," \"":[1,57,59,64,5,27,66,28,84,31,70,7,108,8,93,73,89,25,75,37,46,77,40,42,43,44,110,79,111,51,21],"_API":36," ":[63,1,2,3,4,5,66,27,67,28,57,70,7,90,91,8,93,108,73,95,89,32,69,33,25,36,75,38,39,77,40,102,104,43,84,45,109,46,110,79,111,50,51,19,21]," !":108,"/..":[5,91],"\"saerch":75,"\u30d7\u30e9\u30b0\u30de":70," Senna":[42,70,23,108,110]," libmsgpack":[92,9],"\u8fbc\u307f":32,"_DELIMITED":23," .":[101,78,67,91,92,12,9,37,64,107,45,89,53]," /":[109,85,1,108,37,93,9,60,64,5,28,21]," -":[101,80,0,23,1,2,35,3,59,85,60,88,4,63,5,42,27,67,28,57,73,70,7,90,91,92,8,93,9,53,31,94,95,89,56,32,10,69,33,87,25,97,75,37,86,38,39,77,40,102,104,99,14,43,71,44,84,107,108,109,46,78,114,110,79,74,111,72,66,112,30,50,51,18,19,83,21]," obj":77,"\u3002run":107,"\u3067\u5024":[60,1],"\u6e0b\u8c37":111,"\u983b\u5ea6":93,"\u3088\u3046":[0,1,57,26,60,5,27,56,42,67,6,28,84,29,70,7,90,91,8,113,73,89,97,10,108,87,25,36,75,37,85,77,40,14,71,107,45,111,110,79,80,81,94,51,18,21],"\u3072\u308d":84," :":108,"\u30a8\u30b9\u30b1\u30fc\u30d7":[31,42,108,110],"\u304a\u3053":[8,81],"\u6368\u3066":14," ?":108," <":[70,23,108,37,40,97,14,89]," =":[25,70,7,84,60,40,36,108],"\u5206\u985e":8,"\u4f7f\u3048\u308b":[110,60,42,14,67,45],"\"complete":6,"\u304a\u304d":[81,91],"\u70b9\u4ee5\u4e0b":8,"-build":107,".clean":91," update":[101,91,9,92,42,52,74],"-id":[42,60],"\u542b\u307e":[70,36,1,108,91,59,85,78,31,51,66,28,110],"_dir":14,"\u6b8b\u308b":14,"\u304a\u304f":[8,108,91],ctx:76," such":74," York":7,".output":18,pkg:[94,67]," owner":5,".po":[52,74],"\u3002Blogs":37,"-suggest":[22,29,24,75,93,94,112,86,42,14,6],"/bin":67,"\u5341\u5206":37,"\u4e00\u81f4\u3057":85,"_PREFIX":[94,67,64,82]," word":[70,110],MySQL:[81,91],"\u30c7\u30b6\u30a4\u30f3":42,".pc":[14,112],"\ntable":[37,111,97],"\u9023\u643a":81,"\u7d42\u308f\u308b":[73,108,110]," [":70,".xml":2,"_cursor":94,"_SCALAR":[25,70,7,57,79,37,111,59,110,73,39,97,43,108],index:[25,43,23,91],"-line":45," specifies":8,"_thread":89,"/introduction":[1,21],".tsv":2,squeeze:[29,91,82,92],etime:109," WGS":[8,25,40,7,111],"\u983b\u7e41":67,"\u306e\u3067\u3057\u3087":70," specified":8,"\u6e21\u3055":[42,7,36],"\u5358\u7d14":[36,84,71],"\u30a8\u30f3\u30b8\u30f3":[8,25,70,60,81],"\u7b49\u5024":94,"\u3060\u3057":[14,89],body:[39,57,37,31,80,19,69],FTP:89,"\u5224\u65ad":108,"-exact":46,"\u5024\u8a18":108,"\u5fc3\u304c":107," Really":108,"\u521d\u56de":74,"\u516c\u958b":[14,94,91]," PatSuffix":84," Precise":[29,9,82,42],"\u62e1\u5f35\u5b50":[94,2,89],"?parameter":5,"\u57cb\u3081\u8fbc\u3080":89,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":26,"\u4efb\u610f":[1,91,81,60,44,89],"\u5341\u5206\u6c17":70," libmemcached":107," \"":[70,7,57,111,59,110,77,21,66,43,89,108],"\u306b\u5bfe\u5fdc":[87,70,56,80,18,60,31,42,32,14],translate:74,"= \"":[70,108],"/tmp":28,"\u4e0e\u3048\u308b":[31,109,40,60,90],"\u7de8\u96c6":[0,108,91,72,5,52,67,107,74],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[1,5],"\u4e0a\u3052\u308b":37,"\u300d\uff08":[85,97]," Comments":[111,97],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":60,"\u5177\u4f53":37,"\u3067\u3082":[54,1,85,64,5,42,27,67,89,101,70,91,9,74,37,40,21,14,43,107,78,81,92,82,53]," Shibuya":94,">version":2,"\u3002API":98,".fedoraproject":78,"\u5206\u6790":81,"\u6b8b\u3063":94,"\u898b\u3064\u304b\u308a":70,CODES:91,"\u8d85\u3048":[37,70],"/to":5,"\u30ed\u30f3\u30c9\u30f3":7,realloc:94,"\u5171\u901a":[14,43,44,108,33],"\u767a\u4fe1":91,"\u7518\u3044":57,"\u8981\u6c42":1,"_likes":[70,108,110],"\u9014\u4e2d":[27,60,91,75],"\u3046\u3048":[14,42],HOME:[67,91],"\u3002Travis":45,"_NAME":21,"'ABC":33,Monkey:8,"\u9001\u4fe1":[63,56,3,59,4,21,66,87,89,69,31,95,97,32,99,33,38,39,77,102,104,46,80,50,19,83],Draw:25," Search":108,"\u3002\u3064\u307e\u308a":[101,70,1,110],usa:79,OLD:91,"<- ":28," garbage":77," because":[8,2],"\u6642\u9593":[70,111,1,108,8,81,94,73,80,56,87,14,44,89,110],"\u59cb\u307e\u308b":[70,108,89,39,28,27,6,68,110],popular:70,"\u3044\u304f\u3064":52," defines":86,"\u3002\u30d0\u30b0":54,"\u7d5e\u308a\u8fbc\u3093":81,"\u3057\u307e\u3046":[81,14,94,91,42],".pid":60,"\u3057\u307e\u3044":[8,37,84,89,75],Itagaki:94,"/master":[74,45],"'Alice":110,"\u81ea\u5206":[89,82,74]," grn":98,"\u30af\u30a9\u30fc\u30c8":110,soundkitchen:[14,42],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[114,108,77,98,14,42,19,69]," JQuery":94,"\u3059\u308b":[0,1,2,3,4,5,6,7,8,9,10,12,14,94,30,18,19,21,63,25,26,27,28,29,31,32,33,22,35,36,37,38,39,40,41,42,43,44,45,46,92,50,51,52,53,54,56,57,59,60,13,62,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,87,89,90,91,93,95,97,98,99,100,101,102,104,71,107,108,109,110,111,113,114,115],"\u7d4c\u7def\u5ea6":[8,29,40,96],"\u3059\u308c":[81,1,108,89,110],on:[5,28],started:110,Markus:42,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[52,91]," enhanced":23,"\u5f15\u304d\u8d77\u3053\u3059":42,"\u672c\u4f53":52,"\u8868\u3059\u578b":44,HOST:[21,89],"\u5225\u9014":[44,79,33],"\u3059\u3093":111,Ultra:25,"/rab":[40,1,79],"\u305d\u308c\u305e\u308c":[70,36,1,2,79,8,111,85,60,37,40,91,18,43,67,107,57],"_install":[10,45],"\u4e00\u81f4RK":27,GtiHub:14,"_NEW":14,"this":[8,1,21],"\u6b8b\u308a":[70,90],"?msg":91,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":42,"\u5229\u7528\u4f8b":81,"\u3002Ctrl\u30ad\u30fc":1,"<limit":60,"\u4ee5\u5185":[27,40,111,108,75],"\u8d77\u52d5":[1,2,89,94,60,46,21,91,18,28,90],Video:25,"_WITH":[110,108,85,84,33],"\u6e21\u3057":[36,56,31,21,87,1],"\u5ec3\u6b62":90,"\u6e21\u3059":[42,1],"\u53d7\u3051\u4ed8\u3051":94,"-html":[42,94],"\u6d6e\u52d5":[8,44,108],"\u4f5c\u696d":[52,91,74],"\u4e16\u4ee3":90," morning":73,"\u3001&":40,"\u51fa\u3057":111," actual":5,links:[8,21,79],"\u306f\u6708":108,"-strings":42,sudo:[101,78,9,92,42,67],"_estimate":14,"\"correction":6,"\u30af\u30e9\u30c3\u30b7\u30e5":[14,94,42],">max":2,"\u4f7f\u3044\u65b9":[29,70,7,1,2,24,75,81,110,60,73,5,51,27,113,89,108]," example":[8,70],"\u7d30\u5206":8,Details:88,"_path":[42,5,89]," mte":23,"\uff08TokenBigram":37,Mroonga:[70,108,110],"\u6301\u305f":33," candidate":93,"\u6301\u3061":[36,60,5,33],"\u306f\u307f":52,"\u6301\u3063":[70,110,75,81,42,108],"\u6301\u3064":[25,70,7,1,108,79,75,8,81,76,26,60,31,14,68,33],"_LEAK":107,"/setup":45,"\u6df1\u523b":37,"\"Say":108,"ERROR\u30bf\u30b0":42,"\u3059\u3067":[73,85],"\u3059\u3079":[70,36,90,89,111,5,97,27,14,28,69],"_JIS":67,"\u512a\u5148":[81,89]," view":102,sid:[29,82,92],defalt:94,"\u9664\u7b97":108,"\u4fee\u6b63":[0,7,75,94,112,23,21,42,14]," port":53,"\u3064\u3064":37," size":77,"\u30b3\u30de\u30f3\u30c9":[0,63,1,2,24,58,3,59,85,60,88,4,64,5,42,27,67,6,28,57,29,70,90,91,8,93,31,87,89,56,32,10,69,96,33,22,36,97,75,38,39,77,40,102,104,41,99,14,95,44,84,107,108,46,80,94,66,50,51,18,19,83,21],pub:91,"-com":91,"\u81ea\u5df1":111,"\u3044\u304f\u3089":81,"_')":[39,68],"_PORT":89,"\u4e26\u3073\u9806":40," Text":[70,108,89,110],db:[14,19,89,69],"-deafult":14," msgpack":2,"\u304a\u3059\u3059\u3081":28,"\"rectangle":[42,7,71],"}e":108," mroonga":[70,108,110],"\u5f35\u3089":[8,42],HTTPS:[28,115],"\u3055\u3044":[1,84,58,13,64,5,67,28,101,70,7,108,8,93,9,37,89,74,12,21,42,44,107,78,110,81,92,18,53],"\u306e\u307b\u304b":[8,44],",\"":[25,2,111,77,97,43],"\u30a2\u30af\u30bb\u30b9":[109,94,91,8,18,60,21,42,14,74,5]," nice":73,"\u7d5e\u308a\u8fbc\u307f":[81,1],"\u3042\u308b\u3044":[36,90,81,110,30,5,71,108],"\u4eca\u5f8c":[32,14],alloc:[21,46,1,2,5],DCMAKE:64,"\u66f8\u5f0f":[63,1,3,59,60,4,5,66,56,89,69,29,70,72,93,31,95,96,97,32,99,33,87,35,38,39,77,102,104,71,109,46,114,80,30,50,18,19,83,21]," KEY":1,"\u81ea\u52d5":[25,1,84,110,108,89,42,14,74,68,33],"\u4f53\u8fd1":71,SJIS:23,"\u30da\u30fc\u30b8":[29,70,1,91,60,13,42,18,74],"\u578b\u540d":33,"\u7b97\u51fa":[70,7],"_TIME":88,Really:[70,108,110],"\u9078\u629e":[81,70,7,91],"\u7de9\u548c":7,"/repositories":91,":\\\"":31,"\u3002GRN":36,MESSAGE:[88,4],"\u4eac\u90fd":[37,85],"\u30c0\u30d6\u30eb":[14,110,108,33],"\u300cbill":85,"\u7d9a\u304d":31,gcc:[14,67],"\u306e\u3088\u3046":[70,110,108,98],COMMAND:1,"\"weight":8,"\u8abf\u3079":[30,71],"! ":[73,70,36,108,110],"\u7d9a\u3044":[37,80,70,56,87],"\u5bfe\u8a71":[1,21]," Geo":7,"\u5fc5\u305a":[70,90],"\u30ab\u30d0\u30fc":107,"% ":[91,74],jiro:25,"\u30c7\u30d5\u30e9\u30b0":14,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":28," clean":107,"\u305d\u308c":[110,36,1,57,91,8,111,85,46,37,94,64,51,108,44,74],"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":109,"\u4fc2\u6570":36,"\u629c\u3051":14,"\u91cd\u307f":[29,70,110,37,43,96],"\u6570\u5b57":[37,89,75],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":91,lib:94,"\u3092\u3064\u3051":[70,110],"\u6539\u884c":[14,59,60,42],"\u78ba\u7387":93,"\u3053\u3053\u3067":91,ll:[37,85],"\u5f0f\u5168":[108,110],"/apt":[92,9,91],"/BC":91,euc:[67,60],li:[37,85],"/api":28,"\u3068\u3068":[49,74],":clear":91,"\u8ab0\u304c":111,zip:[29,64,91,82,42],total:[77,89],"\u6b8b\u3057":70,"\u5de6\u4e0a":[30,0],"\u5de6\u4e0b":0,"[space":110,"-munin":[101,78,9,92,82,42,67],"\u9589\u3058\u308b":[14,0],"\u305f\u3076\u3093":67,"\u306f\u3069\u3061\u3089\u304b":[108,110],greater:36,"\u4f75\u305b":1," cache":42,auto:[93,91]," |":[109,101,70,108,91,37,9,78,92,40,5,45]," gpg":91,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[29,90,24,94,41,18,28,115],auth:[5,28],YYYY:[88,108]," start":73,billiard:[37,85],"\u8d8a\u3048":37,"\uff08Ruby":45,Documentation:45,"(string":72,"\u512a\u308c":81," Term":[39,57,33],"\u4e00\u6642\u7d50\u679c":42,"\u6765\u307e\u3057":111,"_point":[25,71],CXXFLAGS:[12,91],"\u306b\u304f\u308b":37,"\u5f15\u8a9e":1,Masaharu:42,"\u4e00\u3064":[63,56,3,59,85,4,87,66,69,7,90,72,8,31,95,97,32,99,33,35,38,39,77,102,104,71,44,46,114,80,81,30,50,19,83],xml:[18,2,42],edit:[29,0,24,91,72,48,108],"\u4f4e\u901f":79,OffGao:111," updated":[37,23,74],"\u66f4\u65b0":[87,29,70,36,1,90,91,25,8,81,73,31,56,42,14,52,74],"\u7121\u9650":[42,94],Say:108,MinGW:14,nfs:67," physical":77,"\u300chsiomaneki":111,MacPorts:[14,53,82,29],"\u70b9\u9593":[40,7,26],"\u6df7\u305c":[8,93],"/MM":108,"\u3064\u3044":111,"_create":[1,57,24,60,14,89,84,29,70,7,108,8,73,97,33,25,37,39,40,41,42,43,110,79,111,112],"/LC":[91,74],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":45,",\"link":8,"\u5c3a\u5ea6":81,"|suggest":93,"\"abandon":80,"\u751f\u6210":[35,91,85,52,68,74]," Aramaki":[14,94],"\u89e3\u6c7a":[14,77],"\u5217\u5f15":36,frequency:[27,93,75,51]," your":[74,45]," gnupg":91,"& b":108," Akio":94,"\u81ea\u4f53":110,"\u5f85\u3061\u53d7\u3051\u308b":21,out:89,"\u3050\u308b\u3093":[25,108,110],"\"sphere":71,"-match":[70,1,110,37,60,82,67],"\"mroonga":70,res:89,"';":60,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":60,"/source":[74,78,91,92,49,9,12,101,67,53],"\u306b\u304f\u3044":81,"\u51fa\u6765\u308b":111," finished":88,"\u30ab\u30ec\u30fc":85,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":111,"_default":28,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":14,"\u65e2\u5b9a":42,"\u52a0\u7b97":[108,68],"\u306b\u3088\u308b":[29,7,1,84,91,8,81,42,14,44,96],">starttime":2,"-fd":14,"\u6570\u5024":[29,0,36,1,110,8,85,60,70,39,80,94,87,56,71,96,33],"/\u6708":111,This:[70,1,108,8,110,86,5,88,21],"\u904e\u7a0b":68," Site":[25,1,79,8,40,21],"\u73fe\u72b6":90,"\u542b\u3081":[70,110,91]," correct":[93,75]," concurrently":88,"\u4ed8\u5c5e":[18,5]," download":91,"/aba":[40,1,79],"8r":[67,60],"& (":108,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,67,107,82,74],PHP:42,"\u4ed5\u69d8":[29,90,8,93,94,5,42,18,11],Point:71,deprecated:90,"\u4e00\u90e8":[38,1,6,42],"_nsubrecs":68,"\"\uff08":27,"\"\uff09":[8,27,0,40],"_friends":25,"-localstatedir":[67,82],"\u30bb\u30b0\u30e1\u30f3\u30c8":[77,19],"/universe":9,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":106," output":8,"\u7403\u9762":[7,71],"\u3064\u3051":[70,7],"3ki":94,"\u304a\u3059\u3059\u3081\u3057":[108,91,110],"\u8aa4\u5dee":[14,7,71],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":81,"<max":60,"\u76ee\u4ee5\u964d":70,"\u5f35\u308b":[108,110],"_DEBUG":107,",\"location":[25,40],"\u8aac\u660e":[54,80,63,1,24,3,59,85,60,4,64,5,66,27,100,67,68,69,29,70,108,91,92,8,93,9,31,37,87,89,56,32,95,33,22,35,36,97,75,12,38,101,39,77,40,102,104,41,99,42,113,71,44,45,109,46,78,114,110,74,72,30,50,82,51,18,52,19,83,53]," Pangolin":[29,9,91,82,42],"\nload":[7,97]," Blogs":37,Daiki:[42,94,112],"\u30d9\u30af\u30bf":[42,0,94,59],"\"sea":27,"\u591a\u304f":[70,1,8,60,37,14,115]," mode":36,"\uff09\u3002":[37,111],"\uff08\u300c":37,"\u53d6\u308a\u8fbc\u307f":14,"(argument":108,grroonga:6,"\u8d77\u70b9":[80,87,70,56],TokenBigramIgnoreBlankSplitSymbolAlphaDigit:37,"\u5897\u5927":7,"\u78ba\u8a8d":[0,1,91,8,111,5,52,89,74],WORD:[42,70]," links":8,"\u5bb9\u91cf":[77,70],"\u7121\u52b9":[42,70,67,5,110],"\u8aad\u307f\u8fbc\u3093":21,mkdir:97,system:12,",[":[37,80,87],"\u6c38\u7d9a":33," documentation":52,"\u52d5\u5c0f":44,".groonga":[101,78,91,12,9,53,92,67,89,74],"\u7d44\u8fbc\u578b":[29,44,24],"-doc":42,"\u7d44\u307f\u8fbc\u307f":[29,7,97,24,48,60,41,89,108]," this":[8,1,5,28],"\nCtrl":21,man:0,"\u306f\u3058\u3081":[29,90,93,113,6,74],"\u7279\u5316":[108,74]," for":[7,86,23,42,88,44,74],"\u304b\u3061":[70,85],configure:[101,74,70,94,91,92,12,9,78,46,37,82,42,14,52,67,107,53]," patch":23,".textile":91,"\u30d5\u30a9\u30eb\u30c0\u30fc":64," service":75,"\u304b\u3069":[101,70,110,37,93,30,40,71]," mecab":[101,78,23],"var":[67,59,36,60,5],"\u756a\u76ee":[8,70,1,108,110],",..":[31,66,59,70],"\u8ffd\u8de1":[54,29,52],"\u64a4\u53bb":14,"\u8a9e\u610f":62,rst:10,number:[77,108],"\u500d\u7cbe":44,"\u59cb\u307e\u3063":6,"\u3092\u3054":107,"\u9ad8\u3044\u9806":1,"\u53d6\u308a\u5f97\u308b":44,"\u89e3\u6d88":[0,19],"_UPDATE":[70,110],Bool:[84,8,30,71,44,110]," started":[88,70,108,110],"-log":[60,82,88,14,67,89],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[94,60],rakutan:43,"\u51fa\u73fe":[81,93,62]," SiteDomain":79,"\u8aad\u307f\u8fbc\u3080":0,"\u304b\u3051":69,sed:14,"|NONE":70,".grn":97,bind:14,"_OFFLINE":42,"\u304b\u305a":42,Gemfile:42,"\u82e6\u624b":81,"\u30ab\u30bf\u30ab\u30ca":[27,93],"\n\n":[63,1,3,59,60,4,5,87,28,69,31,95,56,32,33,38,39,77,102,104,46,80,111,50,19],"\u5229\u70b9":81,",' ":[8,44],"\u898b\u3064\u304b\u3063":[70,6],"false":[110,63,84,91,3,94,38,102,39,8,4,95,32,108,69,44,50,33],"\uff01\uff09":[27,75],"\u7d5e\u308a\u8fbc\u3080":6,"\u81f3\u308b":8,"\u56fd\u969b\u5316":[29,52,106,74],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":91,"\nCRIT":[3,4],"\u4fee\u6b63\u4e2d":75,"\u30de\u30a4\u30af\u30ed":[8,111,44,108],PATH:[89,28],tsv:[18,2],Soccer:25,"\u3068\u307f":18,"\u547c\u3076":[42,107,98],tvsec:46,"\u975e\u308f":85,Baseball:25,"\n ":[36,5,28],"\u6f14\u7b97":[42,67,94,98],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":42,After:8," lexicon":89,"\u914d\u4e0b":[18,91],"/groonga":[101,74,78,67,1,91,92,49,9,60,53,12,94,66,5,42,14,45,21],".msgpack":2,"_const":36,sh:45,"\u4e88\u7d04":[39,33],"^ ":108," Install":64,BIT:89,"\u4eee\u60f3":[40,79,33],"5f":89,libmemcached:107," Gone":25,brazil:79,"\u9001\u308a\u65b9":[54,29,21,52,67,74],"\u901f\u3084\u304b":90,"\u3069\u3061\u3089":[54,1,57,43,6,28],"=NUMBER":[67,82]," suggest":[93,51],"\u8aad\u307f\u8fbc\u307f":[14,1]," six":[88,1],"\u672a\u958b\u653e":94," sid":[14,77]," I":74,Without:5," API":[49,29,52,23,106],"\u3089\u308c":[70,36,1,81,59,94,66,40,42,14,69,33],"**":4,"\u3064\u3076\u3084\u304d":73,"\uff09\u3001":85,"\u306a\u3082\u306e":91,"*'":70,"\u4e0d\u8db3":[101,78,9,92,64,82,53]," bug":[42,23],"*\"":[70,112],"_build":107,UNSPLIT:36," N":81,"\u6e2c\u5730\u7cfb":44,latin1:42," RDBMS":81,url:97,"\u5168\u6587":[25,70,85,1,108,29,8,81,26,60,62,37,40,65,98,42,43,67,111,96,110],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[42,75],"_is":14,hh:[88,108],"\u5408\u81f4":1,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[29,70,79,25,111,14,44,96],"(arugment":108,"\u6982\u5ff5":90,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[14,0,94,90,42],"\u540c\u3058\u5024":[1,5],"\u901f\u304f":[25,67],"\nwarning":[3,4],Masahiro:94,"/ ":[92,9,5,28,94],":tasukuchan":111,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":91,".\n":[97,89,5,28,91],"_id":[70,1,108,91,40,42,14,68],"-P":109,dist:91,"_database":[42,5,28],currently:5,"\u3084\u308a":54,"\u5fc5\u9808":[70,7,1,64,5,67,28],"\u306f\u3069\u3061\u3089":28,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":107,"\u30d7\u30ed\u30bb\u30b9ID":21,"\u8d8a\u3048\u308b":37," Video":25," favorite":74,"\u30e2\u30b8\u30e5\u30fc\u30eb":[29,90,81,94,5,28],"[httpd":42,"'localhost":[109,60]," \u304b":53," SuffixSearchTerms":[108,110],"\u3002\u2193":60,"\u5ea6\u3068":14,"\u53cb\u4eba":25,ZeroMQ:67,"=i":91," project":108,"\u5b66\u3093":111,"=R":42,"\u4e0d\u7b49\u4fa1":[108,110],"with":[37,14,67,91],"(WGS":40," is":[70,1,2,8,110,21,88,42,108,28,5],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":89," doesn":5,"\u30b7\u30a7\u30eb":[67,89],NAME:[1,21]," GeoIndex":25,IPA:10,"\u4e0d\u6b63\u78ba":46,"=C":64,"\u4e00\u500b":36,wget:67,"&& ":[37,84,108]," id":77,"\u30ea\u30ea\u30fc\u30b9":[29,0,90,91,101,94,112,73,103,42,14,52],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":67,"\u65e5\u4ed8":[81,7,91],"_types":28,"\u6295\u7a3f":111,"\u4ed8\u3051\u308b":[76,1]," Time":[8,37,89,111],"!condition":108,means:88,"1\u3064":[34,25,70,108,93,54,89,111,14,43,6,28,110],"\u7279\u5225":[27,67,110],"\u5c11\u306a\u3044":[73,70,110,108,98],ko:23,"\u30c0\u30f3\u30d7":[42,94],TokenDelimitNull:112,"=$":[67,91,74],",\n{":[57,79,75,93,110,51,27,43,108,84],"\u7e70\u308a\u8fd4\u3059":94,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[70,104],"= ":[40,84,108],"\"ellip":71,"\u306e\u307f\u3057\u304b":6,db1:28,"_GITHUB":[91,74],"_CURSOR":94,db2:28,"\u7e70\u308a\u8fd4\u3057":[108,89,74],">cache":2,GPS:81,WGS:[25,79,8,30,40,21,14,71,44],"\u5f97\u308b":5,Because:5,"\u4e0d\u8981":81,"\u307b\u3068\u3093\u3069":101," CI\u4e00\u822c":45," releases":42,New:7,"_search":[14,93,42],"\u3070\u3044\u3051":[70,110,45,42,67,108]," released":[23,91],",\n[":97,"\u79d2\u3088\u308a":112,",\n]":[37,40,57],"_CTX":14,queries:89,"\u3050\u308b":[110,108,98],"\u30fb\u81ea\u5df1\u7d39":111," MessagePack":2,"\u300d\u3001":[25,111],view:[29,24,60,102,41,33],"\u5236\u5fa1":[5,108]," eggs":43,RETURN:88,"=fedora":91," markup":49,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":94,"\u4ee3\u5165":[94,40,36,108,110],travis:45,"\u8fd4\u4fe1\u5143":111,latin:[67,60],"\u63a5\u7d9a\u5148":109,"\u884c\u6570":14,"\u306a\u306a\u3069":[108,110],"2\u3064\u3081":[110,28],"|ga":70," Properties":88," the":[108,8,110,5,88,42,74],"\u57f7\u7b46":[43,26,62],"\u975e\u5e38":[42,28,33],oneiric:[9,91]," used":88," Request":74,"\u985e\u4f3c":[36,108,75,93,98,42],"\u51fa\u529b":[0,1,2,24,3,59,60,4,42,66,67,89,29,70,90,93,95,96,56,10,74,87,97,46,77,14,44,107,80,81,94,111,18,52],".gz":[101,78,91,12,9,53,92,67,74],"\u611f\u3058":111,"\u30b2\u30c3\u30c8":13,"\u8ffd\u8a18":[42,91],"\u7d9a\u3051":89,min:[109,42,89],"\u30af\u30a8\u30ea\u30c6\u30ad\u30b9\u30c8":70,"_LEADING":70,EXIT:86,"\"\u30df\u30ea":108,logaling:45," gqtp":81,Minute:88," quit":60,ken:25,"\u3084\u304c":90,"=/":[67,60,107,91],"\u7dad\u6301":[81,28],"\u304c\u304a\u304c":111,"/var":[67,60,5],"\u6d88\u8cbb":73,"\u4e0a\u4f4d":37,"\u8fd4\u308a":[40,70],"\u4f4d\u7f6e":[25,7,1,90,24,29,81,26,39,40,111,14,96],"\u5168\u4ef6":[108,110],bash:67,"\u4e43\u6bc5":94,"\u73fe\u308c\u308b":37,"\u6b8a\u547d":89,job:89," only":[8,5],"\u3053\u308c\u3089":[1,2,67,6,68,101,70,7,108,9,37,28,98,12,78,110,79,111,92,51,18,52],key:[1,57,59,21,27,87,89,84,70,7,108,8,93,31,56,33,25,97,75,40,50,43,110,79,80,111,51],"\u300d\u3002":98,users:111," Languages":74,"\uff12\u3064":[40,79],"2\u4ef6":111,TokenBigram:[70,1,108,75,37,85,110,33]," map":88,plugin:14,admin:94,"_WEIGHT":39,"/status":[109,21,2,28,5],":ss":[88,108],equal:36," max":[35,104],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[14,94,108,110],"\"ab":6,"\u6728\u578b":33,"/afr":[40,1,79],"\u88dc\u6b63":[29,93,6,113,75],"/local":[67,5,91]," groo":70,"\u653e\u68c4":[31,80,56,87],":\u5206":111,"\u304a\u3089":91,comment:111," distance":7,"\u4eca\u56de":[42,1,108],"\"YYYY":108,"\u304a\u304d\u307e\u3057\u3087":8," \"@":111,"\u4f5c\u6210":[0,1,57,60,42,27,68,84,29,70,7,108,91,8,93,73,89,32,10,96,33,25,37,39,103,14,43,44,110,79,111,94,51,52],"\u6295\u7a3f\u5834\u6240":111,"\u533a\u5225":[70,44,84],"/senna":97,DDL:37,Hex:25,"\u6b63\u3057\u304f":[27,7,42]," \"K":25,"\u6df7\u5728":18,"_add":[29,102,60,41,24],",\n#":[25,70,1,108,8,111,40,21,110]," IWAI":42,"\u30af\u30ea\u30a2":[14,42]," an":5,"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[67,64],table:[63,56,57,24,59,60,21,27,1,42,89,84,29,70,7,90,8,93,31,95,97,33,87,25,36,75,37,38,73,39,40,102,41,14,43,108,110,79,80,111,94,66,50,51],"&! ":108,"\u6587\u66f8":[1,57,8,81,85,73,98,6,108],rpm:[42,78,91]," backup":97,"/Modules":5,"/hostname":[60,89]," \"e":[27,93],"\u30ab\u30b9\u30bf\u30e0":5," sign":91,"\u30b5\u30d6\u30bb\u30c3\u30c8":44,"\u91cd\u307f\u4ed8\u3051":[37,70],args:60,"\u3002Eclipse":74,"_itoh":14,"\u30b9\u30ab\u30e9":59,"\u533a\u5207":33," argument":108,"\u5c0f\u6570\u70b9":8,"\u6e2c\u5b9a":89,"\u57fa\u6e96":[8,81,1,91],json:[63,1,2,3,59,4,66,87,89,69,70,31,95,56,32,33,38,39,77,102,104,46,80,50,18,19],"\u30d9\u30fc\u30b9\u30d1\u30b9":5,TokenBigramIgnoreBlankSplitSymbolAlpha:37," \"s":[93,75],"\u547d\u540d":42," Entry":[69,39,63,56,80,59,38,31,102,95,87,19,50,33],"]\n":[63,1,57,3,60,4,21,66,27,69,70,7,108,8,93,73,95,32,33,25,75,38,39,77,40,102,104,43,84,110,79,111,50,51,19],Geo:7,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":42,"\u3002SET":89,"\u521d\u671f\u5024":109,username:25,"\u65e5\u672c":[108,30,40,27,71,44,110],"\u5927\u6587\u5b57":1,HashTags:111,"_gqpt":89,"_level":[29,24,3,60,4,41,32,88],"_PRAGMA":70,"\u5185\u90e8":[8,42,46,91],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":85,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":14," fast":[70,108,110],"\u306a\u306b\u5bfe\u3057":[108,110],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u3068\u3064\u3044":40,"\u4fdd\u6301":62,"\u524d\u8ff0":37,"\u7a2e\u985e":[29,70,36,1,108,91,75,8,93,51,60,96,37,21,27,14,68,110],"\u540c\u671f":[91,89],"\u30b5\u30a4\u30c8":[8,25,91,98],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[94,67,91],"\u30c7\u30a3\u30b9\u30af":0,"\u5024\u578b":8,"\u4ee3\u308a":[7,110]," favorited":111,"-d":[60,21],"\u672a\u5b9a":[8,33],"{\"":[77,89],"\u7f6e\u63db":[70,57],"\u52a0\u3048\u308b":[39,14,33]," \"/":66,"\u77e5\u308a":91," System":[54,44]," tar":[92,78,9,91,101],value:[70,110,5,66,33,108]," yes":109,"\u3068\u3057\u307e\u3057\u3087":43,suffix:36," favorites":111,"\u793a\u3055":[66,59],cutter:[52,91],ill:85,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[14,70,64,42],"\n# ":[46,1,21],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,1,2,85,60,5,14,67,28,31,70,7,90,8,93,73,95,89,32,33,36,37,42,71,44,108,109,110,79,94,21]," Good":73,"\u6570\u70b9":44,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[60,1],"\u58ca\u3059":42,tar:[101,78,91,12,9,92,67,53],"\u691c\u51fa":[0,94,42,14,67,107],"/F":91,Sending:74,"\u578b\u3068":79,"\u3072\u308d\u3086\u304d":84,vm:42,"\u3002\n":[0,59,85,60,66,89,90,91,32,25,36,76,38,46,77,104,14,43,71,44,111,94,112]," record":[8,7,1,21],"\u9ad8\u5ea6":[70,110,98]," X":[29,53,94,82,42],"-debug":94,"\u5f71\u97ff":91,"\u30bf\u30a4\u30df\u30f3\u30b0":[42,1],You:8,avg:109," original":[84,97],"\u306e\u304b":[111,85],"\u8fd4\u4fe1":111," migrated":[70,108,110],"\u8a9e\u5f59\u8868":[1,33],"\u5ea7\u6a19\u5024":[14,108],"{LANGUAGE":74,"\u8a71\u3057":52,"\u3002\"":[37,111,21,75],"\u3002#":[14,94],"\u578b\u304b":44,"| c":108," HashTags":111,"/d":[5,28],"/c":49,"\u3002)":89," replied":111,"\uff08longest":14,"\u66ff\u3048":[37,29,1,96,91],"\u6ce8\u610f":[70,1,84,8,37,89,14,28,108],"\u300cbilliard":85,"/x":28,"-learner":[94,6,86],"\u8aa4\u5b57":[14,94,42],tmp:[1,91,93,60,21,66,28],". ":[1,2,3,4,5,49,6,7,8,9,10,11,12,13,15,16,30,18,19,20,21,22,23,24,25,26,27,28,101,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,48,92,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,83,84,85,88,89,90,91,93,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,86,113,114,115],"\u9805\u76ee":[46,0,56,3,70,62,31,77,40,4,95,50,80,32,87,28,69],"\u30ad\u30fc\u30ef\u30fc\u30c9":[29,0,1,110,37,81,85,70,112,65,111,6],"| _":40,"${":[70,108],rake:91,http:[109,25,89,1,91,79,8,60,40,5,97,18,74,28,21],"/\n":[94,91,74],api:28,"\u671f\u5f85":81,"\u3002N":37,"]\"":[111,40],"\u3002TokenDelimit":51,"@github":91,"\"roonga":6,"[apt":42,v1:36,"\u306b\u3088\u308a":[34,70,7,1,84,91,77,8,81,37,40,5,42,44,28,21],"_ito":14,"\u629c\u304d\u51fa\u3059":81,pdf:[10,52],"\u304a\u304b\u3057\u304f":94,"\u3002_":[1,68],EOF:60,"\u300d\u300c":111," local":97," DB":[18,1,2,21]," body":[56,57,37,38,39,80,87],"\u6e80\u305f":[111,40,36],"\uff01\"":111,off:5,center:71,"/(":91,"/'":9,com:[76,79],":\"":1,"/$":74,"\u7a7a\u6587":[44,110],"([":35,"\u66f8\u304d\u8fbc\u3080":89,"\u304a\u3063\u3055\u3093":111,failures:91,"/;":5,"\u4e00\u81f4\u7528":84,uzulla:14,"_POSITION":[73,70,1,57,37,111,110,39,43,108],"\uff01:":67,lcov:107," # ":5,"\"ellipsoid":71,"\u8868\u793a":[0,1,2,59,60,21,14,66,67,89,29,70,90,91,8,96,25,37,46,77,40,42,79,81,94],"-platform":[67,82],"\ndo":89,Flower:8,lzo:14,"\nrequest":88,"\u8a9e\u5f59":[34,29,1,85,62,96,33],"\u3042\u304d":84,"\u3001(":[44,89],"x\u30df\u30ea":[44,108],"\u521d\u671f\u5316":42," sleepy":73,"_HOST":89,select:[0,1,57,24,85,60,21,14,88,84,29,70,7,90,8,73,98,25,37,40,41,42,43,108,110,79,111,94,112],"):":91,Nonexistent:70,where:8,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":91,"\u3002Point":[30,71],abbreviate:31," \u6642":111,"\u30d5\u30e9\u30b0":[0,63,1,84,3,62,4,14,69,70,108,8,95,32,33,38,39,77,102,42,110,50],"\u5236\u7d04":34," Fumiyasu":14,"-t":60,"\u3042\u3063":[25,70,90,89,93,31,28,91,68,74],"-ruby":[42,91]," ]":5,"\u3002 ":[1,84,26,5,42,27,67,89,101,70,7,108,28,98,74,75,12,21,14,71,44,110,81,94,112,30,51,115,53],"\u3042\u3068":[91,74],"\u3055\u3093":[94,112,42,14,6,28,74],"\u3086\u304d":84,"\u306b\u3059":37,script:[35,70,114,72,31,30,50,71,89],add:[42,87],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":60,"\u9ad8\u7cbe":81,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":89," me":20,"\u660e\u793a\u7684":[7,2],qwik:97," its":88,"\u30e6\u30fc\u30b6":[70,36,1,57,91,75,51,39,42,27,44,6,89,33],match:[29,70,94,1,57,37,111,85,73,95,88,43,67,96,110],"\u5909\u308f\u308a":[77,40,85],tests:91,ctrl:21,pkgs:78,RedHat:14," function":23,dest:[109,60],"\u6790\u7cfb":108,"\u756a\u53f7":[109,70,60,28,68,89,21],"\u691c\u7d22":[0,1,57,26,60,62,65,42,27,67,28,84,29,70,108,91,8,93,73,95,68,98,11,96,33,25,36,75,37,85,40,14,43,44,111,110,79,81,94,112,51]," Elfring":42,"\u306f\u3058\u307e\u308a":90," Titles":[108,110],".jp":[70,23,91,13,97],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[14,108],"{\n":[36,5,28],Debug:88,"/news":91," tracker":54,you:74,"_DATE":91,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":37,"))":[70,108],Poedit:74,"\u4e00\u65b9":[1,110,8,81,37,108],"\"MySQL":6," configure":[37,42,108],CentOS:[29,78,91,94,82,42,14,67],"\u5947\u6570":108,"\u4f4f\u3093":111,"\u3002Time":111,"\u672c\u8cea":89," specify":8,Warning:88,"\u6587\u5b57\u6570":108,"\u5ea6\u5206":44,"\u3068\u3044\u3063":[70,7,108,40,98,42,28,110],"_threshold":[70,75,93,94,51,27,14,67],"\u4e0b\u8a18":[46,77,36,90],"\u307e\u305f\u3050":7,"\u7570\u5e38":[77,89],"\u306a\u304b\u3063":[70,63,1,90,3,60,38,108,102,39,37,4,95,104,50,32,42,69,89,33],"(Windows":89,".net":[25,1,91,79,8,13,40,21],"\uff08TODO":108,"\u4e0d\u6b63":[14,0,94,107],sequence:[27,93,75,66,51]," hw":53,"((x":44,"\u9ad8\u3044":[77,93,1,5,81],"-host":89,Quiz:25,"\u88dc\u8db3":5," candidate2":93,"\u8ca0\u8377":[94,5],") ":[70,36,108,91,44,89,33],Tweets:73,"\u5727\u7e2e":[14,67,115,28,42],"'config":60,"\u610f\u56f3":42,"\u30b3\u30e1\u30f3\u30c8":[111,94,60,89],"_CALL":36,"_sortby":[70,95,79],"\u767a\u884c":21," origin":74,"_PAT":[25,70,1,57,37,111,110,97,84,66,43,108,33]," following":88,"\u304f\u3093":111,IN:23,"%\\":64,"\u96e2\u308c":40,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":74,"\u304f\u308c\u308b":[49,81,74],"\"gronga":6,"\u30dc\u30bf\u30f3":74," hh":[88,108]," mail":89,"\u3088\u30fc":111,"\u3093\u304c":[108,110],"\u8907\u6570":[0,1,59,85,62,5,42,66,28,29,70,8,93,89,96,33,25,36,37,39,14,43,110,79,81,94,111,18,115],"#{L":88,",\"domain":79,"\u53d6\u308a\u9664\u304d":36," Bool":[8,84],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":108,"\u3002-":[18,67,111],"\u30d0\u30b0":14,"\u3057\u3064\u3064":107,"\u3042\u308c":[37,73,91,89,108],"\u4e0a\u9650":[8,29,76,34],"_DB":[14,42],"-h":60,"\u3042\u308a":[54,113,101,1,2,85,13,64,5,66,27,67,6,28,57,73,70,7,90,89,92,49,93,9,31,68,98,32,99,33,34,74,36,75,37,39,40,14,43,44,107,108,46,78,91,81,110,8,82,111,18,52,53,83,21],"\u3042\u308b":[80,63,1,84,35,3,59,26,4,64,21,42,27,100,67,28,69,70,7,90,91,72,8,93,31,95,89,56,98,32,99,33,87,25,36,97,75,37,38,39,77,40,102,104,14,43,71,44,108,109,46,114,110,74,81,94,66,30,50,111,18,19,83],"\u7acb\u3061\u4e0a\u304c\u3063":89,host:89," \u6c11":85,"\u5927\u306a\u308a":[108,110],offset:[93,70,95,1,79],"\u304b\u3051\u308b":5,"\u306e\u3044\u305a\u308c\u304b":[30,71],"_query":[75,93,66,51,27,42],"\u6319\u52d5":[37,29,85,60,94],Microsoft:64,"\u9055\u3063":27,".hash":111,hana:25,"\u30c0\u30e1\u30fc\u30b8":37,"/sysctl":53,"\u6f0f\u308c":[42,98,91,81],"\u306e\u3069\u308c":27,"\u5358\u72ec":89,"\u3002\u3044\u307e":42,"\u65e2\u5b58":[1,91,8,81,21,32,89],"\u5206z":44,"\u30b7\u30fc\u30b1\u30f3\u30b9":[27,75,51],UP:2,"\u3055\u304d":8,"_queries":[21,46,1,2,5],"\u6700\u5927\u5024":42,"|KEY":[70,1,57,37,111,110,73,84,66,43,108,33],tomo:25,".html":[60,91,74],"\u9055\u3044":[101,70,7,1,110,8,28],"\u9055\u3046":94,SATOH:14,ShortText:[1,57,59,60,21,27,66,84,70,108,8,93,73,97,33,25,75,37,39,40,14,43,44,110,79,111,94,51],"\u610f\u5473":[70,36,1,108,93,60,40,27,67,89,110],"_NUMBER":21,"!!":[25,111],contain:36,"\u3057\u304b\u3082":115,"!\"":[25,70,1,108,8,111,110,73,5,42,28,21],coverage:107,SIGINT:14,"[fedora":42,"\u5b9f\u9a13":[14,115,42]," value":[8,70],">\n<":2," Shops":85," Common":108,"\u4e26\u3073":[85,108,79],"\u30ec\u30fc\u30bf":42,"<log":60,"\u53d7\u3051\u53d6\u3063":81," haystack":36,"\u6271\u308f":[70,110,8,26,37,42,89],"\u3072\u308d\u3042\u304d":84,Grease:8,"\u3002HOST":21,"\u3068\u3044\u3046":[1,2,85,5,42,27,67,28,57,101,70,7,90,91,8,93,89,98,10,74,25,75,37,76,77,40,14,44,107,108,110,79,81,111,18,21],"-node":78,friends:25,debian:42,"_remove":[29,63,24,60,38,41,42,14],"\u30ed\u30b4":42,"\u95b2\u89a7":21,">default":2,"\u5c55\u958b":[14,70,67,64,91]," event":[27,93,75,51],"\u6b63\u78ba":[8,46,1],"\u901f\u5ea6":[14,89,25]," query":[88,93],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":45,"\u89a7\u4e0b":107,"\u7279\u6b8a":[18,1,89],Specify:5,"\u30ec\u30b9\u30dd\u30f3\u30b9":[14,28,42],"\n\uff08":94,"\u300cpopular":70,"-pid":[14,60]," Bigram":[37,111],"\u304c\u3068\u3046":111,"-db":42," time":[8,88,89],"\u30df\u30ea\u79d2":[40,44],"/vdw":[40,1,79],"\u30ea\u30bd\u30fc\u30b9":73,".travis":45,"_term":23,"/shutdown":[5,28],gronga:6,"\u3068\u3069":113,"\u3068\u306e":108,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[14,94]," +":[70,110,5,18,44,108],gronnga:6,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[29,55,1,79,25,8,113,40,42,14,96],"'\"":42,".\" ":21,"\u3068\u3066":[81,70,28],"\u6700\u5c0f\u9650":5,truncation:14,gtar:12,enginen:27," Takashi":14,"\u74b0\u5883":[78,91,81,64,107,82,42,14,52,67,89],"\u4e00\u756a":[70,67,28],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[70,62]," wheezy":14,"\u3068\u3053\u306e":27,"\u3068\u3057":[109,25,7,108,75,8,60,73,36,51,27,43,44,6,89]," five":1,"\u4ecb\u6587":111,"\"popular":70,"\u3068\u3048":[57,81,85,40,90,67,33],"\u3002iptables":21,limit:[25,70,1,79,93,95,14,88],"\u4e00\u9577":81,"\u6c7a\u5b9a":70,"\u3068\u304d":[0,1,59,85,60,21,42,27,67,6,28,101,70,7,108,8,93,9,98,25,36,75,76,14,44,78,111,110,81,94,92,51],blogroonga:[52,91],"-disable":[14,94],"!\\":108," Words":108,epel:[42,78],"\u611f\u8b1d":[14,0,94,112,42],bigram:[66,85,33],ivh:[101,78],"\u518d\u691c":98,"\u4e2d\u91ce":111,"\u30b7\u30d5\u30c8":108,"\u7a4d\u7528":70,"\u69d8\u3005":[40,36,52,107],"-config":[0,94,60,42,14,67],saer:[93,75],"\u4f7f\u3044\u5206\u3051":[37,85],"{ ":28,"8bit":44,"\u79d2\u5f62":44," suggestion":86," flags":39,"\"se":27,"_system":14,JSONP:14," rinse":91,"%post":42," primary":8,DESCTIPION:86,"\u305f\u3060\u3057":[0,108,85,60,18,14,68,110],"\u7570\u306a\u308b":[29,8,60,37,40,65,89],"\u7570\u306a\u308a":[70,110],"\"s":27,"/message":91,"/default":42,"\u6291\u5236":42," VALUE":1," turn":5,"\u3068\u308a":[18,70,107]," Narwhal":[14,9,82,29],"_COLUMN":[70,94,110],book:108,"\u6574\u5408":0,Pikonyan:25,"\u6574\u5217":[81,1],"\u3068\u3082":[70,7,110,111,40,89,108],HttpRewriteModule:5,"-analyzer":14," developer":111,"'abc":33,"\u591a\u69d8":81,Zenigata:25," Kawaji":42," tsv":2,"\u8ab2\u984c":[54,29,52],Oneiric:[14,9,82,29],bottom:[14,30],".location":111,"/sources":[92,9]," system":[70,108,110],"\u307b\u307c":43,April:91,"\u65b0\u3057\u3044":[1,81,60,42,14,52,6,74]," Prefix":108," MODE":23,"\u4e2d\u9593":[36,85],Context:5,"\u65b0\u3057\u304f":[73,70,1,90,98],"\u307b\u3069":[8,60,1,93]," $":91,"\u3002drilldown":[70,79],"\u90fd\u6c11":[37,85],"\u672a\u5b9f\u88c5":87,RPMforge:78," available":23,"\u30e1\u30e2\u30ea":[101,78,94,9,92,64,82,42,53],"\u30c7\u30fc\u30e2\u30f3":[42,0,60,5,21],"\u3002mroonga":81,space:110,Site:[8,1,21,79],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[60,1],"\u548c\u6f14":108,Repoforge:[42,78],"\u5909\u3048\u308b":37,write:[42,70],status:[29,0,1,24,94,60,46,5,41,42,89,21],"|ro":70,"\u5909\u66f4\u70b9":[52,91],"\u307b\u304b":[8,81],"\u2026\uff09":75,"\u306f\u307e\u3060":[28,115]," advanced":23,rep:89,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":111},objtypes:{"0":"std:option"},titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.4.13. log_level","8.4.14. log_put","8.1.4. groonga-httpd","5.1. \u306f\u3058\u3081\u306b","8.9.2. geo_distance","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.12. API","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.4.9. defrag","8.6. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","News in Senna period","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","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.2.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.9.4. geo_in_rectangle","8.4.12. load","8.4.15. log_reopen","8.4.21. table_create","10. \u5236\u9650\u4e8b\u9805","8.9.6. rand","13.2.3. \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.4.7. column_remove","8.4.5. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.4. \u30b3\u30de\u30f3\u30c9","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.5. \u30c7\u30fc\u30bf\u578b","12.1. Travis CI","8.4.19. status","grn_expr","8.9. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","13.3.1. C API","8.4.10. delete","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.1. GQTP","8.4.6. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.2.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","8.4.23. table_remove","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.4.22. table_list","2.8. \u305d\u306e\u4ed6","8.7. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.4.4. clearlock","8.4.17. select","8.9.3. geo_in_circle","8.9.1. edit_distance","8.10. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.4.3. check","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.4.18. shutdown","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.1. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.11. Log","8.1.2. grntest","8.4.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","13.2.5. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.4.20. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.4.8. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.4.11. dump","8.8. grn_expr","8.4.16. quit","12. \u958b\u767a","2.6. Fedora","8.4.24. view_add","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.4.2. cache_limit","7.2.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","13.2.6. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.8.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","8.1.1. grnslap","8.8.1. \u30af\u30a8\u30ea\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.9.5. now","7.2. HTTP"],objnames:{"0":["std","option","option"]},filenames:["news/0.x","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","contribution/development/document","spec","install/solaris","community","news/1.2.x","reference/api","server","reference/cast","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","news/senna","reference","tutorial/index","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","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/commands","news","tutorial/match_columns","reference/type","development/travis-ci","reference/commands/status","reference/api/grn_expr","reference/functions","contribution/documentation/c-api","reference/commands/delete","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","troubleshooting","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","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","install","reference/commands/shutdown","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/command_version","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","development","install/fedora","reference/commands/view_add","contribution/development","reference/commands/cache_limit","server/http/groonga","contribution/documentation","contribution/development/test","reference/grn_expr/script_syntax","reference/executables/grnslap","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/functions/now","server/http"]})
1
+ Search.setIndex({objects:{"":{"--ftp":[95,0,1,"cmdoption--ftp"],"--dir":[95,0,1,"cmdoption--dir"],"--document-root":[64,0,1,"cmdoption--document-root"],"--cache-limit":[64,0,1,"cmdoption--cache-limit"],"-P":[116,0,1,"cmdoption-P"],"--pid-path":[64,0,1,"cmdoption--pid-path"],"-e":[64,0,1,"cmdoption-e"],"-d":[64,0,1,"cmdoption-d"],"-a":[64,0,1,"cmdoption-a"],"-c":[64,0,1,"cmdoption-c"],"-m":[116,0,1,"cmdoption-m"],"-l":[64,0,1,"cmdoption-l"],"-n":[64,0,1,"cmdoption-n"],"-i":[64,0,1,"cmdoption-i"],"-h":[64,0,1,"cmdoption-h"],"-t":[64,0,1,"cmdoption-t"],"-p":[64,0,1,"cmdoption-p"],"-s":[64,0,1,"cmdoption-s"],"--log-path":[64,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[64,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[95,0,1,"cmdoption--log-output-dir"],"--config-path":[64,0,1,"cmdoption--config-path"],"--query-log-path":[64,0,1,"cmdoption--query-log-path"],"--protocol":[64,0,1,"cmdoption--protocol"],"--bind-address":[64,0,1,"cmdoption--bind-address"],"--groonga":[95,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[9,60,4,86,64,46,36,10,45,5,111,41,93,49],"\u51fa\u6765":[30,48],localstatedir:[100,71],"\u3082\u3089\u3063":2,prefix:[41,97,99,16,71,115],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[23,64],"\u811a\u6ce8":[46,2,43,35,113,49],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[3,97,122,64,68,103,16,71,33,78],"\u79d2\u60c5":16,"_column":[34,74,29,91,72,95]," English":[74,15],"\u3002COLUMN":2,"\u30d5\u30c3\u30af":50,"\u5b9a\u5024":47,"/projects":97,"_UPDATE":[74,1,117],"\u3044\u304f\u3064\u304b":[74,41,97,122,15,115,71,106,72,38],"\u89e3\u9664":[0,24,64,73],"\u4f5c\u3089\u308c":95,"\u4e8b\u524d":[42,8,97],"\u30de\u30af\u30ed":16,"\u30b7\u30f3\u30dc\u30eb":[44,38],"_WOULD":[1,111],"\u5f15\u3044":96,Synonym:61,onga:20,"& ":[42,45,41,91,96],china:84,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":105,"&&":74,GRN:[93,74,1,60,85,100,41,47,16,114],"\u4e0e\u3048":[41,2,84,42,64,36,26,47],"\u30b0\u30cb\u30e3\u30e9":118,"\u4e2d\u8eab":[2,111,95],"_output":[74,101,84],"\u30c8\u30fc\u30af\u30f3":[100,96,79,91,55,16,38],NOT:111,"\u7ffb\u8a33":[56,97,78],Compared:20,"\u300c\"":64,"\u300c#":[118,100],"\u300c ":74,"\u300c,":103,"9f":3," options":6,txt:[53,78],"\u5ea6\u6d6e":49,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[47,56,41],"\u975e\u63a8":[16,46],"_flags":[47,74,117],"[pkg":[16,47],"\u30d6\u30ed\u30b0":[77,118,48,56,97],"\u6709\u529b":99," opened":94,"\u7f6e\u304f\u4f8b":71,"\u4e0b\u304c\u308a":42,"(pos":[35,113]," json":[36,3],"_command":[2,3,51,26,33,6],"\u7518\u6817":118,"\u6709\u52b9":[93,74,71,60,117,97,10,86,11,64,20,36,26,47,16,38,83,95,6],Text:[87,74,49,96,117],"\u4e00\u6b69":2,"GeoPoint\u9593":16,"\u30e1\u30fc\u30eb":[58,78],"/functions":96,example:[30,2,84,10,45,26],"/blog":97,"\u660e\u793a":[46,97,64,20,33,32,95],LF:116,LC:78,travel:118,"\ngpg":97,HEAD:111," hobby":94,"_RETRY":1,types:[32,99,79,55],"\u63fa\u308c":61,"\u6b63\u5e38":[97,95],"\u901a\u5e38":[74,2,117,10,114,87,6,47,49,72],"\u5148\u982d":[74,2,6],"\u500b\u5b9a":80,"\n]\n":103,"\u3042\u305f\u308a":[16,100],"\uff11\u5bfe":80,"_O":[1,111],"\u30d1\u30c8\u30ea\u30b7\u30a2":[34,2,90,91,102,38],"_I":[1,111],"/new":97,"\u6e1b\u7b97":96,"\u8fd4\u3063":[118,96,117],"_A":[1,111],LongText:49,"\u8fd4\u3057":[93,40,74,41,2,96,76,85,99,79,20,121,51,35,46,60,55,32,113,8,33],"\u8fd4\u3055":[74,9,60,85,99,36,81,82,93,47],"\u5404\u7d22":2," support":67,"\u30d7\u30ed\u30c8\u30b3\u30eb":[116,34,1,86,111,102,6,47,95,26],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":46,"\u3082\u3063\u3068\u3082":115,"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[122,6,33,26],"_select":[16,56,41,74],"(point":[35,46,113],API:[34,41,104,29,18,119,1,47,16,100],"_$":99,"_\"":16,rd:[42,91],rf:83,moritapo:30,rc:[94,1],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":47,"\uff01\uff09":[32,79],"\uff01\uff08":78,"\u5909\u5316":86,"\u5168\u90e8":111,".msgpack":3,"\u307e\u308d\u3086\u304d":90,"\u771f\u507d":[10,49,96,117],libedit:[16,0,71,100,47],"\u5f31\u70b9":86,COLUMN:[10,44,63,2,74],"\u8fd4\u308a":[45,74],"\u8fd4\u308b":100,"\"localhost":26,"\u5024n":[85,93,60],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[86,95,104],"_INDEXER":47,Due:20,"\u304a\u3055\u307e\u308b":45,mingw:97," processed":94," brew":57,"\u6607\u964d":[74,38],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[64,2]," status":3," Synonym":61,"\u3002Fedora":108,"\u4f7f\u308f":[74,1,117,104,111,32,16,114,50],"-benchmark":47,"\u533a\u5207\u308a":[93,116,74,2,3,84,103,10,86,99,117,64,36,85,60,55,47,49,96],"\u533a\u5207\u308b":[100,114],listen:[47,64,33],Oracle:[14,16,47,88,34]," Floating":49,".git":[97,78],"\u306e\u3059\u3079\u3066":33,Marverick:100,"-common":47,"_OPEN":[1,111],"\u3002PCRE":6," license":67,"_ILLEGAL":1,"\u4f7f\u3048\u308b":[117,64,47,16,71,50],"\u304b\u3069\u3046":[42,93,1,60,71]," and":[74,67,20,6,94,56],"-port":[64,95],They:94,object:96,"\u7d22\u7528":[34,2,102],"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":81,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":33,"\u533a\u5207\u3063":[74,111],"\u4f7f\u3063":[58,1,2,61,91,68,6,71,8,33,90,108,74,96,97,10,114,11,104,78,107,30,41,79,42,81,45,26,111,47,49,50,83,117,20,87,98,88,56,57],"\u5f53\u65e5":108,"\u30d1\u30a4\u30d7":[44,38],"\u4f7f\u3048":[74,96,117,104,16,122,106,50],"\u4f7f\u3046":[0,3,31,68,6,7,32,47,71,114,8,33,108,74,46,96,97,53,99,95,103,104,41,79,42,111,16,48,49,50,117,100,20,87,10,88,55,26],"\u4f7f\u3044":[120,108,91,26,32,71,114,33,34,74,96,10,99,11,77,104,78,41,79,16,75,49,50,83,118,86,20,87,98,55,6],"\u66f8\u304d\u8fbc\u307f":[118,71],"\u66f8\u304d\u8fbc\u307e":37,OBJECT:111,"\u30d0\u30a4\u30ca\u30ea\u30fc":87,layout:97," GPL":67,".fedoraproject":83,"2byte":111,"\u3002Ctrl\u30ad\u30fc":2," candidate":99,"-enable":100,"\u79d8\u5bc6":97,"\u30a2\u30d4\u30fc\u30eb":97,"\u7b97\u5b50":96," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":47,"\u91cd\u307f":[34,74,117,42,48,102],"\u30c8\u30d4\u30c3\u30af":97," Binary":49,"\u91cd\u3044":[86,74],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[34,9,29,100,19,33,122],"\u5b9f\u9a13":[16,122,20,47],"\u91cd\u304f":42," registered":20,release:97,"\nload":[46,103],"\u69cb\u9020":[87,30,41,86],"\u5e83\u304f":[118,97],"[linux":47,result:[46,41],"<port":[64,95],"(Cutter":115,"\u5206\u304b\u3061":86,score:[30,74,41,2,79,42,99,45,46,55,32,118],"\u611f\u3058":118," Gothic":12,"_NORMALIZE":[74,67,2,61,42,118,117,20,77,70,48,96,38],"\u539f\u99c5":45,country:[26,84],"\u66f8\u304d\u8fbc\u3093":118,"|PERSISTENT":[70,63],"\u975e\u308f\u304b\u3061":[42,91],"\u66f8\u304d\u8fbc\u3080":95,"\u540c\u69d8":[30,74,41,97,10,31,45,26,95],and:20,"\u5931\u6557":[2,117,97,100,47,7,16],"\u95a2\u6570":[34,0,41,96,29,40,76,20,121,87,35,45,46,37,47,113,106,100,115,38]," formats":94,diff:95,"\u5404\u7a2e":97,Kenichi:[16,100],"\uff08node":50,ZLIB:111," array":81,Arnaud:16," GROONGA":97,"\u30ab\u30f3\u30de":[74,60,96,84,85,36,103,93,2],worker:[80,6,33],"\u305f\u307e\u307e":33,"-message":[71,88],"/function":97,"_sel":67,"\u3069\u3093":[70,63],"\u3069\u308c":[87,74,33],"_set":47,"\u30d0\u30c3\u30d5\u30a1":[47,81],"\u65ad\u7247":20,"\u4ee3\u8868":86,"\u79d2\u6570":[87,74,60,96,10,118,51,85,93,49],"_UNAVAILABLE":[1,111],"\u540c\u68b1":[47,100,78],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":16,TokenBigramIgnoreBlank:42,"1\u4ef6":[42,118,109],"_rectangle":[34,0,29,100,35,45,16,106],"\u3069\u3053":[16,71],"_LIMIT":[1,111],"\u30df\u30ea\u79d2":[45,49],"\u7121\u8996":[93,74,60,117,42,100,64,85,109,103,47,16,114],"\u3002rst":12,"\u5fdc\u7528":86,"\u3069\u3046":[0,28,4,43,74,54,44,42,5,101,6,37,47,73,109,38],"\u30e2\u30fc\u30c9":[23,41,2,26]," Protocol":111,"\u65e5\u5f8c":108," hash":118,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[42,91,79]," QueryExpanderTSV":114,"\u30c4\u30fc\u30eb":[116,34,78,64,102,68,26,88,23,12,71,33,6],"\u4e00\u6c17":97,Maverick:16,"\u5317\u4eac":46,easy:12,has:97,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":47,"\"content":[74,96,117],"\u9001\u308b":[58,111,33,78],"\u9001\u308a":111,"\u30d0\u30a4\u30ca\u30ea":97,"\u8d8a\u3048":42,"\nrep":95,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":31,">command":3,alice:[74,33],"-unauthenticated":[47,11,98],"\u30d4\u30ea\u30aa\u30c9":[44,38]," report":56,"_OPERATION":[1,111],"(ShortText":61,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[64,2],begin:116,"\u5358\u8a9e":[74,2,96,118,66,104,47,48,114,8,117],groogna:[47,33],"\u9001\u3063":[53,58,56,78],"for":96,bottom:[16,35],"\n[\"":20,".asc":97,Facebook:[34,15,47],"\u5206\u985e":10,"\u3067\u3082\u3046":58,ARCHITECTURES:97,"\"starttime":3,Use:64,"\u306a\u3055\u3093":56,"_size":41,".am\u30d5\u30a1\u30a4\u30eb":97,"_LOCKS":[1,111],"\u89e3\u91c8":[100,41,103],support:67,"_open":[16,100],"\u305b\u306a":[96,117],"\u3086\u304d\u3072\u308d":90,TokenUnigram:38," ftb":67,"/tsv":[114,7],"\u5fa9\u65e7":47,"\u8981\u7d20":[87,1,2,64,20,54,36,41,60,93,47,95],"\u3002sortby":74,"\u306e\u304b":[118,91],"\u9006\u5f15":30,Variety:30,"\u306e\u3044":[9,60,4,86,64,36,46,45,5,111,41,93,49],"_records":47,"''":11,"'\"":47,"' ":[108,30,74,67,96,98,10,118,11,83,42,45,94,47,49,38],"'.":78,"'-":64,"')":[116,74,60,85,64,93],"'(":[36,64],"\u306e\u306b":[42,34,69,47],"\u306e\u3061":74,"\u306e\u3067":[74,46,2,97,10,86,91,20,87,42,23,16,47,114,33,78],Microsecond:94,"\u306e\u307f":[2,61,31,6,32,60,72,90,97,10,99,36,103,37,78,93,41,42,91,82,48,115,50,84,86,20,23,38],"'\n":[30,74,46,2,90,42,117,77,45,96],"'t":6,"'s":[87,74,96,117,77,94,78],"\u3089\u308c\u308b":[47,41,91,86],"\u88dc\u3046":86,"\u305b\u308b":[23,41,115,86],"'n":64,"'m":77,"-latest":[56,97],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":61,"-tar":14,"\u305b\u308c":86,"\u6bb5\u843d":44,"_count":[26,51,2,3,6]," complete":[32,99],"/COMMAND":26,"'_":36,"\u5165\u529b\u30df\u30b9":79,time:[10,32,99,79,55],push:97,"/Ubuntu":47,"\u304a\u3053\u306a\u3063":2,":-":108,":/":[2,3,64,6,71,33,108,97,10,11,103,78,30,14,45,26,50,116,83,84,98,23,57],"\u53cd\u6620":[86,41,97],CENTOS:97,"\u7b26\u53f7":[10,1,49,96,111],":$":[117,90,96],": ":[0,1,2,61,63,64,69,32,60,71,33,34,74,9,96,97,10,36,106,39,41,79,42,45,93,111,16,49,50,116,117,100,55,23,56,25],":!":117,"-prefix":[71,6,88],":<":[74,117],":=":[74,117],":>":[74,117],"\u3002rroonga":104,"::":[1,3],"\u7aef\u672b":86," all":[94,74,96,117],":\n":[26,50],"(Precise":97,"_builtin":16," installer":97,"\u500b\u5225":97,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":47,"-root":[23,100,64],VERSION:95," systems":20,exact:41,"$GROONGA":97,".body":[63,24,61,73],"\u30b9\u30af\u30ea\u30d7\u30c8":[34,74,96,29,104,100,119,97,47,56,71,95,117],"\u6e08\u307f":[44,97,79,114,36,32,16,47,49,8,38],":@":[30,74,2,117,10,118,26],"\u4e2d\u7a0b\u5ea6":[108,83,11,98,68,88,57],":\\":[36,68],":^":[90,117],Tag:30,":[":95,":public":97,"\u8ad6\u7406\u548c":[74,41,96,117],"\u7d50\u3073\u3064\u3044":80,"\u305f\u3055\u3093":[16,0],"\u7d50\u3073\u3064\u304f":80,sign:97,"/RESULT":47,"\u5316\u4f5c":97,"\u4e8c\u9805":96,".ncpu":57,"\u7d4c\u904e":[51,9,96,10,118,87,16,49],"\u30bf\u30d6":[114,3,111],"\u4e3b\u8981":88,"'='":64," GRN":[94,41,114],"\u76ee\u5b89":97,"\u30bf\u30b0":[34,96,97,30,118,100,20,47,16,102]," spokesman":56,"\u6d41\u3057":97,address:[16,47],"\u30a2\u30ab\u30a6\u30f3\u30c8":[97,15],"_WHEN":87," string":76,"\nLucid":100,MM:[94,96],"\u4e3b\u30ad\u30fc":[93,30,2,61,84,34,10,100,36,85,109,102,60,70,90,47,49,72,38],queue:80,Travis:[107,34,50,47],"\u8b66\u544a":[47,74,9,100],"-filter":[16,106,20,90],"_DB\u30d5\u30e9\u30b0":16,"\u5ea6\u6570":[10,16,45,96],"` ":3," Users":[118,74,103],READ:111," \u3044b":[42,91],"\u6587\u5b57\u5217":[2,61,93,60,102,34,74,46,96,76,10,36,104,38,109,47,49,84,85,118,20,87],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[41,64]," entry":[44,101],"\u4e88\u3081":[64,49],"{\"_":[30,74,117,10,45,96],"\uff08World":49,"\u30d5\u30a9\u30ed\u30fc":[118,15],"'Alice":117,"/header":14,"\u3060\u3063":[42,47,74,9],"``":[73,51,0,28,4,100,43,54,44,81,5,101,82,37,24,109,38],Default:[99,6],"_base":6," Ocelot":[16,11,88,34],"\u30ec\u30d3\u30e5\u30fc":97," version":[67,3]," run":6,"\u3001'":[10,64,45,49,61],"\u3060\u3044":16,"$HOME":97,"\u3060\u3051":[1,68,7,47,33,108,74,96,97,10,11,77,78,41,42,16,114,83,117,20,98,88,122,57],values:[36,93,60],"\u3060\u3057":[16,95],"\u5024\u8a18":96,JSONP:16,"\nnotice":[4,5],Monkey:10,logrotate:47,"\u5897\u3084\u3059":115," }\n":[118,6],"\u6a19\u6e96":[0,28,2,4,63,64,5,6,93,70,73,9,36,101,60,37,105,38,103,43,44,81,109,82,47,116,51,85,54,23,24,89,26],chroot:97,Shinya:47,"\u30d2\u30e5\u30d9\u30cb":[46,113],date:95,such:20,data:33,"<groonga":95,"/dictionary":100,ss:[94,96],"/javascript":16,sh:50,sa:[99,79],se:32,"\u540c\u3058\u6570":[64,6,33],"[yum":47,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":103,"_PACK":[71,88],"\u30a2\u30c9\u30ec\u30b9":[16,64,26,95],"\u540c\u671f":[97,95],"\u4ee5\u4e0b\u6f14":96,"'OR":47,"\u4f55\u500b":74," Japanese":15," been":97,records:94," Query":111,"\u8d85\u3048\u308b":[10,47]," description":[118,91]," rake":97,"_dat":[16,47],"_dataset":119,"\u4e26\u3073":[91,96,84],"\u4e26\u3079":[34,2,102],gtar:14,"\u30d8\u30c3\u30c0\u30fc":[47,1,111,33],"\uff1f\u3000":95,"-offset":74,"_INAPPROPRIATE":1,"\u8a73\u7d30":[74,2,115,42,7,87,6,47,23,71,49,95,78],"\"search":[32,79,117,55],"\"type":99,"\u3054\u7528\u5fc3":[47,20],"\u6700\u5c0f\u9650":6,FUNCTION:[87,111]," segments":81,"byte":[47,20,95,111],"\u7d20\u65b9":86,Money:30,"\u30d9\u30af\u30bf\u30fc":[16,74,49]," country":84,"[backquote":117,"\u4e00\u610f":[44,64,72,38],"\u56fd\u969b":78," epel":83,"\u5bfe\u7b56":[42,34,69]," locks":20,"_SUCH":[1,111],"\"sphr":113,"#'":64,"\u8fd4\u4fe1\u5143":118,"\u8fd4\u4fe1\u5148":118,"\u306b\u5bfe\u8c61":16,"\u51fa\u3057":118,"\u540c\u6642":[74,9,86,80,45,95]," vector":47,"\n..":103,"\u4e16\u754c":[46,10,35,45,113,49],argument:96,sae:[99,79],"\u4e21\u65b9":[74,96,86,117,77,118,32,90],"/span":20,"/ubuntu":11,"\u30ea\u30b9\u30c8":[93,30,74,2,96,97,85,63,31,64,36,117,70,60,114,78]," dump":[16,103],uuuuuu:96,"\u5ea6\u5408\u3044":42,"-with":[47,74,71,96,88],"[[\"":81,"=Users":33,"\u5fdc\u7b54":86,buffer:81,debhelper:16," needed":6,Bigram:[42,118,91],MeCab:[108,0,100,11,83,98,47,16,71],"\u30b9\u30da\u30fc\u30b9":[16,74],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[97,100,64,115,47,16,56,71,114,95,78],"\u30b5\u30fc\u30d0":[28,60,4,63,64,5,68,26,47,70,95,73,34,97,11,36,101,103,37,105,38,93,108,43,44,81,109,82,16,51,83,85,86,98,54,88,23,24,89,57],"\u9589\u3058":16,"\u5217\u8981":38,"\u4ef6\u6570":[74,2,42,91,36,82,72]," Key":97,"\u5217\u6307\u5411":[86,64],"_cursor":100,xml:[23,3,47],posted:118,"\u5927\u4e8b":114,MessagePack:[3,87,111,47,16,71,33],"-directory":47," checked":97,clang:115," CI":[107,34,50,47]," url":103,".php":97,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[34,74,1,60,29,85,19,87,111,93,47],FLOAT:3,"\u76f4\u63a5":[118,103],"\u7a7a\u767d":[2,117,42,86,64,36,55,38],"\u7528\u79d8":[56,97],"\u898f\u5247":47,".content":[77,74,96,117],"|ng":74," arg":41," are":[94,74,20,78]," zxvf":97,"\u5927\u4e08":58,jobs:95," ShortText":[30,74,46,2,61,84,10,118,117,20,77,44,42,103,90,96,48,95,38],"\u904e\u53bb":97," be":94,"@tomotaka":16,"\u8fd4\u3059":[0,28,61,4,64,5,16,95,73,96,99,101,33,37,38,43,51,45,109,111,47,44,121,100,54,24,82],"\u30b3\u30ed\u30f3":[44,38],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":61,"_otoj":115," by":[47,117,94],"\u6b21\u56de":[9,97],"-mecab":[108,47,83,11,98],"_t":1,FSF:47,"/WGS":45," Ubuntu":97,"\u542b\u3080\u5024":[64,2],"\u5468\u4e0a":113,"'ja":78,enable:[51,100,97],"\u6607\u9806":[45,2,74],"\u5b9f\u884c":[108,28,2,29,4,63,64,5,68,6,7,32,47,71,33,73,34,74,9,95,99,11,57,36,93,72,60,104,37,101,38,27,78,41,103,79,14,43,54,44,81,45,46,111,105,16,82,114,115,51,83,97,85,86,70,119,87,98,109,55,23,56,24,89,26]," fork":78,"-bye":[74,96,117],"\u304a\u3051\u308b":[39,30,2,117,10,86,47,49]," configure":[42,47,96]," form":117," autogen":97,"\u7406\u89e3":[74,2],"\u3002filter":[45,109],"?table":[26,33]," ruby":97,ctrl:26,"\u30af\u30ea\u30fc\u30f3":97,ivh:[108,83],"@lists":[97,15],".md":97,pthread:16,"\"}\n":77,"\u3002squeeze":115,"\u304b\u307e\u3044":2,hostname:[23,64,6],"<path":64,"\u3002\u3057\u304b\u3057":[74,46,79,86,77,88,16,49,33],UTC:96,"_at":[42,47,100],UTF:[47,100,96]," Int":[10,46],"\u8ab2\u984c":[58,34,56],cmake:68,"\u5b9f\u88c5":[74,46,23,6,47,16,122,33,78]," added":67,"\u5217\u8868":49,"\u53d6\u308a\u51fa\u3057":[2,38],"\u53d6\u308a\u51fa\u3055":10,"\u53d6\u308a\u51fa\u3059":[10,100,41]," rst":12,"\u6771\u4eac\u90fd":[42,118,91],"(v":41,gdb:115,BOM:100,"\u30cb\u30db\u30f3":32,"([":40,"(_":[32,99,79,96,55],"(R":95,"\u30d1\u30e9\u30e1\u30fc\u30bf":[93,34,74,9,2,61,84,85,118,91,116,45,109,26,60,47,16,48,102],"(A":50,"\u6c4e\u7528":[64,95],"\u639b\u3051":96,"(>":41,"(<":41,"(=":[1,96,41,38],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":97,"((":74,"()":[40,0,41,76,100,119,121,35,45,46,47,16,56,113],"(.":97,"\u30ea\u30af\u30a8\u30b9\u30c8URI":6,"(-":96,"(\"":[64,46,2,20],"( ":[47,64],"(!":41," BOOLEAN":67,"('":[44,74,2,85,64,36,93,60,72,38]," Yoji":16," real":20," read":20,"\u95a2\u308f\u3089":95," ssh":97,"\u4f4e\u901f":84,"\u4ed5\u7d44":[33,78],conditional:99,"\u30d5\u30a9\u30f3\u30c8":12,"\u30c7\u30fc\u30bf":[0,108,2,90,29,31,68,47,32,114,8,33,34,74,46,96,10,99,11,36,102,103,30,41,79,42,77,111,16,49,83,118,117,86,100,98,88,55,57],Ruby:[86,47,67,104,50],"/httpd":6,"\u8a18\u4e8b":[77,97],Term:[44,38],"\u5168\u6587\u691c\u7d22":[47,117]," handled":6,"\u8868\u8a18":[46,61,97,10,45,47,16,49,96],SiteDomain:[26,84],";\"":47,"; ":[64,6,95],"\u5ec3\u6b62":9,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[16,33],"\u304b\u3048\u308b":84,";\n":[95,6,33],"\u7b97\u51fa":[47,74],NO:[0,111],"\u7403\u9762":[46,113],"\u8868\u8a08":114,"\u30e9\u30f3\u30ad\u30f3\u30b0":2,README:97,"\nCRIT":[4,5],"\u30aa\u30fc\u30d7\u30f3":[16,47],complete:[32,99,8,47],"with":[42,16,71,97],"_types":33,pull:78,"\u697d\u3057\u3044":[42,91],"\u304a\u77e5\u3089":[34,0,100,119,47],"_WEIGHT":44," distance":46,uid:97,"\u30ec\u30b9\u30c8\u30e9\u30f3":86,"| n":96,ar:[42,91],"| c":96,GByte:39,"\u4ee3\u5165\u5f0f":117,Nonexistent:74,"\u4e00\u65b9":[2,96,10,86,20,42,117],"\u30c7\u30d0\u30c3\u30ac":115,"\u30c7\u30d0\u30c3\u30b0":81,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[47,68,95],"\u3088\u3063":45,"]\n\n":[118,26],"\u304c\u3068\u3046":118,IWAI:47," wheezy":16,UNSUPPORTED:111,original:90,"\u6587\u6cd5":[34,45,102],senna:[74,96,117],"\u4ed8\u968f":[28,43],"\u6539\u826f":[0,67,100,119,47,16]," default":94," upload":97,getaddrinfo:47,"\u5408\u8a08":[39,42,95,81]," a":[74,117,97,20,92,77,94,47,56]," lcov":115,"-talk":[97,15],"\u901a\u4fe1":[116,34,80,110,6,23,56,95]," CI\u4e0a":50," mingw":97,to:6,tail:97,Entries:[74,96,103,117],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[34,100,69,95],homepage:95,"\u30de\u30eb\u30c1\u30b3\u30a2CPU":71,"\u3002column":41,condition:96,"(popular":74,unigram:38,"\u5909\u308f\u308b":[42,20],"\u5909\u308f\u308a":[81,45,91],ASCII:[96,117],"\u4e0d\u5b8c\u5168":16,"\u300c\u6771\u4eac\u90fd":42,"&gt":20,"_FILES":[1,111],"\u5927\u5225":10,ECMAScript:[47,74,96,104],query:[2,61,91,26,32,94,90,74,96,10,99,77,101,104,30,41,79,42,45,111,48,114,117,118,20,119,55],"\u7701\u7565":[93,40,74,46,2,97,10,64,36,26,60,7,32,113,95],"\u7d22\u6642":100,devenv:68,"/json":[16,33],"\u30ea\u30c6\u30e9\u30eb":[0,117,20,47,16,96],"\u5927\u5207":86,"\u6700\u65b0":[16,97,15,108],"_modified":118," }":[51,118,2,26,33]," httpd":97,full:97,hash:118,"\"Table":64,"\u30ce\u30a4\u30ba":[42,79]," https":[78,50],"/packages":97,"\u975e\u516c\u958b":97,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":74,"\u306b\u3059\u308b":33," I":78,followee:118,tokenizer:47,"\u30ce\u30fc\u30c9":47,"\u30ce\u30fc\u30c8":[83,46,2,96,97,99,11,117,7,16,122,78],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":91,follower:118,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[16,100],select:[0,2,61,29,91,64,26,16,94,90,34,74,9,96,10,77,104,106,30,42,45,46,47,48,114,117,84,118,100,19,20,119],"\u6982\u8981":[34,74,9,86,20,87,46,1,6,7,114],"\u3002\u3002":31," apt":[47,11,97,98],mecab:[47,83,108,97,38],"\u3002\u300c":[30,48,117,74,96],"\u30c6\u30ad\u30b9\u30c8":[97,100,20,47,95,78],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":30,"/TO":33,"\u518d\u5229":[74,72],"\u30b5\u30fc\u30d0\u30fcID":16," debootstrap":97,"\u6bd4\u8f03":[34,74,96,100,21,33,47,122,95,117],scan:115," libedit":108,accept:100,"\u4f59\u308a":96,GnuPG:97,gronoga:6," dataset":92,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":16," Doc":61," pkg":14,"\u300ccommand":23,"=dat":47,"\u52d5\u7684":[34,100,2,29,86,91,77,47],"\u5b9f\u884c\u4f8b":[2,61,94,26,7,70,90,74,9,96,10,99,77,30,79,51,45,46,47,48,115,117,84,118,20,87,55,32,6],"\u5019\u88dc":[32,99,8,79],"\u306b\u3059\u3050":77,"\u30fb\u81ea\u5df1\u7d39":118,"\u8aad\u307f\u51fa\u3057":86,github:[97,78],register:[34,114,19,29,7]," path":[94,6,7],replied:118,"\u666e\u53ca":86,"\u52d5\u753b":30,"\u8f09\u305b\u308b":97," liblzo":[98,11],grntest:[27,34,97,29,100,47,16,95],".co":[74,67],".rpm":[108,83],"[Groonga":97,"\u63a5\u7d9a":[2,95,80,64,26,105,47,89],"[tokenizer":47,URL:[16,26,97,23],URI:[23,6],"\u6271\u3044":[10,32,9,91,122],"\u6271\u3046":[1,96,42,86,15,47],"\u3088\u304b\u3063":42,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":47,"\u5c0f\u306a\u308a":[117,96,104],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[86,16,34],IPA:[12,83,108]," outputs":94,"\u6271\u3063":[118,0],"\u30ad\u30e3\u30b9\u30c8":[47,100,117,118],"[doc":[16,47],"\ndeb":[98,11],Rose:10,"\u534a\u89d2":2,"\u540c\u7fa9":114,HDD:95,"\u9ad8\u901f":[30,0,41,2,96,122,86,31,64,117,46,16,113,33,38],"\u6271\u308f":[74,117,10,31,42,47,95],"\u524d\u8005":[45,114],ftp:95,"\u30ab\u30d0\u30ec\u30c3\u30b8":[56,115],"\u30de\u30eb\u30c1\u30b3\u30a2":86,"\u6e2c\u7528":0,"\u305d\u308d\u305d\u308d":2,"/locale":[97,78]," log":[34,97,29,94],"/etc":[97,11,98,6,47,114],"\u6975\u4ed8":[46,113],"(WGS":45,"_hit":[26,51,2,3,6],POST:[47,33,122],"\u30a6\u30a7\u30a4\u30c8":44,"_user":[6,33],"-keyring":[47,11,98],SiteCountry:[26,84],IN:67,number:[81,96],"\u3042\u306a\u305f":[97,15],"\u7d42\u308f\u308b":[77,96,117],"\u30b3\u30d4\u30fc":[47,103,97]," process":94,"\u30c9\u30e1\u30a4\u30f3":84,"\u3057\u304b\u3082":122,Homebrew:[16,57,88,34],"\u642d\u8f09":86,"\u5b66\u7fd2":[34,79,99,100,55,32,8,120],"\u56de\u547c":100,Horikoshi:16," user":[56,20,95]," uses":94,KEY:[74,117,91,90,38,96],"\u60f3\u5b9a":[51,30,103,81],Juman:[108,83],"\u52d5\u74b0":116,"\u66f8\u304d\u63db\u3048":[97,50],gted:78,qps:[116,95],"\ngroonga":[16,9,119],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[100,64],"\u5c0f\u6587\u5b57":2,self:95,"_lock":16,also:96,mroonga:[47,74,114,96,86],"\u8a18\u53f7":[42,64,91,2,100],"\u306e\u3069\u3061\u3089":[74,96],"\u3060\u3055\u3044":[58,78,74,2,96,97,14,86,111,11,115,87,117,68,26,88,56,71,114,33,50]," tests":97," full":20,exe:[68,97],"_PERMISSION":1,"\u6d3b\u304b\u3059":74,"\u30d1\u30bf\u30fc\u30f3":[87,96],"_processes":[6,33],"\u3057\u304b\u3057":[74,96,42,91,114,33,78]," longer":67,"/command":[10,23,6,33]," item":[32,99,79,55],"-memory":100,"\u77e9\u5f62":[35,45,86],"\u6642\u306b":16,"\u306e\u3067\u3057\u3087":74,"\u51e6\u7406":[0,1,60,91,33,6,93,95,74,96,72,78,41,45,111,47,117,85,86,100,19,20],"\u5225\u9014":[49,84,38],"\u30bf\u30fc\u30b2\u30c3\u30c8":47,columns:[36,47,100,60,93],"]]]":[42,99,101,96],"\u5fc5\u305a":[74,9,111],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":33,"\u53c2\u52a0":[56,15],Help:78,"\u30ed\u30b0\u30ec\u30d9\u30eb":64," threasd":64,"-github":97,"\u7528\u610f":[74,41,97,79,46,55,32,71,8,95],"\u3082\u3057\u304f":[108,83,96,97,10,26,47,48,49,117],set:60,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[16,0,100,115,47],For:15,"/SRPM":97,"\u51fa\u73fe":[86,99,66],sed:16,sea:32,sen:67," Geo":46,"\u8a00\u8a9e":[107,41,100,64,56,50,78]," code":[87,94,78]," Munin":47,"\u65e5\u4ed8":[86,46,97],"\u3068\u3068\u3082\u306b":[10,38],"\u3082\u3057\u308c":114,"<span":20,"\u7a7a\u6e2f":118,"\u304c\u3064\u3044":[47,100],Server:30,"\u500b\u4eba":71,"\u6790\u5668":[86,38],"\u30b7\u30d5\u30c8":96,last:118,"\u77e5\u308a":97,"\u578b\u5909":16," Sites":103,Query:[34,29,94],"<#{":94,load:[0,2,61,29,64,32,60,47,73,34,74,9,96,10,99,36,103,90,93,30,79,42,77,45,46,16,48,49,117,84,85,118,100,19,20,109,55],");":41,"):":97,"\u30b9\u30ec\u30c3\u30c9":[86,80,64,95,33],"))":[74,114,96],"\u30ca\u30ce":[87,100],")-":97,"),":[44,38],").":[20,97],") ":[74,1,96,97,41,47,49,95,38],")\"":[117,20,61],".htpasswd":[6,33],")'":[30,118,96,79,99,20,45,55,32,117],"[rpm":[16,47],GitHub:[58,16,78,47]," sample":95,"\u7c21\u6613":46,")\n":[40,67,97,46,41,94,113],XML:[3,100,87,111,47,16,33],"_SYNTAX":1,RPMforge:83,"\u3067\u307e\u3068\u3081":114,"GET\u30e1\u30bd\u30c3\u30c9":23,"-api":53,"\u3067\u306a\u3051\u308c":96,"\u5236\u9650":[39,34,46,104,29,114,100,26,47,16,95,49,33,117],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":16,"\u63a1\u7528":[42,86,26],"<=":118,"\u5316\u524d":72,"< ":96,"</":[3,20],TokenBigramIgnoreBlankSplitSymbol:42,"\u4e00\u7fa4":41,">\n<":3," file":6," tweet":77,Lines:115,"\u56de\u52d5":95,ifexists:36,"\u542b\u3093":[74,41,96,79,10,20,87,8,117],"\u7121\u99c4":86," digits":94,"\u8981\u6c42":2,"-path":[0,97,99,100,64,94,88,47,16,71],"_file":[6,33]," time":[10,94,95],mysql:67,O0:97,"\u5316\u51e6":[16,72],"\u30bd\u30fc\u30c8":[34,0,100,30,99,31,74,45,16,102],"3\u4ef6":118,":Configuration":68,location:[30,46,84,10,118,45,6,33,26],input:36," speakers":15,"\nPARTIAL":41,"[HEADER":[87,7],"\u30cf\u30c3\u30b7\u30e5":[51,81,38],"\u30bd\u30fc\u30b9":[34,83,97,108,14,11,98,68,88,47,16,71,57]," City":46,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":97,"\u540c\u7b49":[91,95],"\u308f\u3051":[10,32,74,96]," Kinjirou":30,OS:95,OR:[74,117,45,111,114,61],"\u4ed5\u65b9":[56,78],"\u30d6\u30ed\u30c3\u30af":[86,6],"_DIRECTORY":[1,111],"_bool":100,"\u30af\u30ed\u30fc\u30f3":71,"\u3002JSON":36,"}]\n":10," Hiroshi":100,"\u4f9d\u5b58":[87,34,71,88,47]," tablename":9,"\u4e0a\u4f4d":42,wget:71,Hello:[77,96],"\"yu":103,"\uff11\u4ef6":93,"\"sphere":113," DB":[23,2,3,26],"\u3088\u308a":[74,41,61,10,114,91,117,113,77,42,118,46,88,32,16,47,71,49,100,95,96],NEW:[74,97],Natty:[16,11,88,34],"\u30d5\u30a9\u30ed\u30ef\u30fc":97,pcre:47,span:20," Fumiyasu":16,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":118,submit:[32,99,79,55],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":47,User:30," curl":[57,3,33,6],"\u5074\u9762":86,"\u6574\u3063":115," Demo":30,"2\u3064\u3081":[117,33],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":47,"\u8868\u3059":[30,41,40,10,31,44,46],"\u3088\u30fc":118,"\u8868\u3057":[9,2,31,87,1,41,49,72],"\u5206\u89e3":41,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[56,97],"\u3054\u3068":[47,48,80,97,66],"\u3075\u308a":99,"\u633f\u5165":[47,2,20,64,97],taro:30,">uptime":3,"=null":74,invalid:74," testdb":95,OPERATION:111,"\u7acb\u3061":87,".load":95,".dump":16," script":95,"\u53f3\u8fba":[16,100],lucid:[11,97],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":111,"\u6307\u5b9a":[0,28,2,3,40,4,63,31,64,82,5,68,6,7,122,60,47,71,91,33,61,34,74,9,96,95,76,10,99,36,42,101,72,103,104,90,73,102,38,93,30,41,14,43,54,44,81,45,46,111,16,48,113,49,117,116,51,97,84,114,85,86,100,20,87,35,109,118,23,24,26],"\u4e00\u7dd2":[0,46,2,42,74,47],"\u3002Video":30,"\u3088\u304f":74,"\u3088\u3046":[0,2,61,31,64,6,7,32,47,71,8,33,90,34,74,9,96,97,10,120,77,95,60,12,93,30,41,103,79,42,91,81,45,46,16,113,114,115,50,118,117,84,85,86,100,20,87,55,23,26],"\u3088\u3044":[74,117,33,78],"\u3088\u3073":41,age:74,"\nerror":[4,5]," Tweets":77,"\u8a66\u884c":86,"\u3002Debian":115,partial:41,"\u3067\u307f":86,",\"title":2,"\u30ab\u30c6\u30b4\u30ea":74,"/sysctl":57,"\u3067\u3064":61,"\u843d\u3061":100,"\u3067\u306e":[87,20],"-lzo":[71,88],"\u3067\u306b":[42,77,7],CPU:[86,95,71,6,33],"\u3067\u3069":99,"\u3067\u3057":[14,10,96],"\u305d\u308c\u3089":[116,74,114,33],":..":74,"\u3067\u3059":[58,1,2,3,122,63,31,64,66,68,6,7,32,47,71,114,8,33,61,77,74,9,96,95,10,99,36,42,93,72,60,104,38,39,41,103,79,14,91,108,81,45,46,111,16,48,113,49,115,50,116,118,97,84,86,117,19,20,87,53,70,55,23,56,78,26],"\u3067\u3044":[10,74,96],"\u3067\u304f":[56,114,74,88,50],"\u3067\u304d":[108,0,1,2,3,40,31,64,66,68,6,7,122,32,47,71,114,8,33,90,77,74,9,96,95,98,10,99,11,36,100,72,60,104,12,38,93,30,117,41,103,79,42,44,45,46,111,16,48,113,49,115,50,116,83,118,97,84,78,86,76,20,121,87,35,55,23,57,26],"_API":41,"\u7279\u306b":41," Senna":[74,67,96,47,114,117]," libmsgpack":[98,11],"\u8fbc\u307f":[37,114],"_DELIMITED":67," under":6,"\u983b\u5ea6":99,Fixed:47,"\u6368\u3066":16,".clean":97," update":[108,97,11,98,47,56,78],"this":[10,2,26],"\u65e5\u672c\u8a9e":[58,96,42,86,117,47,32,78],"\u30aa\u30d7\u30b7\u30e7\u30f3":[0,2,3,91,64,26,47,32,71,33,90,108,74,96,97,99,11,42,95,104,106,79,14,51,16,48,115,116,83,117,100,20,92,98,55,23,57],"\u4e00\u81f4\u3057":91,"\ntable":[42,118,103]," [":74,".xml":3,"_SCALAR":[30,74,46,61,84,42,118,63,117,20,77,44,103,48,96],index:[30,48,67,97]," WGS":[10,30,45,46,118],HTML:[97,23,20,6,47,16,56,78],LOCATION:87,"\u5224\u65ad":96,"\u5fc3\u304c":115,"\u516c\u958b":[16,100,97],"/MM":96,"?parameter":6," memcached":26," \"":[74,46,61,118,63,117,81,26,70,48,95,96]," ":[2,61,26,32,70,33,90,74,9,96,10,99,77,30,79,51,45,46,48,117,84,118,20,87,55],ctx:80,"\u3067\u3082":[58,1,2,91,68,6,47,32,71,95,108,74,97,11,78,42,45,26,111,16,48,115,83,86,20,98,88,57]," Shibuya":100,grnslap:[27,34,116,29],"\u767a\u4fe1":97,"\u30c7\u30b6\u30a4\u30f3":47,"\u9014\u4e2d":[97,79,64,111,47,32],"\u3046\u3048":[16,47],"\u4ee5\u964d":[100,97,31,64,16,115,78],Draw:30,"\u3002\u3064\u307e\u308a":[108,74,2,117],zip:[34,68,97,88,47],"<- ":33,"\"sea":32,"\u3044\u304f\u3064":56,"\u3046\u3061":[9,31,81,41,47,16],"\u30af\u30a9\u30fc\u30c8":117,"\u3059\u308b":[0,2,3,4,5,6,7,8,9,10,11,12,14,16,100,20,35,23,24,26,28,30,31,32,33,34,36,37,38,27,40,41,42,43,44,45,46,47,48,49,50,51,98,54,55,56,57,58,60,61,63,64,15,66,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,95,96,97,99,101,103,104,105,107,108,109,111,113,114,115,116,117,118,120,121,122],"\u7d4c\u7def\u5ea6":[10,34,45,102],"\u3059\u308c":[2,117,86,7,95,96],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[56,97],"\u3059\u3093":118,"\u6b8b\u308b":16,"\u6b8b\u308a":[74,9,114],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":47,"\u6e21\u3055":[46,41,47],"\u6e21\u3057":[41,60,36,26,93,2],"\u6e21\u3059":[47,2],"\u6b8b\u3063":100," actual":6,",\u3000":95,"\u306f\u6708":96,"_estimate":16,"\u6295\u7a3f\u5834\u6240":118,"\u7d30\u5206":10,"\u3059\u3050":[86,33],"\u6301\u305f":38,"-gqtp":47,"\u6301\u3063":[74,117,79,86,47,96],"\u6301\u3064":[30,74,46,2,96,84,79,10,86,80,31,64,36,16,72,38],"ERROR\u30bf\u30b0":47,"\u3059\u3067":[77,91],"\u3059\u3079":[74,41,95,118,111,9,6,103,32,16,33,73],"_JIS":71,"\u6b8b\u3057":74,defalt:100,"\u9664\u7b97":96," port":57,"\u6301\u3061":[41,64,6,38],"\u3044\u304f\u3089":86,"_')":[44,72],"\u4e26\u3073\u9806":45,">starttime":3," msgpack":3,tomotaka:16,"\u8a2d\u5b9a":[0,60,4,64,5,68,6,93,72,34,74,97,36,33,107,82,47,114,115,50,100,119,56,122],alloc:[26,51,2,3,6],"\u4f53\u8fd1":113,"\u578b\u540d":38,One:20,"_TIME":[87,94],"\u9078\u629e":[86,74,46,97],allow:[47,11,98],":\\\"":36,MESSAGE:[94,5],"[httpd":47,"\u8abf\u3079":[35,113]," GeoIndex":30,"\u691c\u51fa":[0,100,47,16,71,115],"\u30ab\u30d0\u30fc":115," clean":115,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":116,"\u3092\u3064\u3051":[74,117],"\u6539\u884c":[16,63,64,47],TokenBigram:[74,2,96,79,42,91,117,38],"\u6587\u66f8":[2,61,10,86,91,77,104,8,96],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u5de6\u4e0a":[35,0],"\u5de6\u4e0b":0,"[space":117," start":77,billiard:[42,91],lzo:16,"\u4e00\u6642\u7d50\u679c":47," fulltext":20," hw":57,"/master":[78,50],"\u7121\u9650":[47,100],Say:96," hh":[94,96],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":50,"-patch":78,"\u753b\u9762":[0,97],frequency:[32,99,79,55],"-fd":16,"_SEQUENCE":[1,111],"\u4ed5\u69d8":[34,9,10,99,100,6,47,23,13],Point:113,"\"\uff08":32,"\"\uff09":[10,32,0,45],"_friends":30,"\u30bb\u30b0\u30e1\u30f3\u30c8":[81,24],"3ki":100,"\u5f35\u308b":[96,117],"_DEBUG":115," Pangolin":[34,11,97,88,47],"\u63db\u3048\u308b":97,"\uff08\u300c":42,"\u5897\u5927":46,"\u5bb9\u91cf":[81,74],system:14,"\u591a\u3044":[42,96,117],"-keys":97,"\u30b9\u30da\u30eb":114,"\"weight":10,"\u304b\u3061":[74,91],"\u304b\u3064":[74,91,96],"\u304b\u3069":[108,74,117,42,99,35,45,113],"\u756a\u76ee":[10,74,2,96,117],"\u8ffd\u8de1":[58,34,56],"-time":20,"\u500d\u7cbe":49,"\uff08MessagePack":71," documentations":106,"\u304b\u3051":73,"\u9650\u6587":16,"\u304b\u305a":47,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":91,ITS:58,"false":[117,28,90,97,4,100,43,54,44,10,5,101,37,96,73,49,109,38],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,TOKENIZER:111,"\u304b\u3082":87,"\u304b\u3089":[0,108,2,61,31,64,68,6,7,32,47,71,114,8,33,34,74,9,96,97,10,99,11,36,42,95,103,104,78,40,41,79,14,80,77,51,45,46,111,16,113,49,116,83,118,117,85,86,100,20,87,98,109,88,55,56,57,26],"_const":41,TIPS:[56,97],"\u3069\u3061\u3089":[58,2,61,48,8,33]," six":[94,2],"\u6a5f\u80fd":[120,0,61,31,64,26,47,32,71,8,95,34,74,99,33,104,41,79,16,114,118,117,86,100,20,55,122,6]," sid":[16,81],HEADER:[87,7]," API":[53,34,56,67,75],"\u3089\u308c":[74,41,2,86,63,100,70,45,47,16,73,38],"\u4e2d\u9593":[41,91],"\u3064\u3076\u3084\u304d":77,"_suffix":16,"* ":[49,96],"\u6e80\u305f":[118,45,41],"*\"":[74,119],latin1:47,"\u5168\u89d2":[16,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\u5408\u81f4":2,"mo\u30d5\u30a1\u30a4\u30eb":78,"(arugment":96,"\u30ea\u30af\u30a8\u30b9\u30c8":[28,60,4,63,5,6,93,70,33,73,36,101,103,37,105,38,43,44,81,109,111,116,51,85,19,54,23,24,89,82],Masahiro:100,".gz":[108,83,97,14,11,57,98,71,78],"\nALERT":[4,5],"\u30d7\u30ed\u30bb\u30b9ID":26,"'localhost":[116,64],ZeroMQ:71,"=i":97,"=R":47,"=\\":20,"=C":68,"\u30ea\u30ea\u30fc\u30b9":[34,0,9,97,108,100,119,77,110,47,16,56],"\u5316\u5bfe":78,means:94,"==":96,TokenDelimitNull:119,"=$":[71,97,78],"= ":[45,90,96],"\"ellip":113,"=\"":[14,74,3,97,20],"=-":71,"=/":[114,71,64,115,97],db2:33,"=(":97,">cache":3,Because:6,"\u307b\u3068\u3093\u3069":108," releases":47,"_search":[16,99,47]," released":[67,97],"\u64cd\u4f5c":[34,74,41,2,96,10,86,64,26,104,102,38],"_LEFT":[1,111],travis:50,"\u7cfb\u5ea7":[35,113]," queries":20,"/doc":97," Properties":94,"\u65b0\u898f":[93,60,97,95],"\nBigram":95,"\u306b\u3064\u3044\u3066":[58,107,1,2,4,63,91,64,66,5,28,7,32,47,71,114,33,73,108,74,9,97,98,10,99,11,36,93,60,37,101,106,38,27,40,41,103,79,14,43,54,44,81,46,111,105,16,82,113,49,50,51,83,118,117,85,86,76,19,121,35,109,70,55,56,24,89,57],"\u51fa\u529b":[0,1,2,3,29,4,63,64,5,7,70,47,71,95,34,74,9,99,101,102,60,12,78,93,103,51,81,111,16,49,115,85,86,100,19,87,118,23,56],"\u8ffd\u8a18":[47,97]," Akio":100,"_ERROR":[1,111],"/var":[71,64,6],"_ARG":1,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":95,"2\u4ef6":118,Emergency:94,"/status":[116,26,3,33,6],valgrind:115,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[16,100,96,117],etc:[11,6,33],"\u653e\u68c4":[36,85,60,93],":\u5206":118," \"@":118,"\u533a\u5225":[74,49,90]," \"I":[77,87,74,96,117]," \"K":30,cd:[108,83,14,11,57,98,71,78],"\u7d99\u7d9a":[47,50],"\u591a\u69d8":86,"\u66ff\u3048\u308b":[2,84]," \"_":[30,74,46,2,61,84,79,10,99,87,117,77,45,26,55,32,48,96,118,90]," \"e":[32,99],"_itoh":16," \"n":[87,74,2,96,117,51,6,26]," kana":[32,99,79,55]," \"s":[99,79]," Entry":[73,44,28,60,85,63,43,54,36,109,101,93,24,38],Geo:46,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":47,"\u65b9\u5f62":[46,113],"_PRAGMA":74,"\u58ca\u308c":[16,100,81,47],tsv:[23,3],"\u3068\u3064\u3044":45,"\u4fdd\u6301":66,"\u518d\u5e30":[114,74,41,28,73],"\u30c7\u30a3\u30b9\u30af":0," \" ":95," \"/":70," System":[58,49]," yes":116,"0x":[10,47,49,111,117],"\u58ca\u3059":47,vm:47,"\u3002\n":[0,63,91,64,70,95,9,97,37,30,41,80,43,51,81,82,16,48,113,49,118,100,119]," migrated":[74,96,117],"\u5ea7\u6a19\u5024":[16,96],"\u3002 ":[1,2,90,31,6,7,32,47,71,33,108,74,46,96,114,95,104,106,78,79,14,26,16,113,49,117,86,100,20,119,87,35,55,122,57],"\u8a71\u3057":56,"\u3002\"":[42,118,26,79],"\u3002#":[16,100],"\u3002-":[23,71,118],"\u3002.":78,"\u3002(":[108,83,41,97,64,36,95,38],"\u3002)":95,"\u300cbilliard":91," download":97," PORT":26,"\u3002:":[2,63,91,64,6,32,70,8,33,74,9,97,99,36,101,95,60,12,78,93,103,79,42,44,81,109,16,115,85,55,23,38],"\u982d\u6587":111,"\u518d\u5ea6":41,"\u3002C":[53,86,1],"\u3002N":42,"_FOR":41,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":33,v1:41,v2:41,"\u3002_":[2,72],"\u3002[":[43,2,47],off:6," Transfer":111,"\u4e00\u77ed":86,command:[9,2,3,64,20,51,6,23,26],less:41,"\u81ea\u7531":[86,41,111,72],"\u9806\u5e8f":[74,2,42,63,70,38],web:[99,79,97,55],"\u6b63\u898f\u5316":20,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":64,"\u30e6\u30fc\u30b6":[74,41,2,61,97,79,55,44,47,32,49,8,95,38],RedHat:16,dest:[116,64],"|http":95,INVALID:111," Titles":[96,117],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[16,96],tvsec:51,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[115,34,26,102],"\u5947\u6570":96,string2:76,"\u672c\u8cea":95,Warning:94,"\"rect":[47,113],Quiz:30,"\u904b\u55b6":97,"/source":[78,83,97,98,53,11,14,108,71,57],"\u5727\u7e2e":[16,71,122,33,47],"_CALL":[1,111,41],"\u30dc\u30bf\u30f3":[47,97,78],"#{L":94,"\u53d6\u308a\u9664\u304d":41,"_RESOURCE":1,"\u5206z":49,"_queries":[26,51,2,3,6]," Hat":[56,71,97],"\u7d42\u3048":97,BROKEN:111,"\u9805\u76ee":[51,0,60,85,4,74,66,36,81,45,5,101,109,37,93,33,73],"\u3002HOST":26,"_CONTENT":87,"-node":83,"_remove":[34,28,29,19,43,64,47,16],"\u89a7\u4e0b":115,Specify:6,"\u300cpopular":74," Bigram":[42,118],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[37,74,9,95,71],"\u65b9\u5f0f":[64,48,2,86],"\u4e00\u756a":[74,71,33],"\u7a7a\u6587":[49,117]," applications":20,"\u3002iptables":26,bigram:[70,91,38],"_CONTROL":[1,111],"\u4e2d\u91ce":118," Shinya":47,"\u69d8\u3005":[45,41,56,115],NULL:[47,41,96],"%post":47,"\u7570\u306a\u308b":[34,10,64,42,45,69,95],"\u7570\u306a\u308a":[74,117],"/message":97,"/default":47," Narwhal":[16,11,88,34],"/sources":[98,11],"_query":[79,99,70,55,32,47],Context:6," has":[94,67,92],"\u672a\u5b9f\u88c5":93," available":67,"-threshold":[42,74,71,64,88],"_OUTPUT":[1,111],rep:95,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":118,"\u5927\u62b5":6,all:[47,97],"\u3070\u308c\u308b":100," deb":47,"\ntitle":97,"const":47,"/travis":50,spec:[47,100,97],"\u30e9\u30a4\u30bb\u30f3\u30b9":47," GitHub":78,"\u304b\u305a\u3072\u3053\u3055\u3093":47,"\u4e0b\u66f8\u304d":31,editrc:16,"_TSV":114," stamp":94,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":97,"\u30d0\u30c3\u30d5\u30a1ID":81,"\u4f8b\u3068\u3068\u3082":46,".en":97,MAP:16,"\u932f\u8aa4":86,"\u3059\u3067\u306b":82,upload:97,". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,35,23,24,25,26,27,28,29,30,31,53,32,33,108,36,37,38,39,40,41,42,43,44,45,46,48,49,50,51,98,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,94,95,96,97,99,101,102,103,104,105,106,107,109,110,111,112,113,114,115,116,117,118,92,120,121,122],"[macports":16,starttime:[26,51,2,3,6],"\u7c21\u5358":[74,46,2,96,122,42,117,6,71,33,26]," threads":94,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":100,"/Fedora":[47,100]," root":6," CUTTER":115,"\u65e5\u672c\u6e2c":46," ignored":47,zunda:16,"_ONLY":[1,111],Visual:[16,68,47],"\u4e8c\u3064":[46,9,91,95,41],"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":117,"\u578b\u3068\u3057\u3066":49,"\u30a8\u30f3\u30b3\u30fc\u30c9":[23,100],"\u30af\u30a8\u30ea\u30ed\u30b0":[16,79,55,32]," data":3,"-admin":47,"\"sound":79," synonym":74,"-h":64,"-YYY":78,total:[81,95],kytea:47,"-s":[64,26],"_register":119,"\u3064\u3065\u3044":118,"\u62bc\u3057":2,word:[47,74,96,117],"\u62bc\u3059":[2,78],"\u30a2\u30fc\u30ab\u30a4\u30d6":[68,97,78],"_SIS":[117,96,91,90,38],"\u5316\u6642":16,"\u3069\u306e":[74,46,79,31,113,71],"_BROKEN":1,"\u540d\u524d":[85,28,2,29,4,63,64,5,6,47,60,33,73,34,9,96,95,76,99,36,101,72,103,37,105,38,93,40,92,43,44,81,45,109,111,16,113,49,116,51,121,97,78,118,100,70,119,87,35,54,23,24,89,82]," chunk":81,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":97,"\u548c\u6f14":96," ${":78,"-lines":16,"\u306e\u3046\u3061":117,"_plugins":16,"\u76f4\u4e0b":16,lat:95,"_title":[48,2,95],".description":118,"_SPACE":[1,111],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":100,">#{":94,"\u30d9\u30fc\u30b7\u30c3\u30af":33,"\u306e\u3069\u3061\u3089\u304b":[74,96,117],"=PATH":[71,88],"\u30dc\u30c3\u30af\u30b9":74,".conf":6,japan:[26,84],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":114," Quetzal":[34,11,88,47],"/windows":97,SOURCE:87,"\u3002grntest":95," speed":8,"\u8f9e\u691c":[16,96],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":95,"/Functions":115,"\u5168\u3066":[74,96,77,6,104,48,49,78],"\u697d\u3057":[42,91],"\u56de\u6570":47,"_AVOIDED":[1,111],PROGRESS:94,serach:79,"/null":0,"-(":[96,97],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":47,"+ y":49," Tracking":58,".deb":97,"\u3068\u3059\u3079\u3066":[47,74],"-rsync":97,"\u6210\u308a":[74,111,117],"\u90e8\u5206":[41,96,42,118,91,87,71,115,117],"\u77ed\u3044":[118,100],"_tp":116,"\u77ed\u304f":[77,86]," editor":78,"_to":118,"\u30eb\u30fc\u30eb":[100,33],"\u30eb\u30fc\u30d7":[47,100],"++":[108,83,97,86,68,47,16,71],"4GiB":111,"\"ni":32,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":16,"|COMPRESS":63,"><":3,">>":96,"\u3002POST":33,"_next":100,"> ":[67,96,97,20,119,68,26,47],">\"":74,"\u30b5\u30dd\u30fc\u30c8":[0,3,31,6,16,71,95,9,96,97,10,49,77,33,47,114,50,117,86,100,20,26],"\u540c\u4e00":38,Clang:47,">\n":[67,3,97]," mysql":[74,67],"(Windows":95,"\u63a2\u7d22":86,"\u8aad\u307f\u8fbc\u3080":0," ls":97,">n":3,"\u3069\u3061\u3089\u304b":[117,20,96],"/DATABASE":33,bi:[42,91],"\u3002value":72," change":[47,6],"_REFUSED":[1,111],"\u30d6\u30fc\u30eb":[10,49],latency:95,"\u5f8c\u8005":[45,114],",\\\"":36,"\u8ff0\u3079":2,"_distance":[34,0,46,96,29,30,76,45,47,16,106],DISTRIBUTIONS:97," index":[30,48,117,20,96],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":78,gzip:[47,71,33,122],"\u5408\u308f\u305b":[47,96],gronnga:8,"-strings":47,"/releases":97,"\u767a\u751f":[0,97,42,86,87,47,71],"\u8003\u3048":[86,2,117,33],"\u65e2\u5b9a":47,ellipsoid:46,"\u771f\u306a\u3089":96," enhanced":67,rectangle:[47,46],"-frequency":16,iptables:33,"do":95,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":100," Ventry":54,"\u3055\u3089\u306b":[30,9,2,118,86,8],de:78,db:[16,24,95,73]," also":[74,117,20,96],"\u8ab0\u304b":56,"[libedit":16,"\u8ab0\u304c":118,"\u3067\u3057\u3087":[77,86,71,107],"\u5171\u8d77":[32,79,55],"\u30ec\u30b3\u30fc\u30c9ID":[10,47,109,60],".sln":68," documentation":56,"\u4e0b\u90e8":97," SiteDomain":84,"\u67d4\u8edf":[86,104]," Time":[10,42,95,118],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":41,"_CHECK":115,wc:[98,83,11,108],"\u3044\u305a\u308c":[9,49,72],"\uff12\u3064":[45,84],COMMAND:2," In":20,"\u5373\u6642":[34,86],packages:[108,83,97,14,11,57,98,71,78],"\u69cb\u3044":[32,20,78],ill:91,"\u3082\u3046\u307e\u304f":71,"\u4e00\u4ef6":[85,93,109,60]," ID":[86,94]," with":[94,81,20,50],abbreviate:36,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u6709\u76ca":86,"_SEEK":[1,111]," following":94," period":[47,67],"\u30d1\u30fc\u30b5\u30fc":117," Compatible":6,"\u95b2\u89a7":26,")\u300d":64,")\u3002":[85,109,60],"'needle":41,"\u65b0\u305f":41,applied:67,"-secret":97,"\u904e\u7a0b":72,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[58,34,56,97,15],zlib:[16,71,100,47],"_message":48,"\u7d44\u8fbc":[28,60,4,63,5,93,70,73,76,36,101,103,37,105,38,40,43,44,81,109,82,113,49,51,121,85,35,54,24,89],"\u5165\u529b":[0,28,2,61,4,63,64,5,26,32,60,47,8,95,73,99,36,101,103,37,105,38,93,79,43,44,81,109,82,16,116,51,85,70,87,54,55,24,89],TokenMecab:[42,47,91,38],"[solaris":47,"\uff08Longest":96,"\u56fa\u5b9a\u9577":100,"\u4f8b\u3048":[90,91,64,66,32,71,8,95,74,96,99,77,33,104,107,30,79,42,48,114,50,117,84,55],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":41,"\u9069\u3057":[77,86],"-dataset":[27,34,29,79,99,119,92],"\u4e0d\u5177\u5408":47,"\u6771\u4eac":[42,118,45,46,91]," Yuki":16,"-packages":97,hana:30,"\u76ee\u7684":71,"\u57fa\u70b9":74,"\u72b6\u614b":[116,108,83,100,2,97,81,42,86,11,64,51,98,47]," packages":97,solaris:47,"_score":[74,118,45,99,16,72],"\u8db3\u3057":96,"=sjis":71,"\u7528\u3044\u308b":[30,2,10,86,66,45,26],"\u8ad6\u7406\u7a4d":117,Alice:117,jekyll:97,BIT:95,"\u30ed\u30c3\u30af":[0,64,47,16,24,73],"\u3002ASCII":[96,117],"\u691c\u7d22\u4f8b":[56,41],"_expr":[40,74,41,29,34,76,121,36,35,46,101,104,47,56,113,52,109],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[71,87,9,95],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[34,26,102],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":118,"\u307e\u3068\u3081\u3066":[10,86,74,97,38],"\u3057\u304d\u308c":47,Downloads:68,tasuku:67," result":[48,20],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":97,".sourceforge":[97,15]," since":94,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[33,122],"-MM":[94,96],"\u8db3\u308a":[16,114],"\u30b5\u30fc\u30d3\u30b9":[86,47,50],IndexBlog:48,post:97,obj:81,"\u6709\u7528":[87,2,33],"\"text":16,"\u5224\u5b9a":[93,45,60],"\u3068\u306a\u308a":[117,20,33,26],"**":5," glossary":50,"\u6700\u521d":[74,2,96,20,87,16,114,117],"*'":74," correction":79,"\u5927\u6587":74,"\u5b89\u5168":26,"\u7b49\u4fa1":[117,74,100,96,104],Baseball:30,"_db":[47,100,119],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[85,109,60],"\u6027\u80fd":[86,6,33,122],"true":[0,28,2,61,4,5,7,93,73,77,74,46,96,10,36,101,37,38,30,43,44,45,109,48,113,49,90,117,84,118,20,35,54]," \uff08":[32,79,71,55],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":97," friends":30,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[86,34,47,91,38],"\u30e1\u30c3\u30bb\u30fc\u30b8":[118,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[74,2,79,42,91,55,16,71],"\u6587\u5b57":[0,2,61,91,64,5,47,32,74,46,96,76,10,114,36,38,30,41,79,45,16,48,113,49,117,84,86,20,35,118],"\u7d44\u307f\u8fbc\u3080":[86,41,6]," MeCab":86,score1:41,"\u53d7\u3051":[46,2,80,26,47,33,111],"\u3059\u3063\u3071\u3044":61,"\u3054\u89a7\u304f":[2,115]," LOCALE":78,"_CODE":[87,94]," indicates":94,test:[2,97,10,63,95,115],"\u5c5e\u6027":[44,70,63,119,38],"\u305f\u3081\u3057":45,"\nExecuted":26,truncate:16,Windows:[34,97,68,88,47,16,56,95],VALUE:[2,26],"\u547d\u4ee4":[64,95],"\u964d\u9806":[99,74,2,84],scorer:[30,74,46,34,45,101,104,102],"5km":118,"\u30fbOR":45,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":16,"/debian":98,trigram:38,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[34,26,102],"<threshold":64,"\u901a\u77e5":97,"(ptr":100,"/LZO":100,"\u307e\u3067\u3057\u3070\u3089\u304f":97,"\u8a2d\u6a02":16,"\u304a\u6c17":118,"\u5f53\u3066\u308b":10,"_MESSAGES":[97,78],Quantal:[34,11,88,47],"\u72b6\u6cc1":[42,86],"\u3068\u3057\u3066":[1,2,31,64,66,6,47,32,71,114,8,33,108,74,9,96,95,76,10,99,11,36,72,104,38,107,30,41,79,42,91,45,46,16,75,49,115,117,83,97,86,100,20,98,78,26],"\u4e0d\u6574\u5408":0,"=)\n":41," Baseball":30," commit":78,Fork:78,"[munin":[16,47],Form:2,"\u30c8\u30e2":30,"[deb":[16,47],"\u6e2c\u4f4d":86,"\u30b5\u30d6\u30bf\u30b9\u30af":97,"\u96c6\u5408":[47,104,38],change:33,"\u89e3\u6790":[16,56,115,38],"\u3002Tag":30,INT:3,"\u30ec\u30dd\u30fc\u30c8":71," free":[81,94],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[42,74,104],"\u305d\u306e\u969b":97,".spec":16,".exe":68,"/Branches":115,"\u305d\u306e\u307e\u307e":97,"\u30af\u30a8\u30ea":[116,34,74,41,2,61,79,42,86,55,91,56,99,45,100,110,32,16,47,8,102],"\u9ad8\u5ea6":[74,117,104],"-cutter":97,"@wareohji":47,"\u7d71\u5408":[47,86],httpd:47,"\u6307\u6570":96," ERROR":5,https:[97,78],"/suggest":70,BSD:71,Cities:46,"\u6d41\u91cf":33,QUIT:111,DATABASE:92,cas:111,"\u884c\u308f":[116,30,74,95],clearlock:[34,0,29,19,64,47,73],",\"http":10,"\u884c\u3063":[115,45,97,84],",\n":[2,61,63,26,70,95,90,74,46,96,10,99,77,103,30,81,45,48,117,118,20,87],"/rpmforge":83,"-com":97,"\u884c\u3044":[116,30,41,2,97,84,42,118,91,64,48,95],",\"":[30,3,118,81,103,48],", ":[58,67,2,61,63,64,94,6,7,32,95,90,77,74,9,96,97,76,10,99,36,60,93,30,41,79,42,81,45,46,47,48,113,49,118,117,84,85,86,100,70,20,87,35,55,23,56],",.":97,"\u884c\u3048":[2,115],write:[47,74],"^commit":97,"\u8fd1\u508d":[47,96,104],Tomita:100,"_CHILD":[1,111],",_":[30,2,84,118,45,99],"\u5207\u308b":6,"\u5207\u308a":[16,97,105],db1:33,"\u8fd4\u3059\u304b":99,"\u7d22\u5f15":[34,0,41,2,10,86,91,42,100,38],"\u5404\u56fd":97,"\u30b2\u30c3\u30c8":15," day":77,",{":[3,95],"\u304b\u308f\u308a":42,"\u5357\u534a":47,"\u82f1\u8a9e":[58,16,97,78],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,":ss":[94,96],"\u30bd\u30d5\u30c8":114,"-libedit":100,"/html":[16,33,78],"\u3002gdb":115,"\u78ba\u5b9a":99,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":71,RK:32,"\u542b\u3081\u308b":[74,2,117,97,47,16,114],rake:97,"\"version":3,not:[41,97],now:[34,121,106,29],"\u3086\u304d":90," Bool":[10,90],"\u8aad\u307f\u8fbc\u3081\u308b":103,el:83,domain:[70,63,64,26,84],en:[32,99]," Terms":[74,2,96,42,20,81,117],"_MANY":[1,111],ea:94,"\u6700\u5f8c":[96,97,10,100,42,6,47,95],kana:70," Entries":[74,96,103,117],"\u70b9\u6570":[10,87,49,96],"_FLOW":[1,111],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":97,space:117,"\u518d\u69cb":16," exclude":47,"\u3065\u3051":9,"/files":97,"\u5230\u9054":39,args:64,"\u5d8b\u7530":47,"/pub":83,"\u7d50\u5408\u5f0f":[47,117],"[windows":[16,47],"\u3078\u3068":26,"\u3078\u306e":[10,71],There:117,"\u305f\u3069\u308b":30,message:[48,5]," TokenMecab":42,size:[81,111],"_obj":[16,41,47],"\uff08,":2,"\uff08-":[74,2],"\uff08 ":[108,74,31,96,14,11,20,117,98,6,7,71,114,83,57],"\u30bd\u30b1\u30c3\u30c8":[28,60,4,63,5,70,93,73,36,101,103,37,105,38,43,44,81,109,82,47,51,85,54,24,89],"\u3044\u308c":[10,47],"\u3044\u308b":[0,28,2,90,63,31,64,6,7,32,47,71,91,8,33,73,34,74,46,96,97,10,120,36,95,60,37,38,93,30,41,79,42,43,77,44,81,45,109,16,48,114,115,50,117,78,86,100,70,20,119,87,85,118,23,24,89,26],"_ENOUGH":[1,111],libevent:71,"\uff08@":[16,100],Enables:6,x6:97,"\u30d5\u30a9\u30fc\u30e0":[74,117,104],"\u3002ID":38,"/gat":[45,2,84],"_basic":[6,33],"\u5404\u547d":95,browser:78," gnu":14,"\u3044\u304d":[2,97],"\u3044\u3046":74,"\u3044\u3044":15,"-zlib":[71,88],"\u30b3\u30f3\u30d1\u30a4\u30eb":47,"\u30b3\u30f3\u30d1\u30a4\u30e9":16,"_circle":[34,29,30,118,45,16,113,106],engin:[32,99],"\u591a\u5f69":86,"\u3044\u3064":32," the":[96,117,20,6,47,94,78],"\u9806\u6b21":[116,64,2,26],"_COM":97,"|suggest":99,price:10,"\u5c0e\u5165":[12,9,115]," moritars":48,Akio:47,RedCloth:97,"\u79fb\u52d5":[53,16,37,68,97],"\u672a\u4f7f\u7528":111,"\u3068\u308a\u3068\u3093":[96,117],"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[34,59,2,84,30,10,120,45,47,16,102],Web:[0,74,97,117],"\u975e\u4e92":47,"\u65b0\u5bbf\u99c5":45,"\u3057\u304b":[74,96,10,117,6,48,33,78],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[56,97]," contact":78,"\u3057\u3066":[58,30,74,100,2,97,42,118,11,6,12,115,78],"\u6700\u5927":[39,40,0,100,96,74,64,20,95,47,16,82,33,111],"\u30bf\u30a4\u30c8\u30eb":[30,74,117,10,48,96],title:[30,2,84,10,26,48]," LocalNames":103,"-server":[16,64,47],"\u5f8c\u8ff0":[41,97],"1\u6708":[74,60,96,10,118,85,93,49]," jekyll":97," price":10," wget":[108,83,14,11,98,71],"\u62c5\u5f53\u8005":97,"\u8b70\u8ad6":58," package":97," become":67,"(scan":115,"\u8a18\u6cd5":[48,96],"\u70b9\u4ee5\u4e0b":10,"\u5dee\u96c6\u5408":96,"\u3002Google":117,"import":97,"\u3057\u308c":87,"\u3057\u3088":[77,41,60,10,36,46,109,93,16],"\u672a\u8a2d":47,Poedit:78,"\u975e\u4f9d":83,"-groonga":[97,95]," arted":96,"\u5c55\u958b\u5f8c":74,"_rename":47," command":[9,92,26,6,47,50]," CODE":3," followee":118,"\u578b\u60c5":47,daijiro:118,"\u3002callback":41,"<encoding":64," follower":118,"';":64," \u7528":71," res":95,"=yes":[47,74,115,97],"\u300cSubmit":97,ruby:[47,97],"\u5438\u53ce":[2,61]," advantage":20,"\u4f55\u3089\u304b":49,"\u30b7\u30b0\u30ca\u30eb":16,"\u4f7f\u7528\u4f8b":46,QUERY:[94,114]," Shimada":100,"[grntest":16,GNU:71," many":92,"\u3002\u300d":42,"\u5fc5\u8981":[0,108,2,61,6,7,32,47,71,8,33,77,74,96,97,11,36,42,95,12,38,93,41,79,14,111,16,114,115,83,117,86,100,20,87,98,55,23,78,26],", {":33,"\u5c65\u6b74":97,"\nSUFFIX":41,"\u8f9e\u66f8":[108,0,42,100,83,47],develop:9,"-dir":95,document:[23,100,64,96],"\u3002\u3044":41,favorited:118,"\u5b89\u5b9a":[86,47,9,81],".po\u30d5\u30a1\u30a4\u30eb":[56,97,78],"{PREFIX":[71,7],favorites:118,"\u3059\u3079\u304d":41,"\u3002\u3059":[77,95],"\u3059\u3079\u3066":[74,9,2,96,100,47,16,71,95],"[output":47,"\"Good":74,"\u6bd4\u3079":[77,84],"_IMPROPER":1,"_PERMITTED":[1,111],"\u30ab\u30e9\u30e0":[0,28,2,61,29,63,31,64,47,32,71,114,8,72,73,34,74,46,96,10,99,36,101,102,60,90,38,93,30,79,42,43,77,44,45,16,48,49,118,117,84,85,86,100,20,55,24],speed:8,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":51,"\u4f4e\u304f":42,"_extract":67,"\u4f4e\u3044":[42,74],"\u30ad\u30fc":[39,74,2,96,100,64,117,47,49,72,38],TokenTrigram:38,"\u542b\u3081":[74,114,117,97],"\u542b\u3080":[116,74,41,2,96,85,99,80,91,117,44,60,118,47,48,38],"_SECTION":[44,118,48],"\u4e38\u62ec":2,Hex:30,"\u8a00\u3048":[42,117],"\u5c55\u958b\u7528":16,amd:97,Project:68,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[47,64,26,111],"\u6df7\u5728":23,output:[93,30,74,46,2,3,10,99,100,118,20,94,42,45,101,60,47,85,23,106,96],"\u5c5e\u3059\u308b":[70,49],"_SUCCESS":[74,1,60,85,93,94],"\u30b7\u30b9\u30c6\u30e0":[58,34,86,77,118,16,56,71,102],"\u5de6\u53f3":2,"\u30ec\u30b9\u30dd\u30f3\u30b9":[16,1,111,33,47],"&! ":96,"\u30de\u30b7\u30f3":64,"\u542b\u307f":87,"\u542b\u307e":[87,74,41,2,96,97,114,63,55,70,20,36,7,47,91,83,33,117],"\u5206\u3051":[34,91,97]," Float":10,".posted":118,"-static":16,"CPU\u30b3\u30a2":[64,33,122],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":95," enable":6,"\u578b\u6307":47,"_OP":41,"_OR":[1,26,41,111],"_OF":[1,111],Katakana:32,"_ON":[1,111],processor:[98,83,11,108],"/admin":[16,64],"\u533a\u5207":38,"\u30aa\u30d5\u30bb\u30c3\u30c8":[47,74,99]," age":74,"\u53f3\u4e0b":[35,0],"\u53f3\u4e0a":0,Add:106,"=title":26,log:[34,29,4,64,19,5,94,37,47,71],"\u77e5\u8b58":95,"d\u30ad\u30fc":2,"/query":7,POSIX:96," Video":30,",\"links":10,"\"Items":103,"default":[77,74,9,2,3,95,42,118,117,20,51,61,26,96,48,38,33,6],"\u30b3\u30b9\u30c8":77," nine":2," IWAI":47,"/CoreModule":6,Cutter:115,rect:46,"\u5bfe\u5fdc":[0,2,31,64,47,32,8,33,34,74,99,36,38,41,79,80,16,115,86,100,119,55,121,122],"\u95a2\u4fc2":[30,74,41,117,34,10,118,88,47,71,102],"\u56db\u89d2\u5f62":31,"/IPAexGothic":12,"\u3002Munin":[98,83,11,108],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[26,33],you:78,"\u4f4f\u3093":118,string1:76,"_ARGUMENT":[1,111],coverage:115,"[fedora":47,Entry:[44,60,85,63,36,109,101,93,38],"\u4e94\u5165":16,"\u5b9a\u7fa9":[28,2,63,64,70,72,74,46,96,49,77,101,38,41,43,44,54,111,47,114,117,20],"\u8a66\u3059":122," stop":6,"\u524d\u8ff0":42,"-G":68,"\u308f\u304b\u3061":91,"\u3002name":38,"-P":116,"4byte":111,"\u57fa\u6570":96,"-e":64,"-d":[64,26],"\u4e16\u4ee3":9,"-a":[47,64,117],"-c":[108,83,64,26],"-m":116,"-l":[94,64],"-n":[16,2,64],"-i":[64,95],"_rc":[85,93,74,60],"-j":71,"-t":64,"-w":97,"-p":[64,26,95],"\u304b\u304b\u308b":[77,2],"\u304b\u304b\u308a":[77,96,97,117],"-x":97,BODY:87,"-conditional":16,"\u4ed5\u7d44\u307f":47,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[16,33],":\"":2," Really":96,"\u6b8a\u547d":95,"- ":[97,50],"--":[0,60,61,64,47,93,95,73,74,96,97,30,42,45,109,16,114,85,118,100,119,23]," clang":115,"\u3057\u307e\u3057\u3087":45,"\u7d4c\u7531":[28,60,4,63,5,70,93,73,97,36,101,103,37,105,38,43,44,81,109,82,47,51,85,100,54,24,89],"/work":97,VIEW:64," XXX":96,None:92,"_DIR":97,TSV:[87,114,3,111],"\u518d\u73fe":[42,104],"\u975e\u5206":74,"@s":100,naoina:47,"-jinja":97,"\u6e2c\u5730":[46,10,35,45,113,49],"\u9ad8\u3044":[81,99,2,6,86],"/ja":[97,78]," intall":[108,98,83,11,57],"\u304b\u304b\u3063":[85,87,74,60,93],"\u306b\u95a2\u3059\u308b":[34,74,96,29,118,15,6,47,32,16,49,117],"\u30aa\u30b9\u30b9\u30e1":[108,83,11,98,68,88,57],"_dist":47,"\u30ec\u30b3\u30fc\u30c9r":41," UNIX":87,"\u308f\u304b\u308a":100,"\u3068\u305d\u306e":9,"\u8ad6\u7406":[39,74,41,96,86,81,47,117],hoge:76,"\u30de\u30c3\u30c1":[0,41,96,42,74,20,104,16,71,117],"9\u3064":2," Visual":68,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":47," Solr":96,Kiske:47," HTTP":[27,34,3,29,86,6,23]," more":20,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":114,"@yito":47,"_PATH":[23,2,3,97,26],fulltext:20,".comment":118,"-tokenizer":[108,47,83,11,98],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[20,96],"\u30af\u30ea\u30c3\u30af":97,"\u5fa9\u53f7":97," newly":20,"[load":47,"\u30bb\u30c3\u30b7\u30e7\u30f3":[105,64,111],"-databases":[70,2,26],CAS:111,"_OBJ":16,"\u9664\u53bb":100,"-address":[16,64,47],snippet:[34,67,29,20,47,106]," Common":96,"\u3042\u3089\u304b\u3058\u3081":[49,97]," threshold":24,"_likes":[87,74,96,117],"[dat":47,"\u901f\u304f":[30,71],"\u6642\u9593":[87,74,118,2,96,97,10,86,100,77,85,60,93,16,49,95,117],"\u4e0b\u3055\u3044":[108,83,97,11,98,68,88,47,57],"\u30da\u30fc\u30b8\u30f3\u30b0":74,"_USE":[1,111],"\u4e00\u5bfe":10," HashTags":118,uninstall:47,"\u5909\u63db":[16,1,49,6,118],help:[16,115],"\u592b\u5fc5":90," release":97," OR":[74,114,61,117]," OS":[34,57,100,88,47]," creates":[94,92],"/lzo":16,systemd:47,"\u306f\u3044\u304f\u3064\u304b":[39,87,117,33],"_READ":1,GHz:95,">> ":96,"\u30ab\u30fc\u30bd\u30eb":[16,100]," owner":6,"\u57fa\u672c":[34,2,96,97,10,86,91,42,47,102],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":64,"-test":[115,97],"\u30ad\u30fc\u30ef\u30fc\u30c9":[34,0,91,2,117,42,86,74,20,119,69,118,47,8],"\u597d\u304d":78,yito:47,CUTTER:[115,97],"\u30bb\u30af\u30b7\u30e7\u30f3":[68,6,32,71,108,74,46,120,11,106,78,107,79,14,111,114,50,83,117,19,87,98,88,55,56,57],"\u9032\u3093":86,"\u30b5\u30a4\u30ba":[39,108,83,81,10,86,11,20,98,68,111,88,47,16,82,57],"\"sequence":[32,99,79,55],"\u30d5\u30a1\u30a4\u30eb":[0,28,2,29,4,63,64,5,6,47,60,71,33,73,34,74,9,97,36,93,95,103,37,101,38,27,78,41,43,44,81,109,82,105,16,114,51,85,70,87,54,23,56,24,89,122],event:70,"\u52a0\u3048\u308b":[44,16,38],"<ip":[64,95]," table":[44,74,60,85,64,63,43,54,36,109,101,99,93],"/mailarchive":97,"\u9045\u304f":113,"\u9ad8\u304f":42,Hour:94,"\u9045\u3044":46,pub:97,"\u3042\u308f\u305b\u308b":47,base:97,"\"roonga":8,bash:71," http":[116,108,83,71,3,14,11,64,98,26,23,57,33,6],script:[40,74,121,76,36,35,109,113,95],"\u30b5\u30a4\u30c8":[10,30,97,104]," not":[47,74,94],"\u5024\u3068":[10,74,117],encoding:3,"/data":50,"=Site":26,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[56,97],"\u5024\u304b":46," omitted":3,"\u4fee\u6b63":[0,67,79,100,119,46,26,47,16],":value":[74,117]," unmanaged":81,"\u3002make":95,"\u300cUsers":118,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":16,"\u65e5\u5f53\u65e5":108," Tag":30,grep:[98,83,11,108],"_IS":[87,1,111],"_IP":26,"_probability":[16,99],"_IN":[87,1,111],"\u5206\u3051\u308b":[10,97],Goo:[96,117],KWIC:20,"|NONE":74,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":33,"null":[16,96,20,70],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,Users:[118,68,33],lib:[100,7],"\u79d2\u5358":[10,49],Munin:[108,0,11,83,98,47,16,71],"\u5024\u3068\u3057\u3066":[46,64],"$PREFIX":16," based":20,The:[47,74,96,117],"'hay":41,"/dev":97,"\u3002Sphinx":12,"\u6697\u53f7":97,"\u4ecb\u3057":[86,26],"\u6574\u5408":0,"\u62e1\u5f35\u578b":10,SEGV:0,"\u59cb\u3081":78,"\u3002MessagePack":[87,71],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":115," depends":67,"\nency":95,"_html":[34,29,64,20,47,16,106],"\u4eca\u5f8c":[37,16],OBATA:100,".nginx":6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":64,"\u89e6\u308c":2," \u6c11":91,"\u52a0\u7b97":[96,72],"\u68ee\u7530":30," RedCloth":97,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u82b1\u5b50":30,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":24,"(argument":96,":groonga":97,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":41,"\u7d39\u4ecb":[30,56,74,97,118],"\u4e00\u5ea6":[77,16,114,7],"\u5909\u6570":[96,97,14,119,47,16,114,115],"-level":64,"_UNSUPPORTED":1,"\u306f\u3061\u3087\u3046":96," Lexicon":77,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[107,104,50]," issue":58,oneiric:[11,97],Xcode:57,"\u5f71\u97ff":[47,97],CONNECTION:111," about":[87,94,106],"\u767a\u63ee":86," database":[6,92,20],"[SNIPPET":20,"-plugins":[108,83,11,98,88,47,71],"\u4e0d\u80fd":95,"\"web":[79,55],"\u306e\u3069\u308c":32,ShortText:[2,61,63,64,26,32,70,90,74,96,10,99,77,103,38,30,79,42,44,45,16,48,49,117,84,118,100,87,55]," COLUMN":[30,74,46,2,61,84,10,118,117,20,77,44,42,103,48,96]," to":[74,67,96,20,87,6,94,47,117],"/db":[99,6,103],"\u56de\u7279":95,"\u6a29\u9650":71,MB:47,"\u30a8\u30b9\u30b1\u30fc\u30d7":[36,47,117,20,96],"\u6307\u793a":[32,2,26],"\u691c\u7d22":[0,2,61,31,64,66,69,47,32,71,33,90,34,74,96,97,10,99,77,101,72,104,13,102,38,30,41,79,42,91,45,16,48,49,118,117,84,86,100,20,119,55],"\u30e9\u30a4\u30d6\u30e9\u30ea":[107,34,2,117,86,88,104,47,71]," entries":[74,96,117],"\u4eca\u5ea6":118,"!(n":96," values":36,NetBSD:100,"\u898b\u3064\u3051":[32,0,47],fedora:[47,71,97],Alert:94,"_PER":16,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[71,97]," select":42,user:[6,95,20],ALLOW:[74,117],"@Kiske":47,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[74,117,64,20,101,47,71],"\u30ef\u30a4\u30c9":16,"\u30b1\u30fc\u30b9":[42,74],"\u9806\u756a":[42,64,2,117],"\u30b0\u30e9\u30d5":86,"_path":[47,6,95],"\u30d0\u30a4\u30b0\u30e9\u30e0":[42,38]," word":[74,117],"\u4e8c\u756a\u76ee":96," work":94,"\u8fd1\u4f3c":[16,46,113,47],"\u56de\u6307\u5b9a":117," common":16,"\"tritonn":74,"\"uptime":3,PID:[0,71,64],"-gram":[42,86,91,2,96],"_SMALL":[1,111],"\u3064\u3051\u308b":90,"...":[74,59,3,81,117,99,63,18,70,77,22,6,103,16,23,47,52,95,96],"-untrusted":98,"\u9759\u7684":[34,2,29,64,77,47,23,56,115],nginx:[47,6,122]," Lion":47,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":111," GNU":[16,98,88,34],"\uff09\u307e\u305f":[96,117],popular:74,"\u4f5c\u696d":[56,97,78],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,91,64,6,16,71,33,36,74,9,96,10,99,77,101,95,37,38,41,42,46,47,113,49,116,117,84,100,26],"\u5927\u304d\u306a":33,"\u96a3\u63a5":[86,117],"\n ":[41,6,33],"~number":96,"\u5927\u304d\u304f":[10,100,9,103,113]," realtime":[99,55]," nanoseconds":94,"\u5927\u304d\u3044":[16,74,41,64,117],"\u3061\u3083\u3093":30," sed":11,"\u30af\u30a8\u30ea\u30fc":[34,74,96,29,99,104,6,7,47,114,17,117],".sh":[47,78,115,97,50],run:[115,6,97],"\u4ed8\u304d":[30,1,2,96,34,14,99,31,117,10,100,55,32,49,102,38],"\u81ea\u5df1":118,"\u4ed8\u3044":118,"\u5f37\u5236":[47,0],Raccoon:30," test":[2,115,97,10,26,48,95],"\u4ed8\u3051":[10,47,2,26,33],"\u30ab\u30a6\u30f3\u30c8":118,"\u305d\u3053\u306b":[70,63],"\u4f3c\u305f":45,"\u5185\u5bb9":[2,63,26,70,93,95,74,96,97,10,60,78,47,48,116,117,85,118,20,87,55,32],"\"serach":79,DragonFly:100,".\n":[103,95,6,33,97],"\u3067\u3069\u3053":1,"\u30ad\u30e3\u30c3\u30b7\u30e5":[47,0,64,74,86],".(":97,".)":[94,96],".-":78,"..":[74,60,96,85,64,92,36,93,23,117],"\u5316\u6f0f\u308c":47,"\u3067\u3082\u3063\u3068\u3082":19,".\"":[30,2,96,10,20,77],"\u5909\u66f4":[0,2,3,33,69,16,60,71,95,34,9,96,97,99,72,42,81,46,82,47,114,50,100,122]," sign":97,".'":[44,38],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":118,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9,"\u652f\u63f4":8,"\u30da\u30fc\u30b9\u30c8":47,"[groonga":[16,97,47],".O":30,".]":[96,99,63,81,70,93],"._":[10,74,96,117],"\u3002\u30bf\u30b0":30,".h":53,".i":83,utf:[71,67,64,3],".n":[74,96,117],munin:83,"\u5e74\u9f62":86,Twitter:[34,56,97,15,118],".c":[74,67],".d":[98,11],".x":83,"\u307e\u307e\u3067":42,".}":[81,96],"\u66ff\u3048":[42,34,2,102,97],similar:[47,41,99]," types":99,"\u3002gnr":104,"\u53c2\u7167":[0,1,62,6,7,47,71,95,34,74,46,96,97,10,99,11,42,102,30,108,14,111,16,49,50,83,117,84,86,100,98,118,23,57],"_columns":[2,61,94,93,102,34,74,46,96,10,99,77,101,60,106,30,42,45,47,48,117,84,85,118,100,20],"\u958b\u3044":[16,24,100,73],"\u958b\u304f":16,"_rate":[26,51,2,3,6],application:33,"'\u3002":64,"\u56db\u3064":91,"\u6642\u4ee5\u5916":100,"\u767a\u884c":26,": n":116,"_len":47,".patch":78,"\u306a\u304c\u3089":[47,74,2,97,86],"\u306a\u304c\u308b":47,"\u4e00\u5de5":90,"\"suggest":8,"\u3002TLD":84,"\u5f37\u5316":[16,100],As:56,"_pat":100,msbuild:68,"\u30d6\u30e9\u30b8\u30eb":46,gr:74,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":74,gb:3,ga:95," push":78," binding":67,"\u300cgroonga":104,Words:96,GtiHub:16,"/..":[6,97]," ./":[71,78]," ..":[60,96,99,81,6,93,2,33,78]," YOSHIOKA":47,"\u4e0d\u8db3":[108,83,11,98,68,88,57],"\u8fd1\u3055":96,"\u304a\u3053":[10,86]," Expressions":6,".mo\u30d5\u30a1\u30a4\u30eb":78,"_SUPPORTED":[1,111]," such":[47,78],"\u30b8\u30aa\u30b5\u30fc\u30c1":[16,34,102,30],"/bin":71,"\u5341\u5206":42,"/sbin":57,download:83,"-known":20,"/introduction":[2,26],opaque:111,".tsv":[114,3],"\u542b\u307e\u308c":[74,86,91,20,87,7],"\u983b\u7e41":71,"\u7b49\u5024":100," PatSuffix":90,"\u62e1\u5f35\u5b50":[100,3,95,7]," libmemcached":115," users":[94,118],blogroonga:[56,97],"\u300d\uff08":[91,103],"\u5177\u4f53":42,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[107,86],"\u3002API":[20,104],"\u898b\u3064\u304b\u308a":74,"\u898b\u3064\u304b\u308b":47,"\u8d85\u3048":[42,74],realloc:100,"\u5171\u901a":[16,48,49,96,38],"\u7d5e\u308a\u8fbc\u3080":8,"\u624b\u9806":[34,97,68,55,47,56,71,110],"\u3002\u30d0\u30b0":58,"\u7d5e\u308a\u8fbc\u3093":86,"\u81ea\u5206":[95,88,78],soundkitchen:[16,47],started:117,Markus:47,"\u5f15\u304d\u8d77\u3053\u3059":47,"\u4e00\u81f4RK":32,"\u5371\u967a":[97,33],BAD:111,Video:30,"\u53d7\u3051\u4ed8\u3051":100,"\u7de8\u96c6":[0,96,97,76,6,47,56,71,114,115,78],links:[10,26,84],sudo:[108,83,11,98,47,71],">max":3,TOO:111,"\uff08TokenBigram":42,Mroonga:[74,96,117]," view":54,SJIS:67,"\u6df1\u523b":42,"_repair":47,"\u512a\u5148":[86,95],"_CAS":1,"\u7d5e\u308a\u8fbc\u307f":[86,2],"\u66f8\u5f0f":[28,2,4,63,64,5,6,70,60,95,73,34,74,76,99,36,101,102,103,37,105,38,93,40,43,44,81,109,82,113,116,51,121,85,35,54,23,24,89,26],rakutan:48,"\u81ea\u52d5":[30,2,90,97,7,96,117,95,47,16,78,72,38],"\u672c\u4f53":56,"\u898b\u3064\u304b\u3063":[74,8],":tasukuchan":118,"\n# ":[51,2,26],"\u4e00\u500b":41,"\u30c7\u30d5\u30e9\u30b0":16,"|WITH":[77,74,2,61,42,118,117,20,44,48,96],"\"Requires":47,WITH:[44,2],"\u88dc\u8db3":6,RAM:95,"\"abandon":85,"\u3002Eclipse":78,auto:[99,97],"\u629c\u304d\u51fa\u3059":86,YYYY:[94,96],"\u306b\u304f\u308b":42,"\u5f15\u8a9e":2,Masaharu:47,OffGao:118,MinGW:16,mode:41,"\u65e2\u5b58":[2,97,10,86,26,37,47,95],chunk:81,"\u751f\u6210":[40,97,91,56,72,78],QueryExpanderTSV:[34,29,7,47,114,17]," gnupg":97,"\u3050\u308b\u3093":[30,96,117],"-match":[74,2,117,42,64,88,71],"\u306b\u304f\u3044":86," row":20,"_default":33,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":16,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":78,"\uff1f ":95,RANGE:111,PHP:47,deprecated:9,"-localstatedir":[71,88],"\u53ef\u80fd":[2,61,91,64,6,7,47,71,72,90,34,74,9,96,95,99,33,38,30,41,42,81,45,46,111,16,115,117,97,86,20,118,23],"\u307f\u304c":41,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":75,"\u8aa4\u5dee":[16,46,113],"<max":64," PostgreSQL":[86,20],"\u76ee\u4ee5\u964d":74,"\u305e\u308c":[41,96,97,55],"\u5185\u8fd1\u304f":96," SNIPPET3":20,WORD:[47,74],"\u305d\u3053":[10,42,97],mkdir:103,"\u6700\u4e2d":86," universe":11,"\u52d5\u5c0f":49,".groonga":[108,83,97,14,11,57,98,71,95,78],"-doc":47,"\u7d44\u307f\u8fbc\u307f":[46,114,19,64,103,106,95],man:0,"\u306f\u3058\u3081":[34,9,99,120,8,78],configure:[108,78,74,100,97,98,14,11,83,51,42,88,47,16,56,71,115,57]," service":79,",..":[36,70,63,74],rst:12,"\nrequest":94,"\u3092\u3054":115,"-log":[64,88,94,16,71,95],"_TOO":[1,111],Information:94,MSGPACK:111,"-threads":64,"\u56fd\u969b\u5316":[34,56,75,78],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":97,"\u4fee\u6b63\u4e2d":79,"\u30de\u30a4\u30af\u30ed":[10,118,49,96],PATH:[95,33],"\u6f14\u7b97":[47,71,100,104],"-db":47,Takayuki:16,libmemcached:115," Gone":30," suggest":[99,55],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":71," bug":[47,67]," RDBMS":86,url:103,"\u6982\u5ff5":9,"\u57fa\u6e96":[10,86,2,97],"\u3084\u308a":58,"\u3084\u308b":[56,97],"\u3084\u3089":97,"\u3084\u3081":16,"\u3002\u2193":64,"\u53cb\u4eba":30,"_STARTED":87,"\u6e2c\u5b9a":95,MacPorts:[16,57,88,34],"\u4e0d\u7b49\u4fa1":[96,117],"\u3068\u3066":[86,74,33],"\u65e5\u6642":[10,34,49,102,118],"\u4e0d\u6b63\u78ba":[51,47],"\\groonga":68,"{PATH":71," Takashi":16,"\u4e0d\u8981":[47,86],"\u79d2\u3088\u308a":119,contain:41,"\u3050\u308b":[117,96,104],korea:84,"\u63a5\u7d9a\u5148":116,".list":[98,11],"|ga":74,"\u975e\u5e38":[47,33,38],NONE:[74,111]," Request":78,"\u7ba1\u7406":[34,0,71,97,91,64,81,26,23,16,47,38,114,102,6]," gqtp":86," quit":64,ken:30,"\u3084\u304c":9,"\u304c\u304a\u304c":118," init":47,"\u3053\u308c\u3089":[2,3,7,71,8,72,108,74,46,96,11,42,33,104,14,83,117,84,118,98,55,23,56],key:[2,61,63,26,32,60,33,90,74,46,96,10,99,36,95,103,38,93,30,79,45,109,111,48,117,84,85,118,87,55],admin:100,"\u30b3\u30de\u30f3\u30c9URL":33,"\u96e3\u3057\u3044":86,"\u304a\u3089":97,"\u4eca\u56de":[47,2,20,96],Log:[94,16,29,34],"\u4f5c\u6210":[0,2,61,64,47,32,72,90,34,74,46,96,97,10,99,77,95,37,12,102,38,30,42,44,110,16,48,49,117,84,118,100,55,56],Thesaurus:74,"_add":[34,54,64,19,29],"\u30af\u30ea\u30a2":[16,47]," backup":103,quit:[34,29,97,19,64,105,94],"\u30b9\u30ab\u30e9":63,TokenBigramIgnoreBlankSplitSymbolAlpha:42,"\u547d\u540d":47,"\u306b\u3088\u3063":[28,2,61,4,63,91,64,5,26,70,60,73,74,9,10,36,101,103,104,37,105,38,93,30,41,80,43,44,81,109,82,116,51,84,85,86,54,23,24,89],"\u6b21\u671f":97,username:30,"\u65e5\u672c":[96,97,35,45,32,113,49,117]," fast":[87,74,117,20,96]," JSON":33,"\u7a2e\u985e":[34,74,1,2,96,97,79,10,99,55,64,102,42,117,41,26,32,16,72,111],"\u4ee3\u308a":[46,117],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[16,74,114,68,47]," Travis":50,"/F":97,"\u3060\u304b\u3089":74,"/C":86,"/_":97,"\u9818\u57df":[47,45,71],"_system":16,"\u91cd\u8981":[74,97,115,86,19,66,77,6,71,33],"\u614e\u91cd":115,"/d":[6,33],"/c":53,"\u91cd\u8996":[42,77],"-essential":[98,11],"/x":33,"-learner":[100,8,92],"\u8aa4\u5b57":[16,100,114,47],"(mroonga":114,http:[116,30,95,2,97,84,10,64,45,6,103,23,78,33,26],"/\n":[100,97,78],"_MAX":[40,1,111],"\u306b\u3088\u308a":[39,74,46,2,90,97,81,10,86,42,45,6,47,49,33,26],"\u306b\u3088\u308b":[34,46,2,90,97,10,86,47,16,49,102],"\u305f\u3070\u304b\u308a":77,"/.":16,"/*":[53,78],"/(":97,"/groonga":[108,78,83,71,2,97,98,53,11,64,57,14,100,70,6,7,16,47,50,114,26],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":47,"/$":78,"/\"":[30,2,84,10,45,26,103],"/ ":[98,11,6,33,100],"/;":6,lcov:115," Official":97,"\ndo":95,Flower:10,"\u3042\u304d":90,"\u904b\u7528":86," yum":[47,83,108]," Mac":47,"\u3002Point":[35,113]," \u6642":118,"\u3042\u3063":[30,74,9,97,95,99,36,33,47,72,78],"-ruby":[47,97],"\u3042\u3068":[97,78],RLIMIT:94," its":94,"\u30fb\u5186":86,"\u6790\u7cfb":96,"\u756a\u53f7":[116,74,64,33,72,95,26],".jp":[74,67,97,15,103],Debug:94,"\u6587\u5b57\u6570":[20,96],"(\u300c":97,"\u4e0b\u8a18":[51,81,9,41],"\u7570\u5e38":[81,95],Tweets:77," TABLE":[30,74,46,2,61,84,10,118,117,20,77,42,103,90,96,48,38],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":47,"\u5411\u3051":[34,41,117,97,110,56,71],"_PAT":[30,74,2,61,42,118,117,20,103,90,70,48,96,38],LANGUAGE:78,"\u304f\u308c\u308b":[53,86,78],"\u5411\u3044":[87,74],"\u3093\u304c":[96,117],"\u3057\u3064\u3064":115,"\u3042\u308c":[42,77,96,95,97],"\u3042\u308a":[58,120,108,2,3,91,15,68,6,7,32,71,114,8,33,61,77,74,9,96,95,98,53,99,11,36,72,104,37,105,38,39,78,41,79,42,44,45,46,111,16,48,49,115,117,51,83,97,86,70,20,87,10,88,118,23,56,57,89,26],"\u3042\u308b":[85,1,2,90,40,4,63,31,5,28,26,47,32,107,71,114,33,73,74,9,96,97,76,10,99,36,101,95,60,104,37,105,38,93,30,41,103,68,79,42,43,54,44,81,45,46,82,16,48,113,49,116,51,121,117,78,86,100,70,20,35,109,118,23,24,89],"\u5927\u306a\u308a":[96,117],offset:[99,74,101,2,84],"\u304b\u3051\u308b":6,Microsoft:68,"\u9055\u3063":32,".hash":118,"-source":97,"\u6f0f\u308c":[47,104,97,86],UP:3,"\u9055\u3044":[108,74,46,2,117,10,33],"\u9055\u3046":100,SATOH:16,"_NUMBER":[87,26],"\u500b\u6570":47,"<log":64," Tomita":100,"\u30ed\u30b4":47,"\u30ed\u30b0":[0,97,79,4,64,119,5,47,37,16,95],"\u5c55\u958b":[34,74,97,29,7,68,47,16,71,114,17]," from":67,".travis":50,hh:[94,96],"\u540c\u3058\u5024":[2,6],".\" ":26,"/reference":[23,95,33,96],truncation:16,"\u3068\u3053\u306e":32,limit:[30,74,2,84,99,101,16,94]," libevent":[98,11]," pull":78,"\u611f\u8b1d":[16,0,100,119,47],Gemfile:47,"\u3068\u3053\u308d":[96,53,118,7,47,78],"{\"":[81,95],"{ ":33,"\u79d2\u5f62":49,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[47,111]," rinse":97," #{":94," VALUE":2,"_COLUMN":[74,100,117],Pikonyan:30,"\u6163\u7fd2":47," system":[74,117,20,96],"_auto":47,"\u65b0\u3057\u3044":[2,86,64,111,47,16,56,8,78],"\u65b0\u3057\u304f":[77,74,9,2,104],friends:30,"_RELEASE":97,"{\\":36," class":20,EPEL:83,Welcome:[74,96,117],"=redhat":71,"_UNKNOWN":1,"\u3002scan":115," scan":115,"=MESSAGE":[71,88],"\u3002groonga":[51,74,9,2,3,108,86,117,96,44,68,26,47,71,32,48,38,56,6]," inverted":20,"\u592a\u90ce":30,"\u30df\u30ea":[10,16,45,49,96]," Lynx":[34,11,88]," YOUR":16,updated:42," use":[74,117,87,81,78,96],"void":47,"\u3066\u307f\u307e\u3057\u3087":45,"\u53c2\u7167\u5143":10,"\u30df\u30b9":32,"=pat":47,Zenigata:30,"{TABLE":74,Makefile:97,"\u9006\u9806":2,"\u3002grn":[41,104]," Regular":6,"\u6210\u529f":[73,87,1,2,4,43,54,44,5,28,26,7,37,101,71,109,38],Put:117,"\u505c\u6b62":[9,64,89],net:84,"\u306f\u3044\u3051":[109,60],"\u5fdc\u3058":[86,95],"\u300cComments":118," option":94,"\u305a\u306b":38,"\u305a\u3064":[118,48,64,95],":port":[23,64,6],"\u5411\u4e0a":[16,33,104],serch:[99,79],"\u3080\u308b":[96,117],QUIET:111,Also:20,"\u9023\u7d9a":[42,91,79],".yml":50,typo:16,TABLE:[74,2,96,100,117,70,38,90],type:[30,118,2,90,84,79,10,99,63,44,45,55,32,48,95],EMERG:[4,5],"\u4ee5\u4e0b":[1,2,3,4,63,31,64,5,68,6,7,32,47,71,114,8,33,74,46,96,97,10,99,36,95,60,12,38,39,30,41,103,79,42,91,44,81,45,93,111,16,113,49,115,50,117,84,85,118,70,20,87,55,23,78,26],"\u4ee5\u4e0a":[74,41,2,96,97,114,115,99,117,64,20,68,111,47,49,95,78],"_left":[16,35],"-ipadic":[108,83],"\u306b\u95a2\u3057":[41,95],"\u304c\u3063":48,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,24],"\u63a8\u5968":[74,9,87,26,88,47]," pdf":12,"\u5408\u5bbf":118," Geodetic":49,"\nworks":94,config:[0,9]," management":[20,50],"\u30b9\u30fc\u30d7":91,"_END":1,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[56,97],"\u9069\u5408":[42,2],"\uff08TokenMecab":42,"\u30a4\u30f3\u30dd\u30fc\u30c8":[47,56,97],"\u9023\u7d50":47,"\u5206\u5c90":115,"\u643a\u5e2f":86,"\u5358\u4e00":44,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":97,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":100,"_jp":71,"\u6d6e\u52d5":[10,87,49,96],before:50,PRM:83,"\u6574\u6570":[40,1,96,10,118,111,49,72,82],"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[109,60],"\u300coutput":23,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,111],"\u691c\u8a0e":42,"-pack":[71,88],"\u691c\u8a3c":116,ADDRESS:111,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[30,0,2,96,34,63,81,48,102,117],"\u30ec\u30d9\u30eb":[4,47,5,64],"\u975e\u4e92\u63db":16,"\u30af\u30a8\u30ea\u30fcAPI":[1,19],"\u30d1\u30b9":[116,100,2,97,95,7,64,119,26,23,16,71,33,6],"_DAT":[16,117,96,38]," contain":47,GQTP:[34,1,62,21,111,47,13],"\"Mroonga":96,"\u30ed\u30b0\u30d1\u30b9":100,realtime:55,content:[87,74,96,20,77,47,117],SYNOPSTIS:92,"/\uff09":100,PERMISSION:111,DLL:[16,47],"\u8996\u899a":86,"\u30d1\u30ea":46,"_LEADING":74,"\u63a5\u8fd1":41,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":100,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[10,34,86]," NEW":97,"1\u884c":95,"\u7531\u6765":104,"\u5358\u4f4d":[46,2,96,86,91,19,20,87,100,111,118,16,113,49],"_clear":16,"\u5b57\u5217":[16,49,117],"\u5358\u4f53":[86,95],"\u5f79\u5272":2," instantly":20,nsubrecs:[30,84,118],distance:46,keyword:[20,117],".json":3,ELAPSED:[87,94,3],"_FILENAME":1,"_NETWORK":1,"\u30a8\u30e9\u30fc":[0,1,60,4,5,68,7,93,47,71,73,108,74,9,97,11,101,28,37,38,43,44,109,16,83,117,85,87,98,54,88,57]," allows":20,Animation:30,"\n\n":[28,2,4,63,64,5,6,93,33,73,36,101,60,37,38,43,44,81,109,82,51,85,118,54,24],"\u958b\u3051\u308b":47,"\n<":3,"\n>":26,"\u7279\u6b8a":[87,23,2,20,95],Moero:30,"\n-":[60,97,85,109,93,73],"\n(":[94,3,97],"\u304c\u3072\u3068\u3064":114,"\n%":[78,83,97,108,14,11,64,98,26,103,47,16,71,115,57],"\n ":[30,74,46,96,95,42,118,63,87,81,45,101,6,33,117],"\n\"":[3,95],"\n#":[2,61,64,26,7,70,95,90,74,46,96,10,99,77,12,30,79,51,45,48,117,84,118,20,55,32,6],"\n]":[30,46,2,61,84,79,10,99,87,117,36,103,55,32,48,96,90],"\n[":[2,3,4,64,5,6,32,95,73,77,74,46,96,10,99,36,61,103,90,101,38,30,79,42,44,81,45,54,82,48,117,84,118,20,55,24],"') ":64,"\u5b9f\u65bd":97," env":114,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":50," domain":[53,84],"\u533a\u5207\u3089":16,"\n}":[41,6,33],radious:113,"\n{":[30,74,2,61,84,10,117,77,36,96,48,95,90],doc:[53,92,97,78],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":97,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[32,79,119,55],"\u56fa\u5b9a":[2,111,38]," eight":2,"\n`":[73,28,4,43,54,44,81,5,101,82,37,24,109,38],"\na":94,"\u306a\u304a\u3053\u306e":95,"\u6210\u308a\u7acb\u3063":41," York":46,"\u8ffd\u52a0":[0,2,90,64,66,6,16,60,71,8,72,34,96,97,10,11,36,101,102,38,93,30,41,42,77,44,54,111,47,48,114,84,86,100,119,98,56,78]," \u3057\u3044":[42,91]," dist":97,"\u72ec\u81ea":[116,96,10,86,87,111],stop:47," KEY":2,"_limit":[34,0,29,84,19,74,101,82],"/grntest":97,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[108,34,74,91,96,79,42,11,83,119,117,98,100,69,47,16,55],"\u623b\u308a":47," IndexBlog":48,"\u524d\u56de":97,",\"location":[30,45],"\u591a\u304f":[74,2,10,64,20,42,16,122],reference:10,"\nlog":94," keyword":[20,117],"\u623b\u3063":6,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":91,"\u4e88\u7d04":[44,38]," gcc":[14,108,83],brazil:84,"\u672a\u958b\u653e":100,"\u7bc4\u56f2":[34,74,9,2,10,86,31,35,102,118,47,113,42,72,38],"_geo":16,"\u3092\u901a\u3057":[64,2],"_get":[16,47],"\u534a\u5f84":113,"\u3092\u901a\u3058":45,"_level":[34,29,4,64,19,5,37,94],"\nmercurial":97,"\u73fe\u308c\u308b":42,"\u3044\u3044\u306d":[74,96,117],"0e":95,"\u8a9e\u5f59":[39,34,2,91,66,102,38],"\u62bd\u51fa":[47,20,96],"\u3068\u3044\u3063":[74,46,96,45,104,47,33,117],"\u3068\u3044\u3051":[32,111],SIGINT:16,"\u3068\u3044\u3046":[2,3,91,6,7,32,47,71,114,33,61,108,74,9,96,97,10,99,95,104,12,78,30,79,42,80,81,45,46,16,49,115,117,84,86,20,118,23,26],JSON:[87,2,3,99,100,36,111,47,16,33],"{TIME":94,"\u7528\u3044":[30,0,118,2,115,34,42,86,74,45,26,16,23,37,12,48,113,102],"-help":[71,64,88],"\u7591\u4f3c":[34,74,29,40,36,47,72,38],Sites:103,"-scorer":106,"\u554f\u984c":[0,2,96,97,10,100,119,117,81,47,16,95,78],NAME:[2,26],Process:[34,29,94],logaling:50,"_key":[0,2,96,99,74,118,47,72,117],near:41,"\u6700\u3082":[81,74],ip:95,is:[10,94,6,78],it:94,"\uff08OR":104,il:[42,91],io:67,ia:[42,91],"_AVAILABLE":[1,111],id:[2,61,63,64,26,32,70,72,90,74,96,99,77,60,30,103,79,42,45,109,48,117,84,87,55],"if":[41,96],"\u305d\u3093\u306a":71," remained":94,make:[116,108,83,97,88,56,71,115,78]," smaller":94,"\u306b\u3088\u3063\u3066":[9,2,10,86,42,115,72],"\u5f15\u7528":64," Masahiro":100,"8byte":111,"\u3055\u307e\u3056\u307e\u306a":[34,45,102,118],MATSUU:100,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[44,72],protocol:[3,64,111,23,33,26],"@groonga":[97,15],"||":[48,41],yes:[99,115],"\u5f8c\u65b9":[34,41,90,91,117,102,47,96,33,38],"-Type":[16,33],"\u89e3\u50cf":100,candidate:99,defrag:[34,0,24,19,29],"\u306f\u3059\u3079\u3066":[74,2,96,104],Elapsed:94," four":[94,2]," libmecab":[98,11,97],News:[47,67],save:97,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[97,33,122],"_close":[16,41],"\u7d4c\u5ea6":[34,96,10,86,45,118,49],"|>":94,"|<":94,"|:":94,"\u5cf6\u7530":47,"| ":[42,94,45,74,96],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":115,"\u6539\u540d":[16,47],"/Linux":[16,98,88,34],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[107,0,2,122,64,6,7,60,47,71,72,73,34,96,95,36,33,103,104,102,38,93,41,44,81,109,16,49,85,86,32,24,26]," User":30,DOMAIN:111," request":78,centos:[47,97],"_BUT":41,"_body":[42,44,61],TokenBigramSplitSymbol:[42,100],"\u4f7f\u7528":[0,2,61,91,64,6,93,60,33,74,9,96,97,10,36,95,38,41,42,44,81,46,47,49,51,117,85,118,100,109,23,26]," results":[47,20],"_table":[41,100,47,16,56,95],"\u5bc6\u9375":[56,97],"\u5c11\u3057":71," firefox":78,localhost:[116,3,97,33,16,95,6],"\u7a0b\u5ea6":[16,2],"\u53c2\u8003":[34,74,1,2,97,29,99,20,92,87,104,114,78],"\u5b8c\u5168":[74,41,61,42,91,44,96,38],"\u304c\u308f\u304b\u308a":118,"\u304c\u308f\u304b\u308b":46," ARCHITECTURES":97," Table":64," shopping":77,"\u30c1\u30a7\u30c3\u30af":[116,100,81,47,16,95]," aggregate":20," Thesaurus":74,sphr:46,"\nlevel":94,Critical:94,"\n``":[51,81]," RAND":40,"\uff08Perl":6,"\u305d\u3061\u3089":71,"\"Alice":117,approximate:[46,113],"\uff08\u307e\u3082":33,editor:78,Ubuntu:[34,100,11,88,47,16,115,50],"\u6291\u3048":42,fork:[64,78],CORE:95,"\u7f6e\u3044":97,".ne":67,"_animal":10,"\u5165\u308c":[42,30,118],"\u5165\u308b":[70,63],"\u5165\u308a":[2,96,84,118,63,26],grroonga:8,"\u5426\u5b9a":[74,41,96,117],"delete":[34,0,29,100,19,109,16],RETRY:111,"\u6c7a\u3081\u308b":[74,41],"\u5165\u3063":[30,2,87,111,32,47,48,115],"sort\u30ad\u30fc":0,"\u73fe\u5728\u5730":118,"\u30a8\u30c7\u30a3\u30bf":78," Takahiro":100,"\u3002\u307e\u305a":42,"\u914d\u5217":[30,74,41,2,96,10,118,63,91,70,20,44,81,117,100,47,87,16,38],"\u3002\u307e\u305f":[116,114,9,2,90,79,10,86,64,45,41,26,23,96,49,95,38],Shift:71,".service":47,Win:68,pseudo:[34,74,72,29],"\u6539\u5584":[16,0,47],"_offset":[74,101,84],Second:94,"\u9069\u5207":[86,100,2,95],"\u81ea\u52d5\u7684":95," hottolink":67,TEXT:[47,3],manager:[6,33],"\npackages":97,FILENAME:111," Umemoto":16,"\u7fa9\u8a9e":114,"\u795e\u5948\u5ddd":118,"\u3068\u3059\u3050":77,"_NONE":63,"\u524a\u9664":[0,28,64,7,43,86,109,6,47,16,100,72],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":115,string:[41,76],"\u8a2d\u8a08":74,SYNTAX:111,"\u4e0a\u91ce":100,"[php":47,"\u30b5\u30f3\u30d7\u30eb":[116,74,46,100,119,47,95]," performance":20,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":79,"\u304f\u3093":118,"-escalation":[74,42,100,64,88,71],item:[32,99,79,70,55],"\u672a\u6e80":117,"\u3002TSV":[87,114],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":81,"-deb":97,"\u4ed8\u4e0e":[30,90,45,95,48,72,38],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":47,"\u629c\u3051":16,"\u5076\u6570":96,"\u63db\u6642":16,"-dev":[97,11,15,98,47,16,115]," PatPrefix":90,">alloc":3,"_SOURCE":97,".so":7,"4GByte":39,"\u4f8b\u3068\u3057\u3066":10," two":94,RESULT:[3,111]," MyISAM":86,Changes:67,MBytes:95,"-mode":78,"\npublished":97,"\u3068\u3059\u308c":86,"_version":[9,2,3,97,20,51,6,23,16,33,26],"[suggest":47,"\u53d6\u5f97":[30,74,2,97,84,34,85,79,82,55,32,56,102],bob:[74,33],"_TABLE":16,"\u5fd8\u308c":16,"\u3002table":38,"-leak":100,"\u521d\u671f":[86,16,100,47],"/main":11,"\u4e21\u8005":45,"-check":[16,100]," sequence":94,"\u5916\u90e8":80,"-libevent":47,"\u60c5\u5831":[0,2,63,31,15,66,7,70,47,71,102,34,97,10,99,30,42,44,45,110,16,115,86,100,87,118,56],JavaScript:[34,45,6,23,102,26],"\u843d\u3061\u308b":[16,100],"_PROCESS":[1,111],"-each":16," rpmforge":83,"\"mori":103,"/nfs":71,"po\u30d5\u30a1\u30a4\u30eb":78,"_DOMAIN":1,"\u3002Blogs":42,"_PREFIX":[100,71,68,88],"\u30dd\u30a4\u30f3\u30c8":114,"\u8fd1\u3044":116,"\u8fd1\u304f":[86,31,96],"\u4e00\u6642":[46,38],"\u30fb\u30b5\u30fc\u30d0":2,"_FILE":[87,1,114,111],"_AND":41,Issue:58,YOUR:78,get:[85,16,47],"\u30d0\u30a4\u30c8":[1,100,20,47,16,49],"/cpuinfo":[98,83,11,108],"\u8a9e\u53e5":30,map:16,groo:74,"\u518d\u8aad":[37,114],max:[116,40,2,3,51,81,26,47,82,95,6],"_TIMEOUT":[1,111]," content":[77,74,117,20,96],"|ALLOW":[74,117],"_values":16,EXACT:41,"\u5e02\u5185":31,"_init":[94,16,47],"/fedora":[108,97]," am":20," an":6," as":[47,78,6,20]," at":[94,67],"\u8a08\u6e2c":[16,0,115],"\u7d44\u307f\u5408\u308f":[86,74,41]," sjis":64,repositories:97,"\u3053\u3061\u3089":[114,2,78],ggdb:97,nroonga:50,"\u5b9f\u4f8b":[34,56,41,110],"\u624b\u6bb5":41,"\u7a7a\u304d":81,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[28,2,29,63,31,16,102,73,34,74,96,77,39,30,42,43,44,81,47,48,117,118,100],correct:[99,79],"_content":[74,117,20,96],"8\u3064":95,"_string":115,org:[26,84],Tritonn:96,"\u62ec\u5f27":36,"\u4e8b\u9805":[39,34,49,95,29],Karmic:115,"\u6b21\u90ce":30," key":47,"\u304c\u3042\u308a":[58,46,114],"] [":95,wiki:6,UNKNOWN:111,"\u30dd\u30fc\u30c8":[116,3,64,33,95,26]," nsis":97,ISO:96,"\u81ea\u5df1\u7d39":118,"\u9078\u3073":8,"\u9078\u3076":86," ALLOW":74,"1g":[98,11],"\u30bd\u30fc\u30c8\u30ad\u30fc":[99,0,74],"\u30d8\u30eb\u30d7":115,"_preparer":[32,99,79,55],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":86," Solaris":[14,16,47,88,34],"\u62e1\u5f35":[16,61,102,34],"11":[42,74],"10":[2,95],"_index":[118,74,117,20,96],libgroonga:107,"\u5229\u7528\u4f8b":86,"=ENCODING":[71,88],zsh:[71,97]," \u307e\u305f":[74,3,117,33,71,95,96],DD:[94,96],DB:[41,2,64,70,47,95],dash:71,"\"application":16,".uuuuuu":96,"\u914d\u5e03":[108,83,11,98,68,88,47,57]," inv":95,"@naoina":47,performance:20," objname":[24,73],beta:67,"\nhttp":6,pair:[32,99,79,70,55],synonym:74,"_SOCKET":[1,111],CFLAGS:14,"\u539f\u56e0":[42,34,69,95],precise:[11,97],show:0,"-po":[56,97],"#SET":95,"\u6700\u5927\u5024":47,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[34,117,75,88,97,53,100,96,87,110,16,47,12,56,71,95,78],threshold:16," requests":78,"\u77ed\u6642\u9593":86,"\"BLT":103,"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":95,"\u306a\u3089":[74,9,96,79,117,64,51,41,115,105,32,95,50],"\u306a\u308a":[1,2,3,64,6,7,32,47,114,72,61,77,74,9,96,97,10,99,36,95,90,12,73,38,30,79,42,44,45,46,111,16,48,113,49,50,117,86,20,87,118,23,24,26],"\u306a\u308b":[0,2,61,64,68,6,71,95,73,108,74,96,97,35,10,11,77,103,38,78,41,42,44,54,47,113,49,83,86,100,20,119,98,88,55,24,57],"_BUSY":[1,111],wheezy:[34,97,88,98],"_INDEX":[30,74,67,2,61,42,118,100,117,20,77,44,48,96],"-setuptools":12,"\u51fa\u305b\u308b":86,geo:[30,0,46,29,34,118,100,35,45,47,16,113,106]," Web":71,"_FORMAT":[1,111],summary:95,"\u306b\u5bfe\u3057":[116,30,0,41,2,96,84,117,86,91,74,44,99,45,7,97,23,47,51,48,38],"\u305f\u304b":[16,74,79],"\u5468\u8fba":[47,20]," lenny":16,"\u8907\u96d1":[47,74,41,96],sear:32,"-threashold":[42,100],"\u53ca\u3073":[109,95],"\u3002Time":118,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":33,"\u6700\u5c0f\u5024":96,"-Encoding":33,"\u3088\u3063\u3066":[45,31,49,66],"\u306a\u3069":[2,31,66,26,32,71,33,74,9,96,97,10,114,77,95,104,37,78,107,41,79,42,91,81,16,49,118,117,86,20,55],Each:94,"\u306a\u3067":32,ja:[97,78],"\u306a\u3063":[74,9,2,115,97,81,10,86,100,117,87,42,26,47,16,48,118,33,38],"\u306a\u305c":[32,74,117,96,79],"\u5206\u5272":[2,96,86,91,16,38],"\u306a\u3059":35,"\u306a\u3055":[23,40,74,38],"\u306a\u3057":[9,60,96,79,10,117,77,85,1,111,109,122,93,113,49,33,38],"\u306a\u3052":61,"-document":[64,97],"\u306a\u304f":[0,2,61,31,6,7,93,47,71,95,74,96,97,10,33,104,16,50,117,86,100,20,56],"\u306a\u304a":[91,97],"\u306a\u3044":[0,2,3,31,64,6,47,32,71,114,8,95,90,108,74,9,96,97,10,99,77,42,103,104,38,39,41,79,14,80,91,51,81,111,16,49,115,50,116,117,86,100,119,87,88,23],"\u306a\u3046":118,"\u306a\u306b":32,Mecab:47,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":91,"} ":[94,78],"\u5f15\u304d\u51fa\u3059":86,"}/":[78,71,7],"}.":74,".select":95,"\u524d\u5f8c":[64,2],"\u9ed2\u3044\u70b9":31," []":63,"}\n":[30,74,46,90,79,10,99,117,94,77,6,55,32,118,33,96],"[admin":[16,47],"\u5b57\u5c0f":74,"}|":94," [\"":[74,42,118,63,81,99],UInt:[30,74,2,61,84,42,63,100,117,77,45,26,70,87,47,48,96,49,90],"}`":78,"\u6240\u5b9a":[42,91]," haystack":41,sound:79,"\u30bb\u30df\u30b3\u30ed\u30f3":95,GROONGA:97,"}]":[36,3,95],"}E":96," coverage":115,"\"mroonga":74,"\u3002DB":[16,41,2,26],"\u8af8\u6761":39,"\u578bn":74,"|')":[44,38],"\uff01\u3057":15,nogpgcheck:47,IEEE:49,"_CONNECTED":[1,111],"\u91cf\u8a08":0," special":74,"=squeeze":97,"_GROONGA":87,"\u3002\u3044\u307e":47,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[77,34,29]," xml":3,"\uff01\u300d":[74,96,117],"\u672c\u5f53":32,Twiter:47,"\u30b9\u30c8\u30ec\u30fc\u30b8":[34,86],montywi:47,"\u305d\u3057\u3066":[74,10,118,20,86,32],"\u8aad\u307f\u98db\u3070":2," Languages":78,"\u5927\u8cb4":47,"\u5927\u898f\u6a21":86,"\u3002\u3059\u3079\u3066":[115,78],"\u518d\u8d77":114,"\u5171\u6709":[30,97,34,86,15,71],".dll":95,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[34,26,102],"\u3002none":64,"/false":[10,0],"\u5ea7\u6a19":[46,96,118,31,35,16,113],"\u56f0\u96e3":[47,86],Uint:[47,2,76],"\u9069\u5b9c":[61,97]," format":[94,67,3,78],server:[47,6,33,97],"\u9650\u308a":[41,42,91,36,72,38],quantal:[11,97],"_BYTE":[1,111],LocalNames:103,"},":[30,74,46,2,61,118,117,77,96,95,90],"_VECTOR":[10,30,74,44,118],"\uff08CI":50,DBMS:20,ellip:46,"/database":6,"\u65b0\u5bbf":45," cd":[68,97,78],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":47," cp":11,"\u306b\u3064\u3051":96," check":115,"\u306f\u3044":10,"\n{\"":[96,79,99,77,55,32,117]," because":3,"\u306f\u305a":[47,95]," schema":92,"\u306f\u3069":74,"\u306f\u307f":56,"@soundkitchen":[16,47],"\u3082\u3061\u308d\u3093":95,"\"\u30df\u30ea":96,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[33,122],"_reopen":[34,29,4,19,5,37,47],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":64,"\u8abf\u6574":[42,104],"\u3002\u3059\u3050":6,CXXFLAGS:[14,97],"\u7279\u6709":6,"(title":76,"\u3002command":9,"\u63d0\u6848":[34,100,99,55,47,16,8,120],"\u3082\u3046":[77,48,76],"\u8a18\u8f09":[47,97],"\u3082\u3057":[74,46,117,87,1,95,71,114,33,50],"\u516c\u958b\u9375":97,hsiomaneki:118,"\u3082\u3059":7,"\u3082\u306e":[2,61,64,68,6,95,74,9,97,10,78,40,41,79,46,111,47,48,113,116,118,38],"_OFFSET":[1,111],Hiroshi:16,"|on":74,"|oo":74," posted":118,USE:47," enabled":94,"\u5883\u754c":[47,46],"\u3082\u308c":61,Blog:48,file:[0,100],"_DEVICE":[1,111],"\u53d6\u308c\u308b":36,"\uff08true":10,"\u5b50\u5348\u7dda":46," sleepy":77,"\u4e0e\u3048\u308b":[36,116,45,9,64],"\u8a18\u8ff0":[41,2,61,118,64,95]," rpm":[108,83,97],"\u6e96\u62e0":6,"\u4e0a\u9650":[10,34,80,39],"+a":117," xvzf":[108,83,14,11,98,71,57],"}e":96,Year:94,SIS:16,SHIMODA:100," language":78,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[16,47]," changed":67,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":61,"/lib":[6,7],"-alloc":51,"\u8aad\u3081":47,Bytes:39,"\u5dee\u5206":95,"\u8aad\u3093":[56,50]," type":44," metadata":47,")mroonga":114,"\u30e1\u30cb\u30e5\u30fc":97,"\u306f\u3053\u306e":74,"\u30d6\u30c9\u30a6":61,"\u771f\u507d\u5024":[10,34,96,102],"\u304c\u3053\u306e":117,"\u30dc\u30c7\u30a3":[111,7],SSSSSS:94,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":115,"-code":97,"_append":41,"\u8aad\u307f":[32,0,104,97,86],"\u307e\u3057\u3087":[30,74,46,2],"\u30c6\u30b9\u30c8":[34,83,100,97,108,42,118,11,98,68,88,47,56,110,115,57],Documentation:50,INTERRUPTED:111,NFS:71,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":64,"_EXEC":1,search:[117,79,99,55,32,114,8]," clone":[97,78],"-localestatedir":71,published:97,SIGUSR:16,"\u30b3\u30e1\u30f3\u30c8ID":118,"\u305f\u3089":[74,96,97,100,32,71,33,78],"=ALLOW":74," Fontaine":16,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[34,56,75],"\u307e\u308f\u308a":56,ICHII:16,"\u672a\u77e5":47,".synonym":74,"\u78ba\u7387":99,"\uff08GNU":71,"\u5ca9\u4e95":47,"\u5317\u534a\u7403":47,LTS:[34,11,97,88],"_gqtp":95,"\u3053\u3068":[0,1,2,3,4,5,6,7,8,9,10,11,12,16,100,20,35,23,24,28,30,31,32,33,108,36,37,38,40,41,42,43,44,45,46,47,48,49,50,51,98,109,56,57,60,61,63,64,66,68,26,70,71,72,73,74,76,77,78,79,80,81,83,84,85,86,87,88,89,90,93,95,96,97,101,103,104,105,107,54,82,113,114,115,116,117,118,121,122],"\u3053\u306e":[107,1,2,3,91,64,15,66,68,6,47,32,71,33,61,108,74,46,96,97,10,120,11,77,42,95,60,106,38,93,30,41,79,14,45,109,111,16,48,113,114,50,83,118,117,84,85,86,19,20,87,98,88,55,56,78,57],"[element":96,"\u4e00\u756a\u5de6":96,none:[48,71]," return":[87,94],"\u3053\u305d":118,"\u3053\u3053":[74,2,61,97,10,99,117,87,42,45,118,114,96],dev:[98,11],abandon:36,deb:[98,11,97],"\u4e2d\u5fc3":113,share:71,sphere:46," Tritonn":[74,96,117],"\u3053\u308c":[91,6,7,32,47,71,8,33,74,46,96,97,53,77,78,41,79,42,45,111,16,48,114,118,117,84,86,20,10,55],"_OVER":[1,111],Don:6,"\u591a\u3059\u304e":100,"\u6d41\u308c":[56,111,78],"\u4e57\u7b97":96,"\u666e\u901a":96,"\u30cf\u30a4\u30d5\u30f3":2," tsv":3," engine":[99,79,55,8,20],Solaris:47,"_CLONE":97,"\u3066\u304d":1,"\u3066\u304f":115,"\u30c4\u30a4\u30fc\u30c8":[97,15],"\u547c\u3073":[74,41,61,84,10,64,20,95],"\u547c\u3070":[49,2,96],"\u3002ftp":95,"`hostname":64,"\u5217\u578b":[10,61,84,117],"\u975e\u308f":91," PALALLES":97,"_BUFFER":[1,111],"\u308c\u308b":[2,61,31,64,68,47,32,71,72,108,74,9,97,10,99,77,95,37,78,41,79,42,80,91,81,45,46,111,16,49,115,86,20,54,55],"\u6955\u5186":[46,113]," PALALLEL":97,good:77,"\u516c\u5f0f":[16,83,108],"\u3079\u3066":74,"\u9664\u304f":47,"\u5316\u95a2":100,"\u4f1d\u7d71":86,"\u3079\u304f":2," python":[12,97],"\u9664\u3044":[20,95],"-encoding":[16,71,64,96,88],"\u767b\u9332":[58,2,7,93,8,34,74,96,97,10,77,60,36,38,41,79,81,45,47,114,117,86,100,119,118,32,56]," well":20,Build:68,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":81,"\u30d5\u30e9\u30f3\u30b9":46,"_QUERY":[41,114],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":115," characteristics":20,"\u8ddd\u96e2":[0,46,96,76,86,31,45,47,113],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":68," our":78,"\u3068\u3082\u3063\u3068":71,"\u547c\u3093":91,tritonn:74,"\u308c\u305a":9,"\u306b\u3082":[74,91],"\u306b\u3088":47,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":37,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":46," Cities":46,".blog":42,koi:[47,71,64]," en":[32,99],"\u306b\u5bfe\u5fdc\u4ed8\u3051":32,".SSSSSS":94,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":33,"-get":[47,11,97,98],SUCCESS:111,"/archive":97,selector:101,"\u308c\u307e\u305b":[71,81,9,64,114],"\u6574\u7406":47,"\u4e71\u6570":[40,45],"\u8a18\u9332":[86,47,72,7]," gem":97," geo":46,"\u4e0a\u8a18":[39,78,74,2,79,42,45,26,55,71,114,95,50],"1\u30c8\u30fc\u30af\u30f3":38,"\u3002Functions":115,Lucid:100,"/lists":97," : ":92,"-limit":[0,64,74],"\u307e\u3068\u3081":[56,74,97],build:[51,97],RPM:[108,16,100,97,47],"\u6b53\u8fce":56,"_IMPLEMENTED":[1,111],"\u306b\u3057":[74,96,117],"\u5e73\u884c":97,"-protocol":[64,26,95],"\u306b\u3059":42,"\u306b\u3066":[47,46,97],"_put":[34,29,4,64,19,5,37],"\u30e6\u30fc\u30b6\u30fcID":118,"\u306b\u3069":41,ko:67,Conifugration:50," UInt":[30,74,96,117],"\u7528\u8a9e\u96c6":81,"\u4e0a\u66f8\u304d":[45,97],".com":[2,97,84,10,45,26,56,78,50]," element":96,"_by":[16,118,119,47],"(drilldown":72,"\u30d1\u30c3\u30c1":[53,16,78,100,47],nterms:81,"id]]":[85,60],"_WITH":[117,96,91,90,38],"\u30a2\u30ca\u30a6\u30f3\u30b9":97,EXEC:111,"\u601d\u3044":78," build":[98,11,97,50],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":61," localhost":64,"\u62c5\u5f53":97,"\u9593\u9055\u3063":[16,79,8,47],"\"popular":74,"\u300chsiomaneki":118," finished":94,"\u601d\u3063":53," suited":20,"\u8a00\u3046":32,"/log":[71,64],"\u554f\u3044\u5408\u308f":41,PORT:[26,95],GET:26,"\u5c02\u7528":[102,34,26,97,78],"\u30e2\u30b8\u30e5\u30fc\u30eb":[34,9,86,100,6,33],TCP:64,"(news":97,".log":[71,9,64,95],"\u3046\u3061\u3044":64,"\u8a9e\u4ee5":96,"\u8868\u73fe":[87,41,60,10,36,81,104,93,56,49],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[34,86],DDL:42,reverse:97,SHIDARA:16," appears":20,"-file":[87,16,64],"\u5b9f\u51e6":41,"\u6642\u70b9":[47,9,97,38],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":31,point:[35,46,91,113],"\u3059\u304e\u307e\u305b":30,"\u306f\u3058\u307e\u308a":9,shutdown:[34,89,29,64,100,19,6,33,26],"\u6253\u3064\u524d":97,"\"gronga":8," Ueno":[47,100,119],"\u53ce\u96c6":[87,86]," GQTP":1,"_STACK":1,"\u30a2\u30ed\u30b1\u30fc\u30c8":51,bill:[42,91],"\u307b\u3057\u304f":74,engi:[32,99],"\u5f15\u6570":[0,28,2,4,63,64,5,26,7,60,95,73,74,9,96,76,10,36,101,103,37,105,38,93,40,41,43,54,44,81,46,82,47,113,116,51,85,70,20,35,109,23,24,89],"^ \"":96,"_name":[103,119],"\u95be\u5024":[34,74,42,99,91,64,69,16,71],"-key":[47,97],Hardy:100,"\u7d42\u7aef":47,")groonga":114,"\u56fd\u540d":84,STACK:111,development:56,"-chroot":97," document":20,"\u5834\u6240":[97,100,15,87,114,95],Senna:[47,67,114,96],"\"\u3001":32,"\u30b9\u30bf\u30a4\u30eb":64,"\u7d44\u307f\u5408\u308f\u305b":[41,2,97,42,86,44,38],flags:[30,2,90,84,10,118,63,64,44,81,111,70,48,95,38],sortby:[30,74,2,99,45,101,16],entry:44,"\u3064\u307e\u308a":[74,97],"_KEY":[0,2,61,16,70,90,74,46,96,10,77,103,38,30,42,47,48,117,84,118,100,20],"\u3002dump":103," music":94,"\u547c\u3073\u51fa\u3059":[40,121,76,35,104,113],"_OBJECT":1,"\"value":74,"\u547c\u3073\u51fa\u3055":74,"\u547c\u3073\u51fa\u3057":[41,96,86,100,20,103,104,47],TODO:[74,59,61,62,117,25,18,20,65,87,22,111,112,92,106,52,33,96],"\u306f\u3069\u3061\u3089":33,"_LONG":[1,111],source:[30,2,97,118,63,44,48],bin:68,"\u968e\u5c64":41," blog":[42,2]," Have":77,bit:[108,83,14,11,98,68,88,50,49,57],"\u5f53\u3066":[70,63],"\u30d7\u30e9\u30b0\u30a4\u30f3":[108,0,100,86,11,83,119,98,47,7,16,71,114,78],"\u5927\u4e08\u592b":[58,71]," turn":6,"\u8aa4\u308a":47,"\u4e0a\u8ff0":114,"-command":[100,9,20,33,50],"_INCOMPATIBLE":1,"\u4ee5\u5916":[74,41,60,61,97,85,86,31,51,100,93,16,49,95],"\u3001C":2,google:74,"\u8aa4\u3063":[47,97],"-DD":[94,96],examples:100,"\u3001[":[93,2],"\u3001_":[118,45,2,84],"\u66f8\u304b":118,"\u66f8\u304f":117,"\u8a73\u3057\u304f":[10,86,2],"\u66f8\u304d":[42,86,74,91,95],"\u66f8\u3044":[118,96,117],"*BSD":[16,100],"\u3092\u3064\u3051\u308b":96,"\u30d3\u30eb\u30c9":[34,83,71,97,108,14,11,98,100,68,88,47,16,56,57,114,50],"\u5024\u306a\u3057":47,"\u3001\n":[45,82,97],"/cutter":97,ERROR:87,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":47,Bob:117,"\u3001 ":[78,74,46,2,61,114,10,106,104,117,20,87,45,118,26,7,96,71,49,33,6],"\u3001\"":[2,61,79,118,55,32,16,49,8],"\u3001$":97,Dump:94,"\u3001&":45,"\u3001(":[49,95],"\u3001-":[23,100,49,95],"\u3001/":[2,26],"\u3001.":[115,78],"\u5730\u5f62":[46,113]," configuration":6,"\u3001:":95,"\u3084\u3059\u3044\u304b":114,"\u3057\u307e\u3059":[74,96,84,118,91,83,117,8,38],"/yum":97,"\u9010\u6b21":86,"\u6295\u5165":[42,0]," without":20,"_fin":47,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":95,"\u3072\u3068\u3064":[117,76],"\u51fa\u3059":118,translate:78," NONE":74,"-type":[32,79,55],"\u7b97\u8853":96,"-binary":33,"/epel":83,"\u56de\u907f":[42,97],"\u52d5\u304d":33,"\u52d5\u304f":[16,71,122,47]," Environment":50,"_NOFILE":94,".GitHub":78,New:46,curl:[47,71,33,50],sourceforge:97,"\u90fd\u6c11":[42,91]," accurate":20,Mac:[34,57,100,88,47],"\u3042\u3052\u308b":[42,34,69]," go":77,"\u5207\u308a\u6368\u3066":10,"_INPUT":[87,1],Cast:[22,117],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":95,"\u6b63\u898f":[47,114,2,96,38],confirm:78," base":6,failures:97,"\u7d50\u5408":[41,117,104]," post":[74,96,117],rinse:97," b":117," c":[68,117]," `":3," OLD":97," d":[42,91]," i":97," n":[74,96,117],"\u57cb\u3081\u8fbc\u3080":95," v":41," z":49," {":[46,2,79,99,51,6,55,32,118,33,26]," |":[116,108,74,96,97,42,11,83,98,45,6,50],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":47," B":96," C":[53,16,68,96,86]," @":[74,90,42,118,91,96]," A":92,"/\u65e5":118,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[74,96,117],"-release":[47,56,83,97,108]," Token":95," [":[2,61,64,26,7,70,95,90,77,74,46,96,10,99,36,101,60,38,93,30,103,79,42,44,81,45,109,48,116,51,117,84,85,118,20,92,87,55,32,6]," X":[34,57,100,88,47]," ^":96," _":[30,74,46,2,90,84,10,118,117,45,96]," \\":[91,96]," ]":[87,6]," \"":[2,61,63,68,26,32,70,114,33,90,77,74,46,96,10,99,36,95,30,79,42,51,81,45,47,48,49,117,84,118,20,87,55,6]," #":[118,100,119,33,78]," ":[28,2,3,4,5,6,70,32,71,33,61,74,9,96,97,10,99,77,101,95,37,73,38,30,41,79,43,54,44,81,45,46,82,48,90,50,116,51,117,84,118,20,87,109,55,24,26]," !":96," &":[42,45,91,96]," '":[2,90,91,64,94,32,33,108,74,46,96,10,99,11,77,78,30,79,42,45,47,49,83,117,118,20,98,55]," $":97," %":96," *":[74,96,42,5,47,49,33,78]," +":[74,117,6,23,49,96]," (":[39,34,74,67,96,29,20,46,41,68,97,47,114,83,72,117]," .":[108,83,71,97,98,14,11,42,68,115,50,95,57]," /":[116,91,2,96,42,99,11,64,68,26,7,33,6]," -":[108,85,0,67,2,3,40,4,63,91,64,94,5,28,6,47,32,71,114,33,61,77,74,9,96,97,98,10,99,11,57,36,100,101,95,60,37,12,73,38,93,30,103,79,42,92,43,54,44,81,45,46,82,105,16,48,113,49,90,115,116,51,83,121,117,84,78,118,76,70,20,119,35,109,55,23,24,89,26],"\u6e0b\u8c37":118," :":96,"_database":[47,6,33]," >":[96,91,45,103,16,95]," ?":96," <":[74,67,96,42,20,45,103,16,95]," =":[30,74,41,90,64,45,46,96],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":47,"-build":115,"\u512a\u308c":86,".output":23,"\u76f4\u611f":90,"\u9023\u643a":86,"_thread":95,"\u4e2d\u56fd":46,body:[44,61,42,36,85,24,33,73],FTP:95,"\u632f\u821e":46,"0xc":111,"\u306b\u5bfe\u5fdc":[93,74,60,85,23,64,36,47,37,16],"= \"":[74,96],"/tmp":[114,33],"\u57cb\u3081\u8fbc\u307f":20,"\uff08NOT":104,"/senna":103,CODES:97,"/to":6,"\u30ed\u30f3\u30c9\u30f3":46,"\u7518\u3044":61,"(ctx":41,HOME:[71,97],"'ABC":38,Nice:77,"\u5b8c\u4e86":[74,97,78]," garbage":81," SiteCountry":84,"\u30d5\u30ec\u30fc\u30ba":[47,117],".pid":64,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[34,121,96,29,104,81,7,16,47,24,17,73]," JQuery":100,Ultra:30,"\u8d77\u52d5":[9,2,3,95,100,64,51,26,47,23,97,33],objname:[24,73],TokenBigramIgnoreBlankSplitSymbolAlphaDigit:42,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[16,100,47],"\u4f7f\u3044\u65b9":[34,74,46,2,3,29,79,117,86,55,64,20,77,6,7,32,120,114,95,96]," mte":67,"_SYSTEM":[1,111],gcc:[16,71],"_LEAK":115," size":81,"\u30b3\u30de\u30f3\u30c9":[0,28,2,3,29,62,4,63,91,64,94,5,68,6,7,32,47,71,114,8,33,61,34,74,9,96,97,10,99,36,93,95,60,37,12,73,106,102,38,27,41,103,79,43,44,81,45,109,82,105,16,101,49,90,115,51,85,100,19,20,87,54,70,55,23,24,89,26],"\u5186\u6ed1":97,"/universe":11,"\u5f35\u3089":[10,47],HTTPS:[33,122],".textile":97,bind:16,"/repositories":97,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":100,"\nwarning":[4,5],"\u7d9a\u304d":36,"\u306e\u3088\u3046":[74,117,96,104],"\u7d9a\u3044":[42,85,74,60,93],jiro:30,"\u7d9a\u3051":95,"\u6d88\u8cbb":77,ll:[42,91],"'column":47,euc:[71,64],li:[42,91],lt:20,"_gqpt":95,"_SYNONYMS":114,"\u9589\u3058\u308b":[16,0],"\u306f\u3069\u3061\u3089\u304b":[96,117],greater:41,"\u4f75\u305b":2," cache":47,"\uff08Ruby":50,"@' ":2,"_HOST":95," Term":[44,61,38],"_POSITION":[77,74,2,61,42,118,117,20,44,48,96],"_EXISTS":[1,111]," function":[67,106],"\u4e00\u3064":[28,60,4,63,91,5,93,70,73,9,76,10,36,101,103,37,105,38,40,43,54,44,81,46,82,113,49,51,121,85,86,35,109,24,89],"\u66f4\u65b0":[93,34,74,9,2,97,30,10,86,77,36,41,60,47,16,56,78],"\u70b9\u9593":[46,45,31],"/LC":[97,78],"\u74b0\u5883":[83,97,86,68,115,88,47,16,56,71,114,95],"\u5217\u5f15":41," Words":96,"& b":96,"\u81ea\u4f53":117,"\u5f85\u3061\u53d7\u3051\u308b":26,"\u5fc3\u914d":88,KeyWord:20,res:95,"& _":45,"\u30ab\u30ec\u30fc":91,"\u300cOffGao":118,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[117,74,46,20,96],"/\u6708":118," Site":[30,2,84,10,45,26],UPDATE:111,"\u73fe\u72b6":9," correct":[99,79],"\u4ed8\u5c5e":[23,6],"/aba":[45,2,84],"& (":96,"\u76ee\u8996":87,"\u30d6\u30e9\u30b8\u30ea\u30a2":46,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":86,suffix:41,"\u30d9\u30af\u30bf":[47,0,100,63]," mode":41,"\u8aad\u307f\u8fbc\u3093":26,"\u6c38\u7d9a":38,"\nCtrl":26,natty:[11,97]," patch":67," mecab":[108,83,67],InnoDB:86,"\u3068\u3088\u3044":71,"\u53d6\u308a\u5f97\u308b":49,"_OFFLINE":47,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[47,6,33],"\u5229\u70b9":86,"\u81f3\u308b":10,Sphinx:[53,12,56,75,78],"\"co":8,min:[116,47,95],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":47," lexicon":95,"\u914d\u4e0b":[23,97]," Representation":78,"\u8aad\u307f\u8fbc\u307f":[16,114,2,7],"/commands":95,Without:6,"\uff09\u3001":91,"\u306a\u3082\u306e":97,"\uff09\u3002":[42,118],"\u6e2c\u5730\u7cfb":49,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[47,79]," N":86," Blog":48,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,100,87,47,16],"\u7d44\u307f\u8fbc\u3093":[86,38],text:33,"\u8d8a\u3048\u308b":42,supported:67,Redmine:58," SuffixSearchTerms":[96,117],"\u5ea6\u3068":16,"\u610f\u5473":[74,41,2,96,99,64,45,32,71,114,95,117],"\u5b66\u3093":118," is":[74,2,3,10,117,20,26,94,47,96,33,6]," it":[77,117]," in":[74,67,117,20,81,41,94,47]," Release":68,"_equal":41,"\u65b9\u6cd5":[120,108,2,3,29,91,64,68,26,47,32,71,33,34,74,9,97,10,114,11,75,77,42,69,95,103,104,78,79,14,46,110,16,113,49,115,50,83,118,86,20,98,88,55,56,57]," if":6," documents":20,"\u5c11\u306a\u304f":[77,86,117,20,96],"\u5c11\u306a\u3044":[74,117,77,104,114,96],"\u30c0\u30f3\u30d7":[47,100],"\u7e70\u308a\u8fd4\u3059":100,"\u306e\u307f\u3057\u304b":8,"_GITHUB":[97,78],"_DOWN":[1,111],"\u7e70\u308a\u8fd4\u3057":[96,95,78],"\u5272\u308a":[10,70,63,96],"_CTX":16,"\u5236\u5fa1":[6,96],RETURN:[87,94],Wikipedia:49,"\u4ee3\u5165":[100,45,41,96,117],"\u985e\u4f3c":[41,96,79,99,104,47],"{name":96,"(string":76,Sending:78,"\u5b66\u3073":[74,46],"\u7dad\u6301":[86,33],"\u4f4d\u7f6e":[34,9,2,30,86,31,44,45,46,47,16,118,102],"\u5168\u4ef6":[96,117],UNIX:[87,71],"\u518d\u8d77\u52d5":7,plugin:16,"-suggest":[27,34,29,79,99,100,119,92,47,16,8],equal:41,".org":[30,83,71,2,84,78,98,14,11,10,45,6,103,97,108,57,95,26],"\u88dc\u6b63":[34,99,8,120,79],comment:118,"\u304a\u304d\u307e\u3057\u3087":10,"\u3002drilldown":[74,84],news:97,"-history":16,"\u4ee5\u524d":[10,118,42,82,47,16],"\u30ab\u30b9\u30bf\u30e0":6,OLD:97,"\u91cd\u307f\u4ed8\u3051":[42,74],"\u30e1\u30e2\u30ea":[108,83,100,11,98,68,88,47,57],"\u5c0f\u6570\u70b9":10,json:[28,2,3,4,63,5,70,93,95,73,74,36,101,60,37,38,43,44,81,109,82,51,85,54,23,24],"\u3002SET":95,define:[34,101,64,19,29],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":16,"\u306a\u306b\u5bfe\u3057":[96,117],DIRECTORY:111,"=..":97,"_ALLOWED":[1,111],"\u5168\u4f53":71,value:[74,117,6,70,38,96],"\u540c\u3058":[0,2,63,64,6,7,70,114,33,34,74,9,96,10,99,95,37,79,42,16,48,49,86,100,87,23,69],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[58,34,15,78]," record":[10,46,2,26],"\u30bf\u30a4\u30df\u30f3\u30b0":[47,2],"\u8a9e\u5f59\u8868":[2,38],"{LANGUAGE":78,".db":[64,63,2,26],"\u6c42\u3081\u308b":[86,46,113],pkgs:83," event":[32,99,79,55],"| _":45,"[apt":47,auth:[6,33],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":97,center:113,com:[80,84],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":97," id":81,"\u304a\u3063\u3055\u3093":118,"\u4e00\u81f4\u7528":90,".repoforge":83,"1byte":111,"\"ellipsoid":113,"\u8868\u793a":[0,2,3,63,64,26,16,70,71,95,34,74,9,97,10,102,30,42,51,81,45,47,84,86,100],"-platform":[71,88]," me":25,"x\u30df\u30ea":[49,96],"\u5229\u7528":[108,2,31,64,68,6,47,32,71,95,34,96,97,10,11,102,103,78,91,79,42,45,111,16,49,115,83,117,86,87,98,88,55,23,57],"\u958b\u59cb":[74,46,60,85,115,93,16,95],"\u3055\u3093":[100,20,119,47,16,8,33,78],add:[47,93],"\u3002gqtp":[116,26],match:[34,74,100,2,61,42,118,91,20,77,101,94,48,71,102,117],tests:97,"\u5730\u57df":86,"\u4fdd\u5b58":[30,46,34,10,118,31,64,45,47,49,102],"_NIL":100,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":42,"\u7f6e\u63db":[74,61],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":33,"\u4e0d\u6b63":[16,0,100,115],"_TOKENIZER":1,"((x":49,Excel:114,"\u8ca0\u8377":[100,6],"\u7121\u52b9":[47,74,71,6,117],"\u610f\u56f3":47,tmp:[2,97,99,64,26,70,114,33]," old":47,sjis:71,"\u5f62\u5f0f":[0,1,2,3,29,4,63,64,5,28,6,7,60,47,95,73,34,74,96,76,10,99,36,101,103,37,38,93,40,41,43,44,81,45,109,111,16,48,113,49,116,51,121,85,19,20,87,35,54,70,23,24],",\"domain":84,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":96,"\u30d0\u30b0":16,host:95,"\u6319\u52d5":[42,34,91,64,100],"\u30c0\u30e1\u30fc\u30b8":42,"\u4ee5\u5185":[32,45,118,96,79],"\u3055\u304d":10,"_DEADLOCK":[1,111],"|KEY":[74,2,61,42,118,117,20,77,90,70,48,96,38],tomo:30,"\u3055\u3044":[1,2,90,62,15,68,6,7,71,33,108,74,46,96,10,99,11,42,95,78,14,26,47,49,115,83,117,86,98,23,57],"!!":[30,118],"! ":[77,74,41,96,117],"!\"":[30,74,2,96,10,118,87,117,77,6,47,33,26],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":97," value":[47,74],"&lt":20,"\u30ec\u30fc\u30bf":47," concurrently":94,"\u3002GQTP":[1,111],">default":3,"\u901f\u5ea6":[16,95,30],"\u3068\u307f":23,"\u3068\u3068":[53,78],"\u3068\u3069":120,"\u3068\u306e":96,"\u30fb\u5168":101,"_PROCESSES":[1,111],"&& ":[42,90,96],"\u5730\u56f3":86,enginen:32,"\u3068\u3057":[116,30,41,96,79,10,114,64,77,46,55,32,48,49,8,95],"\u3068\u3048":[9,61,86,91,20,45,71,38],binlib:97,"\u3068\u304d":[0,2,63,91,64,26,7,32,47,71,114,8,33,108,74,46,96,10,99,11,104,30,41,79,80,111,16,49,83,118,117,86,100,20,87,98,55],"-disable":[16,100],"!\\":96,epel:[47,83],pid:[0,64],"\u8a08\u7b97":[0,46,96,76,86,31,45,79,47,32,113,49,55],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[100,71,97],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[34,102,118],saer:[99,79],"\u4f7f\u3044\u5206\u3051":[42,91]," suggestion":92,"_CONNECTION":1,DESCTIPION:92,"\u305f\u3060\u3057":[0,96,91,64,23,16,72,117],"\u305f\u3060\u3051":47," # ":6,"\u6291\u5236":47,detail:95,"\u3068\u308a":[23,74,115],"\u4fc2\u6570":41,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":47,"\u3068\u3082":[74,117,118,20,45,95,96],"'abc":38,Oneiric:[16,11,88,34],ILLEGAL:111,"\u307b\u307c":48,April:97," MODE":67,"\u307b\u3069":[10,64,2,99],"_INTERRUPTED":1,Repoforge:[47,83],"\u5909\u3048\u308b":42,"\u307b\u304b":[10,86],"\u2026\uff09":79,"|ro":74,"_ZLIB":1,"'config":64," thread":[94,95],"\u6e1b\u3089":[47,79],"\u30c7\u30fc\u30bf\u30d9\u30fc":16,"\"ab":8," InnoDB":86,"/plugins":[100,71,7]," ToyBox":10,"\u5b9f\u6570":49,"\u6761\u4ef6\u5f0f":[47,117],"\u6700\u9577":[16,96,95,38],"_snip":47,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":99,"-repository":[47,97]," column":[47,20,99],"[http":47,"_nsubrecs":72,"\u7b87\u6240":[87,20,97]," install":[116,108,83,97,14,11,98,115,88,47,12,71,95,57],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":16,"\u4e00\u8a9e":42,"\u3002\u30df\u30ea":10,"\u81f4\u547d":47,"-rpm":97,"\u683c\u7d0d":[30,41,2,61,84,10,86,63,31,64,91,77,44,118,70,16,49,72],"\u7fbd\u7530":118,"\u53cd\u8ee2":96,"\u30e2\u30cb\u30bf\u30fc":[98,83,11,108],"\u9069\u7528":[74,2],"\u3002output":103,path:[70,63,64,6,7],"\u95a2\u4fc2\u5f0f":[56,41],".ddl":95,CMake:[47,71,68]," weakness":20,"\u79cb\u8449":45,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[108,83,97,14,11,98,68,71,95,57],"\u5f62\u614b":[86,71,96,38],"_LZO":1,"\u58ca\u308c\u308b":[16,0,100,47],"\u63a8\u79fb":9,"\u3082\u3063\u3068":74,"\u8fd4\u5374":[93,74,60,85,63,70,2],Bool:[90,10,35,113,49,117],"\u8aad\u307f\u3084\u3059\u3044":47,"/munin":71,Express:[47,68],noarch:[108,83],m6:14,autogen:[47,97,78]," columns":74,"\u30a2\u30e1\u30ea\u30ab":46,"-bind":[16,64,47],"\u7f6e\u304d\u63db\u3048":[64,117,78],mm:[94,96],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":95,"_VALUE":74,mv:37,install:[97,50],"_EXPR":41,"/xml":33,"-> ":100,"\u81ea\u8eab":[16,114,64],end:116,eng:[32,99],"\u30d7\u30ed\u30bb\u30b9":[116,9,2,86,64,51,81,105,95,7,47,33],"/other":6,rroonga:[104,50],"\u30b4\u30df":[16,100,81],"\u7d42\u4e86":[46,97,111,100,64,9,6,105,47,95,26]," title":[10,30,48,2,26],description:[118,91],TokenKyTea:47,"-devel":[108,83],"\ndebug":[4,5],"\u5c0f\u3055\u304f":[77,46,33,113],".tar":78,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[10,34,61,102,118],"-files":[56,97],"\u5c0f\u3055\u3044":[74,41,119,113,117],"\u5272\u308a\u5f53\u3066":100,"\u4e88\u5b9a":[9,53,20,46,16,33],"\u305f\u3057":30,"\u305f\u304f":[16,78,8,33,20],synonyms:114,"\u300c\u697d\u3057\u3044":91,"@packages":97,"\u305f\u3044":[2,10,64,6,32,71,95,108,74,97,53,114,11,30,111,16,48,49,83,117,84,98,55,26],gqtp:[116,34,80,64,102,26,47,56,95],"_LARGE":[1,111],"\u305f\u3073":[45,9,95],Here:94," message":[48,5],RubyGems:47,"\u4e00\u884c":[100,64,95],"\u3072\u308d":90,"\u8fd4\u5024":[28,60,4,63,5,93,70,73,74,76,36,101,103,37,105,38,40,43,44,81,109,82,113,51,121,85,35,54,23,24,89],"\u3072\u3089":[32,96,117],"\ncustomized":94,"2\u3064":[58,74,2,117,76,118,55,48,33,122],each:[32,99,79,55],searc:32,"\u3002\uff08":[74,91,96,55,104,31,20,117,81,79,100,32,16,78,49,50],"\u3002\uff09":[0,91,96,79,31,20,117,100,55,16,78,74,50],TokenBigramSplitSymbolAlphaDigit:[42,79],msgpack:3,"\"#":16,"\u30da\u30a2":[32,79,114,8,55]," implemented":67,GCC:47,free:100," html":[12,97,78],"\u305f\u308a":[86,82,104,56,49,38],"_CORRUPT":[1,111],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":63,"\u305f\u3081":[58,1,2,61,91,64,15,66,68,6,47,32,71,33,90,108,74,46,96,97,10,11,42,95,103,38,30,41,79,14,81,45,16,113,114,115,50,116,83,118,117,86,20,87,98,88,55,56,78,26]," links":10,freecode:[56,97],"\u53e4\u3044":97,filter:[30,74,46,90,42,118,91,45,109,101,104,47,100,96],Tokenizers:[34,74,25,29],TIME:94,rand:[34,45,106,29,40],"\u53ef\u5909":[16,24,111],Notification:94,"\u897f\u66a6":96,top:[16,35],"\u30d6\u30e9\u30a6\u30b6":[71,26,97,78],TokyoGeoPoint:[16,45,113,49,35],"\u304a\u304b\u3057\u304f":100,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[23,64,6],Search:117,wareohji:47,mlock:100,"\u6d0b\u723e":16,"\u8d64\u9053":46," sphinx":12," customized":94,raw:50,"\u5834\u5408":[108,85,0,28,2,3,40,4,91,64,82,5,68,6,47,60,71,114,8,33,61,77,74,9,96,97,99,11,57,36,42,93,95,103,37,101,73,38,39,30,41,79,14,43,54,44,81,45,46,111,16,48,113,49,50,116,51,83,117,84,78,118,100,20,87,98,109,88,23,24,26],"\u5f93\u3063":[23,74,33,38],"\u4e00\u89a7":[30,1,96,29,34,42,118,63,64,81,6,70,17,117]," yappo":67,"\u591a\u9762":86,"\u5f93\u3046":100,"/share":[16,64],"\u3044\u307e\u305b":[74,96,99,31,83,87,122,114,33,117],the:[53,46,67],"\u30b5\u30b8\u30a7\u30b9\u30c8":[34,99,100,92,47,16,71,8,120],Pentium:95,Float:[10,47,46],"\u30ed\u30fc\u30de":32,"\u5225\u9014deb":97,"\u30ed\u30fc\u30c9":[34,2,96,86,100,64,36,102,118,16,33],Fedora:[34,108,100,88,47,16,71],"\u30ec\u30b3\u30fc\u30c9":[2,61,31,64,16,70,72,90,34,74,96,10,99,36,93,102,60,104,101,38,39,30,41,42,77,45,109,47,49,117,84,85,86,100,20,118],"\u307f\u306a\u3055":41,pkg:[100,71]," Elfring":47,"\u5ea6\u8868":100,"\u5c0f\u6570":[74,60,96,10,118,87,85,45,93,16,49]," libzmq":[98,11],"\u6c42\u307e\u308a":86,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":41,"|| ":96,"\u59cb\u307e\u3063":[87,8],"\"Say":96,"\u3064\u3064":42,"\u306f\u307e\u3068\u3081\u3066":97,"\u3064\u304d":[74,114],".status":95,Disables:6,"\u3064\u3044":118,"\u7d50\u679c":[2,61,91,69,47,32,72,34,74,96,95,33,103,104,102,41,79,42,45,16,48,114,115,50,118,97,84,86,100,87,55,23],"`${":78," five":2,"-per":16,"\u3064\u3051":[74,46],"\nPREFIX":41," this":[2,6,33,20],nul:16," first":[74,96,117],"-commnad":9,"\u30d7\u30ed\u30b0\u30e9\u30e0":[47,56,100,6],"\u5bbf\u99c5":118,"\u56db\u6368":16," information":78,"\"Groonga":[20,96],"(TAB":114,"\u30b5\u30fc\u30d0\u30fc":[27,34,3,29,21,6,16,23,47,122,33,111],"\u59cb\u307e\u308a":97,"\u59cb\u307e\u308b":[74,96,95,44,33,32,114,8,72,117],INPUT:[87,111],"\u884c\u6307\u5411":86,"\u3068\u3057\u307e\u3057\u3087":48,"\u30e9\u30f3\u30c0\u30e0":45,"\u591a\u91cd":116,"\u5f8c\u304b\u3089":103,"\u7d4c\u7def":[10,45,49],"\u6e96\u5099":[34,74,61,97,42,117,96,56,78,102,38],trust:97," my":[74,96,117],"\uff13\u3064":49,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":95,"\u7b49\u3057\u3044":[74,41,96,117],"\u7b49\u3057\u304f":[41,96,117]," some":94,"\u3072\u308d\u3042\u304d":90,"_blog":48,"\u8d77\u6e90":10,"/shutdown":[6,33],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[96,99,64,81,103,118,94,114,33],"\u5f97\u308b":6,"\u6700\u9069":6,"\u7528\u9014":[108,74,86,11,83,87,98,68,88,57],"\u63a2\u3057":[86,95],tasukuchan:118,"\"n":[74,96,117],Write:25," can":[94,20,78],MIME:33,"\"s":32,"\"}":[30,61,84,79,10,99,117,36,45,55,32,48,96,33,90],Soccer:30,suggest:[34,100,29,79,99,55,19,32,16,8],"\u7a4d\u6f14":96,"\u30bf\u30fc\u30df\u30ca\u30eb":6,"\"]":[30,74,2,96,42,118,63,64,20,85,103],"\"_":[30,74,46,2,61,84,10,117,36,42,103,96,48,33,90],"\"[":47,"\"'":[74,96,42,91,47,117],"\" ":[74,114,2,3,97,14,49,10,45,68,95,90,96,42,33,61],"\"\"":[47,49],INAPPROPRIATE:111,"\",":[2,61,63,64,26,32,70,95,90,36,74,46,96,10,99,77,103,30,79,42,51,81,45,48,117,84,118,20,87,55,6],"\"-":[16,46],"\".":[96,84],"\"/":[45,64],"\")":[30,46,96,76,35,45,38],"\">":[3,20],"\"?":3,"\":":[2,3,26,32,95,61,36,74,46,96,10,99,77,33,90,30,79,51,81,45,48,117,84,118,55,6],"\";":[95,6,33],"\"\n":[2,3,26,32,70,95,90,74,46,96,10,99,77,61,30,79,45,48,117,84,118,20,87,55],"/run":[64,97],"\u3084\u3059\u304f":100,"\u3084\u3059\u3044":[0,74,20,104],"_tags":[30,118],"_ctx":[16,1,47],"\u4ecb\u6587":118,".scr":95,"-Point":49,"_selector":[34,101,64,19,29],"5f":95,"_ALREADY":[1,111],"_ADDRESS":[1,26,111],"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[96,117],Kawaji:47,advanced:67," means":[94,74,6],"\"MySQL":8,"\u6b63\u3057\u304f":[32,47],"\"engine":[32,79,55],"\u6b63\u3057\u3044":[114,8,79],"\u7d20\u89e3":[86,71,96,38],"_str":118,"\u3080\u3044\u3061\u3083\u3044":118," flags":44,"\u73fe\u4ee3":86,"\u5217\u6319":2,".zip":78,"\u6765\u307e\u3057":118,"_right":[16,35],".github":[97,50],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":47,"\u3001\u300c":[30,0,42,118,91,64,74,32]," application":33,FILES:92," username":30,"(GET":116,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[47,2]," last":[47,118],"\u3092\u3054\u89a7\u304f":86,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":70," saerch":[99,79],"[@":[16,47],git:[97,78]," disabled":94,"[{":33," number":[64,95],"\u30d0\u30fc\u30b8\u30e7\u30f3":[0,9,2,97,100,119,46,47,16],"[test":47," TokenBigram":[74,2,61,42,118,117,20,77,96,48,38],head:116," make":[108,83,97,14,11,98,12,71,115,57],"[\n":[30,74,46,2,61,10,118,117,20,77,45,96,90],"\u6253\u3064":97,"_INVALID":1,"[2":64,"\u9032\u6570":[81,96],"[:":26,GeoPoint:[30,0,46,84,10,118,100,35,45,26,113,49],"[#":[16,47],"[\"":[30,96,10,99,63,81],"\u53ef\u5909\u9577":38,autoconf:16,"\u5185\u8a33":42," dpkg":97,"\u8abf\u3079\u308b":[35,113],decrypt:97,"_VERSIONS":97,check:[34,0,29,19,81,16],ongaeshi:[47,100],"\u305f\u304b\u3063":79,no:[99,74,67],"_PORT":95,saerch:[99,79],TokenMeCab:91,"\u4e09\u756a\u76ee":96,"_touch":100,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":81," createrepo":97,"\u672c\u756a":97,"_memory":47,KyTea:[47,71]," required":[6,33],",\"tags":30,"\u8a9e\u7248":97,"\u30d2\u30c3\u30c8":[74,41,61,42,118,91,77,32,90],"\u5fc5\u9808":[74,46,2,68,6,7,71,33]," \u304b":57," sudo":[108,83,97,14,11,98,47,71,115,57],"\u4e00\u822c":[86,74,2,117,104],Standard:49,Let:77,Day:94,groonga:[0,2,3,4,5,6,7,8,9,10,11,12,14,15,16,100,19,20,21,35,23,24,27,67,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,98,54,55,56,57,58,60,61,62,63,64,65,66,28,68,26,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,99,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122],"\nrequests":94,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[96,117]," character":94,enqueue:80," \u3002":42,level:[4,5,111],"\u8208\u5473":86," successor":96,"/db2":33,"/db1":33,HTTP:[34,3,100,21,102,26,47,16,122,33,6],"\u3002ifexists":36,"\u6f14\u7b97\u5b50":[47,74,41,96,100],"\u79d2\u8868":[10,42,45,96],port:95,Red:[56,71,97],"\u5024\u6bce":74,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":97,"\u3044\u308d\u3044\u308d":[10,34,102,118],"\u30d5\u30a1\u30bb\u30c3\u30c8":74,"/load":33," ')":36," makecache":[47,83],"\u751f\u3058":[28,4,43,54,44,5,101,37,73,109,38],baseball:48,"\u9ad8\u6a5f":[86,41],WGS:[30,84,10,35,45,26,16,113,49],"\u4e26\u5217":[97,95],"\u63d0\u4f9b":[27,108,83,9,97,98,86,11,100,46,41,6,47,16,122,8,33,50],"\u64ec\u4f3c":[74,96,117],"\u9006\u306b":30," level":[4,94,5,64],"\u30ea\u30f3\u30af":[10,47,96,97,117],"_delete":16,Emacs:78,"\u307f\u307e\u3057\u3087":[30,2,61,10,118,45,48],"\uff08Romaji":32,"-src":[98,11],msg:80," Kawaji":47,These:20,"\u8ee2\u7f6e":[30,2,96,34,86,44,47,38],"_concurrency":116,Time:[10,118,42,47,16,121]," Yamaguchi":16,"\u30bb\u30c3\u30c8":[24,91,41,73],"\u3044\u308f\u3086\u308b":30,".txt":97," on":[78,67,6,33,20]," of":[67,99,20,81,6,94,47,78]," Lucid":[34,11,88],"_VERSION":[1,111,97],"\uff11\u3064":80,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[116,6],".]]":60,"/setup":50,Terms:[42,81,74,2],"-docutils":97,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[34,68,88]," extract":94,"\u76f8\u5f53":[87,45,2],"\u5f15\u304d\u8d77\u3059":47,clone:[56,97,78],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u7f72\u540d":[47,56,97],"\u6b20\u70b9":86,"\u30b0\u30eb\u30fc\u30d7":[74,96,84,86,47,72,117],"_LINKS":[1,111],"_res":95,FILE:111,"\u542b\u307e\u308c\u308b":[41,2,97,10,86,64,42],"_VIEW":38," just":[77,94,92],"\u56f2\u307e":20,"\u56f2\u307f":[64,20],"=PLATFORM":[71,88],"\u30d9\u30fc\u30b9\u30d1\u30b9":6,"\u56de\u7e70\u308a":95,cutter:[56,97],"_PUSH":41," aptitude":[12,115,98],"\u6ce8\u76ee":74,"\u3059\u306a\u308f\u3061":10,name:[30,28,2,90,84,10,64,63,43,44,81,45,101,118,70,48,96,38],"\u500b\u3005":[42,9,41]," link":10," line":50,"\u534a\u7121":16,"_EXPANDER":114,"\u53d6\u308b":111,"\u30cd\u30b9\u30c8":47,"\u30d1\u30fc\u30b9":[16,104],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"\u6642\u4ee3":86,",\n[":[20,103],"-default":[96,64,88,47,71,33]," warning":4,END:[3,111],"\u914d\u7f6e":[2,97],KBytes:95,"\u56f2\u3080":[2,20],"/afr":[45,2,84],"\u30b3\u30fc\u30c9":78,"\u4e92\u63db":[23,9,96,33,97],"\u30db\u30b9\u30c8":[116,97,64,26,47,16,95],yum:[47,83,97,108],"\u304a\u9858\u3044":95,redhat:71,"-version":[100,9,97,33],"\u30b7\u30f3\u30d7\u30eb":[122,104],"_FUNCTION":[1,111]," Studio":[47,68],"_SYMBOLIC":[1,111],SET:95,"\u7d5e\u8fbc":[34,45,102]," text":[20,33,103],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[46,104],SEN:67,Debian:[34,97,98,88,47,16,56,115],"_HUGETLB":16," logged":94,cdbs:16," files":[94,6],"\u30a8\u30f3\u30c8\u30ea":[74,96,117],specify:78,"-httpd":[27,34,29,92,65,21,6,47,16,8,33,122],"< t1":41,"\u3080\u308b\u3093":[96,117],"\n\uff08":100,pre:67,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":39," name":[74,28,96,10,118,43,44,101,6,103,38],"_local":[103,95],",' ":[10,49],"\u3002XML":87,"\u53b3\u5bc6":32," Tajima":47,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[58,34,56,71],"\u30d5\u30e9\u30b0":[0,28,2,90,4,66,5,16,73,74,96,10,101,37,38,43,44,81,54,111,47,117,109]," Shops":91,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[74,71,64]," LC":78,"_suggest":119," Signing":97,Good:[77,74,96,117],"\nstatus":[2,26]," mail":95," main":98,"\u81a8\u5927":86,"_STAMP":94,"\uff09:":[108,83,91,14,11,98,57],"\u4e2d\u65ad":[16,47],"_NOT":[74,1,111],"\u5c06\u6765":[46,111,33],"\u4e00\u81f4":[34,0,41,2,61,97,42,99,91,74,119,117,47,90,32,96,118,102,38],"\uff09 ":[16,74,100],"\u547c\u3076":[47,115,104],"\u5ea6y":49,Comments:118," CFLAGS":[14,97],"\u88dc\u5b8c":[34,100,99,7,55,32,8,120],"\u3002weight":10,"\u30d1\u30c3\u30b1\u30fc\u30b8":[27,108,83,9,97,14,11,98,100,68,88,16,47,56,57],"\u5024\u3088\u308a":[74,41],"\u985e\u7fa9":74,"_ADJUST":41,"\u57f7\u7b46":[48,31,66],"\u5f53\u8a72":9,"-WORD":74,ssh:97," groo":74,"\u3002CPU\u30b3\u30a2":33,":')":[44,38]," groonga":[2,64,68,6,16,94,71,33,108,74,96,97,11,103,78,14,26,47,48,114,83,117,86,20,87,98,57],"# ":[2,61,64,26,32,70,33,90,74,46,96,10,99,77,78,30,79,45,48,117,84,118,20,55,6],"\u884c\u756a":[87,16],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[118,0],"/DD":96,"<gqtp":95,"\u77ed\u7e2e":36,"\"#\"":95," shutdown":6,"#{":94,"\u4e0d\u5909":72,Month:[30,94],"#]":43,"[,":113,"\u4e00\u822c\u7684":86,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":47," rewrited":67,"\u76f8\u5bfe":[16,74,97],":Install":68," comment":118,"\u6709\u9650":74,"\u4ee3\u308f\u308a":[108,60,117,85,64,20,109,68,26,71],Bug:56,engine:[32,99,55],"/vdw":[45,2,84]," approximate":46,"_tokenizer":[74,2,61,42,118,117,20,77,96,48,95,38],"_value":[16,100,72,47]," location":[30,46,10,118,45,6],Mitsuhiro:100,"\u5dee\u6f14":96,"\u975e\u63a8\u5968":47,score2:41,Content:[16,33],"\u305f\u3068\u3048":42,saerc:[99,79],"\u559c\u3073":[53,78],XXX:64,html:[12,56,115,97,78],events:33,status:[34,0,2,29,64,111,100,19,51,6,47,95,26],"0\u30d9\u30fc\u30b9":74,IP:[26,95],IS:111,IT:30," porting":67,ID:[2,10,63,100,64,81,94,70,38],It:[87,94,74,96,117],"-msgpack":33,"[geo":16,If:94,"/unit":115," brother":117,"\u4f5c\u6210\u6e08":64,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[34,56,110,80,97],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[23,100,64,47],"\u6271\u3048":66,"\u53ef\u5426":2,"\\'":117,"\\%":68,"\\\"":[36,91,20],"\u9577\u65b9\u5f62":16,"_HASH":[30,74,46,2,96,84,10,118,77,103,70,48,38]," git":[97,78],"/base":97,")..":97,"\u3079\u304d":[111,97],"\u3068\u304a\u308a":[39,95]," very":[87,74,117,20,96],"_LINK":[1,111],Music:30," DATASET":92," datasets":92,"\u985e\u7d39":42,"\"groonga":[74,8],automake:100,"\u9234\u6728":47,"@uzulla":16,mooz:16,"\u4e09\u3064":[46,91]," binary":[86,3],"\u30b9\u30da\u30a4\u30f3":46,on:[6,33,20],"_escalation":[100,74,71],"\u30e6\u30fc\u30b6\u30fc":[30,74,117,118,87,6,71,33],"\u8a2d\u5b9a\u5024":[0,82],"=Release":68,"\u5f0f\u5168":[96,117],"\u884c\u76ee":[87,97,95],"\u30c1\u30e3\u30f3\u30af":81,"\u30a8\u30ed":118,"\u8a55\u4fa1":41,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":115,"\u53d7\u3051\u53d6\u308a":[41,2],"/modules":100,"\u901a\u308a":[74,46,96,97,42,99,63,31,20,113,117,55,70,71,50]," doc":[97,78],Error:94,"(location":[30,45,46,118],"\u69cb\u7bc9":[34,29,91,77,47,56,115],EXIT:92,"\u4f5c\u3063":[42,16,118]," using":67,"_CREATE":41,"/hostname":[64,95],"\u30de\u30fc\u30b8":[47,78],HashTags:118,"\u4f5c\u308a":[32,48,79],"\u4f5c\u308b":[30,79,118,80,104,78],link:[10,26,84],gettext:78,"_type":[30,46,2,3,84,10,118,111,70,36,95,103,47,90,23,48,113,72,38],"\u9001\u308a\u65b9":[58,34,26,56,71,78],"\n% ":78,"\u53d7\u3051\u53d6\u3063":86,"\u30ea\u30bd\u30fc\u30b9":77,"_LIST":[1,111],":mm":[94,96],"/usr":[71,64],"\u6c17\u306b":78,"/select":[10,26],"4\u3064":20,"\u30c7\u30fc\u30e2\u30f3":[47,0,64,6,26]," \"\u308d\u3086\u304d":90," advanced":67,"\u306a\u3051\u308c":[44,74,1,96,10,117,64,36,71,47,50,114,95,38],dist:97,"\u6761\u4ef6":[34,74,41,2,90,97,42,99,100,64,117,118,45,101,104,47,56,49,102,96],EOF:64,"\u8fd1\u3044\u9806":31,"\u30d3\u30c3\u30c8":[10,117,96,111],"/rab":[45,2,84],init:71,"\u304a\u5f85\u3061":15,".name":[81,118],"\u95a2\u9023":[2,4,15,5,6,16,60,71,8,73,34,74,97,10,11,36,101,104,37,93,108,109,47,75,50,83,85,86,98,55,56],"***":5,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[64,68,47,71,95,34,97,11,12,108,14,16,114,115,50,116,83,86,100,98,88,23,56,57],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[16,97],list:97," Please":78,"\u304a\u3088\u3073":[2,97,10,86,64,47,71,38],"\u4f4e\u6e1b":100,"\u6d69\u4e8c":47,"<protocol":64,"\u89aa\u5207":100,"\u884c\u3048\u308b":30,"/news":97,"/centos":[83,97],"(packages":97," point":[47,46],sub:97,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[97,14,87,56,71,115],"\u8868\u578b":38,version:[2,3,97,51,26,16,6],"_NO":[74,1,96,42,100,117,20,77,103,70,38],memcached:[115,34,26,102,86]," favorites":118,Pull:78,tags:30,"\u88dc\u5b8c\u8a9e":32,"#worker":6,serihiro:47,TokenDelimit:[55,38],"-Wno":16,LZO:[47,71,111],options:[116,64,92,95],"\ninfo":[4,5]," cover":20,"\u3053\u3053\u3067":97,"\u5358\u7d14":[41,90,113],"\u300c\u697d\u3057":91," tar":[98,83,11,97,108],"/atv":[45,2,84],"\u69cb\u6587":[34,74,46,96,29,104,20,119,7,47,117],INCOMPATIBLE:111," supported":6," SWIG":67,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[51,89],"\u7a4d\u7b97":[74,41]," tag":97," Context":20,Intel:95,Int:[30,74,46,2,117,84,40,10,99,55,118,42,45,79,47,32,49,100],"\u30d7\u30ed\u30f3\u30d7\u30c8":[68,3],"\u524d\u63d0":[56,97],"\u3002KEY":[91,2],"\u79fb\u884c":[16,9],Codes:78," Nonexistent":74,"\u30ea\u30cd\u30fc\u30e0":16,"\u958b\u767a":[107,34,83,9,97,108,86,11,87,98,68,88,118,110,56,57,50],"\u7406\u7531":[47,74,33,86],"&..":26," three":[10,2],disable:16,"_text":115,"\u30ea\u30dd\u30b8\u30c8\u30ea":[108,83,97,11,98,47,16,56,78],"-max":[16,64],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":115,"-munin":[108,83,11,98,88,47,71],"-http":[47,6],callback:41," segment":81,Linux:95,"\"book":96,":\u79d2":118,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":97,"\u9ad8\u307e\u3063":86,"\u623b\u308a\u5024":[99,46,20,7],LINE:87,"\"is":10,"\u30bf\u30a4\u30d7":[16,95,33],PCRE:47,"\u30d6\u30fc\u30ea\u30a2\u30f3":49," feature":78,"\u52d5\u4f5c":[34,74,9,115,97,79,10,120,55,100,6,32,16,56,122,95,78],"\u8a71\u984c":15," \u30d0\u30c3\u30d5\u30a1":81,"-encodiong":96," tool":50,"\u51fa\u6765\u308b":118,"\u4e0d\u9069\u5207":47,Defines:92,"-create":[27,34,29,79,99,119,92],weight:[10,74]," st":96,Sports:30," sh":97,"/en":97,"\u7def\u5ea6":[34,96,10,86,45,118,49],"_MEMORY":[1,111],"\u6c42\u3081":[86,76],"_new":[47,80],"/managers":[6,33],"\u3072\u3053\u3055\u3093":47,Block:10,thread:[80,95]," processing":94,"_ito":16,"\u5927\u304d":[47,81],",[]":60,"\u5f62\u72b6":31,"${":[74,96],"\u306a\u306a\u3069":[96,117],"\n\u308b":100,passes:97,"\u5b58\u5728":[0,100,2,84,86,91,74,87,35,45,26,103,47,48,113,95,72],"\n\u30b9":16," weight":[10,74],gpg:97,"\u3050\u3088\u3046":46,"\u60c5\u5831\u540d":[70,63],passed:97,Packages:97,"\nGRN":41,"\u8a9e\u691c":74,"$(":[108,98,83,11,57]," body":[60,61,42,43,44,85,93],"/synonyms":114,"$ ":[90,96],"\u4fbf\u5229":[74,117,10,86,87,104,32,71],"\u3002ECMAScript":74,"\u898b\u308b":[45,1],"_EMPTY":[1,111],"/'":11,"-working":47,",[\"":42,"7e":95,"\u898b\u3066":[87,74],"\u307e\u307e":[10,9,97],"\u898b\u3064":[47,100,99],"\u540dn":[70,63,74]," abandon":[85,93,109,60],"\u307e\u3060":[74,9,96,99,20,51,111,16],"\u307e\u3067":[39,77,41,2,90,97,118,64,36,95,78],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,16,19,20,35,23,24,27,28,30,31,53,32,33,108,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,98,54,55,56,57,58,60,61,63,64,15,66,68,26,70,71,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88,89,90,91,93,95,96,97,99,101,103,104,105,106,107,109,111,113,114,115,116,117,118,120,121,122],"\u307e\u305a":[2,61,97,42,118,91,68,6,96,71,95,78],"\u307e\u305b":[1,2,63,31,64,6,7,32,47,71,114,8,33,77,74,46,96,95,10,99,36,72,60,37,105,38,91,79,42,44,109,111,16,48,49,117,51,97,86,70,20,87,78,89,26],RESOURCE:111,"_list":[34,0,2,29,64,63,100,19,70,16],"\u307e\u305f":[28,60,4,63,64,5,16,70,95,73,74,46,96,97,36,101,103,37,105,38,93,43,44,81,45,109,82,47,48,49,115,50,51,117,85,118,20,87,54,24,89],"\u3058\u304d":20,"\u307e\u3057":[30,74,46,61,97,79,42,118,117,45,47,16,96,78],centos6:47,"\u7279\u5b9a":[74,97,84,86,103,104,48,71,115,38],"[pat":47," your":[78,50]," superior":20,"\u66f8\u304d\u5f8c":91,"\u3093\u3057\u304d":104,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":41,"\u30d5\u30a3\u30eb\u30bf":47,"\u30e1\u30fc\u30c8\u30eb":[46,113],"\u89e3\u653e":51,windows:[67,97],"-oriented":20,"\u9577\u3055":[10,47,95],"&query":26,".rb":100,"\u304a\u3051":74,"_users":118,"\u304a\u304d":[86,97],"\u304a\u304f":[10,96,97]," night":77,"\u304a\u304b":71,"\u304a\u3044":[2,97,10,86,45,115,16,78,72,38],"\u59cb\u70b9":2,firewood:47,"\u304a\u3070":[16,0],"_NAME":[87,26],"-ftp":95,"\u4f4e\u6a5f":41,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[32,79,122,33,55],"\u629c\u3051\u308b":2," used":94,"\u671b\u307e\u3057\u3044":[86,97],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"_BAD":1,"\u304a\u3070\u305f":16,"\u305d\u308c":[108,83,41,2,61,97,10,118,91,117,51,42,100,68,55,96,49,78]," supports":67," STATUS":92,"\u306b\u304a\u3044":[10,9,97],"\u4fdd\u8a3c":[81,9],"\u3002Redmine":58,"\u6570\u5024":[34,0,41,2,117,10,91,64,74,44,85,100,93,60,113,102,38],"(content":20,"3\u3064":[74,2,10,20,87,104,115],"\u30b3\u30df\u30c3\u30c8":97,"\u305d\u3057":118," search":[117,79,99,55,20,47,16,114,8],dump:[34,0,29,100,19,103,47],"]]":[74,60,85,99,63,64,36,109,101,93,95,38],"][":[16,117,47],"\u305d\u3046":[96,50],arg:41,"\ncolumn":[42,118,46,103],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[97,95,78],"]}":[10,81],"\u30b9\u30b3\u30a2":[74,41,42,99,45,118,47,72],"]x":[118,45],"\u305d\u306e":[1,2,61,91,64,26,32,71,95,90,34,74,9,96,97,36,103,78,30,41,108,42,47,49,117,84,86,88,118],latin:[47,71,64],"\u5927\u91cf":[30,41,2],"\u898b\u3064\u3051\u308b":32,"\u304a\u308a":[118,48]," easy":12,"\u5236\u7d04":39,"]\n":[28,2,61,4,64,5,26,32,70,73,74,46,96,10,99,77,101,37,38,30,79,43,44,81,45,109,82,48,90,117,84,118,20,87,54,55,24],AND:45,"\u30c6\u30fc\u30d6\u30eb":[0,28,2,61,63,64,66,16,60,114,33,73,34,74,46,96,10,99,36,93,72,103,90,101,102,38,39,30,41,42,43,44,81,109,47,48,49,117,84,85,118,100,70,54,24],license:97,"\u8a02\u6b63":114,ANN:97,"]'":33,"] ":[116,97,64,92,26,47,16,95],"]\"":[47,45,118],"<= ":6,"],":[2,61,63,64,26,32,70,95,90,36,74,46,96,10,99,77,60,93,30,103,79,42,51,81,45,48,117,84,85,118,20,87,55],"]/":26,"])":[40,113]," off":6,"_MESSAGE":87,"\u5b9f\u969b":[39,30,74,61,42,118,63,48],"\u7d76\u5bfe":7,":#{":94,"\u8003\u616e":42,Groonga:[74,96,97,86,20,87,111,94,117],"\u9ad8\u7cbe":86,po:[56,97,78],"\u3057\u3084\u3059\u304f":47,"\u6574\u5217":[86,2]," raltime":55,"#groonga\u30bf\u30b0":118,"\nThis":47,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":111,"\u30d9\u30fc\u30b9":[96,86,100,117,47,16,122,78]," Documents":20,"\u79d2\u9593":16,"\u5730\u7cfb":46,TokenBigramSplitSymbolAlpha:[42,74,91],"\"sug":8,"\u5404\u8a9e":81,"\u6027\u5225":86,"_expansion":[16,74,114,61],"\u30ed\u30fc\u30ab\u30eb":[96,97]," logs":94,"\u6210\u679c":[56,78],"\u5065\u4f5c":30,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[58,97,86,56,50,78],About:50,"\nmroonga":114," describes":[87,78],"/hoge":64,"\u672c\u6765":61," buffer":81,"_INSTALL":[71,68,88],edge:80," --":[30,74,118,20,96],nanoseconds:94,"\\bin":68,"\u6b8b\u5ff5":10,"\u9006\u5f15\u304d":[30,118,102,34],"\u3067\u304d\u308b":[61,31,64,26,16,33,90,74,97,10,99,77,95,103,38,30,41,42,80,44,47,113,114,115,117,86,20,118,56,6],tables:103,"\u4e92\u63db\u6027":97,"\u64a4\u5ec3":100,"[[":[30,74,46,60,90,10,118,63,117,64,20,77,42,93,85,70,96]," -e":11,"\u5024\u7528":16,"\u304f\u3060":[1,2,90,62,15,68,6,7,71,33,108,74,46,96,10,99,11,42,95,78,14,26,47,49,83,117,86,98,23,57]," add":[74,78],"\uff08AND":104,"'haystack":41," -G":68," -H":33," Takuto":100,unstable:[98,97]," Match":6,"\u6642\u523b":[87,79,118,51,121,95],".title":10,"\u7f6e\u304b":[23,71,114,6],"\u7f6e\u304d":[100,97],"\u7f6e\u304f":71,"[dump":47,"\u5404\u8981":61,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,71,64,96]," seven":2,"\u69cb\u6210":[41,2,97],proc:[98,74,11,83,108],"\u5ea6\u5206":49,"\u30ea\u30af\u30a8\u30b9\u30c8GQTP":111," fix":67,"\u96c6\u8a08":[34,86],"\u5b9f\u73fe":[34,74,41,2,96,86,110,104,56],SOCKET:111,"\"service":79,range:[70,63],"\u672c\u6587":48," LGPL":67,"\u5831\u544a":[58,34,100,119,47,16,56,95],"\u524d\u65b9":[34,0,41,2,90,99,91,119,117,47,32,96,102,38],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":97,"_BLOCK":[1,111],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":64,"\u7a2e\u5225":63,fast:[74,117,20,96],"/hosts":97,files:97,"-query":[2,90,64,20,94,47,16,114,117],Google:[74,8],"-host":95,"_op":41," that":[47,74,20,94],"_or":113,"\u306b\u3064":47," than":94,"\u63a5\u982d":[16,96,38],"\u679c\u305f":2,"\u7279\u5fb4":[86,30,34],"\u306b\u5bfe\u3059\u308b":[34,41,2,97,84,30,10,86,100,66,26,99,16,48,118,102],":Groonga":[74,117],grn:[1,60,29,16,94,93,34,74,46,76,36,101,104,40,41,109,47,48,113,85,100,119,35,56,121,52],gro:20,"\u5168\u6587":[30,74,91,2,96,34,10,86,31,64,66,42,45,69,104,47,48,71,118,102,117],users:118,"_RANGE":1,"\u5c5e\u3057":49,"\u305f\u3076\u3093":71,drilldown:[30,0,84,118,74,101],"<limit":64,"\u300d\u3001":[30,118],"\u300d\u3002":104,"\u300d\u300c":118,"\u8868\u3059\u578b":49,"-deafult":16,"\u8aad\u307f\u53d6\u308a":[36,64],"-package":[71,97,88],"\u30b3\u30a2":[71,6,33],"-count":51,"_LOCATION":87,"\u30a4\u30f3\u30c7\u30c3\u30af":48,"\u958b\u304f\u969b":47,"\u5272\u308a\u5f53\u3066\u308b":[10,2],"\u8a9e\u6271":91,Object:49,"\u30cb\u30e5\u30fc\u30b9":77,stable:9,include:53,"\u7e70\u308a\u8fd4\u3057\u6570":95,"\u30de\u30c9\u30ea\u30fc\u30c9":46,"\"saerch":79,"\u30d7\u30e9\u30b0\u30de":74,"_plugin":[16,119],"\u306a\u3068\u304d":86,"\u3002run":115,"\u3067\u5024":[64,2],"2pdf":12,"\"complete":8,"-in":97,"-id":[47,64],"_dir":16,"|correct":99,".po":[56,78]," term":81,MySQL:[86,97],".pc":[16,119],"-line":50," Blogs":42,etime:116,"\u30a8\u30f3\u30b8\u30f3":[10,30,74,64,86],"-exact":51,"\u521d\u56de":78," Precise":[34,11,88,47],"_DESCRIPTOR":[1,111]," Names":78,"\u5341\u5206\u6c17":74,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[2,6],"\u4e0a\u3052\u308b":42," Comments":[118,103],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":64,"\u30c8\u30e9\u30a4":[16,96,117],">version":3,"\u5206\u6790":86,apt:[98,11,97,50],IMPROPER:111,api:33,"\u3002Travis":50,"\u5148\u60c5":118,"\u9001\u4fe1":[28,60,4,63,5,26,70,93,95,73,36,101,103,37,105,38,43,44,81,109,82,51,85,54,24,89]," Search":96,usa:84,"\u3057\u307e\u305b":[42,32,74,71],"\u5730\u70b9":[45,46]," defines":92,"\u3057\u307e\u3046":[86,16,100,97,47],usr:[64,6,7,71,115,57],"\u3057\u307e\u3044":[10,42,90,95,79],Itagaki:100,"\u4efb\u610f":[2,97,86,64,49,95],USERNAME:68," functions":67,HOST:[26,95],"_NEW":16,"?msg":97,"/index":[64,97,78],"-html":[47,100]," morning":77,tar:[108,83,97,14,11,98,71,57],"_install":[12,50]," example":74,Details:94," or":94,"\u30c0\u30d6\u30eb":[16,117,96,38],sid:[34,88,98],"\u6b63\u78ba":[10,51,2]," physical":81,"_create":[2,61,29,64,16,95,90,34,74,46,96,10,77,103,38,30,42,44,45,47,48,117,84,118,19,20,119],"\u884c\u3046":[116,30,74,46,90,84,91,45,100,97,47,48,115,38]," Text":[74,117,20,95,96],"\"rectangle":[47,46,113]," mroonga":[74,96,117]," instead":64,"\u30a2\u30af\u30bb\u30b9":[116,100,97,10,23,64,26,47,16,78,6]," nice":77,"\u3042\u308b\u3044":[108,83,9,96,86,117,35,41,6,113,111],"-config":[0,100,64,47,16,71],"\u30da\u30fc\u30b8":[34,74,2,97,64,15,47,23,78],"\u3002GRN":41,"\u4eac\u90fd":[42,91],"#groonga":114,"_DENIED":[1,111],"\u300cbill":91,"\u5bfe\u8a71":[2,26],"\u7279\u5225":[71,32,1,117],"% ":[97,78],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":97,"/apt":[98,11,97],"/BC":97,"/api":33,":clear":97,"_SHUTDOWNED":[1,111]," CI\u4e00\u822c":50," gpg":97,"\u30b9\u30ad\u30fc\u30de":[74,46,96,20,77,103,117],"_TEMPORARILY":[1,111],"_point":[30,113],edit:[34,0,96,97,76,106,29],".net":[30,2,97,84,10,15,45,26]," updated":[42,67,78],"%\\":68,nfs:71," updates":20,"\u6df7\u305c":[10,99],".overcommit":47," SNIPPET":20,",\"link":10,"\u5c3a\u5ea6":86," Aramaki":[16,100],"\u89e3\u6c7a":[16,81,47],out:95,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":118,"\u30ec\u30a4\u30e4":41,This:[74,2,96,10,117,92,6,94,26],Grease:10,"8r":[47,71,64],"_COMMAND":[87,1,111],"\u4e00\u90e8":[43,2,8,47],"\u8907\u6570":[0,2,63,91,66,6,47,70,33,34,74,10,99,95,102,38,30,41,42,44,16,48,117,84,86,100,118,23,122],"\u304a\u3059\u3059\u3081\u3057":[96,97,117],"\u3064\u304b":119,"\u8aac\u660e":[58,85,1,2,29,4,63,91,64,5,28,6,70,32,107,71,114,72,73,34,74,96,97,98,10,99,11,36,42,93,95,60,37,101,106,38,27,40,120,41,103,68,79,14,43,108,44,81,45,109,111,105,47,82,113,49,50,116,51,83,121,117,78,76,19,87,35,54,88,55,23,56,24,89,57],"1\u305a":[9,72],Daiki:[47,100,119],"\u53d6\u308a\u8fbc\u307f":16,"\u8d77\u70b9":[85,93,74,60],"\u78ba\u8a8d":[0,1,2,97,10,118,87,6,56,95,78],"\u304a\u304b\u3057":100,",[":[42,85,93]," Meerkat":16," prefix":16,"1\u3064":[39,30,74,118,96,99,117,20,58,95,7,16,48,8,33,111],"\u7279\u5316":[96,78]," for":[46,20,92,67,94,47,49,78],"\u30d5\u30a9\u30eb\u30c0\u30fc":68,"-jumandic":[108,83],"\u64a4\u53bb":16,"\u8a9e\u610f":66,"\u9ad8\u3044\u9806":2,"\u89e3\u6d88":[0,24]," started":[87,94,74,96,117],".grn":103,"\u82e6\u624b":86,"\u30ab\u30bf\u30ab\u30ca":[32,99],NETWORK:111,"_expanders":[114,7],"_INITIALIZED":[1,111],"^ ":96," Install":68,"\u4eee\u60f3":[45,84,38],"\u901f\u3084\u304b":9,"_ACCOUNT":78,"=NUMBER":[71,88],"\u7d44\u8fbc\u578b":[34,49,29],"_build":115,"_term":67,"\u6dfb\u4ed8":47,"_is":16,gronga:[114,8],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[34,74,84,30,118,16,49,102],"_in":[30,0,29,34,118,100,35,45,16,113,106],"-output":[74,20,95],"_id":[74,2,96,97,45,47,16,72],"\u6307\u3057":10,currently:6,",\n ":[30,74,96,42,99,63,87,81,6,118,117],",\n#":[30,74,2,96,10,118,45,26,117]," favorite":78,"\u5bfe\u8c61":[28,2,61,63,91,16,71,33,73,34,74,9,97,99,36,101,102,103,38,30,41,42,80,43,44,47,48,115,116,117,78,86,20,118,24],"_truncate":16," project":96,cache:[34,0,2,3,29,19,74,51,26,82,6]," doesn":6,"\u30b7\u30a7\u30eb":[71,95],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":71,"\u6295\u7a3f":[118,97],"\u4ed8\u3051\u308b":[80,2],"!condition":96,",\n{":[61,84,79,99,117,55,32,48,96,90],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[74,82],"_CURSOR":100,GPS:86,"\u30b7\u30a7\u30a2":15,"\u3070\u3044\u3051":[74,96,117,47,71,114,50],"(column":20,TAIL:111,",\n]":[42,45,61],queries:95,view:[34,29,19,64,54,38],"\u304b\u304e\u308a":95,"=fedora":97," markup":53,"\u884c\u6570":16,")Senna":114,Minute:94,"\u4e43\u6bc5":100,job:95," only":6,"\u6392\u4ed6":96," map":94," max":[40,82],"\u6728\u578b":38,"/local":[71,6,97],"\u672a\u5bfe":47,"\"YYYY":96,"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[71,68],table:[28,2,61,29,63,64,26,47,32,33,90,34,74,9,96,10,99,36,101,95,60,38,93,30,41,103,79,42,43,54,77,44,45,46,16,48,117,84,85,118,100,19,20,109,70,55],"\u671f\u5f85":86,rpm:[47,83,97],Uubntu:115,"/Modules":6,"\u304a\u3059\u3059\u3081":33,"\u30b5\u30d6\u30bb\u30c3\u30c8":49,Tomoatsu:100," argument":96,"\u9bae\u5ea6":77,"\u78ba\u5b9f":79,"\u521d\u671f\u5024":116,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":47,"\u5927\u6587\u5b57":2,"-cache":64," MessagePack":3,"\u5024\u578b":10," favorited":118,"\u672a\u5b9a":[10,38],"\u4f4f\u6240":47,"\u793a\u3059":[85,74,1,60,90,10,63,117,20,36,35,46,96,93,87,70,113,33,38],"\u793a\u3055":[70,63],"\u793a\u3057":[46,2,97,84,42,31,51,1,26],MORE:111," Good":77,"\u6570\u70b9":49," zlib":[98,11],"\u578b\u3068":84,"\u3072\u308d\u3086\u304d":90,"-debug":100,avg:116," original":[90,103],"\u8fd4\u4fe1":118,uptime:[0,2,3,51,26,6],"\u5185\u90e8":[10,47,51,20,97],"\u578b\u304b":49," replied":118,"\uff08longest":16,"\u6ce8\u610f":[74,2,90,97,10,42,95,16,33,96],"\u3002TokenDelimit":55,pdf:[12,56]," local":103,"\uff01 ":118,"\u5168\u6587\u691c":[34,100,2,102],"\uff01\"":118,ARG:111,uzulla:16,"\uff01:":71," translation":78," obj":81,"\u521d\u671f\u5316":47,UNSPLIT:41," MySQL":[86,114,20],"\u660e\u793a\u7684":[46,3],qwik:103,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[16,71,115,88,78],"'pid":64,"{\n":[41,6,33],"_DATA":[1,111]," tracker":58,"_DATE":97,CentOS:[34,83,97,100,88,47,16,71],"\u307e\u305f\u3044":[47,46],"_threshold":[74,79,99,100,55,32,16,71],"\u307e\u305f\u3050":46,"\u306a\u304b\u3063":[74,9,2,96,4,64,101,43,54,44,42,5,28,95,37,47,82,73,109,38],"\uff08TODO":96,sequence:[32,99,79,70,55],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[74,66]," candidate2":99," candidate1":99," unpatched":67,"\u30b3\u30e1\u30f3\u30c8":[114,100,64,95,118],"_sortby":[74,101,84]," origin":78,"\u306e\u307b\u304b":[10,49],"\u96e2\u308c":45,"_DB":[16,47],"_PIPE":[1,111],"\u7acb\u3061\u4e0a\u304c\u3063":95,"\u518d\u691c":104,"\u306e\u3044\u305a\u308c\u304b":[35,113]," grn":104,"\u305d\u308c\u305e\u308c":[74,41,2,3,84,10,118,91,64,20,87,42,45,111,97,23,48,71,115,61],"\u5358\u72ec":95,column:[0,2,61,29,63,64,47,32,95,90,34,74,46,96,10,99,77,38,30,41,79,43,44,45,16,48,117,84,118,100,19,20,55],universe:11,"\u30b7\u30fc\u30b1\u30f3\u30b9":[32,79,55],".html":[64,97,78],DCMAKE:68,Really:[74,96,117],"\u6570\u5b57":[42,95,79],"_RESULT":1,"_length":111,"\u5b9f\u7a3c":116,debian:47,"var":[71,63,41,64,6]," query":[94,99,114,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":50,"-pid":[16,64],"\u30b9\u30cb\u30da\u30c3\u30c8":20,"\u73fe\u5728":[116,2,97,86,31,66,82,118,37,121,95],squeeze:[34,97,88,98],"\u6848\u5185":97," eggs":48,"\u30ed\u30b0\u30a4\u30f3":97,"\u4e00\u9577":86,"\u6c7a\u5b9a":74,"\u7a4d\u7528":74,"8bit":49,"\"se":32,"@github":97,"\u52a0\u3048":[10,41,90,50],book:96,HttpRewriteModule:6,"-analyzer":16," developer":[118,56],"\u306f\u307e\u305a":97,".gpg":97,".location":118," Prefix":96,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":100,"\u3002mroonga":86," tags":30,Site:[10,2,26,84],"\u5909\u66f4\u70b9":[56,97],"\u306f\u307e\u3060":[33,122]},objtypes:{"0":"std:option"},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.15. log_level","8.3.16. log_put","8.1.4. groonga-httpd","8.3.19. 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.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.6. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.12. API","8.3. \u30b3\u30de\u30f3\u30c9","8.9.7. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.11. defrag","8.5. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.26. 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","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.2.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.9.4. geo_in_rectangle","8.3.14. load","8.3.17. log_reopen","8.3.24. table_create","10. \u5236\u9650\u4e8b\u9805","8.9.6. rand","13.2.3. \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.9.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.4. \u30c7\u30fc\u30bf\u578b","12.1. Travis CI","8.3.22. status","grn_expr","13.3.1. C API","8.3.27. view_add","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.1. GQTP","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.2.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","8.3.25. table_list","2.8. \u305d\u306e\u4ed6","8.7. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.20. select","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.9.1. edit_distance","8.10. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.4. cache_limit","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.21. shutdown","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.11. Log","8.1.2. grntest","8.8.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.5. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.23. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.10. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.13. dump","8.8. grn_expr","8.3.18. quit","8.9. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.12. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.2.2. groonga","8.9.3. geo_in_circle","8.6.1. QueryExpanderTSV","13.2.6. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.8.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.9.5. now","7.2. HTTP"],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","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","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","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","reference/type","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","reference/commands/view_add","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","contribution/documentation","reference/functions/edit_distance","reference/indexing","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/cache_limit","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/command/output_format","install","reference/commands/shutdown","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","reference/functions/geo_in_circle","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/functions/now","server/http"]})
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7. サーバー &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>7. サーバー &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="index.html" />
32
32
  <link rel="next" title="7.1. GQTP" href="server/gqtp.html" />
33
33
  <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
34
34
  </head>
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="geolocation_search.html" title="6. 位置情報検索"
64
64
  accesskey="P">前へ</a> |</li>
65
- <li><a href="index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
65
+ <li><a href="index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
68
68
 
@@ -132,7 +132,7 @@
132
132
  <li class="right" >
133
133
  <a href="geolocation_search.html" title="6. 位置情報検索"
134
134
  >前へ</a> |</li>
135
- <li><a href="index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
135
+ <li><a href="index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
136
136
  </ul>
137
137
  </div>
138
138
  <div class="footer">
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.1. GQTP &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>7.1. GQTP &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="../_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="7. サーバー" href="../server.html" />
33
33
  <link rel="next" title="7.2. HTTP" href="http.html" />
34
34
  <link rel="prev" title="7. サーバー" href="../server.html" />
@@ -63,7 +63,7 @@
63
63
  <li class="right" >
64
64
  <a href="../server.html" title="7. サーバー"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
@@ -125,7 +125,7 @@
125
125
  <li class="right" >
126
126
  <a href="../server.html" title="7. サーバー"
127
127
  >前へ</a> |</li>
128
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
128
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
129
129
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
130
130
  </ul>
131
131
  </div>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.2. HTTP &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>7.2. HTTP &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="../_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="7. サーバー" href="../server.html" />
33
33
  <link rel="next" title="7.2.1. 比較" href="http/comparison.html" />
34
34
  <link rel="prev" title="7.1. GQTP" href="gqtp.html" />
@@ -63,7 +63,7 @@
63
63
  <li class="right" >
64
64
  <a href="gqtp.html" title="7.1. GQTP"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
@@ -155,7 +155,7 @@
155
155
  <li class="right" >
156
156
  <a href="gqtp.html" title="7.1. GQTP"
157
157
  >前へ</a> |</li>
158
- <li><a href="../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
158
+ <li><a href="../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
159
159
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
160
160
  </ul>
161
161
  </div>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7.2.1. 比較 &mdash; groonga v2.0.7ドキュメント</title>
12
+ <title>7.2.1. 比較 &mdash; groonga v2.0.9ドキュメント</title>
13
13
 
14
14
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../../',
20
- VERSION: '2.0.7',
20
+ VERSION: '2.0.9',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,7 +28,7 @@
28
28
  <script type="text/javascript" src="../../_static/doctools.js"></script>
29
29
  <script type="text/javascript" src="../../_static/translations.js"></script>
30
30
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
31
- <link rel="top" title="groonga v2.0.7ドキュメント" href="../../index.html" />
31
+ <link rel="top" title="groonga v2.0.9ドキュメント" href="../../index.html" />
32
32
  <link rel="up" title="7.2. HTTP" href="../http.html" />
33
33
  <link rel="next" title="7.2.2. groonga" href="groonga.html" />
34
34
  <link rel="prev" title="7.2. HTTP" href="../http.html" />
@@ -63,7 +63,7 @@
63
63
  <li class="right" >
64
64
  <a href="../http.html" title="7.2. HTTP"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
66
+ <li><a href="../../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
68
68
  <li><a href="../http.html" accesskey="U">7.2. HTTP</a> &raquo;</li>
69
69
  </ul>
@@ -124,7 +124,7 @@
124
124
  </tr>
125
125
  <tr class="row-even"><td>POST</td>
126
126
  <td>×</td>
127
- <td>×(まもなく実装予定)</td>
127
+ <td>○</td>
128
128
  </tr>
129
129
  <tr class="row-odd"><td>HTTPS</td>
130
130
  <td>×</td>
@@ -203,7 +203,7 @@ http {
203
203
  </div>
204
204
  <div class="section" id="custom-command-version">
205
205
  <h2>7.2.1.5. コマンドバージョンの変更<a class="headerlink" href="#custom-command-version" title="このヘッドラインへのパーマリンク">¶</a></h2>
206
- <p>groongaには <a class="reference internal" href="../../reference/command_version.html"><em>コマンドバージョン</em></a> という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。</p>
206
+ <p>groongaには <tt class="xref doc docutils literal"><span class="pre">/reference/command_version</span></tt> という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。</p>
207
207
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <tt class="docutils literal"><span class="pre">--default-command-version</span></tt> オプションでデフォルトのコマンドバージョンを変更できます。以下はデフォルトのコマンドバージョンとしてコマンドバージョン2を使うコマンドライン例です。:</p>
208
208
  <div class="highlight-none"><div class="highlight"><pre>% groonga --protocol http --default-command-version 2 -d /PATH/TO/DATABASE
209
209
  </pre></div>
@@ -313,7 +313,16 @@ http {
313
313
  </div>
314
314
  <div class="section" id="post">
315
315
  <h2>7.2.1.9. POST<a class="headerlink" href="#post" title="このヘッドラインへのパーマリンク">¶</a></h2>
316
- <p>TODO</p>
316
+ <p>JSONデータをPOSTすることでデータをロードすることができます。POSTでロードする場合は以下のルールに従ってください。</p>
317
+ <ul class="simple">
318
+ <li><cite>Content-Type</cite> ヘッダーの値を <cite>application/json</cite> にする。</li>
319
+ <li>JSONデータはbodyとして送る。</li>
320
+ <li>テーブル名は <tt class="docutils literal"><span class="pre">table=名前</span></tt> というようにクエリーパラメーターで指定する。</li>
321
+ </ul>
322
+ <p>以下はcurlを使って <cite>alice</cite> と <cite>bob</cite> という2人のユーザーを <cite>Users</cite> テーブルにロードするコマンドラインの例です:</p>
323
+ <div class="highlight-none"><div class="highlight"><pre>% curl --data-binary &#39;[{&quot;_key&quot;: &quot;alice&quot;}, {&quot;_key&quot;: &quot;bob&quot;}]&#39; -H &quot;Content-Type: application/json&quot; &quot;http://localhost:10041/d/load?table=Users&quot;
324
+ </pre></div>
325
+ </div>
317
326
  </div>
318
327
  <div class="section" id="https">
319
328
  <h2>7.2.1.10. HTTPS<a class="headerlink" href="#https" title="このヘッドラインへのパーマリンク">¶</a></h2>
@@ -394,7 +403,7 @@ http {
394
403
  <li class="right" >
395
404
  <a href="../http.html" title="7.2. HTTP"
396
405
  >前へ</a> |</li>
397
- <li><a href="../../index.html">groonga v2.0.7ドキュメント</a> &raquo;</li>
406
+ <li><a href="../../index.html">groonga v2.0.9ドキュメント</a> &raquo;</li>
398
407
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
399
408
  <li><a href="../http.html" >7.2. HTTP</a> &raquo;</li>
400
409
  </ul>