rroonga 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (788) hide show
  1. data/doc/text/news.textile +29 -0
  2. data/doc/text/tutorial.textile +176 -199
  3. data/ext/groonga/extconf.rb +16 -2
  4. data/ext/groonga/rb-grn-logger.c +214 -202
  5. data/ext/groonga/rb-grn-object.c +1 -23
  6. data/ext/groonga/rb-grn-table-cursor.c +1 -2
  7. data/ext/groonga/rb-grn-table.c +1 -2
  8. data/ext/groonga/rb-grn-utils.c +3 -7
  9. data/ext/groonga/rb-grn.h +2 -16
  10. data/ext/groonga/rb-groonga.c +1 -3
  11. data/lib/1.8/groonga.so +0 -0
  12. data/lib/1.9/groonga.so +0 -0
  13. data/lib/groonga/context.rb +27 -0
  14. data/lib/groonga/dumper.rb +35 -3
  15. data/lib/groonga/logger.rb +142 -0
  16. data/lib/groonga.rb +2 -1
  17. data/rroonga-build.rb +2 -2
  18. data/test/groonga-test-utils.rb +3 -1
  19. data/test/test-context.rb +63 -0
  20. data/test/test-logger.rb +1 -0
  21. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  22. data/vendor/local/bin/groonga.exe +0 -0
  23. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  24. data/vendor/local/bin/libgroonga-0.dll +0 -0
  25. data/vendor/local/bin/libmecab-1.dll +0 -0
  26. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  27. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  28. data/vendor/local/bin/libstdc++-6.dll +0 -0
  29. data/vendor/local/bin/mecab-config +2 -2
  30. data/vendor/local/bin/mecab.exe +0 -0
  31. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  32. data/vendor/local/include/groonga/groonga.h +48 -7
  33. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  37. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  49. data/vendor/local/lib/libgroonga.a +0 -0
  50. data/vendor/local/lib/libgroonga.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.la +3 -3
  52. data/vendor/local/lib/libmecab.a +0 -0
  53. data/vendor/local/lib/libmecab.dll.a +0 -0
  54. data/vendor/local/lib/libmecab.la +1 -1
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpack.la +2 -2
  58. data/vendor/local/lib/libmsgpackc.a +0 -0
  59. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  60. data/vendor/local/lib/libmsgpackc.la +2 -2
  61. data/vendor/local/lib/pkgconfig/groonga.pc +5 -3
  62. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  65. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  66. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  67. data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
  68. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +5 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +5 -3
  70. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -4
  71. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  72. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  73. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  74. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -3
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +50 -22
  76. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +46 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +4 -0
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +135 -0
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +4 -0
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +17 -15
  83. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +192 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
  85. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
  86. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +2 -14
  87. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +193 -138
  88. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -9
  90. data/vendor/local/share/doc/groonga/en/html/community.html +7 -9
  91. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -8
  92. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +6 -8
  93. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -8
  94. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -8
  95. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -8
  96. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -8
  97. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -8
  98. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +8 -18
  99. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -8
  100. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -8
  101. data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -9
  102. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -8
  103. data/vendor/local/share/doc/groonga/en/html/development.html +7 -9
  104. data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -10
  105. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -9
  106. data/vendor/local/share/doc/groonga/en/html/index.html +22 -18
  107. data/vendor/local/share/doc/groonga/en/html/install/centos.html +22 -11
  108. data/vendor/local/share/doc/groonga/en/html/install/debian.html +22 -11
  109. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -14
  110. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -11
  111. data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -11
  112. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -11
  113. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +22 -11
  114. data/vendor/local/share/doc/groonga/en/html/install/windows.html +47 -25
  115. data/vendor/local/share/doc/groonga/en/html/install.html +8 -10
  116. data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -9
  117. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -8
  118. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -8
  119. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -8
  120. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -8
  121. data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -8
  122. data/vendor/local/share/doc/groonga/en/html/news.html +148 -97
  123. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  124. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -8
  125. data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -8
  126. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -8
  127. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -8
  128. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -8
  129. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -8
  130. data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -9
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -8
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -8
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +19 -19
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -8
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -8
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -8
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -8
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -8
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -8
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -8
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -8
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -8
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -8
  144. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -8
  145. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -8
  146. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -10
  148. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -8
  149. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -8
  150. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -8
  151. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -8
  152. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -8
  153. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +11 -13
  154. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +6 -8
  155. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +6 -8
  156. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +6 -8
  157. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -8
  158. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -8
  159. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -8
  160. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -8
  161. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
  162. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -8
  163. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -8
  164. data/vendor/local/share/doc/groonga/en/html/reference/function.html +9 -10
  165. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -8
  166. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -8
  167. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -8
  168. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -8
  169. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -13
  170. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +403 -0
  171. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +29 -31
  172. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -26
  173. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -8
  174. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -8
  175. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -8
  176. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -12
  177. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -13
  178. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +11 -13
  179. data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -8
  180. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +6 -8
  181. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -8
  182. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -8
  183. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +37 -44
  184. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -8
  185. data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -13
  186. data/vendor/local/share/doc/groonga/en/html/reference.html +14 -16
  187. data/vendor/local/share/doc/groonga/en/html/search.html +7 -9
  188. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  189. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +16 -18
  190. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +43 -45
  191. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +14 -16
  192. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +18 -20
  193. data/vendor/local/share/doc/groonga/en/html/server/http.html +30 -32
  194. data/vendor/local/share/doc/groonga/en/html/server/package.html +375 -0
  195. data/vendor/local/share/doc/groonga/en/html/server.html +23 -19
  196. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -8
  197. data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -8
  198. data/vendor/local/share/doc/groonga/en/html/spec.html +7 -9
  199. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +6 -8
  200. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +6 -8
  201. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +6 -8
  202. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +6 -8
  203. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +6 -8
  204. data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -9
  205. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
  206. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -9
  207. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -8
  208. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -8
  209. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -8
  210. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -8
  211. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -8
  212. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -8
  213. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -8
  214. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -8
  215. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -8
  216. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -8
  217. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -8
  218. data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -9
  219. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +5 -3
  221. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +5 -3
  222. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -4
  223. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  224. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  225. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  226. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -3
  227. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +50 -22
  228. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +46 -0
  229. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
  230. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +4 -0
  231. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +135 -0
  232. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +4 -0
  233. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +17 -15
  235. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +192 -0
  236. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
  237. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
  238. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +2 -14
  239. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +192 -137
  240. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  241. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -9
  242. data/vendor/local/share/doc/groonga/ja/html/community.html +7 -9
  243. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -8
  244. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +6 -8
  245. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -8
  246. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -8
  247. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -8
  248. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -8
  249. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -9
  250. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +11 -21
  251. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -9
  252. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -8
  253. data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -12
  254. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -8
  255. data/vendor/local/share/doc/groonga/ja/html/development.html +7 -9
  256. data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -10
  257. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -9
  258. data/vendor/local/share/doc/groonga/ja/html/index.html +28 -24
  259. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +20 -11
  260. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +20 -11
  261. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -14
  262. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -11
  263. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -11
  264. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -11
  265. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +20 -11
  266. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +47 -20
  267. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -10
  268. data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -9
  269. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -8
  270. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -8
  271. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -8
  272. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -8
  273. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -8
  274. data/vendor/local/share/doc/groonga/ja/html/news.html +135 -97
  275. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  276. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -8
  277. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -8
  278. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -8
  279. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -8
  280. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -8
  281. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -8
  282. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -9
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -8
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -8
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +19 -19
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -8
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -8
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -8
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -8
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -8
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -8
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -8
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -8
  295. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -8
  296. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -8
  297. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -8
  298. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -8
  299. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -10
  300. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -8
  301. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -8
  302. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -8
  303. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +13 -15
  304. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -8
  305. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +11 -13
  306. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -8
  307. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -8
  308. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -8
  309. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -8
  310. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -8
  311. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -8
  312. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -8
  313. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
  314. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -8
  315. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -8
  316. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +9 -10
  317. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -8
  318. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -8
  319. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -8
  320. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -8
  321. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -13
  322. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +394 -0
  323. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +29 -31
  324. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -26
  325. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -8
  326. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -8
  327. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -8
  328. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -12
  329. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +11 -13
  330. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -68
  331. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -8
  332. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -8
  333. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -8
  334. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -8
  335. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +82 -134
  336. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -12
  337. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +15 -17
  338. data/vendor/local/share/doc/groonga/ja/html/reference.html +20 -22
  339. data/vendor/local/share/doc/groonga/ja/html/search.html +7 -9
  340. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  341. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +16 -18
  342. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +43 -45
  343. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +14 -16
  344. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +18 -20
  345. data/vendor/local/share/doc/groonga/ja/html/server/http.html +30 -32
  346. data/vendor/local/share/doc/groonga/ja/html/server/package.html +372 -0
  347. data/vendor/local/share/doc/groonga/ja/html/server.html +23 -19
  348. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -8
  349. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -8
  350. data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -9
  351. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -8
  352. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -8
  353. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -8
  354. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -8
  355. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -8
  356. data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -9
  357. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
  358. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -9
  359. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -9
  360. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -8
  361. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -8
  362. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -8
  363. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -8
  364. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -8
  365. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -8
  366. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -8
  367. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -8
  368. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -8
  369. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -8
  370. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -9
  371. data/vendor/local/share/man/ja/man1/groonga.1 +849 -276
  372. data/vendor/local/share/man/man1/groonga.1 +814 -144
  373. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  374. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  375. metadata +883 -1287
  376. data/ext/groonga/rb-grn-view-accessor.c +0 -53
  377. data/ext/groonga/rb-grn-view-cursor.c +0 -35
  378. data/ext/groonga/rb-grn-view-record.c +0 -41
  379. data/ext/groonga/rb-grn-view.c +0 -414
  380. data/test/test-schema-view.rb +0 -90
  381. data/test/test-view.rb +0 -71
  382. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt +0 -55
  383. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +0 -196
  384. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt +0 -55
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +0 -197
  386. data/vendor/local/share/doc/groonga/source/__init__.py +0 -0
  387. data/vendor/local/share/doc/groonga/source/characteristic.txt +0 -69
  388. data/vendor/local/share/doc/groonga/source/community.txt +0 -37
  389. data/vendor/local/share/doc/groonga/source/conf.py +0 -272
  390. data/vendor/local/share/doc/groonga/source/contribution/development/com.txt +0 -20
  391. data/vendor/local/share/doc/groonga/source/contribution/development/document.txt +0 -40
  392. data/vendor/local/share/doc/groonga/source/contribution/development/query.txt +0 -214
  393. data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +0 -661
  394. data/vendor/local/share/doc/groonga/source/contribution/development/test.txt +0 -116
  395. data/vendor/local/share/doc/groonga/source/contribution/development.txt +0 -12
  396. data/vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt +0 -14
  397. data/vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt +0 -198
  398. data/vendor/local/share/doc/groonga/source/contribution/documentation.txt +0 -16
  399. data/vendor/local/share/doc/groonga/source/contribution/report.txt +0 -28
  400. data/vendor/local/share/doc/groonga/source/contribution.txt +0 -26
  401. data/vendor/local/share/doc/groonga/source/development/travis-ci.txt +0 -61
  402. data/vendor/local/share/doc/groonga/source/development.txt +0 -15
  403. data/vendor/local/share/doc/groonga/source/example/completion-1.log +0 -31
  404. data/vendor/local/share/doc/groonga/source/example/correction-1.log +0 -31
  405. data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +0 -4
  406. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log +0 -41
  407. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log +0 -59
  408. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log +0 -65
  409. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log +0 -32
  410. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log +0 -35
  411. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log +0 -31
  412. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log +0 -35
  413. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log +0 -74
  414. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log +0 -35
  415. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log +0 -29
  416. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log +0 -29
  417. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log +0 -36
  418. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log +0 -31
  419. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log +0 -41
  420. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log +0 -41
  421. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log +0 -41
  422. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log +0 -52
  423. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log +0 -131
  424. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log +0 -12
  425. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log +0 -41
  426. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log +0 -59
  427. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log +0 -90
  428. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log +0 -41
  429. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log +0 -59
  430. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log +0 -47
  431. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log +0 -41
  432. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log +0 -47
  433. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log +0 -65
  434. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log +0 -65
  435. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log +0 -35
  436. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log +0 -65
  437. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log +0 -18
  438. data/vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log +0 -33
  439. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +0 -21
  440. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log +0 -31
  441. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log +0 -31
  442. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log +0 -12
  443. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log +0 -14
  444. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log +0 -8
  445. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log +0 -77
  446. data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log +0 -35
  447. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +0 -4
  448. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +0 -4
  449. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +0 -4
  450. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +0 -86
  451. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +0 -21
  452. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log +0 -16
  453. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log +0 -26
  454. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +0 -26
  455. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +0 -26
  456. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +0 -26
  457. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log +0 -15
  458. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log +0 -26
  459. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log +0 -26
  460. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log +0 -26
  461. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log +0 -13
  462. data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log +0 -16
  463. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +0 -28
  464. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +0 -29
  465. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +0 -17
  466. data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +0 -28
  467. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log +0 -33
  468. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log +0 -41
  469. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log +0 -47
  470. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log +0 -47
  471. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log +0 -41
  472. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log +0 -47
  473. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log +0 -92
  474. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log +0 -53
  475. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log +0 -59
  476. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log +0 -41
  477. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log +0 -41
  478. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log +0 -47
  479. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log +0 -59
  480. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log +0 -41
  481. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log +0 -41
  482. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log +0 -47
  483. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log +0 -51
  484. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log +0 -41
  485. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log +0 -59
  486. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log +0 -41
  487. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log +0 -41
  488. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log +0 -41
  489. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log +0 -53
  490. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log +0 -47
  491. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log +0 -41
  492. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log +0 -41
  493. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log +0 -47
  494. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log +0 -92
  495. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log +0 -41
  496. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log +0 -47
  497. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log +0 -41
  498. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log +0 -59
  499. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log +0 -47
  500. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log +0 -29
  501. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log +0 -41
  502. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log +0 -52
  503. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log +0 -59
  504. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log +0 -29
  505. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log +0 -35
  506. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log +0 -41
  507. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log +0 -29
  508. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log +0 -41
  509. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log +0 -51
  510. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log +0 -39
  511. data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log +0 -41
  512. data/vendor/local/share/doc/groonga/source/example/reference/indexing-data.log +0 -9
  513. data/vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log +0 -4
  514. data/vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log +0 -8
  515. data/vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log +0 -8
  516. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log +0 -31
  517. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log +0 -35
  518. data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log +0 -27
  519. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +0 -46
  520. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +0 -4
  521. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +0 -4
  522. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +0 -4
  523. data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +0 -35
  524. data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +0 -4
  525. data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +0 -48
  526. data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +0 -57
  527. data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +0 -47
  528. data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +0 -47
  529. data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +0 -47
  530. data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +0 -46
  531. data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +0 -54
  532. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log +0 -23
  533. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log +0 -78
  534. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log +0 -85
  535. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log +0 -113
  536. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log +0 -86
  537. data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log +0 -74
  538. data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +0 -24
  539. data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +0 -105
  540. data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +0 -20
  541. data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +0 -84
  542. data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +0 -78
  543. data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +0 -41
  544. data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +0 -41
  545. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -3
  546. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +0 -4
  547. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +0 -4
  548. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +0 -36
  549. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +0 -36
  550. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +0 -76
  551. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +0 -129
  552. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +0 -76
  553. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +0 -76
  554. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +0 -76
  555. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +0 -22
  556. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +0 -4
  557. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +0 -27
  558. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +0 -33
  559. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +0 -15
  560. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +0 -76
  561. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +0 -36
  562. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +0 -36
  563. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +0 -21
  564. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +0 -137
  565. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +0 -19
  566. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +0 -137
  567. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log +0 -23
  568. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log +0 -16
  569. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log +0 -30
  570. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log +0 -20
  571. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log +0 -86
  572. data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log +0 -41
  573. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +0 -59
  574. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +0 -98
  575. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +0 -35
  576. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +0 -35
  577. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +0 -89
  578. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +0 -35
  579. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +0 -73
  580. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +0 -54
  581. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +0 -58
  582. data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +0 -37
  583. data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +0 -24
  584. data/vendor/local/share/doc/groonga/source/example/tutorial/network-2.log +0 -5
  585. data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +0 -89
  586. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +0 -45
  587. data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +0 -102
  588. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +0 -26
  589. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +0 -70
  590. data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +0 -80
  591. data/vendor/local/share/doc/groonga/source/example/tutorial/search-1.log +0 -31
  592. data/vendor/local/share/doc/groonga/source/example/tutorial/search-2.log +0 -84
  593. data/vendor/local/share/doc/groonga/source/example/tutorial/search-3.log +0 -150
  594. data/vendor/local/share/doc/groonga/source/example/tutorial/search-4.log +0 -43
  595. data/vendor/local/share/doc/groonga/source/example/tutorial/search-5.log +0 -41
  596. data/vendor/local/share/doc/groonga/source/example/tutorial/search-6.log +0 -41
  597. data/vendor/local/share/doc/groonga/source/example/tutorial/search-7.log +0 -31
  598. data/vendor/local/share/doc/groonga/source/geolocation_search.txt +0 -52
  599. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png +0 -0
  600. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg +0 -188
  601. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png +0 -0
  602. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg +0 -501
  603. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png +0 -0
  604. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg +0 -275
  605. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png +0 -0
  606. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg +0 -899
  607. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png +0 -0
  608. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg +0 -249
  609. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png +0 -0
  610. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg +0 -275
  611. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png +0 -0
  612. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg +0 -743
  613. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png +0 -0
  614. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg +0 -261
  615. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png +0 -0
  616. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg +0 -228
  617. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png +0 -0
  618. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg +0 -241
  619. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png +0 -0
  620. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg +0 -879
  621. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png +0 -0
  622. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg +0 -879
  623. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png +0 -0
  624. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg +0 -879
  625. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png +0 -0
  626. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg +0 -602
  627. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png +0 -0
  628. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg +0 -600
  629. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png +0 -0
  630. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg +0 -600
  631. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png +0 -0
  632. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg +0 -600
  633. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png +0 -0
  634. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg +0 -917
  635. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png +0 -0
  636. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg +0 -600
  637. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png +0 -0
  638. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg +0 -600
  639. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png +0 -0
  640. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg +0 -600
  641. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png +0 -0
  642. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg +0 -561
  643. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png +0 -0
  644. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg +0 -389
  645. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png +0 -0
  646. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg +0 -469
  647. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png +0 -0
  648. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg +0 -514
  649. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png +0 -0
  650. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg +0 -595
  651. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png +0 -0
  652. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg +0 -600
  653. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png +0 -0
  654. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg +0 -424
  655. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png +0 -0
  656. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg +0 -549
  657. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png +0 -0
  658. data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg +0 -241
  659. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png +0 -0
  660. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg +0 -203
  661. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png +0 -0
  662. data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg +0 -264
  663. data/vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png +0 -0
  664. data/vendor/local/share/doc/groonga/source/images/geo-points-distance.png +0 -0
  665. data/vendor/local/share/doc/groonga/source/images/geo-points-distance.svg +0 -317
  666. data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png +0 -0
  667. data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg +0 -306
  668. data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png +0 -0
  669. data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg +0 -304
  670. data/vendor/local/share/doc/groonga/source/images/geo-points-sort.png +0 -0
  671. data/vendor/local/share/doc/groonga/source/images/geo-points-sort.svg +0 -383
  672. data/vendor/local/share/doc/groonga/source/images/geo-points.png +0 -0
  673. data/vendor/local/share/doc/groonga/source/images/geo-points.svg +0 -296
  674. data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png +0 -0
  675. data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg +0 -287
  676. data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png +0 -0
  677. data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg +0 -174
  678. data/vendor/local/share/doc/groonga/source/index.txt +0 -33
  679. data/vendor/local/share/doc/groonga/source/install/centos.txt +0 -152
  680. data/vendor/local/share/doc/groonga/source/install/debian.txt +0 -136
  681. data/vendor/local/share/doc/groonga/source/install/fedora.txt +0 -82
  682. data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +0 -53
  683. data/vendor/local/share/doc/groonga/source/install/others.txt +0 -267
  684. data/vendor/local/share/doc/groonga/source/install/solaris.txt +0 -43
  685. data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +0 -196
  686. data/vendor/local/share/doc/groonga/source/install/windows.txt +0 -87
  687. data/vendor/local/share/doc/groonga/source/install.txt +0 -28
  688. data/vendor/local/share/doc/groonga/source/limitations.txt +0 -29
  689. data/vendor/local/share/doc/groonga/source/news/0.x.txt +0 -126
  690. data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +0 -289
  691. data/vendor/local/share/doc/groonga/source/news/1.1.x.txt +0 -31
  692. data/vendor/local/share/doc/groonga/source/news/1.2.x.txt +0 -386
  693. data/vendor/local/share/doc/groonga/source/news/senna.txt +0 -109
  694. data/vendor/local/share/doc/groonga/source/news.txt +0 -632
  695. data/vendor/local/share/doc/groonga/source/rdoc.py +0 -762
  696. data/vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt +0 -8
  697. data/vendor/local/share/doc/groonga/source/reference/api.txt +0 -8
  698. data/vendor/local/share/doc/groonga/source/reference/cast.txt +0 -8
  699. data/vendor/local/share/doc/groonga/source/reference/command/command_version.txt +0 -75
  700. data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +0 -228
  701. data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +0 -110
  702. data/vendor/local/share/doc/groonga/source/reference/command.txt +0 -20
  703. data/vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt +0 -54
  704. data/vendor/local/share/doc/groonga/source/reference/commands/check.txt +0 -166
  705. data/vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt +0 -63
  706. data/vendor/local/share/doc/groonga/source/reference/commands/column_create.txt +0 -95
  707. data/vendor/local/share/doc/groonga/source/reference/commands/column_list.txt +0 -111
  708. data/vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt +0 -60
  709. data/vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt +0 -116
  710. data/vendor/local/share/doc/groonga/source/reference/commands/defrag.txt +0 -59
  711. data/vendor/local/share/doc/groonga/source/reference/commands/delete.txt +0 -72
  712. data/vendor/local/share/doc/groonga/source/reference/commands/dump.txt +0 -91
  713. data/vendor/local/share/doc/groonga/source/reference/commands/load.txt +0 -100
  714. data/vendor/local/share/doc/groonga/source/reference/commands/log_level.txt +0 -67
  715. data/vendor/local/share/doc/groonga/source/reference/commands/log_put.txt +0 -71
  716. data/vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt +0 -68
  717. data/vendor/local/share/doc/groonga/source/reference/commands/quit.txt +0 -40
  718. data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +0 -59
  719. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +0 -894
  720. data/vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt +0 -40
  721. data/vendor/local/share/doc/groonga/source/reference/commands/status.txt +0 -60
  722. data/vendor/local/share/doc/groonga/source/reference/commands/suggest.txt +0 -270
  723. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +0 -286
  724. data/vendor/local/share/doc/groonga/source/reference/commands/table_list.txt +0 -81
  725. data/vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt +0 -52
  726. data/vendor/local/share/doc/groonga/source/reference/commands/view_add.txt +0 -55
  727. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt +0 -104
  728. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt +0 -80
  729. data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt +0 -105
  730. data/vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt +0 -66
  731. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +0 -273
  732. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt +0 -209
  733. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +0 -56
  734. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt +0 -50
  735. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +0 -248
  736. data/vendor/local/share/doc/groonga/source/reference/executables.txt +0 -14
  737. data/vendor/local/share/doc/groonga/source/reference/function.txt +0 -20
  738. data/vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt +0 -48
  739. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +0 -301
  740. data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt +0 -81
  741. data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt +0 -55
  742. data/vendor/local/share/doc/groonga/source/reference/functions/now.txt +0 -36
  743. data/vendor/local/share/doc/groonga/source/reference/functions/rand.txt +0 -43
  744. data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +0 -120
  745. data/vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt +0 -584
  746. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +0 -805
  747. data/vendor/local/share/doc/groonga/source/reference/grn_expr.txt +0 -59
  748. data/vendor/local/share/doc/groonga/source/reference/indexing.txt +0 -110
  749. data/vendor/local/share/doc/groonga/source/reference/log.txt +0 -214
  750. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +0 -122
  751. data/vendor/local/share/doc/groonga/source/reference/output.txt +0 -164
  752. data/vendor/local/share/doc/groonga/source/reference/pseudo_column.txt +0 -40
  753. data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +0 -153
  754. data/vendor/local/share/doc/groonga/source/reference/query_expanders.txt +0 -12
  755. data/vendor/local/share/doc/groonga/source/reference/tables.txt +0 -163
  756. data/vendor/local/share/doc/groonga/source/reference/tokenizers.txt +0 -8
  757. data/vendor/local/share/doc/groonga/source/reference/types.txt +0 -129
  758. data/vendor/local/share/doc/groonga/source/reference.txt +0 -24
  759. data/vendor/local/share/doc/groonga/source/server/gqtp.txt +0 -16
  760. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +0 -298
  761. data/vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt +0 -8
  762. data/vendor/local/share/doc/groonga/source/server/http/groonga.txt +0 -8
  763. data/vendor/local/share/doc/groonga/source/server/http.txt +0 -29
  764. data/vendor/local/share/doc/groonga/source/server.txt +0 -12
  765. data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +0 -214
  766. data/vendor/local/share/doc/groonga/source/spec/search.txt +0 -115
  767. data/vendor/local/share/doc/groonga/source/spec.txt +0 -12
  768. data/vendor/local/share/doc/groonga/source/suggest/completion.txt +0 -195
  769. data/vendor/local/share/doc/groonga/source/suggest/correction.txt +0 -148
  770. data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +0 -96
  771. data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +0 -115
  772. data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +0 -8
  773. data/vendor/local/share/doc/groonga/source/suggest.txt +0 -17
  774. data/vendor/local/share/doc/groonga/source/textile.py +0 -771
  775. data/vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  776. data/vendor/local/share/doc/groonga/source/troubleshooting.txt +0 -12
  777. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +0 -155
  778. data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +0 -66
  779. data/vendor/local/share/doc/groonga/source/tutorial/index.txt +0 -118
  780. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +0 -286
  781. data/vendor/local/share/doc/groonga/source/tutorial/lexicon.txt +0 -11
  782. data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +0 -220
  783. data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +0 -487
  784. data/vendor/local/share/doc/groonga/source/tutorial/network.txt +0 -142
  785. data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +0 -53
  786. data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +0 -62
  787. data/vendor/local/share/doc/groonga/source/tutorial/search.txt +0 -121
  788. data/vendor/local/share/doc/groonga/source/tutorial.txt +0 -21
