rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. data/doc/text/news.textile +7 -0
  2. data/ext/groonga/rb-grn.h +1 -1
  3. data/lib/1.8/groonga.so +0 -0
  4. data/lib/1.9/groonga.so +0 -0
  5. data/rroonga-build.rb +1 -1
  6. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  7. data/vendor/local/bin/groonga.exe +0 -0
  8. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  9. data/vendor/local/bin/libgroonga-0.dll +0 -0
  10. data/vendor/local/bin/libmecab-1.dll +0 -0
  11. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  12. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  13. data/vendor/local/bin/libstdc++-6.dll +0 -0
  14. data/vendor/local/bin/mecab-config +2 -2
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  17. data/vendor/local/include/groonga/groonga.h +0 -6
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +2 -2
  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 +2 -2
  46. data/vendor/local/lib/pkgconfig/groonga.pc +3 -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/news.txt +24 -4
  54. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
  55. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  56. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
  57. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
  61. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
  63. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
  67. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
  69. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  71. data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
  73. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  84. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
  86. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
  87. data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
  88. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  89. data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
  98. data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
  99. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  105. data/vendor/local/share/doc/groonga/en/html/reference.html +54 -39
  106. data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
  107. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +15 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
  148. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  149. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  150. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  151. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  155. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
  156. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
  157. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
  158. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  159. data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
  160. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
  163. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
  164. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
  165. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -0
  166. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  167. data/vendor/local/share/doc/groonga/en/html/reference/{type.html → types.html} +12 -12
  168. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  170. data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  177. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -6
  180. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
  186. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
  188. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
  189. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +9 -9
  192. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  199. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +24 -4
  201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
  202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
  204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
  215. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
  216. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
  217. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  218. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  219. data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
  220. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  221. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  222. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  223. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  231. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
  233. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  236. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
  243. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  245. data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
  246. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  252. data/vendor/local/share/doc/groonga/ja/html/reference.html +54 -39
  253. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
  254. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -7
  257. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  258. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  291. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  292. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +15 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
  295. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
  297. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  298. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  299. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  300. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  301. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  302. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
  303. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
  304. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
  305. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  306. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
  307. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
  308. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
  310. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
  311. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
  312. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -0
  313. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  314. data/vendor/local/share/doc/groonga/ja/html/reference/{type.html → types.html} +12 -12
  315. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  316. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  317. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  318. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  321. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  324. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  333. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  335. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  346. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +4 -4
  347. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
  348. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
  349. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
  350. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
  351. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
  352. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
  353. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
  354. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
  355. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
  356. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
  357. data/vendor/local/share/doc/groonga/source/news.txt +24 -4
  358. data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
  359. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
  360. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
  361. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
  362. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
  363. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
  364. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
  365. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
  366. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
  367. data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
  368. data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
  369. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
  370. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
  371. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
  372. data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
  373. data/vendor/local/share/man/man1/groonga.1 +794 -165
  374. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  375. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  376. metadata +1257 -1240
@@ -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. Tokenizers &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>8.7. Tokenizers &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
33
- <link rel="next" title="8.6. クエリー展開オブジェクト一覧" href="query_expanders.html" />
34
- <link rel="prev" title="8.4. データ型" href="type.html" />
33
+ <link rel="next" title="8.8. クエリー展開オブジェクト一覧" href="query_expanders.html" />
34
+ <link rel="prev" title="8.6. Normalizers" href="normalizers.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="query_expanders.html" title="8.6. クエリー展開オブジェクト一覧"
61
+ <a href="query_expanders.html" title="8.8. クエリー展開オブジェクト一覧"
62
62
  accesskey="N">次へ</a> |</li>
63
63
  <li class="right" >
64
- <a href="type.html" title="8.4. データ型"
64
+ <a href="normalizers.html" title="8.6. Normalizers"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.5. Tokenizers<a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
+ <h1>8.7. Tokenizers<a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
78
78
  <p>TODO: Write me.</p>
79
79
  </div>
80
80
 
@@ -85,11 +85,11 @@
85
85
  <div class="sphinxsidebar">
86
86
  <div class="sphinxsidebarwrapper">
87
87
  <h4>前のトピックへ</h4>
88
- <p class="topless"><a href="type.html"
89
- title="前の章へ">8.4. データ型</a></p>
88
+ <p class="topless"><a href="normalizers.html"
89
+ title="前の章へ">8.6. Normalizers</a></p>
90
90
  <h4>次のトピックへ</h4>
91
91
  <p class="topless"><a href="query_expanders.html"
92
- title="次の章へ">8.6. クエリー展開オブジェクト一覧</a></p>
92
+ title="次の章へ">8.8. クエリー展開オブジェクト一覧</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="query_expanders.html" title="8.6. クエリー展開オブジェクト一覧"
122
+ <a href="query_expanders.html" title="8.8. クエリー展開オブジェクト一覧"
123
123
  >次へ</a> |</li>
124
124
  <li class="right" >
125
- <a href="type.html" title="8.4. データ型"
125
+ <a href="normalizers.html" title="8.6. Normalizers"
126
126
  >前へ</a> |</li>
127
- <li><a href="../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
127
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.4. データ型 &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>8.4. データ型 &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -28,9 +28,9 @@
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.1.0ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
32
32
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
33
- <link rel="next" title="8.5. Tokenizers" href="tokenizers.html" />
33
+ <link rel="next" title="8.5. Tables" href="tables.html" />
34
34
  <link rel="prev" title="8.3.27. view_add" href="commands/view_add.html" />
35
35
  </head>
36
36
  <body>
@@ -45,7 +45,7 @@
45
45
 
46
46
  <div class="other-language-links">
47
47
  <ul>
48
- <li><a href="../../../en/html/reference/type.html"><img src="../_static/us.png" alt="English">English page</a></li>
48
+ <li><a href="../../../en/html/reference/types.html"><img src="../_static/us.png" alt="English">English page</a></li>
49
49
  </ul>
50
50
  </div>
51
51
  </div>
@@ -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.5. Tokenizers"
61
+ <a href="tables.html" title="8.5. Tables"
62
62
  accesskey="N">次へ</a> |</li>
63
63
  <li class="right" >
64
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.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
67
67
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
68
68
  </ul>
69
69
  </div>
@@ -200,11 +200,11 @@
200
200
  <p class="topless"><a href="commands/view_add.html"
201
201
  title="前の章へ">8.3.27. view_add</a></p>
202
202
  <h4>次のトピックへ</h4>
203
- <p class="topless"><a href="tokenizers.html"
204
- title="次の章へ">8.5. Tokenizers</a></p>
203
+ <p class="topless"><a href="tables.html"
204
+ title="次の章へ">8.5. Tables</a></p>
205
205
  <h3>このページ</h3>
206
206
  <ul class="this-page-menu">
207
- <li><a href="../_sources/reference/type.txt"
207
+ <li><a href="../_sources/reference/types.txt"
208
208
  rel="nofollow">ソースコードを表示</a></li>
209
209
  </ul>
210
210
  <div id="searchbox" style="display: none">
@@ -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.5. Tokenizers"
234
+ <a href="tables.html" title="8.5. Tables"
235
235
  >次へ</a> |</li>
236
236
  <li class="right" >
237
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.1.0ドキュメント</a> &raquo;</li>
239
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
240
240
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
241
241
  </ul>
242
242
  </div>