@@ -1 +1 @@
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"]})
1
+ Search.setIndex({objects:{"":{"--ftp":[97,0,1,"cmdoption--ftp"],"--dir":[97,0,1,"cmdoption--dir"],"--document-root":[64,0,1,"cmdoption--document-root"],"--cache-limit":[64,0,1,"cmdoption--cache-limit"],"-P":[118,0,1,"cmdoption-P"],"--pid-path":[64,0,1,"cmdoption--pid-path"],"--log-output-dir":[97,0,1,"cmdoption--log-output-dir"],"-d":[64,0,1,"cmdoption-d"],"-a":[64,0,1,"cmdoption-a"],"-c":[64,0,1,"cmdoption-c"],"-m":[118,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"],"--bind-address":[64,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[64,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[64,0,1,"cmdoption-e"],"--config-path":[64,0,1,"cmdoption--config-path"],"--query-log-path":[64,0,1,"cmdoption--query-log-path"],"--protocol":[64,0,1,"cmdoption--protocol"],"--log-path":[64,0,1,"cmdoption--log-path"],"--groonga":[97,0,1,"cmdoption--groonga"]}},terms:{"\u305a\u308c":[9,59,4,87,31,64,47,37,10,46,5,113,42,95],"\u51fa\u6765":[30,49],localstatedir:[102,71],"\u3082\u3089\u3063":2,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[23,64],"\u811a\u6ce8":[47,2,31,44,36,75],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[99,64,68,105,16,71,79],"\u79d2\u60c5":16,"_column":[35,74,97,29]," English":[74,15],"=redhat":71,"\u3002COLUMN":2,"\u30d5\u30c3\u30af":50,"\u5b9a\u5024":48,"/projects":99,"_UPDATE":[74,1,120],"\u3044\u304f\u3064\u304b":[74,42,99,15,117,71,108,72,125],"\u89e3\u9664":[0,24,64,73],"\u4f5c\u3089\u308c":97,"\u4e8b\u524d":[43,8,99],"\u30de\u30af\u30ed":16,"\u30b7\u30f3\u30dc\u30eb":45,"_WOULD":[1,113],"\u5f15\u3044":98,Synonym:60,onga:20,"& ":[43,46,42,93,98],china:85,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":107,"&&":74,GRN:[95,74,1,59,86,102,42,48,16,116],"\u4e0e\u3048":[42,2,85,43,64,37,26,48],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[16,48],"\u4e2d\u8eab":[2,113,97],"_output":103,"\u30c8\u30fc\u30af\u30f3":[102,98,80,62,93,54,16,124,39],NOT:113,"\u7ffb\u8a33":55,Compared:20,"\u300c\"":64,"\u300c#":[121,102],"\u300c ":74,"\u300c,":105,"9f":3," options":6,txt:[53,79],"\u5ea6\u6d6e":31,"\u5bfe\u7167":78,"9E":124,"\u975e\u63a8":[16,48,47,39],"_flags":48,"[pkg":[16,48],"\u30d6\u30ed\u30b0":55,"\u6709\u529b":101," opened":96,"\u7f6e\u304f\u4f8b":71,"\u4e0b\u304c\u308a":43,"(pos":[36,75]," json":[37,3],"_command":[2,3,51,26,34,6],"\u7518\u6817":121,"\u6709\u52b9":[95,74,71,59,120,99,10,87,11,64,20,37,26,48,16,39,84,97,6],Text:[74,98,62,31,88,49,120],"\u4e00\u6b69":2,"GeoPoint\u9593":16,"\u30e1\u30fc\u30eb":[57,79],example:[30,2,85,10,46,26],"/blog":99,"\u660e\u793a":[47,99,62,64,20,97,48,33,124,34],LF:118,LC:79,travel:121,"\ngpg":99,HEAD:113," hobby":96,"_RETRY":1,types:[33,101,80,54],"\u63fa\u308c":60,"\u6b63\u5e38":[99,97],"\u901a\u5e38":[74,2,120,10,31,88,6,48,124,116,72],"\u5148\u982d":[74,2,6],"\u500b\u5b9a":81,wing:48,"\n]\n":105,"\u3042\u305f\u308a":[16,102],"\uff11\u5bfe":81,"_O":[1,113],"\u30d1\u30c8\u30ea\u30b7\u30a2":[35,93,2,104,48],"_I":[1,113],"/new":99,"\u8fd4\u3063":[121,98,120],"_A":[1,113],LongText:31,"\u8fd4\u3057":[2,33,95,8,34,74,47,98,76,101,78,59,41,42,80,51,75,86,20,36,54,119],"\u8fd4\u3055":[74,9,59,86,101,37,82,83,95,48],"\u5404\u7d22":2," support":67,"\u30d7\u30ed\u30c8\u30b3\u30eb":[118,35,1,87,6,48,97],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":47,"\u3082\u3063\u3068\u3082":117,"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,125],"_select":55,"(point":[36,47,75],API:[35,42,29,102,122,48,16],"_$":[101,39],"_\"":16,"\u306b\u3042\u308a":39,"*\"\n":49,rd:[43,93],rf:84,moritapo:30,rc:[96,1],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":48,"\uff01\uff09":[33,80],"\uff01\uff08":79,"\u5909\u5316":87,"\u5168\u90e8":113,".msgpack":3,"\u307e\u308d\u3086\u304d":92,"\u771f\u507d":[10,78,31,98,120],libedit:[16,0,71,102,48],"\u5f31\u70b9":87,COLUMN:[10,45,63,2,74],"\u8fd4\u308a":[46,74],"\u8fd4\u308b":102,"\"localhost":26,"\u5024n":[86,95,59],"\uff08age":39,"_INDEXER":48,Due:20,"\u304a\u3055\u307e\u308b":46,mingw:99," processed":96," brew":56,"\u6607\u964d":74,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[64,2]," Synonym":60,"\u3002Fedora":110,"\u4f7f\u308f":[74,1,120,62,106,124,113,33,16,50,116,39],"-benchmark":48,"\u533a\u5207\u308a":[95,118,74,2,3,85,101,10,87,31,120,64,37,86,105,59,54,48,98],"\u533a\u5207\u308b":[102,116],"\u610f\u8b58":39,listen:[48,64,34],Oracle:[35,89],"_BINARY":48,".git":[99,79],"\u306e\u3059\u3079\u3066":34,Marverick:102,"-common":48,"_OPEN":[1,113],"\u3002PCRE":6," TokenBigramSplitSymbolAlphaDigit":78," license":67,"_ILLEGAL":1,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[35,48,29,39],"\u4f7f\u3048\u308b":[120,64,48,16,71,50],"\u304b\u3069\u3046":[43,95,1,59,71]," and":[74,67,20,78,6,96,49],"-port":[64,97],They:96," VOICED":124,object:98,"\u7d22\u7528":[35,104,39],"\"black":124,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":34,"\u533a\u5207\u3063":[74,113],"\u4f7f\u3063":[57,1,2,60,31,93,68,6,71,8,34,92,110,74,98,99,10,11,78,106,39,109,30,42,80,43,82,46,26,113,48,116,50,84,124,120,20,88,100,89,55,79,56],"\u5f53\u65e5":110,"\u30d1\u30a4\u30d7":45,"\u4f7f\u3048":[74,98,125,120,106,16,39,108,50],"\u4f7f\u3046":[0,32,68,7,48,71,97,110,74,99,53,101,11,105,39,42,16,50,84,102,88,100,89],"\u4f7f\u3044":[31,6,71,34,35,74,98,101,11,77,106,79,42,110,16,115,116,50,84,124,87,20,88,100,39],"\u66f8\u304d\u8fbc\u307f":[121,71],"\u66f8\u304d\u8fbc\u307e":38,OBJECT:113,"\u30d0\u30a4\u30ca\u30ea\u30fc":88,layout:99," GPL":67,".fedoraproject":84,"2byte":113,"\u3002Ctrl\u30ad\u30fc":2," Logs":39," candidate":101,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":62,"\u79d8\u5bc6":99,"\u30a2\u30d4\u30fc\u30eb":99," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":48,"\u91cd\u307f":[35,74,120,43,78,48,104],"\u30c8\u30d4\u30c3\u30af":99," Binary":31,"\u91cd\u3044":[87,74],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[35,102,19,29],"\u5b9f\u9a13":48,NFKC:124," registered":20,release:99,"\nload":[47,105],"\u69cb\u9020":[87,30,88,42,62],"\u5e83\u304f":[121,99],"[linux":48,result:[47,42],"<port":[64,97],"(Cutter":117,"\u5206\u304b\u3061":87,score:[30,74,42,2,80,43,101,78,46,47,54,33,49,121],"\u611f\u3058":121," Gothic":12,"_NORMALIZE":[74,67,2,60,43,121,120,20,124,77,78,48,49,98,39],"\u539f\u99c5":46,Logs:[70,39],country:[26,85],"\u66f8\u304d\u8fbc\u3093":121,"|PERSISTENT":[70,63],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":124,"\u66f8\u304d\u8fbc\u3080":97,"\u540c\u69d8":[30,74,42,99,10,32,78,46,26,97],and:20,"\u5931\u6557":[102,2,120,99,7,48,16,39],"\u95a2\u6570":42," formats":96,diff:97,"\u5404\u7a2e":99,Kenichi:[16,102],"\uff08node":50,ZLIB:113," array":82,Arnaud:16," GROONGA":99,"\u30ab\u30f3\u30de":[74,59,98,85,86,37,105,95,2],worker:81,"\u3002XML":88,"\u305f\u307e\u307e":34,"-message":89,"/function":99,"_sel":67,"\u3069\u3093":[70,63],"\u3069\u308c":[88,74,34,39],"_set":48,"\u30d0\u30c3\u30d5\u30a1":[48,82],"\u65ad\u7247":20,"\u4ee3\u8868":87,"\u79d2\u6570":[88,74,59,98,10,121,31,51,86,95],"_UNAVAILABLE":[1,113],Shimomura:48,"\u540c\u68b1":[48,102,79],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":16,TokenBigramIgnoreBlank:43,"1\u4ef6":[43,121,111],"_rectangle":[35,0,29,102,16,108],"\u3069\u3053":[16,71],"_LIMIT":[1,113],"\u30df\u30ea\u79d2":[31,46],"\u7121\u8996":[95,74,59,120,43,62,102,64,86,111,105,48,16,116],"\u3002rst":12,"\u5fdc\u7528":87,"\u3069\u3046":[0,28,4,44,74,45,43,5,103,6,38,48,111,73],"\u30e2\u30fc\u30c9":[23,42,2,26]," Protocol":113,"\u65e5\u5f8c":110," hash":121,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[43,80,93,39]," QueryExpanderTSV":116,"\u30c4\u30fc\u30eb":[12,79,89,35],"\u4e00\u6c17":99,Maverick:16,"\u5317\u4eac":47,easy:12,has:99,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":48,"\"content":[74,98,120],"\u9001\u308b":[57,113,34,79],"\u9001\u308a":113,"\u30d0\u30a4\u30ca\u30ea":[68,99],"\u8d8a\u3048":43,"\nrep":97,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":32,">command":3,alice:[78,74,34],"-unauthenticated":[48,11,100],"\u30d4\u30ea\u30aa\u30c9":[45,49],"_OPERATION":[1,113],"(ShortText":60,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[64,2],begin:118,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":48,"\u5358\u8a9e":[48,74,120,106],groogna:[48,34],"\u9001\u3063":[53,57,55,79],"for":98,bottom:[16,36],"\n[\"":20,".asc":99,"\u5206\u985e":10,"\u3067\u3082\u3046":57,ARCHITECTURES:99,"\"starttime":3,Use:64,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":55,"\u306a\u3055\u3093":55,"\u65e2\u5b9a\u5024":91,"_size":42,".am\u30d5\u30a1\u30a4\u30eb":99,"_LOCKS":[1,113],"\u89e3\u91c8":[102,42,105],support:67,"_open":[16,102,48],"\u305b\u306a":[98,120],"\u3086\u304d\u3072\u308d":92," ftb":67,"/tsv":[116,7],"\u5fa9\u65e7":48,"\u8981\u7d20":[88,1,2,64,20,37,42,59,95,48,97],"\uff08Normalization":124,"\u3002sortby":74,"\u306e\u304b":[121,93],"\u9006\u5f15":30,Variety:30,"\u306e\u3044":[9,59,4,87,31,64,37,47,46,5,113,42,95],"_records":48,"''":11,"'\"":48,"' ":[110,30,74,67,98,100,10,121,31,11,78,43,46,96,48,84],"'.":79,"'-":64,"')":[118,74,59,86,64,95],"'(":[37,64],"\u306e\u306b":[35,69,48],"\u306e\u3061":74,"\u306e\u3067":[74,47,2,99,78,10,87,93,20,88,43,91,23,16,48,79,116,49,34,39],Microsecond:96,"\u306e\u307f":[87,42],"'\n":[30,74,47,2,92,43,120,77,78,46,98],"'t":6,"'s":[88,74,98,120,77,96,79],"\u3089\u308c\u308b":[48,42,93,87],"\u88dc\u3046":87,"\u305b\u308b":[42,87,78,23,117,39],"'n":64,"'m":[77,49],"-latest":55,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":60,"-tar":14,"\u305b\u308c":87,"\u6bb5\u843d":45,"_count":[26,51,2,3,6]," complete":[33,101],"/COMMAND":26,"'_":37,"\u5165\u529b\u30df\u30b9":80,time:[10,33,101,80,54],push:99,"/Ubuntu":[48,91],"\u304a\u3053\u306a\u3063":2,":-":110,":/":[2,3,64,68,6,71,34,110,99,10,11,105,79,30,14,46,26,50,118,84,85,100,23,56],"\u53cd\u6620":[87,42,99],CENTOS:99,"\u7b26\u53f7":1,":$":[120,92,98],": ":[40,35,0,9,99,63,102,37,1,42,16,55,71,50],":!":120,"-prefix":89,":<":[74,120],":=":[74,120],":>":[74,120],"\u3002rroonga":106,"::":[1,3],"\u7aef\u672b":87," all":[96,74,98,120],":\n":[26,50],"(Precise":99,"_builtin":16," installer":99,"\u500b\u5225":99,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":48,"-root":[23,102,64],VERSION:97," systems":20,exact:42,"$GROONGA":99,".body":[63,24,60,73],"\u30b9\u30af\u30ea\u30d7\u30c8":55,"\u6e08\u307f":[45,84,110,99,80,31,11,91,37,100,33,16,48,116,8],":@":[30,74,2,120,10,121,78,26],"\u4e2d\u7a0b\u5ea6":[110,84,11,100,68,89,56],":\\":[37,68],":^":[92,120],Tag:30,":[":97,":public":99,"\u8ad6\u7406\u548c":[74,42],"\u7d50\u3073\u3064\u3044":81,"\u305f\u3055\u3093":[16,0],"\u7d50\u3073\u3064\u304f":81,sign:99,"/RESULT":48,"\u5316\u4f5c":99,"\u4e8c\u9805":98,".ncpu":56,"\u7d4c\u904e":[88,9,98,10,121,31,51,16],"\u30bf\u30d6":[116,3,113],"\u4e3b\u8981":89,"'='":64," GRN":[96,42,116],"\u76ee\u5b89":99,"\u30bf\u30b0":[35,98,99,62,102,20,48,16,104,39],"\u6d41\u3057":99,address:[16,48],"\u30a2\u30ab\u30a6\u30f3\u30c8":[99,15],"_WHEN":88," string":[78,76],"\nLucid":102,MM:[96,98],"\u4e3b\u30ad\u30fc":[95,35,59,86,102,37,111,48,70,72],queue:81,Travis:109,"\u8b66\u544a":[48,74,9,102],"-filter":[92,20,78,48,16,108],"_DB\u30d5\u30e9\u30b0":16,"\u5ea6\u6570":[10,16,46,98],"` ":3," Users":[78,74,105,121],READ:113," \u3044b":[43,93],"\u6587\u5b57\u5217":[35,74,47,59,76,86,88,106,20,37,111,95,48],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[42,64]," entry":[45,103],"\u4e88\u3081":[31,64],"{\"_":[30,74,120,10,46,98],"\uff08World":31,"\u30d5\u30a9\u30ed\u30fc":15,"'Alice":120,"/header":14,"\u3060\u3063":[43,48,74,9],"``":[51,0,28,82,4,102,44,45,78,5,103,83,38,24,111,73],Default:[101,6]," Ocelot":[35,89],"\u30ec\u30d3\u30e5\u30fc":99," version":[67,3]," run":6,"\u3001'":[60,10,31,64,78,46],"\u3060\u3044":16,"$HOME":99,"\u3060\u3051":[1,125,62,68,7,48,34,110,74,98,99,10,11,77,79,42,43,16,49,116,84,120,20,100,89,39,56],values:[37,95,59],"\u3060\u3057":[16,97],"\u5024\u8a18":98,JSONP:16,"\nnotice":[4,5],"\u63db\u3048\u308b":99,Monkey:10,logrotate:48,"\u30b7\u30e3\u30fc\u30d7":39," }\n":[121,6],"\u6a19\u6e96":[0,28,2,4,63,64,5,6,95,70,73,9,37,103,59,38,107,105,44,45,82,111,83,48,118,51,86,23,24,90,26],chroot:99,Shinya:48,"\u30d2\u30e5\u30d9\u30cb":[47,75],date:97,such:20,data:34,"<groonga":97,"/dictionary":102,ss:[96,98],"/javascript":16,sh:50,sa:[101,80],se:33,"\u540c\u3058\u6570":[64,6,34],"[yum":48,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":105,"_PACK":89,"\u30a2\u30c9\u30ec\u30b9":[16,64,26,97],"\u540c\u671f":[99,97],"'OR":48,"\u4f55\u500b":74," Japanese":15,"\u4f7f\u308f\u305a":78,records:96," Query":113,"\u8d85\u3048\u308b":[10,48,62]," description":[121,93],config:[0,9]," rake":99,"_dat":[16,48],"_dataset":122,"\u4e26\u3073":[93,98,85],"\u4e26\u3079":[35,104],gtar:14,"\u30d8\u30c3\u30c0\u30fc":[48,1,34],"\uff1f\u3000":97,"-offset":74,"_INAPPROPRIATE":1,"\u8a73\u7d30":[79,74,2,117,110,43,31,11,84,88,100,6,7,23,48,71,97,39],"\"search":[33,80,120,54],"\"type":101,"\u6700\u5c0f\u9650":6,FUNCTION:[88,113],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":62," segments":82,"byte":[48,20,97,113],"\u7d20\u65b9":87,Money:30,"\u30d9\u30af\u30bf\u30fc":[16,74]," country":85,"[backquote":120,"\u4e00\u610f":[45,64,72],submit:[33,101,80,54]," epel":84,"\u5bfe\u7b56":[35,69]," locks":20,"_SUCH":[1,113],"\"sphr":75,".co":[74,67],"#'":64,"\u8fd4\u4fe1\u5143":121,"\u8fd4\u4fe1\u5148":121,"\u306b\u5bfe\u8c61":16,"\u51fa\u3057":121,"\u540c\u6642":[74,9,87,81,46,97]," vector":48,"\n..":105," KATAKANA":124,"\u4e16\u754c":[47,10,31,36,46,75],argument:98,sae:[101,80],"\u4e21\u65b9":[74,121,92,87,120,77,62,33,98],"/span":20,"/ubuntu":11,"\u30ea\u30b9\u30c8":[95,30,74,2,98,99,86,63,32,64,37,120,59,70,48,124,116,79]," dump":[16,105],uuuuuu:98,"\u5ea6\u5408\u3044":43,"-with":89,"[[\"":82,"=Users":34,"\u5fdc\u7b54":87,buffer:82,debhelper:16," needed":6,Bigram:[43,93],MeCab:[110,0,102,11,84,100,48,16,71],"\u30b9\u30da\u30fc\u30b9":[16,74],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":55,"\u9589\u3058":[16,62],"\u4ef6\u6570":[74,2,43,93,37,83,72]," Key":99,"\u5217\u6307\u5411":[87,64],"_cursor":102,xml:[23,3,48],posted:121,"\u5927\u4e8b":116,MessagePack:[16,71,48],"\u4e00\u6642":[35,47,29]," checked":99," CI":109," url":105,".php":99,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[88,35,19,29,48],FLOAT:3,"\u76f4\u63a5":[121,105],"\u7a7a\u767d":[2,120,43,87,64,37,54],"\u7528\u79d8":55,"\u898f\u5247":48,".content":[77,49,120,74,98],"|ng":74," are":[96,74,20,79]," zxvf":99,"\u5927\u4e08":57,jobs:97," ShortText":[2,60,64,97,92,74,47,98,10,77,78,105,39,30,43,45,49,120,85,121,20,124],"\u904e\u53bb":99," be":96,"@tomotaka":16,"\u8fd4\u3059":[0,28,60,4,64,5,16,97,73,98,101,103,34,38,44,51,46,111,113,48,45,119,102,24,83],"\u30b3\u30ed\u30f3":45,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":60,"_otoj":117," by":[48,120,96],"\u6b21\u56de":[9,99],"-mecab":[110,48,84,11,100],"_t":1,FSF:48,"/WGS":46," Ubuntu":99,"\u542b\u3080\u5024":[64,2],"\u5468\u4e0a":75,"'ja":79,enable:[51,102,99],"\u6607\u9806":[46,2,74],"\u5b9f\u884c":[87,55]," fork":79,"-bye":[74,98,120],"\u304a\u3051\u308b":[40,30,2,120,10,87,31,48]," configure":[43,48,98]," form":120," autogen":99,"\u7406\u89e3":[74,2],"\u3002filter":[46,111],"?table":[26,34]," ruby":99,ctrl:26,"\u30af\u30ea\u30fc\u30f3":99,ivh:[110,84],"@lists":[99,15],".md":99,pthread:16,"\"}\n":77,"\u3002squeeze":117,"\u304b\u307e\u3044":2,hostname:[23,64,6],"<path":64,"\u3002\u3057\u304b\u3057":[74,47,80,87,31,77,89,16,124,34],UTC:98,"_at":[43,48,102],UTF:[48,102,98]," Int":[10,47],"\u8ab2\u984c":55,cmake:68,"\u5b9f\u88c5":[74,47,23,6,48,16,125,34,79]," added":67,"\u5217\u8868":31,"\u6b53\u8fce":55,"\u53d6\u308a\u51fa\u3055":10,"\u53d6\u308a\u51fa\u3059":[10,102,42]," rst":12,"\u6771\u4eac\u90fd":[43,121,93],gdb:117,BOM:102,"\u30cb\u30db\u30f3":33,"([":41,"(_":[33,101,80,98,54],"(R":97,"\u30d1\u30e9\u30e1\u30fc\u30bf":[16,48,35],"(A":50,"\u6c4e\u7528":[64,97],"\u639b\u3051":98,"(>":42,"(<":42,"(=":[1,98,42],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":99,"((":74,"()":55,"(.":[49,99],"\u30ea\u30af\u30a8\u30b9\u30c8URI":6,"(-":98,"(\"":[47,2,64,20,78,48],"( ":[48,64],"(!":42," BOOLEAN":67,"('":[45,74,2,86,64,37,95,59,72]," Yoji":16," real":20," read":20,"\u95a2\u308f\u3089":97," ssh":99,"\u4f4e\u901f":85,"\u4ed5\u7d44":[34,79],conditional:101,"\u30d5\u30a9\u30f3\u30c8":12,"\u30c7\u30fc\u30bf":[35,0,32,105,29,110,87,101,11,74,102,37,100,42,68,89,48,16,84,56],Ruby:[87,48,67,106,50],lucid:[11,99],"/httpd":[91,6],"\u8a18\u4e8b":[77,49,99],Term:45,"\u5168\u6587\u691c\u7d22":[48,39]," handled":6,"\u8868\u8a18":[47,60,99,10,31,46,48,16,98,79],SiteDomain:[26,85],";\"":48,"; ":[64,6,97],"\u5ec3\u6b62":9,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[16,34],"\u304b\u3048\u308b":85,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":124,";\n":[97,6,34],"\u7b97\u51fa":[48,74],NO:[62,0,113],"\u7403\u9762":[47,75],"<encoding":64,"\u30e9\u30f3\u30ad\u30f3\u30b0":2,README:99,"\nCRIT":[4,5],"\u30aa\u30fc\u30d7\u30f3":[16,48],complete:[33,101,8,48]," Tatsuya":48,"with":[43,16,71,99],"_types":34,"\u697d\u3057\u3044":[43,93],"\u304a\u77e5\u3089":35,"_WEIGHT":45," distance":47,uid:99,"\u30ec\u30b9\u30c8\u30e9\u30f3":87,"| n":98,ar:[43,93],"| c":98,GByte:40,Nonexistent:74,"\u4e00\u65b9":[2,98,78,10,87,20,43,49,120],"\u30c7\u30d0\u30c3\u30b0":82,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[48,68,97],"\u3088\u3063":46,"]\n\n":[121,26],"\u304c\u3068\u3046":121,IWAI:48," wheezy":16,UNSUPPORTED:113,original:92,"\u6587\u6cd5":[35,104],senna:[74,98,120],"\u4ed8\u968f":[28,44],"\u30c7\u30fc\u30bf\u30d9\u30fc":16," default":96," upload":99,getaddrinfo:48,"\u5408\u8a08":[40,43,97,82,62]," OLD":99," lcov":117,"-talk":[99,15],"\u901a\u4fe1":[55,112]," CI\u4e0a":50," mingw":99,to:6,tail:99,Entries:[74,98,105,120],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[35,102],homepage:97,"\u30de\u30eb\u30c1\u30b3\u30a2CPU":71," rroonga":49,"\u3002column":42,condition:98,"(popular":74,"\u5909\u308f\u308b":[43,20],"\u5909\u308f\u308a":[82,46,93],ASCII:[98,120],"\u4e0d\u5b8c\u5168":16,"\u300c\u6771\u4eac\u90fd":43,"&gt":20,"_FILES":[1,113],"\u5927\u5225":10,ECMAScript:[48,74,98,106],query:[35,42,29,122,103,48],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":48,"\u7701\u7565":[74,59,99,64,37,7,95,97,39],"\u7d22\u6642":102,devenv:68,"/json":[16,34],"\u30ea\u30c6\u30e9\u30eb":[16,0,120,20,48],"\u5927\u5207":87,"\u6700\u65b0":[16,99,15,110],"_modified":121," }":[51,121,2,26,34]," httpd":99,full:99,hash:121,"\"Table":64,"\u30ce\u30a4\u30ba":[43,80]," https":[79,50],"/packages":99,"\u975e\u516c\u958b":99,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":74,"\u306b\u3059\u308b":34," I":79,followee:121,tokenizer:48,"\u30ce\u30fc\u30c9":48," N":87,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":93,follower:121,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[16,102],select:[35,0,9,29,102,19,122,48,16],"\u3002\u3002":32," apt":[48,11,99,100],mecab:[48,84,99,110],"\u3002\u300c":[30,74,120,49,39,98],"\u30c6\u30ad\u30b9\u30c8":[124,99,102,20,48,39,97,79],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":30,"/TO":34,"\u518d\u5229":[62,74,72],"\u30b5\u30fc\u30d0\u30fcID":16," debootstrap":99,"\u6bd4\u8f03":[35,74,120,102,48,97],scan:117," libedit":110,accept:102,"\u4f59\u308a":98,GnuPG:99,gronoga:6," dataset":94,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":16," Doc":60," pkg":14,"\u300ccommand":23,"=dat":48,"\u52d5\u7684":[87,35,102,29,48],"\u5b9f\u884c\u4f8b":[2,60,96,26,7,70,92,74,9,98,10,101,77,78,39,30,80,51,46,47,48,49,117,120,85,121,20,88,54,33,124,6],"\u5019\u88dc":[33,101,8,80],"\u306b\u3059\u3050":77,"\u30fb\u81ea\u5df1\u7d39":121,"\u8aad\u307f\u51fa\u3057":87,github:[99,79],register:[35,19,29]," path":[96,6,7],replied:121,"\u666e\u53ca":87,"\u52d5\u753b":30," Form":124,"\u8f09\u305b\u308b":99," liblzo":[100,11],replies:49,".rpm":[110,84],"[Groonga":99,"\u63a5\u7d9a":[2,81,64,90,107,48,97],"[tokenizer":48,URL:[16,26,99,23],URI:[23,6],"\u6271\u3044":[10,33,9,93,125],"\u6271\u3046":[1,98,43,87,15,48],"\u3088\u304b\u3063":43,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":48,"\u5c0f\u306a\u308a":106,IPA:[12,84,110]," outputs":96,"\u6271\u3063":[121,0],"\u30ad\u30e3\u30b9\u30c8":[48,102,120,121],"[doc":[16,48],"\ndeb":[100,11],Rose:10,"\u534a\u89d2":[124,2],"\u540c\u7fa9":116,HDD:97,"\u9ad8\u901f":[30,0,42,2,98,125,62,32,64,120,47,87,16,75,34,39],"\u6271\u308f":[74,120,10,32,43,48,124,97],"\u524d\u8005":[46,124,116],"\u9001\u308a\u65b9":55,"\u30ab\u30d0\u30ec\u30c3\u30b8":55,"\u30de\u30eb\u30c1\u30b3\u30a2":87,"\u6e2c\u7528":0,"\u305d\u308d\u305d\u308d":2,"/locale":[99,79]," log":[35,99,29],"/etc":[91,99,11,100,6,48,116],"\u6975\u4ed8":[47,75],"(WGS":46,"_hit":[26,51,2,3,6],POST:[48,125],"\u30a6\u30a7\u30a4\u30c8":45,"_user":[6,34],"-keyring":[48,11,100],SiteCountry:[26,85],IN:67,number:[82,98],"\u3042\u306a\u305f":[99,15],"\u7d42\u308f\u308b":[77,98,120],"\u30b3\u30d4\u30fc":[48,105,99]," process":96,"\u30c9\u30e1\u30a4\u30f3":85,"\u3057\u304b\u3082":125,Homebrew:[35,89],"\u642d\u8f09":87," used":96,"\u56de\u547c":102,Horikoshi:16," user":[78,20,97]," uses":96,KEY:[74,124,92,93,120,48,39,98],"\u60f3\u5b9a":[51,30,105,82],Juman:[110,84],"\u52d5\u74b0":118,"\u66f8\u304d\u63db\u3048":[99,50],gted:79,qps:[118,97],"\ngroonga":[16,9,122],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[102,64],"\u5c0f\u6587\u5b57":[124,2,39],self:97,"_lock":16,also:98,mroonga:[74,98,87,78,48,116],"\u8a18\u53f7":[43,64,93,2,102],"\u306e\u3069\u3061\u3089":[74,98],"\u3060\u3055\u3044":[57,2,68,26,71,34,74,98,99,11,79,14,113,48,116,117,50,124,120,87,88,89,55,39]," tests":99," full":20,exe:[68,99],"_PERMISSION":1,"\u6d3b\u304b\u3059":74,"\u30d1\u30bf\u30fc\u30f3":[88,98],"\u3057\u304b\u3057":[74,98,43,93,49,116,34,79],columnN:48," longer":67,"/command":6," item":[33,101,80,54],MySQL:[87,99],"\u77e9\u5f62":[36,46,87]," Floating":31,"\u6642\u306b":16,"\u306e\u3067\u3057\u3087":74,"\u51e6\u7406":[0,1,59,93,34,6,95,97,74,98,72,79,42,46,113,48,120,86,87,102,19,20],"\u5225\u9014":[31,85],"\u30bf\u30fc\u30b2\u30c3\u30c8":48,columns:[37,48,102,59,95],"]]]":[43,101,103,98],"\u5fc5\u305a":[74,9,113,39],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":34,"\u3082\u3057\u3054":48,"_point":[30,75],"\u30ed\u30b0\u30ec\u30d9\u30eb":64," threasd":64,"-github":99,"\u6c7a\u3081":39,"\u7528\u610f":[74,42,99,80,47,54,33,71,8,97],"\u3082\u3057\u304f":[110,84,98,99,10,31,78,26,48,49,120],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[16,0,102,117,48],For:15,"/SRPM":99,"\u51fa\u73fe":[87,101,66],sed:16,sea:33,sen:67," Geo":47,"\u8a00\u8a9e":[55,42]," code":[88,96,79]," Munin":48,"\u65e5\u4ed8":[87,47,99],"\u3068\u3068\u3082\u306b":10,"\u3082\u3057\u308c":116,"<span":20,"\u7a7a\u6e2f":121,"\u304c\u3064\u3044":[48,102,62],Server:30,"\uff09\uff08":39,"\u500b\u4eba":71,"\u6790\u5668":87,last:121,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[87,97,106],"\u578b\u5909":16," Sites":105,Query:[35,29],"<#{":96,load:[35,0,9,29,102,19,111,105,48,16,73],");":42,"):":[91,99],"\u30b9\u30ec\u30c3\u30c9":[87,81,64,97,34],"))":[74,116,98],"\u30ca\u30ce":[88,102],")-":99,"),":45,").":[20,99],") ":[74,1,98,99,31,42,48,97],")\"":[120,20,60],".htpasswd":[6,34],")'":[30,121,98,80,101,20,46,54,33,120],"[rpm":[16,48],GitHub:[57,16,79,48],Tags:[70,39],"\u7c21\u6613":[91,47],")\n":[41,67,99,47,42,96,75],XML:[16,102,48],"_SYNTAX":1,RPMforge:84,"\u3067\u307e\u3068\u3081":116,"GET\u30e1\u30bd\u30c3\u30c9":23,"-api":53,"\u3067\u306a\u3051\u308c":98,"\u5236\u9650":35,"\u30b0\u30cb\u30e3\u30e9":121,"\u632f\u821e\u3044":[48,78],"\u63a1\u7528":[43,87,26],"<=":121,"\u5316\u524d":72,"< ":98," git":[99,79],TokenBigramIgnoreBlankSplitSymbol:43,"\u4e00\u7fa4":42,">\n<":3," file":6," tweet":77,Lines:117,"\u56de\u52d5":97,ifexists:37,"\u542b\u3093":[74,42,98,80,10,20,88,8,120],"\u7121\u99c4":87," digits":96,"\u8981\u6c42":2,"-path":[99,89],"_file":[6,34]," time":[10,96,97],mysql:67,O0:99,"\u5316\u51e6":[16,72],"\u30bd\u30fc\u30c8":[30,0,102,35,62,32,74,101,16,104],"3\u4ef6":121,":Configuration":68,location:6,input:37," speakers":15,"\nPARTIAL":42,"[HEADER":[88,39,7],"\u30cf\u30c3\u30b7\u30e5":[51,48,82],"\u30bd\u30fc\u30b9":[35,99,89]," City":47,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":99,"\u540c\u7b49":[93,97],"\u308f\u3051":[10,33,74,98]," Kinjirou":30,OS:97,OR:[74,120,46,113,116,60],"\u4ed5\u65b9":55,"\u30d6\u30ed\u30c3\u30af":[87,6],"_DIRECTORY":[1,113],"_bool":102,"\u30af\u30ed\u30fc\u30f3":71,"\u3002JSON":37,"}]\n":10," Hiroshi":102,"\u4f9d\u5b58":[35,89]," tablename":9,"\u4e0a\u4f4d":43,wget:71,Hello:[77,98],"\"yu":105,"\uff11\u4ef6":95,"\"sphere":75," DB":[23,2,3,26],"\u3088\u308a":[60,31,93,48,33,71,97,74,47,98,10,77,39,42,43,16,75,116,120,121,102,89],"\u3044\u304f\u3064":55,NEW:[74,99],Natty:16,"\u30d5\u30a9\u30ed\u30ef\u30fc":99,pcre:48," Fumiyasu":16,"\u56fd\u969b":79,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[35,104,48],User:30," curl":[56,3,34,6],"\u5074\u9762":87,"\u6574\u3063":117," Demo":30,"2\u3064\u3081":[49,120,34],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcAPI":48,"\u8868\u3059":[41,42,30,10,32,45,47],"\u3088\u30fc":121,"\u8868\u3057":[9,2,31,32,88,1,42,72],"\u5206\u89e3":42,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":55,"|TABLE":39,"\u3054\u3068":[48,81,78,99,66],"\u3075\u308a":101,"\u633f\u5165":[48,2,20,64,99],taro:30,">uptime":3,"=null":[74,39],invalid:74," testdb":97,OPERATION:113,"\u7acb\u3061":88,".load":97,".dump":16," script":97,"\u53f3\u8fba":[16,102],"(nginx":91," eight":2,"\u6307\u5b9a":[35,0,42,99,14,87,32,102,68,48,16,71],"\u4e00\u7dd2":[0,47,2,43,74,48,91,39],"\u3002Video":30,"\u3088\u304f":74,"\u3088\u3046":[0,59,62,32,64,6,7,95,48,71,34,35,74,9,98,99,123,77,78,97,105,12,39,42,93,82,47,16,75,116,117,50,120,86,87,102,20,88,23,124],"\u3088\u3044":[74,120,34,79],"\u3088\u3073":42,age:74,"\nerror":[4,5]," Tweets":77,"\u8a66\u884c":87,"\u3002Debian":117,partial:42,"\u3067\u307f":87,",\"title":2,"\u30ab\u30c6\u30b4\u30ea":74,"/sysctl":56,"\u3067\u3064":60,"\u843d\u3061":102,"\u3067\u306e":[88,20],"-lzo":89,"\u3067\u306b":[43,77,7],CPU:[87,97,71,6,34],"\u3067\u3069":101,"\u3067\u3057":[14,10,98],"\u305d\u308c\u3089":[118,74,116,34],"\u8a2d\u5b9a\u6e08\u307f":91,":..":74,"\u3067\u3059":[57,91,1,2,3,125,62,31,32,64,66,68,6,7,33,48,71,121,8,34,60,77,74,9,98,97,100,53,101,11,37,43,95,72,59,106,63,39,40,42,105,80,14,93,110,82,46,47,113,16,49,75,116,78,117,50,118,84,124,99,85,87,120,19,20,88,10,70,54,23,55,79,26],"\u3067\u3044":[10,74,98],"\u3067\u304f":[55,116,74,89,50],"\u3067\u304d":[0,1,59,3,62,32,64,68,6,7,95,48,71,72,77,74,9,98,99,36,101,11,37,78,102,97,105,106,12,39,41,42,110,45,47,16,75,116,117,50,118,84,124,120,87,76,20,119,88,100,23,79,56],"\u7279\u306b":42," Senna":48," libmsgpack":[100,11],"\u8fbc\u307f":[38,116],"_DELIMITED":67," under":6,"\u983b\u5ea6":101,Fixed:48,"\u6368\u3066":16,".clean":99," update":55,"this":[10,2,26],"\u65e5\u672c\u8a9e":[57,98,43,87,120,48,33,79],"\u30aa\u30d7\u30b7\u30e7\u30f3":[110,0,102,99,14,11,74,51,100,48,16,71,84,117,56],"\u4e00\u81f4\u3057":93,"\ntable":[43,121,105]," [":[74,39],".xml":3,"_SCALAR":[30,74,47,60,85,43,121,63,120,20,77,45,78,105,49,98],index:[30,49,67,99]," WGS":[10,30,46,47,121],HTML:[55,99],"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":68,LOCATION:88,"\u5224\u65ad":98,"\u5fc3\u304c":117,"\u516c\u958b":[16,102,99],"/MM":98,"?parameter":6," Replies":49," memcached":26," \"":[74,47,60,121,63,120,82,26,70,49,97,98]," ":[2,60,26,33,70,34,92,74,9,98,10,101,77,78,30,80,51,46,47,49,120,85,121,20,88,54,124],ctx:81,"\u3067\u3082":[57,1,2,62,93,68,6,48,33,71,97,110,74,99,11,79,43,46,26,113,16,49,117,84,87,20,100,89,39,56]," Shibuya":102,grnslap:[27,35,29],"\u767a\u4fe1":99,"\u30c7\u30b6\u30a4\u30f3":48,"\u9014\u4e2d":[99,80,64,113,48,33],"\u3046\u3048":[16,48],"\u4ee5\u964d":[102,99,32,64,16,124,117,79],Draw:30,"\u3002\u3064\u307e\u308a":[110,74,2,120],zip:[35,99,89],"<- ":34,"\"sea":33,"\u30ad\u30fc\u30b5\u30a4\u30ba":62,"\u3046\u3061":[9,32,82,42,48,16],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":49,"\u30af\u30a9\u30fc\u30c8":120," doc":[99,79],"\u3059\u308b":[42,87,81,15,12,55],"\u7d4c\u7def\u5ea6":[35,104],"\u3059\u308c":[2,120,87,7,97,98],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":55,"\u3059\u3093":121,"\u6b8b\u308b":16,"\u6b8b\u308a":[74,9,116,39],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":48,"\u6e21\u3055":[47,42,48],"\u6e21\u3057":[42,59,37,26,95,2]," LETTER":124,"\u6e21\u3059":[48,2],"\u6b8b\u3063":102," actual":6,",\u3000":97,"\u306f\u6708":98,"_estimate":16,"\u6295\u7a3f\u5834\u6240":121,"\u7d30\u5206":10,"\u3059\u3050":[87,34],"-gqtp":[35,84,110,11,21,100,48],"\u6301\u3063":[74,98,80,87,48,124,120],"\u6301\u3064":[30,74,47,2,98,85,80,10,87,81,32,64,37,16,124,72],"-enable":102,"ERROR\u30bf\u30b0":48,"\u3059\u3067":[77,93],"\u3059\u3079":[74,42,97,62,113,9,6,105,33,16,121,34,73],"_JIS":71,"\u6b8b\u3057":74," NormalLexicon":124,defalt:102," port":56,"\u6301\u3061":[42,64,6],"\u3044\u304f\u3089":87,"_')":[45,72],"\u4e26\u3073\u9806":46,">starttime":3," msgpack":3,tomotaka:16,"\u8a2d\u5b9a":55,alloc:[26,51,2,3,6],Apple:124,"\u4f53\u8fd1":75,One:20,"_TIME":[88,96],"\u9078\u629e":[87,74,47,99],allow:[48,11,100],":\\\"":37,MESSAGE:[96,5],"[httpd":48,"\u8abf\u3079":[36,75]," GeoIndex":30,"\u30ab\u30d0\u30fc":117," clean":117,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":118,"\u3092\u3064\u3051":[74,120],"\u6539\u884c":[16,63,64,48],Emergency:96,"\u6587\u66f8":[87,106],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u5de6\u4e0a":[36,0],"\u5de6\u4e0b":0,"[space":120," start":[77,91],billiard:[43,93],lzo:16,"\u4e00\u6642\u7d50\u679c":48," fulltext":20," hw":56,"/master":[79,50],"\u7121\u9650":[48,102],Say:98," hh":[96,98],"\u91cd\u304f":43,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":50,"-patch":79,"\u753b\u9762":[0,99],frequency:[33,101,80,54]," NormalizerNFKC":124,"-fd":16,"_SEQUENCE":[1,113],"\u4ed5\u69d8":[35,9,101,102,6,48,23],Point:75,"\"\uff08":33,"\"\uff09":[10,33,0,46],"_friends":30,"\u30bb\u30b0\u30e1\u30f3\u30c8":[82,24],"3ki":102,"\u5f35\u308b":[98,120],"_DEBUG":117," Pangolin":[35,99,89],Program:68,"\uff08\u300c":[43,124],"\u5897\u5927":47,"\u5bb9\u91cf":[82,74],system:14,"\u591a\u3044":[43,98,120],"-keys":99,"\u30b9\u30da\u30eb":116,"\"weight":10,"\u304b\u3061":[74,93],"\u304b\u3064":[74,93,98],"_logger":48,"\u304b\u3069":[110,74,120,43,101,36,46,75],"\u756a\u76ee":[10,74,2,98,120],"\u8ffd\u8de1":55,"-time":20,"\u500d\u7cbe":31,"\uff08MessagePack":71," documentations":108,"\u304b\u3051":73,"\u9650\u6587":[16,39],"\u304b\u305a":48,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":93,ITS:57,"false":[120,28,92,99,78,4,31,102,44,45,10,5,103,38,98,111,73],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u304b\u3082":88,"\u304b\u3089":[35,42,99,87,81,32,89,55,79],"_const":42,TIPS:55,"\u3069\u3061\u3089":[57,91,2,60,49,8,34]," six":[96,2],"\u6a5f\u80fd":[87,42]," sid":[16,82]," API":[55,115],"\u3089\u308c":[74,42,2,62,63,102,70,87,46,48,16,49,73],"\u4e2d\u9593":[42,93],"\u3064\u3076\u3084\u304d":77,"_suffix":16,"* ":[31,98],"\u6e80\u305f":[121,46,42],"*\"":[49,74,122],latin1:48,"\u5168\u89d2":[16,124,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":64,"\u5408\u81f4":2,"mo\u30d5\u30a1\u30a4\u30eb":79,"(arugment":98,"\u30ea\u30af\u30a8\u30b9\u30c8":[28,59,4,63,5,6,70,95,34,73,37,103,105,38,107,44,45,82,111,113,118,51,86,19,23,24,90,83],Masahiro:102,".gz":[110,84,99,14,11,56,100,71,79],"\nALERT":[4,5]," Explorer":68,"\u30d7\u30ed\u30bb\u30b9ID":26,"'localhost":[118,64],ZeroMQ:71,"=i":99,"=R":48,"=\\":20,"=C":68,"\u30ea\u30ea\u30fc\u30b9":[55,112],"\u5316\u5bfe":79,means:96,"==":98,TokenDelimitNull:122,"=$":[71,99,79],"= ":[48,46,92,98],"\"ellip":75,"=\"":[14,99],"=-":71,"=/":[116,71,64,117,99],db2:34,"=(":99,">cache":3,Because:6,"\u307b\u3068\u3093\u3069":110,"_search":[16,101,48]," released":[67,99],"\u64cd\u4f5c":[35,74,42,98,10,87,64,68,106,104],"_LEFT":[1,113],NormalizerAuto:[70,39],travis:50,"\u7cfb\u5ea7":[36,75]," queries":20,"/doc":99," Properties":96," the":[120,20,6,48,96,98],"\nBigram":97,"\u306b\u3064\u3044\u3066":[57,109,1,2,4,31,93,64,66,5,28,7,33,48,71,34,73,110,74,9,99,100,10,101,11,37,78,95,59,38,103,108,63,39,27,41,42,105,80,14,44,45,82,47,113,107,16,83,75,116,50,51,84,121,120,86,87,76,19,119,36,111,70,54,55,24,90,56],"\u51fa\u529b":[12,55,117,87],"\u8ffd\u8a18":[48,99]," Akio":102,"_ERROR":[1,113],"/var":[91,71,64,6],"_ARG":1,"2\u4ef6":121,TokenBigram:[74,2,98,80,43,62,93,120,70,39],"/status":[118,26,3,34,6],valgrind:117,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[120,62,102,16,39,98],etc:[11,6,34],"\u653e\u68c4":[37,86,59,95],":\u5206":121," \"@":121,"\u533a\u5225":[31,74,92]," \"I":[88,74,120,77,49,98]," \"K":30,cd:[110,84,14,11,56,100,71,79],"\u7d99\u7d9a":[48,64,50],"\u591a\u69d8":87,"\u66ff\u3048\u308b":[2,85]," \"_":[2,60,26,33,92,74,47,98,10,101,77,78,30,80,46,49,120,85,121,88,54,124]," \"e":[33,101]," \"c":68,"_itoh":16," \"n":[88,74,2,98,120,51,6,26]," kana":[33,101,80,54]," \"s":[101,80]," Entry":[45,28,59,86,63,44,37,111,103,95,24,73],Geo:47,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":48,"_PRAGMA":74,"\u58ca\u308c":[16,102,82,48],tsv:[23,3],"\u3068\u3064\u3044":46,"\u4fdd\u6301":66,"\u518d\u5e30":[116,74,42,28,73],"\u30c7\u30a3\u30b9\u30af":0," \" ":97," \"/":70," System":[57,31]," yes":118,"0x":[10,48,31,113,120],"\u58ca\u3059":48,vm:48,"\u3002\n":[0,31,93,64,70,97,9,99,38,63,30,42,81,44,51,82,83,16,49,75,121,102,122]," migrated":[74,98,120],"\u5ea7\u6a19\u5024":16,"\u3002 ":[1,2,92,125,62,31,32,6,7,33,48,71,34,110,74,47,98,78,97,106,108,39,80,14,26,16,75,116,124,120,87,102,20,122,88,36,54,79,56],"\u8a71\u3057":55,"\u3002\"":[43,121,26,80],"\u3002#":[16,102],"\u3002-":[23,71,121],"\u3002.":79,"\u3002(":[110,84,42,99,64,37,49,97],"\u3002)":[49,97],"\u300cbilliard":93," download":99," PORT":26,"\u3002:":[2,63,93,64,68,6,33,70,8,34,74,9,99,101,37,103,97,59,12,79,95,105,80,43,45,82,111,16,117,86,54,23,39],"\u982d\u6587":113,"\u518d\u5ea6":42,"\u3002C":[53,87,1],"\u3002N":43,"_FOR":42,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":34,v1:42,v2:42,"\u3002_":[2,72],"\u3002[":[44,2,48],off:6," Transfer":113,"\u4e00\u77ed":87,"\u81ea\u7531":[87,42,113,72],"\u9806\u5e8f":[43,70,63,2,74],web:[101,80,99,54],"\u6b63\u898f\u5316":[48,20],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":64,"\u30e6\u30fc\u30b6":[74,42,2,60,99,80,31,54,45,48,33,8,97],RedHat:16,dest:[118,64],"|http":97,INVALID:113," Titles":[98,120],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[16,62,98,39],tvsec:51,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[35,117,104],"\u5947\u6570":98,string2:76,"\u672c\u8cea":97,Warning:96,"\"rect":[48,75],Quiz:30,"\u904b\u55b6":99,"/source":[79,84,99,100,53,11,14,68,110,71,56],"\u5727\u7e2e":[16,71,125,48],"_CALL":[1,113,42],"\u30dc\u30bf\u30f3":[48,99,79],"#{L":96,"\u53d6\u308a\u9664\u304d":42,"_RESOURCE":1,"\u5206z":31,"_queries":[26,51,2,3,6]," Hat":55,"\u7d42\u3048":99,BROKEN:113,"\u9805\u76ee":[82,0],"\u3002HOST":26,"_CONTENT":88,"-node":84,"_remove":[16,48,19,29,35],"\u89a7\u4e0b":117,Specify:6,"\u300cpopular":74," Bigram":[43,121],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[38,74,9,97,71]," comments":49,"\u65b9\u5f0f":[64,49,2,87],"\u4e00\u756a":[74,71,34],"\u7a7a\u6587":[31,120]," applications":20,"\u3002iptables":26,bigram:93,"_CONTROL":[1,113],"\u4e2d\u91ce":121," Shinya":48,"\u69d8\u3005":[55,42],NULL:[48,42],"%post":48,"\u7570\u306a\u308b":[35,64,78,69,48,97],"\u7570\u306a\u308a":[74,120],"/message":99,"/default":[48,91],DAT:62," Narwhal":16,"'user":78,"/sources":[100,11],"_query":[33,80,54,101,48],Context:6," has":[96,67,94],"\u672a\u5b9f\u88c5":95," available":67,"-threshold":89,"_OUTPUT":[1,113],rep:97,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":121,"\u5927\u62b5":6,"\u306a\u3051\u308c":[45,74,1,98,10,120,64,37,71,48,50,116,97,39],"\u3070\u308c\u308b":102," deb":48,"\ntitle":99,"const":48,"/travis":50,spec:[48,102,99],"\u30e9\u30a4\u30bb\u30f3\u30b9":48," GitHub":79,"\u304b\u305a\u3072\u3053\u3055\u3093":48,"\u4e0b\u66f8\u304d":32,editrc:16,"_TSV":116," stamp":96,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":99,"\u30d0\u30c3\u30d5\u30a1ID":82,"\u4f8b\u3068\u3068\u3082":47,".en":99,MAP:16,"\u932f\u8aa4":87,"\u3059\u3067\u306b":83,upload:99,"[macports":16,starttime:[26,51,2,3,6]," GA":124,"\u7c21\u5358":71," threads":96,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":102,"/Fedora":[48,102]," root":6," CUTTER":117,"\u65e5\u672c\u6e2c":47," ignored":48,zunda:16,"_ONLY":[1,113],Visual:[16,68,48],"\u4e8c\u3064":[47,93,78,9,42,97],"\u578b\u3068\u3057\u3066":31,"\u30a8\u30f3\u30b3\u30fc\u30c9":[23,102,124],"\u30af\u30a8\u30ea\u30ed\u30b0":[16,48,54,80,33]," too":49," data":3,"-admin":48,"\"sound":80," synonym":74,"-h":64,"-YYY":79,"_table":55,kytea:48,"-s":[64,26],"_register":122,"\u3064\u3065\u3044":121,"\u62bc\u3057":2,word:[48,74,98,120],"\u62bc\u3059":[2,79],"\u30a2\u30fc\u30ab\u30a4\u30d6":[68,99,79],"_SIS":[120,98,93,92,39],"\u5316\u6642":16,"\u3069\u306e":[74,47,80,32,75,71],"_BROKEN":1,"\u540d\u524d":[35,9,99,29,102,122,88,48,16,79]," chunk":82,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":99,"\"apple":124," ${":79,"\"COLOR":124,"-lines":16,"(true":78,"\u306e\u3046\u3061":120,"_plugins":16,"\u306b\u5bfe\u3057\u7570":78,"\u76f4\u4e0b":16,lat:97,"_title":[49,2,97],".description":121,"_SPACE":[1,113],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":102,">#{":96,"\u30d9\u30fc\u30b7\u30c3\u30af":34,"\u306e\u3069\u3061\u3089\u304b":[74,98,120],"=PATH":89,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[55,112],".conf":[91,6],japan:[26,85],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":116," Quetzal":[35,89],"/windows":[68,99],SOURCE:88,"\u3002grntest":97," speed":8,"\u8f9e\u691c":[16,98,62],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":97,"/Functions":117,"\u5168\u3066":[74,98,31,77,6,106,49,79],"\u697d\u3057":[43,93],"\u56de\u6570":48,"_HEY":39,"_AVOIDED":[1,113],"\u5316\u65b9":124,serach:80,"/null":0,"-(":[98,99],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":48,"+ y":31," Tracking":57,".deb":99,"\u3068\u3059\u3079\u3066":[48,74],"-rsync":99,"\u6210\u308a":[74,113,120],"\u90e8\u5206":[42,98,88,71,117,120],"\u77ed\u3044":[121,102],"+ \"":48,"_tp":118,"\u77ed\u304f":[77,87]," editor":79,"_to":[121,49],"\u30eb\u30fc\u30eb":[102,34],"+ ":124,"++":[110,84,99,87,68,48,16,71],"4GiB":[62,113],"\"ni":33,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":16,"\u59a5\u5f53":62,"|COMPRESS":63,">>":98,"\u3002POST":34,"_next":102,"> ":[48,68,99,122],">\"":74,"\u30b5\u30dd\u30fc\u30c8":[0,3,62,31,32,6,16,71,97,9,98,99,10,77,78,34,39,48,116,50,120,87,102,20,124,26],TOKENIZER:113,Clang:48,">\n":[67,3,99]," mysql":[74,67],"(Windows":97,"\u63a2\u7d22":87,"\u8aad\u307f\u8fbc\u3080":0," ls":99,">n":3,"\u3069\u3061\u3089\u304b":[120,20,98],"(Debian":91,"/DATABASE":34,bi:[43,93],"\u3002value":72," change":[48,6],"_REFUSED":[1,113],"\u30d6\u30fc\u30eb":[10,31],latency:97,"\u5f8c\u8005":[46,124,116],",\\\"":37,"\u8ff0\u3079":2,"_distance":[35,0,29,48,16,108],DISTRIBUTIONS:99," index":[30,49,120,20,98],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":79,gzip:[48,71,125],"\u5408\u308f\u305b":[48,98],gronnga:8,"-strings":48,"/releases":99,"\u767a\u751f":[0,99,43,87,88,48,71,39],"\u8003\u3048":[87,2,120,34],PAT:62,"\u65e2\u5b9a":48,"\u771f\u306a\u3089":98," enhanced":67,rectangle:48,"-frequency":16,iptables:34,"do":97,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":102,"\u3055\u3089\u306b":[30,9,2,87,62,121,8],de:79,db:[16,24,97,73]," also":[74,120,20,98],"\u8ab0\u304b":55,"[libedit":16,"\u8ab0\u304c":121,"\u3067\u3057\u3087":[77,87,71,109],"\u30ec\u30b3\u30fc\u30c9ID":[35,111,59,29,48],".sln":68,"\u4e0b\u90e8":99," SiteDomain":85,"\u67d4\u8edf":[78,106,87]," Time":[10,43,97,121],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":42,"_CHECK":117,wc:[100,84,11,110],"\u3044\u305a\u308c":[31,9,72],"\uff12\u3064":[46,85],COMMAND:2," In":20,packages:[79,84,99,110,14,11,100,68,71,56],"\u69cb\u3044":[33,20,79],ill:93,"\u3082\u3046\u307e\u304f":71,"\u4e00\u4ef6":[86,95,111,59]," ID":[87,96]," with":[96,82,20,50],abbreviate:37,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u6709\u76ca":87,"_SEEK":[1,113]," following":96," period":48,"\u30d1\u30fc\u30b5\u30fc":120," Compatible":6,"\u95b2\u89a7":26,")\u300d":64,")\u3002":[86,111,59],"'needle":42,"\u65b0\u305f":42,applied:67,"-secret":99,"\u904e\u7a0b":72,zlib:[16,71,102,48],"_message":49,"\u7d44\u8fbc":[28,59,4,31,5,70,95,73,76,37,103,105,38,107,63,41,44,45,82,111,83,75,51,119,86,36,24,90],"\u5165\u529b":[0,28,2,60,4,63,64,5,26,33,70,48,8,97,73,101,37,103,59,38,107,95,105,80,44,45,82,111,83,16,118,51,86,88,54,24,90],TokenMecab:[43,48,93],"[solaris":48,"\uff08Longest":98,"\u56fa\u5b9a\u9577":102,"\u4f8b\u3048":[92,93,64,66,33,71,8,97,74,98,101,77,34,106,39,109,30,80,43,48,49,116,50,120,85,54,124],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":42,"\u9069\u3057":[77,87,39],"-dataset":[27,35,122,29,101],"\u4e0d\u5177\u5408":[48,55],"\u6771\u4eac":[43,121,46,47,93]," Yuki":16,"-packages":99,hana:30,"\u76ee\u7684":71,"\u57fa\u70b9":74,"\u72b6\u614b":[118,110,84,102,2,99,82,43,87,11,64,51,100,48],the:[53,47,67],solaris:48,"_score":[74,121,101,46,48,16,72],"\u8db3\u3057":98,"=sjis":71,"\u7528\u3044\u308b":[30,2,10,87,66,46,26],Alice:[78,120],jekyll:99,"\u885d\u7a81":91,BIT:97,"\u30ed\u30c3\u30af":[0,64,48,16,24,73],"\u3002ASCII":[98,120],"\u691c\u7d22\u4f8b":55,"_expr":55,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[71,88,9,97],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[35,104],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":121,"\u307e\u3068\u3081\u3066":[10,87,74,99],"\u3057\u304d\u308c":48,Downloads:68,comments:49,tasuku:67," result":[49,20],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":99,".sourceforge":[99,15]," since":96,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":125,"-MM":[96,98],"\u8db3\u308a":[16,116],"\u30b5\u30fc\u30d3\u30b9":[87,48,50],IndexBlog:49,post:99,Lexicon:[70,124,39],obj:82,"\u6709\u7528":[88,62,2,34],"\"text":16,"\u5224\u5b9a":[95,46,59],"\u3068\u306a\u308a":[120,20,34,26],"**":5," glossary":50,"\u6700\u521d":[74,2,98,120,20,88,16,49,116,39],"*'":74," correction":80,"\u5927\u6587":74,"\u5b89\u5168":26,"\u7b49\u4fa1":[74,102,106],Baseball:30,"_db":[48,102,122],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[86,111,59],"\u6027\u80fd":87,"true":[0,28,2,60,4,31,5,7,95,73,77,74,47,98,10,37,78,103,38,39,30,44,45,46,111,49,75,92,120,85,121,20,36,124]," \uff08":[33,80,71,54]," friends":30,"\u30e1\u30c3\u30bb\u30fc\u30b8":[121,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[74,124,2,80,43,93,54,16,71],"\u6587\u5b57":[0,2,60,31,93,64,5,48,33,74,47,98,76,10,37,39,30,42,80,46,16,49,75,116,120,85,87,20,36,121,124],"\u7d44\u307f\u8fbc\u3080":[87,42,6]," MeCab":87,score1:42,score2:42,"\u3059\u3063\u3071\u3044":60,"\u3054\u89a7\u304f":[2,117]," LOCALE":79,"_CODE":[88,96]," indicates":96,test:[2,99,10,63,97,117],"\u5c5e\u6027":[45,70,63,122],"\u305f\u3081\u3057":46,"\nExecuted":26,truncate:16,Windows:55,VALUE:[2,26],":tasukuchan":121,"\u964d\u9806":[101,74,2,85],scorer:[35,103],"5km":121,"\u30fbOR":46,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":16,"/debian":100,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[35,104],"<threshold":64,"\u901a\u77e5":99,"(ptr":102,"/LZO":102,"\u307e\u3067\u3057\u3070\u3089\u304f":99,"\u8a2d\u6a02":16,"\u5f53\u3066\u308b":10,"_MESSAGES":[99,79],"/http":91,Quantal:[35,89],"\u72b6\u6cc1":[43,87],"\u3068\u3057\u3066":[1,62,32,64,6,16,71,72,110,74,9,98,99,76,101,11,37,78,97,106,79,109,42,47,48,115,116,117,84,124,120,87,102,20,100,39],"\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":99,"\u96c6\u5408":[48,106],change:34,"\u89e3\u6790":55,"\u3002Tag":30,INT:3,"\u30ec\u30dd\u30fc\u30c8":71," free":[82,96],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[43,74,106],"\u305d\u306e\u969b":99,".spec":16,".exe":68,"/Branches":117," KA":124,"\u305d\u306e\u307e\u307e":99,"\u6700\u5c0f":[100,84,11,91,110],"-cutter":99,"@wareohji":48,"\u7d71\u5408":[48,87],httpd:48,"\u6307\u6570":98," ERROR":5,https:[99,79]," Nonexistent":74,BSD:71,Cities:47,"\u6d41\u91cf":34,QUIT:113,DATABASE:94,cas:113,"\u884c\u308f":[118,30,74,97],clearlock:[35,0,19,29,48],",\"http":10,"\u884c\u3063":[117,46,99,85],",\n":[2,60,63,26,70,97,92,74,47,98,10,101,77,78,105,30,82,46,49,120,121,20,88],"/rpmforge":84,"-com":99,"\u884c\u3044":[118,30,42,2,99,85,43,121,93,64,78,49,97],",\"":[30,3,121,82,105,49],", ":87,",.":99,"\u884c\u3048":[78,2,117],write:[48,74],"^commit":99,"\u8fd1\u508d":[48,106],Tomita:102,"_CHILD":[1,113],",_":[30,2,85,101,78,46,121],"\u5207\u308b":6,"\u5207\u308a":[16,99,107],db1:34,"\u8fd4\u3059\u304b":101,"\u5404\u56fd":99,"\u30b2\u30c3\u30c8":15," day":77,",{":[3,97],"\u304b\u308f\u308a":43,"\u5357\u534a":48,"\u82f1\u8a9e":[57,16,99,79],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,":ss":[96,98],"\u30bd\u30d5\u30c8":116,"-libedit":102,"/html":[16,34,79],"\u3002gdb":117,"\u78ba\u5b9a":101,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":71,"\u4f5c\u7528":48,RK:33,"\u542b\u3081\u308b":[74,2,120,99,48,16,116],rake:99,"\"version":3,now:[35,108,29],"\u3086\u304d":92," Bool":[10,92],"\u8aad\u307f\u8fbc\u3081\u308b":105,el:84,domain:[70,63,64,26,85],en:[33,101]," Terms":[74,2,98,82,43,64,20,78,120],"_MANY":[1,113],ea:96,"\u6700\u5f8c":[98,99,10,102,43,6,48,97]," Entries":[74,98,105,120],"\u70b9\u6570":88,"_FLOW":[1,113],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":99,space:120,"\u518d\u69cb":16," exclude":48,"\u3065\u3051":48,"/files":99,"\u5230\u9054":40,args:64,"\u5d8b\u7530":48,"/pub":84,"\u7d50\u5408\u5f0f":48,"[windows":[16,48],"\u3078\u3068":26,"\u3078\u306e":[10,71],There:120,"\u305f\u3069\u308b":30,message:[49,5]," TokenMecab":43,size:82,"\u4e0b\u3055\u3044":[110,84,99,11,100,68,89,48,56],"_obj":[16,42,48],"\uff08,":2,"\uff08-":[74,2],"\uff08 ":[110,74,32,98,14,11,20,120,100,6,7,71,116,84,56],"\u30bd\u30b1\u30c3\u30c8":[28,59,4,63,5,70,95,73,37,103,105,38,107,44,45,82,111,83,48,51,86,24,90],"\u3044\u308c":[10,48],HASH:62,"\u3044\u308b":[42,99,87,50,117,79],"_ENOUGH":[1,113],libevent:71,"\uff08@":[16,102],Enables:6,x6:99,"\u30d5\u30a9\u30fc\u30e0":[74,120,106],"/gat":[46,2,85],"_basic":[6,34],"\u5404\u547d":97,browser:79," gnu":14,"\u3044\u304d":[2,99],"\u3044\u3046":74,"\u3044\u3044":[91,15],"-zlib":89,"\u30b3\u30f3\u30d1\u30a4\u30eb":48,"\u30b3\u30f3\u30d1\u30a4\u30e9":16,"_circle":[16,108,29,35],engin:[33,101],"\u591a\u5f69":87,"\u3044\u3064":33,"\u9806\u6b21":[118,64,2,26],"_COM":99,"|suggest":101,price:10,"\u5c0e\u5165":[12,9,117]," moritars":49,Akio:48,RedCloth:99,"\u79fb\u52d5":[99,53,68,48,38,16],"\u672a\u4f7f\u7528":113,"\u3068\u308a\u3068\u3093":[98,120],"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[16,48,123,35],Web:[0,74,99,120],"\u975e\u4e92":48,"\u65b0\u5bbf\u99c5":46,"\u3057\u304b":[74,98,10,120,6,49,79,34,39],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":55,"\u3057\u3066":[57,30,74,102,2,99,43,121,11,6,48,12,117,79],"\u6700\u5927":[40,41,0,102,98,62,74,64,20,97,48,16,83,34,113],"\u30bf\u30a4\u30c8\u30eb":[30,74,120,10,49,98],title:[30,2,85,10,26,49]," LocalNames":105,"-server":[35,84,110,11,64,21,100,48,16],"\u5f8c\u8ff0":[42,99],"1\u6708":[74,59,98,10,121,31,86,95]," jekyll":99," price":10," wget":[110,84,14,11,100,71],"/gqtp":91,"\u62c5\u5f53\u8005":99,"\u8b70\u8ad6":57," package":99," become":67,"(scan":117,"\u8a18\u6cd5":[49,98],"\u70b9\u4ee5\u4e0b":10,"\u5dee\u96c6\u5408":98,"\u3002Google":120,"import":99,"\u3057\u308c":88,"\u3057\u3088":[77,42,59,10,37,47,95,16,111],"\u672a\u8a2d":48,Poedit:79,article:49,Unicode:124,"\u975e\u4f9d":84,"-groonga":[99,97]," arted":98,"\u5c55\u958b\u5f8c":74,"_rename":48," command":[9,94,26,6,48,50]," CODE":3," followee":121,"\u578b\u60c5":48,daijiro:121,"\u3002callback":42,"\u8868\u8a08":116," follower":121,"';":64," \u7528":71," res":97,"=yes":[48,74,117,99],"\u300cSubmit":99,ruby:[48,99],"\u5438\u53ce":[2,60]," advantage":20,"\u4f55\u3089\u304b":31,"\u30b7\u30b0\u30ca\u30eb":16,"\u4f7f\u7528\u4f8b":47,QUERY:[96,116],TYPE:39," Shimada":102,"[grntest":16,GNU:71," many":94,"\u3002\u300d":43,"\u5fc5\u8981":[0,110,2,60,62,6,7,33,48,71,8,34,77,74,98,99,78,11,37,43,97,12,39,95,42,80,14,113,16,49,116,117,84,124,120,87,102,20,88,100,54,23,79,26],", {":34,"\u5c65\u6b74":99,"\nSUFFIX":42,"\u8f9e\u66f8":[110,0,43,102,84,48],develop:9,"-dir":97,"\u6fc1\u70b9":124,document:[23,102,64,98],"\u3002\u3044":42,favorited:121,"\u5b89\u5b9a":[87,48,9,82],".po\u30d5\u30a1\u30a4\u30eb":[55,99],", \"":49,"{PREFIX":[71,7],favorites:121,"\u3059\u3079\u304d":42,"\u3002\u3059":[77,97],"\u3059\u3079\u3066":[74,9,2,98,102,48,16,71,97],"[output":48,"\"Good":74,"\u6bd4\u3079":[77,85],"_IMPROPER":1,"_PERMITTED":[1,113],"'groonga":[100,84,11,110],"\u30ab\u30e9\u30e0":[0,28,59,29,63,32,64,16,95,71,73,35,74,101,37,103,39,44,45,48,86,87,102,24],speed:8,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":51,"\u4f4e\u304f":43,"_extract":67,"\u4f4e\u3044":[43,74],"\u30ad\u30fc":[40,74,2,98,62,31,102,64,120,48,124,72,39],"\u542b\u3081":[74,116,120,99],"\u542b\u3080":[118,74,42,2,98,86,101,81,93,45,59,121,48,49,120],"_SECTION":[45,121,49],"\u4e38\u62ec":2,Hex:30,"\u8a00\u3048":[43,120],"\u5c55\u958b\u7528":16,amd:99,Project:68,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[48,64,26,113],"\u6df7\u5728":23,output:[48,102,103],"\u5c5e\u3059\u308b":[70,31],"_SUCCESS":[74,1,59,86,95,96],"\u30b7\u30b9\u30c6\u30e0":[87,55],"\u5de6\u53f3":2,"\u30ec\u30b9\u30dd\u30f3\u30b9":[16,1,113,34,48],"&! ":98,COLOR:124,"\u30de\u30b7\u30f3":64,"\u542b\u307f":88,"\u542b\u307e":[88,74,42,2,98,99,120,116,63,54,70,20,37,7,48,93,84,34,39],"\u5206\u3051":[35,99]," Float":10,".posted":121,"-static":16,"CPU\u30b3\u30a2":[64,125],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":97," enable":6,"\u578b\u6307":48,"_OP":42,"_OR":[1,26,42,113],"_OF":[1,113],Katakana:33,"_ON":[1,113],processor:[100,84,11,110],"/admin":[16,64],"\u30aa\u30d5\u30bb\u30c3\u30c8":[48,74,101]," age":74,"\u53f3\u4e0b":[36,0],"\u53f3\u4e0a":0,Add:108,"=title":26,log:[35,71,19,29,48],"\u77e5\u8b58":97,"d\u30ad\u30fc":2,"/query":7,POSIX:98," MARK":124," Video":30,",\"links":10,"\"Items":105,"\u30b3\u30b9\u30c8":77," nine":2," IWAI":48,"/CoreModule":6,rect:47,"\u5bfe\u5fdc":[87,81,42,117],"\u95a2\u4fc2":[35,42,89],"\u56db\u89d2\u5f62":32,"/IPAexGothic":12,"\u3002Munin":[100,84,11,110],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[26,34],you:79,"\u4f4f\u3093":121,string1:76," Ages":39,"_ARGUMENT":[1,113],coverage:117,"[fedora":48,Entry:[45,59,86,63,37,111,103,95],"\u4e94\u5165":16,"\u5b9a\u7fa9":[28,2,31,64,70,72,74,47,98,77,78,103,63,42,44,45,113,48,49,116,120,20],"\u8a66\u3059":125," stop":[91,6],"\u524d\u8ff0":[43,124,39],"-G":68,"\u308f\u304b\u3061":93,"-P":118,"4byte":113,"\u57fa\u6570":98,"-e":64,"-d":[64,26],"\u4e16\u4ee3":9,"-a":[48,64,120],"-c":[110,84,64,26],"-m":118,"-l":[96,64],"-n":[16,2,64],"-i":[64,97],"_rc":[86,95,74,59],"-j":71,"-t":64,"-w":99,"-p":[64,26,97],"\u304b\u304b\u308b":[77,2],"\u304b\u304b\u308a":[77,98,99,120],"-x":99,"-conditional":16,"\u4ed5\u7d44\u307f":48,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[16,34],":\"":2," Really":98,"\u6b8a\u547d":97,"- ":[99,50],"--":[0,59,60,64,16,95,97,74,98,99,78,30,43,46,111,48,116,86,121,102,122,23]," clang":117,"\u3057\u307e\u3057\u3087":46,"\u7d4c\u7531":[28,59,4,63,5,70,95,73,99,37,103,105,38,107,44,45,82,111,83,48,51,86,102,24,90],"/work":99,VIEW:64," XXX":98,"\u9045\u304f":75,"_DIR":99,"\u518d\u73fe":[43,106],"\u975e\u5206":74,"@s":102,naoina:48,"-jinja":99,"\u6e2c\u5730":[47,10,31,36,46,75],"\u9ad8\u3044":[82,101,2,6,87],"/ja":[99,79]," intall":[110,100,84,11,56],"\u304b\u304b\u3063":[86,88,74,59,95],"\u306b\u95a2\u3059\u308b":[35,74,98,29,15,6,48,16,120],"\u30aa\u30b9\u30b9\u30e1":[110,84,11,100,68,89,56],"_dist":48,"\u30ec\u30b3\u30fc\u30c9r":42," UNIX":88,"\u308f\u304b\u308a":102,"\u30b0\u30ed\u30fc\u30d0\u30eb":48,"\u3068\u305d\u306e":9,"\u8ad6\u7406":[40,74,42,87,82,48],hoge:76,"\u30de\u30c3\u30c1":[0,42,120,74,20,106,16,71],"9\u3064":2," Visual":68,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":48," Solr":98,Kiske:48," HTTP":[27,35,29,87,6,48]," more":20,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":116,"@yito":48,"_PATH":[23,2,3,99,26],fulltext:20,".comment":[121,49],"-tokenizer":[110,48,84,11,100],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":20,"\u30af\u30ea\u30c3\u30af":99,"\u5fa9\u53f7":99," newly":20,"[load":48,"-databases":[70,2,26],LargeText:62,CAS:113,"_OBJ":16,"\u9664\u53bb":102,"-address":[16,64,48],snippet:[35,67,108,29,48]," Common":98,"\u3042\u3089\u304b\u3058\u3081":[31,99]," threshold":24,"_likes":[88,74,98,120],"[dat":48,"\u901f\u304f":[30,71,39],"\u6642\u9593":[74,59,120,99,86,87,102,88,95,16,97],"\u901f\u3044":62,"_USE":[1,113],"\u4e00\u5bfe":10," HashTags":121,uninstall:48,"\u5909\u63db":[1,62,31,6,121,16,124],help:[16,117],"\u592b\u5fc5":92," release":99," OR":[78,74,116,60,120]," OS":[35,89]," creates":[96,94],"/lzo":16,systemd:48,"\u306f\u3044\u304f\u3064\u304b":[40,88,120,34],"_READ":1,GHz:97,">> ":98,"\u30ab\u30fc\u30bd\u30eb":[16,102]," owner":6,"\u57fa\u672c":[87,35,99,48],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":64,"-test":[117,99],"\u5e03\u6559":55,"\u30ad\u30fc\u30ef\u30fc\u30c9":[35,0,93,120,87,74,20,122,78,69,48,8,39],"\u597d\u304d":79,yito:48,CUTTER:[117,99],"\u30bb\u30af\u30b7\u30e7\u30f3":[68,6,33,71,110,74,47,123,11,108,79,109,80,14,113,116,50,84,120,19,88,100,89,54,55,39,56],"\u9032\u3093":87,"\u30b5\u30a4\u30ba":[40,110,84,82,10,62,11,20,87,100,68,113,89,48,16,83,56,39],"\"sequence":[33,101,80,54],"\u30d5\u30a1\u30a4\u30eb":55,"_NROMALIZE":124,"\u52a0\u3048\u308b":[45,16],"<ip":[64,97]," NormalizerAuto":[78,124,39]," table":[45,74,59,86,44,63,64,37,111,103,101,95],"/mailarchive":99,None:94,"\u9ad8\u304f":43,Hour:96,"\u9045\u3044":[62,47],pub:99,"\u3042\u308f\u305b\u308b":48,base:99,"\"roonga":8,bash:71," http":[118,110,84,71,3,14,11,64,100,26,23,56,34,6]," weight":[10,74],"\u30b5\u30a4\u30c8":[10,30,99,106]," not":[48,74,96],"\u5024\u3068":[10,74,120],encoding:3,"/data":50,"=Site":26,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":55,"\u5024\u304b":47," omitted":3,":value":[74,120]," unmanaged":82,"\u3002make":97,"\u300cUsers":121,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":16,"\u65e5\u5f53\u65e5":110," Tag":30,grep:[100,84,11,110],"_IS":[88,1,113],"_IP":26,"_probability":[16,101],"_IN":[88,1,113],"\u5206\u3051\u308b":[10,99],Goo:[98,120],KWIC:20,"|NONE":74,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":34,"null":[16,98,70,20,48],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,Users:[68,34],lib:[102,7],"\u79d2\u5358":[10,31],Munin:[110,0,11,84,100,48,16,71],"\u5024\u3068\u3057\u3066":[47,64],"$PREFIX":16," based":20,"'hay":42,"/dev":99,"\u3002Sphinx":12,"\u6697\u53f7":99,"\u4ecb\u3057":[87,26],"\u6574\u5408":0,"\u62e1\u5f35\u578b":10,SEGV:0,"\u59cb\u3081":79,"\u3002MessagePack":[88,71],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":117," depends":67,"\nency":97,"_html":[35,29,64,48,16,108],"\u4eca\u5f8c":[38,16],OBATA:102,".nginx":6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":64,"\u89e6\u308c":2," \u6c11":93,"\u68ee\u7530":30," RedCloth":99,"\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":98,":groonga":99,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":42,"\u7d39\u4ecb":[30,55,74,99,121],"\u4e00\u5ea6":[7,77,48,16,49,124,116],"\u5909\u6570":[98,99,14,122,48,16,116,117],"-level":64,"_UNSUPPORTED":1,"\u306f\u3061\u3087\u3046":98," Lexicon":[77,78,49,39],"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[109,106,50]," issue":57,oneiric:[11,99],Xcode:56,"\u5f71\u97ff":[48,99],CONNECTION:113," about":[88,96,108],"\u767a\u63ee":87," database":[6,94,20],"[SNIPPET":20,"-plugins":[100,84,89,110],"\u4e0d\u80fd":97,"\"web":[80,54],"\u306e\u3069\u308c":33,ShortText:[2,60,62,31,64,26,33,70,92,74,98,10,101,77,78,105,63,39,30,80,43,45,46,16,49,120,85,121,102,88,54,124]," COLUMN":[30,74,47,2,60,85,78,10,121,120,20,77,45,43,105,49,98]," to":[74,67,98,20,88,6,96,48,120],"/db":[101,91,6,105],"\u56de\u7279":97,"\u6a29\u9650":71,MB:48,"\u30a8\u30b9\u30b1\u30fc\u30d7":[37,48,20],"\u6307\u793a":[33,2,26],"\u505c\u6b62":[9,64,90]," entries":[74,98,120],"\u4eca\u5ea6":121,"!(n":98," values":37,NetBSD:102,"\u898b\u3064\u3051":[33,0,48],fedora:[48,71,99],Alert:96,"_PER":16,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[71,99]," select":43,"\"Apple":124,user:[78,6,97,20],ALLOW:[74,120],"@Kiske":48,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[74,124,120,64,20,103,48,71,39],"\u30ef\u30a4\u30c9":16,"\u30b1\u30fc\u30b9":[43,74,39],"\u9806\u756a":[43,64,2,120],"\u30b0\u30e9\u30d5":87,"_path":[48,97],"\u30d0\u30a4\u30b0\u30e9\u30e0":43," word":[74,120],"\u4e8c\u756a\u76ee":98," work":96,"\u8fd1\u4f3c":[16,47,75,48],"\u56de\u6307\u5b9a":120," common":16,Internet:68,"\"tritonn":74,"\"uptime":3,PID:[0,71,64],"-gram":[43,87,93,2,98],"_SMALL":[1,113],"\u3064\u3051\u308b":92,"...":[74,58,3,82,120,101,63,18,70,77,22,6,105,16,23,48,52,97,98],"-untrusted":100,"\u9759\u7684":55,nginx:[110,48,84,11,100]," Lion":48,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":113," GNU":[35,89],"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":49,"\uff09\u307e\u305f":[98,120],popular:74,"\u4f5c\u696d":55,"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,31,93,64,6,16,71,34,37,74,9,98,10,101,77,103,97,38,39,42,43,47,48,75,118,120,85,102,26],"\u5927\u304d\u306a":[34,39],"\u96a3\u63a5":[87,120],"\n ":[42,6,34],"~number":98,"\u5927\u304d\u304f":[10,102,9,105,75]," realtime":[101,54]," nanoseconds":96,"\u5927\u304d\u3044":[74,42,120,62,64,16],"\u3061\u3083\u3093":30," sed":11,"\u30af\u30a8\u30ea\u30fc":[35,74,29,101,7,48],"\u5927\u304d\u3055":62,".sh":[48,79,117,99,50],run:[117,6,99],"\u4ed8\u304d":[35,1,120,14,101,32,102],"\u81ea\u5df1":121,"\u4ed8\u3044":[121,124],"\u5f37\u5236":[48,0],Raccoon:30," test":[2,117,99,10,26,49,97],"\u4ed8\u3051":[2,10,26,48,49,34],"\u30ab\u30a6\u30f3\u30c8":121,"\u305d\u3053\u306b":[70,63],"\u4f3c\u305f":[46,124],"\u5185\u5bb9":[91,2,63,26,70,95,97,74,98,99,10,59,79,48,49,118,120,86,121,20,88,54,33],"\"serach":80,DragonFly:102,".\n":[105,97,6,34,99],"\u3067\u3069\u3053":1,"\u30ad\u30e3\u30c3\u30b7\u30e5":[48,0,87],".(":99,".)":[96,98],".-":79,"..":[74,59,98,86,120,64,94,37,95,23,39],"\u5316\u6f0f\u308c":48,"\u3067\u3082\u3063\u3068\u3082":19,".\"":[30,2,98,10,20,77,78],"\u5909\u66f4":[35,0,99,48,71,50]," sign":99,".'":[45,48],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":121,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9,"\u652f\u63f4":8,"\u30da\u30fc\u30b9\u30c8":48,"[groonga":[16,99,48],".O":30,".]":[98,101,63,82,70,95],"._":[10,74,98,120],"\u3002\u30bf\u30b0":30,".h":53," status":3,utf:[71,67,64,3],".n":[74,98,120],munin:84,"\u306b\u5bfe\u3057":[118,51,0,42,2,98,85,30,87,93,74,45,101,46,7,99,23,48,49,120],".c":[74,67],".d":[100,11],".x":84,"\u307e\u307e\u3067":43,".}":[82,98],"\u66ff\u3048":[43,35,104,99]," types":101,"\u3002gnr":106,"_columns":[35,102,103,48],"\u958b\u3044":[16,24,124,102,73],"\u958b\u304f":[16,124,48],"_rate":[26,51,2,3,6],application:34,"\u958b\u3051":48,"'\u3002":64,"\u56db\u3064":93,"\u6642\u4ee5\u5916":102,"\u843d\u3061\u308b":[16,102],"\u767a\u884c":26,AC:124,": n":118,"_len":48,".patch":79,"(title":76,"\u306a\u304c\u308b":48,"\u4e00\u5de5":92,"\"suggest":8,"\u3002TLD":85,"\u5f37\u5316":[16,102],"_pat":102,msbuild:68,"\u30d6\u30e9\u30b8\u30eb":47,gr:74,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":74,gb:3,ga:97," push":79," binding":67,"\u300cgroonga":106,Words:98,GtiHub:16,"/..":[6,99]," ./":[71,79]," ..":[2,98,82,101,78,6,59,95,48,34,79]," YOSHIOKA":48,"\u4e0d\u8db3":[110,84,11,100,68,89,56],"\u8fd1\u3055":98,"\u304a\u3053":[10,87]," Expressions":6,".mo\u30d5\u30a1\u30a4\u30eb":79,"_SUPPORTED":[1,113]," such":[48,79],"\u30b8\u30aa\u30b5\u30fc\u30c1":[16,104,35],"/bin":71,"\u5341\u5206":43,"/sbin":56,"\u8ca0\u6570":48,download:84,"-known":20,"/introduction":[2,26],opaque:113,".tsv":[116,3],"\u542b\u307e\u308c":[74,87,93,20,88,7,39],"\u983b\u7e41":71,"\u7b49\u5024":102," PatSuffix":92,"\u62e1\u5f35\u5b50":[102,3,97,7]," libmemcached":117," users":[78,121,96],blogroonga:55,"\u300d\uff08":[93,105],"\u306e\u3042\u3068":48,"\u5177\u4f53":[43,49],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[109,87],"\u898b\u3064\u304b\u308a":74,"\u898b\u3064\u304b\u308b":48,"\u8d85\u3048":[43,74],realloc:102,"\u5171\u901a":[16,31,98,49,62],"\u7d5e\u308a\u8fbc\u3080":8,"\u624b\u9806":[55,112],"\u3002\u30d0\u30b0":57,"\u7d5e\u308a\u8fbc\u3093":87,"\u81ea\u5206":[97,89,79],soundkitchen:[16,48],started:120,Markus:48,"\u5f15\u304d\u8d77\u3053\u3059":48,"\u5371\u967a":[99,34],BAD:113,Video:30,"\u53d7\u3051\u4ed8\u3051":[48,102],"\u7de8\u96c6":[55,117,99],links:[10,26,85],sudo:[110,84,11,100,48,71],">max":3,TOO:113,"\u5897\u3084\u3059":117,"\uff08TokenBigram":43,Mroonga:[49,120,74,98],SJIS:67,"\u6df1\u523b":[43,48],"_repair":48,"\u512a\u5148":[87,97],"_CAS":1,"\u7d5e\u308a\u8fbc\u307f":[87,2],"\u66f8\u5f0f":35,rakutan:49,"\u81ea\u52d5":[30,2,92,99,62,7,120,97,48,16,98,72,79],"\u672c\u4f53":55,"\u898b\u3064\u304b\u3063":[74,8],"\n# ":[51,2,26],"\u4e00\u500b":42,"\u30c7\u30d5\u30e9\u30b0":16,"|WITH":[77,74,2,60,43,121,120,20,45,78,49,98],"\"Requires":48,WITH:[45,2],"\u88dc\u8db3":6,RAM:97,"\"abandon":86,"\u3002Eclipse":79,auto:[101,99],"\u629c\u304d\u51fa\u3059":87,YYYY:[96,98],"\u306b\u304f\u308b":43,"\u5f15\u8a9e":2,Masaharu:48,OffGao:121,MinGW:16,mode:42,"'query":48,"\u65e2\u5b58":[2,99,10,87,26,38,48,97],chunk:82,"\u751f\u6210":55,QueryExpanderTSV:[35,48,29,17,7]," gnupg":99,"\u3050\u308b\u3093":[30,98,120],"-match":89,"\u306b\u304f\u3044":87," row":20,"_default":[48,34],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":16,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[68,79],"\uff1f ":97,RANGE:113,PHP:48,deprecated:9,"-localstatedir":89,"\u307f\u304c":42,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":115,"\u8aa4\u5dee":[16,47,75],"<max":64," PostgreSQL":[87,20],"\u76ee\u4ee5\u964d":74,"\u305e\u308c":[42,98,99,54],"\u5185\u8fd1\u304f":98," SNIPPET3":20,WORD:[48,74],"\u305d\u3053":[10,43,99],mkdir:105,"\u6700\u4e2d":87," universe":11,"\u52d5\u5c0f":31,".groonga":[79,84,99,110,14,11,100,68,71,97,56],"-doc":48,man:0,"\u306f\u3058\u3081":[35,101,9,123,79],configure:55," service":[91,80],",..":[37,70,63,74],"\nrequest":96,"\u3092\u3054":117,"-log":89,"_TOO":[1,113],Information:96,MSGPACK:113,"\u8a72\u5f53":49,"-threads":64,"\u56fd\u969b\u5316":[55,115],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":99,"\u4fee\u6b63\u4e2d":80,"\u30de\u30a4\u30af\u30ed":[10,121,31,98],PATH:[97,34],"\u6f14\u7b97":[48,71,102,106],"-db":48,Takayuki:16," Gone":30," suggest":[101,54],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":71," bug":[48,67]," RDBMS":87,url:105,"\u6982\u5ff5":9,"\u57fa\u6e96":[10,87,2,99],"\u3084\u308a":57,"\u3084\u308b":55,"\u3084\u3089":99,"\u3084\u3081":16,"\u3002\u2193":64,"\u53cb\u4eba":30,"_STARTED":88,"\u6e2c\u5b9a":97,MacPorts:[35,89],"\u3068\u3066":[62,74,34,87],"\u65e5\u6642":[35,31,104],"\u4e0d\u6b63\u78ba":[51,48],"\\groonga":68,"{PATH":71," Takashi":16," SOUND":124,"\u4e0d\u8981":[48,87],"\u79d2\u3088\u308a":122,"\u3050\u308b":[120,98,106],korea:85,"\u63a5\u7d9a\u5148":118,".list":[100,11],"|ga":74,"\u975e\u5e38":[48,34],NONE:[74,113]," Request":79,"\u7ba1\u7406":[35,0,99,64,82,48,16,71]," gqtp":87," quit":64,ken:30,"\u3084\u304c":9,"\u304c\u304a\u304c":121," init":48,"\u3053\u308c\u3089":[2,3,62,7,71,8,72,110,74,47,98,11,43,34,106,14,48,84,120,85,121,100,54,23,55,124],key:[88,74,101,63,37,111,105],admin:102,"\u30b3\u30de\u30f3\u30c9URL":34,"\u96e3\u3057\u3044":87,"\u304a\u3089":99,"\u4eca\u56de":[48,2,20,98],Log:[16,29,35],"\u4f5c\u6210":[55,112],Thesaurus:74,"_add":64,"\u30af\u30ea\u30a2":[16,48]," backup":105,quit:[35,19,99,29],"\u30b9\u30ab\u30e9":63,TokenBigramIgnoreBlankSplitSymbolAlpha:43,"\u547d\u540d":48,"\u306b\u3088\u3063":[28,2,60,4,63,93,64,5,26,95,70,73,74,9,10,37,103,59,106,38,107,30,42,105,81,44,45,82,111,83,118,51,85,86,87,23,24,90],"\u6b21\u671f":99,username:30,"\u65e5\u672c":[98,99,31,36,46,33,75,120]," fast":[74,120,20,88,49,98]," JSON":34,"\u7a2e\u985e":[35,74,1,98,99,80,43,62,54,64,104,101,120,42,113,33,16,72,39],"\u4ee3\u308a":[48,47,120],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[74,68,48,16,116,39]," Travis":50,"/F":99,"\u3060\u304b\u3089":74,"/C":87,"/_":99,"\u9818\u57df":[48,46,71],"_system":16,"\u91cd\u8981":[74,99,117,87,19,66,77,6,71,34,39],"\u614e\u91cd":117,"/d":[6,34],"/c":53,"\u91cd\u8996":[43,77],"-essential":[100,11],"/x":34,"-learner":[102,8,94],"\u8aa4\u5b57":[16,102,116,48],"(mroonga":116,"/CentOS":91,http:[118,30,97,2,99,85,10,64,46,68,6,105,23,79,34,26],"/\n":[102,99,79],"_MAX":[41,1,113],"\u306b\u3088\u308a":[40,74,47,2,92,99,82,10,87,31,43,46,6,48,49,34,26],"\u306b\u3088\u308b":[35,47,2,99,10,87,31,48,16,104]," been":99,"/.":16,"/*":[53,91,79],"/(":99,"/groonga":[91,2,64,68,6,7,70,48,71,110,99,53,11,79,14,26,16,116,50,84,102,100,56],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":48,"/$":79,"/\"":[30,2,85,10,46,26,105],"/ ":[100,11,6,34,102],"/;":6," Official":99,"\ndo":97,Flower:10,"\u3042\u304d":92,"\u904b\u7528":87," yum":[48,84,110]," Mac":48,"\u3002Point":[36,75]," \u6642":121,"\u3042\u3063":[30,74,9,99,97,101,37,34,48,72,79],"-ruby":[48,99],"\u3042\u3068":[99,79],RLIMIT:96," its":96,"\u30fb\u5186":87,"\u6790\u7cfb":98,"\u756a\u53f7":[118,91,97,64,74,34,26,72],".jp":[74,67,99,15,105],Debug:96,"\u6587\u5b57\u6570":[20,98],"(\u300c":99,"\u4e0b\u8a18":[51,82,9,42],"\u7570\u5e38":[82,97],Tweets:77," TABLE":[30,74,47,2,60,85,78,10,121,120,64,20,77,43,105,92,98,49,124,39],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":48,"\u5411\u3051":55,"_PAT":[74,98,120,64,20,78,105,70,39],LANGUAGE:79,"\u304f\u308c\u308b":[53,87,79],"\u5411\u3044":[88,62,74],"\u3093\u304c":[98,120],"\u3057\u3064\u3064":117,"\u3042\u308c":[98,99,43,77,97,39],"\u3042\u308a":[57,15,68,6,7,70,48,71,97,110,74,9,99,53,101,11,37,78,106,38,107,39,40,42,45,47,16,117,51,84,87,20,88,100,89,23,55,79,90,56],"\u3042\u308b":[86,1,2,30,4,62,31,32,64,5,28,48,33,109,71,34,73,74,9,98,99,76,10,101,37,78,103,97,59,106,38,107,63,39,95,41,42,105,80,43,44,45,82,47,83,16,49,75,116,118,51,119,120,79,87,102,70,20,36,111,23,24,90],offset:103,"\u304b\u3051\u308b":6,Microsoft:68,"\u9055\u3063":33,".hash":121,"-source":99,"\u6f0f\u308c":[48,106,99,87],Ages:[70,39],UP:3,"\u9055\u3044":[110,74,47,2,120,10,49,34,39],iexplore:68,"\u9055\u3046":102,SATOH:16,"_NUMBER":[88,26],"\u500b\u6570":48,"<log":64," Tomita":102,"\u30ed\u30b4":48,"\u30ed\u30b0":[0,99,4,122,5,48,16],"\u5c55\u958b":[35,74,99,29,7,68,48,16,71]," from":67,".travis":50,hh:[96,98],"\u540c\u3058\u5024":[2,6],".\" ":26,truncation:16,"\u3068\u3053\u306e":33,limit:[16,103]," libevent":[100,11],Gemfile:48,"\u3068\u3053\u308d":[98,53,121,7,48,79],"{\"":[82,97],"{ ":34,"\u79d2\u5f62":31,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[48,113]," rinse":99," #{":96," VALUE":2,"_COLUMN":[74,102,120],Pikonyan:30,"\u6163\u7fd2":48," system":[74,120,20,98],"_auto":48,"\u65b0\u3057\u3044":[87,55],"\u65b0\u3057\u304f":[74,9,2,77,106,39],friends:30,"_RELEASE":99,"{\\":37,EPEL:84,Welcome:[74,98,120]," Object":48,"_UNKNOWN":1,"\u3002scan":117," scan":117,"=MESSAGE":89,"\u3002groonga":[2,3,62,68,26,33,71,110,74,9,98,11,51,48,49,45,84,120,87,100,55,6]," inverted":20,"\u592a\u90ce":30,"\u30df\u30ea":[10,16,31,46,98]," Lynx":[35,89]," YOUR":16,updated:43," use":[74,120,88,82,79,98],"void":48,"\u3066\u307f\u307e\u3057\u3087":46,"\u53c2\u7167\u5143":10,"\u30df\u30b9":33,"=pat":48,Zenigata:30,"{TABLE":74,Makefile:99,"\u9006\u9806":2,"\u3002grn":[42,106]," Regular":6,"\u6210\u529f":71,Put:120,net:85,"\u306f\u3044\u3051":[111,59],"\u5fdc\u3058":[87,97],"\u300cComments":121," option":96,"\u305a\u3064":[121,49,64,97],":port":[23,64,6],"\u5411\u4e0a":[16,34,106],serch:[101,80],"\u3080\u308b":[98,120],QUIET:113,Also:20,"\u9023\u7d9a":[43,93,80],".yml":50,typo:16,TABLE:[74,120,102,70,39,98],type:[30,121,2,92,85,80,10,101,63,45,46,54,33,49,97],EMERG:[4,5],"\u4ee5\u4e0b":[1,59,4,63,32,64,5,68,6,7,70,48,71,97,74,47,99,101,37,78,105,12,39,40,42,45,82,95,16,75,117,50,86,20,88,23,79],"\u4ee5\u4e0a":[74,42,99,101,64,20,68,117,48,79,97,39],"_left":[16,36],"-ipadic":[110,84],"\u306b\u95a2\u3057":[42,97],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,24],"\u63a8\u5968":[74,9,88,26,89,48]," pdf":12,"\u5408\u5bbf":121," Geodetic":31,"\nworks":96,"_memo":78," management":[20,50],"\u30b9\u30fc\u30d7":93,"_END":1,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":49,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":55,"\u9069\u5408":[43,2],"\uff08TokenMecab":43,"\u30a4\u30f3\u30dd\u30fc\u30c8":55,"\u9023\u7d50":[48,49],"\u5206\u5c90":117,"\u643a\u5e2f":87,"\u5358\u4e00":45,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":99,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":102,"_jp":71,"\u6d6e\u52d5":88,before:50,"\u7e26\u68d2":39,PRM:84,"\u6574\u6570":[41,1,83],"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[111,59],"\u300coutput":23,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,113],"\u691c\u8a0e":43,"-pack":89,"\u691c\u8a3c":118,ADDRESS:113,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[35,0,98,30,63,82,104,120],"\u30ec\u30d9\u30eb":[4,48,5,64],"\u975e\u4e92\u63db":16,cmd:68,"\u30af\u30a8\u30ea\u30fcAPI":[1,19],"\u30d1\u30b9":[118,102,2,99,97,7,64,122,26,23,16,71,34,6],"_DAT":[16,120,70,98,39]," contain":48,GQTP:[35,84,1,110,11,21,100,48],"\"Mroonga":98,"\u30ed\u30b0\u30d1\u30b9":102,realtime:54,content:[88,74,98,20,77,48,49,120],"/\uff09":102,PERMISSION:113,DLL:[16,48],"\u8996\u899a":87,"\u30d1\u30ea":47,"_LEADING":74,"\u63a5\u8fd1":42,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":102," NEW":99,"1\u884c":97,"\u7531\u6765":106,"\u30e1\u30e2\u30ea\u30fc":39,"\u5358\u4f4d":[47,2,98,87,31,93,19,20,88,102,113,121,16,75],"_clear":16,"\u5b57\u5217":[16,31,120,39],"\u5358\u4f53":[87,97],"\u5f79\u5272":2," instantly":20,nsubrecs:[30,85,121],distance:47,keyword:[48,20,120],".json":3,ELAPSED:[88,96,3],"_FILENAME":1,"_NETWORK":1,"\u30a8\u30e9\u30fc":[110,0,9,99,11,84,100,68,89,16,48,71,56]," allows":20,Animation:30,"\n\n":[28,2,4,63,64,5,6,95,34,73,37,103,59,38,44,45,82,111,83,51,86,121,24],"\u958b\u3051\u308b":48,"\n<":3,"\n>":[68,26],"\u7279\u6b8a":88,Moero:30,"\n-":[86,95,111,59,99],"\n(":[96,3,99],"\u304c\u3072\u3068\u3064":116,"\n%":[79,84,99,110,14,11,64,100,26,105,48,16,71,117,56],"\n ":[30,74,47,98,97,82,43,121,63,120,64,88,78,46,103,6,34,39],"\n\"":[3,97],"\n#":[2,60,64,26,7,70,97,92,74,47,98,10,101,77,78,12,39,30,80,51,46,49,120,85,121,20,54,33,124,6],"\n]":[30,47,2,60,85,80,10,101,88,120,124,37,78,105,54,33,49,98,92],STRING:48,"\n[":[2,3,4,64,5,6,33,97,73,37,74,47,98,10,101,77,78,60,105,92,103,30,80,43,45,82,46,83,49,124,120,85,121,20,54,24],"') ":64,"\u5b9f\u65bd":99," env":116,"\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:75,"\n{":[30,74,2,60,85,10,120,77,37,98,49,124,97,92],doc:[53,94,99,79],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":99,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[33,80,122,54],"\u56fa\u5b9a":[2,113,39],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":113,"\n`":[28,4,44,45,82,5,103,83,38,24,111,73],"\na":96,"\u306a\u304a\u3053\u306e":97,"\u6210\u308a\u7acb\u3063":42," York":47,"\u8ffd\u52a0":[87,55,42]," \u3057\u3044":[43,93]," dist":99,"\u72ec\u81ea":[88,87,118],stop:48," KEY":2,"_limit":[35,0,19,29],"/grntest":99,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[110,35,74,93,98,54,11,84,122,120,100,80,102,69,48,16,39],"\u623b\u308a":48," IndexBlog":49,"\u524d\u56de":99,",\"location":[30,46],"\u591a\u304f":[74,2,10,64,20,43,16,125,39],"\u6b8b\u5ff5":10,reference:10,"\nlog":96," keyword":[20,120],"\u623b\u3063":6,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":93,"\u4e88\u7d04":45," gcc":[14,110,84],brazil:85,"\u672a\u958b\u653e":102,"\u7bc4\u56f2":[35,74,9,87,32,48],"_geo":16,"\u3092\u901a\u3057":[64,2],"_get":[16,48],"\u534a\u5f84":75,"\u3092\u901a\u3058":46,"_level":[35,19,29],"\nmercurial":99,"\u73fe\u308c\u308b":43,"\u3044\u3044\u306d":[74,98,120],"0e":97," HALFWIDTH":124,"\u8a9e\u5f59":[40,35,62,93,124,104,39],"\u62bd\u51fa":[48,20,39],"\u3068\u3044\u3063":[74,47,98,62,46,106,48,34,120],"\u3068\u3044\u3051":[33,113,39],SIGINT:16,"\u3068\u3044\u3046":[2,3,62,31,93,6,7,33,48,71,34,60,110,74,9,98,99,10,101,78,97,106,12,39,30,80,43,81,82,46,47,16,49,116,117,124,120,85,87,20,121,23,79,26],JSON:[16,102,48],"{TIME":96,"\u7528\u3044":[35,0,87,16,12,117],"-help":89,"\u7591\u4f3c":[35,74,29,41,37,48],Sites:105,"-scorer":108,"_log":48,"\u554f\u984c":[0,2,98,99,10,102,122,120,82,48,16,97,79],NAME:[2,26],Process:[35,29],logaling:50,"_key":[0,2,98,101,74,121,48,72,120],"\u6700\u3082":[82,74],ip:97,is:[10,96,6,79],it:96,"\uff08OR":106,il:[43,93],io:67,ia:[43,93],"_AVAILABLE":[1,113],id:[2,60,63,64,26,33,70,72,92,74,98,101,77,59,30,105,80,43,46,111,49,120,85,88,54,124],"if":[42,98],"\u305d\u3093\u306a":[71,39]," remained":96,make:55," smaller":96,"\u306b\u3088\u3063\u3066":[9,2,10,87,43,117,72],"\u5f15\u7528":64," Masahiro":102,"8byte":113,"\u3055\u307e\u3056\u307e\u306a":[35,104,121],MATSUU:102,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[45,72,39]," articles":49,protocol:[23,64,3,34],"@groonga":[99,15],"||":[48,49,42],yes:[101,117],"\u5f8c\u65b9":[35,42,48],"-Type":[16,34],"\u89e3\u50cf":102,candidate:101,defrag:[35,0,19,29],"\u306f\u3059\u3079\u3066":[74,2,98,106,124,39],Elapsed:96," four":[96,2]," libmecab":[100,11,99],News:48,save:99,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[99,125],"_close":[16,42],"|>":96,"|<":96,"|:":96,"\u5cf6\u7530":48,"| ":[74,98,43,78,46,96],"\u6539\u540d":[16,48],"/Linux":[35,89],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,59,62,31,64,6,7,95,48,71,72,73,35,98,37,97,105,106,39,109,42,45,82,111,16,124,86,87,24,125]," User":30,DOMAIN:113,centos:[48,99],"_BUT":42,"_body":[43,45,60],TokenBigramSplitSymbol:[43,102],"\u3067\u3044\u3046":124,"\u4f7f\u7528":[0,2,60,31,93,64,91,6,95,59,34,74,9,98,99,10,37,78,97,42,43,45,82,47,48,51,120,86,121,102,111,23,26]," results":[48,20],total:[82,97],"\u5bc6\u9375":55,"\u5c11\u3057":71," firefox":79,localhost:[118,3,99,34,16,97,6],"\u7a0b\u5ea6":[16,2],"\u53c2\u8003":99,"\u5b8c\u5168":[74,42,98,62,45,39],"\u304c\u308f\u304b\u308a":121,"\u304c\u308f\u304b\u308b":47," ARCHITECTURES":99," Table":64," shopping":77,"\u30c1\u30a7\u30c3\u30af":[118,102,82,48,16,97]," aggregate":20," Thesaurus":74,sphr:47,"\nlevel":96,Critical:96,"\n``":[51,82]," RAND":41,"\uff08Perl":6,"\u305d\u3061\u3089":71,"\"Alice":120,"\uff08\u307e\u3082":34,editor:79,Ubuntu:[35,117,89,50],"\u6291\u3048":43,fork:[64,79],CORE:97,"\u7f6e\u3044":99,".ne":67,"_animal":10,"\u5165\u308c":[43,30,121],"\u5165\u308b":[70,63],"\u5165\u308a":[63,2,98,85],grroonga:8,"\u5426\u5b9a":[74,42],"\u2192ID":62,"delete":[35,0,29,102,19,16],RETRY:113,"\u6c7a\u3081\u308b":[74,42],"\u5165\u3063":[30,2,88,113,48,33,49,117],"sort\u30ad\u30fc":0,"\u73fe\u5728\u5730":121,"\u30a8\u30c7\u30a3\u30bf":79," Takahiro":102,"\u3002\u307e\u305a":43,"\u914d\u5217":[88,74,42,120,63,102,70,20,45,82,48,16,39],"\u3002\u307e\u305f":[118,9,2,92,80,10,87,31,64,46,42,26,23,116,97,98],Shift:71,"\u300d:":124,".service":48,Win:68,pseudo:[35,74,29],"\u6539\u5584":[16,0,48],"_offset":103,Second:96,"\u9069\u5207":[87,102,2,97,39],"\u81ea\u52d5\u7684":97," hottolink":67,TEXT:[48,3],"\u7279\u6027":62,manager:[6,34],"\npackages":99,FILENAME:113," Umemoto":16,"\u7fa9\u8a9e":116,"\u795e\u5948\u5ddd":121,"\u3068\u3059\u3050":77,"_NONE":63,"\u524a\u9664":[0,28,62,7,44,87,102,6,64,48,111,16,72],"\u30bb\u30c3\u30b7\u30e7\u30f3":[107,64,113],string:[42,76],"\u8a2d\u8a08":74,SYNTAX:113,"\u4e0a\u91ce":102,"[php":48,"\u30b5\u30f3\u30d7\u30eb":[48,74,102,122]," performance":20,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":80,"\u304f\u3093":121,"-escalation":89,item:[33,101,80,54],"\u672a\u6e80":120,"\u3002TSV":[88,116],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"-deb":99,"\u4ed8\u4e0e":[30,97,72],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":48,"\u629c\u3051":16,"\u5076\u6570":98,"\u63db\u6642":16,"-dev":[99,11,15,100,48,16,117]," PatPrefix":92,">alloc":3,"_SOURCE":99,".so":7,"4GByte":40,"\u4f8b\u3068\u3057\u3066":10," two":96,RESULT:[3,113]," MyISAM":87,MBytes:97,"-mode":79,"\npublished":99,"\u3068\u3059\u308c":87,"_version":[16,99],"[suggest":48,"\u53d6\u5f97":55,bob:[74,34],"_TABLE":16,"\u5fd8\u308c":16,"-leak":102,"\u521d\u671f":[87,16,102,48],"/main":11,"\u4e21\u8005":46,"-check":[16,102]," sequence":96,"\u5916\u90e8":81,"-libevent":48,"\u5e74\u9f62":[87,39],JavaScript:[23,35,6,104,26],ooo:62,"_PROCESS":[1,113],"-each":16," rpmforge":84,"\"color":124,"\"mori":105,"/nfs":71,"po\u30d5\u30a1\u30a4\u30eb":79,"_DOMAIN":1,"\u3002Blogs":43,"_PREFIX":89,"\u30dd\u30a4\u30f3\u30c8":116,"\u8fd1\u3044":118,"\u8fd1\u304f":[87,32,98],"-directory":48,"\u30fb\u30b5\u30fc\u30d0":2,"_FILE":[88,1,116,113],"_AND":42,Issue:57,YOUR:79,get:[16,48],"\u3002\u30ed\u30b0":39,"\u30d0\u30a4\u30c8":[1,62,31,102,20,48,16],"/cpuinfo":[100,84,11,110],"\u8a9e\u53e5":30,map:16,groo:74,"\u518d\u8aad":[38,116],max:[118,41,2,3,51,82,26,48,83,97,6],"_TIMEOUT":[1,113]," content":[74,98,20,77,78,49,120],"|ALLOW":[74,120],"_values":16,EXACT:42,"\u5e02\u5185":32," Files":68,"_init":[96,16,48],"/fedora":[110,99],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3API":48," am":20," an":6," as":[48,79,6,20]," at":[96,67],"\u8a08\u6e2c":[16,0,117],"\u7d44\u307f\u5408\u308f":[87,74,42,39],Alisa:78," sjis":64,repositories:99,"\u3053\u3061\u3089":[78,49,116,2,79],ggdb:99,nroonga:[78,50],"\u5b9f\u4f8b":[55,112],"\u624b\u6bb5":42,"\u7a7a\u304d":82,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[35,32],correct:[101,80],"_content":[74,120,20,78,49,98],"8\u3064":97,"_string":117,org:[26,85],Tritonn:98,"\u62ec\u5f27":37,"\u4e8b\u9805":35,Karmic:117,"\u6b21\u90ce":30," key":48,"\u304c\u3042\u308a":[57,47,116],"] [":97,wiki:6,UNKNOWN:113,"\u30dd\u30fc\u30c8":[118,91,3,64,34,97,26]," nsis":99,ISO:98,"\u81ea\u5df1\u7d39":121,"\u9078\u3073":8,"\u9078\u3076":87," ALLOW":74,"1g":[100,11],"\u30bd\u30fc\u30c8\u30ad\u30fc":[101,0,74],"\u30d8\u30eb\u30d7":117,"_preparer":[33,101,80,54],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":87,memo:78," Solaris":[35,89],"\u62e1\u5f35":[16,104,35],"11":[43,78,74],"10":[2,97],"_index":[74,120,121,20,78,98],libgroonga:109,"\u5229\u7528\u4f8b":87,"=ENCODING":89,zsh:[71,99]," \u307e\u305f":[74,3,120,34,98,71,97,39],DD:[96,98],dash:71,"\"application":16,".uuuuuu":98,"\u914d\u5e03":[110,84,11,100,68,89,48,56]," inv":97,"@naoina":48,performance:20," objname":[24,73],Articles:49,beta:67,"\nhttp":6,pair:[33,101,80,54],synonym:74,"_SOCKET":[1,113],CFLAGS:14,"\u539f\u56e0":[35,69,97],precise:[11,99],show:0,"-po":55,"#SET":97,"\u6700\u5927\u5024":48,"\u30dc\u30c3\u30af\u30b9":74,threshold:16,"\u77ed\u6642\u9593":87,"\"BLT":105,"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":97,black:124,"\u306a\u3089":[110,74,9,107,98,80,120,11,64,84,124,51,100,42,117,33,48,49,50,97,39],"\u306a\u308a":[1,2,3,31,64,6,7,33,48,72,60,77,74,9,98,99,10,101,37,97,92,12,73,39,30,80,43,45,46,47,113,16,49,75,116,50,124,120,87,20,88,121,23,24,26],"\u306a\u308b":[0,2,60,31,64,68,6,71,97,73,110,74,98,99,36,10,11,77,78,105,39,79,42,43,45,48,75,84,87,102,20,122,100,89,54,24,56],"_BUSY":[1,113],wheezy:[35,99,89],"_INDEX":[30,74,67,2,60,43,121,102,120,20,77,45,78,49,98],"-setuptools":12,"\u51fa\u305b\u308b":87,geo:[35,0,29,102,48,16,108]," Web":71,"_FORMAT":[1,113],summary:97,"\u305f\u304b":[16,74,80],"\u5468\u8fba":[48,20]," lenny":16,"\u8907\u96d1":[48,74,42,98],sear:33,"\u884c\u306a\u308f":48,"-threashold":[43,102],"\u53ca\u3073":[111,97],"\u3002Time":121,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":34,"\u6700\u5c0f\u5024":98,"-Encoding":34,"\u3088\u3063\u3066":[31,32,46,66],"\u306a\u3069":[2,62,31,32,66,26,48,33,71,34,74,9,98,99,10,77,97,106,38,79,109,42,80,43,93,82,16,116,121,120,87,20,54],Each:96,"\u306a\u3067":33,ja:[99,79],"\u306a\u3063":[74,9,2,117,99,82,10,87,102,88,43,26,48,16,49,121,34,120],"\u306a\u305c":[74,98,80,120,33,124,39],"\u5206\u5272":[2,98,87,93,62,16],"\u306a\u3059":36,"\u306a\u3055":[23,74,41],"\u306a\u3057":[9,59,120,86,78,1,95,75,111],"\u306a\u3052":60,"-document":[64,99],"\u306a\u304f":[0,2,60,62,32,6,7,95,48,71,97,74,98,99,10,34,106,39,16,49,50,120,87,102,20,55],"\u306a\u304a":[93,99],"\u306a\u3044":[0,3,62,32,64,6,48,71,97,110,74,9,98,99,101,77,105,106,39,40,42,14,81,51,82,16,116,117,50,118,120,87,102,122,88,89,23],"\u306a\u3046":121,"\u306a\u306b":33,Mecab:48,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":93,"} ":[96,79],"\u5f15\u304d\u51fa\u3059":87,"}/":[79,71,7],"}.":74,".select":97,"\u524d\u5f8c":[64,2],"\u9ed2\u3044\u70b9":32," []":63,"}\n":[30,74,47,92,80,10,101,120,96,77,6,54,33,49,121,34,98],"[admin":[16,48],"\u5b57\u5c0f":74,"}|":96," [\"":[74,43,121,63,82,101],UInt:[30,74,124,2,60,85,43,31,102,120,77,46,26,70,88,48,49,98,92,63,39],"}`":79,"\u6240\u5b9a":[43,93]," haystack":42,sound:80,"\u30bb\u30df\u30b3\u30ed\u30f3":97,GROONGA:99,"}]":[37,3,97],"}E":98," coverage":117,"\"mroonga":74,"\u3002DB":[16,42,2,26],"\u8af8\u6761":40,"\u578bn":74,"|')":45,"\uff01\u3057":15,nogpgcheck:48,IEEE:31,"_CONNECTED":[1,113],"\u91cf\u8a08":0," special":74,"=squeeze":99,"_GROONGA":88,"\u3002\u3044\u307e":48,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":35," xml":3,"\uff01\u300d":[74,98,120],"\u672c\u5f53":33,Twiter:48,montywi:48,"\u305d\u3057\u3066":[74,10,87,20,121,33,49],"\u30d3\u30e5\u30fc":48,"\u8aad\u307f\u98db\u3070":2,"\u5927\u8cb4":48,"\u5927\u898f\u6a21":87,"\u3002\u3059\u3079\u3066":[117,79],"\u518d\u8d77":[91,116],".dll":97,"\u3002none":64,"/false":[10,0],"\u5ea7\u6a19":[47,98,121,32,36,16,75],"\u56f0\u96e3":[48,87],Uint:[48,2,76],"\u9069\u5b9c":[60,99]," format":[96,67,3,79],server:[48,6,34,99],"\u9650\u308a":[37,43,42,93,72],quantal:[11,99],"_BYTE":[1,113],LocalNames:105,"},":[30,74,47,2,60,121,120,77,78,98,49,97,92],"_VECTOR":[10,45,74,121,30],"\uff08CI":50,DBMS:20,ellip:47,"/database":6,"\u65b0\u5bbf":46," cd":[68,99,79],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[35,48,21]," cp":11,"\u306b\u3064\u3051":98," check":117,"\u306f\u3044":10,"\n{\"":[98,80,101,77,78,54,33,49,120]," because":3,"\u306f\u305a":[48,97],PROGRESS:96," schema":94,"\u306f\u3069":[74,39],"\u306f\u3068":62,"\u306f\u307f":55,"@soundkitchen":[16,48],"\u3082\u3061\u308d\u3093":97,"\"\u30df\u30ea":98,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":125,"_reopen":[35,29,4,19,5,48],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":64,"\u8abf\u6574":[43,106],"\u3002\u3059\u3050":6,CXXFLAGS:[14,99],"\u306a\u304c\u3089":[48,74,2,99,87],"\u3002command":9,"\u63d0\u6848":[123,35,101,102,48,16],"\u3082\u3046":[77,48,49,76],"\u8a18\u8f09":[48,99],"\u3082\u3057":[74,47,120,39,88,1,97,71,116,34,50],"\u516c\u958b\u9375":99,hsiomaneki:121,"\u3082\u3059":7,"\u3082\u306e":[2,60,64,68,6,97,74,9,99,10,79,41,42,80,47,113,48,49,75,118,121,124],"_OFFSET":[1,113],Hiroshi:16,"|on":74,"|oo":74," posted":121,USE:48," enabled":96,"\u5883\u754c":[48,47],"\u3082\u308c":60,Blog:49,file:[0,102],"_DEVICE":[1,113],"\u53d6\u308c\u308b":37,"\uff08true":10,"\u5b50\u5348\u7dda":47," sleepy":77,"\u4e0e\u3048\u308b":[37,118,46,9,64],"\u8a18\u8ff0":[42,2,60,121,64,49,97]," rpm":[110,84,99],"\u6e96\u62e0":6,"\u4e0a\u9650":[35,81],"+a":120," xvzf":[110,84,14,11,100,71,56],"}e":98,Year:96,SIS:16,SHIMODA:102," language":79,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[16,48]," changed":67,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":60,"/lib":[91,6,7],"-alloc":51,"\u8aad\u3081":48,Bytes:40,"\u5dee\u5206":97,"\u8aad\u3093":[55,50]," type":45," metadata":48,")mroonga":116,"\u30e1\u30cb\u30e5\u30fc":99,"\u306f\u3053\u306e":74,"\u30d6\u30c9\u30a6":60,"\u771f\u507d\u5024":35,"\u304c\u3053\u306e":120,"\u30dc\u30c7\u30a3":[39,113,7],SSSSSS:96,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":117,"-code":99,"_append":42,"\u8aad\u307f":[33,0,106,99,87],"\u307e\u3057\u3087":[30,74,47,2],"\u30c6\u30b9\u30c8":[55,112,99],Documentation:50,INTERRUPTED:113,NFS:71,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":64,"_EXEC":1,"\u5931\u308f":48,search:[120,80,101,54,33,116,8]," clone":[99,79],"-localestatedir":71,published:99,SIGUSR:16,"\u300c\u5024":39,"\u30b3\u30e1\u30f3\u30c8ID":121,"\u305f\u3089":[74,98,99,102,33,71,34,79],"=ALLOW":74," Fontaine":16,"\u307e\u308f\u308a":55,ICHII:16,"\u672a\u77e5":48,".synonym":74,"\u78ba\u7387":101,"\uff08GNU":71,"\u5ca9\u4e95":48,"\u5317\u534a\u7403":48,LTS:[35,99,89],"_gqtp":97,"\u30eb\u30fc\u30d7":[48,102],"\u3053\u306e":[109,1,2,3,62,93,64,15,66,68,6,48,33,71,34,60,110,74,47,98,99,78,10,123,11,77,43,97,59,108,39,95,30,42,80,14,46,111,113,16,49,75,116,50,84,121,120,85,86,87,19,20,88,100,89,54,55,79,56],"[element":98,"\u4e00\u756a\u5de6":98,none:[49,71]," return":[88,96],"\u3053\u305d":121,"\u3053\u3053":[74,2,60,99,10,101,120,88,43,46,121,124,116,98],dev:[100,11],abandon:37,deb:[100,11,99],"\u4e2d\u5fc3":75,share:71,"(Fedora":91," useful":49," Tritonn":[74,98,120],"\u3053\u308c":[62,93,6,7,33,48,71,121,8,34,74,47,98,99,53,77,79,42,80,43,46,113,16,49,116,124,120,85,87,20,10,54,39],"_OVER":[1,113],Don:6,"\u591a\u3059\u304e":102,"\u6d41\u308c":55,"/afr":[46,2,85],"\u666e\u901a":98,"\u30cf\u30a4\u30d5\u30f3":[2,39]," tsv":3," engine":[101,80,54,8,20],Solaris:48,"_CLONE":99,"\u3066\u304d":1,"\u3066\u304f":117,"\u30c4\u30a4\u30fc\u30c8":[99,15],"\u547c\u3073":[74,42,60,85,10,64,20,97],"\u547c\u3070":[31,2,98],"\u3002ftp":97,"`hostname":64,"\u5217\u578b":[10,60,85,120],"\u975e\u308f":93," PALALLES":99,"_BUFFER":[1,113],"\u308c\u308b":[2,60,62,31,32,64,68,48,33,71,72,110,74,9,99,10,101,77,97,38,39,42,80,43,81,93,82,46,47,113,16,117,124,87,20,54,79],"\u6955\u5186":[47,75]," PALALLEL":99,good:77,"\u516c\u5f0f":[16,84,110],"\u3079\u3066":74,"\u9664\u304f":48,"\u5316\u95a2":102,"\u4f1d\u7d71":87,"\u3079\u304f":2," python":[12,99],"\u9664\u3044":[20,97],"-encoding":89,"\u767b\u9332":[87,55,42]," well":20,Build:68,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82," Articles":49," systemctl":91,"\u30d5\u30e9\u30f3\u30b9":47,"_QUERY":[42,116],"\"gr":39,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":117," characteristics":20,"\u8ddd\u96e2":[0,47,98,76,87,32,46,48,75],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":68,"\u3002UTF":124,"\u3068\u3082\u3063\u3068":71,"\u547c\u3093":93,tritonn:74,"\u308c\u305a":9,"\u306b\u3082":[74,93],"\u306b\u3088":48,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":47," Cities":47,".blog":43,koi:[48,71,64]," en":[33,101],"\u306b\u5bfe\u5fdc\u4ed8\u3051":33,".SSSSSS":96,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":34,"-get":[48,11,99,100],SUCCESS:113,"/archive":99,selector:103,"\u308c\u307e\u305b":[9,64,82,49,71,116],"\u6574\u7406":48,"\u4e71\u6570":[41,46],"\u5927\u91cf":[62,30,42,2,39]," gem":99,"\u30c6\u30fc\u30d6\u30eb":[35,42],"\u4e0a\u8a18":[40,79,74,71,2,80,43,78,46,26,54,48,50,116,97,39],"\u3002Functions":117,Lucid:102,"/lists":99," : ":94,"-limit":[0,64,74],"\u307e\u3068\u3081":55,build:[51,99],RPM:[110,16,102,99,48],"\u53d6\u308a\u51fa\u3057":2,"_IMPLEMENTED":[1,113],"\u306b\u3057":[74,98,120],"\u5e73\u884c":99,"-protocol":[64,26,97],"\u306b\u3059":43,"\u306b\u3066":[48,47,99],"_put":[4,35,19,29],"\u306b\u3064":48,"\u306b\u3069":42,ko:67,Conifugration:50," UInt":[30,74,120,49,39,98],"\u7528\u8a9e\u96c6":82," Composition":124,"\u4e0a\u66f8\u304d":[46,99],".com":55," element":98,"_by":[16,121,122,48],"(drilldown":72,"\u30d1\u30c3\u30c1":53,nterms:82,"id]]":[86,59],"_WITH":[120,98,93,92,39],"\u30a2\u30ca\u30a6\u30f3\u30b9":99,EXEC:113,"\u601d\u3044":79," build":[100,11,99,50],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":60," localhost":64,"\u62c5\u5f53":99,"\u9593\u9055\u3063":[16,80,8,48],"\"popular":74,"\u300chsiomaneki":121," finished":96,"\u601d\u3063":53," suited":20,"\u8a00\u3046":33,"/log":[91,71,64],"\u554f\u3044\u5408\u308f":42,PORT:[26,97],GET:26,"\u5c02\u7528":[35,104,99,79],"\u30e2\u30b8\u30e5\u30fc\u30eb":[35,9,102,87],TCP:64,"(news":99,".log":[71,91,9,64,97],"\u3046\u3061\u3044":64,"\u8a9e\u4ee5":98,"\u8868\u73fe":55,DDL:43,"\u66f8\u3051\u308b":48,reverse:99,"\u6570\u70b9":31," appears":20,"-file":[88,16,64],"\u5b9f\u51e6":42,"\u6642\u70b9":[48,9,99],"\u3059\u304e\u307e\u305b":30,"\u306f\u3058\u307e\u308a":9,shutdown:[35,102,19,29],"\u6253\u3064\u524d":99,"\"gronga":8," Ueno":[48,102,122],"\u53ce\u96c6":[88,87]," GQTP":[91,1],"_STACK":1,"\u30a2\u30ed\u30b1\u30fc\u30c8":51,bill:[43,93],"\u307b\u3057\u304f":74,engi:[33,101],"\u5f15\u6570":[48,0,9,42],"^ \"":98,"'article":49,"_name":[78,105,122,39],"\u95be\u5024":[35,74,101,93,64,69,16,71],"-key":[48,99],Hardy:102,"\u7d42\u7aef":48,")groonga":116,"\u56fd\u540d":85,STACK:113,"-chroot":99," document":20,"\u5834\u6240":[88,102,97,15,99],Senna:48,"\"\u3001":33,"\u30b9\u30bf\u30a4\u30eb":64,"\u7d44\u307f\u5408\u308f\u305b":[42,2,99,43,87,45],flags:[45,82,63],sortby:[16,103],entry:45,"\u3064\u307e\u308a":[74,99],"_KEY":[0,47,98,120,74,64,20,77,78,102,70,105,48,16,124,39],"\u3002dump":105," music":96,"\u547c\u3073\u51fa\u3059":[41,75,76,36,106,119],"_OBJECT":1,"\"value":74,"\u547c\u3073\u51fa\u3055":74,"\u547c\u3073\u51fa\u3057":[42,87,102,20,105,106,48],TODO:[74,108,18,94,88,22,52],"\u306f\u3069\u3061\u3089":34,"_LONG":[1,113],source:[30,2,99,121,63,45,49],bin:68,"\u968e\u5c64":42," blog":[43,2]," Have":77,bit:[110,84,14,31,11,100,68,89,50,56],"\u5f53\u3066":[62,63,70],"\u30d7\u30e9\u30b0\u30a4\u30f3":[110,0,102,87,11,84,122,124,100,48,7,16,71,116,79],"\u5927\u4e08\u592b":[57,71]," turn":6,"\u8aa4\u308a":48,"\u4e0a\u8ff0":116,"-command":[102,50],"_INCOMPATIBLE":1,"\u4ee5\u5916":[95,74,42,59,60,99,86,62,31,32,51,102,87,16,97,39],"\u3001C":2,google:74,"\u8aa4\u3063":[48,99],"-DD":[96,98],examples:102,"\u3001[":[95,2],"\u3001_":[121,46,2,85],"\u66f8\u304b":[48,121],"\u66f8\u304f":[49,120],"\u8a73\u3057\u304f":[10,87,2],"\u66f8\u304d":[87,74,97],"\u66f8\u3044":[121,98,120],"*BSD":[16,102],"\u3092\u3064\u3051\u308b":98,"\u30d3\u30eb\u30c9":55,"\u5024\u306a\u3057":48,"\u3001\n":[46,83,99],"/cutter":99,ERROR:88,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":48,Bob:[78,120],"\u3001 ":[2,60,62,31,26,7,71,34,74,47,98,10,78,106,108,79,46,48,116,124,120,121,20,88,39,6],"\u3001\"":[2,60,80,121,31,54,48,33,16,8],"\u3001$":99,Dump:96,"\u3001&":46,"\u3001(":[31,97],"\u3001-":[23,31,102,97],"\u3001/":[2,26],"\u3001.":[117,79],"\u5730\u5f62":[47,75]," configuration":6,"\u3001:":97,"\u3084\u3059\u3044\u304b":116,"\u3057\u307e\u3059":[74,98,85,121,93,84,8,120],"+FF":124,"/yum":99,"\u9010\u6b21":87,"\u6295\u5165":[43,0]," without":20,"_fin":48,"\u3072\u3068\u3064":[48,120,76],"\u51fa\u3059":121,translate:79," NONE":74,"-type":[33,80,54],"-binary":34,"/epel":84,"\u56de\u907f":[43,99],"\u52d5\u304d":34,"\u52d5\u304f":[16,71,125,48]," Environment":50,"_NOFILE":96,New:47,curl:[48,71,34,50],sourceforge:99,"\u90fd\u6c11":[43,93]," accurate":20,Mac:[35,89],"\u3042\u3052\u308b":[35,69]," go":77,"\u5207\u308a\u6368\u3066":10,"_INPUT":[88,1],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":97,"\u6b63\u898f":[2,98,48,124,116,39],confirm:79," base":6,failures:99,"\u7d50\u5408":[42,120,106]," post":[74,98,120],rinse:99," b":120," c":[68,120]," `":3," a":[74,120,99,20,94,77,96,48]," d":[43,93]," i":99," n":[74,98,120],"\u57cb\u3081\u8fbc\u3080":97," z":31," {":[47,2,80,101,51,6,54,33,121,34,26]," |":[118,110,74,98,99,78,43,11,84,100,46,6,50],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":48," B":98," C":[53,16,68,98,87]," @":[74,92,43,121,93,98]," A":94,"/\u65e5":121,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[74,98,120],"-release":55," Token":97," [":[2,60,64,26,7,70,97,92,77,74,47,98,10,101,37,78,103,59,39,95,30,105,80,43,45,82,46,111,49,118,51,120,85,86,121,20,94,88,54,33,124,6]," X":[35,89]," ^":98," _":[30,74,47,2,92,85,10,121,120,46,98]," \\":[78,93,64,98]," ]":[88,6]," \"":[2,60,31,68,26,33,70,34,92,77,74,47,98,10,101,37,78,97,63,30,80,43,51,82,46,48,49,116,120,85,121,20,88,54,124,6]," #":[121,102,122,34,79]," ":[28,2,3,4,64,5,6,70,33,71,34,60,74,9,98,99,10,101,77,78,103,97,38,73,39,30,42,80,44,45,82,46,47,83,49,92,50,118,51,124,120,85,121,20,88,111,54,24,26]," !":98," &":[43,46,93,98]," '":[2,92,31,93,64,96,33,34,110,74,47,98,10,101,11,77,78,79,30,80,43,46,48,84,120,121,20,100,54]," $":99," %":98," *":[74,98,43,31,78,5,48,34,79]," +":[74,120,31,6,23,98]," (":[40,35,74,67,98,29,100,11,20,110,47,42,68,99,48,84,120]," .":[110,84,71,99,100,14,11,43,68,117,50,97,56]," /":[118,93,2,98,43,101,11,64,68,26,7,34,6]," -":[110,84,99,11,100,12,71,117,56],"\u6e0b\u8c37":121," :":98,"_database":48," >":[98,93,46,105,16,97]," ?":98," <":[74,67,98,43,20,46,105,48,16,97]," =":[30,74,47,92,64,46,42,98],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":48,"-build":117,"\u512a\u308c":87,".output":23,"\u76f4\u611f":92,"\u9665\u3063":48,"\u9023\u643a":87,"_thread":97,"\u4e2d\u56fd":47,body:[45,60,43,37,86,24,34,73],FTP:97,"\u632f\u821e":47,"0xc":113,"\u306b\u5bfe\u5fdc":[95,74,59,86,23,64,37,48,38,16],"= \"":[74,98],"/tmp":[116,34],"\u57cb\u3081\u8fbc\u307f":20," article":49,"\uff08NOT":106,"/senna":105,CODES:99,"/to":6,"\u30ed\u30f3\u30c9\u30f3":47,"\u7518\u3044":60,"(ctx":42,HOME:[71,99],Nice:77,"\u5b8c\u4e86":[74,99,79],"'mroonga":[78,49]," garbage":82," SiteCountry":85,"\u30d5\u30ec\u30fc\u30ba":48,".pid":64,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[35,119,98,29,106,7,82,48,16,24,73]," JQuery":102,Ultra:30,"\u8d77\u52d5":[9,3,99,102,64,51,68,97,48,23,34],objname:[24,73],TokenBigramIgnoreBlankSplitSymbolAlphaDigit:43,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[16,102,48],"\u4f7f\u3044\u65b9":[35,29,87]," mte":67,"_SYSTEM":[1,113],gcc:[16,71],"_LEAK":117," size":82,"\u30b3\u30de\u30f3\u30c9":[35,0,42,99,29,102,68,16,12,48,71,117],"\u5186\u6ed1":99,"/universe":11,"\u5f35\u3089":[10,48],HTTPS:125,".textile":99,bind:16,"/repositories":99,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":102,"\nwarning":[4,5],"\u7d9a\u304d":37,"\u306e\u3088\u3046":[74,120,98,106],"\u7d9a\u3044":[43,86,74,59,95],jiro:30,"\u7d9a\u3051":97," Compatibility":124,"\u6d88\u8cbb":77,ll:[43,93],"'column":48,euc:[71,64],li:[43,93],lt:20,"_gqpt":97,"_SYNONYMS":116,"\u9589\u3058\u308b":[16,0,62],"\u306f\u3069\u3061\u3089\u304b":[98,120],"\u4f75\u305b":2," cache":48,"\uff08Ruby":50,"@' ":2,"_HOST":97," Term":[45,60],"_POSITION":[77,74,2,60,43,121,120,20,45,78,49,98],"_EXISTS":[1,113]," function":[67,108],"\u4e00\u3064":[28,59,4,31,93,5,95,70,73,9,76,10,37,103,105,38,107,63,41,44,45,82,47,83,75,51,119,86,87,36,111,24,90],"\u30c7\u30a3\u30b9\u30afI":39,"\u70b9\u9593":[47,46,32],"/LC":[99,79],"\u74b0\u5883":[87,55],"\u5217\u5f15":42," Words":98,"& b":98,"\u81ea\u4f53":120,"\u5f85\u3061\u53d7\u3051\u308b":26,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":78,"\u5fc3\u914d":89,KeyWord:20,res:97,"& _":46,"\u30ab\u30ec\u30fc":93,"\u300cOffGao":121,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[78,74,47,20],"/\u6708":121," Site":[30,2,85,10,46,26],UPDATE:113,"\u73fe\u72b6":9," correct":[101,80],"\u4ed8\u5c5e":[23,6],"/aba":[46,2,85],"& (":98,"\u76ee\u8996":88,"\u30d6\u30e9\u30b8\u30ea\u30a2":47,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":87,"\u30d9\u30af\u30bf":[48,0,102,63],"\u7d44\u307f\u8fbc\u307f":[35,19,97,29,105],"=TABLE":39,"\u8aad\u307f\u8fbc\u3093":26,"\u6c38\u7d9a":[35,29,39],"\nCtrl":26,natty:99," patch":67," mecab":[110,84,67],InnoDB:87,"\u3068\u3088\u3044":71,"\u53d6\u308a\u5f97\u308b":31,"\u305b\u3044\u305c\u3044":39,"_OFFLINE":48,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":48,"\u5229\u70b9":87,"\u81f3\u308b":10,Sphinx:55,"\"co":8,min:[118,48,97],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":48," lexicon":97,"\u914d\u4e0b":[23,99],"\u8aad\u307f\u8fbc\u307f":[16,116,2,7],"/commands":[10,70],Without:6,"\uff09\u3001":[62,93],"\u306a\u3082\u306e":99,"\uff09\u3002":[43,121],"\u6e2c\u5730\u7cfb":31,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[48,80,39]," Blog":49,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,102,88,48,16],"\u7d44\u307f\u8fbc\u3093":87,text:34,"\u8d8a\u3048\u308b":43,supported:67,Redmine:57," SuffixSearchTerms":[98,120],"\u5ea6\u3068":16,"\u610f\u5473":[74,42,2,98,101,64,46,33,71,116,97,120],"\u5b66\u3093":121," is":[74,2,3,10,120,20,78,26,96,48,49,98,34,6]," it":[77,120]," in":[48,42]," Release":68,"\u65b9\u6cd5":87," if":6," documents":[78,20],"\u5c11\u306a\u304f":[77,87,120,20,98],"\u5c11\u306a\u3044":[74,120,77,106,116,98],"\u30c0\u30f3\u30d7":[48,102],"\u7e70\u308a\u8fd4\u3059":102,"\u306e\u307f\u3057\u304b":8,"_GITHUB":[99,79],"_DOWN":[1,113],"\u7e70\u308a\u8fd4\u3057":[98,97,79],"\u5272\u308a":[10,62,63,98,70],"_CTX":16,"\u5236\u5fa1":[48,6,78],RETURN:[88,96],Wikipedia:31,"\u4ee3\u5165":[102,42,120],"\u985e\u4f3c":[48,42,106,101],"{name":98,"(string":76,"\u30c7\u30e1\u30ea\u30c3\u30c8":62,"\u5b66\u3073":[74,47],"\u7dad\u6301":[87,34],"\u5168\u4ef6":[98,120],UNIX:[88,71],"\u518d\u8d77\u52d5":7,plugin:16,"-suggest":[27,35,29,101,102,122,48,16],".org":[30,84,71,2,85,79,100,14,11,10,46,68,6,105,99,110,56,97,26],"\u88dc\u6b63":[35,123,101],"\u5171\u901a\u63a5":62,comment:[121,49],"\u304a\u304d\u307e\u3057\u3087":10,"\u3002drilldown":[74,85],news:99,"-history":16,"\u4ee5\u524d":[10,121,43,83,48,16,124],"\u30ab\u30b9\u30bf\u30e0":6,OLD:99,"\u91cd\u307f\u4ed8\u3051":[43,74],"\u30e1\u30e2\u30ea":[110,84,102,11,100,68,89,48,56],"\u5c0f\u6570\u70b9":10,"\u3002SET":97,define:[35,19,29],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":16,"\u306a\u306b\u5bfe\u3057":[98,120],DIRECTORY:113,"=..":99,"_ALLOWED":[1,113],"\u5168\u4f53":71,value:74,"\u540c\u3058":[0,31,64,6,7,70,97,35,74,9,98,101,34,38,63,80,16,116,87,102,88,23,124,69]," record":[10,47,2,26],"\u30bf\u30a4\u30df\u30f3\u30b0":[48,2],"{LANGUAGE":79,".db":[64,63,2,26],"\u6c42\u3081\u308b":[87,47,75],pkgs:84," event":[33,101,80,54],"| _":46,"[apt":48,auth:[6,34],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":99,center:75,com:[81,85],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":99," id":82,"\u304a\u3063\u3055\u3093":121,"\u4e00\u81f4\u7528":92,".repoforge":84,"1byte":113,"\"ellipsoid":75,"\u8868\u793a":[0,3,63,64,16,70,71,104,35,74,9,99,10,97,30,43,51,82,48,85,87,102],"-platform":89," me":25,"x\u30df\u30ea":[31,98],"\u5229\u7528":[35,84,32,105,99,110,79,87,11,64,88,100,68,117,89,48,71,16,56,97,39],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":62,"\u958b\u59cb":[74,47,59,86,117,95,16,97],"\u3055\u3093":[102,20,122,48,16,8,34,79],add:48,"\u3002gqtp":[118,26],"\u3055\u3089":49,match:[35,71,103,102],tests:99,"\u5730\u57df":87,"\u4fdd\u5b58":[35,32,48],"_NIL":102,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":43,"\u7f6e\u63db":[74,60],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":34,"\u4e0d\u6b63":[16,0,102,117,39],"_TOKENIZER":1,"((x":31,Excel:116,"\u8ca0\u8377":[102,6],"\u7121\u52b9":[48,74,71,6,120],"\u610f\u56f3":[48,49,78],tmp:[2,99,101,64,26,70,116,34],sjis:71,"\u5f62\u5f0f":[35,0,42,29,19,48,16],",\"domain":85,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":98,"\u30d0\u30b0":16,host:97,"\u6319\u52d5":[35,102,64,48],"\u30c0\u30e1\u30fc\u30b8":43,"\u4ee5\u5185":[33,46,121,98,80],"\u3055\u304d":10,"_DEADLOCK":[1,113],"|KEY":[74,2,60,43,121,120,20,77,78,92,98,49,39],tomo:30,"\u3055\u3044":[91,1,2,92,61,62,31,15,68,6,7,71,34,110,74,47,98,78,10,101,11,43,97,39,14,26,48,117,84,120,87,100,23,79,56],"!!":[30,121],"! ":[77,74,42,98,120],"!\"":[30,74,2,98,10,121,88,120,77,6,48,49,34,26],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":99," value":[48,74],"&lt":20,"\u30ec\u30fc\u30bf":48," concurrently":96,"\u3002GQTP":[1,113],">default":3,"\u901f\u5ea6":[16,62,97,30],"\u3068\u307f":23,"\u3068\u3068":[53,79],"\u3068\u3069":123,"\u3068\u306e":98,"\u30fb\u5168":103,"_PROCESSES":[1,113],"&& ":[43,92,98],"\u5730\u56f3":87,enginen:33,"\u3068\u3057":[118,30,42,98,80,10,31,64,77,47,54,33,49,116,8,97],"\u3068\u3048":[9,60,87,93,20,46,71],binlib:99,"\u3068\u304d":[0,2,31,93,64,26,7,33,48,71,8,34,110,74,47,98,10,101,11,106,63,39,30,42,80,81,113,16,116,84,121,120,87,102,20,88,100,54,124],"-disable":[16,102],"!\\":98,epel:[48,84],pid:[0,64],"\u8a08\u7b97":[0,47,98,76,87,31,32,46,80,48,33,75,54],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[102,71,99],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[35,104],saer:[101,80],"\u4f7f\u3044\u5206\u3051":[43,93]," suggestion":94,"_CONNECTION":1,"\u305f\u3060\u3057":[0,98,93,64,23,16,72,120],"\u305f\u3060\u3051":48," # ":6,"\u6291\u5236":48,detail:97,"\u3068\u308a":[23,74,117],"\u4fc2\u6570":42,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":48,"\u3068\u3082":[74,120,121,20,46,97,98],"/sysconfig":91,Oneiric:[35,89],ILLEGAL:113,"\u307b\u307c":49,April:99," MODE":67,"\u307b\u3069":[10,64,101,2,39],"\u305f\u3070\u304b\u308a":77,"_INTERRUPTED":1,Repoforge:[48,84],"\u5909\u3048\u308b":43,"\u307b\u304b":[10,87],"\u2026\uff09":80,"|ro":74,"_ZLIB":1," thread":[96,97],"\u6e1b\u3089":[48,80,62],"\"ab":8," InnoDB":87,"/acccess":91,"/plugins":[102,71,7]," ToyBox":10,"\u5b9f\u6570":31,"\u6761\u4ef6\u5f0f":48,"\u6700\u9577":[16,98,97],"_snip":48,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":101,"-repository":[48,99]," column":[48,20,101],"[http":48,"_nsubrecs":72,"\u7b87\u6240":[88,20,99]," install":[110,84,99,100,89,12,117,56],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":16,"\u4e00\u8a9e":43,"\u3002\u30df\u30ea":10,"\u81f4\u547d":48,"-rpm":99,"\u683c\u7d0d":[77,42,62,63,32,64,87,45,70,16,72,39],"\u7fbd\u7530":121,"\u53cd\u8ee2":98,"\u30e2\u30cb\u30bf\u30fc":[100,84,11,110],"\u9069\u7528":[74,2],"\u3002output":105,path:[70,63,64,6,7],"\u95a2\u4fc2\u5f0f":55,".ddl":97,CMake:[48,71,68]," weakness":20,"\u79cb\u8449":46,"\u5f62\u614b":[87,71,98],"_LZO":1,"\u58ca\u308c\u308b":[16,0,102,48],"\u63a8\u79fb":9,"\u3082\u3063\u3068":74,"\u8fd4\u5374":[95,74,59,86,63,70,2],Bool:[92,10,31,36,75,120],"\u8aad\u307f\u3084\u3059\u3044":48,"/munin":71,Express:[48,68],noarch:[110,84],m6:14,autogen:[48,99,79]," columns":74,"\u30a2\u30e1\u30ea\u30ab":47,"-bind":[16,64,48],"\u7f6e\u304d\u63db\u3048":[64,120,79],mm:[96,98],"\"blank":124,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":97,"_VALUE":74,mv:38,install:[99,50],"_EXPR":42,"/xml":34,"-> ":102,"\u81ea\u8eab":[16,116,64,48],end:118,eng:[33,101],"\u30d7\u30ed\u30bb\u30b9":[118,9,2,87,64,51,82,107,97,7,48,34],"/other":6,rroonga:[78,106,50],"\u30b4\u30df":[16,102,82],"\u7d42\u4e86":[9,99,102,64,107,48,97]," title":[10,30,49,2,26],description:[121,93],TokenKyTea:48,"-devel":[110,84],"\ndebug":[4,5],"\u5c0f\u3055\u304f":[77,62,47,34,75],".tar":79,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[35,104],"-files":55,"\u5c0f\u3055\u3044":[74,42,120,62,122,75,39],"\u5272\u308a\u5f53\u3066":102,"\u4e88\u5b9a":[9,53,20,47,16,34],"\u305f\u3057":30,"\u305f\u304f":[16,79,8,34,20],synonyms:116,"\u300c\u697d\u3057\u3044":93,"@packages":99,gqtp:55,"_LARGE":[1,113],"\u305f\u3073":[46,9,97],Here:96," message":[49,5],RubyGems:48,"\u4e00\u884c":[102,64,97],"\u3072\u308d":92,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[35,104],"\u3072\u3089":[33,98,120],"\ncustomized":96,"2\u3064":[57,74,2,120,76,121,78,54,49,125,34,39],each:[33,101,80,54],searc:33,"\u3002\uff08":[74,93,98,54,62,31,32,20,120,82,80,102,33,106,16,79,50],"\u3002\uff09":[79,0,93,98,80,62,32,20,120,102,54,16,39,74,50],TokenBigramSplitSymbolAlphaDigit:[43,80],msgpack:3,"\"#":16,"\u30da\u30a2":[33,80,116,8,54]," implemented":67,GCC:48,free:102," html":[12,99,79],"\u305f\u308a":[87,31,106,83,62,55,39],"_CORRUPT":[1,113],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":63,"\u305f\u3081":[87,55,15]," links":10,freecode:55,"\u53e4\u3044":[48,124,99],filter:[48,102,103,111],Tokenizers:[35,74,29,39],TIME:96,rand:[35,108,29],"\u53ef\u5909":[16,24,113],Notification:96,"\u897f\u66a6":98,top:[16,36],"\u30d6\u30e9\u30a6\u30b6":[71,68,26,99,79],TokyoGeoPoint:[16,31,75,46,36],"\u304a\u304b\u3057\u304f":102,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[23,64,6],Search:120,wareohji:48,mlock:102,"\u6d0b\u723e":16,"\u8d64\u9053":47," sphinx":12," customized":96,raw:50,"\u5834\u5408":42,"\u5f93\u3063":[23,74,34],"\u4e00\u89a7":[35,29]," yappo":67,"\u591a\u9762":87,"\u5f93\u3046":102,"/share":[16,64],"\u3044\u307e\u305b":[74,98,120,62,32,84,88,101,125,116,34,39]," packages":99,"\u30b5\u30b8\u30a7\u30b9\u30c8":[35,101,102,94,48,16,71],Pentium:97,Float:[10,48,47],"\u30ed\u30fc\u30de":33,"\u5225\u9014deb":99,"\u30ed\u30fc\u30c9":[35,98,87,102,64,37,104,16,34],Fedora:[35,89],"\u30ec\u30b3\u30fc\u30c9":[40,35,42,87,32,37,102,103,48,16,111],"\u307f\u306a\u3055":42,pkg:[102,71]," Elfring":48,"\u5ea6\u8868":102,"\u5c0f\u6570":[74,59,86,88,95,16]," libzmq":[100,11],"\u6c42\u307e\u308a":87,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":42,"|| ":[48,98],"\u59cb\u307e\u3063":[88,8],"\"Say":98,"\u3064\u3064":[43,78],"\u306f\u307e\u3068\u3081\u3066":99,"\u3064\u304d":[74,116],".status":97,Disables:6,"\u3064\u3044":121,"\u7d50\u679c":[35,74,42,99,87,102,88,105,48,16,117,50],"`${":79," five":2,"-per":16,"\u3064\u3051":[74,47],"\nPREFIX":42," this":[2,6,34,20],nul:16," first":[74,98,120],"-commnad":9,"\u30d7\u30ed\u30b0\u30e9\u30e0":[48,55,102,6],"\u5bbf\u99c5":121,"\u56db\u6368":16,"\"Groonga":[20,98],"(TAB":116,"\u30b5\u30fc\u30d0\u30fc":[27,35,84,29,110,11,100,6,48,16],"\u59cb\u307e\u308a":99,"\u59cb\u307e\u308b":[74,98,97,45,34,33,116,8,72,120],INPUT:[88,113],"\u82e6\u624b":87,"\u3068\u3057\u307e\u3057\u3087":49,"\u30e9\u30f3\u30c0\u30e0":46,"\u591a\u91cd":118,"\u5f8c\u304b\u3089":105,"\u7d4c\u7def":[10,31,46],"\u6e96\u5099":55,trust:99," my":[74,98,120],"\uff13\u3064":31,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":97,"\u7b49\u3057\u3044":[74,42,98,120],"\u7b49\u3057\u304f":[42,98,120]," some":96,"\u3072\u308d\u3042\u304d":92,"\u30a8\u30e9\u30fc\u30ed\u30b0":91,"_blog":49,"\u8d77\u6e90":10,"/shutdown":[6,34],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[82,64,98,105,101],"\u5f97\u308b":6,"\u6700\u9069":6,"\u7528\u9014":[110,74,62,11,84,88,100,68,89,87,91,56],"\u63a2\u3057":[87,97],tasukuchan:121,"\"n":[74,98,120],Write:25," can":[96,20,79],MIME:34,"\"s":33,"\"}":[30,124,60,85,80,10,101,120,37,78,46,54,33,49,98,34,92],Soccer:30,suggest:[16,102,19,29,35],"\u30bf\u30fc\u30df\u30ca\u30eb":6,"\"]":[30,74,2,98,43,121,63,64,20,86,105],"\"_":[30,74,47,2,60,85,10,120,37,43,105,98,49,124,34,92],"\"[":48,"\"'":[74,98,43,93,48,120],"\" ":[74,2,3,99,78,14,116,31,10,46,68,97,92,48,98,43,34,60],"\"\"":[48,31],INAPPROPRIATE:113,"\",":[2,60,63,64,26,33,70,97,92,37,74,47,98,10,101,77,78,105,30,80,43,51,82,46,49,120,85,121,20,88,54,124,6],"\"-":[16,47],"\".":[98,85],"\"/":[46,64],"\")":[30,47,98,76,78,36,46,48],"\"*":48,"\"?":3,"\":":[2,3,26,33,34,60,37,74,47,98,10,101,77,78,97,92,30,80,51,82,46,49,120,85,121,54,124,6],"\";":[97,6,34],"\"\n":[2,3,26,33,70,97,92,74,47,98,10,101,77,78,60,30,80,46,49,120,85,121,20,88,54,124],"/run":[64,99],"\u3084\u3059\u304f":102,"\u3084\u3059\u3044":[0,74,20,106],"_tags":[30,121],"_ctx":[16,1,48],"\u4ecb\u6587":121,".scr":97,"-Point":31,"_selector":[35,19,29],"5f":97,"_ALREADY":[1,113],"_ADDRESS":[1,26,113],"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[98,120],Kawaji:48,advanced:67," means":[96,74,6],"\"MySQL":8,"\u6b63\u3057\u304f":[33,48],"\"engine":[33,80,54],"\u6b63\u3057\u3044":[116,8,80],"\u7d20\u89e3":[87,71,98],"_str":121,"\u3080\u3044\u3061\u3083\u3044":121," flags":45,"\u73fe\u4ee3":87,"\u5217\u6319":2,".zip":79,"\u6765\u307e\u3057":121,"_right":[16,36],".github":[99,50],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":48,"\u3001\u300c":[30,0,43,121,93,64,74,33],"\u6d88\u3048":62," application":34," username":30,"(GET":118,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[48,2]," last":[48,121],"\u3092\u3054\u89a7\u304f":87,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":70," saerch":[101,80],"[@":[16,48],git:[99,79]," disabled":96,"[{":34," number":[64,97],"[test":48," TokenBigram":[74,2,60,43,121,120,64,20,77,78,98,49,39],head:118," make":[110,84,99,14,11,100,12,71,117,56],"[\n":[30,74,47,2,60,10,121,120,20,77,78,46,98,92],"\u6253\u3064":99,"_INVALID":1,"[2":64,"\u9032\u6570":[82,98],"[:":26,GeoPoint:[30,0,47,85,10,31,102,36,75],"[#":[16,48],"[\"":[30,98,10,101,63,82],autoconf:16,"\u5185\u8a33":43," dpkg":99,"\u8abf\u3079\u308b":[36,75],decrypt:99,"_VERSIONS":99,check:[16,0,19,29,35],ongaeshi:[48,102],"\u305f\u304b\u3063":80,no:[101,74,67],"_PORT":97,saerch:[101,80],TokenMeCab:93,"\u4e09\u756a\u76ee":98,"_touch":102,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82," createrepo":99,"\u672c\u756a":99,"\u3053\u3068":[12,55,42,81,87],"_memory":48,KyTea:[48,71]," required":[6,34],",\"tags":30,"\u8a9e\u7248":99,"\u30d2\u30c3\u30c8":[74,42,60,43,121,93,77,33,92],"\u5fc5\u9808":[71,68,7]," \u304b":56," sudo":[110,84,99,14,11,91,100,48,71,117,56],"\u4e00\u822c":[87,74,2,120,106],Standard:31,Let:77,Day:96,"\nrequests":96,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[98,120]," character":96,enqueue:81," \u3002":43,level:[4,5,113],"\u8208\u5473":87," successor":98,"/db2":34,"/db1":34,HTTP:[35,84,102,110,11,100,6,48,16],"\u3002ifexists":37,"\u6f14\u7b97\u5b50":[48,74,42,102],"\u79d2\u8868":[10,43,46,98],port:97,Red:55,"\u66f8\u304d\u5f8c":93,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":99,"\u3044\u308d\u3044\u308d":[35,104],"/load":34,reply:49,"3\u3064":[110,74,2,10,11,20,88,100,117,106,49,84,91]," makecache":[48,84],"\u751f\u3058":[28,4,44,45,5,103,38,111,73],baseball:49,"\u9ad8\u6a5f":[87,42],WGS:[30,85,10,31,36,46,26,16,75],"\u6b63\u78ba":[10,51,2],"\u63d0\u4f9b":[27,110,84,9,99,100,62,11,87,47,42,102,6,48,16,125,8,34,50],"\u64ec\u4f3c":[74,98,120],"\u9006\u306b":30," level":[4,96,5,64],"\u30ea\u30f3\u30af":[10,48,98,99,120],"_delete":16,Emacs:79,"\u307f\u307e\u3057\u3087":[30,2,60,10,121,46,49],"\uff08Romaji":33,"-src":[100,11],"\"name":78,msg:81," Kawaji":48,These:20,"_concurrency":118,Time:[10,121,43,48,16,119]," Yamaguchi":16,"\u30bb\u30c3\u30c8":[24,93,42,73],"\u3044\u308f\u3086\u308b":30,".txt":99," on":[79,67,6,34,20]," of":[67,101,20,82,6,48,96]," Lucid":[35,89],"_VERSION":[1,113,99],"\uff11\u3064":81,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[118,6],".]]":59,"/setup":50,Terms:[43,82,74,2],"-docutils":99,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[35,89]," extract":96,"\u76f8\u5f53":[88,46,2],"\u5f15\u304d\u8d77\u3059":48,clone:[55,99],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":50,"\u7f72\u540d":55,"\u6b20\u70b9":87,"\u30b0\u30eb\u30fc\u30d7":[48,74,87],"_LINKS":[1,113],"_res":97,FILE:113,"\u542b\u307e\u308c\u308b":[42,2,99,10,87,64,43]," just":[77,96,94],"\u56f2\u307e":20,"\u56f2\u307f":[64,20],"=PLATFORM":89,"\u30d9\u30fc\u30b9\u30d1\u30b9":6,"\u56de\u7e70\u308a":97,cutter:55,"_PUSH":42," aptitude":[12,117,100],"\u6ce8\u76ee":74,"\u3059\u306a\u308f\u3061":10,name:[45,82,63,103,44],"\u500b\u3005":[43,9,42]," link":10," line":50,"\u534a\u7121":[16,39],"_EXPANDER":116,"\u53d6\u308b":113,"\u30cd\u30b9\u30c8":[48,49],"\"No":48,"\u30d1\u30fc\u30b9":[16,106],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":44,"\u6642\u4ee3":87,"\u3042\u3044\u307e\u3044":39,",\n[":[20,105],"-default":89," warning":4,END:[3,113],"\u914d\u7f6e":[2,99],KBytes:97,"\u56f2\u3080":[2,20],"\u30b3\u30fc\u30c9":79,"\u4e92\u63db":[23,9,98,34,99],"\u30db\u30b9\u30c8":[118,99,64,26,48,16,97],yum:[48,84,99,110],"-normalizer":[48,124],"\u304a\u9858\u3044":97,redhat:71,"-version":[102,99],"\u30b7\u30f3\u30d7\u30eb":[125,106],"_FUNCTION":[1,113]," Studio":[48,68],"_SYMBOLIC":[1,113],SET:97,"\u7d5e\u8fbc":[35,104]," text":[20,34,105],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[47,106],SED:48,SEN:67,Debian:55," markup":53,"_HUGETLB":16," logged":96,cdbs:16," files":[96,6],"\u30a8\u30f3\u30c8\u30ea":[74,98,120],specify:79,"-httpd":[27,35,84,29,110,11,100,48,16],"< t1":42,"\u3080\u308b\u3093":[98,120],"\n\uff08":102,pre:67,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":40," name":[74,28,98,10,121,44,45,78,103,6,105,39],"_local":[105,97],",' ":[10,31],"\u3002API":[20,106],"\u53b3\u5bc6":33," Tajima":48,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":55,"\u30d5\u30e9\u30b0":[0,28,2,92,4,66,5,16,73,74,98,10,103,38,39,44,45,82,111,113,48,120,124]," Shops":93,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[74,71,64]," LC":79,"_suggest":122," Signing":99,Good:[77,74,98,120],"\nstatus":[2,26]," mail":97," main":100,"\u81a8\u5927":87,"_STAMP":96,"\uff09:":[110,84,93,14,11,100,56],"\u4e2d\u65ad":[16,48],"_NOT":[74,1,113],"\u5c06\u6765":[47,113,34],"\u4e00\u81f4":[35,0,42,99,101,74,122,48,39],"\uff09 ":[16,74,102,124],"\u547c\u3076":[48,117,106],"\u5ea6y":31,Comments:49,"\u540c\u3058\u91cd\u307f":78," CFLAGS":[14,99],"\u88dc\u5b8c":[35,101,102,123,7],"\u3002weight":10,"\u30d1\u30c3\u30b1\u30fc\u30b8":55,"\u5024\u3088\u308a":[74,42],"\u985e\u7fa9":74,"_ADJUST":42,"\u57f7\u7b46":[49,32,66],"\u5f53\u8a72":9,"-WORD":74,ssh:99," groo":74,"\u3002CPU\u30b3\u30a2":34,"\"null":48,":')":45," groonga":[91,2,64,68,6,16,96,71,34,110,74,98,99,11,105,79,14,26,48,49,116,84,120,87,20,88,100,124,56],"# ":[2,60,64,26,33,70,34,92,74,47,98,10,101,77,78,79,30,80,46,49,120,85,121,20,54,124,6],"\u884c\u756a":[88,16],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[121,0,39],"/DD":98,"<gqtp":97,"\u77ed\u7e2e":37,"\"#\"":97," shutdown":6,"#{":96," memo":78,"\u4e0d\u5909":72,Month:[30,96],"#]":44,Replies:49,"[,":75,"\u4e00\u822c\u7684":87,color:124,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":48," rewrited":67,"\u76f8\u5bfe":[16,74,99],":Install":68," comment":[121,49],"\u6709\u9650":74,"\u4ee3\u308f\u308a":[110,124,59,120,86,64,20,111,68,26,71,39],engine:[33,101,54],"/vdw":[46,2,85]," approximate":47,"_tokenizer":[48,74],"_value":[16,102,72,48]," location":[30,47,10,121,46,6],Mitsuhiro:102,"\u975e\u63a8\u5968":48,"(match":78,"\u53d7\u3051":[47,2,81,26,48,34,113],Content:[16,34],"\u305f\u3068\u3048":43,saerc:[101,80],"\u559c\u3073":[53,79],XXX:64,html:55,events:34,status:[35,0,29,102,19,48],"0\u30d9\u30fc\u30b9":74,IP:[26,97],IS:113,IT:30," porting":67,ID:[2,10,62,63,102,64,82,96,70],It:[88,96,74,98,120],"-msgpack":34,"[geo":16,If:96,"/unit":117," brother":120,"\u4f5c\u6210\u6e08":64,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[55,112],"\"YYYY":98,"\u6271\u3048":66,"\u53ef\u5426":2,"\\'":[64,120],"\\%":68,"\\\"":[37,93,20],"\u9577\u65b9\u5f62":16,"_HASH":[74,47,98,77,78,105,70,124,39],"\u63a2\u3059":49,"_EMPTY":[1,113],"/base":99,"\\\\":68,")..":99,"\u3079\u304d":[124,113,99],"\u3068\u304a\u308a":[40,97]," very":[88,74,120,20,98],"_LINK":[1,113],Music:30," DATASET":94," datasets":94,"\u985e\u7d39":43,"\"groonga":[74,8,39],automake:102,"\u9234\u6728":48,"@uzulla":16,mooz:16,"\u4e09\u3064":[47,93]," binary":[87,3],"\u30b9\u30da\u30a4\u30f3":47,oo:62,on:[6,34,20],"_escalation":[102,71],"\u30e6\u30fc\u30b6\u30fc":[30,74,120,88,6,55,71,34],"\u8a2d\u5b9a\u5024":[0,83],"=Release":68,"\u5c11\u306a\u3051\u308c":39,"\u5f0f\u5168":[98,120],"\u884c\u76ee":[88,99,97],"\u30c1\u30e3\u30f3\u30af":82,"\u30a8\u30ed":121,"\u8a55\u4fa1":42,"\u53d7\u3051\u53d6\u308a":[42,2],"/modules":102,"\u901a\u308a":[74,47,98,99,43,101,63,32,20,75,120,78,54,71,70,39,50],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":124,Error:96,"(location":[30,46,47,121],"\u69cb\u7bc9":55,"\u4f5c\u3063":[43,16,124,121]," using":[49,67],"_CREATE":42,"/hostname":[64,97],"\u30de\u30fc\u30b8":[48,79],"\u65b9\u5f62":[47,75],"\u4f5c\u308a":[33,49,80,39],"\u4f5c\u308b":[30,80,121,81,106,39,79],link:[10,26,85],gettext:79,"_type":[37,48,105],ftp:97,"\n% ":79,"\u53d7\u3051\u53d6\u3063":87,"\u30ea\u30bd\u30fc\u30b9":77,"_LIST":[1,113],":mm":[96,98],"/usr":[71,64],"\u6c17\u306b":79,"/select":[10,26],"4\u3064":[62,20],"\u30c7\u30fc\u30e2\u30f3":[48,0,64,6]," \"\u308d\u3086\u304d":92," advanced":67,all:[48,99],dist:99,"\u6761\u4ef6":[55,42],EOF:64,"\u8fd1\u3044\u9806":32,"\u30d3\u30c3\u30c8":120,"/rab":[46,2,85],init:71,"\u304a\u5f85\u3061":15,".name":[82,121],"\u95a2\u9023":[87,55,99,15],"***":5,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[87,55],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[16,99],list:99," Please":79,"\u304a\u3088\u3073":[2,99,10,87,64,48,71],"\u4f4e\u6e1b":102,"\u6d69\u4e8c":48,"<protocol":64,"\u89aa\u5207":102,"\u884c\u3048\u308b":[48,30],"/news":99,"/centos":[84,99],"(packages":99," point":[48,47],sub:99,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":55,version:[2,3,99,51,26,16,6],"_NO":[74,1,98,120,102,20,77,78,105,70,39],memcached:[35,117,104,87]," favorites":121,Pull:79,tags:30,"\u88dc\u5b8c\u8a9e":33,"#worker":6,serihiro:48,TokenDelimit:54,"-Wno":16,LZO:[48,71,113],options:[118,64,94,97],"\ninfo":[4,5],"/O":39," cover":20,Tom:78,"\u3053\u3053\u3067":99,"\u5358\u7d14":[42,92,75],"\u300c\u697d\u3057":93," tar":[100,84,11,99,110],"/atv":[46,2,85],"\u69cb\u6587":[35,122,29,48],INCOMPATIBLE:113," supported":6," SWIG":67,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[51,90],"\u7a4d\u7b97":[74,42]," tag":99," Context":20," nroonga":49,Intel:97,Int:[41,74,47,2,120,85,30,10,101,31,54,78,43,46,80,48,33,49,121,102],"\u30d7\u30ed\u30f3\u30d7\u30c8":[68,3],"\u524d\u63d0":55,"\u3002KEY":[93,2],"\u79fb\u884c":[16,9],"\u671f\u5316":48,"\u30ea\u30cd\u30fc\u30e0":16,"\u958b\u767a":[87,55],"\u7406\u7531":[87,48,74,34,39],"&..":26," three":[10,2],disable:16,"_text":117,"\u30ea\u30dd\u30b8\u30c8\u30ea":[55,99],"-max":[16,64],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":117,"-munin":[100,84,89,110],"-http":[35,84,110,11,21,100,6,48]," segment":82,Linux:97,"\"book":98,":\u79d2":121,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":99,"\u9ad8\u307e\u3063":87,LINE:88,"\"is":10,"\u30bf\u30a4\u30d7":[16,97,34],PCRE:48,"\u30d6\u30fc\u30ea\u30a2\u30f3":31," feature":79,"\u52d5\u4f5c":55,"\u5897\u3048":49,"\u8a71\u984c":15," \u30d0\u30c3\u30d5\u30a1":82,"-encodiong":98," tool":50,"\u51fa\u6765\u308b":121,"\u4e0d\u9069\u5207":48,Defines:94,"-create":[27,35,122,29,101],weight:[10,48,74]," st":98,Sports:30,HALFWIDTH:124," sh":99,"/en":99,"_MEMORY":[1,113],"\u6c42\u3081":[87,76],"_new":[48,81],"/managers":[6,34],"\u3072\u3053\u3055\u3093":48,Block:10,thread:[81,97]," processing":96,"_ito":16,"\u5927\u304d":[48,62,82,39],",[]":59,"\u5f62\u72b6":32,"${":[74,98],"\u306a\u306a\u3069":[98,120],"\n\u308b":102,passes:99,"\u5b58\u5728":[0,102,2,85,87,93,74,75,88,36,46,26,105,48,49,97,72],"\n\u30b9":16,script:[41,74,119,76,37,36,111,75,97],gpg:99,"\u3050\u3088\u3046":47,"\u60c5\u5831\u540d":[70,63],passed:99,Packages:99,"\nGRN":42,"\u8a9e\u691c":74,"$(":[110,100,84,11,56]," body":[59,60,43,44,45,86,95],"/synonyms":116,"$ ":[92,98],"\u4fbf\u5229":[74,120,10,87,88,106,33,71],"\u3002ECMAScript":74,"\u898b\u308b":[46,1],"/'":11,"-working":48,",[\"":43,"7e":97,"\u898b\u3066":[88,74],"\u307e\u307e":[10,9,99],"\u898b\u3064":[48,102,101],"\u540dn":[70,63,74]," abandon":[86,95,111,59],"\u307e\u3060":[74,9,98,101,20,51,113,16],"\u307e\u3067":[40,77,42,2,92,99,62,64,37,121,49,97,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,110,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,100,54,55,56,57,59,60,62,63,64,15,66,68,26,70,71,72,73,74,75,76,77,78,79,80,82,83,84,85,86,87,88,89,90,91,92,93,95,97,98,99,101,103,105,106,107,108,109,111,113,115,116,117,118,119,120,121,123,124,125],"\u307e\u305a":[2,60,99,43,121,93,68,6,98,71,97,79],"\u307e\u305b":[1,2,62,31,32,64,6,7,33,48,71,8,34,77,74,47,98,97,10,101,37,78,72,59,38,107,63,39,93,80,43,45,111,113,16,49,116,120,51,124,99,87,70,20,88,79,90,26],RESOURCE:113,"_list":[35,0,29,102,19,16,48],"\u307e\u305f":[28,59,4,62,31,64,5,16,70,97,73,74,47,98,99,37,103,105,38,107,63,95,44,45,82,111,83,48,117,50,51,120,86,20,88,24,90],"\u3058\u304d":20,"\u307e\u3057":[30,74,47,60,99,80,43,121,120,98,124,46,48,16,79,39],centos6:48,"\u7279\u5b9a":87,"[pat":48," your":[79,50]," superior":20,"\u5024\u6bce":74,"\u3093\u3057\u304d":106,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":42,"\u30d5\u30a3\u30eb\u30bf":48,"\u30e1\u30fc\u30c8\u30eb":[47,75],"\u89e3\u653e":51,windows:[67,99],"-oriented":20,"\u9577\u3055":[10,48,97],"&query":26,".rb":102,"\u304a\u3051":74,"_users":121,"\u304a\u304d":[87,99],"\u304a\u304f":[10,98,99]," night":77,"\u304a\u304b":71,"\u304a\u3044":[2,99,10,87,46,117,16,72,79],"\u59cb\u70b9":2,firewood:48,"\u304a\u3070":[16,0],"_NAME":[88,26],"-ftp":97,"\u4f4e\u6a5f":42,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":125,"\u629c\u3051\u308b":2,"\u5b66\u7fd2":[35,123,102,101],"\u671b\u307e\u3057\u3044":[87,99],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"_BAD":1,"\u304a\u3070\u305f":16,"\u305d\u308c":[110,84,42,2,60,99,10,121,31,93,120,51,43,102,68,54,98,49,79,39]," supports":67,Tobby:78,"\u306b\u304a\u3044":[10,9,99],"\u4fdd\u8a3c":[82,9],"\u3002Redmine":57,"\u6570\u5024":[35,0,42,59,120,86,93,64,74,45,102,95,75,104],"(content":20," ')":37,"\u30b3\u30df\u30c3\u30c8":99,"\u305d\u3057":121," search":[120,80,101,54,20,48,16,116,8],dump:[35,0,29,102,19,48],"]]":[74,59,86,101,63,64,37,111,103,95,97],"][":[16,120,48],"\u305d\u3046":[98,50],"\ncolumn":[43,78,47,105,121],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[99,97,79],"]}":[10,82],"\u30b9\u30b3\u30a2":[74,42,43,101,46,121,48,72],"]x":[121,46],"\u305d\u306e":[35,42,99,110,87,89,79],latin:[48,71,64],"\u8a18\u9332":[87,48,72,7],"\u898b\u3064\u3051\u308b":[33,124],"\u304a\u308a":[121,49]," easy":12,"\u5236\u7d04":40,"]\n":[28,2,60,4,64,5,26,70,33,73,74,47,98,10,101,77,78,103,38,39,30,80,44,45,82,46,111,83,49,92,124,120,85,121,20,88,54,24],AND:46,"\u672a\u521d":48," geo":47,license:99,"\u8a02\u6b63":116,ANN:99,"]'":34,"] ":[118,99,64,94,26,48,16,97],"]\"":[48,46,121],"<= ":6,"],":[2,60,63,64,26,33,70,97,92,37,74,47,98,10,101,77,78,59,95,30,105,80,43,51,82,46,49,120,85,86,121,20,88,54,124],"]/":26,"])":[41,75]," off":6,"_MESSAGE":88,"\u5b9f\u969b":[40,30,74,60,43,121,63,49],"\u7d76\u5bfe":7,":#{":96,"\u8003\u616e":43,Groonga:[74,98,99,87,20,88,113,96,49,120]," sample":97,"\u9ad8\u7cbe":87,po:55,"\u3057\u3084\u3059\u304f":48,"\u6574\u5217":[87,2]," raltime":54,"#groonga\u30bf\u30b0":121,"\u8a00\u8a9e\u540d":79,"\nThis":48,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":113,"\u30d9\u30fc\u30b9":[91,98,87,102,120,48,16,125,79]," Documents":[78,20],"\u79d2\u9593":16,"\u5730\u7cfb":47,TokenBigramSplitSymbolAlpha:[43,74,93],"\"sug":8,"\u5404\u8a9e":82,"\u6027\u5225":87,"_expansion":16,"\u30ed\u30fc\u30ab\u30eb":[98,99]," logs":96,"\u6210\u679c":55,"\u5065\u4f5c":30,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[87,55],About:50,"\nmroonga":116," describes":88,"/hoge":64,"_info":48,"\u672c\u6765":60," buffer":82,"_INSTALL":89,edge:81," --":[30,74,98,121,20,78],nanoseconds:96,"\\bin":68,"\u7c21\u6613HTTP":[100,84,11,110],"\u9006\u5f15\u304d":[35,104],"\u3067\u304d\u308b":[87,55,81],tables:105,"\u4e92\u63db\u6027":99,"\u64a4\u5ec3":102,"[[":[30,74,47,59,92,78,10,121,63,120,64,20,77,43,95,86,70,49,98]," -e":11,"\u5024\u7528":16,"\u304f\u3060":[91,1,2,92,61,62,31,15,68,6,7,71,34,110,74,47,98,78,10,101,11,43,97,39,14,26,48,84,120,87,100,23,79,56]," add":[74,79],"\uff08AND":106,"'haystack":42," -G":68," -H":34," Takuto":102,unstable:[100,99]," Match":6,"\u6642\u523b":[88,80,121,51,119,97],".title":10,"\u7f6e\u304b":[23,71,116,6],"\u7f6e\u304d":[102,99],"\u7f6e\u304f":71,"[dump":48,"\u5404\u8981":60,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,71,64,98,124]," seven":2,"\u69cb\u6210":[110,84,42,2,99,11,91,100],proc:[100,74,11,84,110],"\u5ea6\u5206":31,"\u30ea\u30af\u30a8\u30b9\u30c8GQTP":113," fix":67,"\u9577\u751f\u304d":39,"\u5b9f\u73fe":[87,55,112],SOCKET:113,"\"service":80,range:[70,63],"\u672c\u6587":49," LGPL":67,"\u5831\u544a":55,"\u524d\u65b9":[35,0,42,101,122,48,39],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":99,"(GQTP":91,"_BLOCK":[1,113],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":64,"\u7a2e\u5225":63,fast:[74,120,20,98],"/hosts":99,files:99,"-query":[91,2,92,64,20,96,78,48,16,116,120],Google:[74,8],"-host":97,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":39,"_op":42," that":[48,74,20,96],"_or":75," than":96,"\u63a5\u982d":[16,98,62],"\u679c\u305f":2,"'config":64,"\u306b\u5bfe\u3059\u308b":[30,42,2,99,85,35,10,87,102,101,16,104],":Groonga":[74,120],grn:55,gro:20,users:121,"_RANGE":1,"\u5c5e\u3057":31,"\u305f\u3076\u3093":71,drilldown:[0,103],"\u982d\u8f9e":62,"<limit":64,"\u300d\u3001":[30,121],"\u300d\u3002":106,"\u300d\u300c":121,"\u8868\u3059\u578b":31,"-deafult":16,"\u8aad\u307f\u53d6\u308a":[37,64],"-package":[99,89],"\u30b3\u30a2":[71,6,34],"-count":51,"_LOCATION":88,"\u30a4\u30f3\u30c7\u30c3\u30af":49,"\u958b\u304f\u969b":48,"\u5272\u308a\u5f53\u3066\u308b":[10,62,2],"\u8a9e\u6271":93,Object:31,"\u30cb\u30e5\u30fc\u30b9":77,stable:9,include:53,"\u7e70\u308a\u8fd4\u3057\u6570":97,"\u30de\u30c9\u30ea\u30fc\u30c9":47,"\"saerch":80,"\u30d7\u30e9\u30b0\u30de":74,"_plugin":[16,122],"\u306a\u3068\u304d":87,"\u3002run":117,"\u3067\u5024":[64,2],"\"complete":8,"-in":99,"-id":[48,64],"_dir":16,"|correct":101,".po":55," term":82,"-memory":102,".pc":[16,122],"-line":50," Blogs":43,etime:118,"\u30a8\u30f3\u30b8\u30f3":[10,30,74,64,87],"-exact":51,"\u521d\u56de":79," Precise":[35,89],"_DESCRIPTOR":[1,113],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":32,"\u5341\u5206\u6c17":74,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[62,2,6],"\u4e0a\u3052\u308b":43," Comments":[121,49,105],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":64,"\u30c8\u30e9\u30a4":[16,120,62,98,39],">version":3,"\u5206\u6790":87,apple:124,apt:[100,11,99,50],IMPROPER:113,api:34,"\u3002Travis":50,"\u5148\u60c5":121,"\u9001\u4fe1":[28,59,4,63,5,70,95,97,73,37,103,105,38,107,44,45,82,111,83,51,86,24,90]," Search":98,usa:85,"\u3057\u307e\u305b":[43,33,74,71],"\u5730\u70b9":[46,47]," defines":94,"\u3057\u307e\u3046":[87,16,102,99,48],usr:[64,6,7,71,117,56],"\u3057\u307e\u3044":[10,43,92,97,80],Itagaki:102,"\u4efb\u610f":[2,99,87,31,64,97],USERNAME:68," functions":67,HOST:[26,97],"_NEW":16,"?msg":99,"/index":[64,99,79],"-html":[48,102]," morning":77,tar:[110,84,99,14,11,100,71,56],"_install":[12,50]," example":74,Details:96," or":96,"\u30c0\u30d6\u30eb":[120,62,48,16,39,98],sid:[35,89]," physical":82,"_create":[35,29,19,122,48,16],"\u884c\u3046":[118,30,74,47,92,85,93,91,78,46,102,99,48,49,117]," Text":[74,98,20,78,49,97,120],"\"rectangle":[48,47,75]," mroonga":[78,49,120,74,98]," instead":64,"\u30a2\u30af\u30bb\u30b9":[118,102,99,10,23,64,26,48,16,79,6]," nice":77,"\u3042\u308b\u3044":[110,84,9,98,87,113,120,36,42,6,75,39],"-config":[0,102,64,48,16,71],"\u30da\u30fc\u30b8":[35,74,2,99,64,15,48,23,79]," restart":91,"\u3002GRN":42,"\u4eac\u90fd":[43,93],"#groonga":116,"_DENIED":[1,113],"\u300cbill":93,"\u5bfe\u8a71":[2,26],"\u7279\u5225":[71,33,1,120],"% ":[99,79],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":99,"/apt":[100,11,99],"/BC":99,"/api":34,":clear":99,"_SHUTDOWNED":[1,113]," CI\u4e00\u822c":50," gpg":99,"\u30b9\u30ad\u30fc\u30de":[74,47,98,20,77,78,105,49,120],"\u53c2\u52a0":[55,15],"_TEMPORARILY":[1,113],articles:49,edit:[35,0,108,99,29],".net":[30,2,99,85,10,15,46,26]," updated":[43,67,79],"%\\":68,nfs:71," updates":20,"\u6df7\u305c":[10,101],".overcommit":48," SNIPPET":20,",\"link":10,"\u5c3a\u5ea6":87," Aramaki":[16,102],"\u89e3\u6c7a":[16,82,48],out:97,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":121,"\u30ec\u30a4\u30e4":42,This:[74,2,98,10,120,94,6,96,26],Grease:10,"8r":[48,71,64],"_COMMAND":[88,1,113],"\u4e00\u90e8":[44,2,8,48],"\u8907\u6570":[35,0,42,120,101,87,63,102,70,74,45,78,6,23,16,48,125,97,39],"\u304a\u3059\u3059\u3081\u3057":[98,99,120],"\u3064\u304b":122,"\u8aac\u660e":[57,1,29,68,71,35,99,11,79,109,42,110,14,48,50,84,19,88,100,89,55,56],"1\u305a":[9,72],Daiki:[48,102,122],"\u53d6\u308a\u8fbc\u307f":16,"\u8d77\u70b9":[86,95,74,59],"\u78ba\u8a8d":55,"_qlog":48,"\u304a\u304b\u3057":102,",[":[43,86,95]," Meerkat":16," prefix":16,"1\u3064":[40,30,74,121,113,98,62,101,120,20,57,78,97,7,16,49,8,34,39],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":64,"\u7279\u5316":[98,79]," for":[47,31,20,94,67,48,96],"\u30d5\u30a9\u30eb\u30c0\u30fc":68,"-jumandic":[110,84],"\u64a4\u53bb":16,"\u8a9e\u610f":66,"\u9ad8\u3044\u9806":2,"\u89e3\u6d88":[0,24]," started":[88,96,74,98,120],".grn":105,"\u884c\u6307\u5411":87,"\u30ab\u30bf\u30ab\u30ca":[33,124,101],NETWORK:113,"\u76ee\u304f\u3089\u3044":39,"_expanders":[116,7],"_INITIALIZED":[1,113],"^ ":98," Install":68,"\u4eee\u60f3":[46,85],"\u901f\u3084\u304b":9,"_ACCOUNT":79,"=NUMBER":89,"\u7d44\u8fbc\u578b":[35,29],"_build":117,"_term":67,"\u6dfb\u4ed8":48,"_is":16,gronga:[116,8],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[35,74,62,31,16,104],"_in":[35,0,29,102,16,108],"-output":[48,74,20,97],"_id":[74,2,98,99,46,48,16,72],"\u6307\u3057":10,currently:6,",\n ":[30,74,98,43,101,63,88,82,6,121,120],",\n#":[30,74,2,98,10,121,78,46,26,120]," favorite":79,"\u5bfe\u8c61":[28,2,63,93,16,71,34,73,35,74,9,99,101,39,37,103,104,105,79,30,42,43,81,44,45,48,117,118,120,87,20,24],"_truncate":16," project":98,cache:[35,0,19,29]," doesn":6,"\u30b7\u30a7\u30eb":[71,97],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":71,"\u6295\u7a3f":99,"\u4ed8\u3051\u308b":[81,124,2],"!condition":98,",\n{":[124,60,85,80,101,120,78,54,33,49,98,92],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[74,83],"_CURSOR":102,GPS:87,"\u30b7\u30a7\u30a2":15,"\u3070\u3044\u3051":[74,98,120,39,48,71,116,50],"(column":20,TAIL:113,",\n]":[43,46,60],queries:97,view:64,"\u304b\u304e\u308a":97,"=fedora":99," NFKC":124,"\u884c\u6570":16,")Senna":116,Minute:96,"\u4e43\u6bc5":102,job:97," only":6," map":96,".i":84," max":[41,83],"/local":[71,6,99],"\u672a\u5bfe":48,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[23,102,64,48],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[71,68],table:[35,9,29,44,63,102,19,37,45,42,103,105,48,16,111],"\u671f\u5f85":87,rpm:[48,84,99],Uubntu:117,"/Modules":6,"\u304a\u3059\u3059\u3081":34,"\u30b5\u30d6\u30bb\u30c3\u30c8":31,Tomoatsu:102," argument":98,"\u9bae\u5ea6":77,"\u78ba\u5b9f":80,"\u521d\u671f\u5024":118,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":48,"\u5927\u6587\u5b57":[2,39],"-cache":64," MessagePack":3,"\u5024\u578b":10," favorited":121,"\u672a\u5b9a":10,"\u4f4f\u6240":48,"\u793a\u3059":[86,74,1,59,92,78,10,63,120,20,37,36,47,95,88,70,75,34,98],"\u793a\u3055":[70,63],"\u793a\u3057":[47,2,99,85,43,32,51,1,26,49],MORE:113," Good":77,SHIDARA:16," zlib":[100,11],"\u578b\u3068":85,"\u3072\u308d\u3086\u304d":92,"-debug":102,avg:118," original":[92,105],"\u8fd4\u4fe1":[121,49],uptime:[0,2,3,51,26,6],"\u5185\u90e8":[10,48,51,20,99],"\u578b\u304b":31," replied":121,"\uff08longest":16,"\u6ce8\u610f":[74,2,92,99,10,43,97,16,98,34,39],"\u3002TokenDelimit":54,pdf:55," local":105,"\uff01 ":121,"\u5168\u6587\u691c":[35,102,104,39],"\uff01\"":121,ARG:113,uzulla:16,"\uff01:":71," translation":79," obj":82,"\u521d\u671f\u5316":48,UNSPLIT:42," MySQL":[87,116,20],qwik:105,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[16,71,117,89,79],"\u300c\uff76":124,"'pid":64,"{\n":[42,6,34],"_DATA":[1,113]," tracker":57,"_DATE":99,CentOS:[35,99,89],"\u307e\u305f\u3044":[48,47],"_threshold":[16,71,102],"\u307e\u305f\u3050":[35,47,104,48],"\u306a\u304b\u3063":[74,9,2,98,4,64,103,44,45,43,5,28,83,111,38,48,97,73],"\uff08TODO":98,sequence:[33,101,80,54],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[74,66]," candidate2":101," candidate1":101," unpatched":67,"\u30b3\u30e1\u30f3\u30c8":[116,49,102,64,97],"_sortby":103," origin":79,"\u306e\u307b\u304b":[10,31],"\u96e2\u308c":46,"\u7d44\u5408":78,"_DB":[16,48],"_PIPE":[1,113],"\u7acb\u3061\u4e0a\u304c\u3063":97,"\u518d\u691c":106,"\u306e\u3044\u305a\u308c\u304b":[36,75]," grn":106,"\u305d\u308c\u305e\u308c":[2,3,62,93,64,71,60,74,99,10,78,39,42,43,46,113,49,117,85,121,20,88,23],"\u5358\u72ec":97,column:[35,0,42,29,102,19,48,16],universe:11,"\u30b7\u30fc\u30b1\u30f3\u30b9":[33,80,54],".html":[64,99,79],DCMAKE:68,Really:[74,98,120],"\u6570\u5b57":[43,80,97,39],"_RESULT":1,"_length":113,"\u5b9f\u7a3c":118,debian:48,"var":[71,63,42,64,6]," query":[96,101,116,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":50,"-pid":[16,64],"\u30b9\u30cb\u30da\u30c3\u30c8":20,"\u73fe\u5728":[118,2,99,87,32,66,83,121,38,119,97,39],squeeze:[35,99,89],"\u6848\u5185":99," eggs":49,"\u30ed\u30b0\u30a4\u30f3":99,"\u4e00\u9577":87,"\u6c7a\u5b9a":74," Dictionary":124,"\u7a4d\u7528":74,"8bit":31,"\u7acb\u5834":55,"\"se":33,"@github":99,"\u52a0\u3048":[10,42,92,50],book:98,HttpRewriteModule:6,"-analyzer":[16,48]," developer":121,"\u306f\u307e\u305a":99,".gpg":99,".location":121," Prefix":98,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":102,"\u3002mroonga":87," tags":30,Site:[10,2,26,85],"\u5909\u66f4\u70b9":55,"\u306f\u307e\u3060":[34,125]},objtypes:{"0":"std:option"},titleterms:{"\u6587\u6cd5":46,"\u6539\u826f":[0,67,102,122,48,16],"\u7b26\u53f7":98,": ":[43,74],"\u6d41\u308c":79,"-prefix":71,prefix:42," v":42,"\u6761\u4ef6":[46,74,99,120],query:[78,74,113],"-lzo":71,"\u3084\u308b":99,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":26,"\u30d3\u30c3\u30c8":98,"\u7279\u5fb4":[62,87],"=MESSAGE":71,"-release":99,"\u901a\u4fe1":81,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[78,72]," Lynx":11,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":117,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[69,97],BODY:88,"_API":42,groonga:[35,91,67,99,87,81,64,65,42,112,6,94,114,23,55,79,26],"\u95a2\u9023":[74,59,4,37,86,5,103,6,38,95,49,115,111,73]," (":72,"\u304a\u6c17":121," -":[0,67,102,122,48,16],"=PATH":71,"\u30b5\u30f3\u30d7\u30eb":[118,97],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[12,116,117,89],"2pdf":12,"\u52d5\u4f5c":[33,80,117,99,54],"\u30b9\u30af\u30ea\u30d7\u30c8":[98,99],"\u3068\u3057\u3066":31,"\u3065\u3051":9," update":99,"-escalation":71,"\u6761\u4ef6\u5f0f":120,"\u7c21\u5358":74,"\u30aa\u30d7\u30b7\u30e7\u30f3":[118,101,64,94,97],".po":79,"\u8ad6\u7406\u548c":120,HTTP:[91,125,3,26],"\u771f\u507d\u5024":[10,98],"\u6f14\u7b97\u5b50":98,TSV:[88,116]," install":71,Red:99,"_remove":[28,44],"\u7701\u7565":47,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":99,"\u53c2\u8003":[74,1,62,106,20,94,124,88,78,101,79,116,39],"\u30ea\u30c6\u30e9\u30eb":98,"\u30d5\u30a1\u30bb\u30c3\u30c8":74,HTML:79,"_NO":62,"\u683c\u7d0d":31,memcached:26,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":120,"\u30c6\u30b9\u30c8":117,"\u30bf\u30b0":30,"\u3042\u308a":120,"\u6e96\u5099":[60,99],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":34,Changes:67,"\u306b\u95a2\u3059\u308b":31,"\u95a2\u4fc2\u5f0f":42,"\u4e26\u5217":99,"\u4e3b\u30ad\u30fc":[31,92],blogroonga:99,"_version":9,Travis:50,"_output":74,tt:[74,39],"\u7ffb\u8a33":[99,79],"\u5909\u66f4":[43,102,34],"\u30af\u30a8\u30ea":[87,42,60],"\u30de\u30c3\u30c1":98,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[55,115],"\u6587\u5b57\u5217":[10,98],"_table":42,select:74,"\u6982\u8981":[74,9,78,62,20,87,88,47,1,6,7,124,116,39],"\u9001\u4fe1":26,"\u69cb\u6587":[74,47,98,120,20,78,7,39],"\u624b\u9806":99,zip:68,"CPU\u30b3\u30a2":34,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":42,"\u30d5\u30ec\u30fc\u30ba":120,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":87,"\u30d5\u30a9\u30ed\u30fc":121,TABLE:62,"_flags":74,"\u60c5\u5831":[99,87,32,66,46,112,117],"\u30d6\u30ed\u30b0":99,LTS:11,"\u3059\u308b":[57,99,80,43,6,54,33,49,117],normalizer:39,"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":98,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":99,"\u3053\u3068":99,"_base":6," Ocelot":11," X":56,"\u4e00\u81f4RK":33,"\u4ee5\u4e0b":120,"\u4ee5\u4e0a":[98,120],"\u30b8\u30aa\u30b5\u30fc\u30c1":30,"_PREFIX":71,"\u30ea\u30ea\u30fc\u30b9":[0,99,102,122,48,16],"\u8d77\u52d5":[91,26],"\u524d\u63d0":99,clearlock:73,"\u89e3\u6790":117,"\u7de8\u96c6":79,"\u6bd4\u8f03":[98,34],"\u304c\u3063":49," Lucid":11,JavaScript:46,sphere:47,"\u958b\u767a":[109,112],"-gqtp":91,"-localstatedir":71,", ":42,"\u540d\u524d":[28,59,4,31,64,5,95,70,72,73,76,101,37,103,97,105,38,107,63,41,44,45,82,111,83,75,118,51,119,86,94,36,23,24,90]," Senna":67,"\u691c\u51fa":117,snippet:20,"\u548c\u6f14":98,sid:100,"\u52d5\u7684":77,"\u8fd1\u508d":98,"\u30b3\u30de\u30f3\u30c9":[19,2,26,64,23],"_create":[45,39],"\u7d42\u4e86":[91,6,26],clone:79,NormalizerNFKC:124,"\u4e57\u7b97":98,HTTPS:34,"\u6642\u9593":[121,98],"\u7f72\u540d":99,"\u30ea\u30dd\u30b8\u30c8\u30ea":79,"\u8a2d\u5b9a":[99,6,34,50],"-munin":71,"\u66f8\u5f0f":[28,2,4,63,64,5,6,70,59,97,73,76,101,37,103,105,38,107,95,41,44,45,82,111,83,75,118,51,119,86,36,23,24,90],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":99,"\u69cb\u7bc9":[77,117],callback:42,"\u30b0\u30eb\u30fc\u30d7":[98,120],"\u30a4\u30f3\u30dd\u30fc\u30c8":99,"\u8ee2\u7f6e":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[58,104],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,115,99,35],rand:41,"=\"":[74,39],grntest:[99,97],"\u30d1\u30c8\u30ea\u30b7\u30a2":92,"\u623b\u308a\u5024":[47,101,20,78,7,39],"><":[74,39],"\u305f\u3044":99,gqtp:[81,26]," OS":56,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":68," Quetzal":11,"\u6574\u6570":98,Quantal:11,"=PLATFORM":71,"\u63a5\u7d9a":26,"\u4ee5\u4e0b\u6f14":98,cutter:99,"\u57fa\u672c":[2,98],greater:42,"\u30d7\u30ed\u30c8\u30b3\u30eb":[26,113],"\u9664\u7b97":98,not:42,"\u8a8d\u8a3c":34,"\u8fd4\u5024":[28,4,63,5,70,73,74,76,37,103,105,38,107,41,44,45,82,83,75,51,119,36,23,24,90],now:119,"\u5c0f\u306a\u308a":[98,120],"_select":42,"-pack":71,name:39,edit:76,"-encoding":71,"\u66f4\u65b0":[87,99,79],API:18," mode":42,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[57,99],"-create":94,"\u4e26\u3079":2,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":62,"_DAT":62,"\u751f\u6210":[99,79],"\u74b0\u5883":[117,99],"\u5b9f\u4f8b":42,"\u30d5\u30a1\u30a4\u30eb":[27,42,99,116,34,79],"\u70b9\u6570":98,"\u30d8\u30c3\u30c0\u30fc":113,GQTP:[91,113,61],"\u9001\u308a\u65b9":[57,79],"-match":71,"\u30ab\u30d0\u30ec\u30c3\u30b8":117,"\u7def\u5ea6":87,docutils:[74,39],"-default":71,"\u90e8\u5206":93,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[98,120]," log":96,SYNOPSTIS:94,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":117,"_string":78,POST:34,"\u305f\u3081":[74,42],"\u7d50\u5408\u5f0f":120,"\u4ed5\u69d8":13,"\u4e8b\u9805":[40,31,97],freecode:99,filter:74,"\u53ef\u80fd":[87,47,6],Tokenizers:25,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":87,"\u30d9\u30af\u30bf\u30fc":31,"\u6e1b\u7b97":98,suffix:42,"\u8aac\u660e":[28,59,4,31,64,5,95,70,72,73,76,101,37,103,97,105,38,107,63,41,44,45,82,111,83,75,118,51,119,86,36,23,24,90]," Pangolin":11,"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":38,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":121,"\u7d44\u307f\u8fbc\u307f":[124,64],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":99,"> ":67,"\u4ed8\u4e0e":49,size:113,"\u78ba\u8a8d":[99,79],"\u7d5e\u8fbc":46,"\u4fee\u6b63":[0,67,102,122,48,16],"\u5bfe\u7b56":43,"\u6c38\u7d9a":62,"\u30da\u30fc\u30b8\u30f3\u30b0":74,Homebrew:56,Debian:[100,99],configure:[71,99]," Solaris":14,"\u30e6\u30fc\u30b6\u30fcID":121,"\u8ffd\u8de1":57,".com":99,rst:12,"\u5b66\u7fd2":[33,80,8,54],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":39,"-httpd":[91,6,65],"-log":71,"\u306f\u3058\u3081":8,"-http":91,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"=ENCODING":71,pre:[74,39],"\u30a8\u30e9\u30fc":88,"\u4ee3\u5165":98,"-zlib":71,"\u56fd\u969b\u5316":79,"\u5834\u5408":[88,49,99],"_circle":75,"\u3044\u308b":[121,32],"\u7279\u6b8a":97,"\u4e00\u89a7":[1,17],"_list":[70,63],"\u7d22\u5f15":87,"\u304b\u3089":[110,84,11,100,68,71,56],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":57,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":39,"-with":71,"\u7279\u5b9a":[117,99],"\u307e\u3068\u3081":99,"_distance":[47,76],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":117,TIPS:99,libmemcached:117,"=NUMBER":71,"\u7d22\u7528":2,"\u7528\u79d8":99,HEADER:88," API":53,"\u7d44\u8fbc\u578b":31,The:48,"\u30b5\u30b8\u30a7\u30b9\u30c8":123,Bigram:121,"_put":5,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":85,"_in":[36,75],"\u4e00\u81f4":[120,33,93,92,98],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":99,"\u30b5\u30fc\u30d0":[87,26],"\u4f7f\u3044":93,"_processes":6,"\u539f\u56e0":43,Fedora:110,"\u30ec\u30b3\u30fc\u30c9":[74,2],"-po":99,Comments:121,"\u6210\u529f":88,Oracle:14,"\u30d1\u30c3\u30c1":79,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":99,"\u8ffd\u52a0":[79,99,66],"\u5bfe\u8c61":49,"\u88dc\u5b8c":[33,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":98,"\u30d1\u30c3\u30b1\u30fc\u30b8":99,ellipsoid:47,MacPorts:56,"\u4e0d\u7b49\u4fa1":[98,120],grnslap:118,cache:[74,83],"\u9ad8\u5ea6":74,"\u65e5\u6642":10," in":67,"_equal":42,"\u65b9\u6cd5":[9,99,80,43,77,54,33,55,115,117,79],MessagePack:88,rectangle:47,"\u4e00\u6642":62,"\u6295\u7a3f":121,"-server":91,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":34,wheezy:100,get:86,clang:117,"_html":20,"_limit":[74,83],"\u7b97\u5b50":98,"\u91cd\u307f":49,geo:[36,47,75]," STATUS":94,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,34],"\u5171\u8d77":[33,80,54]," releases":48,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":43,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[43,2,97],"\u30ec\u30b3\u30fc\u30c9ID":62,"\u52a0\u7b97":98,"\u6570\u5024":10,contain:42,"\u64cd\u4f5c":2,Twitter:[99,15],"\u5236\u5fa1":98,set:59,dump:105,NormalizerAuto:124,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":26,arg:42,"\u8a00\u8a9e":79,"\u65b0\u898f":99,"\u6a5f\u80fd":32,"\u30ab\u30e9\u30e0":[49,47,2,72],"\u985e\u4f3c":[98,80],"\u7ba1\u7406":[6,26],"\u5c02\u7528":26,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_PACK":71," arg":42,limit:74,"\u305d\u306e":71,"\u7bc4\u56f2":[2,39],"\u8868\u73fe":42,"\u4f4d\u7f6e":[47,46,9,32,87],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":87,"\u30b5\u30fc\u30d0\u30fc":[23,91,21],key:39,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":97,"\u5373\u6642":87," Precise":11," literal":[74,39],"_level":4,"\u6392\u4ed6":98,"\u30c6\u30fc\u30d6\u30eb":[40,2,10,62,31,121,49,39],"\u518d\u8d77\u52d5":91,"\u77e5\u308a":99,"-suggest":94,"\u306a\u3057":[98,34],equal:42,"\u88dc\u6b63":[8,80],"\u306a\u3044":31,"\u975e\u308f\u304b\u3061":93,load:37,"\u8a9e\u5f59":[2,66],Log:96,"\u4f5c\u6210":[12,121,2,99,39],point:47,"\u4fdd\u5b58":[10,39],"\u62bd\u51fa":98,"\u95a2\u6570":[108,98,117],shutdown:90,"-plugins":71,table:[70,74,28,39],"\u6587\u66f8":98,quit:107,"\u30b7\u30d5\u30c8":98," period":67,json:[51,28,4,63,44,45,82,5,103,83,38,70,24,111,73],po:99,"\u7528\u3044":[38,46],define:103,XML:88,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[96,116],DB:42,"\u660e\u793a\u7684":47,"_tokenizer":39,"\u7591\u4f3c":72,"\u5b9f\u884c":[27,42,99,97,6,117],"\u7a2e\u985e":10,"-message":71,"\u5dee\u6f14":98,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[57,15],Process:96,"\u30a8\u30b9\u30b1\u30fc\u30d7":120,value:39,"\u5236\u9650":[40,62,31,116,97],near:42,"\u691c\u7d22":[30,74,93,2,60,80,43,87,32,66,120,46,54,92,33,49,98,121,39],match:[78,49,74],"\u30e9\u30a4\u30d6\u30e9\u30ea":[87,71],"\u540c\u3058":43,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":15,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":124,"\u5f15\u6570":[28,59,4,63,64,5,95,70,97,73,74,47,76,37,78,103,105,38,107,39,41,44,45,82,111,83,75,118,51,86,36,24,90],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":99,"_expansion":74,"\u53d6\u5f97":[2,99],"</":[74,39],"\u95be\u5024":43,"\u8a9e\u5f59\u8868":39,"\u5ea7\u6a19\u5024":98,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":99,"\u4f7f\u3044\u65b9":[74,47,3,80,54,20,77,78,6,7,33,116,97,39],"_rectangle":36,suggest:101,make:[71,99],"\u6210\u679c":79,"-dataset":94,"\u7a4d\u6f14":98,html:12,"\u30ad\u30fc\u30ef\u30fc\u30c9":[43,121],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":29,".po\u30d5\u30a1\u30a4\u30eb":79,"\u306b\u3088\u308b":[49,92],pdf:12,"\u8ab2\u984c":57,"\u5bfe\u5fdc":[32,34],"\">":[74,39],Query:96,"\u5834\u6240":116,Users:121,"\u5168\u6587\u691c":2,Senna:67,"\u95a2\u4fc2":[30,74,71],"\u307e\u305f":49,"\u3055\u307e\u3056\u307e\u306a":46,"_INSTALL":71,flags:[113,39],sortby:74,"\u51fa\u529b":[88,74,2,3,79],"\u30c4\u30fc\u30eb":[71,6,26],lcov:117,"_path":6,"\u8868\u793a":2,"-platform":71,protocol:113,"-path":71,less:42,"_KEY":62,JSON:[37,88,101],"(v":42,"\u5229\u7528":[46,6],"\u5171\u6709":87,"\u9006\u5f15\u304d":30,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":26,"\u547c\u3073\u51fa\u3057":98,"\u5f8c\u65b9":[120,92,98],"\u3067\u304d\u308b":42,"\u8ad6\u7406":[98,120],"\u30d1\u30e9\u30e1\u30fc\u30bf":[49,9],"\u30bd\u30fc\u30c8":46,defrag:24,Mac:56,add:95,"_selector":103,"_HASH":62,"\u30ce\u30fc\u30c8":[110,84,47,2,98,99,125,101,11,124,120,100,7,16,79,39],"\u62e1\u5f35":60,News:67,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":34,"\u7d4c\u5ea6":87,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":87,"\u8ad6\u7406\u7a4d":120,"\u306e\u307f":[117,99],"\u9759\u7684":[77,117],nginx:6,"()":42,"\u30bd\u30fc\u30b9":[110,84,11,100,68,71,56],TODO:[78,20]," GNU":100,"\u3054\u7528\u5fc3":[48,20],CentOS:84,"\u691c\u7d22\u4f8b":42,"/Linux":100,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,34],"_expr":[42,52,106],output:74,"_threshold":74,"\u4f5c\u696d":99,"\u5fc5\u9808":[74,47],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":26," request":79,"\u4ed5\u65b9":79,"\u30b7\u30b9\u30c6\u30e0":[57,121],"\u5358\u8a9e":98,"\u5727\u7e2e":34,"\u30b3\u30e1\u30f3\u30c8":121,"_sortby":74,"\u5411\u3051":[112,99],"_PAT":62," old":48,"\u5bc6\u9375":99,"\u66f8\u304d":93,"\u5f62\u5f0f":[45,28,4,101,63,44,37,82,5,103,88,38,70,24,51,111,73],Facebook:15,"\u30af\u30a8\u30ea\u30fc":[6,17,120],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":91,"\u30d3\u30eb\u30c9":[110,84,99,11,100,68,71,56],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":81,"\u5206\u3051":93,"\u5168\u6587\u691c\u7d22":120,"\u4ed8\u304d":[30,98],"\u4e0a\u9650":40,"\u4f9d\u5b58":71,"\u5b8c\u5168":93,"\u3042\u308b":121,"\u5927\u306a\u308a":[98,120],offset:74,"\u96c6\u8a08":87,"\u6319\u52d5":93,"\u53c2\u7167":[10,30,113,87]," HTTP":23,FILES:94,"\u5b9f\u73fe":42,Cast:22,column:[45,63,44],"\u307e\u305f\u3050":49,"_escalation":74,"\u30e6\u30fc\u30b6\u30fc":121,location:47," Hat":99,scorer:[46,74],"_reopen":38,"\u5b9f\u9a13":16,"\u30ad\u30e3\u30c3\u30b7\u30e5":74,"\u5831\u544a":57,"\u524d\u65b9":[33,120,92,98],"\u7279\u6709":6,"\u9805\u76ee":[59,4,37,86,5,103,38,95,111,73],span:[74,39],log:[4,38,5],"\u8907\u6570":[49,34],". ":[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,110,37,38,39,40,41,42,43,44,45,46,47,49,50,51,100,54,55,56,57,58,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90,91,92,93,96,97,98,99,101,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,94,123,124,125],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":97,approximate:47,"\u30d0\u30fc\u30b8\u30e7\u30f3":[102,0,9,99,122],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":49,"\u30ed\u30b0":38,"\u5c55\u958b":17,Ubuntu:11,"\u7b49\u4fa1":[98,120],"\u63d0\u6848":[8,54],"\u6d6e\u52d5":98,Sphinx:12,gzip:34,"\u6027\u80fd":[6,34],"\u72ec\u81ea":98,"\u7b97\u8853":98,squeeze:100,pull:79," CI":50,"\u5165\u308a":121,"default":[9,39],"\u5426\u5b9a":[98,120],GeoPoint:121,"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":99,EXIT:94,"\u66ff\u3048":2,QueryExpanderTSV:116,"\u304a\u77e5\u3089":[48,0,102,122],similar:42,"delete":111,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":17,"\u611f\u8b1d":[16,0,102,122,48],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":99,HashTags:121,command:9,"\u69d8\u3005":117,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":121,"\u3067\u304d":31,"\u3054\u3068":49,NULL:98,check:82,Cutter:117,DESCTIPION:94,"\u306e\u306b":43,"\u30b9\u30c8\u30ec\u30fc\u30b8":87,"\u7570\u306a\u308b":43,"\u4ee3\u5165\u5f0f":120,"\u914d\u5217":98,"\u3042\u3052\u308b":43,"-help":71,grn:[42,52,106],"\u5168\u6587":[2,43,87,66,46,49],"_type":[47,113,39],Oneiric:11,"\u30c7\u30fc\u30bf":[10,121,31,2,39],Windows:[68,99],worker:6,"-package":71,"\u30c7\u30d0\u30c3\u30ac":117,"\u6307\u5b9a":[47,2,120,31,46,9,49]," docutils":[74,39],"\u547d\u4ee4":97,"\u65b0\u3057\u3044":79,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":34,"\u4f7f\u3046":[47,6],drilldown:74,"-latest":99,"\u3088\u3046":[33,80,54],"\u30ed\u30fc\u30c9":[121,2],"-threshold":71,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[40,30,49,77],pseudo:72,"\u306b\u5bfe\u3059\u308b":66,"_offset":74,status:[51,113],"_columns":[49,74],"\u5909\u66f4\u70b9":99,"\u30c7\u30fc\u30e2\u30f3":26," class":[74,39]},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.8. 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.3.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.7. 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","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","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>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","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","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.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.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.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. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. 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","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","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","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","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"]})