@@ -9,15 +9,15 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>検索 &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>検索 &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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" />
16
16
 
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
- URL_ROOT: './',
20
- VERSION: '2.1.0',
19
+ URL_ROOT: '',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="index.html" />
32
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer">
@@ -1 +1 @@
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],"=redhat":71,"\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],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":16,"\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:[74,117,87,48,49,96],"\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,47,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,"*\"\n":48,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]," 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],"_BINARY":47,".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,48],"-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,48,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],Shimomura:47,"\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,48,38],"_OPERATION":[1,111],"(ShortText":61,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[64,2],begin:116,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":47,"\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,47],"\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,48,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,48],"-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],"\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,48,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],submit:[32,99,79,55]," epel":83,"\u5bfe\u7b56":[42,34,69]," locks":20,"_SUCH":[1,111],"\"sphr":113,".co":[74,67],"#'":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],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":47,"\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,48,117,74,96],"|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],"(.":[48,97],"\u30ea\u30af\u30a8\u30b9\u30c8URI":6,"(-":96,"(\"":[47,46,2,20,64],"( ":[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,48,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]," Tatsuya":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,48,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]," OLD":97," 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," rroonga":48,"\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],replies:48,".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":[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,48,114,33,78]," longer":67,"/command":[10,23,6,33]," item":[32,99,79,55],"-memory":100,"\u77e9\u5f62":[35,45,86]," Floating":49,"\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,"\u3082\u3057\u3054":47,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,48,95,49,33,117],"\u30b0\u30cb\u30e3\u30e9":118,"\u632f\u821e\u3044":47,"\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,47,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,"\u30d5\u30a9\u30ed\u30ef\u30fc":97,pcre:47,span:20," Fumiyasu":16,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":118,"\u56fd\u969b":78,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[34,48,102,47],User:30," curl":[57,3,33,6],"\u5074\u9762":86,"\u6574\u3063":115," Demo":30,"2\u3064\u3081":[48,117,33],posted:118,"\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," Replies":48," 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],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":48,"\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,48,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,48,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":[34,67,53,47,56,75],"\u3089\u308c":[74,41,2,86,63,100,70,45,47,16,48,73,38],"\u4e2d\u9593":[41,91],"\u3064\u3076\u3084\u304d":77,"_suffix":16,"* ":[49,96],"\u6e80\u305f":[118,45,41],"*\"":[48,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":[87,74,117,77,48,96]," \"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,48,95,38],"\u3002)":[48,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":[47,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]," comments":48,"\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,"/sources":[98,11],"_query":[79,99,70,55,32,47],Context:6," has":[94,67,92],"\u672a\u5b9f\u88c5":93," available":67,"-threshold":[74,42,64,88,47,71],"_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,47,55,79,32]," too":48," 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],"+ \"":47,"_tp":116,"\u77ed\u304f":[77,86]," editor":78,"_to":[118,48],"\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,"\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,56],"\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,99,45,47,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,comments:48,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,48,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,48,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,47,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":[2,61,91,47,32,8,102,34,74,99,41,79,42,45,110,16,48,116,86,100,55,56],"\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],",.":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,"\u4f5c\u7528":47,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":[97,53,68,47,37,16],"\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,47,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,article:48,"\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,48,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],", \"":48,"{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:[2,3,94,93,74,46,96,10,99,101,60,106,30,42,45,47,48,85,118,100,20,23],"\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,48,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,"\u9045\u304f":113,"_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,48,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,47,23]," more":20,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":114,"@yito":47,"_PATH":[23,2,3,97,26],fulltext:20,".comment":[118,48],"-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],"\u5e03\u6559":56,"\u30ad\u30fc\u30ef\u30fc\u30c9":[34,0,91,2,117,42,86,74,20,119,69,118,47,48,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,None:92,"\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,70,20,47],"\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":[7,77,47,16,48,114],"\u5909\u6570":[96,97,14,119,47,16,114,115],"-level":64,"_UNSUPPORTED":1,"\u306f\u3061\u3087\u3046":96," Lexicon":[77,48],"\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],"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":48,"\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":[2,10,26,47,48,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," status":3,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,48,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,47],"_rate":[26,51,2,3,6],application:33,"\u958b\u3051":47,"'\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],"_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,"\u8ca0\u6570":47,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],"\u306e\u3042\u3068":47,"\u5177\u4f53":[42,48],"\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":[47,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:[48,117,74,96]," 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,48,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,47,48,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,16,94,47,71,95],"_TOO":[1,111],Information:94,MSGPACK:111,"\u8a72\u5f53":48,"-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,47,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":[74,117,20,87,48,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,48,49,33,26],"\u306b\u3088\u308b":[34,46,2,90,97,10,86,47,16,48,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,47,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,48,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]," Object":47,"_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,90,100,117,70,48,96,38],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,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":48,"\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,48],"\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,"'article":48,"\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,48,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],STRING:47,"\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,48,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]," articles":48,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,48,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,47,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,48,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":[74,117,20,77,48,96],"|ALLOW":[74,117],"_values":16,EXACT:41,"\u5e02\u5185":31,"_init":[94,16,47],"/fedora":[108,97],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3API":47," 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,48,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":[117,48,74,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],Articles:48,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,105,41,115,47,32,48,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,"\u884c\u306a\u308f":47,"-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,48,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,48,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,86,20,118,32,48],"\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,48,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,48,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,47,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,48,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," useful":48," 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," Articles":48,"\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":[9,64,81,48,71,114],"\u6574\u7406":47,"\u4e71\u6570":[40,45],"\u8a18\u9332":[86,47,72,7]," gem":97,"\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],"\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,48,117,74,96],"\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,104,36,81,93,47,48,49,56],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[34,86],DDL:42,"\u66f8\u3051\u308b":47,reverse:97,"\u6570\u70b9":49," 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,48,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,"-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":[47,118],"\u66f8\u304f":[48,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 ":[2,61,26,7,71,33,74,46,96,10,49,104,106,78,45,47,114,117,118,20,87,6],"\u3001\"":[2,61,79,118,55,47,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":[47,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," a":[74,117,97,20,92,77,94,47]," 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,"\u9665\u3063":47,"\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," article":48,"\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],"'mroonga":48," 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":[74,46,117,20,48,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: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,48,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":[47,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,48],"\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],"\u3055\u3089":48,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,48,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,48],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":[34,100,42,91,64,47],"\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,48,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,47],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,48,113,114,115,50,116,83,118,117,86,20,87,98,88,55,56,78,26]," links":10,freecode:[56,97],"\u53e4\u3044":[47,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,48,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,47,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,47,38],"\"*":47,"\">":[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,reply:48," ')":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],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[74,82],"_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,48],"\"No":47,"\u30d1\u30fc\u30b9":[16,104],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"\u6642\u4ee3":86,TAIL:111,"-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],"-normalizer":47,"\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,48]," 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,"\"null":47,":')":[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,Replies:48,"[,":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,48],"\u6709\u9650":74,"\u4ee3\u308f\u308a":[108,60,117,85,64,20,109,68,26,71],engine:[32,99,55],"/vdw":[45,2,84]," approximate":46,"_tokenizer":[74,2,61,42,118,117,20,77,47,48,96,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],"\"YYYY":96,"\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],"\u63a2\u3059":48," 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,56,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":[48,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,102,73,34,74,97,10,11,36,101,104,37,93,108,109,47,48,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,47],"/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,48,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," nroonga":48,Intel:95,Int:[30,74,46,2,117,84,40,10,99,55,118,42,45,79,47,32,48,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,47,56,57,110,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],"\u5897\u3048":48,"\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,48,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,47,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,48,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,48,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,48,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," geo":46,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,48,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,48,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,48,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,48,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,47,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,48,95,96],"\"rectangle":[47,46,113]," mroonga":[48,117,74,96]," 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,48,117],"\u53c2\u52a0":[56,15],"_TEMPORARILY":[1,111],"_point":[30,113],articles:48,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],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":47,"\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":[47,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],"_LINKS":[1,111],"_CURSOR":100,GPS:86,"\u30b7\u30a7\u30a2":15,"\u3070\u3044\u3051":[74,96,117,47,71,114,50],"(column":20,",\n[":[20,103],",\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,".i":83," max":[40,82],"\u6728\u578b":38,"/local":[71,6,97],"\u672a\u5bfe":47,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[23,100,64,47],"\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,48],MORE:111," Good":77,SHIDARA:16," zlib":[98,11],"\u578b\u3068":84,"\u3072\u308d\u3086\u304d":90,"-debug":100,avg:116," original":[90,103],"\u8fd4\u4fe1":[118,48],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":[34,48,46,102,47],"\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":[118,100,64,48,114,95],"_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,"\u7acb\u5834":56,"\"se":32,"@github":97,"\u52a0\u3048":[10,41,90,50],book:96,HttpRewriteModule:6,"-analyzer":[16,47]," developer":118,"\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"]})
1
+ Search.setIndex({objects:{"":{"--ftp":[96,0,1,"cmdoption--ftp"],"--dir":[96,0,1,"cmdoption--dir"],"--document-root":[65,0,1,"cmdoption--document-root"],"--cache-limit":[65,0,1,"cmdoption--cache-limit"],"-P":[117,0,1,"cmdoption-P"],"--pid-path":[65,0,1,"cmdoption--pid-path"],"--log-output-dir":[96,0,1,"cmdoption--log-output-dir"],"-d":[65,0,1,"cmdoption-d"],"-a":[65,0,1,"cmdoption-a"],"-c":[65,0,1,"cmdoption-c"],"-m":[117,0,1,"cmdoption-m"],"-l":[65,0,1,"cmdoption-l"],"-n":[65,0,1,"cmdoption-n"],"-i":[65,0,1,"cmdoption-i"],"-h":[65,0,1,"cmdoption-h"],"-t":[65,0,1,"cmdoption-t"],"-p":[65,0,1,"cmdoption-p"],"-s":[65,0,1,"cmdoption-s"],"--log-path":[65,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[65,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[65,0,1,"cmdoption-e"],"--config-path":[65,0,1,"cmdoption--config-path"],"--query-log-path":[65,0,1,"cmdoption--query-log-path"],"--protocol":[65,0,1,"cmdoption--protocol"],"--bind-address":[65,0,1,"cmdoption--bind-address"],"--groonga":[96,0,1,"cmdoption--groonga"]}},terms:{EPEL:84,"\u51fa\u6765":[30,49],"\u7b2c\u4e8c":47,localstatedir:[101,72],"\u3082\u3089\u3063":2,prefix:[42,98,100,16,72,116],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[23,65],"\u811a\u6ce8":[47,2,31,44,36,114],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[3,98,124,65,69,104,16,72,34,79],"\u79d2\u60c5":16,"_column":[35,75,29,92,73,96]," English":[75,15],"=redhat":72," positive":[],"\u6b63\u5e38":[98,96],"\u30d5\u30c3\u30af":50,"\u5b9a\u5024":48,"/projects":98,"_UPDATE":[75,1,119],"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[75,42,98,15,116,72,107,73,124],"\u89e3\u9664":[0,24,65,74],"\u4f5c\u3089\u308c":96,"\u4e8b\u524d":[43,8,98],"\u30de\u30af\u30ed":16,"\u30b7\u30f3\u30dc\u30eb":45,"_WOULD":[1,112],"\u5f15\u3044":97,Synonym:61,onga:20,"& ":[43,46,42,92,97],china:85,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":106,"&&":75,GRN:[94,75,1,60,86,101,42,48,16,115],"\u4e0e\u3048":[42,2,85,43,65,37,26,48],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":16,"\u4e2d\u8eab":[2,112,96],"_output":[75,102,85],"\u307b\u3057\u304f":75,NOT:112,"\u7ffb\u8a33":[56,98,79],Compared:20,"\u300c\"":65,"\u300c#":[120,101],"\u300c ":75,"\u300c,":104,"9f":3," options":6,Basic:[],txt:[53,79],"\u5ea6\u6d6e":31,"9E":123,"\u975e\u63a8":[16,47,39],"_flags":[48,75,119],"[pkg":[16,48],"\u30d6\u30ed\u30b0":[78,120,49,56,98],"\u6709\u529b":100," opened":[95,123],"\u7f6e\u304f\u4f8b":72,"\u4e0b\u304c\u308a":43,"(pos":[36,114]," json":[37,3],"_command":[2,3,51,26,34,6],"\u7518\u6817":120,"\u6709\u52b9":[94,75,72,60,119,98,10,87,11,65,20,37,26,48,16,39,84,96,6],Text:[75,97,63,31,88,49,119],"GeoPoint\u9593":16,"\u30e1\u30fc\u30eb":[58,79],"/functions":[],example:[30,2,85,10,46,26],"/blog":98," Groonga":[],"\u660e\u793a":[47,98,65,20,34,33,96],"</":[75,39,3,20],LF:117,LC:79,Format:[],travel:120,"\ngpg":98,HEAD:112," hobby":95,"_RETRY":1,types:[33,100,80,55],"\u63fa\u308c":61,"\u3002COLUMN":2,"\u901a\u5e38":[75,2,119,10,31,88,6,48,115,73],"\u5148\u982d":[75,2,6],"\u500b\u5b9a":81,"\n]\n":104,"\u3042\u305f\u308a":[16,101],"\uff11\u5bfe":81,"_O":[1,112],"\u30d1\u30c8\u30ea\u30b7\u30a2":[35,2,91,92,48,103],"_I":[1,112],"/new":98,"\u3078\u306e":[10,72],"\u8fd4\u3063":[120,97,119],"_A":[1,112],LongText:31,"\u8fd4\u3057":[94,41,75,42,2,97,77,86,100,80,20,118,51,36,47,60,55,33,114,8,34],"\u8fd4\u3055":[75,9,60,86,100,37,82,83,94,48],"\u5404\u7d22":2," support":[63,68],"\u30d7\u30ed\u30c8\u30b3\u30eb":[117,35,1,87,112,103,6,48,96,26],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":47,"\u3082\u3063\u3068\u3082":116,"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[124,6,34,26],"_select":[16,56,42,75],"(point":[36,47,114],API:[35,42,105,29,18,121,1,48,16,101],"_$":[100,39],"_\"":16,"\u306b\u3042\u308a":39,"*\"\n":49,rd:[43,92],rf:84,moritapo:30,rc:[95,1],Zenigata:30," section":[]," leading":[],"\uff01\uff09":[33,80],"\uff01\uff08":79,"\u5909\u5316":87,"\u5168\u90e8":112,".msgpack":3,"\u307e\u308d\u3086\u304d":91,"\u771f\u507d":[10,31,97,119],libedit:[16,0,72,101,48],"\u5f31\u70b9":87,COLUMN:[10,45,64,2,75],"\u8fd4\u308a":[46,75],"\u8fd4\u308b":101,"\"localhost":26," must":[],"\u5024n":[86,94,60]," processes":[],"\uff08age":39,"_INDEXER":48,Due:20,"2\u5104":40,"\u304a\u3055\u307e\u308b":46,mingw:98," processed":[95,123]," brew":57,"\u6607\u964d":75,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[65,2]," Synonym":61,"\u3002Fedora":109,"\u4f7f\u308f":[75,1,119,105,112,33,16,50,115,39],"-benchmark":48,"\u533a\u5207\u308a":[94,117,75,2,3,85,100,10,87,31,119,65,37,86,104,60,55,48,97],"\u533a\u5207\u308b":[101,115],"\u610f\u8b58":39,listen:[48,65,34],Oracle:[14,16,48,89,35],"_BINARY":48,"'column":48,"\u306e\u3059\u3079\u3066":34,Marverick:101,"-common":48,"_OPEN":[1,112],"\u3002PCRE":6," execution":[]," license":68,"_ILLEGAL":1,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":39,"\u4f7f\u3048\u308b":[119,65,48,16,72,50]," small":63,"\u304b\u3069\u3046":[43,94,1,60,72],Then:[]," and":[35,75,68,29,63,20,6,95,49,123,56],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":39,"-port":[65,96],They:[63,95]," VOICED":123,object:97,"\u7d22\u7528":[35,2,103,39],"\"black":123,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":34,"\u533a\u5207\u3063":[75,112],"\u4f7f\u3063":[58,1,2,61,31,92,69,6,72,8,34,91,109,75,97,98,10,11,105,39,108,30,42,80,43,82,46,26,112,48,115,50,84,119,20,88,99,89,56,79,57]," you":123,"\u5f53\u65e5":109,"\u4f7f\u3048":[75,97,124,119,105,16,39,107,50],"\u4f7f\u3046":[0,3,31,32,69,6,7,33,48,72,8,34,109,75,47,97,98,53,100,96,104,105,39,42,80,43,112,16,49,115,50,119,101,20,88,10,89,55,26],"\u4f7f\u3044":[122,109,31,92,26,33,72,34,35,75,97,10,100,11,78,105,79,42,80,16,76,115,50,84,120,87,20,88,99,55,39,6],"\u66f8\u304d\u8fbc\u307f":[120,72],"\u66f8\u304d\u8fbc\u307e":38,OBJECT:112," output":[],"\u30d0\u30a4\u30ca\u30ea\u30fc":88,layout:98," GPL":68,grnslap:[27,35,117,29],"2byte":112,"\u3002Ctrl\u30ad\u30fc":2," Logs":39," candidate":100,"-enable":101,"\u79d8\u5bc6":98,"\u30a2\u30d4\u30fc\u30eb":98,"\u7b97\u5b50":97," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":48,"\u91cd\u307f":[35,75,119,43,49,103],"\u30c8\u30d4\u30c3\u30af":98," Binary":31,"\u5165\u308c\u308b":[],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[35,9,29,101,19,23,34,124],"\u5b9f\u9a13":[16,124,20,48],"\u91cd\u304f":43," registered":[63,20]," part":[],release:98,"\nload":[47,104],"\u69cb\u9020":[88,30,42,87],"\u5e83\u304f":[120,98],"[linux":48,result:[47,42,63],"<port":[65,96],"(Cutter":116,"\u5206\u304b\u3061":87,score:[30,75,42,2,80,43,100,46,47,55,33,49,120],"\u611f\u3058":120,"\u30c7\u30a3\u30ec":[]," Gothic":12,"_NORMALIZE":[75,68,2,61,43,120,119,20,123,78,48,49,97,39],"\u539f\u99c5":46,Logs:[71,39],country:[26,85],"\u66f8\u304d\u8fbc\u3093":120,"|PERSISTENT":[71,64],"\u975e\u308f\u304b\u3061":[43,92],"\u66f8\u304d\u8fbc\u3080":96,"\u540c\u69d8":[30,75,42,98,10,32,46,26,96],and:[63,20],"\u5931\u6557":[101,2,119,98,7,48,16,39]," register":[],"\u95a2\u6570":[35,0,42,97,29,41,77,20,118,88,36,46,47,38,48,114,107,101,116]," formats":95,diff:96,"\u5404\u7a2e":98,Kenichi:[16,101],"\uff08node":50,".Dest":[]," array":82,"\nstoring":123,Arnaud:16," GROONGA":98,"\u30ab\u30f3\u30de":[75,60,97,85,86,37,104,94,2],worker:[81,6,34],"\u305f\u307e\u307e":34,"-message":[72,89],"\nfunction":[],"/function":98,"_sel":68,"\u3069\u3093":[71,64],"\u3069\u308c":[88,75,34,39],"_set":48,"\"sound":80,"\u65ad\u7247":20,"\u4ee3\u8868":87,"\u79d2\u6570":[88,75,60,97,10,120,31,51,86,94],"_UNAVAILABLE":[1,112]," speakers":15,Shimomura:48,"\u3069\u306e":[75,47,80,32,114,72],"\nclass":[],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":16,TokenBigramIgnoreBlank:43,"1\u4ef6":[43,120,110],"_rectangle":[35,0,29,101,36,46,16,107],"\u3069\u3053":[16,72],"_LIMIT":[1,112],"\u30df\u30ea\u79d2":[31,46],split:63,"\u7121\u8996":[94,75,60,119,43,101,65,86,110,104,48,16,115],codename:[],"\u3002rst":12,"\u5fdc\u7528":87,"\u3069\u3046":[0,28,4,44,75,54,45,43,5,102,6,38,48,110,74],"\u30e2\u30fc\u30c9":[23,42,2,26]," Protocol":112,"\u65e5\u5f8c":109," hash":120,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[43,80,92,39]," QueryExpanderTSV":115,gzip:[48,72,34,124],Table:[63,123],"\u4e00\u6c17":98,Maverick:16,"\u5317\u4eac":47,easy:12,has:98,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":48,"\"content":[75,97,119],"\u9001\u308b":[58,112,34,79],"\u9001\u308a":112,"\u30d0\u30a4\u30ca\u30ea":98,"\nmore":63,"\nrep":96,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":32,">command":3,alice:[75,34],"-unauthenticated":[48,11,99],"\u30d4\u30ea\u30aa\u30c9":[45,49]," report":56,"_OPERATION":[1,112],"(ShortText":61,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[65,2]," consist":[],begin:117,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":48,"\u5358\u8a9e":[75,2,97,120,67,105,48,49,115,8,119],"\nExecuted":26,"\u9001\u3063":[53,58,56,79],"for":[123,97],bottom:[16,36],"\n[\"":20,".asc":98,Facebook:[35,15,48],"\u5206\u985e":10,"\u3067\u3082\u3046":58,ARCHITECTURES:98,"\"starttime":3,Use:65,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[48,56,42],"\u306a\u3055\u3093":56,"_size":42,".am\u30d5\u30a1\u30a4\u30eb":98,"_LOCKS":[1,112],"\u89e3\u91c8":[101,42,104],support:68,"_open":[16,101,48],"\u305b\u306a":[97,119]," fails":[],"\u3086\u304d\u3072\u308d":91,TokenUnigram:[],"\nsuggestion":[]," ftb":68,"/tsv":[115,7],"\u5fa9\u65e7":48,"\u8981\u7d20":[88,1,2,65,20,54,37,42,60,94,48,96],"\nsphinx":[],"\u3002sortby":75,"\u306e\u304b":[120,92],"\u9006\u5f15":30,Variety:30,"\u306e\u3044":[9,60,4,87,31,65,37,47,46,5,112,42,94],"_records":48,"''":11,"'\"":48,"' ":[109,30,75,68,97,99,10,120,31,11,84,43,46,95,48],"'.":79,"'-":65,"')":[117,75,60,86,65,94],"'(":[37,65],"\u306e\u306b":[43,35,70,48],"\u306e\u3061":75,"\u306e\u3067":[75,47,2,98,10,87,92,20,88,43,23,16,48,79,115,49,34,39],Microsecond:95,"\u306e\u307f":[2,61,32,6,33,94,73,91,98,10,100,37,60,38,79,42,104,43,92,83,49,116,50,85,87,20,23],"'\n":[30,75,47,2,91,43,119,78,46,97],"'t":[63,123,6],"'s":[88,75,97,119,78,95,79],"\u3089\u308c\u308b":[48,42,92,87],"\u88dc\u3046":87,"\u305b\u308b":[87,23,42,116,39],"'n":65,"'m":[78,49],"-latest":[56,98],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":61,"-tar":14,"\u305b\u308c":87,"\u6bb5\u843d":45,"_count":[26,51,2,3,6]," complete":[33,100],"\u8a73\u3057\u304f":[10,87,2],"'_":37,"\u5165\u529b\u30df\u30b9":80,time:[10,33,100,80,55],push:98,"/Ubuntu":48,"\u304a\u3053\u306a\u3063":2,":-":109,":/":[2,3,65,6,72,34,109,98,10,11,104,79,30,14,46,26,50,117,84,85,99,23,57],"\u53cd\u6620":[87,42,98],CENTOS:98,"\u7b26\u53f7":[10,31,1,97,112],":$":[119,91,97],": ":[0,1,2,61,31,65,70,33,60,72,34,35,75,9,97,98,10,37,107,64,39,40,42,80,43,46,94,112,16,50,117,119,101,55,23,56,25],"\u6d41\u308c":[56,112,79],"-prefix":[72,6,89],":<":[75,119],":=":[75,119],":>":[75,119],"\u3002rroonga":105,"::":[1,3],"\u7aef\u672b":87," all":[75,119,63,95,123,97],":\n":[26,50],"(Precise":98,"_builtin":16," installer":98,"\u500b\u5225":98,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":48,"-root":[23,101,65],VERSION:96," systems":20,exact:42,"$GROONGA":98,".body":[64,24,61,74],"\u30b9\u30af\u30ea\u30d7\u30c8":[35,75,97,29,105,101,121,98,48,56,72,96,119],"\u6e08\u307f":[45,98,80,31,37,33,16,48,115,8]," matches":[],":@":[30,75,2,119,10,120,26],"\u4e2d\u7a0b\u5ea6":[109,84,11,99,69,89,57],":\\":[37,69],":^":[91,119],Tag:30,Tab:[],":[":96,":public":98,Tables:[35,63,29,39],"\u8ad6\u7406\u548c":[75,42,97,119],"\u7d50\u3073\u3064\u3044":81,"\u305f\u3055\u3093":[16,0],"\u7d50\u3073\u3064\u304f":81,sign:98,"/RESULT":48,"\u5316\u4f5c":98,"\u4e8c\u9805":97,".ncpu":57,"\u7d4c\u904e":[88,9,97,10,120,31,51,16],"\u30bf\u30d6":[115,3,112],"-ipadic":[109,84],"'='":65," GRN":[95,42,115],"\u76ee\u5b89":98,"\u30bf\u30b0":[30,97,98,35,120,101,20,48,16,103,39]," spokesman":56,"\u6d41\u3057":98,address:[16,48],"\u30a2\u30ab\u30a6\u30f3\u30c8":[98,15],"_WHEN":88," string":77,"\nLucid":101,MM:[95,97],"\u4e3b\u30ad\u30fc":[94,35,2,61,85,30,10,31,101,37,86,110,103,60,71,48,73,91],"\ncommand":[],queue:81,Travis:[108,35,50,48],"\u8b66\u544a":[48,75,9,101],"-filter":[16,107,20,91],"_DB\u30d5\u30e9\u30b0":16," definition":[],"` ":3," Users":[120,75,104],READ:112," \u3044b":[43,92],"\u6587\u5b57\u5217":[35,75,47,2,61,85,77,10,120,31,105,20,37,86,110,60,94,88,48,103,97],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":48," loads":[]," entry":[45,102],"\u4e88\u3081":[31,65],"{\"_":[30,75,119,10,46,97],"\uff08World":31,"\u30d5\u30a9\u30ed\u30fc":[120,15],"'Alice":119,Those:63,"/header":14,"\u3060\u3063":[43,48,75,9],"``":[74,51,0,28,4,101,44,54,45,82,5,102,83,38,24,110,39],Default:[100,6],"_base":6," Ocelot":[16,11,89,35],"\u30ec\u30d3\u30e5\u30fc":98," version":[68,3,123]," run":6,"\u3001'":[10,31,65,46,61],"\u3060\u3044":16,"$HOME":98,"\u3060\u3051":[1,124,69,7,48,34,109,75,97,98,10,11,78,79,42,43,16,49,115,84,119,20,99,89,39,57],values:[37,94,60],"\u3060\u3057":[16,96],"\u5024\u8a18":97,JSONP:16,"\nnotice":[4,5],Monkey:10,logrotate:48,"\u5897\u3084\u3059":116," }\n":[120,6],"\u6a19\u6e96":[0,28,2,4,64,65,5,6,94,71,74,9,37,102,60,38,106,104,44,45,82,110,83,48,117,51,86,54,23,24,90,26],chroot:98,Shinya:48,"\u30d2\u30e5\u30d9\u30cb":[47,114],date:96,such:[123,20],data:34,"<groonga":96,"/dictionary":101,ss:[95,97]," but":[63,123],"/javascript":16,sh:50,sa:[100,80],se:33,"\u540c\u3058\u6570":[65,6,34],"[yum":48," embedding":[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":104,"_PACK":[72,89],"\u30a2\u30c9\u30ec\u30b9":[16,65,26,96],"\u540c\u671f":[98,96],"\u4ee5\u4e0b\u6f14":97,"'OR":48,"\nworks":95," Japanese":15," been":98,records:95," Query":112,"\u8d85\u3048\u308b":[10,48]," patterns":[]," description":[120,92]," separated":[]," rake":98,"_dat":[16,48],"_dataset":121,"\u4e26\u3073":[92,97,85],"\u4e26\u3079":[35,2,103],gtar:14," suitable":63,"\u30d8\u30c3\u30c0\u30fc":[48,1,112,34],"\uff1f\u3000":96,"-offset":75,"_INAPPROPRIATE":1,Welcome:[75,97,119],"\"search":[33,80,119,55],"\"type":100,"\u3054\u7528\u5fc3":[48,20],"\u6700\u5c0f\u9650":6,FUNCTION:[88,112]," segments":82,"byte":[48,112,20,96,63],"\u7d20\u65b9":87,Money:30,"\u30d9\u30af\u30bf\u30fc":[16,31,75]," country":85,"[backquote":119,"\u4e00\u610f":[45,65,73],submit:[33,100,80,55]," epel":84,"\u5bfe\u7b56":[43,35,70]," locks":20,"_SUCH":[1,112],"\"sphr":114,".co":[75,68],"\u884c\u756a":[88,16],"\u8fd4\u4fe1\u5143":120,"\u8fd4\u4fe1\u5148":120,"\u305d\u3053":[10,43,98],"\u306b\u5bfe\u8c61":16,"\u51fa\u3057":120,"\u540c\u6642":[75,9,87,81,46,96]," vector":48,"\u6574\u3063":116," KATAKANA":123," New":[],"\u4e16\u754c":[47,10,31,36,46,114],Sites:104,sae:[100,80],"\u4e21\u65b9":[75,97,87,119,78,120,33,91],"/span":20,"/ubuntu":11,"\u30ea\u30b9\u30c8":[94,30,75,2,97,98,86,64,32,65,37,119,60,71,48,115,79]," dump":[16,104],uuuuuu:97,"\u5ea6\u5408\u3044":43,"-Type":[16,34],"[[\"":82,"=Users":34,"\u5fdc\u7b54":87,buffer:82,debhelper:16," needed":6,Bigram:[43,120,92],MeCab:[109,0,101,11,84,99,48,16,72],"\u30b9\u30da\u30fc\u30b9":[16,75],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[98,101,65,116,48,16,56,72,115,96,79],"\u30b5\u30fc\u30d0":[28,60,4,64,65,5,69,26,48,71,96,74,35,98,11,37,102,104,38,106,94,109,44,45,82,110,83,16,51,84,86,87,99,54,89,23,24,90,57],"\u9589\u3058":16,"\u5217\u8981":[],"\nsince":[],"4GB":[]," Key":98,"\u5217\u6307\u5411":[87,65],"_cursor":101,xml:[23,3,48],slow:63,"/epel":84,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":48,"\u5927\u4e8b":115,MessagePack:[3,88,112,48,16,72,34],"-directory":48," checked":98,clang:116,"\u8868\u3059":[41,42,30,10,32,45,47]," url":104,".php":98,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[35,75,1,60,29,86,19,88,112,94,48],FLOAT:3,"\u76f4\u63a5":[120,104],where:[],Patricia:63,"\u7a7a\u767d":[2,119,43,87,65,37,55]," similar":123,"\u7528\u79d8":[56,98],"\u898f\u5247":48,".content":[78,49,119,75,97],"|ng":75," arg":42," are":[75,63,20,95,123,79],before:50,"\u5927\u4e08":58,"\u4f9d\u5b58":[88,35,72,89,48],jobs:96," ShortText":[30,75,47,2,61,85,10,120,119,65,20,78,45,43,104,91,97,49,123,96,39],"\u904e\u53bb":98," literal":[75,39]," be":[63,123,95],"@tomotaka":16,"\u8fd4\u3059":[0,28,61,4,65,5,16,96,74,97,100,102,34,38,44,51,46,110,112,48,45,118,101,54,24,83],"\u30b3\u30ed\u30f3":45,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":61,"_otoj":116," by":[95,48,123,119,63],"\u6b21\u56de":[9,98],"-mecab":[109,48,84,11,99],"_t":1,FSF:48,"\u672d\u5e4c":[],"/WGS":46," Ubuntu":98,"\u30e1\u30e2\u30ea":[109,84,101,11,99,69,89,48,57],"\u542b\u3080\u5024":[65,2],"\u5468\u4e0a":114,"'ja":79,enable:[51,101,98],"\u6607\u9806":[46,2,75],"\noccurred":[],"\u5b9f\u884c":[109,28,2,29,4,64,65,5,69,6,7,33,48,72,34,74,35,75,9,96,100,11,57,37,94,73,60,105,38,102,79,27,42,104,80,14,44,54,45,82,46,47,112,106,16,83,115,116,51,84,98,86,87,71,121,88,99,110,55,23,56,24,90,26]," fork":79,"-bye":[75,97,119],"\u304a\u3051\u308b":[40,30,2,119,10,87,31,48]," configure":[43,48,97]," form":119," autogen":98,"\u7406\u89e3":[75,2],"\u3002filter":[46,110],"?table":[26,34]," ruby":98,Size:63,ctrl:26,"\u30af\u30ea\u30fc\u30f3":98,ivh:[109,84],"@lists":[98,15],".md":98,pthread:16,"\"}\n":78,"\u3002squeeze":116,"\u304b\u307e\u3044":2,hostname:[23,65,6],"<path":65,"\u3002\u3057\u304b\u3057":[75,47,80,87,31,78,89,16,34],UTC:97,"_at":[43,48,101],UTF:[48,101,97]," Int":[10,47],"\u8ab2\u984c":[58,35,56],"\u90fd\u6c11":[43,92],"\u5b9f\u88c5":[75,47,23,6,48,16,124,34,79]," added":[68,123],"\u5217\u8868":31,"\u53d6\u308a\u51fa\u3057":2,"\u53d6\u308a\u51fa\u3055":10,"\u53d6\u308a\u51fa\u3059":[10,101,42]," rst":12,"\u56db\u89d2":32,"(x":63,"\u6771\u4eac\u90fd":[43,120,92],"(v":42,gdb:116,BOM:101,"\u30cb\u30db\u30f3":33,"([":41,"\nvalue":[],"(_":[33,100,80,97,55],"(R":96,"\u30d1\u30e9\u30e1\u30fc\u30bf":[94,35,75,9,2,61,85,86,120,92,117,46,110,26,60,48,16,49,103],"(A":50,"\u6c4e\u7528":[65,96],"\u639b\u3051":97,"(>":42,"(<":42,"(=":[1,97,42],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":98,"((":75,"()":[41,0,42,77,101,121,118,36,46,47,48,16,56,114],"(.":[49,98],"\u30ea\u30af\u30a8\u30b9\u30c8URI":6," music":95,"(\"":[48,47,2,20,65],"( ":[48,65],"(!":42," BOOLEAN":68,"('":[45,75,2,86,65,37,94,60,73]," Yoji":16," real":20," elements":[]," deleted":63," read":20,"\u95a2\u308f\u3089":96," ssh":98,"\u4f4e\u901f":85,"\u4ed5\u7d44":[34,79],conditional:100,"\u30d5\u30a9\u30f3\u30c8":12," tokenizes":[]," tokenizer":[]," Keyword":[],"_INPUT":[88,1],Ruby:[87,48,68,105,50],"/httpd":6,"\u8a18\u4e8b":[78,49,98],Term:45,"\u5168\u6587\u691c\u7d22":[48,119,39]," handled":6," CODE":3,SiteDomain:[26,85],";\"":48,"; ":[65,6,96],"\u5ec3\u6b62":9,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[16,34]," cannot":[63,123],"\u304b\u3048\u308b":85,";\n":[96,6,34],Message:[],"\u7b97\u51fa":[48,75]," attached":123," try":[],NO:[63,0,112],"\u7403\u9762":[47,114],"\u8868\u8a08":115,"\u30e9\u30f3\u30ad\u30f3\u30b0":2,README:98,"\nCRIT":[4,5],"\u30aa\u30fc\u30d7\u30f3":[16,48],complete:[33,100,8,48],"\ntext":123," Tatsuya":48,"\nby":123,"with":[43,16,72,98],"_types":34,pull:79,"\u697d\u3057\u3044":[43,92],"\u304a\u77e5\u3089":[35,0,101,121,48],"_WEIGHT":45," distance":47,uid:98,"\u30ec\u30b9\u30c8\u30e9\u30f3":87,"| n":97,ar:[43,92],"| c":97,GByte:40,"\u4ee3\u5165\u5f0f":119,Nonexistent:75,"\nsnippet":[],"\u4e00\u65b9":[2,97,10,87,20,43,49,119],"\u30c7\u30d0\u30c3\u30ac":116,"\u30c7\u30d0\u30c3\u30b0":82,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[48,69,96]," Tweets":78,"]\n\n":[120,26],"\u304c\u3068\u3046":120,IWAI:48," wheezy":16,UNSUPPORTED:112,original:91,"\u6587\u6cd5":[35,46,103],senna:[75,97,119],"\u4ed8\u968f":[28,44],"\u30c7\u30fc\u30bf\u30d9\u30fc":16," default":95," upload":98,getaddrinfo:48," equal":[],"\u5408\u8a08":[40,43,96,82]," OLD":98," lcov":116,"-talk":[98,15],tt:[75,39],"\u901a\u4fe1":[117,35,81,111,6,23,56,96]," CI\u4e0a":50," mingw":98,to:6,tail:98,Entries:[75,97,104,119],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[35,101,70,96],homepage:96,"\u30de\u30eb\u30c1\u30b3\u30a2CPU":72," rroonga":49,"\u3002column":42,condition:97,"(popular":75,unigram:[],Keys:123,large:63,"\u5909\u308f\u308b":[43,20],"\u5909\u308f\u308a":[82,46,92],small:63,ASCII:[97,119]," normalization":123,"\u300c\u6771\u4eac\u90fd":43,"&gt":20,"_FILES":[1,112],"\u5927\u5225":10,ECMAScript:[48,75,97,105]," {":[47,2,80,100,51,6,55,33,120,34,26],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":48,"\u7701\u7565":[94,41,75,47,2,98,10,65,37,26,60,7,33,114,96,39],"\u7d22\u6642":101,devenv:69,"/json":[16,34],"\u30ea\u30c6\u30e9\u30eb":[0,119,20,48,16,97],"\u5927\u5207":87,"\u6700\u65b0":[16,98,15,109],"_modified":120," }":[51,120,2,26,34]," httpd":98,full:98,hash:120,"\"Table":65,"\u30ce\u30a4\u30ba":[43,80]," https":[79,50],QUERY:[95,115]," returns":[],"\nthe":[],"\u975e\u516c\u958b":98,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":75,"\u306b\u3059\u308b":34," I":79,followee:120,tokenizer:48,"\u30ce\u30fc\u30c9":48,"\u30ce\u30fc\u30c8":[84,47,2,97,98,124,100,11,123,119,7,16,79,39],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":92,tokenized:123,follower:120," large":63,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[16,101],select:[0,2,61,29,92,65,26,16,95,91,35,75,9,97,10,78,105,107,30,43,46,47,48,49,115,119,85,120,101,19,20,121,123],"\u6982\u8981":[35,75,9,29,63,20,87,88,47,1,6,7,123,115,39],"\u3002\u3002":32," apt":[48,11,98,99],mecab:[48,84,98,109],"\nsort":63," disabled":95,"\u30c6\u30ad\u30b9\u30c8":[98,101,20,48,39,96,79],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":30,"/TO":34,"\u518d\u5229":[75,73],"\nused":63," do":[],"\u30b5\u30fc\u30d0\u30fcID":16," debootstrap":98,"\u6bd4\u8f03":[35,75,97,101,21,34,48,124,96,119],scan:116,"\noptions":[]," libedit":109,accept:101,"\u4f59\u308a":97,GnuPG:98,gronoga:6," dataset":93,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":16," appeared":[]," Doc":61," pkg":14,"\u300ccommand":23,"=dat":48,"\u52d5\u7684":[35,101,2,29,87,92,78,48],"\u5b9f\u884c\u4f8b":[2,61,95,26,7,71,91,75,9,97,10,100,78,39,30,80,51,46,47,48,49,116,119,85,120,20,88,55,33,123,6]," custom":[],Flags:[],"\u5019\u88dc":[33,100,8,80],"\u306b\u3059\u3050":78,"\u30fb\u81ea\u5df1\u7d39":120,"\u8aad\u307f\u51fa\u3057":87," files":[95,6],"\ncan":63,register:[35,115,19,29,7]," path":[95,6,7],"\nfunctions":63,replied:120,"\u666e\u53ca":87,"\u52d5\u753b":30," Form":123,"\u8f09\u305b\u308b":98," will":[],grntest:[27,35,98,29,101,48,16,96],replies:49,".rpm":[109,84],"[Groonga":98," Src":[],"\u63a5\u7d9a":[2,96,81,65,26,106,48,90],"[tokenizer":48,"\u7d44\u307f\u8fbc\u3093":87,URL:[16,26,98,23],URI:[23,6],"\u6271\u3044":[10,33,9,92,124],"\u6271\u3046":[1,97,43,87,15,48],"\u3088\u304b\u3063":43,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":48,"\u5c0f\u306a\u308a":[119,97,105],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[87,16,35],IPA:[12,84,109]," outputs":95," assignment":[],"\u6271\u3063":[120,0],"\u30ad\u30e3\u30b9\u30c8":[48,101,119,120],"[doc":[16,48]," don":123,"\ndeb":[99,11],Rose:10,"\u534a\u89d2":2,"\u540c\u7fa9":115,HDD:96,"\u9ad8\u901f":[30,0,42,2,97,124,87,32,65,119,47,16,114,34,39]," dot":[],"\u6271\u308f":[75,119,10,32,43,48,96],"\u524d\u8005":[46,115],ftp:96,"\u30ab\u30d0\u30ec\u30c3\u30b8":[56,116],"\u30de\u30eb\u30c1\u30b3\u30a2":87,"\u6e2c\u7528":0,"\u305d\u308d\u305d\u308d":2,"/locale":[98,79]," log":[95,35,98,29,63],"/etc":[98,11,99,6,48,115],"\u6975\u4ed8":[47,114],"(WGS":46,"_hit":[26,51,2,3,6],POST:[48,34,124],"\u30a6\u30a7\u30a4\u30c8":45,"_user":[6,34],"-keyring":[48,11,99]," few":[],SiteCountry:[26,85],IN:68,number:[82,97]," quiet":[],"\u3042\u306a\u305f":[98,15],"\u7d42\u308f\u308b":[78,97,119],"\u30b3\u30d4\u30fc":[48,104,98]," process":95,"\u30c9\u30e1\u30a4\u30f3":85,"\u3057\u304b\u3082":124,Homebrew:[16,57,89,35],"\u642d\u8f09":87,"\u5b66\u7fd2":[35,80,100,101,55,33,8,122],"\u56de\u547c":101,Horikoshi:16," user":[56,20,96]," uses":[95,123],KEY:[75,123,91,92,119,48,39,97],"\u60f3\u5b9a":[51,30,104,82],Juman:[109,84],"\u52d5\u74b0":117,"\u66f8\u304d\u63db\u3048":[98,50],gted:79,qps:[117,96],"\ngroonga":[16,9,121],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[101,65],self:96,"_lock":16,also:97,mroonga:[48,75,115,97,87],"\u8a18\u53f7":[43,65,92,2,101],"\u306e\u3069\u3061\u3089":[75,97],"\u3060\u3055\u3044":[58,2,69,26,72,34,75,97,98,11,79,14,112,48,115,116,50,119,87,88,89,56,39],"\u5b57\u5217":[16,31,119,39]," full":[123,20],exe:[69,98],"_PERMISSION":1," ealier":[],"\u6d3b\u304b\u3059":75,"\u30d1\u30bf\u30fc\u30f3":[88,97],"_processes":[6,34],"\u3057\u304b\u3057":[75,97,43,92,49,115,34,79],"\"Good":75," longer":68,"/command":[10,6]," bytes":[]," item":[33,100,80,55],"-memory":101,"\u77e9\u5f62":[36,46,87]," Floating":31,"\u6642\u306b":16," header":[],"\u306e\u3067\u3057\u3087":75,"\u51e6\u7406":[0,1,60,92,34,6,94,96,75,97,73,79,42,46,112,48,119,86,87,101,19,20],"\u5225\u9014":[31,85],"\u30bf\u30fc\u30b2\u30c3\u30c8":48,columns:[37,48,101,60,94],"]]]":[43,100,102,97],"\u5fc5\u305a":[75,9,112,39],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":34,"\u53c2\u52a0":[56,15],Help:79,"\u30ed\u30b0\u30ec\u30d9\u30eb":65," threasd":65,"-github":98,bytes:[],"\u6c7a\u3081":39,"\u7528\u610f":[75,42,98,80,47,55,33,72,8,96]," characters":[],"\u3082\u3057\u304f":[109,84,97,98,10,31,26,48,49,119],set:60,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[16,0,101,116,48],For:[123,15],"/SRPM":98,"\u51fa\u73fe":[87,100,67],sed:16,sea:33,sen:68," Geo":47,"\u8a00\u8a9e":[108,42,101,65,56,50,79]," code":[88,95,79]," Munin":48,"\u65e5\u4ed8":[87,47,98],"\u3068\u3068\u3082\u306b":10,"\u3082\u3057\u308c":115,"<span":20,"\u7a7a\u6e2f":120,"\u304c\u3064\u3044":[48,101],Server:30,"\uff09\uff08":39," recommend":[],"\u500b\u4eba":72,"\u6790\u5668":87,"\u30b7\u30d5\u30c8":97,last:120,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[87,96,105],"\u578b\u5909":16," Sites":104,Query:[35,29,95],"<#{":95,load:[0,2,61,29,31,65,33,60,48,74,35,75,9,97,10,100,37,104,91,94,30,80,43,78,46,47,16,49,119,85,86,120,101,19,20,110,55,123],");":42,"):":98,"\u30b9\u30ec\u30c3\u30c9":[87,81,65,96,34],"))":[75,115,97],"\u30ca\u30ce":[88,101],")-":98,"),":45,")/":[],").":[123,20,98],") ":[75,1,97,98,63,31,42,48,123,96],")\"":[119,20,61],".htpasswd":[6,34],")'":[30,120,97,80,100,20,46,55,33,119],"[rpm":[16,48],GitHub:[58,16,79,48]," sample":96,"\u7c21\u6613":47,"\\%":69," still":[],XML:[3,101,88,112,48,16,34],"_SYNTAX":1,"\nspeed":63,RPMforge:84,"\u3067\u307e\u3068\u3081":115,"GET\u30e1\u30bd\u30c3\u30c9":23,"-api":53,"\u3067\u306a\u3051\u308c":97,"\u5236\u9650":[40,35,47,105,29,63,31,101,26,48,16,49,96,115,34,119],error:[],"\u30b0\u30cb\u30e3\u30e9":120,"\u632f\u821e\u3044":48,"\u63a1\u7528":[43,87,26],"<=":120,"\u5316\u524d":73,"< ":97,"\u8a00\u3046":33,TokenBigramIgnoreBlankSplitSymbol:43," expression":[],"\u4e00\u7fa4":42,">\n<":3," registers":[]," file":6," tweet":78,Lines:116,"\u56de\u52d5":96,ifexists:37," shows":[]," sections":[],Project:69,"\u7121\u99c4":87," digits":95,"\u8981\u6c42":2,"-path":[0,98,100,101,65,95,89,48,16,72],"_file":[6,34]," time":[10,95,96],mysql:68,O0:98,"\u5316\u51e6":[16,73]," chracteristic":63,"\u30bd\u30fc\u30c8":[30,0,101,35,100,32,75,46,16,103],"3\u4ef6":120,":Configuration":69,location:[30,47,85,10,120,46,6,34,26],input:37,Both:[],Normalizers:[35,123,29,39],"\nPARTIAL":42,"[HEADER":[88,39,7],"\u30cf\u30c3\u30b7\u30e5":[51,48,82],"\u30bd\u30fc\u30b9":[35,84,98,109,14,11,99,69,89,48,16,72,57]," City":47,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":98,"\u540c\u7b49":[92,96],"\n\"":[3,96]," Kinjirou":30,OS:96,OR:[75,119,46,112,115,61],"_NONE":64,"\u30d6\u30ed\u30c3\u30af":[87,6],"_DIRECTORY":[1,112],"_bool":101,"\u30af\u30ed\u30fc\u30f3":72,"\u3002JSON":37,"}]\n":10," Hiroshi":101,bi:[43,92]," tablename":9," other":123,"\u4e0a\u4f4d":43,wget:72,Hello:[78,97],"\"yu":104,"\uff11\u4ef6":94,"\"sphere":114," DB":[23,2,3,26],"\u3088\u308a":[61,31,92,48,33,72,96,75,47,97,10,78,39,42,43,16,114,115,119,120,101,89],NEW:[75,98],Natty:16,"\u30d5\u30a9\u30ed\u30ef\u30fc":98,pcre:48,span:[75,20,39]," Fumiyasu":16,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":120,"\u56fd\u969b":79,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[35,49,103,48],User:30," want":[]," curl":[57,3,34,6],"\u5074\u9762":87,"\n..":104," Demo":30,"2\u3064\u3081":[49,119,34],posted:120," CI":[108,35,50,48],"\u3088\u30fc":120,"\u8868\u3057":[9,2,31,32,88,1,42,73],"\u5206\u89e3":42,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[56,98],Multi:[],"|TABLE":39,"\u3054\u3068":[48,49,81,98,67],"\u3075\u308a":100,"\u633f\u5165":[48,2,20,65,98],taro:30,">uptime":3,"=null":[75,39],invalid:75," implementations":[]," testdb":96,OPERATION:112,"\u7acb\u3061":88,".load":96,".dump":16," script":96,"\u985e\u7d39":43,lucid:[11,98],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":112,"\u6307\u5b9a":[0,28,2,3,30,4,31,32,65,83,5,69,6,7,124,60,48,72,92,34,61,35,75,9,97,96,77,10,100,37,43,102,73,104,105,91,74,64,103,39,94,41,42,14,44,54,45,82,46,47,112,16,49,114,115,119,117,51,98,85,86,87,101,20,88,36,110,120,23,24,26],"\u4e00\u7dd2":[0,47,2,43,75,48,39],"\u3002Video":30,"\u3088\u304f":75,"\nvia":[],"\u3088\u3046":[0,2,61,32,65,6,7,33,48,72,8,34,91,35,75,9,97,98,10,122,78,96,60,12,39,94,30,42,104,80,43,92,82,46,47,16,114,115,116,50,120,119,85,86,87,101,20,88,55,23,26],"\u3088\u3044":[75,119,34,79],"\u3088\u3073":42,age:75,"\nerror":[4,5],"\u3088\u3063":46,"\u8a66\u884c":87,"\u3002Debian":116,partial:42,"\u3067\u307f":87,",\"title":2,"\u30ab\u30c6\u30b4\u30ea":75,"/sysctl":57,"\u3067\u3064":61,"\u843d\u3061":101,"\u3067\u306e":[88,20],"-lzo":[72,89],"\u3067\u306b":[43,78,7],CPU:[87,96,72,6,34],"\u3067\u3069":100,"\u3067\u3057":[14,10,97],"\u305d\u308c\u3089":[117,75,115,34],":..":75,"\u3067\u3059":[58,1,2,3,124,31,32,65,67,69,6,7,33,48,72,8,34,61,78,75,9,97,96,10,100,37,43,94,73,60,105,64,39,40,42,104,80,14,92,109,82,46,47,112,16,49,114,115,116,50,117,120,98,85,87,119,19,20,88,53,71,55,23,56,79,26],"\nuses":[],"\u3067\u3044":[10,75,97],"\u3067\u304f":[56,115,75,89,50],"\u3067\u304d":[109,0,1,2,3,30,31,32,65,67,69,6,7,33,48,72,124,8,34,91,78,75,9,97,96,99,10,100,11,37,101,73,60,105,12,39,94,41,119,42,104,80,43,45,46,47,112,16,49,114,115,116,50,117,84,120,98,85,79,87,77,20,118,88,36,55,23,57,26],"_API":42,"\u7279\u306b":42," Senna":[75,68,97,48,115,119]," libmsgpack":[99,11],"\u8fbc\u307f":[38,115],"_DELIMITED":68," under":6,"\u983b\u5ea6":100,Fixed:48,"\u6368\u3066":16,".clean":98," update":[109,98,63,11,99,48,56,79],"\u6b8b\u308b":16," York":47,"\u30aa\u30d7\u30b7\u30e7\u30f3":[0,2,3,92,65,26,48,33,72,34,91,109,75,97,98,100,11,43,96,105,107,39,80,14,51,16,49,116,117,84,119,101,20,93,99,55,23,57]," TABLE":[30,75,47,2,61,85,10,120,119,65,20,78,43,104,91,97,49,123,39],"\ntable":[43,63,104,120]," [":[75,39],".xml":3,"_SCALAR":[30,75,47,61,85,43,120,64,119,20,78,45,104,49,97],index:[30,49,68,98]," WGS":[10,30,46,47,120],HTML:[98,23,20,6,48,16,56,79],LOCATION:88,"\u5224\u65ad":97,"\u5fc3\u304c":116,"\u516c\u958b":[16,101,98],"/MM":97,"?parameter":6,"\none":123," Replies":49," memcached":26," \"":[75,47,61,120,64,119,82,26,71,49,96,97]," ":[2,61,26,33,71,34,91,75,9,97,10,100,78,30,80,51,46,47,49,119,85,120,20,88,55,123],ctx:81,"\u3067\u3082":[58,1,2,92,69,6,48,33,72,96,109,75,98,11,79,43,46,26,112,16,49,116,84,87,20,99,89,39,57]," Shibuya":101,".fedoraproject":84,"\u767a\u4fe1":98,"\u30c7\u30b6\u30a4\u30f3":48,"\u9014\u4e2d":[98,80,65,112,48,33],"\u3046\u3048":[16,48],"\u4ee5\u964d":[101,98,32,65,16,116,79],Draw:30,"\u3002\u3064\u307e\u308a":[109,75,2,119],zip:[35,69,98,89,48],"<- ":34,"\"sea":33,"\u3044\u304f\u3064":56,"\u3046\u3061":[9,32,82,42,48,16],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":49,"\u30af\u30a9\u30fc\u30c8":119,"\u3059\u308b":[0,2,3,4,5,6,7,8,9,10,11,12,14,16,101,20,36,23,24,26,28,41,31,32,33,34,35,37,38,39,27,30,42,43,44,45,46,47,48,49,50,51,99,54,55,56,57,58,60,61,64,65,15,67,69,70,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,94,96,97,98,100,102,104,105,106,108,109,110,112,114,115,116,117,119,120,122,118,124],"\u7d4c\u7def\u5ea6":[10,35,46,103],"\u3059\u308c":[2,119,87,7,96,97],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[56,98],"\u3059\u3093":120,"this":[10,2,26],"\u6b8b\u308a":[75,9,115,39],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":48,"\u6e21\u3055":[47,42,48],"\u6e21\u3057":[42,60,37,26,94,2]," LETTER":123,"\u6e21\u3059":[48,2],".domain":[],"\u6b8b\u3063":101,"\u30ea\u30ea\u30fc":[]," actual":6,",\u3000":96,"\u306f\u6708":97,"_estimate":16,"\u6295\u7a3f\u5834\u6240":120,"\u7d30\u5206":10,"\u3059\u3050":[87,34],"\u6301\u305f":[],"-gqtp":48,tomotaka:16,"\u6301\u3064":[30,75,47,2,97,85,80,10,87,81,32,65,37,16,73],"\u691c\u51fa":[0,101,48,16,72,116],"\u3059\u3067":[78,92],"\u3059\u3079":[75,42,96,120,112,9,6,104,33,16,34,74],"_JIS":72,"\u6b8b\u3057":75," NormalLexicon":123,defalt:101,"\u9664\u7b97":97," port":57,"\u6301\u3061":[42,65,6],"\u3044\u304f\u3089":87,"_')":[45,73],"\u4e26\u3073\u9806":46,">starttime":3," msgpack":3,"\u6301\u3063":[75,119,80,87,48,97],"\nbuild":[],"\u8a2d\u5b9a":[0,60,4,65,5,69,6,94,73,35,75,98,37,34,108,83,48,49,115,116,50,101,121,56,124],alloc:[26,51,2,3,6]," earlier":123,Apple:123,"\u4f53\u8fd1":114,"\u578b\u540d":[],One:20,"_TIME":[88,95],"\u9078\u629e":[87,75,47,98],allow:[48,11,99],":\\\"":37,MESSAGE:[95,5],"[httpd":48,"\u8abf\u3079":[36,114]," GeoIndex":30,"ERROR\u30bf\u30b0":48,"\u30ab\u30d0\u30fc":116," clean":116,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":117,"\u3092\u3064\u3051":[75,119],"\u6539\u884c":[16,64,65,48],TokenBigram:[75,2,97,80,43,63,92,119,71,39],"\u6587\u66f8":[2,61,10,87,92,78,105,8,97],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u30c7\u30a3\u30b9\u30af":0,"\u5de6\u4e0b":0," find":123,"[space":119,"\u91cd\u3044":[87,75],"\nto":63,billiard:[43,92],lzo:16," fulltext":[63,123,20]," hw":57,"/master":[79,50],"\u7121\u9650":[48,101],Say:97," hh":[95,97]," maximum":[],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":50,"-patch":79,"\u753b\u9762":[0,98],frequency:[33,100,80,55]," sends":[]," NormalizerNFKC":123,"-fd":16,"_SEQUENCE":[1,112],concatinate:[],"\u4ed5\u69d8":[35,9,10,100,101,6,48,23,13],Point:114,"\"\uff08":33,"\"\uff09":[10,33,0,46],"_friends":30,"\u30bb\u30b0\u30e1\u30f3\u30c8":[82,24],"3ki":101,HTTPS:[34,124],"_DEBUG":116," Pangolin":[35,11,98,89,48],"\u591a\u304f":[75,2,10,65,20,43,16,124,39],"\uff08\u300c":43,"\u5897\u5927":47,"\u5bb9\u91cf":[82,75],system:14,"\nlog":95,"-keys":98,"\u30b9\u30da\u30eb":115," manages":63,"\"weight":10," previous":[],"\u304b\u3061":[75,92],"\u304b\u3064":[75,92,97],"\u304b\u3069":[109,75,119,43,100,36,46,114],"\u756a\u76ee":[10,75,2,97,119],"\u8ffd\u8de1":[58,35,56]," how":[],"\u60c5\u5831":[0,2,64,32,15,67,7,71,48,72,103,35,98,10,100,30,43,45,46,111,16,116,87,101,88,120,56],"\u500d\u7cbe":31,"\uff08MessagePack":72," secsion":[]," SiteDomain":85,"\u304b\u3051":74,"\u9650\u6587":[16,39],"\u304b\u305a":48,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":92,ITS:58,"false":[119,28,91,98,4,31,101,44,54,45,10,5,102,38,97,110,74],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3," libgroonga":[],"\u304b\u3082":88," executed":[],"\nafter":63,"_const":42,BIT:96," unit":[],"\u3069\u3061\u3089":[58,2,61,49,8,34]," there":[]," six":[95,2],"\u672a\u958b\u653e":101," sid":[16,82],HEADER:[88,39,7]," API":[35,68,53,48,56,76],"\u3089\u308c":[75,42,2,87,64,101,71,46,48,16,49,74],"**":5,"\u3064\u3076\u3084\u304d":78,"_suffix":16,"* ":[31,97],"\u6e80\u305f":[120,46,42],"*\"":[49,75,121],Predictive:63,latin1:48,"\u5168\u89d2":[16,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,"\u5408\u81f4":2,"mo\u30d5\u30a1\u30a4\u30eb":79,"(arugment":97,"\u30ea\u30af\u30a8\u30b9\u30c8":[28,60,4,64,5,6,71,94,34,74,37,102,104,38,106,44,45,82,110,112,117,51,86,19,54,23,24,90,83],Masahiro:101,".gz":[109,84,98,14,11,57,99,72,79],"\nALERT":[4,5],"\u30d7\u30ed\u30bb\u30b9ID":26,"'localhost":[117,65],ZeroMQ:72,"=i":98,"=R":48,"=\\":20,Update:63," second":[],"=C":69,"\u30ea\u30ea\u30fc\u30b9":[35,0,9,98,109,101,121,78,111,48,16,56],"\u5316\u5bfe":79,means:95,"==":97,TokenDelimitNull:121,"=$":[72,98,79],"= ":[46,91,97],"\"ellip":114,"=\"":[75,3,98,14,20,39],"=-":72,"=/":[115,72,65,116,98],db2:34,"=(":98,">cache":3,Once:123,Because:[123,6],"\u307b\u3068\u3093\u3069":109," releases":48,"_search":[16,100,48]," released":[68,98],"\u64cd\u4f5c":[35,75,42,2,97,10,87,65,26,105,103],"_LEFT":[1,112],NormalizerAuto:[71,123,39],travis:50,"\u7cfb\u5ea7":[36,114]," queries":20,"/doc":98," Properties":95," the":[97,63,119,20,6,48,95,123,79],"\nBigram":96,"\u306b\u3064\u3044\u3066":[58,108,1,2,4,31,92,65,67,5,28,7,33,48,72,34,74,109,75,9,98,99,10,100,11,37,94,60,38,102,107,64,39,27,41,42,104,80,14,44,54,45,82,47,112,106,16,83,114,115,50,51,84,120,119,86,87,77,19,118,36,110,71,55,56,24,90,57],"\u8ffd\u8a18":[48,98]," storing":63," Akio":101,"_ERROR":[1,112],"/var":[72,65,6],"_ARG":1,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":96,"2\u4ef6":120,Emergency:95,"/status":[117,26,3,34,6],valgrind:116,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[119,16,101,97,39],etc:[11,6,34],"\u653e\u68c4":[37,86,60,94],":\u5206":120," \"@":120,"\u533a\u5225":[31,75,91],Hex:30," \"K":30,"\u6df7\u5728":23,"\u7d99\u7d9a":[48,65,50],"\u591a\u69d8":87,"\u66ff\u3048\u308b":[2,85],"&! ":97," \"e":[33,100],"_itoh":16,"\u533a\u5207":[],"\nsearch":63," kana":[33,100,80,55]," \"s":[100,80]," Entry":[45,28,60,86,64,44,54,37,110,102,94,24,74],Geo:47,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":48,HashTags:120,Stations:[],"_PRAGMA":75,"\u58ca\u308c":[16,101,82,48],"_SYNONYMS":115,"\u3068\u3064\u3044":46,"\u4fdd\u6301":67,"\u524d\u8ff0":[43,39],"\u5de6\u4e0a":[36,0]," \" ":96," \"/":71," System":[58,31]," yes":117,"\u73fe\u308c\u308b":43,"\u58ca\u3059":48,vm:48,"\u3002\n":[0,31,92,65,71,96,9,98,38,64,30,42,81,44,51,82,83,16,49,114,120,101,121]," migrated":[75,97,119],"\u5ea7\u6a19\u5024":[16,97],"\u3002 ":[1,2,91,124,31,32,6,7,33,48,72,34,109,75,47,97,96,105,107,79,80,14,26,16,114,115,119,87,101,20,121,88,36,55,39,57],"\u4f75\u305b":2,"\u3002\"":[43,120,26,80],"\u3002#":[16,101],"\u3002-":[23,72,120]," HashTags":120,"\u3002(":[109,84,42,98,65,37,49,96],"\u3002)":[49,96],"\u300cbilliard":92," download":98," PORT":26,"\u30ad\u30fc\u30ef\u30fc\u30c9":[35,0,92,2,119,43,87,75,20,121,70,120,48,49,8,39],"\u982d\u6587":112,"\u518d\u5ea6":42,"\u3002C":[53,87,1],"\u3002N":43,"_FOR":42,"\"roonga":8,v1:42,v2:42,"\u3002_":[2,73],"\u3002[":[44,2,48],"\u3002`":39," Transfer":112," start":78,"\u4e00\u77ed":87,command:[9,2,3,65,20,51,6,23,26],less:42,"\u81ea\u7531":[87,42,112,73],"\u9806\u5e8f":[43,71,64,2,75],web:[100,80,98,55],"\u6b63\u898f\u5316":[48,20],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":65,"_POSITION":[78,75,2,61,43,120,119,20,45,49,97],RedHat:16,dest:[117,65],"|http":96,INVALID:112," Titles":[97,119],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[16,97,39],tvsec:51,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[116,35,26,103],"\u5947\u6570":97,"\u4f4f\u3093":120,"\u672c\u8cea":96,Warning:95,"\"rect":[48,114],Quiz:30,"\u904b\u55b6":98,"/source":[79,84,98,99,53,11,14,109,72,57],"\u5727\u7e2e":[16,72,124,34,48],"\nhave":[],"_CALL":[1,112,42],"\u30dc\u30bf\u30f3":[48,98,79],"#{L":95,"\u53d6\u308a\u9664\u304d":42,"_RESOURCE":1,"\u5206z":31,"_queries":[26,51,2,3,6]," Hat":[56,72,98],ZLIB:112," normalizers":[35,123,29],"\u7d42\u3048":98,BROKEN:112," serious":[],"\u9805\u76ee":[51,0,60,86,4,75,67,37,82,46,5,102,110,38,94,74,34,39],"\u3002HOST":26,"_CONTENT":88,"-node":84,"_remove":[35,28,29,19,44,65,48,16],"\u89a7\u4e0b":116,Specify:6,"\u300cpopular":75," Bigram":[43,120],"-db":48," comments":49," Takashi":16,"\u4e00\u756a":[75,72,97,34],"\u7a7a\u6587":[31,119],"\nextracted":[]," applications":20,"\u3002iptables":26,bigram:92,"_CONTROL":[1,112],"\u4e2d\u91ce":120," Shinya":48,"\u69d8\u3005":[46,42,56,116]," client":[],"_system":16,"%post":48,"-width":123,"\u7570\u306a\u308b":[35,10,65,43,46,70,96],"\u7570\u306a\u308a":[75,119],"\u5f85\u3061\u53d7\u3051\u308b":26,"/default":48,DAT:63," Narwhal":16,"/sources":[99,11],"_query":[33,80,55,100,48],Context:6," has":[95,68,93,123],"\u672a\u5b9f\u88c5":94," available":68,"\u30c7\u30fc\u30e2\u30f3":[48,0,65,6,26],"_OUTPUT":[1,112],"& _":46,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":120,"\u5927\u62b5":6,"\u306a\u3051\u308c":[45,75,1,97,10,119,65,37,72,48,50,115,96,39],"\u3070\u308c\u308b":101," deb":48,"\ntitle":98,"const":48,"/travis":50,"\u975e\u4e92\u63db":16,spec:[48,101,98],"\u30e9\u30a4\u30bb\u30f3\u30b9":48," needs":63," GitHub":79,"\u304b\u305a\u3072\u3053\u3055\u3093":48,"\u4e0b\u66f8\u304d":32,editrc:16,"_TSV":115," stamp":95,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":98,"\u30d0\u30c3\u30d5\u30a1ID":82,"\u4f8b\u3068\u3068\u3082":47,".en":98,MAP:16,"\u932f\u8aa4":87,"\u3059\u3067\u306b":83,upload:98,". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,36,23,24,25,26,27,28,29,30,31,32,53,33,34,109,37,38,39,40,41,42,43,44,45,46,47,49,50,51,99,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,85,87,88,89,90,91,92,95,96,97,98,100,102,103,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,93,122,123,124],"[macports":16,starttime:[26,51,2,3,6]," GA":123,"\u7c21\u5358":[75,47,2,97,124,43,119,6,72,34,26]," threads":95,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":101," oneed":[],"/Fedora":[48,101]," root":6," CUTTER":116,"\u65e5\u672c\u6e2c":47," ignored":[48,63],zunda:16,"_ONLY":[1,112],Visual:[16,69,48],"\u4e8c\u3064":[47,9,92,96],"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":119,"\u578b\u3068\u3057\u3066":31,"\u30a8\u30f3\u30b3\u30fc\u30c9":[23,101],"\u30af\u30a8\u30ea\u30ed\u30b0":[16,48,55,80,33]," correct":[100,80]," data":[63,3],"-admin":48,"\u30d0\u30c3\u30d5\u30a1":[48,82]," synonym":75,"-h":65,"/en":98,"-YYY":79,total:[82,96],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8":[],kytea:48,"-s":[65,26],"_register":121,"\"MySQL":8,"\u3064\u3065\u3044":120,"\u62bc\u3057":2,word:[48,75,97,119],work:[],"\u62bc\u3059":[2,79],"\u30a2\u30fc\u30ab\u30a4\u30d6":[69,98,79],".name":[82,120],"\u5316\u6642":16,"\u540c\u68b1":[48,101,79],"_BROKEN":1,"\u540d\u524d":[86,28,2,29,4,31,65,5,6,48,60,34,74,35,9,97,96,77,100,37,102,73,104,38,106,64,39,94,41,93,44,45,82,46,110,112,16,114,117,51,118,98,79,120,101,71,121,88,36,54,23,24,90,83]," chunk":82,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":98,"\"apple":123,"\u548c\u6f14":97," ${":79,"\"COLOR":123,"-lines":16,"\u306e\u3046\u3061":119,"_plugins":16,"\u76f4\u4e0b":16,lat:96,"_title":[49,2,96],".description":120,"_SPACE":[1,112],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":101,"@naoina":48,"\u30d9\u30fc\u30b7\u30c3\u30af":34,"\u306e\u3069\u3061\u3089\u304b":[75,97,119],"***":5,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[35,119,76,89,98,53,101,97,88,111,16,48,12,56,72,96,79],".conf":6,japan:[26,85],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":115,suffix:42," Quetzal":[35,11,89,48],"/windows":98,SOURCE:88,"\u3002grntest":96,".country":[]," speed":8,"\u8f9e\u691c":[16,97],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":96,"/Functions":116,"\u5168\u3066":[75,97,31,78,6,105,49,79],"\u697d\u3057":[43,92],"\u56de\u6570":48,"_HEY":39," words":[],PROGRESS:95,serach:80,"/null":0," omit":[]," clang":116,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":48,"+ y":31," Tracking":58,".deb":98,"\u3068\u3059\u3079\u3066":[48,75],"-rsync":98,"\u6210\u308a":[75,112,119],"\u90e8\u5206":[42,97,43,120,92,88,72,116,119],"\u77ed\u3044":[120,101],"+ \"":48,"_tp":117,"\u77ed\u304f":[78,87]," editor":79,"_to":[120,49],"\u30eb\u30fc\u30eb":[101,34],"\u30eb\u30fc\u30d7":[48,101],"++":[109,84,98,87,69,48,16,72],"4GiB":[63,112],"\"ni":33,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":16,"|COMPRESS":64,"><":[75,3,39],">>":97,"\u3002POST":34,"_next":101,"> ":[68,97,98,63,20,121,69,26,48],">\"":75,"\u30b5\u30dd\u30fc\u30c8":[0,3,31,32,6,16,72,96,9,97,98,10,78,34,39,48,115,50,119,87,101,20,26],TOKENIZER:112,Clang:48," module":123,">\n":[68,3,98]," mysql":[75,68],"(Windows":96,"\u63a2\u7d22":87,"\u8aad\u307f\u8fbc\u3080":0," ls":98,">n":3,"\u3069\u3061\u3089\u304b":[119,20,97],"/DATABASE":34,See:[]," pragma":[],"\u3002value":73," change":[48,6],"_REFUSED":[1,112],"\u30d6\u30fc\u30eb":[10,31],latency:96,"\u5f8c\u8005":[46,115],",\\\"":37,"\u8ff0\u3079":2,"_distance":[35,0,47,97,29,30,77,46,48,16,107],DISTRIBUTIONS:98," index":[30,119,63,20,49,97],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":79,"\u30c4\u30fc\u30eb":[117,35,79,65,103,69,26,89,23,12,72,34,6],"\u5408\u308f\u305b":[48,97],gronnga:8,"-strings":48,"/releases":98,"\u767a\u751f":[0,98,43,87,88,48,72,39],"\u8003\u3048":[87,2,119,34],PAT:63,"-time":20,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":79,ellipsoid:47,"\u771f\u306a\u3089":97," enhanced":68,rectangle:[48,47],"-frequency":16,iptables:34,"do":96,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":101," Ventry":54,"\u3055\u3089\u306b":[30,9,2,120,87,8],de:79,db:[16,24,96,74]," also":[75,119,20,97],"\nvoiced":123,"\u8ab0\u304b":56,"[libedit":16,"\u8ab0\u304c":120,"\u3067\u3057\u3087":[78,87,72,108],"\u5171\u8d77":[33,80,55],"\u30ec\u30b3\u30fc\u30c9ID":[10,48,110,60],"\nlarger":63,".sln":69,"\u5341\u4e00":92," documentation":56,"\u4e0b\u90e8":98,"\nnot":[]," documentations":107,"\u67d4\u8edf":[87,105]," Time":[10,43,96,120],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":42,"_CHECK":116,wc:[99,84,11,109]," It":[],"\u3044\u305a\u308c":[31,9,73],"\uff12\u3064":[46,85],COMMAND:2," In":20,"\u5373\u6642":[35,87],packages:[109,84,98,14,11,57,99,72,79],"\u69cb\u3044":[33,20,79],ill:92,"\u3082\u3046\u307e\u304f":72,"\u4e00\u4ef6":[86,94,110,60],"\u4e09\u7a2e":26," ID":[87,35,95,29,63]," with":[95,82,123,20,50],abbreviate:37,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u6709\u76ca":87,"_SEEK":[1,112]," following":95," period":[48,68],"\u30d1\u30fc\u30b5\u30fc":119," Compatible":6,daijiro:120,")\u300d":65,")\u3002":[86,110,60],"'needle":42,"\u65b0\u305f":42,applied:68,"-secret":98,"\u904e\u7a0b":73,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[58,35,56,98,15],zlib:[16,72,101,48],"_message":49,"\u7d44\u8fbc":[28,60,4,31,5,94,71,74,77,37,102,104,38,106,64,41,44,45,82,110,83,114,51,118,86,36,54,24,90]," anonymous":63,"\u5165\u529b":[0,28,2,61,4,64,65,5,26,33,60,48,8,96,74,100,37,102,104,38,106,94,80,44,45,82,110,83,16,117,51,86,71,88,54,55,24,90],TokenMecab:[43,48,92],"[solaris":48,"\nindexed":[],"\uff08Longest":97,"\u56fa\u5b9a\u9577":101,"\u4f8b\u3048":[91,92,65,67,33,72,8,96,75,97,100,78,34,105,39,108,30,80,43,49,115,50,119,85,55],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":42,"\u9069\u3057":[78,87,39],"-dataset":[27,35,29,80,100,121,93],"\u4e0d\u5177\u5408":48,"\u6771\u4eac":[43,120,46,47,92]," Yuki":16,"-packages":98,hana:30,"\u76ee\u7684":72,"\u57fa\u70b9":75,"\u72b6\u614b":[117,109,84,101,2,98,82,43,87,11,65,51,99,48]," occurred":[],the:[53,47,68],"\u304b\u3089":[86,0,109,2,61,31,32,65,69,6,7,33,48,72,8,34,35,75,9,97,98,10,100,11,37,43,96,104,105,39,41,42,80,14,81,78,51,46,47,112,16,49,114,115,117,84,120,119,79,87,101,20,88,99,110,89,55,56,57,26],solaris:48,"_score":[75,120,100,46,48,16,73],"\u8db3\u3057":97,"=sjis":72,"\u7528\u3044\u308b":[30,2,10,87,67,46,26],"\u8ad6\u7406\u7a4d":119," resolved":[],Alice:119,jekyll:98,TIPS:[56,98],"\u30ed\u30c3\u30af":[0,65,48,16,24,74],"\u3002ASCII":[97,119]," normalizer":123," normalizes":123,"\u691c\u7d22\u4f8b":[56,42]," normalized":123,"_expr":[41,75,42,29,35,77,118,37,36,47,102,105,48,56,114,52,110],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[72,88,9,96],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[35,26,103],"\nediting":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":120,"\u307e\u3068\u3081\u3066":[10,87,75,98],"\u3057\u304d\u308c":48,Downloads:69,comments:49," texts":123,tasuku:68," result":[63,49,20],"\u5358\u7d14":[42,91,114],".sourceforge":[98,15],"\nForm":123," since":95,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[34,124],"-MM":[95,97],"\u8db3\u308a":[16,115],"\u30b5\u30fc\u30d3\u30b9":[87,48,50],IndexBlog:49,post:98,Lexicon:[71,123,39],obj:82,"\u6709\u7528":[88,2,34],"\"text":16,"\u5224\u5b9a":[94,46,60],"\u3068\u306a\u308a":[119,20,34,26],"\u4e2d\u9593":[42,92]," glossary":50,Make:[],DOMAIN:112," specific":123,"\u6700\u521d":[75,2,97,119,20,88,16,49,115,39],"*'":75," correction":80,"\u5927\u6587":75,"\u5b89\u5168":26,cdbs:16," tag":[63,98]," session":[],"_body":[43,45,61],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[86,110,60],"\u6027\u80fd":[87,6,34,124],"true":[0,28,2,61,4,31,5,7,94,74,78,75,47,97,10,37,102,38,39,30,44,45,46,110,49,114,91,119,85,120,20,36,54,123]," \uff08":[33,80,72,55],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":98," friends":30,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[87,35,92,48],"\u30e1\u30c3\u30bb\u30fc\u30b8":[120,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[75,2,80,43,92,55,16,72],"\u6587\u5b57":[0,2,61,31,92,65,5,48,33,75,47,97,77,10,37,39,30,42,80,46,16,49,114,115,119,85,87,20,36,120],"\u7d44\u307f\u8fbc\u3080":[87,42,6]," MeCab":87,score1:42,"\u53d7\u3051":[47,2,81,26,48,34,112],"\u3059\u3063\u3071\u3044":61,"\u3054\u89a7\u304f":[2,116]," stores":63," LOCALE":79,"_CODE":[88,95]," stored":123,test:[2,98,10,64,96,116],"\nno":63,"\u5c5e\u6027":[45,71,64,121],"\u305f\u3081\u3057":46,groogna:[48,34],"\nrequires":[],truncate:16,Windows:[35,98,69,89,48,16,56,96],VALUE:[2,26],"\u547d\u4ee4":[65,96]," their":[],"\u964d\u9806":[100,75,2,85],scorer:[35,75,47,30,46,102,105,103],"5km":120,"\u30fbOR":46,EOF:65," always":[],"/debian":99,"\nfuture":[],trigram:[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[35,26,103],"<threshold":65,"\u901a\u77e5":98,"(ptr":101,"/LZO":101,"\u307e\u3067\u3057\u3070\u3089\u304f":98,"\u8a2d\u6a02":16,"\u304a\u6c17":120,"\u5f53\u3066\u308b":10,"_MESSAGES":[98,79],Quantal:[35,11,89,48]," elapsed":[],"\u72b6\u6cc1":[43,87],"\u3068\u3057\u3066":[1,2,31,32,65,67,6,48,33,72,8,34,109,75,9,97,96,77,10,100,11,37,73,105,39,108,30,42,80,43,92,46,47,16,49,76,115,116,119,84,98,87,101,20,99,79,26],"\u4e0d\u6574\u5408":0,"=)\n":42," Baseball":30," commit":79,Fork:79,"[munin":[16,48],Form:2,"\u30c8\u30e2":30,"[deb":[16,48],"\u6e2c\u4f4d":87,"\u30b5\u30d6\u30bf\u30b9\u30af":98,"\u96c6\u5408":[48,105],change:34," calculating":[],"\u3002KEY":[92,2],"\u3002Tag":30,"\ncollected":[],INT:3,"\u30ec\u30dd\u30fc\u30c8":72," free":[82,95],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[43,75,105],"\u305d\u306e\u969b":98,".spec":16,".exe":69,"/Branches":116," KA":123,"\u305d\u306e\u307e\u307e":98,"\u30af\u30a8\u30ea":[2,61,92,48,33,8,103,35,75,100,42,80,43,46,111,16,49,117,87,101,55,56],"\u9ad8\u5ea6":[75,119,105],"\uff08AND":105,"'haystack":42,"\u7d71\u5408":[48,87]," related":[],"\u6307\u6570":97," ERROR":5,https:[98,79],"/suggest":[],BSD:72,Cities:47,"\u6d41\u91cf":34,"_plugin":[16,121],DATABASE:93,cas:112,"\u884c\u308f":[117,30,75,96],clearlock:[35,0,29,19,65,48,74],",\"http":10,"-sphinx":[],"\u884c\u3063":[116,46,98,85],"\ntrie":63,",\n":[2,61,63,64,26,71,96,91,75,47,97,10,100,78,104,30,82,46,49,119,120,20,88],"/rpmforge":84,"\u884c\u3046":[117,30,75,47,91,85,92,46,101,98,48,49,116],"\u884c\u3044":[117,30,42,2,98,85,43,120,92,65,49,96],",\"":[30,3,120,82,104,49],", ":[58,68,2,61,63,31,65,95,6,7,33,96,91,78,75,9,97,98,77,10,100,37,60,64,39,94,30,42,80,43,82,46,47,48,49,114,120,119,85,86,87,101,71,20,88,36,55,23,56,123],",.":98,"\u884c\u3048":[2,116],write:[48,75],"^commit":98,"\u8fd1\u508d":[48,97,105],Tomita:101,"_CHILD":[1,112],",_":[30,2,85,120,46,100],"\u5207\u308b":6,"\u5207\u308a":[16,98,106],db1:34," generates":[],"\u8fd4\u3059\u304b":100,"\u7d22\u5f15":[35,0,42,2,10,87,92,43,101],"\u5404\u56fd":98,"\u30b2\u30c3\u30c8":15," day":78,",{":[3,96],"\u304b\u308f\u308a":43," demerit":63,"\u5357\u534a":48,"\u82f1\u8a9e":[58,16,98,79],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,":ss":[95,97],"\u30bd\u30d5\u30c8":115,"-libedit":101,"/html":[16,34,79],"\u78ba\u5b9f":80,"\nMessagePack":[],"\u78ba\u5b9a":100,"\nhandling":[]," looking":[],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":72,"\u4f5c\u7528":48,RK:33,"\u542b\u3081\u308b":[75,2,119,98,48,16,115],rake:98,"\"version":3,half:123,not:[42,98],now:[35,118,107,29],"\u3086\u304d":91," Bool":[10,91]," integer":[],"\u8aad\u307f\u8fbc\u3081\u308b":104,el:84,domain:[71,64,65,26,85],en:[33,100]," Terms":[75,2,97,43,65,20,82,119]," success":[],"_MANY":[1,112],ea:95,"\u6700\u5f8c":[97,98,10,101,43,6,48,96],kana:[]," Entries":[75,97,104,119],"\u70b9\u6570":[10,88,31,97],"_FLOW":[1,112],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":98,space:119,"\u518d\u69cb":16," exclude":48,"\u3065\u3051":9,"/files":98,"\u5230\u9054":40,args:65,"\u5d8b\u7530":48,"/pub":84,"\u7d50\u5408\u5f0f":[48,119],"[windows":[16,48],"\u3078\u3068":26,"\u6e1b\u7b97":97,There:119,"\u305f\u3069\u308b":30,message:[49,5]," TokenMecab":43,size:[82,112],"\u3002nginx":[],"_obj":[16,42,48],"\uff08,":2,"\uff08-":[75,2],"\uff08 ":[109,75,32,97,14,11,20,119,99,6,7,72,115,84,57],"\u30bd\u30b1\u30c3\u30c8":[28,60,4,64,5,71,94,74,37,102,104,38,106,44,45,82,110,83,48,51,86,54,24,90],"\u3044\u308c":[10,48],HASH:63,"\u3044\u308b":[0,28,2,91,64,32,65,6,7,33,48,72,92,8,34,74,35,75,47,97,98,10,122,37,96,60,38,39,94,30,42,80,43,44,78,45,82,46,110,16,49,115,116,50,119,79,87,101,71,20,121,88,86,120,23,24,90,26],"_ENOUGH":[1,112],libevent:72,"\uff08@":[16,101],Enables:6,x6:98,"\u30d5\u30a9\u30fc\u30e0":[75,119,105],"\"\u4e8c":33,"\u3002ID":[],"/gat":[46,2,85],"_basic":[6,34],"\u5404\u547d":96,browser:79," gnu":14,"\u3044\u304d":[2,98],"\u3044\u3046":75,"\u3044\u3044":15,"-zlib":[72,89],"\u30b3\u30f3\u30d1\u30a4\u30eb":48,"\u30b3\u30f3\u30d1\u30a4\u30e9":16,"_circle":[30,29,35,120,46,16,114,107],engin:[33,100],"\u591a\u5f69":87,"\u3044\u3064":33,"/table":[],"\u65b0\u898f":[94,60,98,96],"\u9806\u6b21":[117,65,2,26],"_COM":98,"|suggest":100,price:10,"\u5c0e\u5165":[12,9,116]," moritars":49,Akio:48,RedCloth:98,"\u79fb\u52d5":[98,53,69,48,38,16],"\u672a\u4f7f\u7528":112,"\u3068\u308a\u3068\u3093":[97,119],":\u79d2":120,Web:[0,75,98,119],"\u975e\u4e92":48,"\u65b0\u5bbf\u99c5":46,"\u3057\u304b":[75,97,10,119,6,49,79,34,39],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[56,98]," found":[]," contact":79,"\u3057\u3066":[58,30,75,101,2,98,43,120,11,6,48,12,116,79],"\u6700\u5927":[40,41,0,101,97,75,65,20,96,48,16,83,34,112],"\u30bf\u30a4\u30c8\u30eb":[30,75,119,10,49,97],title:[30,2,85,10,26,49]," LocalNames":104,only:[]," plugins":123,"\u3057\u307e":[]," documenataion":[],"-server":[16,65,48],"\u5f8c\u8ff0":[42,98],"1\u6708":[75,60,97,10,120,31,86,94],"/pool":[]," jekyll":98,grroonga:8," wget":[109,84,14,11,99,72],"\u62c5\u5f53\u8005":98,"\u8b70\u8ad6":58," package":98,"\nkey":63," become":68,"(scan":116,"\u8a18\u6cd5":[49,97],"\u70b9\u4ee5\u4e0b":10,"\nencodings":123,"\u304a\u3089\u305a":[],"\u5dee\u96c6\u5408":97,"\u3002Google":119,"import":98,"\u3057\u308c":88,"\u3057\u3088":[78,42,60,10,37,47,110,94,16],"\u672a\u8a2d":48,Poedit:79,article:49," chracters":[],"\u975e\u4f9d":84,"-groonga":[98,96]," arted":97,"\u5c55\u958b\u5f8c":75,"_rename":48," command":[9,63,93,26,6,48,50],"\ntheir":[],"\u8868\u8a18":[47,61,98,10,31,46,48,16,97]," followee":120,"\u578b\u60c5":48,"\u3002callback":42,"<encoding":65," follower":120,"';":65," \u7528":72," res":96,"=yes":[48,75,116,98],"\u300cSubmit":98,ruby:[48,98],"\u5438\u53ce":[2,61]," advantage":20," completed":[],"\u4f55\u3089\u304b":31,"\u30b7\u30b0\u30ca\u30eb":16,"\u5f8c\u65b9\u4e00\u81f4":[48,97,119],"\u4f7f\u7528\u4f8b":47,"/packages":98,TYPE:39," Shimada":101,"[grntest":16,GNU:72," many":[63,93],"\u3002\u300d":43,"\u5fc5\u8981":[0,109,2,61,6,7,33,48,72,8,34,78,75,97,98,11,37,43,96,12,39,94,42,80,14,112,16,49,115,116,84,119,87,101,20,88,99,55,23,79,26],", {":34,"\u5c65\u6b74":98,"\nSUFFIX":42,"\u8f9e\u66f8":[109,0,43,101,84,48],develop:9,"-dir":96,document:[23,101,65,97],"\nelements":[],"\u3002\u3044":42,favorited:120,"\u5b89\u5b9a":[87,48,9,82],"\ncorrection":[],".po\u30d5\u30a1\u30a4\u30eb":[56,98,79],", \"":49,"{PREFIX":[72,7],favorites:120,"\u3059\u3079\u304d":42,"\u3002\u3059":[78,96],"\u3059\u3079\u3066":[75,9,2,97,101,48,16,72,96],"[output":48,"\ncannot":123,"\u6bd4\u3079":[78,85],"_IMPROPER":1,"_PERMITTED":[1,112],"\u30ab\u30e9\u30e0":[0,28,2,61,29,31,32,65,48,33,72,8,73,74,35,75,47,97,10,100,37,102,103,60,91,64,39,94,30,80,43,44,78,45,46,16,49,115,120,119,85,86,87,101,20,55,24],speed:8,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":51,"\ninclude":[],"\u4f4e\u304f":43,"_extract":68,"\u4f4e\u3044":[43,75],"\u30ad\u30fc":[40,75,2,97,31,101,65,119,48,73,39],TokenTrigram:[],"\u542b\u3081":[75,115,119,98],"\u542b\u3080":[117,75,42,2,97,86,100,81,92,45,60,120,48,49,119],"_SECTION":[45,120,49],"\u4e38\u62ec":2," \"I":[88,75,119,78,49,97],"\u8a00\u3048":[43,119],"\u5c55\u958b\u7528":16,amd:98,"\u542b\u3093":[75,42,97,80,10,20,88,8,119],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[48,65,26,112],cd:[109,84,14,11,57,99,72,79],output:[2,3,95,94,75,47,97,10,100,102,60,107,30,43,46,48,49,86,120,101,20,23],"\u5c5e\u3059\u308b":[71,31]," Separated":[],"_SUCCESS":[75,1,60,86,94,95],"\u30b7\u30b9\u30c6\u30e0":[58,35,87,78,120,16,56,72,103],"\u5de6\u53f3":2,"\noption":[],"\u30ec\u30b9\u30dd\u30f3\u30b9":[16,1,112,34,48]," \"_":[30,75,47,2,61,85,80,10,100,88,119,123,78,46,26,55,33,49,97,120,91],COLOR:123,"\u30de\u30b7\u30f3":65,"\u542b\u307f":88,"\u542b\u307e":[88,75,42,2,97,98,119,115,64,55,71,20,37,7,48,92,84,34,39],"\u5206\u3051":[35,92,98]," Float":10,".posted":120,"-static":16,"CPU\u30b3\u30a2":[65,34,124],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":96," enable":6,"\u578b\u6307":48,"_OP":42,"_OR":[1,26,42,112],"_OF":[1,112],Katakana:33,"_ON":[1,112],processor:[99,84,11,109],"/admin":[16,65]," \"n":[88,75,2,97,119,51,6,26],"\u30aa\u30d5\u30bb\u30c3\u30c8":[48,75,100]," age":75,"\u53f3\u4e0b":[36,0],"\u53f3\u4e0a":0,Add:107,"=title":26,log:[35,29,4,65,19,5,95,38,48,72],"\npersistent":63,"\u77e5\u8b58":96," snippet":[],"d\u30ad\u30fc":2,"/query":7," convenient":[],Persistent:[35,29,63],POSIX:97," st":97," Video":30," details":[],",\"links":10,"\"Items":104,"\nHTML":[],"default":[78,75,9,2,3,96,43,120,119,65,20,51,61,26,97,71,49,39,34,6],"\u30b3\u30b9\u30c8":78," nine":2," IWAI":48,"/CoreModule":6,Cutter:116,rect:47,"\u5bfe\u5fdc":[0,2,32,65,48,33,8,34,35,75,100,37,42,80,81,16,116,87,101,121,55,118,124],"\u95a2\u4fc2":[35,75,42,119,30,10,120,89,48,72,103],"/IPAexGothic":12,"\naren":[],"\u3002Munin":[99,84,11,109],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[26,34]," keywords":[],you:79,string2:77,string1:77," Ages":39,"_ARGUMENT":[1,112],coverage:116,"[fedora":48," thread":[95,96],Entry:[45,60,86,64,37,110,102,94],"\u4e94\u5165":16,"\u5b9a\u7fa9":[28,2,31,65,71,73,75,47,97,78,102,64,42,44,45,54,112,48,49,115,119,20],"\u8a66\u3059":124," stop":6,"\u518d\u5e30":[115,75,42,28,74],"-G":69,"\u5343\u4e07":40,"\u308f\u304b\u3061":92,"\u3002name":[],"-P":117,"4byte":112,"\u57fa\u6570":97,"-e":65,"-d":[65,26],"\u4e16\u4ee3":9,"-a":[48,65,119],"-c":[109,84,65,26],"-m":117,"-l":[95,65],"-n":[16,2,65],"-i":[65,96],"_rc":[86,94,75,60],"-j":72,"-t":65,"-w":98,"-p":[65,26,96],"\u304b\u304b\u308b":[78,2],"\u304b\u304b\u308a":[78,97,98,119],"-x":98,BODY:88,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[],"-conditional":16,"\u4ed5\u7d44\u307f":48,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[16,34],":\"":2," Really":97,"\u6b8a\u547d":96,"- ":[98,50],"--":[0,60,61,65,16,94,96,74,75,97,98,30,43,46,110,48,115,86,120,101,121,23],"-(":[97,98],"\u3057\u307e\u3057\u3087":46,"\u7d4c\u7531":[28,60,4,64,5,71,94,74,98,37,102,104,38,106,44,45,82,110,83,48,51,86,101,54,24,90],"/work":98,VIEW:65," XXX":97,None:93,"_DIR":98,TSV:[88,115,3,112],"\nearlier":123,"\u518d\u73fe":[43,105],"\u975e\u5206":75,"@s":101,naoina:48,"-jinja":98,"\u6e2c\u5730":[47,10,31,36,46,114],pub:98,"/ja":[98,79]," intall":[109,99,84,11,57],"\u304b\u304b\u3063":[86,88,75,60,94],"\u306b\u95a2\u3059\u308b":[35,75,97,29,120,31,15,6,33,16,48,119],"\u30aa\u30b9\u30b9\u30e1":[109,84,11,99,69,89,57],"_dist":48,"\u30ec\u30b3\u30fc\u30c9r":42," UNIX":88,"\u308f\u304b\u308a":101," structure":[],"\u3068\u305d\u306e":9,"\u8ad6\u7406":[40,75,42,97,87,82,48,119],hoge:77,"\u30de\u30c3\u30c1":[0,42,97,43,75,20,105,16,49,72,119],"9\u3064":2," Visual":69,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":48," Solr":97,Kiske:48," HTTP":[27,35,3,29,87,6,48,23]," Values":[],"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":115,"@yito":48,"_PATH":[23,2,3,98,26],fulltext:20,".comment":[120,49],"-tokenizer":[109,48,84,11,99],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[20,97],"\u30af\u30ea\u30c3\u30af":98,"\u5fa9\u53f7":98,So:[63,123]," newly":20,"[load":48," als":[]," non":[],"-databases":[71,2,26],LargeText:63," commands":[],CAS:112,"_OBJ":16,"\u9664\u53bb":101,"-address":[16,65,48],snippet:[35,68,29,20,48,107]," Common":97,"\u3042\u3089\u304b\u3058\u3081":[31,98]," threshold":24,"_likes":[88,75,97,119],"[dat":48,"\u901f\u304f":[30,72,39],fc:[],"\u6642\u9593":[88,75,120,2,97,98,10,87,31,101,78,86,60,94,16,96,119],Return:[],"\u4e0b\u3055\u3044":[109,84,98,11,99,69,89,48,57],"\u30da\u30fc\u30b8\u30f3\u30b0":75,"_USE":[1,112],"\u4e00\u5bfe":10,"\u3002.":79,uninstall:48,"\u5909\u63db":[16,31,1,6,120],help:[16,116],"\u592b\u5fc5":91," created":[63,123]," release":98," OR":[75,115,61,119]," OS":[35,57,101,89,48]," creates":[95,93],"/lzo":16,systemd:48,"\u306f\u3044\u304f\u3064\u304b":[40,88,119,34],"_READ":1,GHz:96,">> ":97,"\u30ab\u30fc\u30bd\u30eb":[16,101]," owner":6,"\u57fa\u672c":[35,2,97,98,10,87,92,43,48,103],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":65," valid":[],Protocol:[],"-test":[116,98],"\u5f62\u72b6":32,"\u3002:":[2,64,92,65,6,33,71,8,34,75,9,98,100,37,102,96,60,12,79,94,104,80,43,45,82,110,16,116,86,55,23,39],"\u597d\u304d":79,yito:48,CUTTER:[116,98],"\u30bb\u30af\u30b7\u30e7\u30f3":[69,6,33,72,109,75,47,122,11,107,79,108,80,14,112,115,50,84,119,19,88,99,89,55,56,39,57],"\u9032\u3093":87,"\u30b5\u30a4\u30ba":[40,109,84,82,10,87,11,20,99,69,112,89,48,16,83,57,39]," surronds":[],"\"sequence":[33,100,80,55],"\u30d5\u30a1\u30a4\u30eb":[0,28,2,29,4,64,65,5,6,48,60,72,34,74,35,75,9,98,37,94,96,104,38,102,79,27,42,44,45,82,110,83,106,16,115,51,86,71,88,54,23,56,24,90,124],event:[],"\u52a0\u3048\u308b":[45,16],"<ip":[65,96]," NormalizerAuto":[123,39]," table":[35,75,60,29,86,63,64,44,54,37,45,110,102,65,100,94,123],"/mailarchive":98,"\u9045\u304f":114,"\u9ad8\u304f":43,Hour:95,"\u9045\u3044":47,"\u9ad8\u3044":[82,100,2,6,87],"\u3042\u308f\u305b\u308b":48,base:98,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":34," more":20," http":[117,109,84,72,3,14,11,65,99,26,23,57,34,6]," weight":[10,75],"\u30b5\u30a4\u30c8":[10,30,98,105]," now":[]," not":[95,48,75,63],"\u5024\u3068":[10,75,119],encoding:[123,3],"/data":50,"=Site":26,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[56,98],"\u5024\u304b":47," omitted":[63,3],"\u4fee\u6b63":[0,68,80,101,121,47,26,48,16],":value":[75,119]," unmanaged":82,"\u3002make":96,"\u300cUsers":120,Improved:[]," parameters":[],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":16,"\u65e5\u5f53\u65e5":109," Tag":30,Gzip:[],off:6,grep:[99,84,11,109],"_IS":[88,1,112],"_IP":26,"_probability":[16,100],"_IN":[88,1,112]," exact":63,"\u5206\u3051\u308b":[10,98],Goo:[97,119],KWIC:20,"|NONE":75,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":34,"null":[16,97,71,20,48],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,Users:[120,69,34],lib:[101,7],"\u79d2\u5358":[10,31],"/synonyms":115,"\u5024\u3068\u3057\u3066":[47,65],"$PREFIX":16,"\nindex":63," based":20,The:[75,119,63,48,123,97],"'hay":42,"/dev":98,"\u3002Sphinx":12,"\u6697\u53f7":98,"\u4ecb\u3057":[87,26],"\u4fbf\u5229":[75,119,10,87,88,105,33,72],"\u4e8c\u70b9\u9593":47,"\u62e1\u5f35\u578b":10,SEGV:0,"\u59cb\u3081":79,"\u3002MessagePack":[88,72],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":116," depends":68,"\nency":96,"\u4eca\u5f8c":[38,16],OBATA:101,"\nprocessing":[],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":65,"\u89e6\u308c":2," \u6c11":92,"\u52a0\u7b97":[97,73],"\u68ee\u7530":30," RedCloth":98,"\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":97,":groonga":98,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":42,"\u7d39\u4ecb":[30,56,75,98,120],"\u4e00\u5ea6":[7,78,48,16,49,115],"\u5909\u6570":[97,98,14,121,48,16,115,116],"-level":65,"_UNSUPPORTED":1,"\u306f\u3061\u3087\u3046":97," Lexicon":[78,49,39],"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[108,105,50]," issue":58,oneiric:[11,98],Xcode:57,"\u5f71\u97ff":[48,98],CONNECTION:112," about":[88,95,107],"\u767a\u63ee":87," database":[63,123,6,93,20]," MyISAM":87,"[SNIPPET":20,"-plugins":[109,84,11,99,89,48,72],"\u4e0d\u80fd":96,"\"web":[80,55],"\u306e\u3069\u308c":33,ShortText:[2,61,63,31,65,26,33,71,91,75,97,10,100,78,104,64,39,30,80,43,45,46,16,49,119,85,120,101,88,55,123]," COLUMN":[30,75,47,2,61,85,10,120,119,20,78,45,43,104,49,97]," to":[75,68,97,63,20,88,6,95,48,123,119],"/db":[100,6,104],"\u56de\u7279":96,"\u6a29\u9650":72,MB:48,"\u30a8\u30b9\u30b1\u30fc\u30d7":[37,48,119,20,97],"\u6307\u793a":[33,2,26],"\u691c\u7d22":[0,2,61,63,31,32,65,67,70,48,33,72,34,91,35,75,97,98,10,100,78,102,73,105,13,103,39,30,42,80,43,92,46,16,49,120,119,85,87,101,20,121,55],"\u30e9\u30a4\u30d6\u30e9\u30ea":[108,35,2,119,87,89,105,48,72]," entries":[75,97,119],"\u4eca\u5ea6":120,"!(n":97," values":37,NetBSD:101,"\u898b\u3064\u3051":[33,0,48],fedora:[48,72,98],Alert:95,"_PER":16,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[72,98]," select":43,"\"Apple":123,user:[6,96,20],ALLOW:[75,119]," units":[],"@Kiske":48,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[75,119,65,20,102,48,72,39],"\u30ef\u30a4\u30c9":16,"\u30b1\u30fc\u30b9":[43,75,39],"\u9806\u756a":[43,65,2,119],"\u30b0\u30e9\u30d5":87,"_path":[48,6,96],"\u5ea6\u6570":[10,16,46,97],"\u30d0\u30a4\u30b0\u30e9\u30e0":43," word":[75,119],"\u4e8c\u756a\u76ee":97," work":95,"\u8fd1\u4f3c":[16,47,114,48],"\u56de\u6307\u5b9a":119,Release:[]," common":[16,63],"\"tritonn":75,"\u307e\u3057":[30,75,47,61,98,80,43,120,119,97,46,48,16,79,39],"\"uptime":3,PID:[0,72,65],"-gram":[43,87,92,2,97],"_SMALL":[1,112],"\u3064\u3051\u308b":91,"...":[75,59,3,82,119,100,64,18,71,78,22,6,104,16,23,48,52,96,97]," storategy":[],"-untrusted":99,"\u9759\u7684":[35,2,29,65,78,48,23,56,116],nginx:[48,6,124]," Lion":48,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":112," GNU":[16,99,89,35]," your":[79,123,50],"\uff09\u307e\u305f":[97,119],popular:75,"\u4f5c\u696d":[56,98,79],"/squeeze":[],"\u5927\u304d\u306a":[34,39],"\u96a3\u63a5":[87,119],"\n ":[42,6,34],"~number":97,"\n\u3059":[],"\u5927\u304d\u304f":[10,101,9,104,114],"\u30d5\u30a3\u30eb\u30bf":48," nanoseconds":95,"\u5927\u304d\u3044":[16,75,42,65,119],"\u3061\u3083\u3093":30," sed":11,"\u30af\u30a8\u30ea\u30fc":[35,75,97,29,100,105,6,7,48,115,17,119],".sh":[48,79,116,98,50],run:[116,6,98],"\u4ed8\u304d":[35,1,2,97,30,14,100,31,32,10,101,55,33,103,119],"\u81ea\u5df1":120,"\u4ed8\u3044":120,"\u5f37\u5236":[48,0]," split":63,Raccoon:30," test":[2,116,98,10,26,49,96],"\u4ed8\u3051":[2,10,26,48,49,34],"\u30ab\u30a6\u30f3\u30c8":120,"\"mori":104,"\u4f3c\u305f":46,"\u5185\u5bb9":[2,64,26,71,94,96,75,97,98,10,60,79,48,49,117,119,86,120,20,88,55,33],"\"serach":80," those":123,DragonFly:101,".\n":[98,34,6,104,123,96],"\u3067\u3069\u3053":1,"\u30ad\u30e3\u30c3\u30b7\u30e5":[48,0,65,75,87]," model":[],".(":98,".)":[63,97,95],".-":79,"..":[75,60,97,86,119,65,93,37,94,23,39],"\u5316\u6f0f\u308c":48,"\u3067\u3082\u3063\u3068\u3082":19,".\"":[30,2,97,10,20,78],"\u5909\u66f4":[0,2,3,34,70,16,60,72,96,35,9,97,98,100,73,43,82,47,83,48,115,50,101,124]," sign":98,".'":45,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":120,"\nuse":123,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9,"\u652f\u63f4":8,"\u30da\u30fc\u30b9\u30c8":48,"[groonga":[16,98,48]," calculate":[],".O":30,".]":[97,100,64,82,71,94],"._":[10,75,97,119],"\u3002\u30bf\u30b0":30,".h":53," status":3,utf:[72,68,65,3],".n":[75,97,119],munin:84,"\u306b\u5bfe\u3057":[117,51,0,42,2,97,85,30,87,92,75,45,100,46,7,98,23,48,49,119],Twitter:[35,56,98,15,120],".c":[75,68],".d":[99,11],".x":84,"\u307e\u307e\u3067":43,".}":[82,97],"\u66ff\u3048":[43,35,2,103,98],similar:[48,42,100]," types":[63,100],"\u3002gnr":105,"\u53c2\u7167":[0,1,62,31,6,7,48,72,96,35,75,47,97,98,10,100,11,43,103,39,30,109,14,112,16,49,50,84,119,85,87,101,99,120,23,57],"_columns":[2,61,95,94,103,35,75,47,97,10,100,78,102,60,107,30,43,46,48,49,119,85,86,120,101,20]," show":[],"\u958b\u3044":[16,24,101,74],"\u958b\u304f":[16,48],"_rate":[26,51,2,3,6],application:34,"\u958b\u3051":48,"'\u3002":65,"\u56db\u3064":92,"\u6642\u4ee5\u5916":101,"\u843d\u3061\u308b":[16,101],tmp:[2,98,100,65,26,71,115,34],AC:123,": n":117,"_len":48,".patch":79,Output:[],"\u306a\u304c\u3089":[48,75,2,98,87],"\u306a\u304c\u308b":48,"\u4e00\u5de5":91,"&query":26,required:[],"\"suggest":8,"\u3002TLD":85,An:123,"\u5f37\u5316":[16,101],As:56,"_pat":101,msbuild:69,"\u30d6\u30e9\u30b8\u30eb":47,gr:75,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":75,gb:3,ga:96," push":79," binding":68,"\u300cgroonga":105,Words:97,Not:[],GtiHub:16,"/..":[6,98]," ./":[72,79]," ..":[60,97,100,82,6,94,2,34,79]," YOSHIOKA":48,"\u4e0d\u8db3":[109,84,11,99,69,89,57],"_DOMAIN":1,"\u304a\u3053":[10,87]," Expressions":6," includes":[],".mo\u30d5\u30a1\u30a4\u30eb":79,"_SUPPORTED":[1,112]," such":[48,79,63]," included":[],"\u3002Blogs":43,"/bin":72,"\u5341\u5206":[43,75,7],"/sbin":57,"\u8ca0\u6570":48,download:84,"-known":20,"/introduction":[2,26],opaque:112,".tsv":[115,3],"\u30dd\u30a4\u30f3\u30c8":115," assigned":63,"\u983b\u7e41":72,"\u7b49\u5024":101," PatSuffix":91,"\u62e1\u5f35\u5b50":[101,3,96,7]," libmemcached":116," users":[95,120],"/executable":[],"\u300d\uff08":[92,104],"\u306e\u3042\u3068":48,"\u5177\u4f53":[43,49],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[108,87],"\u3002API":[20,105],"\u898b\u3064\u304b\u308a":75,"\u898b\u3064\u304b\u308b":48,"\u8d85\u3048":[43,75],realloc:101,"\u5171\u901a":[16,31,49,97],"\u7d5e\u308a\u8fbc\u3080":8,"\u624b\u9806":[35,98,69,55,48,56,72,111],"\u3002\u30d0\u30b0":58,"\u7d5e\u308a\u8fbc\u3093":87,"=TABLE":39,"\u81ea\u5206":[96,89,79],soundkitchen:[16,48],started:119,Markus:48,"\u5f15\u304d\u8d77\u3053\u3059":48," should":123,"\u5371\u967a":[98,34],BAD:112,Video:30,"\u53d7\u3051\u4ed8\u3051":[48,101],"\u7de8\u96c6":[0,97,98,77,6,48,56,72,115,116,79],links:[10,26,85],sudo:[109,84,11,99,48,72],">max":3," closing":63,"\u30b7\u30e3\u30fc\u30d7":39,"\uff08TokenBigram":43,Mroonga:[49,119,75,97]," view":54,"\u3055\u304d":10,SJIS:68,"\u6df1\u523b":[43,48],"_repair":48,"\u512a\u5148":[87,96],Normalization:123,"_CAS":1,Value:63,"\u7d5e\u308a\u8fbc\u307f":[87,2],"\u66f8\u5f0f":[28,2,4,64,65,5,6,71,60,96,74,35,75,77,100,37,102,103,104,38,106,94,41,44,45,82,110,83,114,117,51,118,86,36,54,23,24,90,26],rakutan:49,"\u81ea\u52d5":[30,2,91,98,7,119,96,48,16,97,73,79],"\u672c\u4f53":56,"\u898b\u3064\u304b\u3063":[75,8]," variable":[],"\u4e00\u500b":42,"\u30c7\u30d5\u30e9\u30b0":16,"|WITH":[78,75,2,61,43,120,119,20,45,49,97],"\"Requires":48,WITH:[45,2],Body:[],"\u88dc\u8db3":6,".nginx":6,RAM:96,"\"abandon":86,"\u3002Eclipse":79," patch":68,auth:[6,34],YYYY:[95,97],"\u306b\u304f\u308b":43,"\u5f15\u8a9e":2,Masaharu:48,OffGao:120,MinGW:16,mode:42,"\u65e2\u5b58":[2,98,10,87,26,38,48,96],chunk:82,"\u751f\u6210":[41,98,92,49,56,73,79],QueryExpanderTSV:[35,29,7,48,115,17]," gnupg":98,"\u3050\u308b\u3093":[30,97,119],"-match":[75,2,119,43,65,89,48,49,72],"\u306b\u304f\u3044":87," row":20,"_default":34,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":16,"\u65e2\u5b9a":48,"\uff1f ":96,RANGE:112,PHP:48,deprecated:9,"-localstatedir":[72,89],"\u53ef\u80fd":[2,61,92,65,6,7,48,72,73,91,35,75,9,97,96,100,34,39,30,42,43,82,46,47,112,16,116,119,98,87,20,120,23],"\u307f\u304c":42,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":76,"\u8aa4\u5dee":[16,47,114],"<max":65," PostgreSQL":[87,20],"\u76ee\u4ee5\u964d":75,"\u305e\u308c":[42,97,98,55],"\u5185\u8fd1\u304f":97," SNIPPET3":20,WORD:[48,75]," links":10,"\ndatabase":[63,123],mkdir:104,"\u6700\u4e2d":87," universe":11,"\u52d5\u5c0f":31,".groonga":[109,84,98,14,11,57,99,72,96,79],"-doc":48,"\u7d44\u307f\u8fbc\u307f":[47,115,19,65,104,107,96],man:0,"\u306f\u3058\u3081":[35,9,100,122,8,79],configure:[109,79,75,101,98,99,14,11,84,51,43,89,48,16,56,72,116,57]," service":80,",..":[37,71,64,75],rst:12," Elfring":48,"\u3092\u3054":116,"-log":[65,89,16,95,48,72,96],"_TOO":[1,112],Information:95,MSGPACK:112,"\u8a72\u5f53":49,"-threads":65,"\u56fd\u969b\u5316":[35,56,76,79],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":98,"\u4fee\u6b63\u4e2d":80,"\u30de\u30a4\u30af\u30ed":[10,120,31,97],PATH:[96,34],"\u6f14\u7b97":[48,72,101,105],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[38,75,9,96,72],"\nimplementation":[],Takayuki:16,libmemcached:116," Gone":30," suggest":[100,55],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":72," bug":[48,68]," RDBMS":87," after":[63,123],"\u6982\u5ff5":9,"\u57fa\u6e96":[10,87,2,98],"\u3084\u308a":58,"\u5fc5\u9808":[75,47,2,69,6,7,72,34,39],"\u3084\u3089":98,"\u3084\u3081":16,"\u3002\u2193":65,"\u53cb\u4eba":30,"_STARTED":88,"\u6e2c\u5b9a":96,MacPorts:[16,57,89,35],"\u4e0d\u7b49\u4fa1":[97,119],"_PROCESSES":[1,112],"\u65e5\u6642":[10,35,31,103,120],"\u4e0d\u6b63\u78ba":[51,48],"\\groonga":69,"{PATH":72," SOUND":123,"\u4e0d\u8981":[48,87],"\u79d2\u3088\u308a":121,contain:42,"\u3050\u308b":[119,97,105],korea:85,"\u63a5\u7d9a\u5148":117,".list":[99,11],"|ga":75,"\u975e\u5e38":[48,34],NONE:[75,112],Good:[78,75,97,119]," suffix":[],"\u7ba1\u7406":[35,0,98,92,65,82,26,23,16,48,72,115,103,6]," gqtp":87," quit":65,ken:30,"\u3084\u304c":9,"\u304c\u304a\u304c":120," init":48,"\u3053\u308c\u3089":[2,3,7,72,8,73,109,75,47,97,11,43,34,105,14,48,84,119,85,120,99,55,23,56],key:[2,61,64,65,26,33,60,34,91,75,47,97,10,100,37,96,104,39,94,30,80,46,110,112,49,119,85,86,120,88,55,123],admin:101,"\u30b3\u30de\u30f3\u30c9URL":34," response":[],"\u96e3\u3057\u3044":87,"\u304a\u3089":98,"\u4eca\u56de":[48,2,20,97],Log:[95,16,29,35],"\u4f5c\u6210":[0,2,61,31,65,48,33,73,91,35,75,47,97,98,10,100,78,96,38,12,103,39,30,43,45,111,16,49,119,85,120,101,55,56],Thesaurus:75,"_add":[35,54,65,19,29],"\u30af\u30ea\u30a2":[16,48],"\nsyntaxes":[]," backup":104,quit:[35,29,98,19,65,106,95],"\u30b9\u30ab\u30e9":64,TokenBigramIgnoreBlankSplitSymbolAlpha:43,"\u547d\u540d":48,"\u306b\u3088\u3063":[28,2,61,4,64,92,65,5,26,94,71,74,75,9,10,37,102,60,105,38,106,30,42,104,81,44,45,82,110,83,117,51,85,86,87,54,23,24,90],"\u6b21\u671f":98,username:30,"\u65e5\u672c":[97,98,31,36,46,33,114,119]," fast":[75,97,63,20,88,49,119]," JSON":34,"\u7a2e\u985e":[35,75,1,2,97,98,80,10,100,55,65,103,43,119,42,112,33,16,73,39],And:63,"\u4ee3\u308a":[47,119]," encoded":[],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[75,69,48,16,115,39],"/O":39,"/F":98,"\u3060\u304b\u3089":75,"/C":87,"/_":98,"\u9818\u57df":[48,46,72],You:[63,123],NULL:[48,42,97],"\u91cd\u8981":[75,98,116,87,19,67,78,6,72,34,39],"\u614e\u91cd":116,"/g":[],"/d":[6,34],"/c":53,parts:[],"-essential":[99,11],"/x":34,"-learner":[101,8,93]," need":[63,123],"(mroonga":115,http:[117,30,96,2,98,85,10,65,46,6,104,23,79,34,26],"/\n":[101,98,79],"_MAX":[41,1,112],"\u306b\u3088\u308a":[40,75,47,2,91,98,82,10,87,31,43,46,6,48,49,34,26],"\u306b\u3088\u308b":[35,47,2,91,98,10,87,31,48,16,49,103]," call":[],"/.":16,"/*":[53,79],"/(":98,"/'":11,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":48,"/$":79,"/\"":[30,2,85,10,46,26,104],"/ ":[99,11,6,34,101],"/;":6,lcov:116," Official":98,"\ndo":96,Flower:10,"\u3042\u304d":91,"\u904b\u7528":87," yum":[48,84,109]," Mac":48,"\u3002Point":[36,114]," \u6642":120,Be:[],"\u3042\u3063":[30,75,9,98,96,100,37,34,48,73,79],"-ruby":[48,98],"\u3042\u3068":[98,79],RLIMIT:95," its":95,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":48,"\u6790\u7cfb":97,"\u756a\u53f7":[117,75,65,34,73,96,26],".jp":[75,68,98,15,104],Debug:95," multiple":[],"\u6587\u5b57\u6570":[20,97],"(\u300c":98,"\u4e0b\u8a18":[51,82,9,42],"\u7570\u5e38":[82,96],Tweets:78,"'config":65,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":48,"\u5411\u3051":[35,42,119,98,111,56,72],"_PAT":[30,75,2,61,43,63,119,65,20,104,120,91,71,49,97,39],LANGUAGE:79,"\u304f\u308c\u308b":[53,87,79],"\u5411\u3044":[88,75],"\u3093\u304c":[97,119],"\u3057\u3064\u3064":116,"\u3042\u308c":[97,98,43,78,96,39],"\u3042\u308a":[58,122,109,2,3,31,92,15,69,6,7,33,48,72,8,34,61,78,75,9,97,96,99,53,100,11,37,73,105,38,106,39,40,79,42,80,43,45,46,47,112,16,49,115,116,119,51,84,98,87,71,20,88,10,89,120,23,56,57,90,26],"\u3042\u308b":[86,1,2,91,30,4,31,32,65,5,28,26,48,33,108,72,34,74,75,9,97,98,77,10,100,37,102,96,60,105,38,106,64,39,94,41,42,104,69,80,43,44,54,45,82,46,47,83,16,49,114,115,117,51,118,119,79,87,101,71,20,36,110,120,23,24,90],"\u5927\u306a\u308a":[97,119],offset:[100,75,102,2,85],"\u304b\u3051\u308b":6,Microsoft:69,"\u9055\u3063":33,".hash":120,"-source":98,"\u6f0f\u308c":[48,105,98,87],Ages:[71,39],UP:3,"\u9055\u3044":[109,75,47,2,119,10,49,34,39],"\u9055\u3046":101,SATOH:16,"_NUMBER":[88,26]," convert":63,"\u500b\u6570":48,"<log":65," Stations":[],"\u8907\u6570":[0,2,64,92,67,6,48,71,34,35,75,10,100,96,103,39,30,42,43,45,16,49,119,85,87,101,120,23,124]," tokenizing":123,"\u30ed\u30b4":48,"\u30ed\u30b0":[0,98,80,4,65,121,5,48,38,16,96],"\u5c55\u958b":[35,75,98,29,7,69,48,16,72,115,17]," katakana":123," tables":63," from":68,".travis":50,gronga:[115,8],"\u540c\u3058\u5024":[2,6]," usage":[],"/reference":[],truncation:16,"\u3068\u3053\u306e":33,limit:[30,75,2,85,100,102,16,95]," libevent":[99,11]," pull":79,"\u611f\u8b1d":[16,0,101,121,48],Gemfile:48,"\u3068\u3053\u308d":[97,53,120,7,48,79],"{\"":[82,96],"{ ":34," error":[],"\u79d2\u5f62":31,"_INTERRUPTED":1," assign":63," rinse":98,Function:[]," #{":95," VALUE":2,"_COLUMN":[75,101,119],Pikonyan:30,"\u6163\u7fd2":48," aren":63," system":[75,119,20,97],"_auto":48," docutils":[75,39],"\u65b0\u3057\u3044":[2,87,65,112,48,16,56,79,8,39],"\u65b0\u3057\u304f":[75,9,2,78,105,39],friends:30,"_RELEASE":98,"{\\":37," class":[75,20,39],"\u305a\u308c":[9,60,4,87,31,65,47,37,10,46,5,112,42,94],"\u8a73\u7d30":[79,75,2,116,43,31,88,6,7,23,48,72,96,39]," customizable":[]," Object":48,"_UNKNOWN":1,"\u3002scan":116,"\ncontent":[]," scan":116,"=MESSAGE":[72,89],"\u3002groonga":[51,75,9,2,3,109,87,119,97,45,69,26,48,33,49,72,56,6]," inverted":20,"\u592a\u90ce":30,"\u30df\u30ea":[10,16,31,46,97]," Lynx":[35,11,89]," YOUR":16,updated:43," use":[75,97,63,119,88,82,123,79],"void":48,"\u3066\u307f\u307e\u3057\u3087":46,"\u53c2\u7167\u5143":10,"\u30df\u30b9":33,"=pat":48," tokens":[63,123],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":48,"{TABLE":75,Makefile:98," databases":[],"\u9006\u9806":2,"\u3002grn":[42,105]," Regular":6,"\u6210\u529f":[74,88,1,2,4,44,54,45,5,28,26,7,38,102,72,110,39],Put:119,"\u505c\u6b62":[9,65,90],net:85,"\u306f\u3044\u3051":[110,60],"\u5fdc\u3058":[87,96],"\u300cComments":120," option":[95,123],"\u305a\u306b":[],"\u305a\u3064":[120,49,65,96],":port":[23,65,6],"\u5411\u4e0a":[16,34,105],serch:[100,80],"\u3080\u308b":[97,119],QUIET:112,Also:20,"\u9023\u7d9a":[43,92,80],".yml":50,typo:16,TABLE:[75,2,91,63,101,119,71,49,97,39],type:[30,120,2,91,85,80,10,100,64,45,46,55,33,49,96],EMERG:[4,5],"\u4ee5\u4e0b":[1,2,3,4,31,32,65,5,69,6,7,33,48,72,8,34,75,47,97,98,10,100,37,96,60,12,64,39,40,30,42,104,80,43,92,45,82,46,94,112,16,114,115,116,50,119,85,86,120,71,20,88,55,23,79,26],"\u4ee5\u4e0a":[75,42,2,97,98,116,100,31,119,65,20,69,112,48,79,115,96,39],"_left":[16,36]," matched":[],"\u4e3b\u8981":89,"\nnormalization":123,"\u306b\u95a2\u3057":[42,96],"\u304c\u3063":49,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,24],"\u63a8\u5968":[75,9,88,26,89,48]," pdf":12,"\u5408\u5bbf":120," Geodetic":31,"\u4f55\u500b":75,config:[0,9]," management":[20,50],"\u30b9\u30fc\u30d7":92,"_END":1,"\nmultiple":[],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":49,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[56,98],All:63,"\u9069\u5408":[43,2],"\uff08TokenMecab":43,"\u30a4\u30f3\u30dd\u30fc\u30c8":[48,56,98],"\u9023\u7d50":[48,49],"\u5206\u5c90":116,"\u643a\u5e2f":87,"\u5358\u4e00":45,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":98,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":101,"_jp":72,"\u6d6e\u52d5":[10,88,31,97]," zxvf":98,"\u7e26\u68d2":39,PRM:84,"\u6574\u6570":[41,1,97,10,120,31,112,73,83],"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[110,60],"\u300coutput":23,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,112],"\u691c\u8a0e":43,"-pack":[72,89],"\u691c\u8a3c":117," equals":123,ADDRESS:112,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[35,0,2,97,30,64,82,49,103,119],"\u30ec\u30d9\u30eb":[4,48,5,65]," codes":[],"'article":49,"\u30af\u30a8\u30ea\u30fcAPI":[1,19],"\u30d1\u30b9":[117,101,2,98,96,7,65,121,26,23,16,72,34,6]," list":123,"_DAT":[119,63,71,16,39,97]," contain":48,GQTP:[35,1,62,21,112,48,13],"\"Mroonga":97,"\u30ed\u30b0\u30d1\u30b9":101,realtime:55,content:[88,75,97,20,78,48,49,119]," above":123,SYNOPSTIS:93,"/\uff09":101,PERMISSION:112,DLL:[16,48],"\u8996\u899a":87,"\u30d1\u30ea":47,"_LEADING":75,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":100,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":101,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[10,35,87]," NEW":98,"1\u884c":96," escalation":[],"\u7531\u6765":105,"\nthree":[],"\u30e1\u30e2\u30ea\u30fc":39,"\u5358\u4f4d":[47,2,97,87,31,92,19,20,88,101,112,120,16,114],"_clear":16," Travis":50,"\u5358\u4f53":[87,96],"\u5f79\u5272":2," instantly":20,nsubrecs:[30,85,120],distance:47,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":39,keyword:[20,119],".json":3,ELAPSED:[88,95,3],"_FILENAME":1,"_NETWORK":1,"\u30a8\u30e9\u30fc":[0,1,60,4,5,69,7,94,48,72,74,109,75,9,98,11,102,28,38,39,44,45,110,16,84,119,86,88,99,54,89,57]," allows":20,Animation:30,"\n\n":[28,2,4,64,65,5,6,94,34,74,37,102,60,38,44,45,82,54,83,51,86,120,110,24],"\u958b\u3051\u308b":48,"\n<":3,"\n>":26,"\u7279\u6b8a":[88,23,2,20,96],Moero:30,"\n-":[60,98,86,110,94,74],"\n/":[],"\n(":[63,123,3,98,95],"\u304c\u3072\u3068\u3064":115,"\n%":[79,84,98,109,14,11,65,99,26,104,48,16,72,116,57],"\n ":[30,75,47,97,96,43,120,64,119,65,88,82,46,102,6,34,39],"\u308f\u3051":[10,33,75,97],"\n#":[2,61,65,26,7,71,96,91,75,47,97,10,100,78,12,39,30,80,51,46,49,119,85,120,20,55,33,123,6],"\n]":[30,47,2,61,85,80,10,100,88,119,123,37,104,55,33,49,97,91],STRING:48,"\n[":[2,3,4,65,5,6,33,96,74,37,75,47,97,10,100,78,61,104,91,102,30,80,43,45,82,46,54,83,49,123,119,85,120,20,55,24],"\u51fa\u529b":[0,1,2,3,29,4,31,65,5,7,60,48,72,96,35,75,9,100,102,103,104,12,64,39,94,51,82,112,16,116,86,87,101,19,88,71,120,23,56,79],"\u5b9f\u65bd":98," env":115,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":50," domain":[53,85],"\u533a\u5207\u3089":16,"\n}":[42,6,34],radious:114,"\n{":[30,75,2,61,85,10,119,78,37,97,49,123,96,91],doc:[53,93,98,79],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":98,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[33,80,121,55],"\u56fa\u5b9a":[2,112,39]," eight":2,"\n`":[28,4,44,54,45,82,5,102,83,38,24,110,74],"\na":95," against":[],"\u306a\u304a\u3053\u306e":96,"\u6210\u308a\u7acb\u3063":42,"\u65e5\u672c\u8a9e":[58,97,43,87,119,48,33,79],"\u8ffd\u52a0":[0,2,91,65,67,6,16,60,72,8,73,35,97,98,10,11,37,102,103,79,94,30,42,43,78,45,54,112,48,49,115,85,87,101,121,99,56]," \u3057\u3044":[43,92]," dist":98,"\u72ec\u81ea":[117,97,10,87,88,112],Free:[],stop:48," KEY":2,"_limit":[35,0,29,85,19,75,102,83]," samples":[],"/grntest":98,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[109,35,75,92,97,55,43,11,84,121,119,99,80,101,70,48,16,39],"\u623b\u308a":48," IndexBlog":49,"\u524d\u56de":98,",\"location":[30,46],"\u63db\u3048\u308b":98,reference:10,"\u591a\u3044":[43,97,119]," keyword":[20,119],"\u623b\u3063":6,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":92," escapsed":[],"\u4e88\u7d04":45,"\u7fbd\u7530":120,brazil:85,"\u6a5f\u80fd":[122,0,61,32,65,26,48,33,72,8,96,35,75,100,34,105,39,42,80,16,115,120,119,87,101,20,55,124,6],Registered:[],"\u7bc4\u56f2":[35,75,9,2,10,63,32,36,120,103,87,48,114,43,73,39],"_geo":16,"\u3092\u901a\u3057":[65,2],"_get":[16,48],"\u534a\u5f84":114,"\u3092\u901a\u3058":46,"_level":[35,29,4,65,19,5,38,95],"\nmercurial":98,"0x":[10,48,31,112,119],Supported:[],"\u3044\u3044\u306d":[75,97,119],"0e":96," HALFWIDTH":123,"\u8a9e\u5f59":[40,35,2,92,67,103,39],"\u62bd\u51fa":[48,97,20,39],"\u30bb\u30c3\u30b7\u30e7\u30f3":[106,65,112],"\u3068\u3044\u3063":[75,47,97,46,105,48,34,119],"\u3068\u3044\u3051":[33,112,39],SIGINT:16,github:[98,79],"\u3068\u3044\u3046":[2,3,31,92,6,7,33,48,72,34,61,109,75,9,97,98,10,100,96,105,12,39,30,80,43,81,82,46,47,16,49,115,116,119,85,87,20,120,23,79,26],JSON:[88,2,3,100,101,37,112,48,16,34],"{TIME":95,"\u7528\u3044":[35,0,120,2,116,30,43,87,75,46,26,16,23,38,12,49,114,103],"-help":[72,65,89],"\u7591\u4f3c":[35,75,29,41,37,48,73],argument:97,"-scorer":107,"\u554f\u984c":[0,2,97,98,10,101,121,119,82,48,16,96,79],NAME:[2,26],Process:[35,29,95],logaling:50," weakness":20,near:42," former":123,"\u6700\u3082":[82,75],ip:96,is:[10,95,123,6,79],it:95,"\uff08OR":105,il:[43,92],io:68,ia:[43,92],"_AVAILABLE":[1,112],id:[2,61,64,65,26,33,71,73,91,75,97,100,78,60,30,104,80,43,46,110,49,119,85,88,55,123],"if":[42,97],"\u305d\u3093\u306a":[72,39]," remained":95,make:[117,109,84,98,89,56,72,116,79]," smaller":95," implemntation":[],"\u306b\u3088\u3063\u3066":[9,2,10,87,43,116,73],"\u5f15\u7528":65," Masahiro":101,"8byte":112,"\u3055\u307e\u3056\u307e\u306a":[35,46,103,120],MATSUU:101,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[45,73,39]," authentication":[]," articles":49,protocol:[3,65,112,23,34,26],"@groonga":[98,15],"||":[49,42],yes:[100,116],"\u5f8c\u65b9":[35,42,91,92,119,103,48,34,97],"-with":[48,75,72,97,89],"\u89e3\u50cf":101,candidate:100,defrag:[35,0,24,19,29],"\u306f\u3059\u3079\u3066":[75,105,2,97,39],Elapsed:95," four":[95,2]," libmecab":[99,11,98],News:[48,68],save:98,Support:[],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[98,34,124],"_close":[16,42],"\u7d4c\u5ea6":[35,97,10,87,31,46,120],"|>":95,"|<":95,"|:":95,"\u5cf6\u7530":48,"| ":[43,95,46,75,97],performance:20,"\u6539\u540d":[16,48],"/Linux":[16,99,89,35],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[108,0,2,124,31,65,6,7,60,48,72,73,74,35,97,96,37,34,104,105,103,39,94,42,45,82,110,16,86,87,33,24,26]," User":30,www:[]," request":79,centos:[48,98],"_BUT":42,"_db":[48,101,121],TokenBigramSplitSymbol:[43,101],Valid:63,"\u4f7f\u7528":[0,2,61,31,92,65,6,94,60,34,75,9,97,98,10,37,96,42,43,45,82,47,48,51,119,86,120,101,110,23,26]," results":[48,123,20],"_table":[42,101,71,16,56,48,96],"\u5bc6\u9375":[56,98],"\u5c11\u3057":72," firefox":79," visual":[],localhost:[117,3,98,34,16,96,6],"\u7a0b\u5ea6":[16,2],"\u53c2\u8003":[35,75,1,2,98,29,63,105,20,93,123,88,100,79,115,39],"\u5b8c\u5168":[75,42,61,43,92,45,97,39]," send":[],"\u304c\u308f\u304b\u308a":120,"\u304c\u308f\u304b\u308b":47,"\u3002\u5b50":[]," ARCHITECTURES":98," Table":65," shopping":78,"\u30c1\u30a7\u30c3\u30af":[117,101,82,48,16,96],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,31,92,65,6,16,72,34,37,75,9,97,10,100,78,102,96,38,39,42,43,47,48,114,117,119,85,101,26]," aggregate":20,"\nnanosecond":[]," Thesaurus":75,sphr:47,"\nlevel":95,Critical:95,"\n``":[51,82]," RAND":41,"\uff08Perl":6,"\u305d\u3061\u3089":72,"\"Alice":119,approximate:[47,114],"\uff08\u307e\u3082":34,editor:79,Ubuntu:[35,101,11,89,48,16,116,50],"\u6291\u3048":43," statuses":[],fork:[65,79],CORE:96,"\u7f6e\u3044":98,".ne":68,"_animal":10," critical":[],"\u5165\u308c":[43,30,120],"\u5165\u308b":[71,64],"\u5165\u308a":[2,97,85,120,64,26]," price":10,"\u5426\u5b9a":[75,42,97,119]," difference":[],"delete":[35,0,29,101,19,110,16],RETRY:112,"\u6c7a\u3081\u308b":[75,42],"\u5165\u3063":[30,2,88,112,48,33,49,116]," tokenization":[],"sort\u30ad\u30fc":0,"\u73fe\u5728\u5730":120,"\u30a8\u30c7\u30a3\u30bf":79," Takahiro":101,Description:[],"\u3002\u307e\u305a":43,"\u914d\u5217":[30,75,42,2,97,10,63,64,92,71,20,45,82,119,101,48,88,16,120,39],"\u3002\u307e\u305f":[117,9,2,91,80,10,87,31,65,46,42,26,23,115,96,97],Shift:72,"\u4e0d\u5b8c\u5168":16,".service":48,Win:69,pseudo:[35,75,73,29],"\u6539\u5584":[16,0,48],"_offset":[75,102,85],Second:95,"\u9069\u5207":[87,101,2,96,39],"\u81ea\u52d5\u7684":96," hottolink":68,TEXT:[48,3],manager:[6,34],"\npackages":98,FILENAME:112," Umemoto":16,"\u7fa9\u8a9e":115,"\u795e\u5948\u5ddd":120,Normally:123,"\u3068\u3059\u3050":78," sudo":[109,84,98,14,11,99,48,72,116,57]," relation":63,"\u524a\u9664":[0,28,65,7,44,87,110,6,48,16,101,73],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":116," before":[],string:[42,77],"\u8a2d\u8a08":75,SYNTAX:112,"\u4e0a\u91ce":101,"[php":48,"\u30b5\u30f3\u30d7\u30eb":[117,75,47,101,121,48,49,96]," performance":20,"\u4ef6\u6570":[75,2,43,92,37,83,73],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":80," keys":123,"-escalation":[75,43,101,65,89,48,72],item:[33,100,80,55],"\u672a\u6e80":119,"\u3002TSV":[88,115],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"-deb":98,"\u4ed8\u4e0e":[30,91,46,73,49,96],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":48,"\u629c\u3051":16,"\u5076\u6570":97,"\u63db\u6642":16,"-dev":[98,11,15,99,48,16,116]," PatPrefix":91,">alloc":3,Normalizer:123,"_SOURCE":98,".so":7,"4GByte":40,"\u4f8b\u3068\u3057\u3066":10," two":[95,123]," groogna":123,"\u540d\u4e00\u89a7":64,RESULT:[3,112]," indexed":[],Changes:68,MBytes:96,"-mode":79,"\npublished":98,"\u3068\u3059\u308c":87,"_version":[9,2,3,98,20,51,6,23,16,34,26],"[suggest":48,"\u53d6\u5f97":[30,75,2,98,85,35,86,80,83,55,33,49,56,103],bob:[75,34],"_TABLE":16,"\u5fd8\u308c":16,"\u3002table":[],"-leak":101,"\u521d\u671f":[87,16,101,48],When:[],"/main":11,"\u3002\u300c":[30,75,119,49,39,97],"\u4e21\u8005":46,"-check":[16,101]," sequence":95,"\u5916\u90e8":81,"-libevent":48,"\u5e74\u9f62":[87,39],JavaScript:[35,46,6,23,103,26],ooo:63,"_PROCESS":[1,112],"-each":16," rpmforge":84,"\"color":123,"\u305d\u3053\u306b":[71,64],"/nfs":72," new":[],"po\u30d5\u30a1\u30a4\u30eb":79,"\u8fd1\u3055":97,"\u30b8\u30aa\u30b5\u30fc\u30c1":[16,30,103,35],"_PREFIX":[101,72,69,89],"\u542b\u307e\u308c":[75,87,92,20,88,7,39],"\u8fd1\u3044":117,"\u8fd1\u304f":[87,32,97],"\u4e00\u6642":[48,47],"\u30fb\u30b5\u30fc\u30d0":2,"_FILE":[88,1,115,112],"_AND":42,Issue:58,YOUR:79,get:[86,16,48],"\u3002\u30ed\u30b0":39,"\u30d0\u30a4\u30c8":[1,31,101,20,48,16],"/cpuinfo":[99,84,11,109],"\u8a9e\u53e5":30,map:16,groo:75,"\u518d\u8aad":[38,115],max:[117,41,2,3,51,82,26,48,83,96,6],"_TIMEOUT":[1,112]," content":[75,119,20,78,49,97],"|ALLOW":[75,119]," seconds":[],"_values":16,EXACT:42,"\u5e02\u5185":32,lsb:[],"_init":[95,16,48],"\u30af\u30a8\u30ea\u30c6\u30ad\u30b9\u30c8":[],"/fedora":[109,98],group:63,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3API":48," am":20," an":[123,6]," as":[63,20,6,48,123,79]," at":[95,68],"\u8a08\u6e2c":[16,0,116],"\u7d44\u307f\u5408\u308f":[87,75,42,39]," sjis":65,repositories:98,"\u3053\u3061\u3089":[115,49,2,79],ggdb:98,nroonga:50,"\u5b9f\u4f8b":[35,56,42,111],"\u624b\u6bb5":42,"\u7a7a\u304d":82,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[28,2,29,64,32,16,103,74,35,75,97,78,39,40,30,43,44,45,82,48,49,119,120,101],Key:63,correct:[100,80],"_content":[119,49,75,20,97],"8\u3064":96," arguments":[],"_string":116,org:[26,85],Tritonn:97,"\u62ec\u5f27":37,"\u4e8b\u9805":[40,35,31,96,29],Karmic:116,"\u6b21\u90ce":30," key":[48,123,63],"\u304c\u3042\u308a":[58,47,115],"] [":96,wiki:6,UNKNOWN:112,"\u30dd\u30fc\u30c8":[117,3,65,34,96,26],"\nonly":123," nsis":98,ISO:97,"\u81ea\u5df1\u7d39":120,"\u9078\u3073":8,"\u9078\u3076":87," ALLOW":75,"1g":[99,11],"\u30bd\u30fc\u30c8\u30ad\u30fc":[100,0,75],"\u30d8\u30eb\u30d7":116,"_preparer":[33,100,80,55],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":87," group":63," Solaris":[14,16,48,89,35],"\u62e1\u5f35":[16,61,103,35],"\u5c0f\u3055\u304f":[78,47,34,114],"11":[43,75],"10":[2,96],"_index":[120,75,119,20,97],libgroonga:108,"\u5229\u7528\u4f8b":87,"=ENCODING":[72,89],zsh:[72,98]," TSV":[]," \u307e\u305f":[75,3,119,34,97,72,96,39],DD:[95,97],DB:[42,2,65,71,48,96],dash:72,"\"application":16,".uuuuuu":97,bash:72,"\u914d\u5e03":[109,84,11,99,69,89,48,57]," inv":96,">#{":95,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":116," objname":[24,74],Articles:49,Name:[]," hostname":[],beta:68,"\nhttp":6,pair:[33,100,80,55],synonym:75,"_SOCKET":[1,112],CFLAGS:14,"\u539f\u56e0":[43,35,70,96],precise:[11,98],"\u4e88\u5b9a":[9,53,20,47,16,34],show:0,"-po":[56,98]," showen":[],"#SET":96,"\u6700\u5927\u5024":48,"\u30dc\u30c3\u30af\u30b9":75,threshold:16," requests":79,"\u77ed\u6642\u9593":87,"\"BLT":104,"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":96,black:123,"\u306a\u3089":[75,9,97,80,119,65,51,106,42,116,48,33,49,50,96,39],"\u306a\u308a":[1,2,3,31,65,6,7,33,48,73,61,78,75,9,97,98,10,100,37,96,91,12,74,39,30,80,43,45,46,47,112,16,49,114,115,50,119,87,20,88,120,23,24,26],"\u306a\u308b":[0,2,61,31,65,69,6,72,96,74,109,75,97,98,36,10,11,78,104,39,79,42,43,45,54,48,114,84,87,101,20,121,99,89,55,24,57],"_BUSY":[1,112],wheezy:[35,98,89,99],"_INDEX":[30,75,68,2,61,43,120,101,119,20,78,45,49,97],"-setuptools":12," able":[],"\u51fa\u305b\u308b":87,geo:[35,0,47,29,30,120,101,36,46,48,16,114,107]," Web":72,"_FORMAT":[1,112],summary:96,"\u300c\u697d\u3057\u3044":92,"\u5468\u8fba":[48,20]," lenny":16,"\u8907\u96d1":[48,75,42,97],sear:33,"\u884c\u306a\u308f":48,"-threashold":[43,101],"\u53ca\u3073":[110,96],"\u3002Time":120,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":34,"\u6700\u5c0f\u5024":97,"-Encoding":34,"\u3088\u3063\u3066":[31,32,46,67],"\u306a\u3069":[2,31,32,67,26,33,72,34,75,9,97,98,10,78,96,105,38,79,108,42,80,43,92,82,16,115,120,119,87,20,55],Each:95,"\u306a\u3067":33,ja:[98,79],"\u306a\u3063":[75,9,2,116,98,82,10,87,101,88,43,26,48,16,49,120,34,119],"\u306a\u305c":[75,119,80,33,39,97],"\u5206\u5272":[16,92,2,97,87],"\u306a\u3059":36,"\u306a\u3055":[23,75,41],"\u306a\u3057":[9,60,97,80,10,31,119,78,86,1,34,94,114,124,110,112],"\u306a\u3052":61,"-document":[65,98],"\u306a\u304f":[0,2,61,32,6,7,94,48,72,96,75,97,98,10,34,105,39,16,49,50,119,87,101,20,56],"\u306a\u304a":[92,98],"\u306a\u3044":[0,2,3,31,32,65,6,48,33,72,8,96,91,109,75,9,97,98,10,100,78,43,104,105,39,40,42,80,14,81,92,51,82,112,16,115,116,50,117,119,87,101,121,88,89,23],"\u306a\u3046":120,"\u306a\u306b":33,Mecab:48,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":92,"} ":[95,79],"\u5f15\u304d\u51fa\u3059":87,"}/":[79,72,7],"}.":75,".select":96,"\u524d\u5f8c":[65,2],"\u9ed2\u3044\u70b9":32," []":64,"}\n":[30,75,47,91,80,10,100,119,95,78,6,55,33,49,120,34,97],"[admin":[16,48],"\u5b57\u5c0f":75,"}|":95," [\"":[75,43,120,64,82,100],UInt:[30,75,123,2,61,85,43,31,101,119,78,46,26,71,88,48,49,97,91,64,39],"}`":79,"\u6240\u5b9a":[43,92]," haystack":42,sound:80,"\u30bb\u30df\u30b3\u30ed\u30f3":96,GROONGA:98,"}]":[37,3,96],"}E":97," coverage":116,"\"mroonga":75,"\u3002DB":[16,42,2,26],"\u8af8\u6761":40,"\u578bn":75,"|')":45,"\uff01\u3057":15,nogpgcheck:48,IEEE:31,"_CONNECTED":[1,112],"\u91cf\u8a08":0," special":75,"=squeeze":98,"_GROONGA":88,"\u3002\u3044\u307e":48,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[78,35,29]," xml":3,"\uff01\u300d":[75,97,119],"\nreturn":[]," formatted":[],Twiter:48,"\u30b9\u30c8\u30ec\u30fc\u30b8":[35,87],montywi:48,"\u305d\u3057\u3066":[75,10,87,20,120,33,49]," customize":123,"\u8aad\u307f\u98db\u3070":2," Languages":79,"\nvalid":63,"\u5927\u8cb4":48," plugin":123,"\u5927\u898f\u6a21":87,"\u3002\u3059\u3079\u3066":[116,79],"\u518d\u8d77":115,"\u5171\u6709":[35,98,30,87,15,72],".dll":96,"\u8fd4\u5024":[28,60,4,64,5,94,71,74,75,77,37,102,104,38,106,41,44,45,82,110,83,114,51,118,86,36,54,23,24,90],"\u3002none":65,"/false":[10,0],"\u5ea7\u6a19":[47,97,120,32,36,16,114],"\u56f0\u96e3":[48,87],Uint:[48,2,77],"\u9069\u5b9c":[61,98]," format":[95,68,3,79],Characteristics:[35,29,63],server:[48,6,34,98],"\u9650\u308a":[37,43,42,92,73],quantal:[11,98],"_BYTE":[1,112],LocalNames:104,"\u9650\u3063":[],"},":[30,75,47,2,61,120,119,78,97,49,96,91],"_VECTOR":[10,45,75,120,30],"\uff08CI":50,DBMS:20,ellip:47,"/database":6," partial":[],"\u65b0\u5bbf":46," cd":[69,98,79],"_RANGE":1,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":48," cp":11,Configuration:[],"\u306b\u3064\u3051":97," check":116,"_AVOIDED":[1,112],"\u306f\u3044":10,"\n{\"":[97,80,100,78,55,33,49,119]," because":3,"\u306f\u305a":[48,96]," schema":93,"\u306f\u3069":[75,39],"\u306f\u307f":56,"@soundkitchen":[16,48],"\u3082\u3061\u308d\u3093":96,"\"\u30df\u30ea":97,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[34,124],"_reopen":[35,29,4,19,5,38,48],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":65,"\u8abf\u6574":[43,105],"\u3002\u3059\u3050":6,CXXFLAGS:[14,98],"\u7279\u6709":6," Tokyo":[],"(title":77,"\u3002command":9,"\u63d0\u6848":[35,101,100,55,48,16,8,122],"\u3082\u3046":[78,48,49,77],"\u8a18\u8f09":[48,98],"\u3082\u3057":[75,47,119,39,88,1,96,72,115,34,50],"\u516c\u958b\u9375":98,hsiomaneki:120,"\u3082\u3059":7,"\u3082\u306e":[117,41,75,9,2,61,98,80,10,120,112,65,47,42,69,6,48,49,114,96,79],"_OFFSET":[1,112],"\u300d\u300c":120,"|on":75,"|oo":75," posted":120,USE:48," enabled":95,"\u5883\u754c":[48,47],"\u3082\u308c":61,"\ntype":[],Blog:49," enables":[],file:[0,101],"_DEVICE":[1,112],"\u53d6\u308c\u308b":37,"\uff08true":10,"\u5b50\u5348\u7dda":47," sleepy":78,"\u4e0e\u3048\u308b":[37,117,46,9,65],"\u8a18\u8ff0":[42,2,61,120,65,49,96]," rpm":[109,84,98],TokenBigramSplitSymbolAlphaDigit:[43,80],"\u4e0a\u9650":[10,35,81,40],"+a":119,msgpack:3,"}e":97,Year:95,SIS:16,SHIMODA:101," language":79,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[16,48]," changed":68,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":61,"/lib":[6,7],"-alloc":51,"\u8aad\u3081":48,Bytes:40,"\u5dee\u5206":96,"\u8aad\u3093":[56,50]," type":45," metadata":48,")mroonga":115,"\u30e1\u30cb\u30e5\u30fc":98,"\u306f\u3053\u306e":75,"\u30d6\u30c9\u30a6":61,"\u771f\u507d\u5024":[10,35,97,103],"\u304c\u3053\u306e":119,"\u30dc\u30c7\u30a3":[39,112,7],SSSSSS:95,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":116,"-code":98,"_append":42," have":123,"\u8aad\u307f":[33,0,105,98,87],"\u307e\u3057\u3087":[30,75,47,2],"\u30c6\u30b9\u30c8":[35,84,101,98,109,43,120,11,99,69,89,48,56,111,116,57],Documentation:50,INTERRUPTED:112,NFS:72," London":[],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":65,"_EXEC":1,"\u5931\u308f":48,search:[119,80,100,55,33,115,8]," clone":[98,79],"-localestatedir":72,published:98,SIGUSR:16,"\u300c\u5024":39,"\u30b3\u30e1\u30f3\u30c8ID":120,"\u305f\u3089":[75,97,98,101,33,72,34,79],"=ALLOW":75," Fontaine":16,"\u30a6\u30a7":[],"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[35,56,76],"\u307e\u308f\u308a":56,ICHII:16,"\u672a\u77e5":48,".synonym":75,"\u78ba\u7387":100,"\uff08GNU":72,"\u5ca9\u4e95":48,"\u5317\u534a\u7403":48,LTS:[35,11,98,89],"\nprefix":63,"_gqtp":96,"\u3053\u3068":[0,1,2,3,4,5,6,7,8,9,10,11,12,16,101,20,36,23,24,28,41,31,32,33,34,109,37,38,39,30,42,43,44,45,46,47,48,49,50,51,99,110,56,57,60,61,64,65,67,69,26,71,72,73,74,75,77,78,79,80,81,82,84,85,86,87,88,89,90,91,94,96,97,98,102,104,105,106,108,54,83,114,115,116,117,119,120,118,124],"\n\u30eb\u30c9":[],"[element":97," parameter":[],none:[49,72]," return":[88,95],"\u3053\u305d":120,"\u3053\u3053":[75,2,61,98,10,100,119,88,43,46,120,115,97],dev:[99,11],abandon:37,deb:[99,11,98],"\u4e2d\u5fc3":114,share:72,sphere:47," useful":[63,49]," Tritonn":[75,97,119],"\u3053\u308c":[92,6,7,33,48,72,8,34,75,47,97,98,53,78,79,42,80,43,46,112,16,49,115,120,119,85,87,20,10,55,39],"_OVER":[1,112],Don:6,"\u591a\u3059\u304e":101,List:[],"\u4e57\u7b97":97,"\u666e\u901a":97,"\u30cf\u30a4\u30d5\u30f3":[2,39]," tsv":3," engine":[100,80,55,8,20],Solaris:48," ore":[],"_CLONE":98,"\u3066\u304d":1," ]\n":[],"\u3066\u304f":116,"\u547c\u3076":[48,116,105],"\u547c\u3073":[75,42,61,85,10,65,20,96],"\u547c\u3070":[31,2,97],"\u3002ftp":96,"`hostname":65,"\u5217\u578b":[10,61,85,119],"\u975e\u308f":92," PALALLES":98,"_BUFFER":[1,112],"\u308c\u308b":[2,61,31,32,65,69,48,33,72,73,109,75,9,98,10,100,78,96,38,39,42,80,43,81,92,82,46,47,112,16,116,87,20,54,55,79],"\u6955\u5186":[47,114]," PALALLEL":98," againt":[],good:78,"\u516c\u5f0f":[16,84,109],"\narray":63,"\u3079\u3066":75,"\u9664\u304f":48,"\u5316\u95a2":101,"\u4f1d\u7d71":87,".po\u30d5\u30a1":[]," python":[12,98],"\u9664\u3044":[20,96],"-encoding":[16,72,65,97,89],"\ncreated":[],"\u767b\u9332":[58,2,7,94,8,35,75,97,98,10,78,60,37,42,80,82,46,48,115,119,87,101,121,120,33,56],Built:[35,123,29]," well":20,Build:69,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82," Articles":49,"\u30d5\u30e9\u30f3\u30b9":47,"_QUERY":[42,115],"\"gr":39,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":116," characteristics":20,"\u8ddd\u96e2":[0,47,97,77,87,32,46,48,114],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":69," our":79,"\u3068\u3082\u3063\u3068":72,"\u547c\u3093":92,tritonn:75,"\u308c\u305a":9,"\u672c\u5f53":33,"\u306b\u3082":[75,92],"\u306b\u3088":48,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":38,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":47," Cities":47,".blog":43,koi:[48,72,65]," en":[33,100],"\u306b\u5bfe\u5fdc\u4ed8\u3051":33,".SSSSSS":95,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":34,"\nsame":123,"-get":[48,11,98,99],SUCCESS:112,"/archive":98,selector:102,"\u308c\u307e\u305b":[9,65,82,49,72,115],"\u6574\u7406":48," get":[],"\u4e71\u6570":[41,46],"\u8a18\u9332":[87,48,73,7]," gem":98," geo":47,"\u4e0a\u8a18":[40,79,75,72,2,80,43,46,26,55,50,115,96,39],"1\u30c8\u30fc\u30af\u30f3":[],Custom:[],"\u3002Functions":116," primary":[],Lucid:101,"/lists":98," : ":93,"-limit":[0,65,75],"\u307e\u3068\u3081":[56,75,98],build:[51,98],RPM:[109,16,101,98,48],"\u6b53\u8fce":56,"_IMPLEMENTED":[1,112],"\u306b\u3057":[75,97,119],Common:63,"\u5e73\u884c":98,"-protocol":[65,26,96],"\u306b\u3059":43,"\u306b\u3066":[48,47,98],"_put":[35,29,4,65,19,5,38],"\u30e6\u30fc\u30b6\u30fcID":120,"\u306b\u3069":42,ko:68,Conifugration:50," UInt":[30,75,119,49,39,97],"\u7528\u8a9e\u96c6":82," Composition":123,"\u4e0a\u66f8\u304d":[46,98],mlock:101," element":97,"_by":[16,120,121,48],"(drilldown":73,"\u30d1\u30c3\u30c1":[53,16,79,101,48],nterms:82,"id]]":[86,60],"_WITH":[119,97,92,91,39],"\u30a2\u30ca\u30a6\u30f3\u30b9":98," built":123,EXEC:112,"\u601d\u3044":79," build":[99,11,98,50],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":61," localhost":65,"\u62c5\u5f53":98,"\u9593\u9055\u3063":[16,80,8,48],"\"popular":75,"\u300chsiomaneki":120," finished":95,"\u601d\u3063":53," suited":20,"/log":[72,65],"\u554f\u3044\u5408\u308f":42,PORT:[26,96],GET:26,"\u5c02\u7528":[103,35,26,98,79],"\u30e2\u30b8\u30e5\u30fc\u30eb":[35,9,87,101,6,34],TCP:65,"(news":98,"\nspecified":[],".log":[72,9,65,96],"\u3046\u3061\u3044":65,"\u8a9e\u4ee5":97,"\u8868\u73fe":[88,42,60,10,31,105,37,82,94,48,49,56],"\nkeywords":[],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":[35,87],DDL:43," written":[],"\u66f8\u3051\u308b":48,reverse:98,"\u6570\u70b9":31," differences":[]," appears":20,"-file":[88,16,65],"\u5b9f\u51e6":42,"\u6642\u70b9":[48,9,98]," Names":79,point:[36,47,92,114],"\u3059\u304e\u307e\u305b":30,"\u306f\u3058\u307e\u308a":9,shutdown:[35,90,29,65,101,19,6,34,26]," receives":[],"\u6253\u3064\u524d":98,"\"gronga":8," Ueno":[48,101,121],"\u53ce\u96c6":[88,87]," GQTP":1,"_STACK":1,"\u30a2\u30ed\u30b1\u30fc\u30c8":51,bill:[43,92]," optional":[],"\u30c8\u30fc\u30af\u30f3":[101,97,80,92,55,16,39],engi:[33,100],blogroonga:[56,98],"\u5f15\u6570":[0,28,2,4,64,65,5,26,7,60,96,74,75,9,97,77,10,37,102,104,38,106,39,94,41,42,44,54,45,82,47,83,48,49,114,117,51,86,71,20,36,110,23,24,90],"^ \"":97,"_name":[104,121,39],"\u95be\u5024":[35,75,43,100,92,65,70,16,72],"-key":[48,98],Hardy:101,"\u7d42\u7aef":48,")groonga":115,"\u56fd\u540d":85,STACK:112,development:56,"-chroot":98," document":20,"\u5834\u6240":[98,101,15,88,115,96],Senna:[48,68,115,97],"\"\u3001":33,"\u30b9\u30bf\u30a4\u30eb":65,"\u7d44\u307f\u5408\u308f\u305b":[42,2,98,43,87,45],"\noriginal":[],flags:[30,2,91,85,10,120,64,65,45,82,112,71,49,96,39],sortby:[30,75,2,100,46,102,16],entry:45,"\u3064\u307e\u308a":[75,98],"_KEY":[0,2,61,63,65,16,71,91,75,47,97,10,78,104,39,30,43,48,49,119,85,120,101,20,123],"\u3002dump":104,"(-":97,"\u547c\u3073\u51fa\u3059":[41,118,77,36,105,114],"_OBJECT":1,"\"value":75,"\u547c\u3073\u51fa\u3055":75,"\u547c\u3073\u51fa\u3057":[42,97,87,101,20,104,105,48],TODO:[75,59,61,62,119,25,18,20,66,88,22,112,113,93,107,52,34,97],"\u306f\u3069\u3061\u3089":34,"_LONG":[1,112],Example:[],source:[30,2,98,120,64,45,49],bin:69,"\u968e\u5c64":42," blog":[43,2]," Have":78," Keywords":[],bit:[109,84,14,31,11,99,69,89,50,57]," was":123,"\u5f53\u3066":[71,64],"\u30d7\u30e9\u30b0\u30a4\u30f3":[109,0,101,87,11,84,121,99,48,7,16,72,115,79],"\u5927\u4e08\u592b":[58,72],IMPROPER:112,"\u8aa4\u308a":48,"\u4e0a\u8ff0":115,"-command":[101,9,20,34,50],"_INCOMPATIBLE":1,"\u4ee5\u5916":[75,42,60,61,98,86,87,31,32,51,101,94,16,96,39],"\u3001C":2,google:75,"\u8aa4\u3063":[48,98],"-DD":[95,97],examples:101,"\u3001[":[94,2],"\u3001_":[120,46,2,85]," experimental":[],"\u66f8\u304b":[48,120]," startup":[],"\u66f8\u304f":[49,119],"/COMMAND":26,"\u66f8\u304d":[43,87,75,92,96],"\u66f8\u3044":[120,97,119],"*BSD":[16,101]," total":63,"\u3092\u3064\u3051\u308b":97,"\u30d3\u30eb\u30c9":[35,84,72,98,109,14,11,99,101,69,89,48,16,56,57,115,50],"\u3001~":[],"\u5024\u306a\u3057":48,"\u3001\n":[46,83,98],"/cutter":98,ERROR:88,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[42,65],Bob:119,"\u3001 ":[2,61,31,26,7,72,34,75,47,97,10,105,107,79,46,48,115,119,120,20,88,39,6],"\u3001\"":[2,61,80,120,31,55,48,33,16,8],"\u3001$":98,Dump:95,"\u3001&":46,"\u3001(":[31,96],"\u3001-":[23,31,101,96],"\u3001/":[2,26],"\u3001.":[116,79],"\u5730\u5f62":[47,114]," configuration":6,"\u3001:":96,"\u3084\u3059\u3044\u304b":115,"\u3057\u307e\u3059":[75,97,85,120,92,84,8,119],"+FF":123,"/yum":98,"\u9010\u6b21":87,"\u6295\u5165":[43,0]," without":20,"_fin":48," own":[],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":96,"\u3072\u3068\u3064":[48,119,77],"\u51fa\u3059":120,translate:79," NONE":75,"-type":[33,80,55],"\u7b97\u8853":97,"-binary":34,"\ninstalled":[],"\u56de\u907f":[43,98],"\u52d5\u304d":34,"\u52d5\u304f":[16,72,124,48]," Environment":50,USERNAME:69,"_NOFILE":95," functions":[63,68],"\u30ed\u30fc\u30de":33,New:47,curl:[48,72,34,50],sourceforge:98,cmake:69," accurate":20,Mac:[35,57,101,89,48],"\u3042\u3052\u308b":[43,35,70]," go":78,"\u5207\u308a\u6368\u3066":10,"\u30c7\u30fc\u30bf":[0,109,2,91,29,31,32,69,48,33,8,34,35,75,47,97,10,100,11,37,103,104,39,30,42,80,43,78,112,16,115,84,120,119,87,101,99,89,55,57],Cast:[22,119],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":96,"\u6b63\u898f":[48,115,2,97,39],confirm:79," base":6,failures:98,"\u7d50\u5408":[42,119,105]," post":[75,97,119],rinse:98," b":119," c":[69,119]," `":3," a":[75,119,98,63,20,93,78,95,48,56,123]," d":[43,92]," i":98," n":[75,97,119],"\u57cb\u3081\u8fbc\u3080":96," v":42," z":31,query:[2,61,92,26,33,95,91,75,97,10,100,78,102,105,30,42,80,43,46,112,49,115,119,120,20,121,55]," expander":[]," |":[117,109,75,97,98,43,11,84,99,46,6,50],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":48," B":97," C":[53,16,69,97,87]," @":[75,91,43,120,92,97]," A":93,"/\u65e5":120,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[75,97,119],"-release":[48,56,84,98,109]," Token":96," U":123," [":[2,61,65,26,7,71,96,91,78,75,47,97,10,100,37,102,60,39,94,30,104,80,43,45,82,46,110,49,117,51,119,85,86,120,20,93,88,55,33,123,6]," X":[35,57,101,89,48]," ^":97," _":[30,75,47,2,91,85,10,120,119,46,97]," \\":[92,65,97]," ]":[88,6]," \"":[2,61,31,69,26,33,71,34,91,78,75,47,97,10,100,37,96,64,30,80,43,51,82,46,48,49,115,119,85,120,20,88,55,123,6]," #":[120,101,121,34,79]," ":[28,2,3,4,65,5,6,71,33,72,34,61,75,9,97,98,10,100,78,102,96,38,74,39,30,42,80,44,54,45,82,46,47,83,49,91,50,117,51,123,119,85,120,20,88,110,55,24,26]," !":97," &":[43,46,92,97]," '":[2,91,31,92,65,95,33,34,109,75,47,97,10,100,11,78,79,30,80,43,46,48,84,119,120,20,99,55]," $":98," %":97," *":[75,97,43,31,5,48,34,79]," +":[75,119,31,6,23,97]," (":[40,35,75,68,97,29,63,20,47,42,69,98,48,123,115,84,73,119]," )":[]," .":[109,84,72,98,99,14,11,43,69,116,50,96,57]," /":[117,92,2,97,43,100,11,65,69,26,7,34,6]," -":[109,86,0,68,2,3,30,4,63,31,92,65,95,5,28,6,48,33,72,34,61,78,75,9,97,98,99,10,100,11,57,37,101,102,96,60,38,12,74,64,39,94,41,104,80,43,93,44,54,45,82,46,47,83,106,16,49,114,115,91,116,117,51,84,123,119,85,79,120,77,71,20,121,118,36,110,55,23,24,90,26],"\u6e0b\u8c37":120," :":97,"_database":[48,6,34]," >":[97,92,46,104,16,96]," ?":97," <":[75,68,97,43,20,46,104,16,96]," =":[30,75,47,91,65,46,42,97],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":48,"-build":116,"\u512a\u308c":87,".output":23,"\u76f4\u611f":91,"\u9665\u3063":48,"\u9023\u643a":87,"_thread":96,squeeze:[35,98,89,99],"\u4e2d\u56fd":47,body:[45,61,43,37,86,24,34,74],FTP:96,"\u632f\u821e":47,"0xc":112," developers":[],"\u306b\u5bfe\u5fdc":[94,75,60,86,23,65,37,48,38,16],"= \"":[75,97],"/tmp":[115,34],"\u57cb\u3081\u8fbc\u307f":20," article":49,"\uff08NOT":105," both":63,"/senna":104,CODES:98,"/to":6,"\u30ed\u30f3\u30c9\u30f3":47,"\u7518\u3044":61,"(ctx":42,HOME:[72,98],"'ABC":[],Nice:78,"\u5b8c\u4e86":[75,98,79],"'mroonga":49," garbage":82," SiteCountry":85,"\u30d5\u30ec\u30fc\u30ba":[48,119],".pid":65,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[35,118,97,29,105,82,7,16,48,24,17,74]," JQuery":101,normalizer:[71,123,39]," parts":[],Ultra:30,"\u8d77\u52d5":[9,2,3,96,101,65,51,26,48,23,98,34],objname:[24,74],TokenBigramIgnoreBlankSplitSymbolAlphaDigit:43,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[16,101,48],"\u4f7f\u3044\u65b9":[35,75,47,2,3,29,80,119,87,55,65,20,78,6,7,33,122,97,115,96,39]," mte":68,"_SYSTEM":[1,112],gcc:[16,72],"_LEAK":116," proper":[]," size":[63,82],"\u30b3\u30de\u30f3\u30c9":[0,28,2,3,29,62,4,31,92,65,95,5,69,6,7,33,48,72,8,34,61,35,75,9,97,98,10,100,37,94,96,60,38,12,74,107,64,103,39,27,42,104,80,44,45,82,46,110,83,106,16,102,115,91,116,51,86,101,19,20,88,54,71,55,23,24,90,26],"\u5186\u6ed1":98,"/universe":11,"\u5f35\u3089":[10,48],"\u5f35\u308b":[97,119],".textile":98," acronym":[],bind:16,"/repositories":98," simple":[],"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":101,"\nwarning":[4,5],"\u7d9a\u304d":37,"\u306e\u3088\u3046":[75,119,97,105],"\u7d9a\u3044":[43,86,75,60,94],jiro:30,"\u7d9a\u3051":96," Compatibility":123,"\u6d88\u8cbb":78,ll:[43,92],euc:[72,65],li:[43,92],lt:20,"_gqpt":96,SHIDARA:16,tsv:[23,3],"\u9589\u3058\u308b":[16,0],"\u306f\u3069\u3061\u3089\u304b":[97,119],greater:42,"\u8a71\u3057":56," cache":48,"\uff08Ruby":50,"@' ":2,"_HOST":96," Term":[45,61],"\u30e6\u30fc\u30b6":[75,42,2,61,98,80,31,55,45,48,33,8,96],"_EXISTS":[1,112]," function":[68,107],"\u4e00\u3064":[28,60,4,31,92,5,94,71,74,9,77,10,37,102,104,38,106,64,41,44,54,45,82,47,83,114,51,118,86,87,36,110,24,90],"\u66f4\u65b0":[94,35,75,9,2,98,30,10,87,78,37,42,60,48,16,56,79],"\u30c7\u30a3\u30b9\u30afI":39,"\u70b9\u9593":[46,32],"/LC":[98,79],"\u74b0\u5883":[84,98,87,69,116,89,48,16,56,72,115,96],"\u5217\u5f15":42," Words":97,"& b":97,"\u81ea\u4f53":119,"/message":98,"\u5fc3\u914d":89,KeyWord:20,res:96,rep:96,docutils:[75,39],"\u30ab\u30ec\u30fc":92,"\u300cOffGao":120," five":2,"/\u6708":120," Site":[30,2,85,10,46,26],UPDATE:112,"\u73fe\u72b6":9," too":49,"\u4ed8\u5c5e":[23,6],"/aba":[46,2,85],"& (":97,"\u76ee\u8996":88,"\u30d6\u30e9\u30b8\u30ea\u30a2":47,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":87," internally":[],"\u30d9\u30af\u30bf":[48,0,101,64]," mode":42,"\ndisabled":[]," protocol":[],"\u8aad\u307f\u8fbc\u3093":26,"\u6c38\u7d9a":39,"\nCtrl":26,natty:98," customs":[]," mecab":[109,84,68],InnoDB:87,"\u3068\u3088\u3044":72," Unicode":123,"\nname":63,"\u53d6\u308a\u5f97\u308b":31," relationship":[],"\u305b\u3044\u305c\u3044":39,"_OFFLINE":48,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[48,6,34],"\u5229\u70b9":87,"\u81f3\u308b":10,"\u540c\u4e00":[75,9,61,96,92,45,34,49,73],Sphinx:[53,12,56,76,79],"\"co":8,min:[117,48,96],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":48," lexicon":[63,123,96],"\u914d\u4e0b":[23,98]," Representation":79," open":123,"\u8aad\u307f\u8fbc\u307f":[16,115,2,7],"/commands":71,Without:6,"\u3002GRN":42,"\uff09\u3001":92,"\u306a\u3082\u306e":98,"\uff09\u3002":[43,120],"\u6e2c\u5730\u7cfb":31,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[48,80,39]," N":87," Blog":49,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,101,88,48,16],":tasukuchan":120,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":116,text:34,"\u8d8a\u3048\u308b":43,supported:68,Redmine:58," SuffixSearchTerms":[97,119],"\nfour":63,"\u5ea6\u3068":16,"\u610f\u5473":[75,42,2,97,100,65,46,33,72,115,96,119]," automatically":63,"\u5b66\u3093":120," is":[75,123,2,3,10,63,119,20,26,95,48,49,97,34,6]," it":[78,63,119]," in":[75,68,119,63,20,82,42,95,48,123]," Release":69,"_equal":42," id":82," if":6," documents":20," names":63,"\u5c11\u306a\u304f":[78,87,119,20,97],"\u5c11\u306a\u3044":[75,119,78,105,115,97],"\u30c0\u30f3\u30d7":[48,101],"\u7e70\u308a\u8fd4\u3059":101,"\u306e\u307f\u3057\u304b":8,"_GITHUB":[98,79],"_DOWN":[1,112],"\u7e70\u308a\u8fd4\u3057":[97,96,79],"\u5272\u308a":[10,71,64,97]," head":[],"_CTX":16,"\u5236\u5fa1":[48,6,97],RETURN:[88,95],Wikipedia:31,"\u4ee3\u5165":[101,46,42,97,119]," rename":63,"\u985e\u4f3c":[42,97,80,100,105,48],"{name":97,"(string":77,"-normalizers":123,Sending:79,"\u5b66\u3073":[75,47],"\u7dad\u6301":[87,34]," bitwise":[],"\u4f4d\u7f6e":[35,9,2,30,87,32,45,46,47,48,16,120,103],"\u5168\u4ef6":[97,119],UNIX:[88,72],optional:[],"\u518d\u8d77\u52d5":7,plugin:16,"-suggest":[27,35,29,80,100,101,121,93,48,16,8],equal:42,".org":[30,84,72,2,85,79,99,14,11,10,46,6,104,98,109,57,96,26],"\u88dc\u6b63":[35,100,8,122,80],"\u59cb\u307e\u308b":[75,97,96,45,34,33,115,8,73,119],comment:[120,49],"\u304a\u304d\u307e\u3057\u3087":10,"\u3002drilldown":[75,85],INPUT:[88,112],"-history":16,"\u4ee5\u524d":[10,120,43,83,48,16],"\u30ab\u30b9\u30bf\u30e0":6,OLD:98,"\u91cd\u307f\u4ed8\u3051":[43,75],"\u305f\u3070\u304b\u308a":78,"\u5c0f\u6570\u70b9":10,json:[28,2,3,4,64,5,71,94,96,74,75,37,102,60,38,44,45,82,110,83,51,86,54,23,24],"\u3002SET":96,define:[35,102,65,19,29],Comparison:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":16,"\u306a\u306b\u5bfe\u3057":[97,119],DIRECTORY:112,"=..":98,"_ALLOWED":[1,112],"\u5168\u4f53":72,value:[75,119,6,71,39,97],"\u540c\u3058":[0,2,31,65,6,7,71,34,35,75,9,97,10,100,96,38,64,80,43,16,49,115,87,101,88,23,70],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[58,35,15,79]," record":[10,63,47,2,26],"\u30bf\u30a4\u30df\u30f3\u30b0":[48,2],"\u8a9e\u5f59\u8868":[2,39],"{LANGUAGE":79,".db":[65,64,2,26],pkgs:84,auto:[100,98]," event":[33,100,80,55],"| _":46,":!":119,"[apt":48,"\u629c\u304d\u51fa\u3059":87,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":98,center:114,com:[81,85],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":98,"\u304a\u3063\u3055\u3093":120,".repoforge":84,"1byte":112,"\"ellipsoid":114,"\u8868\u793a":[0,2,3,64,65,26,16,71,72,96,35,75,9,98,10,103,30,43,51,82,46,48,85,87,101],"-platform":[72,89]," me":25,"x\u30df\u30ea":[31,97],"\u5229\u7528":[109,2,31,32,65,69,6,48,33,72,96,35,97,98,10,11,103,104,79,92,80,43,46,112,16,116,84,119,87,88,99,89,55,23,39,57],"\u958b\u59cb":[75,47,60,86,116,94,16,96],"\u3055\u3093":[101,20,121,48,16,8,34,79],add:[48,94],"\u3002gqtp":[117,26],"\u3055\u3089":49,match:[35,75,101,2,61,43,120,92,20,78,102,95,49,72,103,119],tests:98," For":[],"\u5730\u57df":87,"\u4fdd\u5b58":[35,47,30,10,120,31,32,65,46,48,49,103,39],"_NIL":101," store":63,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":43,"\u7f6e\u63db":[75,61],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":34,"\u4e0d\u6b63":[16,0,101,116,39],"_TOKENIZER":1,"((x":31,Excel:115," range":63,"\u8ca0\u8377":[101,6],"\u7121\u52b9":[48,75,72,6,119]," coordinate":[],"\u610f\u56f3":[48,49],"\u767a\u884c":26," old":[48,123],sjis:72,"\u5f62\u5f0f":[0,1,2,3,29,4,31,65,5,28,6,7,60,48,96,74,35,75,97,77,10,100,37,102,104,38,64,39,94,41,42,44,45,82,46,110,112,16,49,114,117,51,118,86,19,20,88,36,54,71,23,24],"\u7b49\u4fa1":[119,75,101,97,105],",\"domain":85," The":63,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":97,"\u30d0\u30b0":16,host:96,"\u6319\u52d5":[35,101,43,92,65,48],"\u30c0\u30e1\u30fc\u30b8":43,"\u4ee5\u5185":[33,46,120,97,80]," important":[],"_DEADLOCK":[1,112],"|KEY":[75,2,61,43,120,119,20,78,91,97,49,39],tomo:30,"\u3055\u3044":[1,2,91,62,31,15,69,6,7,72,34,109,75,47,97,10,100,11,43,96,39,14,26,48,116,84,119,87,99,23,79,57],"\u524d\u65b9\u4e00\u81f4":[0,119,100,48,33,97],"!!":[30,120],"! ":[78,75,42,97,119],"!\"":[30,75,2,97,10,120,88,119,78,6,48,49,34,26],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":98," value":[48,75],"&lt":20,"\u30ec\u30fc\u30bf":48," concurrently":95," nested":[],"\u95b2\u89a7":26,">default":3,"\u901f\u5ea6":[16,96,30],"\u3068\u307f":23,"\u3068\u3068":[53,79],"\u3068\u3069":122,"\u3068\u306e":97,"\u30fb\u5168":102,"\u3068\u3066":[87,75,34],"&& ":[43,91,97],"\u5730\u56f3":87,enginen:33,"\u3068\u3057":[117,30,42,97,80,10,31,65,78,47,55,33,49,115,8,96],"\nsize":63,"\u3068\u3048":[9,61,87,92,20,46,72],binlib:98,"\u3068\u304d":[0,2,31,92,65,26,7,33,48,72,8,34,109,75,47,97,10,100,11,105,64,39,30,42,80,81,112,16,115,84,120,119,87,101,20,88,99,55],"-disable":[16,101],"!\\":97,epel:[48,84],pid:[0,65],"\u8a08\u7b97":[0,47,97,77,87,31,32,46,80,48,33,114,55],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[101,72,98],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[35,103,120],saer:[100,80],"\u4f7f\u3044\u5206\u3051":[43,92]," suggestion":93,"_CONNECTION":1,DESCTIPION:93,"\u305f\u3060\u3057":[0,97,92,65,23,16,73,119],"\u305f\u3060\u3051":48," # ":6,"\u6291\u5236":48,detail:96,"\u3068\u308a":[23,75,116],"\u4fc2\u6570":42,"\u30fb\u5186":87,"\u3068\u3082":[75,119,120,20,46,96,97],"'abc":[],Oneiric:[16,11,89,35],ILLEGAL:112,"\u307b\u307c":49,April:98," MODE":68,"\u307b\u3069":[10,65,100,2,39],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[48,112],Repoforge:[48,84],"\u5909\u3048\u308b":43,"\u307b\u304b":[10,87],"\u2026\uff09":80,"|ro":75," nomal":[],"_ZLIB":1," succeeded":[],"\nstructure":63,"\u6e1b\u3089":[48,80],"\u4e8c\u70b9":[],"\u6539\u826f":[0,68,101,121,48,16],"\nAPI":[],"\u4ed5\u65b9":[56,79],"\"ab":8," InnoDB":87,"/plugins":[101,72,7]," ToyBox":10,"\u5b9f\u6570":31,"\nrecords":[],"\u6761\u4ef6\u5f0f":[48,119],"\u6700\u9577":[16,97,96],"_snip":48,"\u63a5\u8fd1":42," searches":[],"-repository":[48,98]," each":63," column":[48,100,20,63],"[http":48,"_nsubrecs":73,"\u7b87\u6240":[88,20,98]," install":[117,109,84,98,14,11,99,116,89,48,12,72,96,57],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":16,"\u4e00\u8a9e":43,"\u3002\u30df\u30ea":10,"\u81f4\u547d":48,"-rpm":98," soon":[],"\u683c\u7d0d":[30,42,2,61,85,10,87,31,32,65,78,45,120,71,16,92,64,73,39]," gcc":[14,109,84],"\u53cd\u8ee2":97,"\u30e2\u30cb\u30bf\u30fc":[99,84,11,109],"\u9069\u7528":[75,2],"\u3002output":104,path:[71,64,65,6,7],"\u95a2\u4fc2\u5f0f":[56,42],".ddl":96,CMake:[48,72,69],"_key":[0,2,97,100,75,120,48,73,119],"\u79cb\u8449":46,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[109,84,98,14,11,99,69,72,96,57],"\u5f62\u614b":[87,72,97],"_LZO":1,"\u58ca\u308c\u308b":[16,0,101,48],"\u63a8\u79fb":9,"\u3082\u3063\u3068":75,"\u8fd4\u5374":[94,75,60,86,64,71,2],Bool:[91,10,31,36,114,119],"\u8aad\u307f\u3084\u3059\u3044":48,"/munin":72,Express:[48,69],noarch:[109,84],m6:14,autogen:[48,98,79]," columns":75,"\u30a2\u30e1\u30ea\u30ab":47,"-bind":[16,65,48]," downcased":123,"\u7f6e\u304d\u63db\u3048":[65,119,79],mm:[95,97],"\"blank":123,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":96,"_VALUE":75,mv:38,install:[98,50],"_EXPR":42,"/xml":34,"_BAD":1,"-> ":101,"\u81ea\u8eab":[16,115,65,48],end:117,eng:[33,100],"\u30d7\u30ed\u30bb\u30b9":[117,9,2,87,65,51,82,106,96,7,48,34],"/other":6,rroonga:[105,50],"\u30b4\u30df":[16,101,82],"\u7d42\u4e86":[47,98,112,101,65,9,6,106,48,96,26]," title":[10,30,49,2,26],description:[120,92],TokenKyTea:48,"-devel":[109,84],"\ndebug":[4,5],"\u305d\u306e\u5f8c":[],".tar":79,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[10,35,61,103,120],"-files":[56,98]," precision":[],"\u5c0f\u3055\u3044":[75,42,119,121,114,39],"\u5272\u308a\u5f53\u3066":101,"\u5348\u7dda":[],"\u305f\u3057":30," larger":63,"\u305f\u304f":[16,79,8,34,20],synonyms:115,"\u305f\u304b":[16,75,80],"@packages":98,"\u305f\u3044":[2,10,31,65,6,33,72,96,109,75,98,53,11,30,112,16,49,115,84,119,85,99,55,26],gqtp:[117,35,81,65,103,26,48,56,96],"\nclone":[],"_LARGE":[1,112],"\u305f\u3073":[46,9,96],Here:[63,123,95]," message":[49,5],RubyGems:48,"\u4e00\u884c":[101,65,96]," between":63,"\u3072\u308d":91,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[35,26,103],echo:[],"\u3072\u3089":[33,97,119],"\ncustomized":95,"2\u3064":[58,75,2,119,77,120,55,49,124,34,39],each:[33,100,80,55],searc:33,"\u3002\uff08":[75,92,97,55,31,32,20,119,82,80,101,33,105,16,79,50],"\u3002\uff09":[79,0,92,97,80,32,20,119,101,55,16,39,75,50]," referred":[],"\u6e96\u62e0":6," xvzf":[109,84,14,11,99,72,57],"\"#":16,"\u30da\u30a2":[33,80,115,8,55]," order":[]," implemented":[63,68],GCC:48,free:101," html":[12,98,79],"\u305f\u308a":[87,31,83,105,56,39],"_CORRUPT":[1,112],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":64,"\u305f\u3081":[58,1,2,61,92,65,15,67,69,6,48,33,72,34,91,109,75,47,97,98,10,11,43,96,104,39,30,42,80,14,82,46,16,49,114,115,116,50,117,84,120,119,87,20,88,99,89,55,56,79,26],freecode:[56,98],"\u53e4\u3044":[48,98],filter:[30,75,47,91,43,120,92,46,110,102,105,48,101,97],Tokenizers:[35,75,25,29,39],TIME:95,rand:[35,46,107,29,41],already:[],"\u53ef\u5909":[16,24,112],Notification:95,"\u897f\u66a6":97," one":123,top:[16,36],"\u30d6\u30e9\u30a6\u30b6":[72,26,98,79],TokyoGeoPoint:[16,31,114,46,36],"\u304a\u304b\u3057\u304f":101,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[23,65,6],Search:119,wareohji:48,".com":[2,98,85,10,46,26,56,79,50],"\u6d0b\u723e":16," snippets":[],"\u8d64\u9053":47," sphinx":12," customized":95,raw:50,"\u5834\u5408":[109,86,0,28,2,3,30,4,31,92,65,83,5,69,6,48,60,72,8,34,61,78,75,9,97,98,100,11,57,37,43,94,96,104,38,102,74,39,40,41,42,80,14,44,54,45,82,46,47,112,16,49,114,115,50,117,51,84,119,85,79,120,101,20,88,99,110,89,23,24,26],"\u5f93\u3063":[23,75,34],"\u4e00\u89a7":[35,1,97,29,30,43,120,119,65,82,6,17,39]," yappo":68," into":[],"\u591a\u9762":87,"\u5f93\u3046":101,"/share":[16,65],"\u3044\u307e\u305b":[75,97,119,100,32,84,88,124,115,34,39]," packages":98,"\u30b5\u30b8\u30a7\u30b9\u30c8":[35,100,101,93,48,16,72,8,122],Pentium:96,Float:[10,48,47],".GitHub":79," prepared":[],"\u5225\u9014deb":98,"\u30ed\u30fc\u30c9":[35,2,97,87,101,65,37,103,120,16,34],Fedora:[35,109,101,89,48,16,72],"\u30ec\u30b3\u30fc\u30c9":[2,61,31,32,65,16,71,73,91,35,75,97,10,100,37,94,103,60,105,102,39,40,30,42,43,78,46,110,48,49,119,85,86,87,101,20,120],"\u307f\u306a\u3055":42,pkg:[101,72],"\nrequest":95,"\u5ea6\u8868":101,"\u5c0f\u6570":[75,60,97,10,120,31,88,86,46,94,16]," libzmq":[99,11],"\u6c42\u307e\u308a":87,Records:63,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":42,"|| ":97,"\u59cb\u307e\u3063":[88,8],"\"Say":97,"\u3064\u3064":43," Please":79,"\u306f\u307e\u3068\u3081\u3066":98," input":[],"\u3064\u304d":[75,115],".status":96,Disables:6,"\u3064\u3044":120," surrounds":[],"\u7d50\u679c":[2,61,92,70,48,33,73,35,75,97,96,34,104,105,103,42,80,43,46,16,49,115,116,50,120,98,85,87,101,88,55,23],"`${":79,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[75,47,119,20,49,97],"-per":16,"\u3064\u3051":[75,47],"\nPREFIX":42," this":[2,6,34,20],nul:16,Performance:[]," first":[75,97,119],"-commnad":9," named":63,"\u4e8c\u3064\u76ee":42,"\u30d7\u30ed\u30b0\u30e9\u30e0":[48,56,101,6],"\u5bbf\u99c5":120,"\u56db\u6368":16," latter":123," information":[123,79],"\"Groonga":[20,97],"(TAB":115,"\u30b5\u30fc\u30d0\u30fc":[27,35,3,29,21,6,16,23,48,124,34,112],"\u59cb\u307e\u308a":98," which":[],news:98,"\nprovides":63,"\u884c\u6307\u5411":87,"\u3068\u3057\u307e\u3057\u3087":49,"\u30e9\u30f3\u30c0\u30e0":46,"\u591a\u91cd":117,"\u5f8c\u304b\u3089":104,"\u7d4c\u7def":[10,31,46]," ignore":[],"/or":[],trust:98," my":[75,97,119],"\uff13\u3064":31,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":96,"\u7b49\u3057\u3044":[75,42,97,119],"\u7b49\u3057\u304f":[42,97,119]," some":95,"\u3072\u308d\u3042\u304d":91,"_blog":49,"\u8d77\u6e90":10,"/shutdown":[6,34],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[97,100,65,82,104,120,95,115,34],"\u5f97\u308b":6,"\nbecause":63,"\nRedCloth":[],"\u6700\u9069":6,"\u7528\u9014":[109,75,87,11,84,88,99,69,89,57],"\n\u9375":[],tasukuchan:120,"\"n":[75,97,119],Write:25," can":[95,63,123,20,79],MIME:34,"\"s":33,"\"}":[30,123,61,85,80,10,100,119,37,46,55,33,49,97,34,91],"_expanders":[115,7],suggest:[35,101,29,80,100,55,19,33,16,8],"\u7a4d\u6f14":97,"\u30bf\u30fc\u30df\u30ca\u30eb":6,"\"]":[30,75,2,97,43,120,64,65,20,86,104],"\"_":[30,75,47,2,61,85,10,119,37,43,104,97,49,123,34,91],"\"[":48,"\"'":[75,97,43,92,48,119],"\" ":[75,2,3,98,14,115,31,10,46,69,96,91,48,97,43,34,61],"\"\"":[48,31],INAPPROPRIATE:112,"\",":[2,61,64,65,26,33,71,96,91,37,75,47,97,10,100,78,104,30,80,43,51,82,46,49,119,85,120,20,88,55,123,6],"\"-":[16,47],"\".":[97,85],"\"/":[46,65],"\u4e8c\u756a":75,"\")":[30,47,97,77,36,46,48],"\"*":48,"\">":[75,39,3,20],"\"?":3,"\":":[2,3,26,33,96,61,37,75,47,97,10,100,78,34,91,30,80,51,82,46,49,119,85,120,55,123,6],"\";":[96,6,34],"\"\n":[2,3,26,33,71,96,91,75,47,97,10,100,78,61,30,80,46,49,119,85,120,20,88,55,123],"/run":[65,98],"\u3084\u3059\u304f":101,"\u3084\u3059\u3044":[0,75,20,105],"_INITIALIZED":[1,112],"_tags":[30,120],"_ctx":[16,1,48],"\u4ecb\u6587":120,".scr":96,"-Point":31,"_selector":[35,102,65,19,29],"5f":96,"_ALREADY":[1,112],"_ADDRESS":[1,26,112],"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[97,119],Kawaji:48,advanced:68," means":[95,75,123,6],"\u5c0f\u6587\u5b57":[2,39],"\u6b63\u3057\u304f":[33,48],"\"engine":[33,80,55],"\u6b63\u3057\u3044":[115,8,80],"\u7d20\u89e3":[87,72,97],"_str":120,"\u3080\u3044\u3061\u3083\u3044":120,"\u901f\u3084\u304b":9," flags":45,"\u73fe\u4ee3":87,"\u5217\u6319":2,".zip":79,"\u6765\u307e\u3057":120,"_right":[16,36],".github":[98,50],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":48,"\u3001\u300c":[30,0,43,120,92,65,75,33]," application":34,FILES:93," username":30,"(GET":117,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[48,2]," last":[48,120],"\u3092\u3054\u89a7\u304f":87,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":71," saerch":[100,80],"[@":[16,48],git:[98,79],"[{":34," number":[63,65,96],"\u30d0\u30fc\u30b8\u30e7\u30f3":[0,9,2,98,101,121,47,48,16],"[test":48," TokenBigram":[75,2,61,43,120,119,65,20,78,97,49,39],head:117," network":[]," make":[109,84,98,14,11,99,12,72,116,57],"[\n":[30,75,47,2,61,10,120,119,20,78,46,97,91],"\u6253\u3064":98,"_INVALID":1,"[2":65,"\u9032\u6570":[82,97],"[:":26,GeoPoint:[30,0,47,85,10,120,31,101,36,46,26,114],"[#":[16,48],"[\"":[30,97,10,100,64,82],"\u53ef\u5909\u9577":[],autoconf:16,"\u5185\u8a33":43," dpkg":98,"\u8abf\u3079\u308b":[36,114],Introduction:[],decrypt:98,"_VERSIONS":98,check:[35,0,29,19,82,16],ongaeshi:[48,101]," predictive":63,"\u305f\u304b\u3063":80,no:[100,75,68],"_PORT":96,saerch:[100,80],TokenMeCab:92,"\u4e09\u756a\u76ee":97,"_touch":101,Double:63,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82," createrepo":98,"\u672c\u756a":98,"_memory":48,KyTea:[48,72],"\u3053\u306e":[108,1,2,3,92,65,15,67,69,6,48,33,72,34,61,109,75,47,97,98,10,122,11,78,43,96,60,107,39,94,30,42,80,14,46,110,112,16,49,114,115,50,84,120,119,85,86,87,19,20,88,99,89,55,56,79,57]," required":[6,34],",\"tags":30,"\u8a9e\u7248":98,"\u30d2\u30c3\u30c8":[75,42,61,43,120,92,78,33,91]," requires":[],"\u3084\u308b":[56,98]," \u304b":57," tee":[],"\u4e00\u822c":[75,2,119,87,105,50],Standard:31,Let:78,Day:95,groonga:[0,2,3,4,5,6,7,8,9,10,11,12,14,15,16,101,19,20,21,36,23,24,27,68,29,41,31,32,33,34,35,37,38,39,40,30,42,43,44,45,46,47,48,49,50,51,99,54,55,56,57,58,60,61,62,64,65,66,67,28,69,26,71,72,73,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,119,120,121,122,118,124],"\nrequests":95,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[97,119]," character":[95,123],enqueue:81," \u3002":43,level:[4,5,112],"\u8208\u5473":87," successor":97,"/db2":34,"/db1":34,HTTP:[35,3,101,21,103,26,48,16,124,34,6]," whether":[],"\u3002ifexists":37,"\u6f14\u7b97\u5b50":[48,75,42,97,101],"\u79d2\u8868":[10,43,46,97],port:96,Red:[56,72,98],"\u66f8\u304d\u5f8c":92,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":98,"\u3044\u308d\u3044\u308d":[10,35,103,120]," unsplit":[],"\u30d5\u30a1\u30bb\u30c3\u30c8":75," syntax":[],reply:49,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30c4\u30fc\u30eb":[]," ')":37," makecache":[48,84],"\u751f\u3058":[28,4,44,54,45,5,102,38,110,74],baseball:49,"\u9ad8\u6a5f":[87,42],WGS:[30,85,10,31,36,46,26,16,114],"\u4e26\u5217":[98,96],"\u63d0\u4f9b":[27,109,84,9,98,99,87,11,101,47,42,6,48,16,124,8,34,50],"\u64ec\u4f3c":[75,97,119],"\u9006\u306b":30," case":[]," level":[4,95,5,65],"\u30ea\u30f3\u30af":[10,48,97,98,119]," server":[],"_delete":16,Emacs:79,"\u307f\u307e\u3057\u3087":[30,2,61,10,120,46,49],"\uff08Romaji":33," reference":[],"-src":[99,11],"\nusers":[],msg:81," Kawaji":48,These:20,"\u8ee2\u7f6e":[35,2,97,30,87,45,48],"_concurrency":117,"\nKATAKANA":123,Time:[10,120,43,48,16,118]," Yamaguchi":16,"\u30bb\u30c3\u30c8":[24,92,42,74],"\u3044\u308f\u3086\u308b":30,".txt":98," on":[68,63,20,6,123,34,79]," of":[68,63,100,20,82,6,95,48,123,79]," Lucid":[35,11,89],"_VERSION":[1,112,98],"\uff11\u3064":81,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[117,6],".]]":60,"/setup":50,Terms:[43,82,75,2],"-docutils":98,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[35,69,89]," extract":95,"\u76f8\u5f53":[88,46,2],"\u5f15\u304d\u8d77\u3059":48,clone:[56,98,79],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u30d6\u30b5\u30a4\u30c8":[],"\u7f72\u540d":[48,56,98],"\u6b20\u70b9":87,"\u30b0\u30eb\u30fc\u30d7":[75,97,85,87,48,73,119],"_LINKS":[1,112],"_res":96,FILE:112,"\u542b\u307e\u308c\u308b":[42,2,98,10,87,65,43],"_VIEW":[]," just":[78,95,93],"\u56f2\u307e":20,"\u56f2\u307f":[65,20],"=PLATFORM":[72,89],"\u30d9\u30fc\u30b9\u30d1\u30b9":6,"\u56de\u7e70\u308a":96,Using:[],cutter:[56,98],"_PUSH":42," aptitude":[12,116,99],"\u6ce8\u76ee":75,"\u3059\u306a\u308f\u3061":10,name:[30,28,2,91,85,10,65,64,44,45,82,46,102,120,71,49,97,39],"\u500b\u3005":[43,9,42]," link":10,"\nof":63," line":50,"\u534a\u7121":[16,39],"_EXPANDER":115,"\u53d6\u308b":112,"\u30cd\u30b9\u30c8":[48,49],"\"No":48,"\u30d1\u30fc\u30b9":[16,105],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":44,"\u6642\u4ee3":87,"\u3042\u3044\u307e\u3044":39,"\nnormalizer":123,TAIL:112,"-default":[97,65,89,48,72,34],"\nnormalized":123," warning":4,END:[3,112],"\u914d\u7f6e":[2,98],KBytes:96,Record:[35,29,63],"\u56f2\u3080":[2,20],"\nresult":[],"/afr":[46,2,85],"\u3002HttpRewriteModule":[],"\u30b3\u30fc\u30c9":79,"\u4e92\u63db":[23,9,97,34,98],"\u30db\u30b9\u30c8":[117,98,65,26,48,16,96],yum:[48,84,98,109],"\u3002GQTP":[1,112],"-normalizer":[48,123],"\u304a\u9858\u3044":96,redhat:72,"-version":[101,9,98,34],"\u30b7\u30f3\u30d7\u30eb":[124,105],"_FUNCTION":[1,112]," Studio":[48,69],"_SYMBOLIC":[1,112],SET:96,"\u7d5e\u8fbc":[35,46,103]," text":[123,20,34,104],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[47,105],SEN:68,Data:63,Debian:[35,98,99,89,48,16,56,116]," markup":53,"_HUGETLB":16," logged":95,"\u30d1\u30a4\u30d7":45,Client:[],"\u30a8\u30f3\u30c8\u30ea":[75,97,119]," match":[],specify:79,"-httpd":[27,35,29,93,66,21,6,48,16,8,34,124],"< t1":42,"\u3080\u308b\u3093":[97,119],"\n\uff08":101,pre:[75,68,39],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":40," target":[],"_local":[104,96],",' ":[10,31],"\u3002XML":88,"\u53b3\u5bc6":33," Tajima":48,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[58,35,56,72],"\u30d5\u30e9\u30b0":[0,28,2,91,4,67,5,16,74,75,97,10,102,38,39,44,45,82,54,112,48,119,110]," Shops":92,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[75,72,65]," LC":79,"_suggest":121," Signing":98," Request":79,"\nstatus":[2,26]," mail":96," main":99,"\u81a8\u5927":87,"_STAMP":95,"\uff09:":[109,84,92,14,11,99,57],"\u4e2d\u65ad":[16,48],"_NOT":[75,1,112],"\u5c06\u6765":[47,112,34],"\u4e00\u81f4":[35,75,42,2,61,98,43,100,92,121,119,48,91,33,97,120,103,39],"\uff09 ":[16,75,101],"\u30c4\u30a4\u30fc\u30c8":[98,15],"\u5ea6y":31,Comments:[120,49]," CFLAGS":[14,98],"\u88dc\u5b8c":[35,101,100,7,55,33,8,122],"\u3002weight":10,"\u30d1\u30c3\u30b1\u30fc\u30b8":[27,109,84,9,98,14,11,99,101,69,89,16,48,56,57],"\u5024\u3088\u308a":[75,42],"\u985e\u7fa9":75,"_ADJUST":42,"\u57f7\u7b46":[49,32,67],"\u5f53\u8a72":9,"-WORD":75,ssh:98," groo":75,Similar:[],"\u3002CPU\u30b3\u30a2":34," notation":[],"\"null":48,":')":45," groonga":[2,63,65,69,6,16,95,72,34,109,75,97,98,11,104,79,14,26,48,49,115,84,119,87,20,88,99,123,57]," comparison":[],Src:[]," later":123,"# ":[2,61,65,26,33,71,34,91,75,47,97,10,100,78,79,30,80,46,49,119,85,120,20,55,123,6],"#'":65,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[120,0,39],"/DD":97,"<gqtp":96,"\u77ed\u7e2e":37,"\"#\"":96," zero":123," shutdown":6," IDs":63,"#{":95," explicitly":123,"\u4e0d\u5909":73,Month:[30,95],"#]":44,Replies:49,"[,":114," records":63,color:123,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":48," rewrited":68,Note:[],"\u76f8\u5bfe":[16,75,98],":Install":69," associated":[],"\u5f8c\u4e8c":9,But:123," comment":[120,49],"\u6709\u9650":75,"\u4ee3\u308f\u308a":[109,60,119,86,65,20,110,69,26,72,39],Bug:56,engine:[33,100,55],TOO:112,"/vdw":[46,2,85]," approximate":47,"_tokenizer":[75,2,61,43,120,119,65,20,78,71,48,49,97,96,39],"_value":[16,101,73,48]," location":[30,47,10,120,46,6],Mitsuhiro:101,"\u5dee\u6f14":97,"\u975e\u63a8\u5968":48,score2:42,Content:[16,34],"\u305f\u3068\u3048":43,saerc:[100,80],"\u559c\u3073":[53,79],XXX:65,html:[12,56,116,98,79],events:34,status:[35,0,2,29,65,112,101,19,51,6,48,96,26],"\u304f\u3093":120,"0\u30d9\u30fc\u30b9":75,IP:[26,96],IS:112,IT:30," attach":123,"\nconverted":123," porting":68,ID:[2,10,63,64,101,65,82,95,71],Is:[],It:[75,97,63,88,95,123,119],"-msgpack":34,In:[],"[geo":16,If:[95,123],"/unit":116," brother":119,"\u4f5c\u6210\u6e08":65," persistent":63,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[35,56,111,81,98]," isn":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[23,101,65,48],"\u6271\u3048":67,"\u53ef\u5426":2," indicates":95,"\\'":[65,119],"\u63a2\u3057":[87,96],"\\\"":[37,92,20],"\u9577\u65b9\u5f62":16,"_HASH":[30,75,47,2,97,85,10,63,78,104,120,71,49,123,39],"\u63a2\u3059":49," git":[98,79],"/base":98,")..":98,"\u3079\u304d":[112,98],"\u3068\u304a\u308a":[40,96]," them":[],"\u3079\u304f":2,"\u306a\u3088\u3046":[]," very":[75,119,63,20,88,97],"_LINK":[1,112]," they":[],Music:30," DATASET":93," datasets":93,"\u53f3\u8fba":[16,101]," no":[],"\"groonga":[75,8,39],automake:101,"\u9234\u6728":48,"@uzulla":16,mooz:16,"\u4e09\u3064":[47,92]," binary":[87,3]," mark":123,"\u30b9\u30da\u30a4\u30f3":47," features":63,oo:63,on:[6,34,20],of:[],"_escalation":[101,75,72],"\u30e6\u30fc\u30b6\u30fc":[30,75,119,120,88,6,72,34],"\u8a2d\u5b9a\u5024":[0,83]," removed":[],"=Release":69,or:[63,123]," emits":[],"\u5c11\u306a\u3051\u308c":39,"\u5f0f\u5168":[97,119],"\u884c\u76ee":[88,98,96],"\u30c1\u30e3\u30f3\u30af":82,"\u30a8\u30ed":120,"\u8a55\u4fa1":42,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":116,there:[],httpd:48,"\u53d7\u3051\u53d6\u308a":[42,2],"/modules":101,"\u901a\u308a":[75,47,97,98,43,100,64,32,20,114,119,55,72,71,39,50]," doc":[98,79],Error:95,"(location":[30,46,47,120],"\u69cb\u7bc9":[35,29,92,78,48,56,116],EXIT:93,"\u4f5c\u3063":[43,16,120]," using":[49,68],Special:[],"_CREATE":42,"/hostname":[65,96],"\u30de\u30fc\u30b8":[48,79],"\u65b9\u5f62":[47,114],"\u4f5c\u308a":[33,49,80,39],"\u4f5c\u308b":[30,80,120,81,105,39,79],link:[10,26,85],gettext:79,"+ ":123,"_type":[30,47,2,3,85,10,120,112,65,37,96,104,48,91,23,49,114,73,39],"\u9001\u308a\u65b9":[58,35,26,56,72,79],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[],"\n% ":79,"\u53d7\u3051\u53d6\u3063":87,"\u30ea\u30bd\u30fc\u30b9":78,"\u65b9\u5f0f":[65,49,2,87],":mm":[95,97],"/usr":[72,65],"\u6c17\u306b":79,"/select":[10,26],"4\u3064":20,"-threshold":[75,43,65,89,48,72]," \"\u308d\u3086\u304d":91," advanced":[63,68],all:[48,98],dist:98," according":[],"\u6761\u4ef6":[35,75,42,2,91,98,43,100,31,101,65,119,46,102,105,48,56,120,103,97],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":16,"\u8fd1\u3044\u9806":32,"\u30d3\u30c3\u30c8":[10,119,97,112],"\u30af\u30c8\u30ea":[],"\u7f6e\u304d\u63db\u3048\u308b":[],"/rab":[46,2,85],init:72,"\u304a\u5f85\u3061":15," dropped":[],"_SIS":[119,97,92,91,39],"\u95a2\u9023":[2,4,15,5,6,16,60,72,8,103,74,35,75,98,10,11,37,102,105,38,94,109,110,48,49,76,50,84,86,87,99,55,56],"=PATH":[72,89],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[65,69,48,72,96,35,98,11,12,109,14,16,115,116,50,117,84,87,101,99,89,23,56,57],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[16,98],list:98,"_html":[35,29,65,20,48,16,107]," stateful":[],"\u304a\u3088\u3073":[2,98,10,87,65,48,72],"\u4f4e\u6e1b":101,"\u6d69\u4e8c":48,"<protocol":65,"\u89aa\u5207":101," inserted":[],"\u884c\u3048\u308b":[48,30],"/news":98," steps":[],"/centos":[84,98],"(packages":98," point":[48,47],sub:98,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[98,14,88,56,72,116],"\u8868\u578b":[],version:[2,3,98,51,26,16,6],"_NO":[75,1,97,43,63,101,119,20,78,104,71,49,39],memcached:[116,35,26,103,87],"\u793a\u3059":[86,75,1,60,91,10,64,119,20,37,36,47,94,88,71,114,34,97],Pull:79,tags:30,"\u88dc\u5b8c\u8a9e":33,"#worker":6," name":[75,28,97,10,63,44,45,102,6,104,120,39],serihiro:48,TokenDelimit:55,"-Wno":16,LZO:[48,72,112],options:[117,65,93,96],"\ninfo":[4,5]," cover":20,"\nthat":[],"\u3053\u3053\u3067":98,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":98,"\u300c\u697d\u3057":92," tar":[99,84,11,98,109],"/atv":[46,2,85],"\u69cb\u6587":[35,75,47,97,29,105,20,121,119,7,48,39]," less":[],INCOMPATIBLE:112," supported":6," SWIG":68,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[51,90],"\u7a4d\u7b97":[75,42],Baseball:30," Context":20," nroonga":49,Intel:96,Int:[41,75,47,2,119,85,30,10,100,31,55,43,46,80,48,33,49,120,101],"\u30d7\u30ed\u30f3\u30d7\u30c8":[69,3],"\u524d\u63d0":[56,98],"\u89e3\u6790":[16,56,116,48],"\u79fb\u884c":[16,9],Codes:79," Nonexistent":75,"\u30ea\u30cd\u30fc\u30e0":16,"\u958b\u767a":[108,35,84,9,98,109,87,11,88,99,69,89,120,48,56,57,111,50],"\u7406\u7531":[87,48,75,34,39]," reduce":63,"&..":26," three":[10,2]," source":[],disable:16,"_text":116,"\u30ea\u30dd\u30b8\u30c8\u30ea":[109,84,98,11,99,48,16,56,79],"-max":[16,65],"short":[],"-munin":[109,84,11,99,89,48,72],"-http":[48,6],"\u65b9\u6cd5":[109,2,3,29,31,92,65,69,26,48,33,72,34,35,75,9,98,10,122,11,76,78,43,70,96,104,105,39,80,14,47,111,16,114,115,116,50,84,120,87,20,99,89,55,56,79,57],callback:42," segment":82,Linux:96,"\"book":97,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[35,59,2,85,30,10,122,46,48,16,103],"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":98,"\u9ad8\u307e\u3063":87,"/executables":[],"\u623b\u308a\u5024":[47,100,39,20,7],LINE:88,"\"is":10,"\u30bf\u30a4\u30d7":[16,96,34],PCRE:48,Hash:63,".git":[98,79],"\u91cd\u8996":[43,78],"\nNFKC":123,"\nwhen":[],"\u30d6\u30fc\u30ea\u30a2\u30f3":31," feature":79,"return":[],"\u52d5\u4f5c":[35,75,9,116,98,80,10,122,55,101,6,33,16,56,124,96,79],"\u5897\u3048":49,"\u8aa4\u5b57":[16,101,115,48],"\u8a71\u984c":15," \u30d0\u30c3\u30d5\u30a1":82,"-encodiong":97," tool":50,"\u51fa\u6765\u308b":120,"\u4e0d\u9069\u5207":48,Defines:93,"-create":[27,35,29,80,100,121,93,123],weight:[10,75],"_release":[]," MARK":123,Sports:30,HALFWIDTH:123," sh":98," so":63,"\u7def\u5ea6":[35,97,10,87,31,46,120],"\u660e\u8a18":[],"_MEMORY":[1,112],"\u6c42\u3081":[87,77],"_new":[48,81],"/managers":[6,34]," does":[],"\u3072\u3053\u3055\u3093":48,Block:10,thread:[81,96]," processing":95,"_ito":16,"\u5927\u304d":[48,82,39]," byte":[],",[]":60,"\n\u308c":[],"\nheader":[],"${":[75,97],"\u306a\u306a\u3069":[97,119],"\n\u308b":101,passes:98,"\u5b58\u5728":[0,101,2,85,87,92,75,88,36,46,26,104,48,49,114,96,73],"\n\u30b9":16,script:[41,75,118,77,37,36,110,114,96],gpg:98,"\u3050\u3088\u3046":47,"\u60c5\u5831\u540d":[71,64],passed:98,Packages:98,"\nGRN":42,"\u8a9e\u691c":75,"$(":[109,99,84,11,57],"\uff01 ":120,Munin:[109,0,11,84,99,48,16,72],"$ ":[91,97],"\u6574\u5408":0,"\u540d\u4e00":71,"\u3002ECMAScript":75,"\u898b\u308b":[46,1],"_EMPTY":[1,112],"/groonga":[109,79,84,72,2,98,99,53,11,65,57,14,101,71,6,7,16,48,50,115,26],"-working":48,"\n\u30ea":[],",[\"":43,"7e":96,"\u898b\u3066":[88,75],"\u307e\u307e":[10,9,98],"\u898b\u3064":[48,101,100],"\u540dn":[71,64,75]," abandon":[86,94,110,60],"\u307e\u3060":[75,9,97,100,20,51,112,16],"\u307e\u3067":[40,78,42,2,91,98,120,65,37,49,96,79],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,16,19,20,36,23,24,27,28,30,31,32,53,33,34,109,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,99,54,55,56,57,58,60,61,64,65,15,67,69,26,71,72,73,74,75,76,77,78,79,80,82,83,84,85,86,87,88,89,90,91,92,94,96,97,98,100,102,104,105,106,107,108,110,112,114,115,116,117,119,120,122,118,124],"\u307e\u305a":[2,61,98,43,120,92,69,6,97,72,96,79],"\u307e\u305b":[1,2,31,32,65,6,7,33,48,72,8,34,78,75,47,97,96,10,100,37,73,60,38,106,64,39,92,80,43,45,110,112,16,49,115,119,51,98,87,71,20,88,79,90,26],RESOURCE:112,"_list":[35,0,2,29,65,64,101,19,71,48,16],"\u307e\u305f":[28,60,4,31,65,5,16,71,96,74,75,47,97,98,37,102,104,38,106,64,94,44,45,82,46,110,83,48,49,116,50,51,119,86,120,20,88,54,24,90],"\u3058\u304d":20,"\u6c42\u3081\u308b":[87,47,114],centos6:48,"\u7279\u5b9a":[75,98,85,87,104,105,49,72,116],"[pat":48,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":49,"\nyou":[]," superior":20,"\u5024\u6bce":75,"\u3093\u3057\u304d":105,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":42," realtime":[100,55],"\u30e1\u30fc\u30c8\u30eb":[47,114],"\n\u304d":[],"\u89e3\u653e":51,"\n\u304b":[],"\n\u3044":[],"\nall":[],windows:[68,98],"-oriented":20,"\u9577\u3055":[10,48,96],"\u6e96\u5099":[35,75,61,98,43,119,97,56,103,79]," objects":63,"\u30a4\u30eb":[],".rb":101,"\u304a\u3051":75,"_users":120,"\u304a\u304d":[87,98],"\u304a\u304f":[10,97,98]," night":78,"/load":34,"\u304a\u304b":72,"\u304a\u3044":[2,98,10,87,46,116,16,73,79],"\u59cb\u70b9":2,firewood:48,"\u304a\u3070":[16,0],"_NAME":[88,26],"-ftp":96,"\u4f4e\u6a5f":42," Pack":[],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[33,80,124,34,55],"\u629c\u3051\u308b":2," used":[63,123,95],"\u671b\u307e\u3057\u3044":[87,98],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\n# ":[51,2,26],"\u304a\u3070\u305f":16,"\u305d\u308c":[109,84,42,2,61,98,10,120,31,92,119,51,43,101,69,55,97,49,79,39]," supports":[63,68,123]," STATUS":93,"\u306b\u304a\u3044":[10,9,98],"\u4fdd\u8a3c":[82,9],"\u3002Redmine":58," flag":123,"\u6570\u5024":[35,0,42,2,119,10,92,65,75,45,86,101,94,60,114,103],"(content":20,"3\u3064":[75,2,10,20,88,105,49,116],"\u30b3\u30df\u30c3\u30c8":98,"\u305d\u3057":120," search":[119,80,63,55,20,100,48,16,123,115,8],dump:[35,0,29,101,19,104,48],"]]":[75,60,86,100,64,65,37,110,102,94,96],"][":[16,119,48],"\u305d\u3046":[97,50],are:63,arg:42,"\ncolumn":[43,120,47,104]," where":[],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[98,96,79],"\nsupport":63,"]}":[10,82],"\u30b9\u30b3\u30a2":[75,42,43,100,46,120,48,73],"]x":[120,46],"\u305d\u306e":[1,2,61,31,92,65,26,33,72,96,91,35,75,9,97,98,37,104,79,30,42,109,43,48,49,119,85,87,89,120,39],latin:[48,72,65],"\u5927\u91cf":[30,42,2,39],"\u898b\u3064\u3051\u308b":33,"\u304a\u308a":[120,49]," easy":12,UNSPLIT:42,"]\n":[28,2,61,4,65,5,26,33,71,74,75,47,97,10,100,78,102,38,39,30,80,44,45,82,46,110,83,49,91,123,119,85,120,20,88,54,55,24],AND:46,"\u30c6\u30fc\u30d6\u30eb":[0,28,2,61,31,65,67,16,60,34,74,35,75,47,97,10,100,37,94,73,104,91,102,64,103,39,40,30,42,43,44,45,82,110,48,49,115,119,85,86,120,101,71,54,24],license:98,"\u8a02\u6b63":115,ANN:98,"]'":34,"] ":[117,98,65,93,26,48,16,96],"]\"":[48,46,120],"<= ":6,"],":[2,61,64,65,26,33,71,96,91,37,75,47,97,10,100,78,60,94,30,104,80,43,51,82,46,49,119,85,86,120,20,88,55,123],"]/":26,"])":[41,114]," off":6,"_MESSAGE":88,"\u5b9f\u969b":[40,30,75,61,43,120,64,49],"\u7d76\u5bfe":7,":#{":95,"\u8003\u616e":43,Groonga:[75,97,98,63,20,88,112,87,95,49,123,119]," MySQL":[87,115,20],po:[56,98,79],"\u3057\u3084\u3059\u304f":48,"\u6574\u5217":[87,2]," raltime":55,"#groonga\u30bf\u30b0":120,"\nThis":48,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":112,"\u30d9\u30fc\u30b9":[97,87,101,119,48,16,124,79]," Documents":20,"\u79d2\u9593":16,"\u5730\u7cfb":47," most":[],TokenBigramSplitSymbolAlpha:[43,75,92],"\"sug":8,"\u5404\u8a9e":82,"\u6027\u5225":87,"_expansion":[16,75,115,61],"\u30ed\u30fc\u30ab\u30eb":[97,98]," logs":95," float":[],"\u6210\u679c":[56,79],"\u5065\u4f5c":30,"\u307e\u305b\u3093":[]," consists":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[58,98,87,56,50,79],About:50,"\nmroonga":115," described":123," describes":[88,79],"/hoge":65,"\u672c\u6765":61," buffer":82,"_INSTALL":[72,69,89],edge:81," - ":[]," --":[30,75,120,20,97],nanoseconds:95,"\\bin":69,"\u6b8b\u5ff5":10," fixed":[],"\u9006\u5f15\u304d":[35,120,103,30],"\u3067\u304d\u308b":[61,32,65,26,16,96,91,75,98,10,100,78,34,104,30,42,43,81,45,48,114,115,116,119,87,20,120,56,6],tables:104,"\u4e92\u63db\u6027":98,"\u64a4\u5ec3":101,"[[":[30,75,47,60,91,10,120,64,119,65,20,78,43,94,86,71,49,97]," -e":11,"\u5024\u7528":16,"\u304f\u3060":[1,2,91,62,31,15,69,6,7,72,34,109,75,47,97,10,100,11,43,96,39,14,26,48,84,119,87,99,23,79,57]," add":[63,75,79],"-cutter":98,"@wareohji":48," -G":69," -H":34," Takuto":101,unstable:[99,98]," Match":6,"\u6642\u523b":[88,80,120,51,118,96],".title":10,"\u7f6e\u304b":[23,72,115,6],"\u7f6e\u304d":[101,98],"\u7f6e\u304f":72,"[dump":48,"\u5404\u8981":61,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,72,65,97]," seven":2,"\u69cb\u6210":[42,2,98],proc:[99,75,11,84,109],"\u5ea6\u5206":31,"\u30ea\u30af\u30a8\u30b9\u30c8GQTP":112," fix":68,Command:[],"\u3067\u304d\u307e":[],"\u96c6\u8a08":[35,87],"\u9577\u751f\u304d":39,"\u5b9f\u73fe":[35,75,42,2,97,87,111,105,56],SOCKET:112,"\"service":80,range:[71,64],"\u672c\u6587":49," LGPL":68," Dest":[],sharding:63,url:104,"\u5831\u544a":[58,35,101,121,48,16,56,96],"\u524d\u65b9":[35,42,2,91,100,92,121,119,48,33,97,103,39],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":98," UTF":123,"_BLOCK":[1,112],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":65,"\u7a2e\u5225":64,fast:[63,75,119,20,97],"/hosts":98,files:98," tests":98,"-query":[2,91,65,20,95,48,16,115,119],"\nupdate":63,Google:[75,8],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[75,67],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":39,"_op":42," that":[75,63,20,48,95,123],"_or":114,"\u306b\u3064":48," than":95,"\u63a5\u982d":[16,97],"\u679c\u305f":2,"\u7279\u5fb4":[87,35,49,30],"\u306b\u5bfe\u3059\u308b":[35,42,2,98,85,30,10,87,101,67,26,100,16,49,120,103],":Groonga":[75,119],grn:[1,60,29,16,95,94,35,75,47,77,37,102,105,41,42,110,48,49,114,86,101,121,36,56,118,52],gro:20,"\u5168\u6587":[2,92,65,67,70,72,103,35,75,97,10,105,39,30,32,43,46,48,49,119,87,120]," confirmed":[],users:120,"\nin":[]," except":63,"\u5c5e\u3057":31,"\u305f\u3076\u3093":72,"\nit":[],"\nis":63,drilldown:[30,0,85,63,75,102,120],"<limit":65,"\u300d\u3001":[30,120],"\u300d\u3002":105,Hiroshi:16,"\u8868\u3059\u578b":31,"-deafult":16,"\u8aad\u307f\u53d6\u308a":[37,65],"-package":[72,98,89],"\u30b3\u30a2":[72,6,34],"-count":51,"\"Tokyo":[],"_LOCATION":88,"\u30a4\u30f3\u30c7\u30c3\u30af":49,"\u958b\u304f\u969b":48,"\u5272\u308a\u5f53\u3066\u308b":[10,2],"\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u8a9e\u6271":92,Object:31,"\u30cb\u30e5\u30fc\u30b9":78,stable:9,include:53,"\u7e70\u308a\u8fd4\u3057\u6570":96,"\u30de\u30c9\u30ea\u30fc\u30c9":47,"\"saerch":80,"\u30d7\u30e9\u30b0\u30de":75,QUIT:112,"\u306a\u3068\u304d":87,"\u3002run":116,"\u3067\u5024":[65,2]," include":[],"\nand":63,"2pdf":12,"\"complete":8,"-in":[35,123,98,29]," temporary":[35,29,63],"-id":[48,65],"_dir":16,"|correct":100,".po":[56,79]," term":82,MySQL:[87,98],".pc":[16,121],"-line":50," specifies":[]," Blogs":43,etime:117," specified":[]," voiced":123,"\u30a8\u30f3\u30b8\u30f3":[10,30,75,65,87],"-exact":51,"\u521d\u56de":79," Precise":[35,11,89,48],"_DESCRIPTOR":[1,112]," See":[],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":32,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[2,6],"\u4e0a\u3052\u308b":43," Comments":[120,49,104],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":65,"\u30c8\u30e9\u30a4":[16,119,97,39],">version":3,"\u5206\u6790":87,Binary:[],apple:123,apt:[99,11,98,50]," turn":6,api:34,Input:[],"\u3002Travis":50,"\u5148\u60c5":120,"\u9001\u4fe1":[28,60,4,64,5,26,71,94,96,74,37,102,104,38,106,44,45,82,110,83,51,86,54,24,90],use:[]," Search":97,usa:85," defined":[],"\u3057\u307e\u305b":[33,75,72],"\u5730\u70b9":[46,47]," defines":93,"\u3057\u307e\u3046":[87,16,101,98,48],usr:[65,6,7,72,116,57],"\u3057\u307e\u3044":[10,43,91,96,80],Itagaki:101,"\u4efb\u610f":[2,98,87,31,65,96],sort:63," registering":123," surrounded":[],HOST:[26,96],"_NEW":16,"?msg":98,"/index":[65,98,79],"-html":[48,101]," morning":78,"\nLETTER":123,"\u30b7\u30fc\u30b1\u30f3\u30b9":[33,80,55],tar:[109,84,98,14,11,99,72,57],"_install":[12,50]," example":[75,123],Details:95," or":[63,123,95],"\u30c0\u30d6\u30eb":[16,48,119,97,39],sid:[35,89,99],instead:[],"\u6b63\u78ba":[10,51,2]," physical":82,"_create":[2,61,29,63,65,16,71,96,91,35,75,47,97,10,78,104,39,30,43,45,46,48,49,119,85,120,19,20,121,123],"-com":98," affects":[]," Text":[75,119,20,49,96,97],NormalizerNFKC:123,"\"rectangle":[48,47,114]," mroonga":[49,119,75,97]," instead":[63,123,65],"\u30a2\u30af\u30bb\u30b9":[117,101,98,10,23,65,26,48,16,79,6]," nice":78,"\u3042\u308b\u3044":[109,84,9,97,87,112,119,36,42,6,114,39],"-config":[0,101,65,48,16,72],"\u30da\u30fc\u30b8":[35,75,2,98,65,15,48,23,79]," restart":[],"\u7de9\u548c":[],"\ndefault":[],"\u4eac\u90fd":[43,92],"#groonga":115,"_DENIED":[1,112],"\u300cbill":92,"\u5bfe\u8a71":[2,26],"\u7279\u5225":[72,33,1,119],"% ":[98,79],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":98,"/apt":[99,11,98],"/BC":98,"/api":34,":clear":98,"_SHUTDOWNED":[1,112]," compression":[]," gpg":98,"\u30b9\u30ad\u30fc\u30de":[75,47,97,20,78,104,49,119],"\u8d8a\u3048":43,"\u3082\u3057\u3054":48,"_TEMPORARILY":[1,112],"\u90e8\u5206\u4e00\u81f4":[43,92],"_point":[30,114],articles:49,edit:[35,0,97,98,77,107,29],".net":[30,2,98,85,10,15,46,26]," updated":[43,68,79],"%\\":69,nfs:72," updates":20,"\u6df7\u305c":[10,100],".overcommit":48," SNIPPET":20,",\"link":10,"\u5c3a\u5ea6":87," Here":[]," Aramaki":[16,101],"\u89e3\u6c7a":[16,82,48]," liblzo":[99,11],out:96," encoding":123,"\ncase":[],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":120," unsigned":[],"\u30ec\u30a4\u30e4":42,This:[75,2,97,10,119,93,6,95,26],"\u5b9f\u7a3c":117," provides":63,"8r":[48,72,65],"_COMMAND":[88,1,112],"\u4e00\u90e8":[44,2,8,48]," Tomita":101,"\u304a\u3059\u3059\u3081\u3057":[97,98,119],"\u3064\u304b":121,"\u8aac\u660e":[58,86,1,2,29,4,31,92,65,5,28,6,71,33,108,72,73,74,35,75,97,98,99,10,100,11,37,43,94,96,60,38,102,107,64,39,27,41,122,42,104,69,80,14,44,109,45,82,46,110,112,106,48,83,114,115,50,117,51,84,118,119,79,77,19,88,36,54,89,55,23,56,24,90,57],"1\u305a":[9,73],Daiki:[48,101,121],"\u53d6\u308a\u8fbc\u307f":16,"\u8d77\u70b9":[86,94,75,60],"\u78ba\u8a8d":[0,1,2,98,10,120,88,6,56,96,79],"\u304a\u304b\u3057":101,",[":[43,86,94]," Meerkat":16," prefix":[16,63],"1\u3064":[40,30,75,120,97,100,112,119,20,58,96,7,16,49,8,34,39],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":65,"\u7279\u5316":[97,79]," for":[47,63,31,20,93,68,95,48,123,79],Success:[],"\u30d5\u30a9\u30eb\u30c0\u30fc":69,"-jumandic":[109,84],"\u64a4\u53bb":16,"\u8a9e\u610f":67,"\u9ad8\u3044\u9806":2,"\u89e3\u6d88":[0,24]," handle":63," started":[88,95,75,97,119],".grn":104,"\nchracters":123,"\u82e6\u624b":87,"\u30ab\u30bf\u30ab\u30ca":[33,100],NETWORK:112,"\u76ee\u304f\u3089\u3044":39,Soccer:30,After:[],"^ ":97," Install":69,"\u4eee\u60f3":[46,85]," reused":63,"_ACCOUNT":79,"=NUMBER":[72,89],"\u7d44\u8fbc\u578b":[35,31,29],"_build":116,"\u73fe\u5728":[117,2,98,87,32,67,83,120,38,118,96,39],"\u6dfb\u4ed8":48,"_is":16,hh:[95,97],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[30,75,85,35,120,31,16,103],"_in":[35,0,29,30,120,101,36,46,16,114,107],"-output":[48,75,20,96],"_id":[75,2,97,98,46,48,16,73],"\u6307\u3057":10,currently:6,",\n ":[30,75,97,43,100,64,88,82,6,120,119],",\n#":[30,75,2,97,10,120,46,26,119]," favorite":79,"\u5bfe\u8c61":[28,2,61,64,92,16,72,34,74,35,75,9,98,100,37,102,103,104,39,30,42,43,81,44,45,48,49,116,117,119,79,87,20,120,24],"_truncate":16," project":97,".\" ":26,cache:[35,0,2,3,29,19,75,51,26,83,6]," doesn":[63,123,6],"\u30b7\u30a7\u30eb":[72,96],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":72,"\u6295\u7a3f":[120,98],"\u4ed8\u3051\u308b":[81,2],"!condition":97," negative":[]," same":[],",\n{":[123,61,85,80,100,119,55,33,49,97,91],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[75,83],"_CURSOR":101,GPS:87,"\u30b7\u30a7\u30a2":15,"\u3070\u3044\u3051":[75,97,119,39,48,72,115,50],"(column":20,",\n[":[20,104],",\n]":[43,46,61],queries:96,"_LIST":[1,112],view:[35,54,65,19,29],"\u304b\u304e\u308a":96,"=fedora":98," NFKC":123,"\u884c\u6570":16,"') ":65,")Senna":115,Minute:95,"\u4e43\u6bc5":101,job:96," only":[63,6]," combined":[],"\u6392\u4ed6":97," map":95,".i":84," max":[41,83,63]," may":63,"\u6728\u578b":[],"/local":[72,6,98],"\u672a\u5bfe":48,"\"YYYY":97,"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[72,69],table:[28,2,61,29,63,64,65,26,48,33,34,91,35,75,9,97,10,100,37,102,96,60,39,94,30,42,104,80,43,44,54,78,45,46,47,16,49,119,85,86,120,101,19,20,110,71,55,123],"\u671f\u5f85":87,rpm:[48,84,98],Uubntu:116,"/Modules":6," corrections":[],"\u304a\u3059\u3059\u3081":34,"\u30b5\u30d6\u30bb\u30c3\u30c8":31,Tomoatsu:101," argument":97,"\u9bae\u5ea6":78,"\u3002gdb":116," absolute":[],"\u521d\u671f\u5024":117,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":48,"\u5927\u6587\u5b57":[2,39]," when":123,"-cache":65," MessagePack":3," extracts":[],"\u5024\u578b":10," favorited":120,"\u672a\u5b9a":10,"\u77e5\u308a":98,"\u4f4f\u6240":48,will:[]," favorites":120,"\u793a\u3055":[71,64],"\u793a\u3057":[47,2,98,85,43,32,51,1,26,49],MORE:112," Good":78," sound":123," zlib":[99,11],"\u578b\u3068":85,"\u3072\u308d\u3086\u304d":91,"-debug":101,avg:117," original":[123,91,104],"\u8fd4\u4fe1":[120,49],uptime:[0,2,3,51,26,6],"\u5185\u90e8":[10,48,51,20,98],"\u578b\u304b":31," replied":120,"\uff08longest":16,"\u6ce8\u610f":[75,2,91,98,10,43,96,16,97,34,39],"\u3002TokenDelimit":55,pdf:[12,56]," local":104," body":[60,61,43,44,45,86,94],"\u5168\u6587\u691c":[35,101,2,103,39],"\uff01\"":120," To":[],ARG:112,uzulla:16,"\uff01:":72," translation":79," obj":82,"\u521d\u671f\u5316":48,"\u5236\u7d04":40,"\u9ad8\u7cbe":87,"\u660e\u793a\u7684":[47,3],qwik:104,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[16,72,116,89,79],"'pid":65,"{\n":[42,6,34],"_DATA":[1,112]," collected":[]," tracker":58,"_DATE":98,CentOS:[35,84,98,101,89,48,16,72],"\u307e\u305f\u3044":[48,47]," specify":[],"_threshold":[75,80,100,101,55,33,16,72],"\u307e\u305f\u3050":[35,49,47,103,48],"\u306a\u304b\u3063":[75,9,2,97,4,65,102,44,54,45,43,5,28,96,38,48,83,110,74],"\uff08TODO":97,sequence:[33,100,80,55],"-host":96," candidate2":100," candidate1":100," unpatched":68,"\u30b3\u30e1\u30f3\u30c8":[120,101,65,49,115,96],"_sortby":[75,102,85]," origin":79,"\u306e\u307b\u304b":[10,31],"\u96e2\u308c":46,"_DB":[16,48],"_PIPE":[1,112],"\u7acb\u3061\u4e0a\u304c\u3063":96,"\u518d\u691c":105,"\u306e\u3044\u305a\u308c\u304b":[36,114]," grn":105,"\u305d\u308c\u305e\u308c":[75,42,2,3,85,10,120,92,65,20,88,43,46,61,112,98,23,49,72,116,39],"\u5358\u72ec":96,column:[0,2,61,29,64,65,48,33,96,91,35,75,47,97,10,100,78,39,30,42,80,44,45,46,16,49,119,85,120,101,19,20,55],universe:11,Tags:[71,39],".html":[65,98,79],DCMAKE:69,Really:[75,97,119],"\u6570\u5b57":[43,80,96,39],"\u3067\u3059\u3093\u306a\u308a":[],"_RESULT":1,"_length":112,Grease:10,debian:48,")\n":[41,68,98,63,47,42,95,114],"var":[72,64,42,65,6]," query":[95,100,115,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":50,Commands:[],"-pid":[16,65],"\u30b9\u30cb\u30da\u30c3\u30c8":20,"_term":68,Perl:[],"\u6848\u5185":98," object":63," eggs":49,"\u70b9\u3084":[],"\u30ed\u30b0\u30a4\u30f3":98,"\u4e00\u9577":87,"\u6c7a\u5b9a":75," Dictionary":123,"\u7a4d\u7528":75,"8bit":31,"\"se":33,"@github":98,Temporary:63,"\u52a0\u3048":[10,42,91,50],book:97,HttpRewriteModule:6,"-analyzer":[16,48]," developer":[120,56],"\u306f\u307e\u305a":98,".gpg":98,".location":120," Prefix":97,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":101,"\u3002mroonga":87," tags":30,Site:[10,2,26,85],"\u5909\u66f4\u70b9":[56,98],"\u306f\u307e\u3060":[34,124]},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.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.7. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.11. defrag","8.7. 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","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.2.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.14. load","8.3.17. log_reopen","8.3.24. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.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.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","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.5. Tables","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.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.20. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.11.1. edit_distance","8.12. \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.13. Log","8.1.2. grntest","8.10.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.10. grn_expr","8.3.18. quit","8.11. \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.11.3. geo_in_circle","8.8.1. QueryExpanderTSV","13.2.6. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. Normalizers","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","reference/types","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","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/tables","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/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"]})
@@ -9,15 +9,15 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>7. サーバー &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>7. サーバー &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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" />
16
16
 
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
- URL_ROOT: './',
20
- VERSION: '2.1.0',
19
+ URL_ROOT: '',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
65
+ <li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</a> &raquo;</li>
135
+ <li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</title>
12
+ <title>7.1. GQTP &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</a> &raquo;</li>
128
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</title>
12
+ <title>7.2. HTTP &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</a> &raquo;</li>
158
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0ドキュメント</title>
12
+ <title>7.2.1. 比較 &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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>
@@ -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には <tt class="xref doc docutils literal"><span class="pre">/reference/command_version</span></tt> という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。</p>
206
+ <p>groongaには <a class="reference internal" href="../../reference/command/command_version.html"><em>コマンドバージョン</em></a> という仕組みがあります。これは後方互換性を維持したまま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>
@@ -403,7 +403,7 @@ http {
403
403
  <li class="right" >
404
404
  <a href="../http.html" title="7.2. HTTP"
405
405
  >前へ</a> |</li>
406
- <li><a href="../../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
406
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
407
407
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
408
408
  <li><a href="../http.html" >7.2. HTTP</a> &raquo;</li>
409
409
  </ul>
@@ -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.3. groonga-httpd &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>7.2.3. groonga-httpd &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../../index.html" />
32
32
  <link rel="up" title="7.2. HTTP" href="../http.html" />
33
33
  <link rel="next" title="8. リファレンスマニュアル" href="../../reference.html" />
34
34
  <link rel="prev" title="7.2.2. groonga" href="groonga.html" />
@@ -63,7 +63,7 @@
63
63
  <li class="right" >
64
64
  <a href="groonga.html" title="7.2.2. groonga"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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>
@@ -125,7 +125,7 @@
125
125
  <li class="right" >
126
126
  <a href="groonga.html" title="7.2.2. groonga"
127
127
  >前へ</a> |</li>
128
- <li><a href="../../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
128
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
129
129
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
130
130
  <li><a href="../http.html" >7.2. HTTP</a> &raquo;</li>
131
131
  </ul>
@@ -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.2. groonga &mdash; groonga v2.1.0ドキュメント</title>
12
+ <title>7.2.2. groonga &mdash; groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
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.1.0ドキュメント" href="../../index.html" />
31
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../../index.html" />
32
32
  <link rel="up" title="7.2. HTTP" href="../http.html" />
33
33
  <link rel="next" title="7.2.3. groonga-httpd" href="groonga-httpd.html" />
34
34
  <link rel="prev" title="7.2.1. 比較" href="comparison.html" />
@@ -63,7 +63,7 @@
63
63
  <li class="right" >
64
64
  <a href="comparison.html" title="7.2.1. 比較"
65
65
  accesskey="P">前へ</a> |</li>
66
- <li><a href="../../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
66
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</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>
@@ -125,7 +125,7 @@
125
125
  <li class="right" >
126
126
  <a href="comparison.html" title="7.2.1. 比較"
127
127
  >前へ</a> |</li>
128
- <li><a href="../../index.html">groonga v2.1.0ドキュメント</a> &raquo;</li>
128
+ <li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> &raquo;</li>
129
129
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
130
130
  <li><a href="../http.html" >7.2. HTTP</a> &raquo;</li>
131
131
  </ul>